@citruslime/ui 4.1.0-beta.9 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +2 -2
  2. package/dist/citrus-lime-ui.js +1 -0
  3. package/dist/component-resolver.js +1 -0
  4. package/dist/components/accordion/cl-ui-accordion.vue.d.ts +3 -2
  5. package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +3 -2
  6. package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +3 -2
  7. package/dist/components/app/cl-ui-app.vue.d.ts +3 -2
  8. package/dist/components/button/cl-ui-button.vue.d.ts +3 -2
  9. package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +5 -4
  10. package/dist/components/calendar/cl-ui-calendar.vue.d.ts +4 -1
  11. package/dist/components/calendar/cl-ui-quick-dates-group.vue.d.ts +2 -1
  12. package/dist/components/calendar/cl-ui-quick-dates.vue.d.ts +2 -1
  13. package/dist/components/calendar/types.d.ts +6 -0
  14. package/dist/components/card/cl-ui-card.vue.d.ts +3 -2
  15. package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +2 -1
  16. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +2 -1
  17. package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +2 -1
  18. package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +2 -1
  19. package/dist/components/currency/cl-ui-currency-input.vue.d.ts +2 -1
  20. package/dist/components/file-uploader/cl-ui-file-uploader.vue.d.ts +3 -2
  21. package/dist/components/footer/cl-ui-footer.vue.d.ts +3 -2
  22. package/dist/components/grid/action-row/cl-ui-grid-action-row.vue.d.ts +3 -2
  23. package/dist/components/grid/body/cl-ui-grid-body.vue.d.ts +5 -3
  24. package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +3 -2
  25. package/dist/components/grid/body/cl-ui-grid-cell.vue.d.ts +3 -2
  26. package/dist/components/grid/body/cl-ui-grid-row.vue.d.ts +3 -2
  27. package/dist/components/grid/cl-ui-grid.vue.d.ts +5 -3
  28. package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +3 -2
  29. package/dist/components/grid/header/cl-ui-grid-filter-input.vue.d.ts +2 -1
  30. package/dist/components/grid/header/cl-ui-grid-filter.vue.d.ts +3 -2
  31. package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +3 -2
  32. package/dist/components/grid/header/cl-ui-grid-method-selector.vue.d.ts +2 -1
  33. package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +5 -3
  34. package/dist/components/grid/header/filter-values.d.ts +1 -0
  35. package/dist/components/grid/types.d.ts +1 -0
  36. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +2 -1
  37. package/dist/components/grid-lite/body/cl-ui-grid-lite-body-skeleton.vue.d.ts +2 -1
  38. package/dist/components/grid-lite/body/cl-ui-grid-lite-body.vue.d.ts +3 -2
  39. package/dist/components/grid-lite/body/cl-ui-grid-lite-cell.vue.d.ts +3 -2
  40. package/dist/components/grid-lite/body/cl-ui-grid-lite-row.vue.d.ts +3 -2
  41. package/dist/components/grid-lite/cl-ui-grid-lite.vue.d.ts +5 -3
  42. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer-skeleton.vue.d.ts +2 -1
  43. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer.vue.d.ts +4 -2
  44. package/dist/components/grid-lite/header/cl-ui-grid-lite-header.vue.d.ts +4 -2
  45. package/dist/components/header/cl-ui-header.vue.d.ts +3 -2
  46. package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +3 -2
  47. package/dist/components/input/cl-ui-input.vue.d.ts +4 -1
  48. package/dist/components/input-v2/input-checkbox/cl-ui-input-checkbox.vue.d.ts +5 -3
  49. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range-input.vue.d.ts +2 -1
  50. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +7 -3
  51. package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +7 -3
  52. package/dist/components/input-v2/input-datetime/index.d.ts +1 -1
  53. package/dist/components/input-v2/input-layout-wrapper/cl-ui-input-layout-wrapper.vue.d.ts +3 -2
  54. package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +6 -4
  55. package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +6 -4
  56. package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +10 -8
  57. package/dist/components/input-v2/input-text-area/cl-ui-input-text-area.vue.d.ts +5 -3
  58. package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +2 -1
  59. package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +2 -1
  60. package/dist/components/login/cl-ui-login.vue.d.ts +3 -2
  61. package/dist/components/menu/cl-ui-menu.vue.d.ts +5 -4
  62. package/dist/components/menu/group/cl-ui-menu-group.vue.d.ts +3 -2
  63. package/dist/components/menu/icon/cl-ui-menu-icon.vue.d.ts +2 -1
  64. package/dist/components/menu/item/cl-ui-menu-item.vue.d.ts +3 -2
  65. package/dist/components/menu/section/cl-ui-menu-section.vue.d.ts +3 -2
  66. package/dist/components/modal/cl-ui-modal.vue.d.ts +5 -3
  67. package/dist/components/navigation/cl-ui-navigation.vue.d.ts +3 -2
  68. package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +3 -2
  69. package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +2 -1
  70. package/dist/components/navigation/index.d.ts +1 -0
  71. package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +3 -2
  72. package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +3 -2
  73. package/dist/components/notification/cl-ui-notification.vue.d.ts +2 -1
  74. package/dist/components/select/cl-ui-select.vue.d.ts +15 -10
  75. package/dist/components/select/select-input/cl-ui-select-input.vue.d.ts +3 -2
  76. package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +3 -2
  77. package/dist/components/skeleton-loaders/cl-ui-skeleton-button.vue.d.ts +2 -1
  78. package/dist/components/skeleton-loaders/cl-ui-skeleton-input.vue.d.ts +2 -1
  79. package/dist/components/skeleton-loaders/cl-ui-skeleton-text.vue.d.ts +3 -2
  80. package/dist/components/slider/cl-ui-slider.vue.d.ts +4 -2
  81. package/dist/components/tab/cl-ui-tab.vue.d.ts +3 -2
  82. package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +3 -2
  83. package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +3 -2
  84. package/dist/components/toggle/cl-ui-radio-group.vue.d.ts +3 -2
  85. package/dist/components/toggle/cl-ui-radio.vue.d.ts +3 -2
  86. package/dist/components/toggle/cl-ui-toggle-button.vue.d.ts +3 -2
  87. package/dist/components/toggle/cl-ui-toggle.vue.d.ts +5 -3
  88. package/dist/components/tree-list/cl-ui-tree-list-subtree.vue.d.ts +5 -3
  89. package/dist/components/tree-list/cl-ui-tree-list-tree-path.vue.d.ts +2 -1
  90. package/dist/components/tree-list/cl-ui-tree-list.vue.d.ts +3 -2
  91. package/dist/ui.css +1 -1
  92. package/dist/utils/__tests__/dates.test.d.ts +1 -0
  93. package/dist/utils/component-resolver.d.ts +1 -1
  94. package/dist/utils/dates.d.ts +7 -0
  95. package/dist/utils/i18n/__tests__/numbers.test.d.ts +1 -0
  96. package/dist/utils/i18n/types.d.ts +2 -0
  97. package/package.json +41 -20
  98. package/dist/citrus-lime-ui.es.js +0 -12389
  99. package/dist/citrus-lime-ui.umd.js +0 -8
