cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -411,6 +411,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
411
411
|
readonly showArrow: BooleanConstructor;
|
|
412
412
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderLabel>;
|
|
413
413
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderIcon>;
|
|
414
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderOption>;
|
|
415
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
414
416
|
readonly labelField: {
|
|
415
417
|
readonly type: StringConstructor;
|
|
416
418
|
readonly default: "label";
|
|
@@ -537,10 +539,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
537
539
|
opacity5: string;
|
|
538
540
|
dividerColor: string;
|
|
539
541
|
borderColor: string;
|
|
540
|
-
|
|
542
|
+
closeIconColor: string;
|
|
543
|
+
closeIconColorHover: string;
|
|
544
|
+
closeIconColorPressed: string;
|
|
541
545
|
closeColorHover: string;
|
|
542
546
|
closeColorPressed: string;
|
|
543
|
-
closeColorDisabled: string;
|
|
544
547
|
clearColor: string;
|
|
545
548
|
clearColorHover: string;
|
|
546
549
|
clearColorPressed: string;
|
|
@@ -922,6 +925,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
922
925
|
readonly showArrow: BooleanConstructor;
|
|
923
926
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderLabel>;
|
|
924
927
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderIcon>;
|
|
928
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface.js").RenderOption>;
|
|
929
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
925
930
|
readonly labelField: {
|
|
926
931
|
readonly type: StringConstructor;
|
|
927
932
|
readonly default: "label";
|
|
@@ -1006,36 +1011,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1006
1011
|
readonly minWidth: NumberConstructor;
|
|
1007
1012
|
readonly maxWidth: NumberConstructor;
|
|
1008
1013
|
}>>, {
|
|
1009
|
-
size: "small" | "medium" | "large" | "huge";
|
|
1010
|
-
show: boolean | undefined;
|
|
1011
|
-
flip: boolean;
|
|
1012
|
-
width: number | "trigger";
|
|
1013
|
-
disabled: boolean;
|
|
1014
|
-
duration: number;
|
|
1015
|
-
to: string | boolean | HTMLElement;
|
|
1016
|
-
options: import("naive-ui/es/dropdown/src/interface.js").DropdownMixedOption[];
|
|
1017
|
-
raw: boolean;
|
|
1018
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
1019
|
-
overlap: boolean;
|
|
1020
|
-
keyField: string;
|
|
1021
|
-
scrollable: boolean;
|
|
1022
|
-
trigger: import("naive-ui").PopoverTrigger;
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1014
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
1015
|
+
readonly show: boolean | undefined;
|
|
1016
|
+
readonly flip: boolean;
|
|
1017
|
+
readonly width: number | "trigger";
|
|
1018
|
+
readonly disabled: boolean;
|
|
1019
|
+
readonly duration: number;
|
|
1020
|
+
readonly to: string | boolean | HTMLElement;
|
|
1021
|
+
readonly options: import("naive-ui/es/dropdown/src/interface.js").DropdownMixedOption[];
|
|
1022
|
+
readonly raw: boolean;
|
|
1023
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1024
|
+
readonly overlap: boolean;
|
|
1025
|
+
readonly keyField: string;
|
|
1026
|
+
readonly scrollable: boolean;
|
|
1027
|
+
readonly trigger: import("naive-ui").PopoverTrigger;
|
|
1028
|
+
readonly labelField: string;
|
|
1029
|
+
readonly showArrow: boolean;
|
|
1030
|
+
readonly delay: number;
|
|
1031
|
+
readonly arrowPointToCenter: boolean;
|
|
1032
|
+
readonly displayDirective: "show" | "if";
|
|
1033
|
+
readonly keepAliveOnHover: boolean;
|
|
1034
|
+
readonly animated: boolean;
|
|
1035
|
+
readonly internalTrapFocus: boolean;
|
|
1036
|
+
readonly defaultShow: boolean;
|
|
1037
|
+
readonly internalSyncTargetWithParent: boolean;
|
|
1038
|
+
readonly internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover.js").TriggerEventHandlers[];
|
|
1039
|
+
readonly internalExtraClass: string[];
|
|
1040
|
+
readonly arrow: boolean | undefined;
|
|
1041
|
+
readonly childrenField: string;
|
|
1042
|
+
readonly keyboard: boolean;
|
|
1043
|
+
readonly inverted: boolean;
|
|
1039
1044
|
}>;
|
|
1040
1045
|
NButton: import("vue").DefineComponent<{
|
|
1041
1046
|
readonly color: StringConstructor;
|
|
@@ -2410,26 +2415,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2410
2415
|
rippleDuration: string;
|
|
2411
2416
|
}, any>>>;
|
|
2412
2417
|
}>>, {
|
|
2413
|
-
type: import("naive-ui/es/button/src/interface.js").Type;
|
|
2414
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2415
|
-
block: boolean;
|
|
2416
|
-
round: boolean;
|
|
2417
|
-
dashed: boolean;
|
|
2418
|
-
text: boolean;
|
|
2419
|
-
circle: boolean;
|
|
2420
|
-
disabled: boolean;
|
|
2421
|
-
focusable: boolean;
|
|
2422
|
-
strong: boolean;
|
|
2423
|
-
loading: boolean;
|
|
2424
|
-
bordered: boolean;
|
|
2425
|
-
tertiary: boolean;
|
|
2426
|
-
ghost: boolean;
|
|
2427
|
-
keyboard: boolean;
|
|
2428
|
-
secondary: boolean;
|
|
2429
|
-
quaternary: boolean;
|
|
2430
|
-
iconPlacement: "left" | "right";
|
|
2431
|
-
attrType: "button" | "reset" | "submit";
|
|
2432
|
-
nativeFocusBehavior: boolean;
|
|
2418
|
+
readonly type: import("naive-ui/es/button/src/interface.js").Type;
|
|
2419
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2420
|
+
readonly block: boolean;
|
|
2421
|
+
readonly round: boolean;
|
|
2422
|
+
readonly dashed: boolean;
|
|
2423
|
+
readonly text: boolean;
|
|
2424
|
+
readonly circle: boolean;
|
|
2425
|
+
readonly disabled: boolean;
|
|
2426
|
+
readonly focusable: boolean;
|
|
2427
|
+
readonly strong: boolean;
|
|
2428
|
+
readonly loading: boolean;
|
|
2429
|
+
readonly bordered: boolean;
|
|
2430
|
+
readonly tertiary: boolean;
|
|
2431
|
+
readonly ghost: boolean;
|
|
2432
|
+
readonly keyboard: boolean;
|
|
2433
|
+
readonly secondary: boolean;
|
|
2434
|
+
readonly quaternary: boolean;
|
|
2435
|
+
readonly iconPlacement: "left" | "right";
|
|
2436
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2437
|
+
readonly nativeFocusBehavior: boolean;
|
|
2433
2438
|
}>;
|
|
2434
2439
|
NIcon: import("vue").DefineComponent<{
|
|
2435
2440
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon.js").Depth>;
|
|
@@ -3916,26 +3921,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3916
3921
|
rippleDuration: string;
|
|
3917
3922
|
}, any>>>;
|
|
3918
3923
|
}>>, {
|
|
3919
|
-
type: import("naive-ui/es/button/src/interface.js").Type;
|
|
3920
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3921
|
-
block: boolean;
|
|
3922
|
-
round: boolean;
|
|
3923
|
-
dashed: boolean;
|
|
3924
|
-
text: boolean;
|
|
3925
|
-
circle: boolean;
|
|
3926
|
-
disabled: boolean;
|
|
3927
|
-
focusable: boolean;
|
|
3928
|
-
strong: boolean;
|
|
3929
|
-
loading: boolean;
|
|
3930
|
-
bordered: boolean;
|
|
3931
|
-
tertiary: boolean;
|
|
3932
|
-
ghost: boolean;
|
|
3933
|
-
keyboard: boolean;
|
|
3934
|
-
secondary: boolean;
|
|
3935
|
-
quaternary: boolean;
|
|
3936
|
-
iconPlacement: "left" | "right";
|
|
3937
|
-
attrType: "button" | "reset" | "submit";
|
|
3938
|
-
nativeFocusBehavior: boolean;
|
|
3924
|
+
readonly type: import("naive-ui/es/button/src/interface.js").Type;
|
|
3925
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3926
|
+
readonly block: boolean;
|
|
3927
|
+
readonly round: boolean;
|
|
3928
|
+
readonly dashed: boolean;
|
|
3929
|
+
readonly text: boolean;
|
|
3930
|
+
readonly circle: boolean;
|
|
3931
|
+
readonly disabled: boolean;
|
|
3932
|
+
readonly focusable: boolean;
|
|
3933
|
+
readonly strong: boolean;
|
|
3934
|
+
readonly loading: boolean;
|
|
3935
|
+
readonly bordered: boolean;
|
|
3936
|
+
readonly tertiary: boolean;
|
|
3937
|
+
readonly ghost: boolean;
|
|
3938
|
+
readonly keyboard: boolean;
|
|
3939
|
+
readonly secondary: boolean;
|
|
3940
|
+
readonly quaternary: boolean;
|
|
3941
|
+
readonly iconPlacement: "left" | "right";
|
|
3942
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3943
|
+
readonly nativeFocusBehavior: boolean;
|
|
3939
3944
|
}>;
|
|
3940
3945
|
NModal: import("vue").DefineComponent<{
|
|
3941
3946
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -4047,9 +4052,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4047
4052
|
titleTextColor: string;
|
|
4048
4053
|
textColor: string;
|
|
4049
4054
|
color: string;
|
|
4050
|
-
closeColor: string;
|
|
4051
4055
|
closeColorHover: string;
|
|
4052
4056
|
closeColorPressed: string;
|
|
4057
|
+
closeIconColor: string;
|
|
4058
|
+
closeIconColorHover: string;
|
|
4059
|
+
closeIconColorPressed: string;
|
|
4060
|
+
closeBorderRadius: string;
|
|
4053
4061
|
iconColor: string;
|
|
4054
4062
|
iconColorInfo: string;
|
|
4055
4063
|
iconColorSuccess: string;
|
|
@@ -4065,6 +4073,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4065
4073
|
iconMargin: string;
|
|
4066
4074
|
iconMarginIconTop: string;
|
|
4067
4075
|
closeSize: string;
|
|
4076
|
+
closeIconSize: string;
|
|
4068
4077
|
closeMargin: string;
|
|
4069
4078
|
closeMarginIconTop: string;
|
|
4070
4079
|
}, {
|
|
@@ -4285,9 +4294,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4285
4294
|
borderColor: string;
|
|
4286
4295
|
actionColor: string;
|
|
4287
4296
|
titleFontWeight: string;
|
|
4288
|
-
closeColor: string;
|
|
4289
4297
|
closeColorHover: string;
|
|
4290
4298
|
closeColorPressed: string;
|
|
4299
|
+
closeBorderRadius: string;
|
|
4300
|
+
closeIconColor: string;
|
|
4301
|
+
closeIconColorHover: string;
|
|
4302
|
+
closeIconColorPressed: string;
|
|
4291
4303
|
fontSizeSmall: string;
|
|
4292
4304
|
fontSizeMedium: string;
|
|
4293
4305
|
fontSizeLarge: string;
|
|
@@ -4302,6 +4314,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4302
4314
|
titleFontSizeMedium: string;
|
|
4303
4315
|
titleFontSizeLarge: string;
|
|
4304
4316
|
titleFontSizeHuge: string;
|
|
4317
|
+
closeIconSize: string;
|
|
4305
4318
|
closeSize: string;
|
|
4306
4319
|
}, any>;
|
|
4307
4320
|
}>>;
|
|
@@ -4321,9 +4334,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4334
|
titleTextColor: string;
|
|
4322
4335
|
textColor: string;
|
|
4323
4336
|
color: string;
|
|
4324
|
-
closeColor: string;
|
|
4325
4337
|
closeColorHover: string;
|
|
4326
4338
|
closeColorPressed: string;
|
|
4339
|
+
closeIconColor: string;
|
|
4340
|
+
closeIconColorHover: string;
|
|
4341
|
+
closeIconColorPressed: string;
|
|
4342
|
+
closeBorderRadius: string;
|
|
4327
4343
|
iconColor: string;
|
|
4328
4344
|
iconColorInfo: string;
|
|
4329
4345
|
iconColorSuccess: string;
|
|
@@ -4339,6 +4355,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4339
4355
|
iconMargin: string;
|
|
4340
4356
|
iconMarginIconTop: string;
|
|
4341
4357
|
closeSize: string;
|
|
4358
|
+
closeIconSize: string;
|
|
4342
4359
|
closeMargin: string;
|
|
4343
4360
|
closeMarginIconTop: string;
|
|
4344
4361
|
}, {
|
|
@@ -4559,9 +4576,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4559
4576
|
borderColor: string;
|
|
4560
4577
|
actionColor: string;
|
|
4561
4578
|
titleFontWeight: string;
|
|
4562
|
-
closeColor: string;
|
|
4563
4579
|
closeColorHover: string;
|
|
4564
4580
|
closeColorPressed: string;
|
|
4581
|
+
closeBorderRadius: string;
|
|
4582
|
+
closeIconColor: string;
|
|
4583
|
+
closeIconColorHover: string;
|
|
4584
|
+
closeIconColorPressed: string;
|
|
4565
4585
|
fontSizeSmall: string;
|
|
4566
4586
|
fontSizeMedium: string;
|
|
4567
4587
|
fontSizeLarge: string;
|
|
@@ -4576,6 +4596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4576
4596
|
titleFontSizeMedium: string;
|
|
4577
4597
|
titleFontSizeLarge: string;
|
|
4578
4598
|
titleFontSizeHuge: string;
|
|
4599
|
+
closeIconSize: string;
|
|
4579
4600
|
closeSize: string;
|
|
4580
4601
|
}, any>;
|
|
4581
4602
|
}>>>;
|
|
@@ -4595,9 +4616,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4595
4616
|
titleTextColor: string;
|
|
4596
4617
|
textColor: string;
|
|
4597
4618
|
color: string;
|
|
4598
|
-
closeColor: string;
|
|
4599
4619
|
closeColorHover: string;
|
|
4600
4620
|
closeColorPressed: string;
|
|
4621
|
+
closeIconColor: string;
|
|
4622
|
+
closeIconColorHover: string;
|
|
4623
|
+
closeIconColorPressed: string;
|
|
4624
|
+
closeBorderRadius: string;
|
|
4601
4625
|
iconColor: string;
|
|
4602
4626
|
iconColorInfo: string;
|
|
4603
4627
|
iconColorSuccess: string;
|
|
@@ -4613,6 +4637,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4613
4637
|
iconMargin: string;
|
|
4614
4638
|
iconMarginIconTop: string;
|
|
4615
4639
|
closeSize: string;
|
|
4640
|
+
closeIconSize: string;
|
|
4616
4641
|
closeMargin: string;
|
|
4617
4642
|
closeMarginIconTop: string;
|
|
4618
4643
|
}, {
|
|
@@ -4833,9 +4858,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4833
4858
|
borderColor: string;
|
|
4834
4859
|
actionColor: string;
|
|
4835
4860
|
titleFontWeight: string;
|
|
4836
|
-
closeColor: string;
|
|
4837
4861
|
closeColorHover: string;
|
|
4838
4862
|
closeColorPressed: string;
|
|
4863
|
+
closeBorderRadius: string;
|
|
4864
|
+
closeIconColor: string;
|
|
4865
|
+
closeIconColorHover: string;
|
|
4866
|
+
closeIconColorPressed: string;
|
|
4839
4867
|
fontSizeSmall: string;
|
|
4840
4868
|
fontSizeMedium: string;
|
|
4841
4869
|
fontSizeLarge: string;
|
|
@@ -4850,6 +4878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4850
4878
|
titleFontSizeMedium: string;
|
|
4851
4879
|
titleFontSizeLarge: string;
|
|
4852
4880
|
titleFontSizeHuge: string;
|
|
4881
|
+
closeIconSize: string;
|
|
4853
4882
|
closeSize: string;
|
|
4854
4883
|
}, any>;
|
|
4855
4884
|
}>>>;
|
|
@@ -4985,9 +5014,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4985
5014
|
titleTextColor: string;
|
|
4986
5015
|
textColor: string;
|
|
4987
5016
|
color: string;
|
|
4988
|
-
closeColor: string;
|
|
4989
5017
|
closeColorHover: string;
|
|
4990
5018
|
closeColorPressed: string;
|
|
5019
|
+
closeIconColor: string;
|
|
5020
|
+
closeIconColorHover: string;
|
|
5021
|
+
closeIconColorPressed: string;
|
|
5022
|
+
closeBorderRadius: string;
|
|
4991
5023
|
iconColor: string;
|
|
4992
5024
|
iconColorInfo: string;
|
|
4993
5025
|
iconColorSuccess: string;
|
|
@@ -5003,6 +5035,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5003
5035
|
iconMargin: string;
|
|
5004
5036
|
iconMarginIconTop: string;
|
|
5005
5037
|
closeSize: string;
|
|
5038
|
+
closeIconSize: string;
|
|
5006
5039
|
closeMargin: string;
|
|
5007
5040
|
closeMarginIconTop: string;
|
|
5008
5041
|
}, {
|
|
@@ -5223,9 +5256,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5223
5256
|
borderColor: string;
|
|
5224
5257
|
actionColor: string;
|
|
5225
5258
|
titleFontWeight: string;
|
|
5226
|
-
closeColor: string;
|
|
5227
5259
|
closeColorHover: string;
|
|
5228
5260
|
closeColorPressed: string;
|
|
5261
|
+
closeBorderRadius: string;
|
|
5262
|
+
closeIconColor: string;
|
|
5263
|
+
closeIconColorHover: string;
|
|
5264
|
+
closeIconColorPressed: string;
|
|
5229
5265
|
fontSizeSmall: string;
|
|
5230
5266
|
fontSizeMedium: string;
|
|
5231
5267
|
fontSizeLarge: string;
|
|
@@ -5240,6 +5276,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5240
5276
|
titleFontSizeMedium: string;
|
|
5241
5277
|
titleFontSizeLarge: string;
|
|
5242
5278
|
titleFontSizeHuge: string;
|
|
5279
|
+
closeIconSize: string;
|
|
5243
5280
|
closeSize: string;
|
|
5244
5281
|
}, any>;
|
|
5245
5282
|
}>>;
|
|
@@ -5259,9 +5296,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5259
5296
|
titleTextColor: string;
|
|
5260
5297
|
textColor: string;
|
|
5261
5298
|
color: string;
|
|
5262
|
-
closeColor: string;
|
|
5263
5299
|
closeColorHover: string;
|
|
5264
5300
|
closeColorPressed: string;
|
|
5301
|
+
closeIconColor: string;
|
|
5302
|
+
closeIconColorHover: string;
|
|
5303
|
+
closeIconColorPressed: string;
|
|
5304
|
+
closeBorderRadius: string;
|
|
5265
5305
|
iconColor: string;
|
|
5266
5306
|
iconColorInfo: string;
|
|
5267
5307
|
iconColorSuccess: string;
|
|
@@ -5277,6 +5317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5277
5317
|
iconMargin: string;
|
|
5278
5318
|
iconMarginIconTop: string;
|
|
5279
5319
|
closeSize: string;
|
|
5320
|
+
closeIconSize: string;
|
|
5280
5321
|
closeMargin: string;
|
|
5281
5322
|
closeMarginIconTop: string;
|
|
5282
5323
|
}, {
|
|
@@ -5497,9 +5538,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5497
5538
|
borderColor: string;
|
|
5498
5539
|
actionColor: string;
|
|
5499
5540
|
titleFontWeight: string;
|
|
5500
|
-
closeColor: string;
|
|
5501
5541
|
closeColorHover: string;
|
|
5502
5542
|
closeColorPressed: string;
|
|
5543
|
+
closeBorderRadius: string;
|
|
5544
|
+
closeIconColor: string;
|
|
5545
|
+
closeIconColorHover: string;
|
|
5546
|
+
closeIconColorPressed: string;
|
|
5503
5547
|
fontSizeSmall: string;
|
|
5504
5548
|
fontSizeMedium: string;
|
|
5505
5549
|
fontSizeLarge: string;
|
|
@@ -5514,6 +5558,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5514
5558
|
titleFontSizeMedium: string;
|
|
5515
5559
|
titleFontSizeLarge: string;
|
|
5516
5560
|
titleFontSizeHuge: string;
|
|
5561
|
+
closeIconSize: string;
|
|
5517
5562
|
closeSize: string;
|
|
5518
5563
|
}, any>;
|
|
5519
5564
|
}>>>;
|
|
@@ -5533,9 +5578,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5533
5578
|
titleTextColor: string;
|
|
5534
5579
|
textColor: string;
|
|
5535
5580
|
color: string;
|
|
5536
|
-
closeColor: string;
|
|
5537
5581
|
closeColorHover: string;
|
|
5538
5582
|
closeColorPressed: string;
|
|
5583
|
+
closeIconColor: string;
|
|
5584
|
+
closeIconColorHover: string;
|
|
5585
|
+
closeIconColorPressed: string;
|
|
5586
|
+
closeBorderRadius: string;
|
|
5539
5587
|
iconColor: string;
|
|
5540
5588
|
iconColorInfo: string;
|
|
5541
5589
|
iconColorSuccess: string;
|
|
@@ -5551,6 +5599,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5551
5599
|
iconMargin: string;
|
|
5552
5600
|
iconMarginIconTop: string;
|
|
5553
5601
|
closeSize: string;
|
|
5602
|
+
closeIconSize: string;
|
|
5554
5603
|
closeMargin: string;
|
|
5555
5604
|
closeMarginIconTop: string;
|
|
5556
5605
|
}, {
|
|
@@ -5771,9 +5820,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5771
5820
|
borderColor: string;
|
|
5772
5821
|
actionColor: string;
|
|
5773
5822
|
titleFontWeight: string;
|
|
5774
|
-
closeColor: string;
|
|
5775
5823
|
closeColorHover: string;
|
|
5776
5824
|
closeColorPressed: string;
|
|
5825
|
+
closeBorderRadius: string;
|
|
5826
|
+
closeIconColor: string;
|
|
5827
|
+
closeIconColorHover: string;
|
|
5828
|
+
closeIconColorPressed: string;
|
|
5777
5829
|
fontSizeSmall: string;
|
|
5778
5830
|
fontSizeMedium: string;
|
|
5779
5831
|
fontSizeLarge: string;
|
|
@@ -5788,6 +5840,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5788
5840
|
titleFontSizeMedium: string;
|
|
5789
5841
|
titleFontSizeLarge: string;
|
|
5790
5842
|
titleFontSizeHuge: string;
|
|
5843
|
+
closeIconSize: string;
|
|
5791
5844
|
closeSize: string;
|
|
5792
5845
|
}, any>;
|
|
5793
5846
|
}>>>;
|
|
@@ -6068,14 +6121,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6068
6121
|
labelTextAlignHorizontal: string;
|
|
6069
6122
|
}, any>>>;
|
|
6070
6123
|
}>>, {
|
|
6071
|
-
inline: boolean;
|
|
6072
|
-
disabled: boolean;
|
|
6073
|
-
onSubmit: (e: Event) => void;
|
|
6074
|
-
labelPlacement: import("naive-ui/es/form/src/interface.js").LabelPlacement;
|
|
6075
|
-
model: Record<string, any>;
|
|
6076
|
-
showRequireMark: boolean | undefined;
|
|
6077
|
-
showFeedback: boolean;
|
|
6078
|
-
showLabel: boolean | undefined;
|
|
6124
|
+
readonly inline: boolean;
|
|
6125
|
+
readonly disabled: boolean;
|
|
6126
|
+
readonly onSubmit: (e: Event) => void;
|
|
6127
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface.js").LabelPlacement;
|
|
6128
|
+
readonly model: Record<string, any>;
|
|
6129
|
+
readonly showRequireMark: boolean | undefined;
|
|
6130
|
+
readonly showFeedback: boolean;
|
|
6131
|
+
readonly showLabel: boolean | undefined;
|
|
6079
6132
|
}>;
|
|
6080
6133
|
NFormItem: import("vue").DefineComponent<{
|
|
6081
6134
|
readonly label: StringConstructor;
|
|
@@ -6236,9 +6289,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6236
6289
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
6237
6290
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6238
6291
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
6239
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
6240
6292
|
feedbackId: import("vue").Ref<string>;
|
|
6241
|
-
|
|
6293
|
+
renderExplains: import("vue").Ref<{
|
|
6294
|
+
key: string;
|
|
6295
|
+
render: () => import("vue").VNodeChild;
|
|
6296
|
+
}[]>;
|
|
6242
6297
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6243
6298
|
readonly label: StringConstructor;
|
|
6244
6299
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -6362,12 +6417,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6362
6417
|
labelTextAlignHorizontal: string;
|
|
6363
6418
|
}, any>>>;
|
|
6364
6419
|
}>>, {
|
|
6365
|
-
required: boolean;
|
|
6366
|
-
first: boolean;
|
|
6367
|
-
showRequireMark: boolean | undefined;
|
|
6368
|
-
showFeedback: boolean | undefined;
|
|
6369
|
-
showLabel: boolean | undefined;
|
|
6370
|
-
ignorePathChange: boolean;
|
|
6420
|
+
readonly required: boolean;
|
|
6421
|
+
readonly first: boolean;
|
|
6422
|
+
readonly showRequireMark: boolean | undefined;
|
|
6423
|
+
readonly showFeedback: boolean | undefined;
|
|
6424
|
+
readonly showLabel: boolean | undefined;
|
|
6425
|
+
readonly ignorePathChange: boolean;
|
|
6371
6426
|
}>;
|
|
6372
6427
|
NInput: import("vue").DefineComponent<{
|
|
6373
6428
|
bordered: {
|
|
@@ -6647,8 +6702,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6647
6702
|
contentRef: HTMLElement | null;
|
|
6648
6703
|
containerScrollTop: number;
|
|
6649
6704
|
syncUnifiedContainer: () => void;
|
|
6650
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6651
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6705
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar.js").ScrollTo;
|
|
6706
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar.js").ScrollBy;
|
|
6652
6707
|
sync: () => void;
|
|
6653
6708
|
handleMouseEnterWrapper: () => void;
|
|
6654
6709
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6737,10 +6792,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6737
6792
|
opacity5: string;
|
|
6738
6793
|
dividerColor: string;
|
|
6739
6794
|
borderColor: string;
|
|
6740
|
-
|
|
6795
|
+
closeIconColor: string;
|
|
6796
|
+
closeIconColorHover: string;
|
|
6797
|
+
closeIconColorPressed: string;
|
|
6741
6798
|
closeColorHover: string;
|
|
6742
6799
|
closeColorPressed: string;
|
|
6743
|
-
closeColorDisabled: string;
|
|
6744
6800
|
clearColor: string;
|
|
6745
6801
|
clearColorHover: string;
|
|
6746
6802
|
clearColorPressed: string;
|
|
@@ -7,6 +7,7 @@ import moment from 'moment';
|
|
|
7
7
|
import script$1 from './components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs';
|
|
8
8
|
|
|
9
9
|
var script = /* @__PURE__ */ defineComponent({
|
|
10
|
+
name: "ButtonPrint",
|
|
10
11
|
props: {
|
|
11
12
|
btnText: {
|
|
12
13
|
type: String,
|
|
@@ -418,17 +419,17 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
418
419
|
class: "c-dropdown",
|
|
419
420
|
placement: "bottom-start",
|
|
420
421
|
trigger: "click",
|
|
421
|
-
show:
|
|
422
|
+
show: state.visible,
|
|
422
423
|
onClickoutside: handleClickOutside,
|
|
423
|
-
options
|
|
424
|
+
options,
|
|
424
425
|
onSelect: handleSelect,
|
|
425
426
|
"render-label": renderLabel
|
|
426
427
|
}, {
|
|
427
428
|
default: withCtx(() => [renderSlot(_ctx.$slots, "button", {
|
|
428
429
|
handleClickPrintBtn: handleClickBtn,
|
|
429
|
-
printSpinning:
|
|
430
|
+
printSpinning: state.spinning,
|
|
430
431
|
printbtnText: __props.btnText,
|
|
431
|
-
printVisible:
|
|
432
|
+
printVisible: state.visible
|
|
432
433
|
}, () => [createVNode(unref(NButton), {
|
|
433
434
|
class: "dropdown-button",
|
|
434
435
|
onClick: withModifiers(handleClickBtn, ["stop"])
|
|
@@ -440,8 +441,8 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
440
441
|
}, 8, ["onClick"])])]),
|
|
441
442
|
_: 3
|
|
442
443
|
}, 8, ["show", "options"]), createVNode(script$1, mergeProps({
|
|
443
|
-
modelValue:
|
|
444
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) =>
|
|
444
|
+
modelValue: state.identityVerification.visible,
|
|
445
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.identityVerification.visible = $event)
|
|
445
446
|
}, _ctx.$attrs, {
|
|
446
447
|
onSuccess: verifiySuccess
|
|
447
448
|
}), null, 16, ["modelValue"])], 64);
|