@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
@@ -7,8 +7,9 @@ type __VLS_Props = {
7
7
  isSmallGrid: boolean;
8
8
  };
9
9
  type __VLS_Slots = Record<string, (props: GridSlot) => any>;
10
- 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>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ 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>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
13
14
  type __VLS_WithSlots<T, S> = T & {
14
15
  new (): {
@@ -8,8 +8,9 @@ type __VLS_Props = {
8
8
  gridId: string;
9
9
  };
10
10
  type __VLS_Slots = Record<string, (props: GridSlot) => any>;
11
- 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>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ 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>;
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 (): {
@@ -8,11 +8,12 @@ type __VLS_Props = {
8
8
  dateFormatLocale?: string | null;
9
9
  };
10
10
  type __VLS_Slots = Record<string, (props: GridSlot) => any>;
11
- type __VLS_PublicProps = __VLS_Props & {
11
+ type __VLS_ModelProps = {
12
12
  'columns': GridLiteColumn[];
13
13
  'request': GridLiteRequest;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
16
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
17
  "update:request": (value: GridLiteRequest<Record<string, unknown>>) => any;
17
18
  "update:columns": (value: GridLiteColumn<Record<string, unknown>>[]) => any;
18
19
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
@@ -25,7 +26,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
25
26
  timeZone: string | null;
26
27
  options: Partial<GridLiteConfig>;
27
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
29
31
  export default _default;
30
32
  type __VLS_WithSlots<T, S> = T & {
31
33
  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;
@@ -6,14 +6,16 @@ type __VLS_Props = {
6
6
  initialLoad: boolean;
7
7
  options: GridLiteConfig;
8
8
  };
9
- type __VLS_PublicProps = __VLS_Props & {
9
+ type __VLS_ModelProps = {
10
10
  'request': GridLiteRequest;
11
11
  };
12
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
14
  "update:request": (value: GridLiteRequest<Record<string, unknown>>) => any;
14
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
16
  "onUpdate:request"?: ((value: GridLiteRequest<Record<string, unknown>>) => any) | undefined;
16
17
  }>, {
17
18
  data: FilterResponse<unknown> | null;
18
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
19
21
  export default _default;
@@ -5,12 +5,14 @@ type __VLS_Props = {
5
5
  isSmallGrid?: boolean;
6
6
  initialLoad: boolean;
7
7
  };
8
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
9
9
  'request': GridLiteRequest;
10
10
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
13
  "update:request": (value: GridLiteRequest<Record<string, unknown>>) => any;
13
14
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
15
  "onUpdate:request"?: ((value: GridLiteRequest<Record<string, unknown>>) => any) | undefined;
15
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
16
18
  export default _default;
@@ -6,12 +6,13 @@ type __VLS_Slots = {
6
6
  menu(): any;
7
7
  icon(): 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
  "open-click": () => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  "onOpen-click"?: (() => 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 (): {
@@ -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
  image: string;
14
14
  colour: HeaderColour;
15
15
  group: string;
16
16
  username: string;
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 (): {
@@ -34,8 +34,9 @@ type __VLS_Props = {
34
34
  quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[] | null;
35
35
  dateFormatLocale?: string | null;
36
36
  currencyOptions?: CurrencyInputOptions;
37
+ showWeekNumbers?: boolean;
37
38
  };
38
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
39
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
39
40
  focus(): void;
40
41
  blur(): void;
41
42
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -68,6 +69,7 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
68
69
  step: number;
69
70
  dateFormatLocale: string | null;
70
71
  timeZone: string | null;
72
+ showWeekNumbers: boolean;
71
73
  isRequired: boolean;
72
74
  quickDateScope: "past" | "future" | "none" | QuickDateName[] | null;
73
75
  initialDate: string | null;
@@ -87,4 +89,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
87
89
  showValidationMessages: boolean;
88
90
  hideRequiredAsterisk: boolean;
89
91
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
92
+ declare const _default: typeof __VLS_export;
90
93
  export default _default;
@@ -8,10 +8,11 @@ type __VLS_Slots = {
8
8
  default(): any;
9
9
  'help-text'(): any;
10
10
  };
11
- type __VLS_PublicProps = __VLS_Props & {
11
+ type __VLS_ModelProps = {
12
12
  modelValue: boolean;
13
13
  };
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
15
16
  focus: () => void | undefined;
16
17
  blur: () => void | undefined;
17
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -28,7 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
28
29
  errors: string[] | null;
29
30
  readonly: boolean;
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 (): {
@@ -3,11 +3,12 @@ type __VLS_Props = {
3
3
  disabled: boolean;
4
4
  dateRangeSelected: boolean;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  clear: (args_0: void) => any;
8
8
  togglePopover: (args_0: void) => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  onClear?: ((args_0?: void | undefined) => any) | undefined;
11
11
  onTogglePopover?: ((args_0?: void | undefined) => any) | undefined;
12
12
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
@@ -11,15 +11,17 @@ type __VLS_Props = {
11
11
  quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[] | null;
12
12
  popoverPlacement?: PopoverPlacement;
13
13
  manualDateSelection?: boolean;
14
+ showWeekNumbers?: boolean;
14
15
  };
15
16
  type __VLS_Slots = {
16
17
  default: () => any;
17
18
  'help-text': () => any;
18
19
  };
19
- type __VLS_PublicProps = __VLS_Props & {
20
+ type __VLS_ModelProps = {
20
21
  modelValue: DateRange | null;
21
22
  };
22
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
24
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
25
  "update:modelValue": (value: DateRange | null) => any;
24
26
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
27
  "onUpdate:modelValue"?: ((value: DateRange | null) => any) | undefined;
@@ -32,10 +34,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
32
34
  dateFormatLocale: string | null;
33
35
  timeZone: string | null;
34
36
  popoverPlacement: "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
37
+ showWeekNumbers: boolean;
35
38
  quickDateScope: "past" | "future" | "none" | QuickDateName[] | null;
36
39
  manualDateSelection: boolean;
37
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
42
+ declare const _default: typeof __VLS_export;
39
43
  export default _default;
40
44
  type __VLS_WithSlots<T, S> = T & {
41
45
  new (): {
@@ -13,15 +13,17 @@ type __VLS_Props = {
13
13
  popoverPlacement?: PopoverPlacement;
14
14
  showPopover?: boolean;
15
15
  forceIconDisplay?: boolean;
16
+ showWeekNumbers?: boolean;
16
17
  };
17
18
  type __VLS_Slots = {
18
19
  default: () => any;
19
20
  'help-text': () => any;
20
21
  };
21
- type __VLS_PublicProps = __VLS_Props & {
22
+ type __VLS_ModelProps = {
22
23
  modelValue: string | null;
23
24
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
25
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
26
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
25
27
  focus(): void;
26
28
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
29
  focus: () => any;
@@ -44,8 +46,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
44
46
  timeZone: string | null;
45
47
  popoverPlacement: "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
46
48
  showPopover: boolean;
49
+ showWeekNumbers: boolean;
47
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
51
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
52
+ declare const _default: typeof __VLS_export;
49
53
  export default _default;
50
54
  type __VLS_WithSlots<T, S> = T & {
51
55
  new (): {
@@ -1,2 +1,2 @@
1
- export { default as clUiInputDateTime } from './cl-ui-input-datetime.vue';
1
+ export { default as clUiInputDatetime } from './cl-ui-input-datetime.vue';
2
2
  export * from './types';
@@ -8,11 +8,12 @@ type __VLS_Slots = {
8
8
  label(): any;
9
9
  helpText(): any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
12
  errors: string[] | null;
13
13
  labelPosition: "above" | "right";
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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 (): {
@@ -19,10 +19,11 @@ type __VLS_Slots = {
19
19
  default: [];
20
20
  'help-text': [];
21
21
  };
22
- type __VLS_PublicProps = __VLS_Props & {
22
+ type __VLS_ModelProps = {
23
23
  modelValue: number | null;
24
24
  };
25
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
25
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
26
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
26
27
  focus: () => void | undefined;
27
28
  blur: () => void | undefined;
28
29
  select: () => void;
@@ -37,8 +38,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
37
38
  }>, {
38
39
  disabled: boolean;
39
40
  required: boolean;
40
- placeholder: string | null;
41
41
  errors: string[] | null;
42
+ placeholder: string | null;
42
43
  selectOnFocus: boolean;
43
44
  locale: string | null;
44
45
  currency: string | null;
@@ -50,7 +51,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
50
51
  allowEmpty: boolean;
51
52
  allowKeyboardArrowKeyInput: boolean;
52
53
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
54
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
55
+ declare const _default: typeof __VLS_export;
54
56
  export default _default;
55
57
  type __VLS_WithSlots<T, S> = T & {
56
58
  new (): {
@@ -11,10 +11,11 @@ type __VLS_Slots = {
11
11
  default: [];
12
12
  'help-text': [];
13
13
  };
14
- type __VLS_PublicProps = __VLS_Props & {
14
+ type __VLS_ModelProps = {
15
15
  modelValue: number;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
17
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
18
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
18
19
  focus: () => any;
19
20
  blur: () => any;
20
21
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -24,11 +25,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
24
25
  }>, {
25
26
  disabled: boolean;
26
27
  required: boolean;
27
- placeholder: string | null;
28
28
  errors: string[] | null;
29
+ placeholder: string | null;
29
30
  precision: number;
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 (): {
@@ -12,33 +12,35 @@ type __VLS_Slots = {
12
12
  default(): any;
13
13
  'help-text'(): any;
14
14
  };
15
- type __VLS_PublicProps = __VLS_Props & {
15
+ type __VLS_ModelProps = {
16
16
  modelValue: string;
17
17
  };
18
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
18
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
19
20
  focus: () => void | undefined;
20
21
  blur: () => void | undefined;
21
22
  select: () => void | undefined;
22
23
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
- focus: () => any;
24
- blur: () => any;
24
+ focus: (args_0: FocusEvent) => any;
25
+ blur: (args_0: FocusEvent) => any;
25
26
  keySinglePress: (args_0: string) => any;
26
27
  "update:modelValue": (value: string) => any;
27
28
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
- onFocus?: (() => any) | undefined;
29
- onBlur?: (() => any) | undefined;
29
+ onFocus?: ((args_0: FocusEvent) => any) | undefined;
30
+ onBlur?: ((args_0: FocusEvent) => any) | undefined;
30
31
  onKeySinglePress?: ((args_0: string) => any) | undefined;
31
32
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
33
  }>, {
33
34
  type: TextType;
34
35
  disabled: boolean;
35
36
  required: boolean;
36
- placeholder: string | null;
37
37
  errors: string[] | null;
38
38
  maxlength: number | null;
39
+ placeholder: string | null;
39
40
  selectOnFocus: boolean;
40
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
42
44
  export default _default;
43
45
  type __VLS_WithSlots<T, S> = T & {
44
46
  new (): {
@@ -7,10 +7,11 @@ type __VLS_Slots = {
7
7
  default(): any;
8
8
  'help-text'(): any;
9
9
  };
10
- type __VLS_PublicProps = __VLS_Props & {
10
+ type __VLS_ModelProps = {
11
11
  modelValue: string | null | undefined;
12
12
  };
13
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
14
15
  focus: () => void | undefined;
15
16
  blur: () => void | undefined;
16
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -26,7 +27,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
26
27
  errors: string[] | null;
27
28
  resizability: "none" | "horizontal" | "vertical" | "both" | "auto";
28
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
30
32
  export default _default;
31
33
  type __VLS_WithSlots<T, S> = T & {
32
34
  new (): {
@@ -4,7 +4,7 @@ type __VLS_Props = {
4
4
  disabled?: boolean;
5
5
  defaultLangauge?: Language | null;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  "language-select": (newLanguage: string) => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  "onLanguage-select"?: ((newLanguage: string) => any) | undefined;
@@ -12,4 +12,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
12
12
  disabled: boolean;
13
13
  defaultLangauge: Language | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  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;
@@ -8,7 +8,7 @@ type __VLS_Slots = {
8
8
  logo(): any;
9
9
  'language-switcher'(): any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  login: (args_0: Authentication) => any;
13
13
  "update:errors": (args_0: string[]) => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -18,7 +18,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
18
18
  loading: boolean;
19
19
  errors: string[];
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
@@ -23,20 +23,21 @@ declare function groupIsOpen(id: number): boolean;
23
23
  * @param id The ID of the group to toggle the open state of.
24
24
  */
25
25
  declare function toggleOpen(id: number): void;
26
- type __VLS_PublicProps = {
26
+ type __VLS_ModelProps = {
27
27
  'open': boolean;
28
28
  'pinned'?: boolean;
29
29
  };
30
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
31
  "search-clicked": () => any;
32
32
  "update:open": (value: boolean) => any;
33
33
  "update:pinned": (value: boolean) => any;
34
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
35
35
  "onSearch-clicked"?: (() => any) | undefined;
36
36
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
37
37
  "onUpdate:pinned"?: ((value: boolean) => any) | undefined;
38
38
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
39
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
40
+ declare const _default: typeof __VLS_export;
40
41
  export default _default;
41
42
  type __VLS_WithSlots<T, S> = T & {
42
43
  new (): {
@@ -7,12 +7,13 @@ 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
  "toggle-open": () => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
13
  "onToggle-open"?: (() => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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 (): {
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  iconValue: 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;
@@ -1,8 +1,9 @@
1
1
  type __VLS_Slots = {
2
2
  default(): any;
3
3
  };
4
- 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>;
5
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
4
+ 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>;
5
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  type __VLS_WithSlots<T, S> = T & {
8
9
  new (): {
@@ -2,8 +2,9 @@ import type { clUiMenuItem } from '..';
2
2
  type __VLS_Slots = {
3
3
  default(): typeof clUiMenuItem;
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 (): {
@@ -25,10 +25,11 @@ declare function open(): void;
25
25
  * Hides the modal.
26
26
  */
27
27
  declare function close(): void;
28
- type __VLS_PublicProps = __VLS_Props & {
28
+ type __VLS_ModelProps = {
29
29
  'visible'?: boolean;
30
30
  };
31
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
32
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
33
  "update:visible": (value: boolean) => any;
33
34
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
35
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
@@ -38,7 +39,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
38
39
  preventClose: boolean;
39
40
  trapFocus: boolean;
40
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
42
44
  export default _default;
43
45
  type __VLS_WithSlots<T, S> = T & {
44
46
  new (): {
@@ -35,7 +35,7 @@ declare function restorePinnedNavigation(id?: number): void;
35
35
  * Closes the navigation (if not pinned).
36
36
  */
37
37
  declare function closeNavigation(): void;
38
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
38
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
39
39
  closeNavigation: typeof closeNavigation;
40
40
  restorePinnedNavigation: typeof restorePinnedNavigation;
41
41
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -47,7 +47,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
47
47
  }>, {
48
48
  colour: NavColour;
49
49
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
50
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
50
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
51
+ declare const _default: typeof __VLS_export;
51
52
  export default _default;
52
53
  type __VLS_WithSlots<T, S> = T & {
53
54
  new (): {
@@ -5,8 +5,9 @@ type __VLS_Slots = {
5
5
  default(): any;
6
6
  title(): 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<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ 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>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  type __VLS_WithSlots<T, S> = T & {
12
13
  new (): {
@@ -3,7 +3,8 @@ type __VLS_Props = {
3
3
  open: boolean;
4
4
  colour?: string;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
7
  colour: string;
8
8
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;