@@ -3,3 +3,4 @@ export { default as clUiNavigationIcon } from './icon/cl-ui-navigation-icon.vue'
3
3
  export { default as clUiNavigationGroup } from './group/cl-ui-navigation-group.vue';
4
4
  export { default as clUiNavigationSection } from './section/cl-ui-navigation-section.vue';
5
5
  export { default as clUiNavigationItem } from './item/cl-ui-navigation-item.vue';
6
+ export * from './types';
@@ -2,8 +2,9 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -4,8 +4,9 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_3) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -4,9 +4,10 @@ type __VLS_Props = {
4
4
  position?: NotificationPosition;
5
5
  headerVisible?: boolean;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
8
  container: string;
9
9
  position: NotificationPosition;
10
10
  headerVisible: boolean;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
@@ -1,8 +1,6 @@
1
1
  import type { SelectItem } from './types';
2
- declare const _default: <T extends string | number | boolean | SelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
- readonly "onUpdate:model-value"?: ((args_0: T | T[] | null | undefined) => any) | undefined;
5
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value"> & {
2
+ declare const __VLS_export: <T extends string | number | boolean | SelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<{
6
4
  modelValue: T | T[] | null | undefined;
7
5
  list: T[];
8
6
  required?: boolean;
@@ -15,14 +13,18 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
15
13
  allowFiltering?: boolean;
16
14
  useListView?: boolean;
17
15
  readonly?: boolean;
18
- } & {}> & import("vue").PublicProps;
19
- expose(exposed: import("vue").ShallowUnwrapRef<{
16
+ } & {
17
+ "onUpdate:model-value"?: ((args_0: T | T[] | null | undefined) => any) | undefined;
18
+ }> & (typeof globalThis extends {
19
+ __VLS_PROPS_FALLBACK: infer P;
20
+ } ? P : {});
21
+ expose: (exposed: import("vue").ShallowUnwrapRef<{
20
22
  focus: () => void;
21
- }>): void;
23
+ }>) => void;
22
24
  attrs: any;
