cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.5
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 +9 -6
- package/es/packages/big-table/src/BigTable.vue.d.ts +10 -22
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +36 -13
- package/es/packages/big-table/src/bigTableEmits2.mjs +2 -1
- 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 +20 -5
- 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 +35 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -49
- package/es/packages/select-person/src/utils/index.d.ts +4 -4
- package/es/packages/select-person/src/utils/index2.mjs +17 -3
- 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
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.clearfix:after {
|
|
2
|
-
visibility: hidden;
|
|
3
|
-
display: block;
|
|
4
|
-
font-size: 0;
|
|
5
|
-
content: " ";
|
|
6
|
-
clear: both;
|
|
7
|
-
height: 0;
|
|
8
|
-
}
|
|
9
|
-
.containers {
|
|
10
|
-
position: absolute;
|
|
11
|
-
background-color: #fff;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
min-height: 300px;
|
|
14
|
-
height: 100%;
|
|
15
|
-
width: 100%;
|
|
16
|
-
.canvas {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
}
|
|
20
|
-
.bjs-powered-by {
|
|
21
|
-
display: none !important;
|
|
22
|
-
}
|
|
23
|
-
.djs-element .djs-hit-all {
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
.djs-bpmn-shape-node {
|
|
27
|
-
cursor: pointer;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
.clearfix:after {
|
|
2
|
+
visibility: hidden;
|
|
3
|
+
display: block;
|
|
4
|
+
font-size: 0;
|
|
5
|
+
content: " ";
|
|
6
|
+
clear: both;
|
|
7
|
+
height: 0;
|
|
8
|
+
}
|
|
9
|
+
.containers {
|
|
10
|
+
position: absolute;
|
|
11
|
+
background-color: #fff;
|
|
12
|
+
overflow-y: auto;
|
|
13
|
+
min-height: 300px;
|
|
14
|
+
height: 100%;
|
|
15
|
+
width: 100%;
|
|
16
|
+
.canvas {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
}
|
|
20
|
+
.bjs-powered-by {
|
|
21
|
+
display: none !important;
|
|
22
|
+
}
|
|
23
|
+
.djs-element .djs-hit-all {
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
.djs-bpmn-shape-node {
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -412,6 +412,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
412
412
|
readonly showArrow: BooleanConstructor;
|
|
413
413
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
|
|
414
414
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
|
|
415
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
|
|
416
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
415
417
|
readonly labelField: {
|
|
416
418
|
readonly type: StringConstructor;
|
|
417
419
|
readonly default: "label";
|
|
@@ -538,10 +540,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
538
540
|
opacity5: string;
|
|
539
541
|
dividerColor: string;
|
|
540
542
|
borderColor: string;
|
|
541
|
-
|
|
543
|
+
closeIconColor: string;
|
|
544
|
+
closeIconColorHover: string;
|
|
545
|
+
closeIconColorPressed: string;
|
|
542
546
|
closeColorHover: string;
|
|
543
547
|
closeColorPressed: string;
|
|
544
|
-
closeColorDisabled: string;
|
|
545
548
|
clearColor: string;
|
|
546
549
|
clearColorHover: string;
|
|
547
550
|
clearColorPressed: string;
|
|
@@ -923,6 +926,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
923
926
|
readonly showArrow: BooleanConstructor;
|
|
924
927
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
|
|
925
928
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
|
|
929
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
|
|
930
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
926
931
|
readonly labelField: {
|
|
927
932
|
readonly type: StringConstructor;
|
|
928
933
|
readonly default: "label";
|
|
@@ -1007,36 +1012,36 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1007
1012
|
readonly minWidth: NumberConstructor;
|
|
1008
1013
|
readonly maxWidth: NumberConstructor;
|
|
1009
1014
|
}>>, {
|
|
1010
|
-
size: "small" | "medium" | "large" | "huge";
|
|
1011
|
-
show: boolean | undefined;
|
|
1012
|
-
flip: boolean;
|
|
1013
|
-
width: number | "trigger";
|
|
1014
|
-
disabled: boolean;
|
|
1015
|
-
duration: number;
|
|
1016
|
-
to: string | boolean | HTMLElement;
|
|
1017
|
-
options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
|
|
1018
|
-
raw: boolean;
|
|
1019
|
-
placement: import("vueuc").FollowerPlacement;
|
|
1020
|
-
overlap: boolean;
|
|
1021
|
-
keyField: string;
|
|
1022
|
-
scrollable: boolean;
|
|
1023
|
-
trigger: import("naive-ui").PopoverTrigger;
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1015
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
1016
|
+
readonly show: boolean | undefined;
|
|
1017
|
+
readonly flip: boolean;
|
|
1018
|
+
readonly width: number | "trigger";
|
|
1019
|
+
readonly disabled: boolean;
|
|
1020
|
+
readonly duration: number;
|
|
1021
|
+
readonly to: string | boolean | HTMLElement;
|
|
1022
|
+
readonly options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
|
|
1023
|
+
readonly raw: boolean;
|
|
1024
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
1025
|
+
readonly overlap: boolean;
|
|
1026
|
+
readonly keyField: string;
|
|
1027
|
+
readonly scrollable: boolean;
|
|
1028
|
+
readonly trigger: import("naive-ui").PopoverTrigger;
|
|
1029
|
+
readonly labelField: string;
|
|
1030
|
+
readonly showArrow: boolean;
|
|
1031
|
+
readonly delay: number;
|
|
1032
|
+
readonly arrowPointToCenter: boolean;
|
|
1033
|
+
readonly displayDirective: "show" | "if";
|
|
1034
|
+
readonly keepAliveOnHover: boolean;
|
|
1035
|
+
readonly animated: boolean;
|
|
1036
|
+
readonly internalTrapFocus: boolean;
|
|
1037
|
+
readonly defaultShow: boolean;
|
|
1038
|
+
readonly internalSyncTargetWithParent: boolean;
|
|
1039
|
+
readonly internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
|
|
1040
|
+
readonly internalExtraClass: string[];
|
|
1041
|
+
readonly arrow: boolean | undefined;
|
|
1042
|
+
readonly childrenField: string;
|
|
1043
|
+
readonly keyboard: boolean;
|
|
1044
|
+
readonly inverted: boolean;
|
|
1040
1045
|
}>;
|
|
1041
1046
|
NButton: import("vue").DefineComponent<{
|
|
1042
1047
|
readonly color: StringConstructor;
|
|
@@ -2411,26 +2416,26 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2411
2416
|
rippleDuration: string;
|
|
2412
2417
|
}, any>>>;
|
|
2413
2418
|
}>>, {
|
|
2414
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2415
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2416
|
-
block: boolean;
|
|
2417
|
-
round: boolean;
|
|
2418
|
-
dashed: boolean;
|
|
2419
|
-
text: boolean;
|
|
2420
|
-
circle: boolean;
|
|
2421
|
-
disabled: boolean;
|
|
2422
|
-
focusable: boolean;
|
|
2423
|
-
strong: boolean;
|
|
2424
|
-
loading: boolean;
|
|
2425
|
-
bordered: boolean;
|
|
2426
|
-
tertiary: boolean;
|
|
2427
|
-
ghost: boolean;
|
|
2428
|
-
keyboard: boolean;
|
|
2429
|
-
secondary: boolean;
|
|
2430
|
-
quaternary: boolean;
|
|
2431
|
-
iconPlacement: "left" | "right";
|
|
2432
|
-
attrType: "button" | "reset" | "submit";
|
|
2433
|
-
nativeFocusBehavior: boolean;
|
|
2419
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2420
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2421
|
+
readonly block: boolean;
|
|
2422
|
+
readonly round: boolean;
|
|
2423
|
+
readonly dashed: boolean;
|
|
2424
|
+
readonly text: boolean;
|
|
2425
|
+
readonly circle: boolean;
|
|
2426
|
+
readonly disabled: boolean;
|
|
2427
|
+
readonly focusable: boolean;
|
|
2428
|
+
readonly strong: boolean;
|
|
2429
|
+
readonly loading: boolean;
|
|
2430
|
+
readonly bordered: boolean;
|
|
2431
|
+
readonly tertiary: boolean;
|
|
2432
|
+
readonly ghost: boolean;
|
|
2433
|
+
readonly keyboard: boolean;
|
|
2434
|
+
readonly secondary: boolean;
|
|
2435
|
+
readonly quaternary: boolean;
|
|
2436
|
+
readonly iconPlacement: "left" | "right";
|
|
2437
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2438
|
+
readonly nativeFocusBehavior: boolean;
|
|
2434
2439
|
}>;
|
|
2435
2440
|
NIcon: import("vue").DefineComponent<{
|
|
2436
2441
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -3917,26 +3922,26 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3917
3922
|
rippleDuration: string;
|
|
3918
3923
|
}, any>>>;
|
|
3919
3924
|
}>>, {
|
|
3920
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3921
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3922
|
-
block: boolean;
|
|
3923
|
-
round: boolean;
|
|
3924
|
-
dashed: boolean;
|
|
3925
|
-
text: boolean;
|
|
3926
|
-
circle: boolean;
|
|
3927
|
-
disabled: boolean;
|
|
3928
|
-
focusable: boolean;
|
|
3929
|
-
strong: boolean;
|
|
3930
|
-
loading: boolean;
|
|
3931
|
-
bordered: boolean;
|
|
3932
|
-
tertiary: boolean;
|
|
3933
|
-
ghost: boolean;
|
|
3934
|
-
keyboard: boolean;
|
|
3935
|
-
secondary: boolean;
|
|
3936
|
-
quaternary: boolean;
|
|
3937
|
-
iconPlacement: "left" | "right";
|
|
3938
|
-
attrType: "button" | "reset" | "submit";
|
|
3939
|
-
nativeFocusBehavior: boolean;
|
|
3925
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3926
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3927
|
+
readonly block: boolean;
|
|
3928
|
+
readonly round: boolean;
|
|
3929
|
+
readonly dashed: boolean;
|
|
3930
|
+
readonly text: boolean;
|
|
3931
|
+
readonly circle: boolean;
|
|
3932
|
+
readonly disabled: boolean;
|
|
3933
|
+
readonly focusable: boolean;
|
|
3934
|
+
readonly strong: boolean;
|
|
3935
|
+
readonly loading: boolean;
|
|
3936
|
+
readonly bordered: boolean;
|
|
3937
|
+
readonly tertiary: boolean;
|
|
3938
|
+
readonly ghost: boolean;
|
|
3939
|
+
readonly keyboard: boolean;
|
|
3940
|
+
readonly secondary: boolean;
|
|
3941
|
+
readonly quaternary: boolean;
|
|
3942
|
+
readonly iconPlacement: "left" | "right";
|
|
3943
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3944
|
+
readonly nativeFocusBehavior: boolean;
|
|
3940
3945
|
}>;
|
|
3941
3946
|
NModal: import("vue").DefineComponent<{
|
|
3942
3947
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -4048,9 +4053,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4048
4053
|
titleTextColor: string;
|
|
4049
4054
|
textColor: string;
|
|
4050
4055
|
color: string;
|
|
4051
|
-
closeColor: string;
|
|
4052
4056
|
closeColorHover: string;
|
|
4053
4057
|
closeColorPressed: string;
|
|
4058
|
+
closeIconColor: string;
|
|
4059
|
+
closeIconColorHover: string;
|
|
4060
|
+
closeIconColorPressed: string;
|
|
4061
|
+
closeBorderRadius: string;
|
|
4054
4062
|
iconColor: string;
|
|
4055
4063
|
iconColorInfo: string;
|
|
4056
4064
|
iconColorSuccess: string;
|
|
@@ -4066,6 +4074,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4066
4074
|
iconMargin: string;
|
|
4067
4075
|
iconMarginIconTop: string;
|
|
4068
4076
|
closeSize: string;
|
|
4077
|
+
closeIconSize: string;
|
|
4069
4078
|
closeMargin: string;
|
|
4070
4079
|
closeMarginIconTop: string;
|
|
4071
4080
|
}, {
|
|
@@ -4286,9 +4295,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4286
4295
|
borderColor: string;
|
|
4287
4296
|
actionColor: string;
|
|
4288
4297
|
titleFontWeight: string;
|
|
4289
|
-
closeColor: string;
|
|
4290
4298
|
closeColorHover: string;
|
|
4291
4299
|
closeColorPressed: string;
|
|
4300
|
+
closeBorderRadius: string;
|
|
4301
|
+
closeIconColor: string;
|
|
4302
|
+
closeIconColorHover: string;
|
|
4303
|
+
closeIconColorPressed: string;
|
|
4292
4304
|
fontSizeSmall: string;
|
|
4293
4305
|
fontSizeMedium: string;
|
|
4294
4306
|
fontSizeLarge: string;
|
|
@@ -4303,6 +4315,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4303
4315
|
titleFontSizeMedium: string;
|
|
4304
4316
|
titleFontSizeLarge: string;
|
|
4305
4317
|
titleFontSizeHuge: string;
|
|
4318
|
+
closeIconSize: string;
|
|
4306
4319
|
closeSize: string;
|
|
4307
4320
|
}, any>;
|
|
4308
4321
|
}>>;
|
|
@@ -4322,9 +4335,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4322
4335
|
titleTextColor: string;
|
|
4323
4336
|
textColor: string;
|
|
4324
4337
|
color: string;
|
|
4325
|
-
closeColor: string;
|
|
4326
4338
|
closeColorHover: string;
|
|
4327
4339
|
closeColorPressed: string;
|
|
4340
|
+
closeIconColor: string;
|
|
4341
|
+
closeIconColorHover: string;
|
|
4342
|
+
closeIconColorPressed: string;
|
|
4343
|
+
closeBorderRadius: string;
|
|
4328
4344
|
iconColor: string;
|
|
4329
4345
|
iconColorInfo: string;
|
|
4330
4346
|
iconColorSuccess: string;
|
|
@@ -4340,6 +4356,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4340
4356
|
iconMargin: string;
|
|
4341
4357
|
iconMarginIconTop: string;
|
|
4342
4358
|
closeSize: string;
|
|
4359
|
+
closeIconSize: string;
|
|
4343
4360
|
closeMargin: string;
|
|
4344
4361
|
closeMarginIconTop: string;
|
|
4345
4362
|
}, {
|
|
@@ -4560,9 +4577,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4560
4577
|
borderColor: string;
|
|
4561
4578
|
actionColor: string;
|
|
4562
4579
|
titleFontWeight: string;
|
|
4563
|
-
closeColor: string;
|
|
4564
4580
|
closeColorHover: string;
|
|
4565
4581
|
closeColorPressed: string;
|
|
4582
|
+
closeBorderRadius: string;
|
|
4583
|
+
closeIconColor: string;
|
|
4584
|
+
closeIconColorHover: string;
|
|
4585
|
+
closeIconColorPressed: string;
|
|
4566
4586
|
fontSizeSmall: string;
|
|
4567
4587
|
fontSizeMedium: string;
|
|
4568
4588
|
fontSizeLarge: string;
|
|
@@ -4577,6 +4597,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4577
4597
|
titleFontSizeMedium: string;
|
|
4578
4598
|
titleFontSizeLarge: string;
|
|
4579
4599
|
titleFontSizeHuge: string;
|
|
4600
|
+
closeIconSize: string;
|
|
4580
4601
|
closeSize: string;
|
|
4581
4602
|
}, any>;
|
|
4582
4603
|
}>>>;
|
|
@@ -4596,9 +4617,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4596
4617
|
titleTextColor: string;
|
|
4597
4618
|
textColor: string;
|
|
4598
4619
|
color: string;
|
|
4599
|
-
closeColor: string;
|
|
4600
4620
|
closeColorHover: string;
|
|
4601
4621
|
closeColorPressed: string;
|
|
4622
|
+
closeIconColor: string;
|
|
4623
|
+
closeIconColorHover: string;
|
|
4624
|
+
closeIconColorPressed: string;
|
|
4625
|
+
closeBorderRadius: string;
|
|
4602
4626
|
iconColor: string;
|
|
4603
4627
|
iconColorInfo: string;
|
|
4604
4628
|
iconColorSuccess: string;
|
|
@@ -4614,6 +4638,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4614
4638
|
iconMargin: string;
|
|
4615
4639
|
iconMarginIconTop: string;
|
|
4616
4640
|
closeSize: string;
|
|
4641
|
+
closeIconSize: string;
|
|
4617
4642
|
closeMargin: string;
|
|
4618
4643
|
closeMarginIconTop: string;
|
|
4619
4644
|
}, {
|
|
@@ -4834,9 +4859,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4834
4859
|
borderColor: string;
|
|
4835
4860
|
actionColor: string;
|
|
4836
4861
|
titleFontWeight: string;
|
|
4837
|
-
closeColor: string;
|
|
4838
4862
|
closeColorHover: string;
|
|
4839
4863
|
closeColorPressed: string;
|
|
4864
|
+
closeBorderRadius: string;
|
|
4865
|
+
closeIconColor: string;
|
|
4866
|
+
closeIconColorHover: string;
|
|
4867
|
+
closeIconColorPressed: string;
|
|
4840
4868
|
fontSizeSmall: string;
|
|
4841
4869
|
fontSizeMedium: string;
|
|
4842
4870
|
fontSizeLarge: string;
|
|
@@ -4851,6 +4879,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4851
4879
|
titleFontSizeMedium: string;
|
|
4852
4880
|
titleFontSizeLarge: string;
|
|
4853
4881
|
titleFontSizeHuge: string;
|
|
4882
|
+
closeIconSize: string;
|
|
4854
4883
|
closeSize: string;
|
|
4855
4884
|
}, any>;
|
|
4856
4885
|
}>>>;
|
|
@@ -4986,9 +5015,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4986
5015
|
titleTextColor: string;
|
|
4987
5016
|
textColor: string;
|
|
4988
5017
|
color: string;
|
|
4989
|
-
closeColor: string;
|
|
4990
5018
|
closeColorHover: string;
|
|
4991
5019
|
closeColorPressed: string;
|
|
5020
|
+
closeIconColor: string;
|
|
5021
|
+
closeIconColorHover: string;
|
|
5022
|
+
closeIconColorPressed: string;
|
|
5023
|
+
closeBorderRadius: string;
|
|
4992
5024
|
iconColor: string;
|
|
4993
5025
|
iconColorInfo: string;
|
|
4994
5026
|
iconColorSuccess: string;
|
|
@@ -5004,6 +5036,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5004
5036
|
iconMargin: string;
|
|
5005
5037
|
iconMarginIconTop: string;
|
|
5006
5038
|
closeSize: string;
|
|
5039
|
+
closeIconSize: string;
|
|
5007
5040
|
closeMargin: string;
|
|
5008
5041
|
closeMarginIconTop: string;
|
|
5009
5042
|
}, {
|
|
@@ -5224,9 +5257,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5224
5257
|
borderColor: string;
|
|
5225
5258
|
actionColor: string;
|
|
5226
5259
|
titleFontWeight: string;
|
|
5227
|
-
closeColor: string;
|
|
5228
5260
|
closeColorHover: string;
|
|
5229
5261
|
closeColorPressed: string;
|
|
5262
|
+
closeBorderRadius: string;
|
|
5263
|
+
closeIconColor: string;
|
|
5264
|
+
closeIconColorHover: string;
|
|
5265
|
+
closeIconColorPressed: string;
|
|
5230
5266
|
fontSizeSmall: string;
|
|
5231
5267
|
fontSizeMedium: string;
|
|
5232
5268
|
fontSizeLarge: string;
|
|
@@ -5241,6 +5277,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5241
5277
|
titleFontSizeMedium: string;
|
|
5242
5278
|
titleFontSizeLarge: string;
|
|
5243
5279
|
titleFontSizeHuge: string;
|
|
5280
|
+
closeIconSize: string;
|
|
5244
5281
|
closeSize: string;
|
|
5245
5282
|
}, any>;
|
|
5246
5283
|
}>>;
|
|
@@ -5260,9 +5297,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5260
5297
|
titleTextColor: string;
|
|
5261
5298
|
textColor: string;
|
|
5262
5299
|
color: string;
|
|
5263
|
-
closeColor: string;
|
|
5264
5300
|
closeColorHover: string;
|
|
5265
5301
|
closeColorPressed: string;
|
|
5302
|
+
closeIconColor: string;
|
|
5303
|
+
closeIconColorHover: string;
|
|
5304
|
+
closeIconColorPressed: string;
|
|
5305
|
+
closeBorderRadius: string;
|
|
5266
5306
|
iconColor: string;
|
|
5267
5307
|
iconColorInfo: string;
|
|
5268
5308
|
iconColorSuccess: string;
|
|
@@ -5278,6 +5318,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5278
5318
|
iconMargin: string;
|
|
5279
5319
|
iconMarginIconTop: string;
|
|
5280
5320
|
closeSize: string;
|
|
5321
|
+
closeIconSize: string;
|
|
5281
5322
|
closeMargin: string;
|
|
5282
5323
|
closeMarginIconTop: string;
|
|
5283
5324
|
}, {
|
|
@@ -5498,9 +5539,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5498
5539
|
borderColor: string;
|
|
5499
5540
|
actionColor: string;
|
|
5500
5541
|
titleFontWeight: string;
|
|
5501
|
-
closeColor: string;
|
|
5502
5542
|
closeColorHover: string;
|
|
5503
5543
|
closeColorPressed: string;
|
|
5544
|
+
closeBorderRadius: string;
|
|
5545
|
+
closeIconColor: string;
|
|
5546
|
+
closeIconColorHover: string;
|
|
5547
|
+
closeIconColorPressed: string;
|
|
5504
5548
|
fontSizeSmall: string;
|
|
5505
5549
|
fontSizeMedium: string;
|
|
5506
5550
|
fontSizeLarge: string;
|
|
@@ -5515,6 +5559,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5515
5559
|
titleFontSizeMedium: string;
|
|
5516
5560
|
titleFontSizeLarge: string;
|
|
5517
5561
|
titleFontSizeHuge: string;
|
|
5562
|
+
closeIconSize: string;
|
|
5518
5563
|
closeSize: string;
|
|
5519
5564
|
}, any>;
|
|
5520
5565
|
}>>>;
|
|
@@ -5534,9 +5579,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5534
5579
|
titleTextColor: string;
|
|
5535
5580
|
textColor: string;
|
|
5536
5581
|
color: string;
|
|
5537
|
-
closeColor: string;
|
|
5538
5582
|
closeColorHover: string;
|
|
5539
5583
|
closeColorPressed: string;
|
|
5584
|
+
closeIconColor: string;
|
|
5585
|
+
closeIconColorHover: string;
|
|
5586
|
+
closeIconColorPressed: string;
|
|
5587
|
+
closeBorderRadius: string;
|
|
5540
5588
|
iconColor: string;
|
|
5541
5589
|
iconColorInfo: string;
|
|
5542
5590
|
iconColorSuccess: string;
|
|
@@ -5552,6 +5600,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5552
5600
|
iconMargin: string;
|
|
5553
5601
|
iconMarginIconTop: string;
|
|
5554
5602
|
closeSize: string;
|
|
5603
|
+
closeIconSize: string;
|
|
5555
5604
|
closeMargin: string;
|
|
5556
5605
|
closeMarginIconTop: string;
|
|
5557
5606
|
}, {
|
|
@@ -5772,9 +5821,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5772
5821
|
borderColor: string;
|
|
5773
5822
|
actionColor: string;
|
|
5774
5823
|
titleFontWeight: string;
|
|
5775
|
-
closeColor: string;
|
|
5776
5824
|
closeColorHover: string;
|
|
5777
5825
|
closeColorPressed: string;
|
|
5826
|
+
closeBorderRadius: string;
|
|
5827
|
+
closeIconColor: string;
|
|
5828
|
+
closeIconColorHover: string;
|
|
5829
|
+
closeIconColorPressed: string;
|
|
5778
5830
|
fontSizeSmall: string;
|
|
5779
5831
|
fontSizeMedium: string;
|
|
5780
5832
|
fontSizeLarge: string;
|
|
@@ -5789,6 +5841,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5789
5841
|
titleFontSizeMedium: string;
|
|
5790
5842
|
titleFontSizeLarge: string;
|
|
5791
5843
|
titleFontSizeHuge: string;
|
|
5844
|
+
closeIconSize: string;
|
|
5792
5845
|
closeSize: string;
|
|
5793
5846
|
}, any>;
|
|
5794
5847
|
}>>>;
|
|
@@ -6069,14 +6122,14 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6069
6122
|
labelTextAlignHorizontal: string;
|
|
6070
6123
|
}, any>>>;
|
|
6071
6124
|
}>>, {
|
|
6072
|
-
inline: boolean;
|
|
6073
|
-
disabled: boolean;
|
|
6074
|
-
onSubmit: (e: Event) => void;
|
|
6075
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
6076
|
-
model: Record<string, any>;
|
|
6077
|
-
showRequireMark: boolean | undefined;
|
|
6078
|
-
showFeedback: boolean;
|
|
6079
|
-
showLabel: boolean | undefined;
|
|
6125
|
+
readonly inline: boolean;
|
|
6126
|
+
readonly disabled: boolean;
|
|
6127
|
+
readonly onSubmit: (e: Event) => void;
|
|
6128
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
6129
|
+
readonly model: Record<string, any>;
|
|
6130
|
+
readonly showRequireMark: boolean | undefined;
|
|
6131
|
+
readonly showFeedback: boolean;
|
|
6132
|
+
readonly showLabel: boolean | undefined;
|
|
6080
6133
|
}>;
|
|
6081
6134
|
NFormItem: import("vue").DefineComponent<{
|
|
6082
6135
|
readonly label: StringConstructor;
|
|
@@ -6237,9 +6290,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6237
6290
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
6238
6291
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6239
6292
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
6240
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
6241
6293
|
feedbackId: import("vue").Ref<string>;
|
|
6242
|
-
|
|
6294
|
+
renderExplains: import("vue").Ref<{
|
|
6295
|
+
key: string;
|
|
6296
|
+
render: () => import("vue").VNodeChild;
|
|
6297
|
+
}[]>;
|
|
6243
6298
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6244
6299
|
readonly label: StringConstructor;
|
|
6245
6300
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -6363,12 +6418,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6363
6418
|
labelTextAlignHorizontal: string;
|
|
6364
6419
|
}, any>>>;
|
|
6365
6420
|
}>>, {
|
|
6366
|
-
required: boolean;
|
|
6367
|
-
first: boolean;
|
|
6368
|
-
showRequireMark: boolean | undefined;
|
|
6369
|
-
showFeedback: boolean | undefined;
|
|
6370
|
-
showLabel: boolean | undefined;
|
|
6371
|
-
ignorePathChange: boolean;
|
|
6421
|
+
readonly required: boolean;
|
|
6422
|
+
readonly first: boolean;
|
|
6423
|
+
readonly showRequireMark: boolean | undefined;
|
|
6424
|
+
readonly showFeedback: boolean | undefined;
|
|
6425
|
+
readonly showLabel: boolean | undefined;
|
|
6426
|
+
readonly ignorePathChange: boolean;
|
|
6372
6427
|
}>;
|
|
6373
6428
|
NInput: import("vue").DefineComponent<{
|
|
6374
6429
|
bordered: {
|
|
@@ -6648,8 +6703,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6648
6703
|
contentRef: HTMLElement | null;
|
|
6649
6704
|
containerScrollTop: number;
|
|
6650
6705
|
syncUnifiedContainer: () => void;
|
|
6651
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6652
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6706
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6707
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6653
6708
|
sync: () => void;
|
|
6654
6709
|
handleMouseEnterWrapper: () => void;
|
|
6655
6710
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6738,10 +6793,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6738
6793
|
opacity5: string;
|
|
6739
6794
|
dividerColor: string;
|
|
6740
6795
|
borderColor: string;
|
|
6741
|
-
|
|
6796
|
+
closeIconColor: string;
|
|
6797
|
+
closeIconColorHover: string;
|
|
6798
|
+
closeIconColorPressed: string;
|
|
6742
6799
|
closeColorHover: string;
|
|
6743
6800
|
closeColorPressed: string;
|
|
6744
|
-
closeColorDisabled: string;
|
|
6745
6801
|
clearColor: string;
|
|
6746
6802
|
clearColorHover: string;
|
|
6747
6803
|
clearColorPressed: string;
|