@cnamts/synapse 1.0.12 → 1.0.13
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/{DateFilter-DoCcOfDW.js → DateFilter-_EFzsvvM.js} +1 -1
- package/dist/{NumberFilter-9uR8uo6p.js → NumberFilter-CUxEbKJh.js} +1 -1
- package/dist/{PeriodFilter-CxN5ini7.js → PeriodFilter-D5ueqtKy.js} +1 -1
- package/dist/{SelectFilter-bfxipgvt.js → SelectFilter-BciBNydy.js} +1 -1
- package/dist/{TextFilter-yCnWcmW2.js → TextFilter-DMN_WAQB.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
- package/dist/components/Captcha/Captcha.d.ts +68 -0
- package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
- package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
- package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
- package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
- package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
- package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
- package/dist/components/Captcha/captchaApi.d.ts +41 -0
- package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
- package/dist/components/Captcha/locales.d.ts +35 -0
- package/dist/components/Captcha/types.d.ts +2 -0
- package/dist/components/ChipList/ChipList.d.ts +2 -2
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +2 -2
- package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +13 -17
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +56 -64
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +47 -64
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +18 -17
- package/dist/components/DatePicker/tests/setup.d.ts +448 -512
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +4 -4
- package/dist/components/NirField/NirField.d.ts +29 -34
- package/dist/components/NirField/locales.d.ts +1 -3
- package/dist/components/PasswordField/PasswordField.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +112 -128
- package/dist/components/PhoneField/PhoneField.d.ts +13 -17
- package/dist/components/SearchListField/SearchListField.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
- package/dist/components/Tables/common/SyTablePagination.d.ts +2 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/validation/useFormValidation.d.ts +10 -0
- package/dist/composables/validation/useValidatable.d.ts +10 -2
- package/dist/design-system-v3.js +126 -125
- package/dist/design-system-v3.umd.cjs +155 -155
- package/dist/main-DISHlqcd.js +34217 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
- package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
- package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
- package/src/components/Captcha/Captcha.mdx +72 -0
- package/src/components/Captcha/Captcha.stories.ts +276 -0
- package/src/components/Captcha/Captcha.vue +325 -0
- package/src/components/Captcha/CaptchaAlert.vue +60 -0
- package/src/components/Captcha/CaptchaBase.vue +219 -0
- package/src/components/Captcha/CaptchaBtn.vue +35 -0
- package/src/components/Captcha/CaptchaForm.vue +58 -0
- package/src/components/Captcha/CaptchaImg.vue +41 -0
- package/src/components/Captcha/CaptchaInformation.vue +64 -0
- package/src/components/Captcha/captchaApi.ts +111 -0
- package/src/components/Captcha/icons/volumeUp.vue +11 -0
- package/src/components/Captcha/locales.ts +35 -0
- package/src/components/Captcha/readme.md +5 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
- package/src/components/Captcha/types.ts +2 -0
- package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
- package/src/components/Customs/SyForm/SyForm.vue +17 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +2 -2
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +110 -6
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +28 -3
- package/src/components/NirField/NirField.stories.ts +74 -0
- package/src/components/NirField/NirField.vue +34 -9
- package/src/components/NirField/locales.ts +1 -3
- package/src/components/PasswordField/PasswordField.vue +39 -7
- package/src/components/PhoneField/PhoneField.vue +43 -10
- package/src/components/index.ts +1 -0
- package/src/composables/validation/useFormValidation.ts +46 -8
- package/src/composables/validation/useValidatable.ts +19 -8
- package/dist/main-DMXtXK3y.js +0 -33458
- package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
- package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
- package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
|
@@ -322,7 +322,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
322
|
clearable: boolean;
|
|
323
323
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
324
324
|
active: boolean;
|
|
325
|
-
details: boolean;
|
|
326
325
|
dirty: boolean;
|
|
327
326
|
disabled: boolean;
|
|
328
327
|
glow: boolean;
|
|
@@ -394,7 +393,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
394
393
|
default?: (() => import('vue').VNodeChild) | undefined;
|
|
395
394
|
counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
396
395
|
} | {
|
|
397
|
-
$stable?: boolean | undefined;
|
|
396
|
+
/** @type { [typeof SyIcon, ] } */ $stable?: boolean | undefined;
|
|
398
397
|
} | (() => import('vue').VNodeChild);
|
|
399
398
|
"v-slots"?: {
|
|
400
399
|
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -691,7 +690,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
691
690
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
692
691
|
active: boolean;
|
|
693
692
|
centerAffix: boolean;
|
|
694
|
-
details: boolean;
|
|
695
693
|
dirty: boolean;
|
|
696
694
|
disabled: boolean;
|
|
697
695
|
glow: boolean;
|
|
@@ -701,6 +699,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
701
699
|
reverse: boolean;
|
|
702
700
|
singleLine: boolean;
|
|
703
701
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
702
|
+
details: boolean;
|
|
704
703
|
}> & Omit<{
|
|
705
704
|
theme?: string | undefined;
|
|
706
705
|
class?: any;
|
|
@@ -718,7 +717,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
718
717
|
centerAffix?: boolean | undefined;
|
|
719
718
|
color?: string | undefined;
|
|
720
719
|
baseColor?: string | undefined;
|
|
721
|
-
details: boolean;
|
|
722
720
|
dirty: boolean;
|
|
723
721
|
disabled: boolean;
|
|
724
722
|
glow: boolean;
|
|
@@ -735,6 +733,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
735
733
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
736
734
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
737
735
|
id?: string | undefined;
|
|
736
|
+
details: boolean;
|
|
738
737
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
739
738
|
$attrs: {
|
|
740
739
|
[x: string]: unknown;
|
|
@@ -779,7 +778,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
779
778
|
clearable: boolean;
|
|
780
779
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
781
780
|
active: boolean;
|
|
782
|
-
details: boolean;
|
|
783
781
|
dirty: boolean;
|
|
784
782
|
disabled: boolean;
|
|
785
783
|
glow: boolean;
|
|
@@ -789,6 +787,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
789
787
|
reverse: boolean;
|
|
790
788
|
singleLine: boolean;
|
|
791
789
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
790
|
+
details: boolean;
|
|
792
791
|
} & {
|
|
793
792
|
theme?: string | undefined;
|
|
794
793
|
class?: any;
|
|
@@ -824,7 +823,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
824
823
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
825
824
|
active: boolean;
|
|
826
825
|
centerAffix: boolean;
|
|
827
|
-
details: boolean;
|
|
828
826
|
dirty: boolean;
|
|
829
827
|
disabled: boolean;
|
|
830
828
|
glow: boolean;
|
|
@@ -834,6 +832,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
834
832
|
reverse: boolean;
|
|
835
833
|
singleLine: boolean;
|
|
836
834
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
835
|
+
details: boolean;
|
|
837
836
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
838
837
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
839
838
|
props: Record<string, any>;
|
|
@@ -887,7 +886,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
887
886
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
888
887
|
active: boolean;
|
|
889
888
|
centerAffix: boolean;
|
|
890
|
-
details: boolean;
|
|
891
889
|
dirty: boolean;
|
|
892
890
|
disabled: boolean;
|
|
893
891
|
glow: boolean;
|
|
@@ -897,6 +895,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
895
|
reverse: boolean;
|
|
898
896
|
singleLine: boolean;
|
|
899
897
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
898
|
+
details: boolean;
|
|
900
899
|
}> & Omit<{
|
|
901
900
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
902
901
|
focused: boolean;
|
|
@@ -904,7 +903,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
904
903
|
clearable: boolean;
|
|
905
904
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
906
905
|
active: boolean;
|
|
907
|
-
details: boolean;
|
|
908
906
|
dirty: boolean;
|
|
909
907
|
disabled: boolean;
|
|
910
908
|
glow: boolean;
|
|
@@ -914,6 +912,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
914
912
|
reverse: boolean;
|
|
915
913
|
singleLine: boolean;
|
|
916
914
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
915
|
+
details: boolean;
|
|
917
916
|
} & {
|
|
918
917
|
theme?: string | undefined;
|
|
919
918
|
class?: any;
|
|
@@ -974,7 +973,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
974
973
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
975
974
|
active: boolean;
|
|
976
975
|
centerAffix: boolean;
|
|
977
|
-
details: boolean;
|
|
978
976
|
dirty: boolean;
|
|
979
977
|
disabled: boolean;
|
|
980
978
|
glow: boolean;
|
|
@@ -1050,7 +1048,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1050
1048
|
clearable: boolean;
|
|
1051
1049
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1052
1050
|
active: boolean;
|
|
1053
|
-
details: boolean;
|
|
1054
1051
|
dirty: boolean;
|
|
1055
1052
|
disabled: boolean;
|
|
1056
1053
|
glow: boolean;
|
|
@@ -1419,7 +1416,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1419
1416
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1420
1417
|
active: boolean;
|
|
1421
1418
|
centerAffix: boolean;
|
|
1422
|
-
details: boolean;
|
|
1423
1419
|
dirty: boolean;
|
|
1424
1420
|
disabled: boolean;
|
|
1425
1421
|
glow: boolean;
|
|
@@ -1429,6 +1425,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1429
1425
|
reverse: boolean;
|
|
1430
1426
|
singleLine: boolean;
|
|
1431
1427
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1428
|
+
details: boolean;
|
|
1432
1429
|
}> & Omit<{
|
|
1433
1430
|
theme?: string | undefined;
|
|
1434
1431
|
class?: any;
|
|
@@ -1446,7 +1443,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1446
1443
|
centerAffix?: boolean | undefined;
|
|
1447
1444
|
color?: string | undefined;
|
|
1448
1445
|
baseColor?: string | undefined;
|
|
1449
|
-
details: boolean;
|
|
1450
1446
|
dirty: boolean;
|
|
1451
1447
|
disabled: boolean;
|
|
1452
1448
|
glow: boolean;
|
|
@@ -1463,6 +1459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1463
1459
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1464
1460
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1465
1461
|
id?: string | undefined;
|
|
1462
|
+
details: boolean;
|
|
1466
1463
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1467
1464
|
$attrs: {
|
|
1468
1465
|
[x: string]: unknown;
|
|
@@ -1507,7 +1504,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1507
1504
|
clearable: boolean;
|
|
1508
1505
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1509
1506
|
active: boolean;
|
|
1510
|
-
details: boolean;
|
|
1511
1507
|
dirty: boolean;
|
|
1512
1508
|
disabled: boolean;
|
|
1513
1509
|
glow: boolean;
|
|
@@ -1517,6 +1513,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1517
1513
|
reverse: boolean;
|
|
1518
1514
|
singleLine: boolean;
|
|
1519
1515
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1516
|
+
details: boolean;
|
|
1520
1517
|
} & {
|
|
1521
1518
|
theme?: string | undefined;
|
|
1522
1519
|
class?: any;
|
|
@@ -1552,7 +1549,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1552
1549
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1553
1550
|
active: boolean;
|
|
1554
1551
|
centerAffix: boolean;
|
|
1555
|
-
details: boolean;
|
|
1556
1552
|
dirty: boolean;
|
|
1557
1553
|
disabled: boolean;
|
|
1558
1554
|
glow: boolean;
|
|
@@ -1562,6 +1558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1562
1558
|
reverse: boolean;
|
|
1563
1559
|
singleLine: boolean;
|
|
1564
1560
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1561
|
+
details: boolean;
|
|
1565
1562
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
1566
1563
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1567
1564
|
props: Record<string, any>;
|
|
@@ -1615,7 +1612,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1615
1612
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1616
1613
|
active: boolean;
|
|
1617
1614
|
centerAffix: boolean;
|
|
1618
|
-
details: boolean;
|
|
1619
1615
|
dirty: boolean;
|
|
1620
1616
|
disabled: boolean;
|
|
1621
1617
|
glow: boolean;
|
|
@@ -1625,6 +1621,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1625
1621
|
reverse: boolean;
|
|
1626
1622
|
singleLine: boolean;
|
|
1627
1623
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1624
|
+
details: boolean;
|
|
1628
1625
|
}> & Omit<{
|
|
1629
1626
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1630
1627
|
focused: boolean;
|
|
@@ -1632,7 +1629,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1632
1629
|
clearable: boolean;
|
|
1633
1630
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1634
1631
|
active: boolean;
|
|
1635
|
-
details: boolean;
|
|
1636
1632
|
dirty: boolean;
|
|
1637
1633
|
disabled: boolean;
|
|
1638
1634
|
glow: boolean;
|
|
@@ -1642,6 +1638,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1642
1638
|
reverse: boolean;
|
|
1643
1639
|
singleLine: boolean;
|
|
1644
1640
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1641
|
+
details: boolean;
|
|
1645
1642
|
} & {
|
|
1646
1643
|
theme?: string | undefined;
|
|
1647
1644
|
class?: any;
|
|
@@ -1697,7 +1694,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1697
1694
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1698
1695
|
active: boolean;
|
|
1699
1696
|
centerAffix: boolean;
|
|
1700
|
-
details: boolean;
|
|
1701
1697
|
dirty: boolean;
|
|
1702
1698
|
disabled: boolean;
|
|
1703
1699
|
glow: boolean;
|
|
@@ -252,7 +252,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
252
|
}, {
|
|
253
253
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
254
254
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
255
|
-
focus: (location?: number | "
|
|
255
|
+
focus: (location?: number | "next" | "first" | "last" | "prev" | undefined) => void;
|
|
256
256
|
children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
|
|
257
257
|
parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
|
|
258
258
|
getPath: (id: unknown) => unknown[];
|
|
@@ -443,7 +443,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
443
443
|
}, "focus" | "select" | "nav" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "open" | "parents" | "getPath"> & import('vue').ShallowUnwrapRef<{
|
|
444
444
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
445
445
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
446
|
-
focus: (location?: number | "
|
|
446
|
+
focus: (location?: number | "next" | "first" | "last" | "prev" | undefined) => void;
|
|
447
447
|
children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
|
|
448
448
|
parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
|
|
449
449
|
getPath: (id: unknown) => unknown[];
|
|
@@ -47,7 +47,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
47
47
|
clearable: boolean;
|
|
48
48
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
49
49
|
active: boolean;
|
|
50
|
-
details: boolean;
|
|
51
50
|
dirty: boolean;
|
|
52
51
|
disabled: boolean;
|
|
53
52
|
glow: boolean;
|
|
@@ -436,7 +435,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
436
435
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
437
436
|
active: boolean;
|
|
438
437
|
centerAffix: boolean;
|
|
439
|
-
details: boolean;
|
|
440
438
|
dirty: boolean;
|
|
441
439
|
disabled: boolean;
|
|
442
440
|
glow: boolean;
|
|
@@ -511,7 +509,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
511
509
|
clearable: boolean;
|
|
512
510
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
513
511
|
active: boolean;
|
|
514
|
-
details: boolean;
|
|
515
512
|
dirty: boolean;
|
|
516
513
|
disabled: boolean;
|
|
517
514
|
glow: boolean;
|
|
@@ -894,7 +891,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
894
891
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
895
892
|
active: boolean;
|
|
896
893
|
centerAffix: boolean;
|
|
897
|
-
details: boolean;
|
|
898
894
|
dirty: boolean;
|
|
899
895
|
disabled: boolean;
|
|
900
896
|
glow: boolean;
|
|
@@ -344,7 +344,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
344
344
|
}, {
|
|
345
345
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
346
346
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
347
|
-
focus: (location?: number | "
|
|
347
|
+
focus: (location?: number | "next" | "first" | "last" | "prev" | undefined) => void;
|
|
348
348
|
children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
|
|
349
349
|
parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
|
|
350
350
|
getPath: (id: unknown) => unknown[];
|
|
@@ -535,7 +535,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
535
535
|
}, "focus" | "select" | "nav" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "open" | "parents" | "getPath"> & import('vue').ShallowUnwrapRef<{
|
|
536
536
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
537
537
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
538
|
-
focus: (location?: number | "
|
|
538
|
+
focus: (location?: number | "next" | "first" | "last" | "prev" | undefined) => void;
|
|
539
539
|
children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
|
|
540
540
|
parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
|
|
541
541
|
getPath: (id: unknown) => unknown[];
|
|
@@ -44,6 +44,7 @@ export { default as SySelect } from './Customs/Selects/SySelect/SySelect';
|
|
|
44
44
|
export { default as SyTextArea } from './SyTextArea/SyTextArea';
|
|
45
45
|
export { default as SyTextField } from './Customs/SyTextField/SyTextField';
|
|
46
46
|
export { default as UploadWorkflow } from './UploadWorkflow/UploadWorkflow';
|
|
47
|
+
export { default as Captcha } from './Captcha/Captcha';
|
|
47
48
|
export { default as SyForm } from './Customs/SyForm/SyForm';
|
|
48
49
|
export { default as PaginatedTable } from './PaginatedTable/PaginatedTable';
|
|
49
50
|
export { default as SyServerTable } from './Tables/SyServerTable/SyServerTable';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
export interface ValidatableComponent {
|
|
3
3
|
validateOnSubmit: () => Promise<boolean> | boolean;
|
|
4
|
+
clearValidation?: () => void;
|
|
5
|
+
reset?: () => void;
|
|
4
6
|
}
|
|
5
7
|
/**
|
|
6
8
|
* Hook pour le formulaire parent qui fournit un registre pour les composants validables
|
|
@@ -10,9 +12,15 @@ export declare function useFormValidation(): {
|
|
|
10
12
|
validateAll: () => Promise<boolean>;
|
|
11
13
|
validatableComponents: Ref<{
|
|
12
14
|
validateOnSubmit: () => boolean | Promise<boolean>;
|
|
15
|
+
clearValidation?: (() => void) | undefined;
|
|
16
|
+
reset?: (() => void) | undefined;
|
|
13
17
|
}[], ValidatableComponent[] | {
|
|
14
18
|
validateOnSubmit: () => boolean | Promise<boolean>;
|
|
19
|
+
clearValidation?: (() => void) | undefined;
|
|
20
|
+
reset?: (() => void) | undefined;
|
|
15
21
|
}[]>;
|
|
22
|
+
clearAll: () => void;
|
|
23
|
+
resetAll: () => void;
|
|
16
24
|
};
|
|
17
25
|
/**
|
|
18
26
|
* Hook pour les composants enfants qui doivent s'enregistrer auprès du formulaire parent
|
|
@@ -21,4 +29,6 @@ export declare function useFormValidation(): {
|
|
|
21
29
|
export declare function useValidatableComponent(): {
|
|
22
30
|
register: (component: ValidatableComponent) => void;
|
|
23
31
|
unregister: (component: ValidatableComponent) => void;
|
|
32
|
+
clearAll: () => void;
|
|
33
|
+
resetAll: () => void;
|
|
24
34
|
};
|
|
@@ -11,7 +11,15 @@
|
|
|
11
11
|
* return isValid
|
|
12
12
|
* }
|
|
13
13
|
*
|
|
14
|
+
* const clearValidation = () => {
|
|
15
|
+
* // Logique de nettoyage de la validation
|
|
16
|
+
* }
|
|
17
|
+
*
|
|
18
|
+
* const reset = () => {
|
|
19
|
+
* // Logique de réinitialisation
|
|
20
|
+
* }
|
|
21
|
+
*
|
|
14
22
|
* // Enregistrer le composant auprès du formulaire parent
|
|
15
|
-
* useValidatable(validateOnSubmit)
|
|
23
|
+
* useValidatable(validateOnSubmit, clearValidation, reset)
|
|
16
24
|
*/
|
|
17
|
-
export declare function useValidatable(validateMethod: () => Promise<boolean> | boolean): void;
|
|
25
|
+
export declare function useValidatable(validateMethod: () => Promise<boolean> | boolean, clearValidation?: () => void, reset?: () => void): void;
|
package/dist/design-system-v3.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a1 as i, an as o, ap as r, ao as l, aq as t, ar as n, as as p, at as b, au as d, av as m, aw as A, ay as c, aA as u, ax as F, az as S, aB as g, aC as B, aD as T, aE as y, aF as C, aG as L, aH as D, aI as P, aJ as M, aK as k, aL as N, aM as f, aN as h, aO as H, aP as I, aQ as R, aR as x, aS as E, aT as V, aU as v, aV as U, aW as G, aX as w, aY as K, aZ as W, a_ as q, a$ as z, b0 as _, b1 as O, b2 as X, b3 as Y, b4 as j, b5 as J, b6 as Q, b7 as Z, b8 as $, b9 as aa, ba as ea, bb as sa, bc as ia, bd as oa, be as ra, bf as la, bg as ta, B as na, q as pa, R as ba, a2 as da, a3 as ma, C as Aa, ac as ca, ad as ua, ae as Fa, af as Sa, r as ga, a4 as Ba, a5 as Ta, a6 as ya, D as Ca, v as La, ag as Da, s as Pa, bw as Ma, ak as ka, E as Na, a7 as fa, a8 as ha, w as Ha, $ as Ia, a0 as Ra, F as xa, t as Ea, H as Va, b as va, c as Ua, d as Ga, e as wa, f as Ka, g as Wa, l as qa, h as za, i as _a, br as Oa, L as Xa, bT as Ya, a9 as ja, aa as Ja, al as Qa, bq as Za, N as $a, am as ae, ah as ee, bv as se, k as ie, W as oe, x as re, P as le, z as te, A as ne, ai as pe, G as be, I as de, bi as me, m as Ae, n as ce, bh as ue, j as Fe, aj as Se, J as ge, K as Be, V as Te, ab as ye, M as Ce, o as Le, S as De, X as Pe, Y as Me, p as ke, O as Ne, a as fe, Z as he, T as He, Q as Ie, bj as Re, bk as xe, U as Ee, bU as Ve, bs as ve, bt as Ue, bV as Ge, c3 as we, c5 as Ke, bz as We, c4 as qe, bW as ze, y as _e, b_ as Oe, b$ as Xe, c0 as Ye, bB as je, bA as Je, bR as Qe, c2 as Ze, bC as $e, bQ as as, bP as es, bD as ss, bE as is, bu as os, bF as rs, bK as ls, bJ as ts, bG as ns, bI as ps, bH as bs, bM as ds, bL as ms, bO as As, bN as cs, c1 as us, bX as Fs, bY as Ss, bZ as gs, bS as Bs, u as Ts, bl as ys, bm as Cs, by as Ls, bo as Ds, bn as Ps, bx as Ms, bp as ks } from "./main-DISHlqcd.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
i as Accordion,
|
|
@@ -20,16 +20,16 @@ export {
|
|
|
20
20
|
B as AmeliproCheckboxGroup,
|
|
21
21
|
T as AmeliproChips,
|
|
22
22
|
y as AmeliproClickableTile,
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
C as AmeliproContentLayout,
|
|
24
|
+
L as AmeliproCopyBtn,
|
|
25
25
|
D as AmeliproCustomSelector,
|
|
26
26
|
P as AmeliproDentalChart,
|
|
27
27
|
M as AmeliproDialog,
|
|
28
28
|
k as AmeliproDisclosure,
|
|
29
29
|
N as AmeliproErrorTemplate,
|
|
30
30
|
f as AmeliproFilePreview,
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
h as AmeliproFirstLogin,
|
|
32
|
+
H as AmeliproFooter,
|
|
33
33
|
I as AmeliproHeader,
|
|
34
34
|
R as AmeliproIcon,
|
|
35
35
|
x as AmeliproIconBtn,
|
|
@@ -62,129 +62,130 @@ export {
|
|
|
62
62
|
ta as AmeliproTransmission,
|
|
63
63
|
na as BackBtn,
|
|
64
64
|
pa as BackToTopBtn,
|
|
65
|
-
ba as
|
|
66
|
-
da as
|
|
67
|
-
ma as
|
|
68
|
-
Aa as
|
|
69
|
-
ca as
|
|
70
|
-
ua as
|
|
71
|
-
Fa as
|
|
72
|
-
Sa as
|
|
73
|
-
ga as
|
|
74
|
-
Ba as
|
|
75
|
-
Ta as
|
|
76
|
-
ya as
|
|
65
|
+
ba as Captcha,
|
|
66
|
+
da as ChipList,
|
|
67
|
+
ma as CollapsibleList,
|
|
68
|
+
Aa as ContextualMenu,
|
|
69
|
+
ca as CookieBanner,
|
|
70
|
+
ua as CookiesInformation,
|
|
71
|
+
Fa as CookiesSelection,
|
|
72
|
+
Sa as CookiesTable,
|
|
73
|
+
ga as CopyBtn,
|
|
74
|
+
Ba as DataList,
|
|
75
|
+
Ta as DataListGroup,
|
|
76
|
+
ya as DataListItem,
|
|
77
|
+
Ca as DatePicker,
|
|
77
78
|
La as DiacriticPicker,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
79
|
+
Da as DialogBox,
|
|
80
|
+
Pa as DownloadBtn,
|
|
81
|
+
Ma as EMAIL_REGEXP,
|
|
82
|
+
ka as ErrorPage,
|
|
83
|
+
Na as ExternalLinks,
|
|
84
|
+
fa as FileList,
|
|
85
|
+
ha as FilePreview,
|
|
85
86
|
Ha as FileUpload,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
87
|
+
Ia as FilterInline,
|
|
88
|
+
Ra as FilterSideBar,
|
|
89
|
+
xa as FooterBar,
|
|
90
|
+
Ea as FranceConnectBtn,
|
|
91
|
+
Va as HeaderBar,
|
|
92
|
+
va as HeaderBurgerMenu,
|
|
93
|
+
Ua as HeaderLoading,
|
|
94
|
+
Ga as HeaderLogo,
|
|
95
|
+
wa as HeaderMenuBtn,
|
|
96
|
+
Ka as HeaderMenuItem,
|
|
97
|
+
Wa as HeaderMenuSection,
|
|
98
|
+
qa as HeaderNavigationBar,
|
|
99
|
+
za as HeaderSubMenu,
|
|
100
|
+
_a as HeaderToolbar,
|
|
101
|
+
Oa as KEY_LENGTH,
|
|
102
|
+
Xa as LangBtn,
|
|
103
|
+
Ya as LocalStorageUtility,
|
|
104
|
+
ja as Logo,
|
|
105
|
+
Ja as LogoBrandSection,
|
|
106
|
+
Qa as MaintenancePage,
|
|
107
|
+
Za as NUMBER_LENGTH,
|
|
108
|
+
$a as NirField,
|
|
109
|
+
ae as NotFoundPage,
|
|
110
|
+
ee as NotificationBar,
|
|
111
|
+
se as NotificationService,
|
|
112
|
+
ie as PageContainer,
|
|
113
|
+
oe as PaginatedTable,
|
|
114
|
+
re as PasswordField,
|
|
115
|
+
le as PeriodField,
|
|
116
|
+
te as PhoneField,
|
|
117
|
+
ne as RangeField,
|
|
118
|
+
pe as RatingPicker,
|
|
119
|
+
be as SearchListField,
|
|
120
|
+
de as SelectBtnField,
|
|
121
|
+
me as ServiceMenu,
|
|
122
|
+
Ae as SkipLink,
|
|
123
|
+
ce as SocialMediaLinks,
|
|
124
|
+
ue as StructureMenu,
|
|
125
|
+
Fe as SubHeader,
|
|
126
|
+
Se as SyAlert,
|
|
127
|
+
ge as SyBtnSelect,
|
|
128
|
+
Be as SyCheckbox,
|
|
129
|
+
Te as SyForm,
|
|
130
|
+
ye as SyIcon,
|
|
131
|
+
Ce as SyInputSelect,
|
|
131
132
|
Le as SyPagination,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
133
|
+
De as SySelect,
|
|
134
|
+
Pe as SyServerTable,
|
|
135
|
+
Me as SyTable,
|
|
136
|
+
ke as SyTabs,
|
|
137
|
+
Ne as SyTextArea,
|
|
138
|
+
fe as SyTextField,
|
|
139
|
+
he as TableToolbar,
|
|
139
140
|
He as ToolbarContainer,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
141
|
+
Ie as UploadWorkflow,
|
|
142
|
+
Re as UserInformationSummary,
|
|
143
|
+
xe as UserMenu,
|
|
144
|
+
Ee as UserMenuBtn,
|
|
145
|
+
Ve as calcHumanFileSize,
|
|
146
|
+
ve as checkNIR,
|
|
147
|
+
Ue as computeNIRKey,
|
|
148
|
+
Ge as convertToUnit,
|
|
149
|
+
we as copyToClipboard,
|
|
150
|
+
Ke as deepCopy,
|
|
151
|
+
We as doMatchPatternFn,
|
|
152
|
+
qe as downloadFile,
|
|
153
|
+
ze as formatDate,
|
|
154
|
+
_e as indicatifs,
|
|
155
|
+
Oe as isDateAfter,
|
|
156
|
+
Xe as isDateBefore,
|
|
157
|
+
Ye as isDateInRange,
|
|
158
|
+
je as isDateValid,
|
|
159
|
+
Je as isDateValidFn,
|
|
160
|
+
Qe as isDateValidUtil,
|
|
161
|
+
Ze as isEmailValid,
|
|
162
|
+
$e as isExactLengthFn,
|
|
163
|
+
as as isHolidayDay,
|
|
164
|
+
es as isHolidayDayFn,
|
|
165
|
+
ss as isMaxLengthFn,
|
|
166
|
+
is as isMinLengthFn,
|
|
167
|
+
os as isNIRKeyValid,
|
|
168
|
+
rs as isNotAfterDateFn,
|
|
169
|
+
ls as isNotAfterToday,
|
|
170
|
+
ts as isNotAfterTodayFn,
|
|
171
|
+
ns as isNotBeforeDateFn,
|
|
172
|
+
ps as isNotBeforeToday,
|
|
173
|
+
bs as isNotBeforeTodayFn,
|
|
174
|
+
ds as isRequired,
|
|
175
|
+
ms as isRequiredFn,
|
|
176
|
+
As as isValidEmail,
|
|
177
|
+
cs as isValidEmailFn,
|
|
178
|
+
us as isWeekend,
|
|
179
|
+
Fs as parseDate,
|
|
180
|
+
Ss as propValidator,
|
|
181
|
+
gs as ruleMessage,
|
|
182
|
+
Bs as throttleDisplayFn,
|
|
183
|
+
Ts as useDateFormat,
|
|
184
|
+
ys as useFieldValidation,
|
|
185
|
+
Cs as useNotificationService,
|
|
185
186
|
Ls as usePagination,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
187
|
+
Ds as useValidatable,
|
|
188
|
+
Ps as useValidation,
|
|
189
|
+
Ms as useWidthable,
|
|
190
|
+
ks as vRgaaSvgFix
|
|
190
191
|
};
|