POST
|
Update: this issue is resolved in v1.0.4-next.4 We will be releasing a patch soon, potentially tomorrow
... View more
02-02-2023
07:21 PM
|
0
|
0
|
1229
|
POST
|
You can change the CSS Variables specified in this table: https://developers.arcgis.com/calcite-design-system/foundations/colors/#modes I suggest reading through the whole Core concepts documentation page, it has some great information!
... View more
02-02-2023
04:17 PM
|
0
|
1
|
1305
|
POST
|
If you use the same version of Calcite for all your projects, you could probably use an absolute path to the vscode-data.json file, where ever it is on your machine. You'll have to play around with it and figure out what works, since I don't know anything about your environment.
... View more
02-02-2023
12:48 PM
|
0
|
0
|
1092
|
POST
|
I installed VSCode to test this and adding the customData to your User settings.json does work when your package.json is in the root directory of the workspace. See my comment above for more details, I added some edits. To clarify, this is for completion within HTML files. It's really nice for making quick mock ups or samples, but won't work in framework files like react, vue or svelte. The types bundled with the npm package will provided completion in those cases, as Cory mentioned earlier.
... View more
02-02-2023
11:19 AM
|
0
|
2
|
1099
|
POST
|
Hi @LefterisKoumis, I suggest searching the Changelog for breaking changes to the components in your app since your previous working version. So starting at the 1.0.3 changelog entry and then ending at beta.97. There were a lot of breaking changes in the couple beta versions before v1 due to renaming some properties/slots/etc for consistency. We made sure to specify what to replace the removed property with in the Changelog, so for the most part it will be a matter of search/replace.
... View more
01-31-2023
07:12 PM
|
0
|
0
|
435
|
POST
|
Oh I think I understand. I don't use VSCode anymore so I can't easily check right now. But if you are able to setup the customData globally it would be in your "User settings" (vs the "Workspace settings" used in the Vite example). Here is VSCode's documentation about User vs Workspace settings. So if it is possible, you would add the snippet below to the settings.json file mentioned in this doc section. "html.customData": [
"./node_modules/@esri/calcite-components/dist/extras/vscode-data.json"
], Edit: VSCode would need to be smart enough to set the current directory in the relative path above to the current workspace's root directory. Otherwise the path to the vscode-data.json file won't resolve correctly. And I'm not sure what would happen if it doesn't resolve. But let me know, now I'm curious! Make sure to initially open your projects to the folder containing package.json instead of a subdirectory. That should hopefully ensure the Workspace is created in the right place for the relative path. Here is some additional documentation about customData if anyone is curious how it works.
... View more
01-31-2023
05:50 PM
|
0
|
3
|
1121
|
POST
|
Sorry I'm not sure what you mean. Are you referring to the instructions in the release notes? That's how I got it to work in the vite example - right here.
... View more
01-31-2023
05:35 PM
|
0
|
0
|
1125
|
POST
|
Hi @LefterisKoumis, The examples repo has VSCode IntelliSense setup, try this one: https://github.com/Esri/calcite-components-examples/tree/master/vite Make sure to run `npm install` first and then add a component to `index.html`
... View more
01-30-2023
09:05 AM
|
0
|
6
|
1131
|
POST
|
Hi @FC_Basson, I was able to reproduce the error and logged a bug: https://github.com/Esri/calcite-components/issues/6310 Thanks for reporting the issue!
... View more
01-19-2023
11:10 AM
|
1
|
1
|
1279
|
POST
|
Hi @GregoryBologna , This change was intentional to align with a11y standards, you can read more in this comment: https://github.com/Esri/calcite-components/issues/5856#issuecomment-1333941884 We are working on updating all of the documentation to align with the pre-v1 breaking changes, sorry for the confusion! The documentation currently represents beta.97 functionality. The documentation will be up to date for the upcoming v1 release, and I'll comment here if we get it up to date for beta.99 before then. Happy holidays!
... View more
12-29-2022
10:40 AM
|
0
|
0
|
933
|
POST
|
Thank you both for your feedback! I created an issue to provide some JS/TS/React snippets for common workflows. https://github.com/Esri/calcite-components/issues/5836 Flow's drill in/out will be included, as well as slider's histogram and others. If you have any suggestions for code snippets, feel free to add them to this thread or to the issue above. We likely won't have time to start adding the code snippets until after v1 (January). I will update this thread with more details when we work on the issue. Thanks again!
... View more
11-29-2022
12:46 PM
|
0
|
1
|
2213
|
POST
|
Thanks again for reporting this issue, it is fixed on next if you'd like to test! We will be releasing beta.96 soon. https://codepen.io/benesri/pen/NWMWqzw?editors=1000
... View more
10-19-2022
03:12 PM
|
0
|
0
|
412
|
POST
|
Hey, @JackFanZhang Yes we check this Community regularly to answer technical questions! we just wanted to make sure we had a timeline set in stone before announcing the v1 release publicly. Thanks for understanding.
... View more
10-19-2022
03:08 PM
|
0
|
0
|
618
|
POST
|
At the moment, Calcite Design System doesn't provide any CSS utility classes for layout like we had in Calcite Web. We plan to provide something, but until then you can use a third party library or CSS Grid/Flexbox.
... View more
09-15-2022
10:04 AM
|
0
|
0
|
432
|
POST
|
Or are you saying that the Panel isn't big enough to fit the Input Date Picker range without cutting off the text? You can make the Shell Panel wider using the width-scale attribute: <calcite-shell-panel width-scale="l" slot="primary-panel" position="start" detached> Here is a codepen: https://codepen.io/benesri/pen/XWqNGpJ?editors=1000
... View more
09-14-2022
01:32 PM
|
0
|
0
|
1131
|
Title | Kudos | Posted |
---|---|---|
1 | 12-22-2021 10:22 AM | |
1 | 01-19-2023 11:10 AM | |
1 | 08-30-2022 04:09 PM | |
2 | 08-22-2022 03:20 PM | |
1 | 08-22-2022 03:57 PM |
Online Status |
Offline
|
Date Last Visited |
02-03-2023
03:22 AM
|