@cnamts/synapse 1.0.22 → 1.0.23

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 (190) hide show
  1. package/dist/{DateFilter-B5n-ZkLi.js → DateFilter-Dc-gSGwk.js} +1 -1
  2. package/dist/{NumberFilter-CtiZ9uj8.js → NumberFilter-vP38Wp6j.js} +1 -1
  3. package/dist/{PeriodFilter-DzqiMb-b.js → PeriodFilter-Ba1uYUnT.js} +1 -1
  4. package/dist/{SelectFilter-BOYlF7rX.js → SelectFilter-BioGT6Nn.js} +1 -1
  5. package/dist/{TextFilter-BOFRNfcX.js → TextFilter-B84dpnoq.js} +1 -1
  6. package/dist/components/Accordion/Accordion.d.ts +13 -2
  7. package/dist/components/Accordion/composables/useAccordionState.d.ts +2 -1
  8. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7 -7
  9. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
  10. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7 -7
  13. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +16 -16
  14. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
  16. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +22 -1
  17. package/dist/components/Customs/Selects/SyAutocomplete/locales.d.ts +5 -0
  18. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  19. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
  20. package/dist/components/Customs/Selects/SySelect/locales.d.ts +1 -0
  21. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +1 -1
  22. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  23. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1 -1
  24. package/dist/components/Customs/SyTextField/SyTextField.d.ts +5 -2
  25. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +13 -9
  26. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +7 -5
  27. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +2 -1
  28. package/dist/components/ErrorPage/ErrorPage.d.ts +3 -1
  29. package/dist/components/FileList/UploadItem/UploadItem.d.ts +6 -0
  30. package/dist/components/FileList/UploadItem/locales.d.ts +1 -4
  31. package/dist/components/FileUpload/FileUploadContent.d.ts +2 -0
  32. package/dist/components/FileUpload/validateFiles.d.ts +2 -1
  33. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -1
  34. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +2 -1
  35. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +2 -1
  36. package/dist/components/MonthPicker/MonthPicker.d.ts +1939 -0
  37. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1899 -0
  38. package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +21 -0
  39. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.d.ts +21 -0
  40. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.d.ts +12 -0
  41. package/dist/components/MonthPicker/MonthPickerVisual/MonthSelector.d.ts +11 -0
  42. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.d.ts +6 -0
  43. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.d.ts +14 -0
  44. package/dist/components/MonthPicker/MonthPickerVisual/YearSelector.d.ts +14 -0
  45. package/dist/components/MonthPicker/MonthPickerVisual/useMonthGrid.d.ts +9 -0
  46. package/dist/components/MonthPicker/MonthPickerVisual/useYearGrid.d.ts +8 -0
  47. package/dist/components/MonthPicker/MonthPickerVisual/utils.d.ts +8 -0
  48. package/dist/components/MonthPicker/locales.d.ts +12 -0
  49. package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +25 -0
  50. package/dist/components/NirField/NirField.d.ts +3 -1
  51. package/dist/components/NotificationBar/Notification/Notification.d.ts +3 -0
  52. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  53. package/dist/components/PeriodField/PeriodField.d.ts +29 -21
  54. package/dist/components/PhoneField/PhoneField.d.ts +2 -1
  55. package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +1 -1
  56. package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +1 -0
  57. package/dist/components/SyHeading/SyHeading.d.ts +4 -2
  58. package/dist/components/SyHeading/SyHeading.test.d.ts +1 -0
  59. package/dist/components/SyTextArea/SyTextArea.d.ts +1 -1
  60. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +4 -4
  61. package/dist/components/Tables/SyTable/SyTable.d.ts +4 -4
  62. package/dist/components/Tables/common/SyTablePagination.d.ts +6 -6
  63. package/dist/components/index.d.ts +1 -0
  64. package/dist/design-system-v3.js +102 -99
  65. package/dist/design-system-v3.umd.cjs +126 -126
  66. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +5 -0
  67. package/dist/{main-CEl4J8_T.js → main-aLKwdMi1.js} +11167 -10522
  68. package/dist/main.d.ts +1 -0
  69. package/dist/style.css +1 -1
  70. package/package.json +10 -4
  71. package/src/assets/apTokens.scss +2 -2
  72. package/src/assets/overrides/_btns.scss +8 -0
  73. package/src/assets/overrides/_forms.scss +9 -0
  74. package/src/assets/overrides/_icons.scss +38 -9
  75. package/src/assets/overrides/_tables.scss +19 -0
  76. package/src/components/Accordion/Accordion.mdx +23 -9
  77. package/src/components/Accordion/Accordion.stories.ts +153 -3
  78. package/src/components/Accordion/Accordion.vue +7 -6
  79. package/src/components/Accordion/composables/__tests__/useAccordionState.spec.ts +40 -12
  80. package/src/components/Accordion/composables/useAccordionState.ts +3 -4
  81. package/src/components/Accordion/tests/accordion.spec.ts +131 -19
  82. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.mdx +3 -1
  83. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +8 -0
  84. package/src/components/BackBtn/accessibilite/Accessibility.mdx +62 -10
  85. package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -3
  86. package/src/components/BackToTopBtn/accessibilite/Accessibility.mdx +86 -6
  87. package/src/components/Captcha/tests/Captcha.spec.ts +0 -29
  88. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +2 -110
  89. package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +133 -10
  90. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +379 -93
  91. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +144 -83
  92. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibilite.stories.ts +40 -1
  93. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibility.mdx +7 -1
  94. package/src/components/Customs/Selects/SyAutocomplete/locales.ts +5 -0
  95. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +96 -0
  96. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +234 -9
  97. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +13 -3
  98. package/src/components/Customs/Selects/SyAutocomplete/utils/useSelectionLogic.ts +9 -10
  99. package/src/components/Customs/Selects/SySelect/SySelect.vue +46 -3
  100. package/src/components/Customs/Selects/SySelect/locales.ts +1 -0
  101. package/src/components/Customs/SyIcon/SyIcon.vue +1 -1
  102. package/src/components/Customs/SyIcon/tests/SyIcon.a11y.spec.ts +20 -0
  103. package/src/components/Customs/SyIconButton/SyIconButton.mdx +46 -0
  104. package/src/components/Customs/SyIconButton/SyIconButton.stories.ts +184 -0
  105. package/src/components/Customs/SyIconButton/SyIconButton.vue +38 -0
  106. package/src/components/Customs/SyIconButton/accessibilite/Accessibility.mdx +64 -0
  107. package/src/components/Customs/SyIconButton/tests/SyIconButton.a11y.spec.ts +87 -0
  108. package/src/components/Customs/SyIconButton/tests/SyIconButton.spec.ts +152 -0
  109. package/src/components/Customs/SyIconButton/tests/__snapshots__/SyIconButton.spec.ts.snap +61 -0
  110. package/src/components/Customs/SyPagination/SyPagination.vue +5 -5
  111. package/src/components/Customs/SyTextField/SyTextField.vue +20 -2
  112. package/src/components/Customs/SyTextField/accessibilite/Accessibility.mdx +67 -9
  113. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +15 -0
  114. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +36 -0
  115. package/src/components/DataList/accessibilite/Accessibility.mdx +79 -11
  116. package/src/components/DataListGroup/accessibilite/Accessibility.mdx +80 -11
  117. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +25 -0
  118. package/src/components/ErrorPage/ErrorPage.stories.ts +113 -19
  119. package/src/components/ErrorPage/ErrorPage.vue +17 -2
  120. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +17 -0
  121. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +21 -1
  122. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +0 -1
  123. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +23 -0
  124. package/src/components/FileList/FileList.stories.ts +51 -1
  125. package/src/components/FileList/UploadItem/UploadItem.vue +13 -6
  126. package/src/components/FileList/UploadItem/locales.ts +3 -12
  127. package/src/components/FileList/accessibilite/Accessibility.mdx +3 -0
  128. package/src/components/FileUpload/FileUpload.vue +2 -1
  129. package/src/components/FileUpload/FileUploadContent.vue +2 -1
  130. package/src/components/FileUpload/tests/FileUpload.spec.ts +47 -0
  131. package/src/components/FileUpload/validateFiles.ts +5 -2
  132. package/src/components/FranceConnectBtn/accessibilite/Accessibility.mdx +62 -9
  133. package/src/components/HeaderBar/HeaderBar.vue +2 -1
  134. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -1
  135. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
  136. package/src/components/LunarCalendar/accessibilite/Accessibility.mdx +74 -8
  137. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +163 -0
  138. package/src/components/MaintenancePage/MaintenancePage.vue +1 -1
  139. package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +4 -5
  140. package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +0 -1
  141. package/src/components/MonthPicker/MonthPicker.mdx +35 -0
  142. package/src/components/MonthPicker/MonthPicker.stories.ts +527 -0
  143. package/src/components/MonthPicker/MonthPicker.vue +79 -0
  144. package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +89 -0
  145. package/src/components/MonthPicker/MonthPickerText/useTextField.ts +27 -0
  146. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.vue +154 -0
  147. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.ts +13 -0
  148. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +137 -0
  149. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +60 -0
  150. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +149 -0
  151. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +143 -0
  152. package/src/components/MonthPicker/MonthPickerVisual/useMonthGrid.ts +45 -0
  153. package/src/components/MonthPicker/MonthPickerVisual/useYearGrid.ts +45 -0
  154. package/src/components/MonthPicker/MonthPickerVisual/utils.ts +17 -0
  155. package/src/components/MonthPicker/accessibilite/Accessibility.mdx +59 -0
  156. package/src/components/MonthPicker/locales.ts +12 -0
  157. package/src/components/MonthPicker/tests/MonthPicker.a11y.spec.ts +71 -0
  158. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +1248 -0
  159. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +2545 -0
  160. package/src/components/MonthPicker/useMonthPickerValidation.ts +30 -0
  161. package/src/components/NirField/NirField.mdx +1 -2
  162. package/src/components/NirField/NirField.stories.ts +66 -6
  163. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -3
  164. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +22 -14
  165. package/src/components/NotificationBar/Notification/Notification.vue +3 -1
  166. package/src/components/NotificationBar/NotificationBar.stories.ts +154 -0
  167. package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +26 -0
  168. package/src/components/NotificationBar/tests/NotificationBar.spec.ts +60 -0
  169. package/src/components/RangeField/accessibilite/Accessibility.mdx +79 -11
  170. package/src/components/SkipLink/tests/SkipLink.a11y.spec.ts +23 -0
  171. package/src/components/StatusPage/StatusPage.stories.ts +118 -0
  172. package/src/components/StatusPage/StatusPage.vue +5 -3
  173. package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +22 -0
  174. package/src/components/StatusPage/tests/StatusPage.spec.ts +22 -0
  175. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +22 -14
  176. package/src/components/SubHeader/tests/SubHeader.a11y.spec.ts +20 -0
  177. package/src/components/SyAlert/SyAlert.vue +1 -0
  178. package/src/components/SyAlert/accessibilite/Accessibility.mdx +79 -9
  179. package/src/components/SyAlert/tests/SyAlert.a11y.spec.ts +23 -0
  180. package/src/components/SyHeading/SyHeading.a11y.test.ts +149 -0
  181. package/src/components/SyHeading/SyHeading.test.ts +115 -0
  182. package/src/components/SyHeading/SyHeading.vue +5 -3
  183. package/src/components/SyTextArea/accessibilite/Accessibility.mdx +80 -8
  184. package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +151 -0
  185. package/src/components/ToolbarContainer/tests/ToolbarContainer.a11y.spec.ts +126 -0
  186. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +2 -2
  187. package/src/components/index.ts +1 -0
  188. package/src/composables/useFormFieldErrorHandling.ts +11 -2
  189. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -1
  190. package/src/main.ts +2 -0
