@cnamts/synapse 1.0.25 → 1.0.26

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 (211) hide show
  1. package/dist/{AutocompleteFilter-D7qBuCAP.js → AutocompleteFilter-BPR-a55G.js} +1 -1
  2. package/dist/{DateFilter-BitMWrMU.js → DateFilter-CknrJWs2.js} +2 -2
  3. package/dist/{NumberFilter-BTLUxw0a.js → NumberFilter-DJ-yNlzv.js} +1 -1
  4. package/dist/{PeriodFilter-B5rUIPAC.js → PeriodFilter-CiB5Oa9Z.js} +1 -1
  5. package/dist/{SelectFilter-l4QnRcuk.js → SelectFilter-EiafX97M.js} +1 -1
  6. package/dist/{TextFilter-C9hj6Qrp.js → TextFilter-BzOmpdxj.js} +1 -1
  7. package/dist/{apLightTheme-DnIM24Lv.js → apLightTheme-DS0Uy44H.js} +20 -16
  8. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +4 -2
  9. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +60 -289
  10. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +1 -0
  11. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -0
  12. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1 -0
  13. package/dist/components/Customs/SyTextField/SyTextField.d.ts +2 -4
  14. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +50 -49
  15. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +29 -28
  16. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +8 -8
  17. package/dist/components/DatePicker/composables/useDatePickerState.d.ts +3 -3
  18. package/dist/components/DatePicker/composables/useDateTextField.d.ts +2 -2
  19. package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
  20. package/dist/components/DatePicker/types.d.ts +1 -2
  21. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +1 -0
  22. package/dist/components/MonthPicker/MonthPicker.d.ts +1 -1
  23. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1 -1
  24. package/dist/components/NirField/NirField.d.ts +8 -4
  25. package/dist/components/NirField/useNirValidation.d.ts +6 -2
  26. package/dist/components/PeriodField/PeriodField.d.ts +102 -102
  27. package/dist/components/PhoneField/PhoneField.d.ts +11 -1
  28. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +0 -3
  29. package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
  30. package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +4 -3
  31. package/dist/components/RatingPicker/RatingPicker.d.ts +18 -5
  32. package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
  33. package/dist/components/RatingPicker/tests/RatingPicker.a11y.spect.d.ts +1 -0
  34. package/dist/components/RatingPicker/useRatingFocus.d.ts +18 -0
  35. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +4 -4
  36. package/dist/components/Tables/SyTable/SyTable.d.ts +4 -4
  37. package/dist/components/Tables/common/SyTablePagination.d.ts +152 -364
  38. package/dist/components/Tables/common/TableHeader.d.ts +1 -1
  39. package/dist/components/Tables/common/filters/DateFilter.d.ts +4 -4
  40. package/dist/composables/date/useDateInitializationDayjs.d.ts +3 -1
  41. package/dist/composables/unifyValidation/useCustomValidation.d.ts +3 -1
  42. package/dist/composables/unifyValidation/useValidation.d.ts +12 -6
  43. package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +1 -1
  44. package/dist/composables/validation/useValidation.d.ts +1 -0
  45. package/dist/design-system-v3.js +2 -2
  46. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +2 -0
  47. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +2 -0
  48. package/dist/{main-Cpx8Co6H.js → main-BsJ9ec3i.js} +9103 -9018
  49. package/dist/synapse.css +1 -1
  50. package/dist/vuetifyConfig.js +1 -1
  51. package/package.json +8 -7
  52. package/src/assets/overrides/_icons.scss +0 -13
  53. package/src/assets/overrides/_otp.scss +0 -1
  54. package/src/components/Accordion/Accordion.vue +2 -0
  55. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +2 -1
  56. package/src/components/CookiesSelection/CookiesSelection.vue +2 -1
  57. package/src/components/CopyBtn/CopyBtn.vue +9 -0
  58. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +1 -1
  59. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +413 -96
  60. package/src/components/Customs/Selects/SySelect/SySelect.vue +270 -225
  61. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +245 -6
  62. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +3 -3
  63. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +23 -2
  64. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +23 -5
  65. package/src/components/Customs/SyTabs/SyTabs.stories.ts +5 -5
  66. package/src/components/Customs/SyTabs/config.ts +3 -3
  67. package/src/components/Customs/SyTextField/SyTextField.vue +31 -4
  68. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
  69. package/src/components/DatePicker/CalendarMode/DatePicker.vue +17 -14
  70. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
  71. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +8 -7
  72. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +1 -1
  73. package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
  74. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +57 -23
  75. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
  76. package/src/components/DatePicker/composables/useDatePickerState.ts +33 -14
  77. package/src/components/DatePicker/composables/useDateRangeInput.ts +2 -1
  78. package/src/components/DatePicker/composables/useDateSelection.ts +2 -1
  79. package/src/components/DatePicker/composables/useDateTextField.ts +2 -2
  80. package/src/components/DatePicker/composables/useInputBlurHandler.ts +2 -2
  81. package/src/components/DatePicker/types.ts +1 -2
  82. package/src/components/DialogBox/DialogBox.stories.ts +8 -8
  83. package/src/components/DialogBox/accessibilite/Accessibility.mdx +86 -22
  84. package/src/components/FilterSideBar/FilterSideBar.vue +2 -1
  85. package/src/components/LangBtn/LangBtn.vue +2 -1
  86. package/src/components/NotificationBar/Notification/Notification.vue +2 -2
  87. package/src/components/PaginatedTable/PaginatedTable.vue +1 -1
  88. package/src/components/PaginatedTable/Pagination.vue +1 -1
  89. package/src/components/PasswordField/PasswordField.vue +7 -3
  90. package/src/components/PhoneField/PhoneField.vue +4 -2
  91. package/src/components/RangeField/RangeSlider/RangeSlider.vue +11 -18
  92. package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +32 -48
  93. package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +5 -0
  94. package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +48 -53
  95. package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +2 -1
  96. package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +40 -13
  97. package/src/components/RatingPicker/RatingPicker.stories.ts +65 -88
  98. package/src/components/RatingPicker/RatingPicker.vue +71 -15
  99. package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +28 -37
  100. package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +1 -1
  101. package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +5 -0
  102. package/src/components/RatingPicker/accessibilite/Accessibility.mdx +137 -9
  103. package/src/components/RatingPicker/tests/RatingPicker.a11y.spect.ts +123 -0
  104. package/src/components/RatingPicker/tests/RatingPicker.spec.ts +3 -2
  105. package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +40 -11
  106. package/src/components/RatingPicker/useRatingFocus.ts +97 -0
  107. package/src/components/SyTextArea/SyTextArea.vue +32 -1
  108. package/src/components/Tables/SyServerTable/SyServerTable.vue +1 -1
  109. package/src/components/Tables/SyTable/SyTable.vue +1 -1
  110. package/src/components/Tables/common/SyTableFilter.vue +4 -4
  111. package/src/components/Tables/common/SyTablePagination.vue +1 -0
  112. package/src/components/Tables/common/TableHeader.vue +1 -1
  113. package/src/components/Tables/common/filters/DateFilter.vue +2 -2
  114. package/src/composables/date/tests/useDateFormatDayjs.spec.ts +81 -0
  115. package/src/composables/date/tests/{useDateInitialization.spec.ts → useDateInitializationDayjs.spec.ts} +39 -3
  116. package/src/composables/date/useDateInitializationDayjs.ts +4 -1
  117. package/src/composables/unifyValidation/documentationValidationProps.ts +7 -7
  118. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +2 -1
  119. package/src/composables/unifyValidation/tests/useValidation.spec.ts +22 -0
  120. package/src/composables/unifyValidation/useCustomValidation.ts +16 -4
  121. package/src/composables/unifyValidation/useValidation.ts +46 -15
  122. package/src/composables/unifyValidation/useVuetifyValidation.ts +2 -2
  123. package/src/composables/useFormFieldErrorHandling.ts +4 -1
  124. package/src/composables/validation/tests/useValidation.spec.ts +2 -2
  125. package/src/composables/validation/useValidation.ts +15 -3
  126. package/src/composantsVuetify/VCard/VCard.mdx +59 -0
  127. package/src/composantsVuetify/VCard/v-card.stories.ts +279 -0
  128. package/src/designTokens/tokens/amelipro/apColors2026.ts +1 -1
  129. package/src/designTokens/tokens/amelipro/apLightTheme.ts +3 -0
  130. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +3 -0
  131. package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +61 -91
  132. package/src/stories/Accessibilite/AuditDesignSystem.mdx +5 -8
  133. package/src/stories/Accessibilite/AuditEtContreAudit/Exemptions-derogations.mdx +1 -1
  134. package/src/stories/Accessibilite/AuditEtContreAudit/Introduction.mdx +11 -8
  135. package/src/stories/Accessibilite/AuditEtContreAudit/RGAA.mdx +6 -7
  136. package/src/stories/Accessibilite/Introduction.mdx +30 -30
  137. package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +168 -78
  138. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +13 -6
  139. package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +66 -45
  140. package/src/stories/Accessibilite/KitDePreAudit/Outils/LecteursDEcran.mdx +23 -49
  141. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/FauxPositifs.stories.ts +6 -0
  142. package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/Utilisation.mdx +7 -19
  143. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +18 -20
  144. package/src/stories/Components/Components.stories.ts +52 -3
  145. package/dist/AutocompleteFilter-Df9i5mAl.cjs +0 -1
  146. package/dist/DateFilter-BJD6FMev.cjs +0 -1
  147. package/dist/NumberFilter-DGCzCXzI.cjs +0 -1
  148. package/dist/PeriodFilter-DO_ecTZW.cjs +0 -1
  149. package/dist/SelectFilter-CGwcKWLm.cjs +0 -1
  150. package/dist/TextFilter-B8nf7xoK.cjs +0 -1
  151. package/dist/apLightTheme-CEK4iY3f.cjs +0 -1
  152. package/dist/composables/date/useDateFormat.d.ts +0 -26
  153. package/dist/composables/date/useDateInitialization.d.ts +0 -18
  154. package/dist/design-system-v3.umd.cjs +0 -1
  155. package/dist/main-ByDPHpae.cjs +0 -1067
  156. package/dist/tooth-11-D3sLWv2n.cjs +0 -1
  157. package/dist/tooth-12-CXrLuH03.cjs +0 -1
  158. package/dist/tooth-13-BSfo5fpT.cjs +0 -1
  159. package/dist/tooth-14-DMzulx0h.cjs +0 -1
  160. package/dist/tooth-15-BKRFVi-9.cjs +0 -1
  161. package/dist/tooth-16-CpuxAbuM.cjs +0 -1
  162. package/dist/tooth-17-BPoahUdg.cjs +0 -1
  163. package/dist/tooth-18-DhHJz8sy.cjs +0 -1
  164. package/dist/tooth-21-Dgd5hn_X.cjs +0 -1
  165. package/dist/tooth-22-C2Tn19sB.cjs +0 -1
  166. package/dist/tooth-23-C9uaaSGb.cjs +0 -1
  167. package/dist/tooth-24-BrK9UGpf.cjs +0 -1
  168. package/dist/tooth-25-CE_EfGNp.cjs +0 -1
  169. package/dist/tooth-26-Ctv4i9Fy.cjs +0 -1
  170. package/dist/tooth-27-C5J7JkWM.cjs +0 -1
  171. package/dist/tooth-28-Z9oWqjo0.cjs +0 -1
  172. package/dist/tooth-31-BrYqmkTi.cjs +0 -1
  173. package/dist/tooth-32-BNNR0oCZ.cjs +0 -1
  174. package/dist/tooth-33-DuxvqO2J.cjs +0 -1
  175. package/dist/tooth-34-BCSCXMB6.cjs +0 -1
  176. package/dist/tooth-35-BLUXkX88.cjs +0 -1
  177. package/dist/tooth-36-IrKHYqlA.cjs +0 -1
  178. package/dist/tooth-37-BYqpdMwo.cjs +0 -1
  179. package/dist/tooth-38-B_eNXXdu.cjs +0 -1
  180. package/dist/tooth-41-Ddva4Ot8.cjs +0 -1
  181. package/dist/tooth-42-szcDqlM0.cjs +0 -1
  182. package/dist/tooth-43-B3ka6rQm.cjs +0 -1
  183. package/dist/tooth-44-CazyQucj.cjs +0 -1
  184. package/dist/tooth-45-B4HQtc8n.cjs +0 -1
  185. package/dist/tooth-46-BPM40gbG.cjs +0 -1
  186. package/dist/tooth-47-Dvr20dlh.cjs +0 -1
  187. package/dist/tooth-48-Bd8ljGsF.cjs +0 -1
  188. package/dist/tooth-51-OBpwCOF3.cjs +0 -1
  189. package/dist/tooth-52-aKxyHcmq.cjs +0 -1
  190. package/dist/tooth-53-vCwJjTOc.cjs +0 -1
  191. package/dist/tooth-54-DsWu2iFy.cjs +0 -1
  192. package/dist/tooth-55-BxC1X2Dn.cjs +0 -1
  193. package/dist/tooth-61-BbLvxMQi.cjs +0 -1
  194. package/dist/tooth-62-CmTkWczP.cjs +0 -1
  195. package/dist/tooth-63-DI7l_2qI.cjs +0 -1
  196. package/dist/tooth-64-B21sOsJh.cjs +0 -1
  197. package/dist/tooth-65-D2ZC2VEr.cjs +0 -1
  198. package/dist/tooth-71-D473PPO5.cjs +0 -1
  199. package/dist/tooth-72-Drh1wnNu.cjs +0 -1
  200. package/dist/tooth-73-DzlwYI23.cjs +0 -1
  201. package/dist/tooth-74-8aGvcZPg.cjs +0 -1
  202. package/dist/tooth-75-BFK7At_r.cjs +0 -1
  203. package/dist/tooth-81-BZmR-I0M.cjs +0 -1
  204. package/dist/tooth-82-euVfUUZV.cjs +0 -1
  205. package/dist/tooth-83-KV010j64.cjs +0 -1
  206. package/dist/tooth-84-BBg1RjhZ.cjs +0 -1
  207. package/dist/tooth-85-Cr-kc1wM.cjs +0 -1
  208. package/dist/vuetifyConfig.umd.cjs +0 -1
  209. package/src/composables/date/tests/useDateFormat.spec.ts +0 -67
  210. package/src/composables/date/useDateFormat.ts +0 -110
  211. package/src/composables/date/useDateInitialization.ts +0 -92
