@cnamts/synapse 1.1.0 → 1.1.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.
- package/dist/{AutocompleteFilter-DXd4szWO.js → AutocompleteFilter-CGF33skz.js} +1 -1
- package/dist/{DateFilter-BD59Kgwf.js → DateFilter-D7-MsKtx.js} +1 -1
- package/dist/{NumberFilter-BSMZE7uw.js → NumberFilter-bjQPPfsj.js} +1 -1
- package/dist/{PeriodFilter-keUdSSk0.js → PeriodFilter-B3wJpK8-.js} +1 -1
- package/dist/{SelectFilter-Dhvvwazl.js → SelectFilter-BN6DbKAV.js} +1 -1
- package/dist/{TextFilter-CU8FpXz0.js → TextFilter-BffP0J2f.js} +1 -1
- package/dist/{apLightTheme2026-DbS7BPUf.js → apLightTheme2026-C4ygwMHC.js} +11 -11
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +6 -6
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +6 -6
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +6 -6
- package/dist/components/Captcha/Captcha.d.ts +27 -16
- package/dist/components/Captcha/CaptchaForm.d.ts +29 -3
- package/dist/components/Captcha/types.d.ts +14 -0
- package/dist/components/Captcha/useCaptchaValidation.d.ts +37 -0
- package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +33 -13
- package/dist/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.d.ts +23 -0
- package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +2 -2
- package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +2 -2
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +17 -48
- package/dist/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.d.ts +29 -0
- package/dist/components/Customs/SyCheckBoxGroup/types.d.ts +46 -0
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +16 -51
- package/dist/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.d.ts +27 -0
- package/dist/components/Customs/SyCheckbox/types.d.ts +49 -0
- package/dist/components/Customs/SyTextField/FieldState.d.ts +5 -0
- package/dist/components/Customs/SyTextField/useSyTextFieldValidation.d.ts +3 -3
- package/dist/components/DialogBox/DialogBox.d.ts +2 -0
- package/dist/components/DialogBox/locales.d.ts +1 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +4 -0
- package/dist/components/LunarCalendar/LunarCalendar.d.ts +43 -14
- package/dist/components/LunarCalendar/types.d.ts +35 -0
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +11 -12
- package/dist/components/MonthPicker/MonthPicker.d.ts +72 -1747
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +21 -1733
- package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +5 -0
- package/dist/components/MonthPicker/locales.d.ts +1 -0
- package/dist/components/MonthPicker/types.d.ts +11 -0
- package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +37 -24
- package/dist/components/NirField/NirField.d.ts +6 -4
- package/dist/components/NirField/useNirValidation.d.ts +7 -5
- package/dist/components/PageContainer/PageContainer.d.ts +8 -0
- package/dist/components/PasswordField/PasswordField.d.ts +2 -2
- package/dist/components/PasswordField/usePasswordFieldValidation.d.ts +2 -2
- package/dist/components/PhoneField/PhoneField.d.ts +960 -1938
- package/dist/components/PhoneField/indicatifs.d.ts +715 -8
- package/dist/components/PhoneField/locales.d.ts +7 -0
- package/dist/components/PhoneField/types.d.ts +29 -0
- package/dist/components/PhoneField/usePhoneFieldValidation.d.ts +45 -0
- package/dist/components/PhoneField/usePhoneIndicatifs.d.ts +947 -0
- package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +2 -2
- package/dist/composables/unifyValidation/documentationValidationProps.d.ts +1 -1
- package/dist/composables/unifyValidation/useValidation.d.ts +4 -5
- package/dist/design-system-v3.js +2 -2
- package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +10 -10
- package/dist/designTokens/tokens/baseTokens.d.ts +18 -18
- package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +10 -10
- package/dist/designTokens/tokens/pa/paLightTheme.d.ts +10 -10
- package/dist/designTokens/tokens/semanticTokens.d.ts +14 -14
- package/dist/{main-D8ryUoS5.js → main-C4wAktOs.js} +13718 -12991
- package/dist/synapse.css +1 -1
- package/dist/vuetifyConfig.js +1 -1
- package/package.json +7 -7
- package/src/assets/compat/_legacy-tokens.scss +91 -0
- package/src/assets/overrides/_utilities.scss +23 -0
- package/src/components/Accordion/Accordion.stories.ts +121 -1
- package/src/components/BackBtn/BackBtn.mdx +1 -1
- package/src/components/BackToTopBtn/BackToTopBtn.mdx +0 -1
- package/src/components/Captcha/Captcha.stories.ts +134 -31
- package/src/components/Captcha/Captcha.vue +95 -28
- package/src/components/Captcha/CaptchaForm.vue +51 -22
- package/src/components/Captcha/tests/Captcha.focus.spec.ts +214 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +233 -24
- package/src/components/Captcha/tests/CaptchaForm.spec.ts +82 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +16 -42
- package/src/components/Captcha/types.ts +15 -0
- package/src/components/Captcha/useCaptchaValidation.ts +87 -0
- package/src/components/Captcha/validation/validation.stories.ts +1194 -0
- package/src/components/ChipList/ChipList.mdx +0 -1
- package/src/components/CollapsibleList/CollapsibleList.mdx +0 -1
- package/src/components/CookieBanner/CookieBanner.mdx +0 -1
- package/src/components/CopyBtn/CopyBtn.mdx +0 -1
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +123 -439
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +147 -41
- package/src/components/Customs/Selects/SelectBtnField/Validation/Validation.stories.ts +600 -0
- package/src/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.ts +87 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +402 -33
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +52 -38
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +342 -162
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +77 -129
- package/src/components/Customs/SyCheckBoxGroup/Validation/Validation.stories.ts +1008 -0
- package/src/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.ts +107 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.spec.ts +180 -7
- package/src/components/Customs/SyCheckBoxGroup/types.ts +49 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +41 -161
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +71 -148
- package/src/components/Customs/SyCheckbox/Validation/Validation.stories.ts +654 -0
- package/src/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.ts +105 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +106 -0
- package/src/components/Customs/SyCheckbox/tests/useSyCheckboxValidation.spec.ts +98 -0
- package/src/components/Customs/SyCheckbox/types.ts +51 -0
- package/src/components/Customs/SyTextField/FieldState.vue +50 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +12 -9
- package/src/components/Customs/SyTextField/useSyTextFieldValidation.ts +2 -11
- package/src/components/DataList/DataList.mdx +0 -1
- package/src/components/DataListGroup/DataListGroup.mdx +0 -1
- package/src/components/DiacriticPicker/DiacriticPicker.mdx +0 -1
- package/src/components/DialogBox/DialogBox.mdx +0 -1
- package/src/components/DialogBox/DialogBox.stories.ts +399 -4
- package/src/components/DialogBox/DialogBox.vue +20 -0
- package/src/components/DialogBox/locales.ts +1 -0
- package/src/components/DialogBox/tests/DialogBox.spec.ts +73 -0
- package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +24 -0
- package/src/components/ErrorPage/ErrorPage.mdx +1 -1
- package/src/components/ExternalLinks/ExternalLinks.mdx +0 -1
- package/src/components/FileList/FileList.mdx +0 -1
- package/src/components/FilterInline/FilterInline.mdx +0 -1
- package/src/components/FilterSideBar/FilterSideBar.mdx +8 -1
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +133 -1
- package/src/components/FilterSideBar/FilterSideBar.vue +19 -2
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +55 -0
- package/src/components/FooterBar/FooterBar.mdx +0 -1
- package/src/components/FranceConnectBtn/FranceConnectBtn.mdx +0 -1
- package/src/components/HeaderBar/HeaderBar.mdx +0 -1
- package/src/components/HeaderLoading/HeaderLoading.mdx +0 -1
- package/src/components/LangBtn/LangBtn.mdx +0 -1
- package/src/components/Logo/Logo.mdx +1 -1
- package/src/components/LunarCalendar/LunarCalendar.mdx +6 -9
- package/src/components/LunarCalendar/LunarCalendar.stories.ts +243 -46
- package/src/components/LunarCalendar/LunarCalendar.vue +61 -26
- package/src/components/LunarCalendar/Validation/Validation.stories.ts +717 -0
- package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +1 -1
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +197 -6
- package/src/components/LunarCalendar/tests/useLunarCalendarValidation.spec.ts +287 -0
- package/src/components/LunarCalendar/types.ts +39 -0
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +115 -39
- package/src/components/MonthPicker/MonthPicker.stories.ts +38 -281
- package/src/components/MonthPicker/MonthPicker.vue +66 -17
- package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +44 -20
- package/src/components/MonthPicker/MonthPickerText/useTextField.ts +5 -0
- package/src/components/MonthPicker/Validation/Validation.stories.ts +1117 -0
- package/src/components/MonthPicker/locales.ts +1 -0
- package/src/components/MonthPicker/tests/MonthPicker.spec.ts +353 -2
- package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +12 -8
- package/src/components/MonthPicker/types.ts +16 -0
- package/src/components/MonthPicker/useMonthPickerValidation.ts +64 -27
- package/src/components/NirField/NirField.mdx +120 -66
- package/src/components/NirField/NirField.stories.ts +216 -0
- package/src/components/NirField/useNirValidation.ts +16 -17
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +263 -245
- package/src/components/NotificationBar/NotificationBar.mdx +0 -1
- package/src/components/PageContainer/PageContainer.mdx +0 -1
- package/src/components/PageContainer/PageContainer.stories.ts +170 -2
- package/src/components/PageContainer/PageContainer.vue +63 -8
- package/src/components/PageContainer/tests/__snapshots__/PageContainer.spec.ts.snap +19 -11
- package/src/components/PaginatedTable/PaginatedTable.mdx +0 -1
- package/src/components/PeriodField/PeriodField.mdx +0 -1
- package/src/components/PhoneField/PhoneField.mdx +2 -3
- package/src/components/PhoneField/PhoneField.stories.ts +227 -410
- package/src/components/PhoneField/PhoneField.vue +204 -438
- package/src/components/PhoneField/indicatifs.ts +1 -1
- package/src/components/PhoneField/locales.ts +7 -0
- package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +0 -1
- package/src/components/PhoneField/tests/PhoneField.spec.ts +517 -220
- package/src/components/PhoneField/types.ts +30 -0
- package/src/components/PhoneField/usePhoneFieldValidation.ts +119 -0
- package/src/components/PhoneField/usePhoneIndicatifs.ts +89 -0
- package/src/components/PhoneField/validation/validation.stories.ts +717 -0
- package/src/components/RangeField/RangeField.mdx +0 -1
- package/src/components/RatingPicker/RatingPicker.mdx +0 -1
- package/src/components/SocialMediaLinks/SocialMediaLinks.mdx +0 -1
- package/src/components/StatusPage/StatusPage.vue +1 -0
- package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +248 -230
- package/src/components/SubHeader/SubHeader.mdx +5 -6
- package/src/components/Tables/common/tests/SyTableFilter.spec.ts +11 -12
- package/src/components/UploadWorkflow/UploadWorkflow.mdx +0 -1
- package/src/components/UserMenuBtn/UserMenuBtn.mdx +0 -1
- package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +177 -0
- package/src/composables/unifyValidation/documentationValidationProps.ts +1 -1
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +13 -1
- package/src/composables/unifyValidation/useValidation.ts +37 -33
- package/src/composantsVuetify/VCard/VCard.mdx +4 -0
- package/src/composantsVuetify/VCard/v-card.stories.ts +93 -1
- package/src/composantsVuetify/VCarousel/VCarousel.mdx +74 -0
- package/src/composantsVuetify/VCarousel/v-carousel.stories.ts +531 -0
- package/src/composantsVuetify/VNavigationDrawer/VNavgationDrawer.mdx +53 -0
- package/src/composantsVuetify/VNavigationDrawer/v-navigation-drawer.stories.ts +310 -0
- package/src/composantsVuetify/VSlideGroup/VSlideGroup.mdx +105 -0
- package/src/composantsVuetify/VSlideGroup/v-slide-group.stories.ts +463 -0
- package/src/designTokens/tokens/baseColors.ts +1 -1
- package/src/designTokens/tokens/baseTokens.ts +18 -18
- package/src/stories/Components/Components.stories.ts +34 -1
- package/src/stories/Demarrer/Releases.stories.ts +16 -2
- package/src/stories/DesignTokens/Arrondis.mdx +1 -1
- package/src/stories/DesignTokens/Correspondances.mdx +219 -0
- package/src/stories/DesignTokens/UtiliserLesTokens.mdx +235 -0
- package/src/stories/DesignTokens/colors.stories.ts +569 -569
- package/src/stories/GuideDuDev/Amelipro.stories.ts +335 -267
- package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +0 -5
- package/dist/components/PhoneField/tests/types.d.ts +0 -18
- package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +0 -184
- package/src/components/LunarCalendar/useLunarCalendarRules.ts +0 -96
- package/src/components/PhoneField/tests/types.d.ts +0 -19
|
@@ -12,8 +12,8 @@ export declare function useSyTextAreaValidation(props: FieldValidationProps & {
|
|
|
12
12
|
errors: import('vue').ComputedRef<string[]>;
|
|
13
13
|
warnings: import('vue').ComputedRef<string[]>;
|
|
14
14
|
successes: import('vue').ComputedRef<string[]>;
|
|
15
|
-
hasError: import('vue').ComputedRef<boolean
|
|
16
|
-
hasWarning: import('vue').ComputedRef<boolean
|
|
15
|
+
hasError: import('vue').ComputedRef<boolean>;
|
|
16
|
+
hasWarning: import('vue').ComputedRef<boolean>;
|
|
17
17
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
18
18
|
validationIcon: import('vue').ComputedRef<string | null>;
|
|
19
19
|
mergedVuetifyRules: import('vue').ComputedRef<(string | boolean | PromiseLike<string | boolean> | ((value: any) => PromiseLike<string | boolean>) | import('../useDefaultValidationRules').TextareaRule)[]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare function getValidationDocumentation(type?: 'date' | 'number' | 'string' | 'all'): {
|
|
1
|
+
export declare function getValidationDocumentation(type?: 'base' | 'date' | 'number' | 'string' | 'all'): {
|
|
2
2
|
readonly readonly: {
|
|
3
3
|
readonly description: "Permet de rendre le champ en lecture seule, le champ deviens grisé.";
|
|
4
4
|
readonly control: "boolean";
|
|
@@ -69,34 +69,33 @@ export declare function useValidation(params: {
|
|
|
69
69
|
hasErrorProp?: Ref<boolean>;
|
|
70
70
|
hasWarningProp?: Ref<boolean>;
|
|
71
71
|
hasSuccessProp?: Ref<boolean>;
|
|
72
|
+
maxErrors?: Ref<number>;
|
|
72
73
|
} & ({
|
|
73
74
|
useVuetifyValidation: true;
|
|
74
75
|
rules: Ref<VuetifyValidationRule[] | undefined>;
|
|
75
76
|
customRules?: never;
|
|
76
77
|
customWarningRules?: never;
|
|
77
78
|
customSuccessRules?: never;
|
|
78
|
-
maxErrors?: Ref<number>;
|
|
79
79
|
} | {
|
|
80
80
|
useVuetifyValidation: false;
|
|
81
81
|
customRules: Ref<SyValidationRule[]>;
|
|
82
82
|
customWarningRules?: Ref<SyValidationRule[]>;
|
|
83
83
|
customSuccessRules?: Ref<SyValidationRule[]>;
|
|
84
84
|
rules?: never;
|
|
85
|
-
maxErrors?: Ref<number>;
|
|
86
85
|
} | {
|
|
87
86
|
useVuetifyValidation: Ref<boolean>;
|
|
88
87
|
customRules: Ref<SyValidationRule[]>;
|
|
89
88
|
customWarningRules?: Ref<SyValidationRule[]>;
|
|
90
89
|
customSuccessRules?: Ref<SyValidationRule[]>;
|
|
91
90
|
rules: Ref<VuetifyValidationRule[] | undefined>;
|
|
92
|
-
maxErrors?: Ref<number>;
|
|
93
91
|
})): {
|
|
94
92
|
errors: import('vue').ComputedRef<string[]>;
|
|
95
93
|
warnings: import('vue').ComputedRef<string[]>;
|
|
96
94
|
successes: import('vue').ComputedRef<string[]>;
|
|
97
|
-
hasError: import('vue').ComputedRef<boolean
|
|
98
|
-
hasWarning: import('vue').ComputedRef<boolean
|
|
95
|
+
hasError: import('vue').ComputedRef<boolean>;
|
|
96
|
+
hasWarning: import('vue').ComputedRef<boolean>;
|
|
99
97
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
98
|
+
state: import('vue').ComputedRef<"default" | "success" | "warning" | "error">;
|
|
100
99
|
validate: () => Promise<boolean>;
|
|
101
100
|
clearValidation: () => void;
|
|
102
101
|
};
|
package/dist/design-system-v3.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./apLightTheme2026-
|
|
2
|
-
import { A as o, c as r, d as t, e as l, f as n, g as p, h as b, i as c, j as d, 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 f, E as h, F as H, G as I, H as R, 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 ta, aa as la, ab as na, ac as pa, ad as ba, ae as ca, af as da, 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 fa, aw as ha, ax as Ha, ay as Ia, az as Ra, 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 te, a$ as le, b0 as ne, b1 as pe, P as be, b2 as ce, b3 as de, 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 fe, bk as he, bl as He, bm as Ie, bn as Re, a as xe, bo as Ee, bp as Ve, bq as ve, br as Ge, b 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 ts, bN as ls, bO as ns, bP as ps, bQ as bs, bR as cs, bS as ds, 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 fs, c8 as hs, u as Hs, c9 as Is, ca as Rs, cb as xs, cc as Es, cd as Vs, ce as vs, cf as Gs } from "./main-
|
|
1
|
+
import "./apLightTheme2026-C4ygwMHC.js";
|
|
2
|
+
import { A as o, c as r, d as t, e as l, f as n, g as p, h as b, i as c, j as d, 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 f, E as h, F as H, G as I, H as R, 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 ta, aa as la, ab as na, ac as pa, ad as ba, ae as ca, af as da, 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 fa, aw as ha, ax as Ha, ay as Ia, az as Ra, 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 te, a$ as le, b0 as ne, b1 as pe, P as be, b2 as ce, b3 as de, 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 fe, bk as he, bl as He, bm as Ie, bn as Re, a as xe, bo as Ee, bp as Ve, bq as ve, br as Ge, b 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 ts, bN as ls, bO as ns, bP as ps, bQ as bs, bR as cs, bS as ds, 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 fs, c8 as hs, u as Hs, c9 as Is, ca as Rs, cb as xs, cc as Es, cd as Vs, ce as vs, cf as Gs } from "./main-C4wAktOs.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
export {
|
|
5
5
|
o as Accordion,
|
|
@@ -3,11 +3,11 @@ export declare const apLightTheme: {
|
|
|
3
3
|
border: "#0084B2";
|
|
4
4
|
borderVariant: "#989B9B";
|
|
5
5
|
borderBright: "#FFFFFF";
|
|
6
|
-
borderDim: "rgba(255,255,255,0.
|
|
6
|
+
borderDim: "rgba(255,255,255,0.4)";
|
|
7
7
|
disabled: "#DDDEDE";
|
|
8
8
|
inverseSurface: "#545859";
|
|
9
9
|
onDisabled: "#989B9B";
|
|
10
|
-
onDisabledVariant: "rgba(255,255,255,0.
|
|
10
|
+
onDisabledVariant: "rgba(255,255,255,0.4)";
|
|
11
11
|
primary: "#0084B2";
|
|
12
12
|
onPrimary: "#FFFFFF";
|
|
13
13
|
primaryVariant: "#006386";
|
|
@@ -16,7 +16,7 @@ export declare const apLightTheme: {
|
|
|
16
16
|
onSecondary: "#FFFFFF";
|
|
17
17
|
secondaryVariant: "#00212D";
|
|
18
18
|
onSecondaryVariant: "#FFFFFF";
|
|
19
|
-
overlay: "rgba(152,155,155,0.
|
|
19
|
+
overlay: "rgba(152,155,155,0.4)";
|
|
20
20
|
surface: "#FFFFFF";
|
|
21
21
|
surfaceBright: "#F7FCFE";
|
|
22
22
|
surfaceDim: "#CCEDF9";
|
|
@@ -44,13 +44,13 @@ export declare const apLightTheme: {
|
|
|
44
44
|
warningVariant: "#FCF0D3";
|
|
45
45
|
onWarningVariant: "#60480E";
|
|
46
46
|
interactionLightenEnabled: "rgba(255,255,255,0)";
|
|
47
|
-
interactionLightenHover: "rgba(255,255,255,0.
|
|
48
|
-
interactionLightenSelected: "rgba(255,255,255,0.
|
|
49
|
-
interactionLightenPressed: "rgba(255,255,255,0.
|
|
47
|
+
interactionLightenHover: "rgba(255,255,255,0.2)";
|
|
48
|
+
interactionLightenSelected: "rgba(255,255,255,0.2)";
|
|
49
|
+
interactionLightenPressed: "rgba(255,255,255,0.38)";
|
|
50
50
|
interactionDarkEnabled: "rgba(0,132,178,0)";
|
|
51
|
-
interactionDarkHover: "rgba(0,132,178,0.
|
|
52
|
-
interactionDarkPressed: "rgba(0,132,178,0.
|
|
51
|
+
interactionDarkHover: "rgba(0,132,178,0.08)";
|
|
52
|
+
interactionDarkPressed: "rgba(0,132,178,0.18)";
|
|
53
53
|
interactionDarkenEnabled: "rgba(0,0,0,0)";
|
|
54
|
-
interactionDarkenHover: "rgba(0,0,0,0.
|
|
55
|
-
interactionDarkenPressed: "rgba(0,0,0,0.
|
|
54
|
+
interactionDarkenHover: "rgba(0,0,0,0.2)";
|
|
55
|
+
interactionDarkenPressed: "rgba(0,0,0,0.4)";
|
|
56
56
|
};
|
|
@@ -156,37 +156,37 @@ export declare const baseTokens: {
|
|
|
156
156
|
readonly lighten80: "#DDDEDE";
|
|
157
157
|
readonly lighten90: "#EEEEEE";
|
|
158
158
|
readonly lighten97: "#FAFAFA";
|
|
159
|
-
readonly alpha40: "rgba(152,155,155,0.
|
|
159
|
+
readonly alpha40: "rgba(152,155,155,0.4)";
|
|
160
160
|
};
|
|
161
161
|
readonly white: {
|
|
162
162
|
readonly base: "#FFFFFF";
|
|
163
|
-
readonly alpha70: "rgba(255,255,255,0.
|
|
164
|
-
readonly alpha40: "rgba(255,255,255,0.
|
|
165
|
-
readonly alpha38: "rgba(255,255,255,0.
|
|
166
|
-
readonly alpha20: "rgba(255,255,255,0.
|
|
167
|
-
readonly alpha08: "rgba(255,255,255,0.
|
|
163
|
+
readonly alpha70: "rgba(255,255,255,0.7)";
|
|
164
|
+
readonly alpha40: "rgba(255,255,255,0.4)";
|
|
165
|
+
readonly alpha38: "rgba(255,255,255,0.38)";
|
|
166
|
+
readonly alpha20: "rgba(255,255,255,0.2)";
|
|
167
|
+
readonly alpha08: "rgba(255,255,255,0.08)";
|
|
168
168
|
readonly alpha00: "rgba(255,255,255,0)";
|
|
169
169
|
};
|
|
170
170
|
readonly transparentBlue: {
|
|
171
|
-
readonly alpha40: "rgba(12,65,154,0.
|
|
172
|
-
readonly alpha20: "rgba(12,65,154,0.
|
|
173
|
-
readonly alpha18: "rgba(12,65,154,0.
|
|
174
|
-
readonly alpha08: "rgba(12,65,154,0.
|
|
171
|
+
readonly alpha40: "rgba(12,65,154,0.4)";
|
|
172
|
+
readonly alpha20: "rgba(12,65,154,0.2)";
|
|
173
|
+
readonly alpha18: "rgba(12,65,154,0.18)";
|
|
174
|
+
readonly alpha08: "rgba(12,65,154,0.08)";
|
|
175
175
|
readonly alpha00: "rgba(12,65,154,0)";
|
|
176
176
|
};
|
|
177
177
|
readonly transparentCyan: {
|
|
178
178
|
readonly alpha00: "rgba(0,132,178,0)";
|
|
179
|
-
readonly alpha08: "rgba(0,132,178,0.
|
|
180
|
-
readonly alpha18: "rgba(0,132,178,0.
|
|
181
|
-
readonly alpha20: "rgba(0,132,178,0.
|
|
182
|
-
readonly alpha40: "rgba(0,132,178,0.
|
|
179
|
+
readonly alpha08: "rgba(0,132,178,0.08)";
|
|
180
|
+
readonly alpha18: "rgba(0,132,178,0.18)";
|
|
181
|
+
readonly alpha20: "rgba(0,132,178,0.2)";
|
|
182
|
+
readonly alpha40: "rgba(0,132,178,0.4)";
|
|
183
183
|
};
|
|
184
184
|
readonly transparentBlack: {
|
|
185
185
|
readonly alpha00: "rgba(0,0,0,0)";
|
|
186
|
-
readonly alpha08: "rgba(0,0,0,0.
|
|
187
|
-
readonly alpha18: "rgba(0,0,0,0.
|
|
188
|
-
readonly alpha20: "rgba(0,0,0,0.
|
|
189
|
-
readonly alpha40: "rgba(0,0,0,0.
|
|
186
|
+
readonly alpha08: "rgba(0,0,0,0.08)";
|
|
187
|
+
readonly alpha18: "rgba(0,0,0,0.18)";
|
|
188
|
+
readonly alpha20: "rgba(0,0,0,0.2)";
|
|
189
|
+
readonly alpha40: "rgba(0,0,0,0.4)";
|
|
190
190
|
};
|
|
191
191
|
readonly amber: {
|
|
192
192
|
readonly darken80: "#502C01";
|
|
@@ -3,11 +3,11 @@ export declare const cnamLightTheme: {
|
|
|
3
3
|
border: "#0C419A";
|
|
4
4
|
borderVariant: "#989B9B";
|
|
5
5
|
borderBright: "#FFFFFF";
|
|
6
|
-
borderDim: "rgba(255,255,255,0.
|
|
6
|
+
borderDim: "rgba(255,255,255,0.4)";
|
|
7
7
|
disabled: "#DDDEDE";
|
|
8
8
|
onDisabled: "#989B9B";
|
|
9
9
|
inverseSurface: "#545859";
|
|
10
|
-
onDisabledVariant: "rgba(255,255,255,0.
|
|
10
|
+
onDisabledVariant: "rgba(255,255,255,0.4)";
|
|
11
11
|
primary: "#0C419A";
|
|
12
12
|
onPrimary: "#FFFFFF";
|
|
13
13
|
primaryVariant: "#07275C";
|
|
@@ -16,7 +16,7 @@ export declare const cnamLightTheme: {
|
|
|
16
16
|
onSecondary: "#FFFFFF";
|
|
17
17
|
secondaryVariant: "#004259";
|
|
18
18
|
onSecondaryVariant: "#FFFFFF";
|
|
19
|
-
overlay: "rgba(152,155,155,0.
|
|
19
|
+
overlay: "rgba(152,155,155,0.4)";
|
|
20
20
|
surface: "#FFFFFF";
|
|
21
21
|
surfaceBright: "#F8F9FC";
|
|
22
22
|
surfaceDim: "#E7ECF5";
|
|
@@ -47,13 +47,13 @@ export declare const cnamLightTheme: {
|
|
|
47
47
|
warningVariant90: "#FDF7E9";
|
|
48
48
|
onWarningVariant: "#60480E";
|
|
49
49
|
interactionLightenEnabled: "rgba(255,255,255,0)";
|
|
50
|
-
interactionLightenHover: "rgba(255,255,255,0.
|
|
51
|
-
interactionLightenSelected: "rgba(255,255,255,0.
|
|
52
|
-
interactionLightenPressed: "rgba(255,255,255,0.
|
|
50
|
+
interactionLightenHover: "rgba(255,255,255,0.2)";
|
|
51
|
+
interactionLightenSelected: "rgba(255,255,255,0.2)";
|
|
52
|
+
interactionLightenPressed: "rgba(255,255,255,0.38)";
|
|
53
53
|
interactionDarkEnabled: "rgba(12,65,154,0)";
|
|
54
|
-
interactionDarkHover: "rgba(12,65,154,0.
|
|
55
|
-
interactionDarkPressed: "rgba(12,65,154,0.
|
|
54
|
+
interactionDarkHover: "rgba(12,65,154,0.08)";
|
|
55
|
+
interactionDarkPressed: "rgba(12,65,154,0.18)";
|
|
56
56
|
interactionDarkenEnabled: "rgba(0,0,0,0)";
|
|
57
|
-
interactionDarkenHover: "rgba(0,0,0,0.
|
|
58
|
-
interactionDarkenPressed: "rgba(0,0,0,0.
|
|
57
|
+
interactionDarkenHover: "rgba(0,0,0,0.2)";
|
|
58
|
+
interactionDarkenPressed: "rgba(0,0,0,0.4)";
|
|
59
59
|
};
|
|
@@ -3,11 +3,11 @@ export declare const paLightTheme: {
|
|
|
3
3
|
border: "#0C419A";
|
|
4
4
|
borderVariant: "#989B9B";
|
|
5
5
|
borderBright: "#FFFFFF";
|
|
6
|
-
borderDim: "rgba(255,255,255,0.
|
|
6
|
+
borderDim: "rgba(255,255,255,0.4)";
|
|
7
7
|
disabled: "#DDDEDE";
|
|
8
8
|
onDisabled: "#989B9B";
|
|
9
9
|
inverseSurface: "#545859";
|
|
10
|
-
onDisabledVariant: "rgba(255,255,255,0.
|
|
10
|
+
onDisabledVariant: "rgba(255,255,255,0.4)";
|
|
11
11
|
primary: "#0C419A";
|
|
12
12
|
onPrimary: "#FFFFFF";
|
|
13
13
|
primaryVariant: "#07275C";
|
|
@@ -16,7 +16,7 @@ export declare const paLightTheme: {
|
|
|
16
16
|
onSecondary: "#FFFFFF";
|
|
17
17
|
secondaryVariant: "#004259";
|
|
18
18
|
onSecondaryVariant: "#FFFFFF";
|
|
19
|
-
overlay: "rgba(152,155,155,0.
|
|
19
|
+
overlay: "rgba(152,155,155,0.4)";
|
|
20
20
|
surface: "#FFFFFF";
|
|
21
21
|
surfaceBright: "#F8F9FC";
|
|
22
22
|
surfaceDim: "#E7ECF5";
|
|
@@ -44,13 +44,13 @@ export declare const paLightTheme: {
|
|
|
44
44
|
warningVariant: "#FCF0D3";
|
|
45
45
|
onWarningVariant: "#60480E";
|
|
46
46
|
interactionLightenEnabled: "rgba(255,255,255,0)";
|
|
47
|
-
interactionLightenHover: "rgba(255,255,255,0.
|
|
48
|
-
interactionLightenSelected: "rgba(255,255,255,0.
|
|
49
|
-
interactionLightenPressed: "rgba(255,255,255,0.
|
|
47
|
+
interactionLightenHover: "rgba(255,255,255,0.2)";
|
|
48
|
+
interactionLightenSelected: "rgba(255,255,255,0.2)";
|
|
49
|
+
interactionLightenPressed: "rgba(255,255,255,0.38)";
|
|
50
50
|
interactionDarkEnabled: "rgba(12,65,154,0)";
|
|
51
|
-
interactionDarkHover: "rgba(12,65,154,0.
|
|
52
|
-
interactionDarkPressed: "rgba(12,65,154,0.
|
|
51
|
+
interactionDarkHover: "rgba(12,65,154,0.08)";
|
|
52
|
+
interactionDarkPressed: "rgba(12,65,154,0.18)";
|
|
53
53
|
interactionDarkenEnabled: "rgba(0,0,0,0)";
|
|
54
|
-
interactionDarkenHover: "rgba(0,0,0,0.
|
|
55
|
-
interactionDarkenPressed: "rgba(0,0,0,0.
|
|
54
|
+
interactionDarkenHover: "rgba(0,0,0,0.2)";
|
|
55
|
+
interactionDarkenPressed: "rgba(0,0,0,0.4)";
|
|
56
56
|
};
|
|
@@ -11,7 +11,7 @@ export declare const semanticTokens: {
|
|
|
11
11
|
readonly onSecondary: "#FFFFFF";
|
|
12
12
|
readonly onSecondaryVariant: "#FFFFFF";
|
|
13
13
|
readonly onSurfaceVariant: "#545859";
|
|
14
|
-
readonly overlay: "rgba(152,155,155,0.
|
|
14
|
+
readonly overlay: "rgba(152,155,155,0.4)";
|
|
15
15
|
readonly primary: "#0C419A";
|
|
16
16
|
readonly primaryVariant: "#07275C";
|
|
17
17
|
readonly secondary: "#006386";
|
|
@@ -44,14 +44,14 @@ export declare const semanticTokens: {
|
|
|
44
44
|
};
|
|
45
45
|
readonly interaction: {
|
|
46
46
|
readonly darkEnabled: "rgba(12,65,154,0)";
|
|
47
|
-
readonly darkHover: "rgba(12,65,154,0.
|
|
48
|
-
readonly darkPressed: "rgba(12,65,154,0.
|
|
47
|
+
readonly darkHover: "rgba(12,65,154,0.08)";
|
|
48
|
+
readonly darkPressed: "rgba(12,65,154,0.2)";
|
|
49
49
|
readonly darkenEnabled: "rgba(0,0,0,0)";
|
|
50
|
-
readonly darkenHover: "rgba(0,0,0,0.
|
|
51
|
-
readonly darkenPressed: "rgba(0,0,0,0.
|
|
50
|
+
readonly darkenHover: "rgba(0,0,0,0.2)";
|
|
51
|
+
readonly darkenPressed: "rgba(0,0,0,0.4)";
|
|
52
52
|
readonly lightenEnabled: "rgba(255,255,255,0)";
|
|
53
|
-
readonly lightenHover: "rgba(255,255,255,0.
|
|
54
|
-
readonly lightenPressed: "rgba(255,255,255,0.
|
|
53
|
+
readonly lightenHover: "rgba(255,255,255,0.2)";
|
|
54
|
+
readonly lightenPressed: "rgba(255,255,255,0.4)";
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
readonly ap: {
|
|
@@ -66,7 +66,7 @@ export declare const semanticTokens: {
|
|
|
66
66
|
readonly onSecondary: "#FFFFFF";
|
|
67
67
|
readonly onSecondaryVariant: "#FFFFFF";
|
|
68
68
|
readonly onSurfaceVariant: "#545859";
|
|
69
|
-
readonly overlay: "rgba(152,155,155,0.
|
|
69
|
+
readonly overlay: "rgba(152,155,155,0.4)";
|
|
70
70
|
readonly primary: "#0084B2";
|
|
71
71
|
readonly primaryVariant: "#006386";
|
|
72
72
|
readonly secondary: "#004259";
|
|
@@ -99,14 +99,14 @@ export declare const semanticTokens: {
|
|
|
99
99
|
};
|
|
100
100
|
readonly interaction: {
|
|
101
101
|
readonly darkEnabled: "rgba(0,132,178,0)";
|
|
102
|
-
readonly darkHover: "rgba(0,132,178,0.
|
|
103
|
-
readonly darkPressed: "rgba(0,132,178,0.
|
|
102
|
+
readonly darkHover: "rgba(0,132,178,0.08)";
|
|
103
|
+
readonly darkPressed: "rgba(0,132,178,0.18)";
|
|
104
104
|
readonly darkenEnabled: "rgba(0,0,0,0)";
|
|
105
|
-
readonly darkenHover: "rgba(0,0,0,0.
|
|
106
|
-
readonly darkenPressed: "rgba(0,0,0,0.
|
|
105
|
+
readonly darkenHover: "rgba(0,0,0,0.2)";
|
|
106
|
+
readonly darkenPressed: "rgba(0,0,0,0.4)";
|
|
107
107
|
readonly lightenEnabled: "rgba(255,255,255,0)";
|
|
108
|
-
readonly lightenHover: "rgba(255,255,255,0.
|
|
109
|
-
readonly lightenPressed: "rgba(255,255,255,0.
|
|
108
|
+
readonly lightenHover: "rgba(255,255,255,0.2)";
|
|
109
|
+
readonly lightenPressed: "rgba(255,255,255,0.38)";
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
};
|