@@ -0,0 +1,21 @@
1
+ export type TextFieldProps = {
2
+ label: string;
3
+ density?: 'default' | 'comfortable' | 'compact';
4
+ hint?: string | false;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ readonly?: boolean;
8
+ };
9
+ export declare const defaultTextFieldProps: {
10
+ readonly density: "default";
11
+ readonly disabled: false;
12
+ readonly readonly: false;
13
+ };
14
+ export declare function useTextField(props: TextFieldProps): import('vue').ComputedRef<{
15
+ label: string;
16
+ density: "default" | "comfortable" | "compact" | undefined;
17
+ hint: string | undefined;
18
+ placeholder: string | undefined;
19
+ disabled: boolean | undefined;
20
+ readonly: boolean | undefined;
21
+ }>;
@@ -0,0 +1,21 @@
1
+ import { ComponentPublicInstance } from 'vue';
2
+ import { MonthPickerVisualProps } from './MonthPickerVisualProps';
3
+ type __VLS_Props = {
4
+ textInput: ComponentPublicInstance | null;
5
+ toggleBtn: HTMLElement | null;
6
+ modelValue: string | undefined;
7
+ readonly: boolean;
8
+ disabled: boolean;
9
+ } & MonthPickerVisualProps;
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ "update:modelValue": (value: string | undefined) => any;
12
+ "update:month": (value: number | undefined) => any;
13
+ "update:year": (value: number | undefined) => any;
14
+ "update:open": (value: boolean) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
17
+ "onUpdate:month"?: ((value: number | undefined) => any) | undefined;
18
+ "onUpdate:year"?: ((value: number | undefined) => any) | undefined;
19
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ export default _default;
@@ -0,0 +1,12 @@
1
+ export type MonthPickerVisualProps = {
2
+ minYear: number;
3
+ maxYear: number;
4
+ yearsOrder: 'asc' | 'desc';
5
+ initialView: 'months' | 'years';
6
+ };
7
+ export declare const defaultMonthPickerVisualProps: {
8
+ readonly minYear: 1900;
9
+ readonly maxYear: 2100;
10
+ readonly yearsOrder: "asc";
11
+ readonly initialView: "months";
12
+ };
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ modelValue: number | undefined;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
+ "update:modelValue": (value: number) => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
+ monthSelector: HTMLDivElement;
10
+ }, HTMLDivElement>;
11
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2
+ "update:modelValue": (value: string) => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
6
+ export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ modelValue: string | undefined;
3
+ view: 'months' | 'years';
4
+ title: string;
5
+ minYear: number;
6
+ maxYear: number;
7
+ id: string;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
+ "update:view": (value: "months" | "years") => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onUpdate:view"?: ((value: "months" | "years") => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ min: number;
3
+ max: number;
4
+ order: 'asc' | 'desc';
5
+ modelValue?: number;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ "update:modelValue": (value: number) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
12
+ yearSelector: HTMLDivElement;
13
+ }, HTMLDivElement>;
14
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { Ref } from 'vue';
2
+ export declare function useMonthGrid(monthSelector: Ref<HTMLElement | null>, initialMonth?: number): {
3
+ activeMonth: Ref<number, number>;
4
+ selectMonth: (month: number) => void;
5
+ selectNextMonth: () => void;
6
+ selectPreviousMonth: () => void;
7
+ selectNextRow: () => void;
8
+ selectPreviousRow: () => void;
9
+ };
@@ -0,0 +1,8 @@
1
+ import { Ref } from 'vue';
2
+ export declare function useYearGrid(yearSelector: Ref<HTMLElement | null>, minYear: Ref<number>, maxYear: Ref<number>, initialYear?: number): {
3
+ activeYear: Ref<number, number>;
4
+ selectNextYear: () => void;
5
+ selectPreviousYear: () => void;
6
+ selectNextRow: () => void;
7
+ selectPreviousRow: () => void;
8
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Formats a Date object into a string in the format "Month Year" (e.g., "January 2024") using the user's locale.
3
+ */
4
+ export declare function dateToString(date: Date): string;
5
+ /**
6
+ * Parses a string in the format "month/year" and returns a tuple of [month, year].
7
+ */
8
+ export declare function parseMonthYearString(value: string | undefined): [number | undefined, number | undefined];
@@ -0,0 +1,12 @@
1
+ export declare const localesKey: unique symbol;
2
+ export declare const locales: {
3
+ btnLabel: string;
4
+ headerSelectYear: string;
5
+ headerSelectMonth: string;
6
+ yearSelectorLabel: string;
7
+ monthSelectorLabel: string;
8
+ yearBtnLabelSelected: (selectedYear: string) => string;
9
+ yearBtnLabelUnselected: (selectedYear: string) => string;
10
+ monthBtnLabelSelected: (selectedMonth: string) => string;
11
+ monthBtnLabelUnselected: (selectedMonth: string) => string;
12
+ };
@@ -0,0 +1,25 @@
1
+ import { ValidationRule } from '../../composables/validation/useValidation';
2
+ export type ValidationProps = {
3
+ customRules?: ValidationRule[];
4
+ customWarningRules?: ValidationRule[];
5
+ customSuccessRules?: ValidationRule[];
6
+ errorMessages?: string[] | null;
7
+ warningMessages?: string[] | null;
8
+ successMessages?: string[] | null;
9
+ hasError?: boolean;
10
+ hasWarning?: boolean;
11
+ hasSuccess?: boolean;
12
+ showSuccessMessages?: boolean;
13
+ };
14
+ export declare function useMonthPickerValidation(props: ValidationProps): import('vue').ComputedRef<{
15
+ customRules: ValidationRule[] | undefined;
16
+ customWarningRules: ValidationRule[] | undefined;
17
+ customSuccessRules: ValidationRule[] | undefined;
18
+ errorMessages: string[] | null | undefined;
19
+ warningMessages: string[] | null | undefined;
20
+ successMessages: string[] | null | undefined;
21
+ hasError: boolean | undefined;
22
+ hasWarning: boolean | undefined;
23
+ hasSuccess: boolean | undefined;
24
+ showSuccessMessages: boolean | undefined;
25
+ }>;
@@ -96,9 +96,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
96
96
  density: "default" | "comfortable" | "compact";
97
97
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
98
98
  readonly: boolean;
99
- required: boolean;
100
99
  modelValue: string | null;
101
100
  bgColor: string;
101
+ required: boolean;
102
102
  counter: boolean | number | string;
103
103
  displayAsterisk: boolean;
104
104
  showSuccessMessages: boolean;
@@ -2004,6 +2004,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2004
2004
  $slots: {
2005
2005
  prepend?(_: {}): any;
2006
2006
  append?(_: {}): any;
2007
+ default?(_: {}): any;
2007
2008
  'prepend-inner'?(_: {}): any;
2008
2009
  'append-inner'?(_: {}): any;
2009
2010
  details?(_: {}): any;
@@ -3886,6 +3887,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3886
3887
  $slots: {
3887
3888
  prepend?(_: {}): any;
3888
3889
  append?(_: {}): any;
3890
+ default?(_: {}): any;
3889
3891
  'prepend-inner'?(_: {}): any;
3890
3892
  'append-inner'?(_: {}): any;
3891
3893
  details?(_: {}): any;
@@ -13,6 +13,9 @@ declare function __VLS_template(): {
13
13
  slots: Partial<Record<`action:${string}`, (_: {
14
14
  notification: Notification;
15
15
  }) => any>> & {
16
+ default?(_: {
17
+ notification: Notification;
18
+ }): any;
16
19
  action?(_: {
17
20
  notification: Notification;
18
21
  }): any;
@@ -46,9 +46,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
46
46
  disabled: boolean;
47
47
  placeholder: string;
48
48
  readonly: boolean;
49
- required: boolean;
50
49
  modelValue: string | null;
51
50
  bgColor: string;
51
+ required: boolean;
52
52
  variantStyle: "outlined" | "underlined";
53
53
  errorMessages: string[] | null;
54
54
  warningMessages: string[] | null;
@@ -52,9 +52,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
52
52
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
53
53
  density: "default" | "comfortable" | "compact";
54
54
  readonly: boolean;
55
- required: boolean;
56
55
  modelValue: PeriodValue;
57
56
  bgColor: string;
57
+ required: boolean;
58
58
  noIcon: boolean;
59
59
  customRules: ValidationRule[];
60
60
  customWarningRules: ValidationRule[];
@@ -153,9 +153,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
153
153
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
154
154
  density: "default" | "comfortable" | "compact";
155
155
  readonly: boolean;
156
- required: boolean;
157
156
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
158
157
  bgColor: string;
158
+ required: boolean;
159
159
  hint: string;
160
160
  displayAsterisk: boolean;
161
161
  noIcon: boolean;
@@ -244,9 +244,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
244
244
  placeholder: string;
245
245
  density: "default" | "comfortable" | "compact";
246
246
  readonly: boolean;
247
- required: boolean;
248
247
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
249
248
  bgColor: string;
249
+ required: boolean;
250
250
  hint: string;
251
251
  noIcon: boolean;
252
252
  customRules: ValidationRule[];
@@ -2142,6 +2142,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2142
2142
  $slots: {
2143
2143
  prepend?(_: {}): any;
2144
2144
  append?(_: {}): any;
2145
+ default?(_: {}): any;
2145
2146
  'prepend-inner'?(_: {}): any;
2146
2147
  'append-inner'?(_: {}): any;
2147
2148
  details?(_: {}): any;
@@ -2198,9 +2199,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2198
2199
  placeholder: string;
2199
2200
  density: "default" | "comfortable" | "compact";
2200
2201
  readonly: boolean;
2201
- required: boolean;
2202
2202
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2203
2203
  bgColor: string;
2204
+ required: boolean;
2204
2205
  hint: string;
2205
2206
  noIcon: boolean;
2206
2207
  customRules: ValidationRule[];
@@ -2318,9 +2319,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2318
2319
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
2319
2320
  density: "default" | "comfortable" | "compact";
2320
2321
  readonly: boolean;
2321
- required: boolean;
2322
2322
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
2323
2323
  bgColor: string;
2324
+ required: boolean;
2324
2325
  hint: string;
2325
2326
  displayAsterisk: boolean;
2326
2327
  noIcon: boolean;
@@ -2408,9 +2409,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2408
2409
  placeholder: string;
2409
2410
  density: "default" | "comfortable" | "compact";
2410
2411
  readonly: boolean;
2411
- required: boolean;
2412
2412
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2413
2413
  bgColor: string;
2414
+ required: boolean;
2414
2415
  hint: string;
2415
2416
  noIcon: boolean;
2416
2417
  customRules: ValidationRule[];
@@ -4306,6 +4307,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4306
4307
  $slots: {
4307
4308
  prepend?(_: {}): any;
4308
4309
  append?(_: {}): any;
4310
+ default?(_: {}): any;
4309
4311
  'prepend-inner'?(_: {}): any;
4310
4312
  'append-inner'?(_: {}): any;
4311
4313
  details?(_: {}): any;
@@ -4362,9 +4364,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4362
4364
  placeholder: string;
4363
4365
  density: "default" | "comfortable" | "compact";
4364
4366
  readonly: boolean;
4365
- required: boolean;
4366
4367
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4367
4368
  bgColor: string;
4369
+ required: boolean;
4368
4370
  hint: string;
4369
4371
  noIcon: boolean;
4370
4372
  customRules: ValidationRule[];
@@ -4434,9 +4436,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4434
4436
  placeholder: string;
4435
4437
  density: "default" | "comfortable" | "compact";
4436
4438
  readonly: boolean;
4437
- required: boolean;
4438
4439
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4439
4440
  bgColor: string;
4441
+ required: boolean;
4440
4442
  hint: string;
4441
4443
  noIcon: boolean;
4442
4444
  customRules: ValidationRule[];
@@ -6332,6 +6334,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6332
6334
  $slots: {
6333
6335
  prepend?(_: {}): any;
6334
6336
  append?(_: {}): any;
6337
+ default?(_: {}): any;
6335
6338
  'prepend-inner'?(_: {}): any;
6336
6339
  'append-inner'?(_: {}): any;
6337
6340
  details?(_: {}): any;
@@ -6388,9 +6391,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6388
6391
  placeholder: string;
6389
6392
  density: "default" | "comfortable" | "compact";
6390
6393
  readonly: boolean;
6391
- required: boolean;
6392
6394
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
6393
6395
  bgColor: string;
6396
+ required: boolean;
6394
6397
  hint: string;
6395
6398
  noIcon: boolean;
6396
6399
  customRules: ValidationRule[];
@@ -6949,9 +6952,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6949
6952
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
6950
6953
  density: "default" | "comfortable" | "compact";
6951
6954
  readonly: boolean;
6952
- required: boolean;
6953
6955
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
6954
6956
  bgColor: string;
6957
+ required: boolean;
6955
6958
  hint: string;
6956
6959
  displayAsterisk: boolean;
6957
6960
  noIcon: boolean;
@@ -8865,6 +8868,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8865
8868
  $slots: {
8866
8869
  prepend?(_: {}): any;
8867
8870
  append?(_: {}): any;
8871
+ default?(_: {}): any;
8868
8872
  'prepend-inner'?(_: {}): any;
8869
8873
  'append-inner'?(_: {}): any;
8870
8874
  details?(_: {}): any;
@@ -9393,9 +9397,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9393
9397
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
9394
9398
  density: "default" | "comfortable" | "compact";
9395
9399
  readonly: boolean;
9396
- required: boolean;
9397
9400
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
9398
9401
  bgColor: string;
9402
+ required: boolean;
9399
9403
  hint: string;
9400
9404
  displayAsterisk: boolean;
9401
9405
  noIcon: boolean;
@@ -9516,9 +9520,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9516
9520
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
9517
9521
  density: "default" | "comfortable" | "compact";
9518
9522
  readonly: boolean;
9519
- required: boolean;
9520
9523
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
9521
9524
  bgColor: string;
9525
+ required: boolean;
9522
9526
  hint: string;
9523
9527
  displayAsterisk: boolean;
9524
9528
  noIcon: boolean;
@@ -9607,9 +9611,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9607
9611
  placeholder: string;
9608
9612
  density: "default" | "comfortable" | "compact";
9609
9613
  readonly: boolean;
9610
- required: boolean;
9611
9614
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
9612
9615
  bgColor: string;
9616
+ required: boolean;
9613
9617
  hint: string;
9614
9618
  noIcon: boolean;
9615
9619
  customRules: ValidationRule[];
@@ -11505,6 +11509,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11505
11509
  $slots: {
11506
11510
  prepend?(_: {}): any;
11507
11511
  append?(_: {}): any;
11512
+ default?(_: {}): any;
11508
11513
  'prepend-inner'?(_: {}): any;
11509
11514
  'append-inner'?(_: {}): any;
11510
11515
  details?(_: {}): any;
@@ -11561,9 +11566,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11561
11566
  placeholder: string;
11562
11567
  density: "default" | "comfortable" | "compact";
11563
11568
  readonly: boolean;
11564
- required: boolean;
11565
11569
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11566
11570
  bgColor: string;
11571
+ required: boolean;
11567
11572
  hint: string;
11568
11573
  noIcon: boolean;
11569
11574
  customRules: ValidationRule[];
@@ -11681,9 +11686,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11681
11686
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
11682
11687
  density: "default" | "comfortable" | "compact";
11683
11688
  readonly: boolean;
11684
- required: boolean;
11685
11689
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
11686
11690
  bgColor: string;
11691
+ required: boolean;
11687
11692
  hint: string;
11688
11693
  displayAsterisk: boolean;
11689
11694
  noIcon: boolean;
@@ -11771,9 +11776,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11771
11776
  placeholder: string;
11772
11777
  density: "default" | "comfortable" | "compact";
11773
11778
  readonly: boolean;
11774
- required: boolean;
11775
11779
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11776
11780
  bgColor: string;
11781
+ required: boolean;
11777
11782
  hint: string;
11778
11783
  noIcon: boolean;
11779
11784
  customRules: ValidationRule[];
@@ -13669,6 +13674,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13669
13674
  $slots: {
13670
13675
  prepend?(_: {}): any;
13671
13676
  append?(_: {}): any;
13677
+ default?(_: {}): any;
13672
13678
  'prepend-inner'?(_: {}): any;
13673
13679
  'append-inner'?(_: {}): any;
13674
13680
  details?(_: {}): any;
@@ -13725,9 +13731,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13725
13731
  placeholder: string;
13726
13732
  density: "default" | "comfortable" | "compact";
13727
13733
  readonly: boolean;
13728
- required: boolean;
13729
13734
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13730
13735
  bgColor: string;
13736
+ required: boolean;
13731
13737
  hint: string;
13732
13738
  noIcon: boolean;
13733
13739
  customRules: ValidationRule[];
@@ -13797,9 +13803,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13797
13803
  placeholder: string;
13798
13804
  density: "default" | "comfortable" | "compact";
13799
13805
  readonly: boolean;
13800
- required: boolean;
13801
13806
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13802
13807
  bgColor: string;
13808
+ required: boolean;
13803
13809
  hint: string;
13804
13810
  noIcon: boolean;
13805
13811
  customRules: ValidationRule[];
@@ -15695,6 +15701,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15695
15701
  $slots: {
15696
15702
  prepend?(_: {}): any;
15697
15703
  append?(_: {}): any;
15704
+ default?(_: {}): any;
15698
15705
  'prepend-inner'?(_: {}): any;
15699
15706
  'append-inner'?(_: {}): any;
15700
15707
  details?(_: {}): any;
@@ -15751,9 +15758,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15751
15758
  placeholder: string;
15752
15759
  density: "default" | "comfortable" | "compact";
15753
15760
  readonly: boolean;
15754
- required: boolean;
15755
15761
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
15756
15762
  bgColor: string;
15763
+ required: boolean;
15757
15764
  hint: string;
15758
15765
  noIcon: boolean;
15759
15766
  customRules: ValidationRule[];
@@ -16312,9 +16319,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16312
16319
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
16313
16320
  density: "default" | "comfortable" | "compact";
16314
16321
  readonly: boolean;
16315
- required: boolean;
16316
16322
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
16317
16323
  bgColor: string;
16324
+ required: boolean;
16318
16325
  hint: string;
16319
16326
  displayAsterisk: boolean;
16320
16327
  noIcon: boolean;
@@ -18228,6 +18235,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18228
18235
  $slots: {
18229
18236
  prepend?(_: {}): any;
18230
18237
  append?(_: {}): any;
18238
+ default?(_: {}): any;
18231
18239
  'prepend-inner'?(_: {}): any;
18232
18240
  'append-inner'?(_: {}): any;
18233
18241
  details?(_: {}): any;
@@ -18756,9 +18764,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18756
18764
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
18757
18765
  density: "default" | "comfortable" | "compact";
18758
18766
  readonly: boolean;
18759
- required: boolean;
18760
18767
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
18761
18768
  bgColor: string;
18769
+ required: boolean;
18762
18770
  hint: string;
18763
18771
  displayAsterisk: boolean;
18764
18772
  noIcon: boolean;
@@ -203,9 +203,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
203
203
  disabled: boolean;
204
204
  readonly: boolean;
205
205
  outlined: boolean;
206
- required: boolean;
207
206
  modelValue: string;
208
207
  bgColor: string;
208
+ required: boolean;
209
209
  displayAsterisk: boolean;
210
210
  disableErrorHandling: boolean;
211
211
  helpText: string;
@@ -2098,6 +2098,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2098
2098
  $slots: {
2099
2099
  prepend?(_: {}): any;
2100
2100
  append?(_: {}): any;
2101
+ default?(_: {}): any;
2101
2102
  'prepend-inner'?(_: {}): any;
2102
2103
  'append-inner'?(_: {}): any;
2103
2104
  details?(_: {}): any;
@@ -145,8 +145,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
145
145
  }>, {
146
146
  label: string;
147
147
  options: Record<string, any>;
148
- required: boolean;
149
148
  modelValue: string | Record<string, any> | null;
149
+ required: boolean;
150
150
  menuId: string;
151
151
  menuItems: Item[];
152
152
  textKey: string;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,5 +1,5 @@
1
1
  type __VLS_Props = {
2
- level: 1 | 2 | 3 | 4 | 5 | 6;
2
+ level?: 1 | 2 | 3 | 4 | 5 | 6;
3
3
  };
4
4
  declare function __VLS_template(): {
5
5
  attrs: Partial<{}>;
@@ -10,7 +10,9 @@ declare function __VLS_template(): {
10
10
  rootEl: any;
11
11
  };
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- 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>;
13
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ level: 1 | 2 | 3 | 4 | 5 | 6;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
17
  export default _default;
16
18
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1 @@
1
+ export {};
@@ -24,9 +24,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
24
24
  variant: VTextarea["variant"];
25
25
  trim: boolean;
26
26
  normalize: boolean;
27
- required: boolean;
28
27
  modelValue: string;
29
28
  bgColor: string;
29
+ required: boolean;
30
30
  rules: Array<Rule>;
31
31
  validateOn: "input" | "eager" | "lazy" | "blur" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input";
32
32
  replaceTabs: number;
@@ -135,7 +135,7 @@ declare function __VLS_template(): {
135
135
  "onUpdate:options"?: ((options: any) => any) | undefined | undefined;
136
136
  "onUpdate:page"?: ((page: number) => any) | undefined | undefined;
137
137
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined | undefined;
138
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "striped" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader">;
138
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "striped" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader">;
139
139
  $attrs: import('vue').Attrs;
140
140
  $refs: {
141
141
  [x: string]: unknown;
@@ -624,7 +624,7 @@ declare function __VLS_template(): {
624
624
  "onUpdate:options"?: ((options: any) => any) | undefined;
625
625
  "onUpdate:page"?: ((page: number) => any) | undefined;
626
626
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
627
- }, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "striped" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
627
+ }, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "striped" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
628
628
  items?: Items | undefined;
629
629
  itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<object | Record<string, unknown>>;
630
630
  rowProps?: import('vuetify/lib/components/VDataTable/types.mjs').RowProps<object | Record<string, unknown>> | undefined;
@@ -811,7 +811,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
811
811
  "onUpdate:options"?: ((options: any) => any) | undefined | undefined;
812
812
  "onUpdate:page"?: ((page: number) => any) | undefined | undefined;
813
813
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined | undefined;
814
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "striped" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader">;
814
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "striped" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader">;
815
815
  $attrs: import('vue').Attrs;
816
816
  $refs: {
817
817
  [x: string]: unknown;
@@ -1300,7 +1300,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1300
1300
  "onUpdate:options"?: ((options: any) => any) | undefined;
1301
1301
  "onUpdate:page"?: ((page: number) => any) | undefined;
1302
1302
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
1303
- }, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "striped" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1303
+ }, "style" | "tag" | "density" | "sticky" | "loadingText" | "returnObject" | "selectStrategy" | "expandIcon" | "collapseIcon" | "page" | "hover" | "striped" | "nextIcon" | "prevIcon" | "mobile" | "hideNoData" | "noDataText" | "expanded" | "itemsPerPage" | "firstIcon" | "lastIcon" | "itemsPerPageOptions" | "multiSort" | "mustSort" | "sortBy" | "groupBy" | "expandOnClick" | "showExpand" | "initialSortOrder" | "showSelect" | "pageBy" | "itemsPerPageText" | "pageText" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "showCurrentPage" | "disableSort" | "sortAscIcon" | "sortDescIcon" | "groupCollapseIcon" | "groupExpandIcon" | "fixedHeader" | "fixedFooter" | "hideDefaultBody" | "hideDefaultFooter" | "hideDefaultHeader"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1304
1304
  items?: Items | undefined;
1305
1305
  itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<object | Record<string, unknown>>;
1306
1306
  rowProps?: import('vuetify/lib/components/VDataTable/types.mjs').RowProps<object | Record<string, unknown>> | undefined;