@@ -3,6 +3,8 @@ import { Ref } from 'vue';
3
3
  /**
4
4
  * Interface between the validation entrypoint "useValidation" composable and the custom validation logic.
5
5
  */
6
- export declare function useCustomValidation(modelValue: Ref<unknown>, customRules: Ref<ValidationRule[]> | undefined, customWarningRules: Ref<ValidationRule[]> | undefined, customSuccessRules: Ref<ValidationRule[]> | undefined, errors: Ref<string[]>, warnings: Ref<string[]>, successes: Ref<string[]>, showSuccessMessages: Ref<boolean>, label: Ref<string>, focused: Ref<boolean>, isValidateOnBlur: Ref<boolean>, disableErrorHandling: Ref<boolean>, readonly?: Ref<boolean>, disabled?: Ref<boolean>): {
6
+ export declare function useCustomValidation(modelValue: Ref<unknown>, customRules: Ref<ValidationRule[]> | undefined, customWarningRules: Ref<ValidationRule[]> | undefined, customSuccessRules: Ref<ValidationRule[]> | undefined, errors: Ref<string[]>, warnings: Ref<string[]>, successes: Ref<string[]>, showSuccessMessages: Ref<boolean>, label: Ref<string | undefined>, focused: Ref<boolean>, isValidateOnBlur: Ref<boolean>, disableErrorHandling: Ref<boolean>, readonly?: Ref<boolean>, disabled?: Ref<boolean>): {
7
7
  validate: () => Promise<import('../validation/useValidation').ValidationResult>;
8
+ hasSuccess: Ref<boolean, boolean>;
9
+ clearValidation: () => void;
8
10
  };
@@ -10,7 +10,7 @@ export interface FieldValidationProps {
10
10
  showSuccessMessages?: boolean;
11
11
  disableErrorHandling?: boolean;
12
12
  useVuetifyValidation?: boolean;
13
- label: string;
13
+ label?: string;
14
14
  rules?: VuetifyValidationRule[];
15
15
  customRules?: SyValidationRule[];
16
16
  customWarningRules?: SyValidationRule[];
@@ -24,9 +24,13 @@ export interface FieldValidationProps {
24
24
  maxErrors?: number;
25
25
  }
26
26
  /**
27
- * Entrypoint to handle validation in fields components.
28
- * It handles both Vuetify native validation (if useVuetifyValidation is true) and Synapse custom validation (if customRules are provided).
29
- * It also provides a unified interface to handle errors, warnings and successes, and to trigger validation on demand.
27
+ * Point d'entrée de la validation pour les composants de champ.
28
+ * Gère à la fois la validation native Vuetify (si useVuetifyValidation vaut true)
29
+ * et la validation custom Synapse (si customRules/customWarningRules/customSuccessRules sont fournis).
30
+ * customRules correspond aux règles d'erreur bloquantes.
31
+ * errorMessages/warningMessages/successMessages sont des messages externes injectés par le parent
32
+ * et ne déclenchent aucun calcul de validation.
33
+ * Expose aussi une interface unifiée pour les erreurs, avertissements, succès et la validation à la demande.
30
34
  */
31
35
  export declare const validationPropsDefaults: {
32
36
  readonly: boolean;
@@ -55,7 +59,7 @@ export declare function useValidation(params: {
55
59
  isValidateOnBlur: Ref<boolean>;
56
60
  showSuccessMessages: Ref<boolean>;
57
61
  disableErrorHandling: Ref<boolean>;
58
- label: Ref<string>;
62
+ label: Ref<string | undefined>;
59
63
  focused: Ref<boolean>;
60
64
  errorMessages?: Ref<string[] | null | undefined>;
61
65
  warningMessages?: Ref<string[] | null | undefined>;
@@ -91,12 +95,14 @@ export declare function useValidation(params: {
91
95
  hasWarning: import('vue').ComputedRef<boolean>;
92
96
  hasSuccess: import('vue').ComputedRef<boolean>;
93
97
  validate: () => Promise<boolean>;
98
+ clearValidation: () => void;
94
99
  } | {
95
100
  errors: import('vue').ComputedRef<string[]>;
96
101
  warnings: import('vue').ComputedRef<string[]>;
97
102
  successes: import('vue').ComputedRef<string[]>;
98
103
  hasError: import('vue').ComputedRef<boolean | undefined>;
99
104
  hasWarning: import('vue').ComputedRef<boolean | undefined>;
100
- hasSuccess: import('vue').ComputedRef<boolean | undefined>;
105
+ hasSuccess: import('vue').ComputedRef<boolean>;
101
106
  validate: () => Promise<boolean>;
107
+ clearValidation: () => void;
102
108
  };
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { ValidationRule } from 'vuetify';
3
3
  /** Interface between the validation entrypoint "useValidation" composable and the Vuetify validation logic. */
4
- export declare function useVuetifyValidation(modelValue: Ref<unknown>, rules: Ref<ValidationRule[] | undefined>, disabled: Ref<boolean>, errors: Ref<string[]>, error: Ref<boolean>, errorMessages: Ref<string[]>, focused: Ref<boolean>, maxErrors: Ref<number> | undefined, name: Ref<string>, label: Ref<string>, readonly: Ref<boolean>, validateOn: Ref<'input' | 'blur' | 'submit'>): {
4
+ export declare function useVuetifyValidation(modelValue: Ref<unknown>, rules: Ref<ValidationRule[] | undefined>, disabled: Ref<boolean>, errors: Ref<string[]>, error: Ref<boolean>, errorMessages: Ref<string[]>, focused: Ref<boolean>, maxErrors: Ref<number> | undefined, name: Ref<string | undefined>, label: Ref<string | undefined>, readonly: Ref<boolean>, validateOn: Ref<'input' | 'blur' | 'submit'>): {
5
5
  errorMessages: import('vue').ComputedRef<string[]>;
6
6
  isDirty: import('vue').ComputedRef<boolean>;
7
7
  isDisabled: import('vue').ComputedRef<boolean>;
@@ -40,6 +40,7 @@ export declare function useValidation(options?: ValidationOptions): {
40
40
  errors: import('vue').Ref<string[], string[]>;
41
41
  warnings: import('vue').Ref<string[], string[]>;
42
42
  successes: import('vue').Ref<string[], string[]>;
43
+ displaySuccesses: import('vue').ComputedRef<string[]>;
43
44
  hasError: import('vue').ComputedRef<boolean>;
44
45
  hasWarning: import('vue').ComputedRef<boolean>;
45
46
  hasSuccess: import('vue').ComputedRef<boolean>;
@@ -1,5 +1,5 @@
1
- import "./apLightTheme-DnIM24Lv.js";
2
- import { A as o, c as r, d as l, e as t, f as n, g as p, h as b, i as d, j as c, k as m, l as A, m as u, n as S, o as F, p as g, q as y, r as B, s as T, t as C, v as L, w as D, x as P, y as M, z as k, B as N, C as h, E as f, F as H, G as R, H as I, I as x, J as E, K as V, L as v, M as G, N as U, O as w, Q as K, R as W, T as q, U as z, V as _, W as O, X, Y, Z as j, $ as J, a0 as Q, a1 as Z, a2 as $, a3 as aa, a4 as ea, a5 as sa, a6 as ia, a7 as oa, a8 as ra, a9 as la, aa as ta, ab as na, ac as pa, ad as ba, ae as da, af as ca, ag as ma, ah as Aa, ai as ua, aj as Sa, ak as Fa, al as ga, am as ya, an as Ba, ao as Ta, ap as Ca, D as La, aq as Da, ar as Pa, as as Ma, at as ka, au as Na, av as ha, aw as fa, ax as Ha, ay as Ra, az as Ia, aA as xa, aB as Ea, aC as Va, aD as va, aE as Ga, aF as Ua, aG as wa, aH as Ka, aI as Wa, aJ as qa, aK as za, aL as _a, aM as Oa, aN as Xa, aO as Ya, aP as ja, aQ as Ja, aR as Qa, aS as Za, aT as $a, aU as ae, aV as ee, aW as se, aX as ie, aY as oe, aZ as re, a_ as le, a$ as te, b0 as ne, b1 as pe, P as be, b2 as de, b3 as ce, b4 as me, b5 as Ae, b6 as ue, b7 as Se, b8 as Fe, b9 as ge, ba as ye, bb as Be, bc as Te, bd as Ce, S as Le, be as De, bf as Pe, bg as Me, bh as ke, bi as Ne, bj as he, bk as fe, bl as He, bm as Re, a as Ie, bn as xe, bo as Ee, bp as Ve, bq as ve, b as Ge, br as Ue, bs as we, bt as Ke, bu as We, bv as qe, bw as ze, bx as _e, by as Oe, bz as Xe, bA as Ye, bB as je, bC as Je, bD as Qe, bE as Ze, bF as $e, bG as as, bH as es, bI as ss, bJ as is, bK as os, bL as rs, bM as ls, bN as ts, bO as ns, bP as ps, bQ as bs, bR as ds, bS as cs, bT as ms, bU as As, bV as us, bW as Ss, bX as Fs, bY as gs, bZ as ys, b_ as Bs, b$ as Ts, c0 as Cs, c1 as Ls, c2 as Ds, c3 as Ps, c4 as Ms, c5 as ks, c6 as Ns, c7 as hs, u as fs, c8 as Hs, c9 as Rs, ca as Is, cb as xs, cc as Es, cd as Vs, ce as vs } from "./main-Cpx8Co6H.js";
1
+ import "./apLightTheme-DS0Uy44H.js";
2
+ import { A as o, c as r, d as l, e as t, f as n, g as p, h as b, i as d, j as c, k as m, l as A, m as u, n as S, o as F, p as g, q as y, r as B, s as T, t as C, v as L, w as D, x as P, y as M, z as k, B as N, C as h, E as f, F as H, G as R, H as I, I as x, J as E, K as V, L as v, M as G, N as U, O as w, Q as K, R as W, T as q, U as z, V as _, W as O, X, Y, Z as j, $ as J, a0 as Q, a1 as Z, a2 as $, a3 as aa, a4 as ea, a5 as sa, a6 as ia, a7 as oa, a8 as ra, a9 as la, aa as ta, ab as na, ac as pa, ad as ba, ae as da, af as ca, ag as ma, ah as Aa, ai as ua, aj as Sa, ak as Fa, al as ga, am as ya, an as Ba, ao as Ta, ap as Ca, D as La, aq as Da, ar as Pa, as as Ma, at as ka, au as Na, av as ha, aw as fa, ax as Ha, ay as Ra, az as Ia, aA as xa, aB as Ea, aC as Va, aD as va, aE as Ga, aF as Ua, aG as wa, aH as Ka, aI as Wa, aJ as qa, aK as za, aL as _a, aM as Oa, aN as Xa, aO as Ya, aP as ja, aQ as Ja, aR as Qa, aS as Za, aT as $a, aU as ae, aV as ee, aW as se, aX as ie, aY as oe, aZ as re, a_ as le, a$ as te, b0 as ne, b1 as pe, P as be, b2 as de, b3 as ce, b4 as me, b5 as Ae, b6 as ue, b7 as Se, b8 as Fe, b9 as ge, ba as ye, bb as Be, bc as Te, bd as Ce, S as Le, be as De, bf as Pe, bg as Me, bh as ke, bi as Ne, bj as he, bk as fe, bl as He, bm as Re, a as Ie, bn as xe, bo as Ee, bp as Ve, bq as ve, b as Ge, br as Ue, bs as we, bt as Ke, bu as We, bv as qe, bw as ze, bx as _e, by as Oe, bz as Xe, bA as Ye, bB as je, bC as Je, bD as Qe, bE as Ze, bF as $e, bG as as, bH as es, bI as ss, bJ as is, bK as os, bL as rs, bM as ls, bN as ts, bO as ns, bP as ps, bQ as bs, bR as ds, bS as cs, bT as ms, bU as As, bV as us, bW as Ss, bX as Fs, bY as gs, bZ as ys, b_ as Bs, b$ as Ts, c0 as Cs, c1 as Ls, c2 as Ds, c3 as Ps, c4 as Ms, c5 as ks, c6 as Ns, c7 as hs, u as fs, c8 as Hs, c9 as Rs, ca as Is, cb as xs, cc as Es, cd as Vs, ce as vs } from "./main-BsJ9ec3i.js";
3
3
  import "vue";
4
4
  export {
5
5
  o as Accordion,
@@ -97,4 +97,6 @@ export declare const apLightTheme: {
97
97
  iconOnDark: string;
98
98
  iconDisabled: string;
99
99
  iconDisabledOnDark: string;
100
+ feedbackOnSuccess: string;
101
+ colorPrimary: string;
100
102
  };
@@ -98,4 +98,6 @@ export declare const cnamLightTheme: {
98
98
  iconOnDark: string;
99
99
  iconDisabled: string;
100
100
  iconDisabledOnDark: string;
101
+ feedbackOnSuccess: string;
102
+ colorPrimary: string;
101
103
  };