23
25
  slots: {
24
26
  default(props: {
25
- select: (value: T) => void;
27
+ select: (value: T | null) => void;
26
28
  isSelected: (option: T) => boolean;
27
29
  highlightIndex: number;
28
30
  index: number;
@@ -45,7 +47,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
45
47
  }>) => import("vue").VNode & {
46
48
  __ctx?: Awaited<typeof __VLS_setup>;
47
49
  };
50
+ declare const _default: typeof __VLS_export;
48
51
  export default _default;
49
- type __VLS_PrettifyLocal<T> = {
52
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
53
+ [K in keyof T]: T[K];
54
+ } : {
50
55
  [K in keyof T as K]: T[K];
51
- } & {};
56
+ }) & {};
@@ -7,12 +7,13 @@ type __VLS_Slots = {
7
7
  * Toggles the modal.
8
8
  */
9
9
  declare function toggleModalInput(): void;
10
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  toggleModal: () => any;
12
12
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
13
13
  onToggleModal?: (() => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
17
18
  type __VLS_WithSlots<T, S> = T & {
18
19
  new (): {
@@ -7,7 +7,7 @@ type __VLS_Props = {
7
7
  type __VLS_Slots = {
8
8
  default: any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  select: () => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
13
  onSelect?: (() => any) | undefined;
@@ -17,7 +17,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
17
17
  readonly: boolean;
18
18
  isSelected: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
+ declare const _default: typeof __VLS_export;
21
22
  export default _default;
22
23
  type __VLS_WithSlots<T, S> = T & {
23
24
  new (): {
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -5,11 +5,12 @@ type __VLS_Props = {
5
5
  type __VLS_Slots = {
6
6
  default(): any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
9
  words: number;
10
10
  rows: number;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -5,10 +5,11 @@ type __VLS_Props = {
5
5
  placeholder?: string;
6
6
  disabled?: boolean;
7
7
  };
8
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
9
9
  'value': number;
10
10
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
12
13
  focus(): void;
13
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
15
  "update:value": (value: number) => any;
@@ -19,4 +20,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
19
20
  placeholder: string;
20
21
  step: number;
21
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
22
24
  export default _default;
@@ -22,7 +22,7 @@ type __VLS_Slots = {
22
22
  * @param id - The ID of the tab to open.
23
23
  */
24
24
  declare function setTab(id?: number): void;
25
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
25
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
26
26
  setTab: typeof setTab;
27
27
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
28
  "tab-opened": (args_0: number) => any;
@@ -34,7 +34,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
34
34
  overflowHidden: boolean;
35
35
  stickyHeader: boolean;
36
36
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
37
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
38
+ declare const _default: typeof __VLS_export;
38
39
  export default _default;
39
40
  type __VLS_WithSlots<T, S> = T & {
40
41
  new (): {
@@ -6,10 +6,11 @@ type __VLS_Slots = {
6
6
  default(): any;
7
7
  header(): any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  title: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -9,13 +9,14 @@ type __VLS_Props = {
9
9
  type __VLS_Slots = {
10
10
  default(): any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
13
  title: string;
14
14
  disabled: boolean;
15
15
  colour: TabColour;
16
16
  layout: TabLayout;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
20
21
  type __VLS_WithSlots<T, S> = T & {
21
22
  new (): {
@@ -6,12 +6,13 @@ type __VLS_Props = {
6
6
  type __VLS_Slots = Record<string, (props: {
7
7
  id: string;
8
8
  }) => any>;
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  select: (args_0: number) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onSelect?: ((args_0: number) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
16
17
  type __VLS_WithSlots<T, S> = T & {
17
18
  new (): {
@@ -6,7 +6,7 @@ type __VLS_Props = {
6
6
  type __VLS_Slots = {
7
7
  default: () => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  click: () => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onClick?: (() => any) | undefined;
@@ -14,7 +14,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
14
14
  name: string;
15
15
  checked: boolean;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
19
20
  type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
@@ -4,8 +4,9 @@ type __VLS_Props = {
4
4
  type __VLS_Slots = {
5
5
  default: () => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -15,10 +15,11 @@ type __VLS_Slots = {
15
15
  * @param index - The index.
16
16
  */
17
17
  declare function selectItem(index: number): void;
18
- type __VLS_PublicProps = __VLS_Props & {
18
+ type __VLS_ModelProps = {
19
19
  modelValue: number | number[] | null;
20
20
  };
21
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
22
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
23
  "update:modelValue": (value: number | number[] | null) => any;
23
24
  "selection-changed": (args_0: number | number[] | null) => any;
24
25
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
@@ -28,7 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
28
29
  required: boolean;
29
30
  orientation: "horizontal" | "vertical";
30
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
32
34
  export default _default;
33
35
  type __VLS_WithSlots<T, S> = T & {
34
36
  new (): {
@@ -7,10 +7,11 @@ type __VLS_Props = {
7
7
  rootNode: TreeNode;
8
8
  };
9
9
  type __VLS_Slots = Record<string, (props: SlotProps) => void>;
10
- type __VLS_PublicProps = __VLS_Props & {
10
+ type __VLS_ModelProps = {
11
11
  'selectedPath': string | null;
12
12
  };
13
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
15
  "recalculate-tree-path": () => any;
15
16
  "set-child-node-height": (args_0: number) => any;
16
17
  "update:selectedPath": (value: string | null) => any;
@@ -19,7 +20,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
19
20
  "onSet-child-node-height"?: ((args_0: number) => any) | undefined;
20
21
  "onUpdate:selectedPath"?: ((value: string | null) => any) | undefined;
21
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
23
25
  export default _default;
24
26
  type __VLS_WithSlots<T, S> = T & {
25
27
  new (): {
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  branchesAt: (number | string)[];
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
@@ -7,7 +7,7 @@ type __VLS_Props = {
7
7
  highlightSelectedDescendants?: boolean;
8
8
  };
9
9
  type __VLS_Slots = Record<string, (props: SlotProps) => void>;
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  select: (args_0: TreeNode | null) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
13
  onSelect?: ((args_0: TreeNode | null) => any) | undefined;
@@ -16,7 +16,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
16
16
  allowDeselect: boolean;
17
17
  highlightSelectedDescendants: boolean;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;
21
22
  type __VLS_WithSlots<T, S> = T & {
22
23
  new (): {