Eric Liu
8b477b12f9
test: scaffold component testing with Vitest
2024-11-23 13:36:31 -08:00
Eric Liu
8e996dc683
chore: format files with Prettier 3
2024-11-11 21:35:48 -08:00
Eric Liu
82905ac696
feat(treeview)!: rename children
prop to nodes
for Svelte 5 compatibility
2024-11-09 14:53:02 -08:00
Eric Liu
f25a23dd26
test: fix type errors
2024-11-09 10:07:46 -08:00
Eric Liu
f69b2f15b5
test: use carbon-components-svelte
for type imports
2024-11-09 10:07:46 -08:00
metonym
1ad4e3d385
feat(tree-view): add showNode
accessor ( #1844 )
...
Closes #1377
2023-11-12 14:25:15 -08:00
metonym
6a55fef62e
feat(tree-view): make node
slottable ( #1843 )
...
Closes #1660
2023-11-12 14:15:28 -08:00
Eric Liu
7381a03951
chore(deps-dev): upgrade svelte-check
to version 3 ( #1739 )
...
* chore(deps-dev): upgrade svelte-check, @tsconfig/svelte
* chore(types): fix type error in `TreeView`
* chore: adjust `test:types` command to ignore folders
2023-07-04 14:00:24 -07:00
metonym
198e0da4c5
fix(tree-view): loosen TreeNode
text property type to any ( #1576 )
...
* fix(tree-view): loosen `TreeNode` text property type to any
* Run "yarn build:docs"
* test(tree-view): assert updated property type value
2022-12-07 20:00:20 -08:00
metonym
ba58ba8f00
refactor: use icons from carbon-icons-svelte@11
( #1227 )
...
* chore: update ignore rules, remove unused files
* refactor(icons): use icons from carbon-icons-svelte@11
* docs(time-picker): fix default value
* chore: upgrade carbon-icons-svelte to v11
* docs: update examples to use icons from carbon-icons-svelte@11
* docs: update number of icons [ci skip]
2022-04-03 11:57:28 -07:00
Eric Liu
3203e7a61f
Upgrade sveld to v0.10 ( #856 )
...
* chore(deps-dev): upgrade sveld to v0.10.2
* feat(types): regenerate types using sveld@0.10.2
* fix(types): update @extends to use .svelte extension
2021-10-16 12:34:29 -07:00
Eric Liu
c4413636a4
Programmatically expand/collapse TreeView nodes ( #850 )
...
* feat(tree-view): add accessors to programmatically expand/collapse nodes
* feat(tree-view): update docs/types
* test(tree-view): test updated TreeView accessors
* docs(tree-view): document TreeView accessors
2021-10-13 08:54:37 -07:00
Eric Liu
d01995e11e
feat(tree-view): add expandedIds #750 ( #751 )
2021-07-15 07:49:25 -07:00
Eric Liu
6ed4aaa86e
TreeView ( #725 )
...
* feat(tree-view): add TreeView
* fix(tree-view): select initial active node, correct typedefs
* docs(tree-view): update examples
* chore(tree-view): add test for types
* docs(tree-view): rename example
* docs(tree-view): improve docs
* docs(tree-view): refine examples
* docs: fix invalid syntax
* chore: rebuild component index/api
* docs(layout): increase height of sidenav menu [ci skip]
2021-07-05 09:11:15 -07:00