cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
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/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -236,12 +236,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
236
236
|
templateId: getTemplateIdByFormatId.value,
|
|
237
237
|
print: {
|
|
238
238
|
print: "1",
|
|
239
|
-
type: "1"
|
|
240
|
-
callback: "1"
|
|
239
|
+
type: "1"
|
|
241
240
|
},
|
|
242
241
|
params
|
|
243
242
|
};
|
|
244
|
-
printInstance.
|
|
243
|
+
printInstance.downloadPDF(queryParams).then((res) => {
|
|
245
244
|
callLocalServicesSuccessCb(res, "preview");
|
|
246
245
|
}, callLocalServicesErrorCb);
|
|
247
246
|
}).finally(() => {
|
|
@@ -32,14 +32,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
32
32
|
emit("update:modelValue", false);
|
|
33
33
|
emit("close");
|
|
34
34
|
};
|
|
35
|
+
const loading = ref(false);
|
|
35
36
|
const submit = async () => {
|
|
36
37
|
var _a;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
try {
|
|
39
|
+
loading.value = true;
|
|
40
|
+
const { data = {} } = await props.verifyUser(form) || {};
|
|
41
|
+
if (data.result !== "SUCCESS") {
|
|
42
|
+
$message.error(data.resultMsg || "\u8BF7\u6DFB\u52A0\u8EAB\u4EFD\u6821\u9A8C\u63A5\u53E3\u914D\u7F6E");
|
|
43
|
+
return false;
|
|
44
|
+
}
|
|
45
|
+
emit("success", (_a = data.map) == null ? void 0 : _a.token);
|
|
46
|
+
} finally {
|
|
47
|
+
loading.value = false;
|
|
41
48
|
}
|
|
42
|
-
emit("success", (_a = data.map) == null ? void 0 : _a.token);
|
|
43
49
|
};
|
|
44
50
|
const handleClickSubmit = () => {
|
|
45
51
|
var _a;
|
|
@@ -92,6 +98,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
92
98
|
default: withCtx(() => [
|
|
93
99
|
createVNode(unref(NInput), {
|
|
94
100
|
type: "password",
|
|
101
|
+
"input-props": { autocomplete: "on", name: "password" },
|
|
95
102
|
value: unref(form).password,
|
|
96
103
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => unref(form).password = $event),
|
|
97
104
|
placeholder: "\u8BF7\u8F93\u5165\u5BC6\u7801"
|
|
@@ -102,6 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
102
109
|
createVNode(unref(NFormItem), null, {
|
|
103
110
|
default: withCtx(() => [
|
|
104
111
|
createVNode(unref(NButton), {
|
|
112
|
+
loading: loading.value,
|
|
105
113
|
type: "primary",
|
|
106
114
|
class: "login-form-button",
|
|
107
115
|
onClick: handleClickSubmit
|
|
@@ -110,7 +118,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
110
118
|
_hoisted_2
|
|
111
119
|
]),
|
|
112
120
|
_: 1
|
|
113
|
-
})
|
|
121
|
+
}, 8, ["loading"])
|
|
114
122
|
]),
|
|
115
123
|
_: 1
|
|
116
124
|
})
|
|
@@ -39,6 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
restoreValidation: () => void;
|
|
40
40
|
} | null>;
|
|
41
41
|
handleClickClose: () => void;
|
|
42
|
+
loading: import("vue").Ref<boolean>;
|
|
42
43
|
submit: () => Promise<false | undefined>;
|
|
43
44
|
handleClickSubmit: () => void;
|
|
44
45
|
NButton: import("vue").DefineComponent<{
|
|
@@ -86,7 +87,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
87
|
readonly default: true;
|
|
87
88
|
};
|
|
88
89
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
89
|
-
readonly nativeFocusBehavior:
|
|
90
|
+
readonly nativeFocusBehavior: {
|
|
91
|
+
readonly type: BooleanConstructor;
|
|
92
|
+
readonly default: boolean;
|
|
93
|
+
};
|
|
90
94
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
91
95
|
heightTiny: string;
|
|
92
96
|
heightSmall: string;
|
|
@@ -800,7 +804,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
800
804
|
readonly default: true;
|
|
801
805
|
};
|
|
802
806
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
803
|
-
readonly nativeFocusBehavior:
|
|
807
|
+
readonly nativeFocusBehavior: {
|
|
808
|
+
readonly type: BooleanConstructor;
|
|
809
|
+
readonly default: boolean;
|
|
810
|
+
};
|
|
804
811
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
805
812
|
heightTiny: string;
|
|
806
813
|
heightSmall: string;
|
|
@@ -1414,26 +1421,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1414
1421
|
rippleDuration: string;
|
|
1415
1422
|
}, any>>>;
|
|
1416
1423
|
}>>, {
|
|
1417
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1418
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1419
|
-
block: boolean;
|
|
1420
|
-
round: boolean;
|
|
1421
|
-
dashed: boolean;
|
|
1422
|
-
text: boolean;
|
|
1423
|
-
circle: boolean;
|
|
1424
|
-
disabled: boolean;
|
|
1425
|
-
focusable: boolean;
|
|
1426
|
-
strong: boolean;
|
|
1427
|
-
loading: boolean;
|
|
1428
|
-
bordered: boolean;
|
|
1429
|
-
tertiary: boolean;
|
|
1430
|
-
ghost: boolean;
|
|
1431
|
-
keyboard: boolean;
|
|
1432
|
-
secondary: boolean;
|
|
1433
|
-
quaternary: boolean;
|
|
1434
|
-
iconPlacement: "left" | "right";
|
|
1435
|
-
attrType: "button" | "reset" | "submit";
|
|
1436
|
-
nativeFocusBehavior: boolean;
|
|
1424
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1425
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1426
|
+
readonly block: boolean;
|
|
1427
|
+
readonly round: boolean;
|
|
1428
|
+
readonly dashed: boolean;
|
|
1429
|
+
readonly text: boolean;
|
|
1430
|
+
readonly circle: boolean;
|
|
1431
|
+
readonly disabled: boolean;
|
|
1432
|
+
readonly focusable: boolean;
|
|
1433
|
+
readonly strong: boolean;
|
|
1434
|
+
readonly loading: boolean;
|
|
1435
|
+
readonly bordered: boolean;
|
|
1436
|
+
readonly tertiary: boolean;
|
|
1437
|
+
readonly ghost: boolean;
|
|
1438
|
+
readonly keyboard: boolean;
|
|
1439
|
+
readonly secondary: boolean;
|
|
1440
|
+
readonly quaternary: boolean;
|
|
1441
|
+
readonly iconPlacement: "left" | "right";
|
|
1442
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1443
|
+
readonly nativeFocusBehavior: boolean;
|
|
1437
1444
|
}>;
|
|
1438
1445
|
NModal: import("vue").DefineComponent<{
|
|
1439
1446
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1545,9 +1552,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1545
1552
|
titleTextColor: string;
|
|
1546
1553
|
textColor: string;
|
|
1547
1554
|
color: string;
|
|
1548
|
-
closeColor: string;
|
|
1549
1555
|
closeColorHover: string;
|
|
1550
1556
|
closeColorPressed: string;
|
|
1557
|
+
closeIconColor: string;
|
|
1558
|
+
closeIconColorHover: string;
|
|
1559
|
+
closeIconColorPressed: string;
|
|
1560
|
+
closeBorderRadius: string;
|
|
1551
1561
|
iconColor: string;
|
|
1552
1562
|
iconColorInfo: string;
|
|
1553
1563
|
iconColorSuccess: string;
|
|
@@ -1563,6 +1573,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1563
1573
|
iconMargin: string;
|
|
1564
1574
|
iconMarginIconTop: string;
|
|
1565
1575
|
closeSize: string;
|
|
1576
|
+
closeIconSize: string;
|
|
1566
1577
|
closeMargin: string;
|
|
1567
1578
|
closeMarginIconTop: string;
|
|
1568
1579
|
}, {
|
|
@@ -1778,14 +1789,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1778
1789
|
colorPopover: string;
|
|
1779
1790
|
colorTarget: string;
|
|
1780
1791
|
colorEmbedded: string;
|
|
1792
|
+
colorEmbeddedModal: string;
|
|
1793
|
+
colorEmbeddedPopover: string;
|
|
1781
1794
|
textColor: string;
|
|
1782
1795
|
titleTextColor: string;
|
|
1783
1796
|
borderColor: string;
|
|
1784
1797
|
actionColor: string;
|
|
1785
1798
|
titleFontWeight: string;
|
|
1786
|
-
closeColor: string;
|
|
1787
1799
|
closeColorHover: string;
|
|
1788
1800
|
closeColorPressed: string;
|
|
1801
|
+
closeBorderRadius: string;
|
|
1802
|
+
closeIconColor: string;
|
|
1803
|
+
closeIconColorHover: string;
|
|
1804
|
+
closeIconColorPressed: string;
|
|
1789
1805
|
fontSizeSmall: string;
|
|
1790
1806
|
fontSizeMedium: string;
|
|
1791
1807
|
fontSizeLarge: string;
|
|
@@ -1800,6 +1816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1800
1816
|
titleFontSizeMedium: string;
|
|
1801
1817
|
titleFontSizeLarge: string;
|
|
1802
1818
|
titleFontSizeHuge: string;
|
|
1819
|
+
closeIconSize: string;
|
|
1803
1820
|
closeSize: string;
|
|
1804
1821
|
}, any>;
|
|
1805
1822
|
}>>;
|
|
@@ -1819,9 +1836,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1819
1836
|
titleTextColor: string;
|
|
1820
1837
|
textColor: string;
|
|
1821
1838
|
color: string;
|
|
1822
|
-
closeColor: string;
|
|
1823
1839
|
closeColorHover: string;
|
|
1824
1840
|
closeColorPressed: string;
|
|
1841
|
+
closeIconColor: string;
|
|
1842
|
+
closeIconColorHover: string;
|
|
1843
|
+
closeIconColorPressed: string;
|
|
1844
|
+
closeBorderRadius: string;
|
|
1825
1845
|
iconColor: string;
|
|
1826
1846
|
iconColorInfo: string;
|
|
1827
1847
|
iconColorSuccess: string;
|
|
@@ -1837,6 +1857,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1837
1857
|
iconMargin: string;
|
|
1838
1858
|
iconMarginIconTop: string;
|
|
1839
1859
|
closeSize: string;
|
|
1860
|
+
closeIconSize: string;
|
|
1840
1861
|
closeMargin: string;
|
|
1841
1862
|
closeMarginIconTop: string;
|
|
1842
1863
|
}, {
|
|
@@ -2052,14 +2073,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2052
2073
|
colorPopover: string;
|
|
2053
2074
|
colorTarget: string;
|
|
2054
2075
|
colorEmbedded: string;
|
|
2076
|
+
colorEmbeddedModal: string;
|
|
2077
|
+
colorEmbeddedPopover: string;
|
|
2055
2078
|
textColor: string;
|
|
2056
2079
|
titleTextColor: string;
|
|
2057
2080
|
borderColor: string;
|
|
2058
2081
|
actionColor: string;
|
|
2059
2082
|
titleFontWeight: string;
|
|
2060
|
-
closeColor: string;
|
|
2061
2083
|
closeColorHover: string;
|
|
2062
2084
|
closeColorPressed: string;
|
|
2085
|
+
closeBorderRadius: string;
|
|
2086
|
+
closeIconColor: string;
|
|
2087
|
+
closeIconColorHover: string;
|
|
2088
|
+
closeIconColorPressed: string;
|
|
2063
2089
|
fontSizeSmall: string;
|
|
2064
2090
|
fontSizeMedium: string;
|
|
2065
2091
|
fontSizeLarge: string;
|
|
@@ -2074,6 +2100,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2074
2100
|
titleFontSizeMedium: string;
|
|
2075
2101
|
titleFontSizeLarge: string;
|
|
2076
2102
|
titleFontSizeHuge: string;
|
|
2103
|
+
closeIconSize: string;
|
|
2077
2104
|
closeSize: string;
|
|
2078
2105
|
}, any>;
|
|
2079
2106
|
}>>>;
|
|
@@ -2093,9 +2120,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2093
2120
|
titleTextColor: string;
|
|
2094
2121
|
textColor: string;
|
|
2095
2122
|
color: string;
|
|
2096
|
-
closeColor: string;
|
|
2097
2123
|
closeColorHover: string;
|
|
2098
2124
|
closeColorPressed: string;
|
|
2125
|
+
closeIconColor: string;
|
|
2126
|
+
closeIconColorHover: string;
|
|
2127
|
+
closeIconColorPressed: string;
|
|
2128
|
+
closeBorderRadius: string;
|
|
2099
2129
|
iconColor: string;
|
|
2100
2130
|
iconColorInfo: string;
|
|
2101
2131
|
iconColorSuccess: string;
|
|
@@ -2111,6 +2141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2111
2141
|
iconMargin: string;
|
|
2112
2142
|
iconMarginIconTop: string;
|
|
2113
2143
|
closeSize: string;
|
|
2144
|
+
closeIconSize: string;
|
|
2114
2145
|
closeMargin: string;
|
|
2115
2146
|
closeMarginIconTop: string;
|
|
2116
2147
|
}, {
|
|
@@ -2326,14 +2357,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2326
2357
|
colorPopover: string;
|
|
2327
2358
|
colorTarget: string;
|
|
2328
2359
|
colorEmbedded: string;
|
|
2360
|
+
colorEmbeddedModal: string;
|
|
2361
|
+
colorEmbeddedPopover: string;
|
|
2329
2362
|
textColor: string;
|
|
2330
2363
|
titleTextColor: string;
|
|
2331
2364
|
borderColor: string;
|
|
2332
2365
|
actionColor: string;
|
|
2333
2366
|
titleFontWeight: string;
|
|
2334
|
-
closeColor: string;
|
|
2335
2367
|
closeColorHover: string;
|
|
2336
2368
|
closeColorPressed: string;
|
|
2369
|
+
closeBorderRadius: string;
|
|
2370
|
+
closeIconColor: string;
|
|
2371
|
+
closeIconColorHover: string;
|
|
2372
|
+
closeIconColorPressed: string;
|
|
2337
2373
|
fontSizeSmall: string;
|
|
2338
2374
|
fontSizeMedium: string;
|
|
2339
2375
|
fontSizeLarge: string;
|
|
@@ -2348,6 +2384,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2348
2384
|
titleFontSizeMedium: string;
|
|
2349
2385
|
titleFontSizeLarge: string;
|
|
2350
2386
|
titleFontSizeHuge: string;
|
|
2387
|
+
closeIconSize: string;
|
|
2351
2388
|
closeSize: string;
|
|
2352
2389
|
}, any>;
|
|
2353
2390
|
}>>>;
|
|
@@ -2483,9 +2520,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2483
2520
|
titleTextColor: string;
|
|
2484
2521
|
textColor: string;
|
|
2485
2522
|
color: string;
|
|
2486
|
-
closeColor: string;
|
|
2487
2523
|
closeColorHover: string;
|
|
2488
2524
|
closeColorPressed: string;
|
|
2525
|
+
closeIconColor: string;
|
|
2526
|
+
closeIconColorHover: string;
|
|
2527
|
+
closeIconColorPressed: string;
|
|
2528
|
+
closeBorderRadius: string;
|
|
2489
2529
|
iconColor: string;
|
|
2490
2530
|
iconColorInfo: string;
|
|
2491
2531
|
iconColorSuccess: string;
|
|
@@ -2501,6 +2541,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2501
2541
|
iconMargin: string;
|
|
2502
2542
|
iconMarginIconTop: string;
|
|
2503
2543
|
closeSize: string;
|
|
2544
|
+
closeIconSize: string;
|
|
2504
2545
|
closeMargin: string;
|
|
2505
2546
|
closeMarginIconTop: string;
|
|
2506
2547
|
}, {
|
|
@@ -2716,14 +2757,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2716
2757
|
colorPopover: string;
|
|
2717
2758
|
colorTarget: string;
|
|
2718
2759
|
colorEmbedded: string;
|
|
2760
|
+
colorEmbeddedModal: string;
|
|
2761
|
+
colorEmbeddedPopover: string;
|
|
2719
2762
|
textColor: string;
|
|
2720
2763
|
titleTextColor: string;
|
|
2721
2764
|
borderColor: string;
|
|
2722
2765
|
actionColor: string;
|
|
2723
2766
|
titleFontWeight: string;
|
|
2724
|
-
closeColor: string;
|
|
2725
2767
|
closeColorHover: string;
|
|
2726
2768
|
closeColorPressed: string;
|
|
2769
|
+
closeBorderRadius: string;
|
|
2770
|
+
closeIconColor: string;
|
|
2771
|
+
closeIconColorHover: string;
|
|
2772
|
+
closeIconColorPressed: string;
|
|
2727
2773
|
fontSizeSmall: string;
|
|
2728
2774
|
fontSizeMedium: string;
|
|
2729
2775
|
fontSizeLarge: string;
|
|
@@ -2738,6 +2784,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2738
2784
|
titleFontSizeMedium: string;
|
|
2739
2785
|
titleFontSizeLarge: string;
|
|
2740
2786
|
titleFontSizeHuge: string;
|
|
2787
|
+
closeIconSize: string;
|
|
2741
2788
|
closeSize: string;
|
|
2742
2789
|
}, any>;
|
|
2743
2790
|
}>>;
|
|
@@ -2757,9 +2804,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2757
2804
|
titleTextColor: string;
|
|
2758
2805
|
textColor: string;
|
|
2759
2806
|
color: string;
|
|
2760
|
-
closeColor: string;
|
|
2761
2807
|
closeColorHover: string;
|
|
2762
2808
|
closeColorPressed: string;
|
|
2809
|
+
closeIconColor: string;
|
|
2810
|
+
closeIconColorHover: string;
|
|
2811
|
+
closeIconColorPressed: string;
|
|
2812
|
+
closeBorderRadius: string;
|
|
2763
2813
|
iconColor: string;
|
|
2764
2814
|
iconColorInfo: string;
|
|
2765
2815
|
iconColorSuccess: string;
|
|
@@ -2775,6 +2825,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2775
2825
|
iconMargin: string;
|
|
2776
2826
|
iconMarginIconTop: string;
|
|
2777
2827
|
closeSize: string;
|
|
2828
|
+
closeIconSize: string;
|
|
2778
2829
|
closeMargin: string;
|
|
2779
2830
|
closeMarginIconTop: string;
|
|
2780
2831
|
}, {
|
|
@@ -2990,14 +3041,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2990
3041
|
colorPopover: string;
|
|
2991
3042
|
colorTarget: string;
|
|
2992
3043
|
colorEmbedded: string;
|
|
3044
|
+
colorEmbeddedModal: string;
|
|
3045
|
+
colorEmbeddedPopover: string;
|
|
2993
3046
|
textColor: string;
|
|
2994
3047
|
titleTextColor: string;
|
|
2995
3048
|
borderColor: string;
|
|
2996
3049
|
actionColor: string;
|
|
2997
3050
|
titleFontWeight: string;
|
|
2998
|
-
closeColor: string;
|
|
2999
3051
|
closeColorHover: string;
|
|
3000
3052
|
closeColorPressed: string;
|
|
3053
|
+
closeBorderRadius: string;
|
|
3054
|
+
closeIconColor: string;
|
|
3055
|
+
closeIconColorHover: string;
|
|
3056
|
+
closeIconColorPressed: string;
|
|
3001
3057
|
fontSizeSmall: string;
|
|
3002
3058
|
fontSizeMedium: string;
|
|
3003
3059
|
fontSizeLarge: string;
|
|
@@ -3012,6 +3068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3012
3068
|
titleFontSizeMedium: string;
|
|
3013
3069
|
titleFontSizeLarge: string;
|
|
3014
3070
|
titleFontSizeHuge: string;
|
|
3071
|
+
closeIconSize: string;
|
|
3015
3072
|
closeSize: string;
|
|
3016
3073
|
}, any>;
|
|
3017
3074
|
}>>>;
|
|
@@ -3031,9 +3088,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3031
3088
|
titleTextColor: string;
|
|
3032
3089
|
textColor: string;
|
|
3033
3090
|
color: string;
|
|
3034
|
-
closeColor: string;
|
|
3035
3091
|
closeColorHover: string;
|
|
3036
3092
|
closeColorPressed: string;
|
|
3093
|
+
closeIconColor: string;
|
|
3094
|
+
closeIconColorHover: string;
|
|
3095
|
+
closeIconColorPressed: string;
|
|
3096
|
+
closeBorderRadius: string;
|
|
3037
3097
|
iconColor: string;
|
|
3038
3098
|
iconColorInfo: string;
|
|
3039
3099
|
iconColorSuccess: string;
|
|
@@ -3049,6 +3109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3049
3109
|
iconMargin: string;
|
|
3050
3110
|
iconMarginIconTop: string;
|
|
3051
3111
|
closeSize: string;
|
|
3112
|
+
closeIconSize: string;
|
|
3052
3113
|
closeMargin: string;
|
|
3053
3114
|
closeMarginIconTop: string;
|
|
3054
3115
|
}, {
|
|
@@ -3264,14 +3325,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3264
3325
|
colorPopover: string;
|
|
3265
3326
|
colorTarget: string;
|
|
3266
3327
|
colorEmbedded: string;
|
|
3328
|
+
colorEmbeddedModal: string;
|
|
3329
|
+
colorEmbeddedPopover: string;
|
|
3267
3330
|
textColor: string;
|
|
3268
3331
|
titleTextColor: string;
|
|
3269
3332
|
borderColor: string;
|
|
3270
3333
|
actionColor: string;
|
|
3271
3334
|
titleFontWeight: string;
|
|
3272
|
-
closeColor: string;
|
|
3273
3335
|
closeColorHover: string;
|
|
3274
3336
|
closeColorPressed: string;
|
|
3337
|
+
closeBorderRadius: string;
|
|
3338
|
+
closeIconColor: string;
|
|
3339
|
+
closeIconColorHover: string;
|
|
3340
|
+
closeIconColorPressed: string;
|
|
3275
3341
|
fontSizeSmall: string;
|
|
3276
3342
|
fontSizeMedium: string;
|
|
3277
3343
|
fontSizeLarge: string;
|
|
@@ -3286,6 +3352,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3286
3352
|
titleFontSizeMedium: string;
|
|
3287
3353
|
titleFontSizeLarge: string;
|
|
3288
3354
|
titleFontSizeHuge: string;
|
|
3355
|
+
closeIconSize: string;
|
|
3289
3356
|
closeSize: string;
|
|
3290
3357
|
}, any>;
|
|
3291
3358
|
}>>>;
|
|
@@ -3566,14 +3633,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3566
3633
|
labelTextAlignHorizontal: string;
|
|
3567
3634
|
}, any>>>;
|
|
3568
3635
|
}>>, {
|
|
3569
|
-
inline: boolean;
|
|
3570
|
-
disabled: boolean;
|
|
3571
|
-
onSubmit: (e: Event) => void;
|
|
3572
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3573
|
-
model: Record<string, any>;
|
|
3574
|
-
showRequireMark: boolean | undefined;
|
|
3575
|
-
showFeedback: boolean;
|
|
3576
|
-
showLabel: boolean | undefined;
|
|
3636
|
+
readonly inline: boolean;
|
|
3637
|
+
readonly disabled: boolean;
|
|
3638
|
+
readonly onSubmit: (e: Event) => void;
|
|
3639
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3640
|
+
readonly model: Record<string, any>;
|
|
3641
|
+
readonly showRequireMark: boolean | undefined;
|
|
3642
|
+
readonly showFeedback: boolean;
|
|
3643
|
+
readonly showLabel: boolean | undefined;
|
|
3577
3644
|
}>;
|
|
3578
3645
|
NFormItem: import("vue").DefineComponent<{
|
|
3579
3646
|
readonly label: StringConstructor;
|
|
@@ -3731,12 +3798,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3731
3798
|
mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
|
|
3732
3799
|
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
3733
3800
|
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
3801
|
+
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
3734
3802
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
3735
3803
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3736
3804
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
3737
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
3738
3805
|
feedbackId: import("vue").Ref<string>;
|
|
3739
|
-
|
|
3806
|
+
renderExplains: import("vue").Ref<{
|
|
3807
|
+
key: string;
|
|
3808
|
+
render: () => import("vue").VNodeChild;
|
|
3809
|
+
}[]>;
|
|
3740
3810
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3741
3811
|
readonly label: StringConstructor;
|
|
3742
3812
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -3860,12 +3930,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3860
3930
|
labelTextAlignHorizontal: string;
|
|
3861
3931
|
}, any>>>;
|
|
3862
3932
|
}>>, {
|
|
3863
|
-
required: boolean;
|
|
3864
|
-
first: boolean;
|
|
3865
|
-
showRequireMark: boolean | undefined;
|
|
3866
|
-
showFeedback: boolean | undefined;
|
|
3867
|
-
showLabel: boolean | undefined;
|
|
3868
|
-
ignorePathChange: boolean;
|
|
3933
|
+
readonly required: boolean;
|
|
3934
|
+
readonly first: boolean;
|
|
3935
|
+
readonly showRequireMark: boolean | undefined;
|
|
3936
|
+
readonly showFeedback: boolean | undefined;
|
|
3937
|
+
readonly showLabel: boolean | undefined;
|
|
3938
|
+
readonly ignorePathChange: boolean;
|
|
3869
3939
|
}>;
|
|
3870
3940
|
NInput: import("vue").DefineComponent<{
|
|
3871
3941
|
bordered: {
|
|
@@ -3925,6 +3995,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3925
3995
|
type: BooleanConstructor;
|
|
3926
3996
|
default: undefined;
|
|
3927
3997
|
};
|
|
3998
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3999
|
+
renderCount: import("vue").PropType<(props: {
|
|
4000
|
+
value: string;
|
|
4001
|
+
}) => import("vue").VNodeChild>;
|
|
3928
4002
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3929
4003
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3930
4004
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3953,6 +4027,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3953
4027
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3954
4028
|
showPasswordToggle: BooleanConstructor;
|
|
3955
4029
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4030
|
+
countTextColorDisabled: string;
|
|
3956
4031
|
countTextColor: string;
|
|
3957
4032
|
heightTiny: string;
|
|
3958
4033
|
heightSmall: string;
|
|
@@ -4013,6 +4088,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4013
4088
|
clearSize: string;
|
|
4014
4089
|
}, any>>;
|
|
4015
4090
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4091
|
+
countTextColorDisabled: string;
|
|
4016
4092
|
countTextColor: string;
|
|
4017
4093
|
heightTiny: string;
|
|
4018
4094
|
heightSmall: string;
|
|
@@ -4073,6 +4149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4073
4149
|
clearSize: string;
|
|
4074
4150
|
}, any>>>;
|
|
4075
4151
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4152
|
+
countTextColorDisabled: string;
|
|
4076
4153
|
countTextColor: string;
|
|
4077
4154
|
heightTiny: string;
|
|
4078
4155
|
heightSmall: string;
|
|
@@ -4145,8 +4222,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4145
4222
|
contentRef: HTMLElement | null;
|
|
4146
4223
|
containerScrollTop: number;
|
|
4147
4224
|
syncUnifiedContainer: () => void;
|
|
4148
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4149
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4225
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4226
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4150
4227
|
sync: () => void;
|
|
4151
4228
|
handleMouseEnterWrapper: () => void;
|
|
4152
4229
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4180,7 +4257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4180
4257
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4181
4258
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4182
4259
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4183
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
4260
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
4184
4261
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4185
4262
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4186
4263
|
handleMouseEnter: () => void;
|
|
@@ -4191,7 +4268,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4191
4268
|
handleClear: (e: MouseEvent) => void;
|
|
4192
4269
|
handlePasswordToggleClick: () => void;
|
|
4193
4270
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4194
|
-
|
|
4271
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
4195
4272
|
handleTextAreaMirrorResize: () => void;
|
|
4196
4273
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4197
4274
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4235,10 +4312,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4235
4312
|
opacity5: string;
|
|
4236
4313
|
dividerColor: string;
|
|
4237
4314
|
borderColor: string;
|
|
4238
|
-
|
|
4315
|
+
closeIconColor: string;
|
|
4316
|
+
closeIconColorHover: string;
|
|
4317
|
+
closeIconColorPressed: string;
|
|
4239
4318
|
closeColorHover: string;
|
|
4240
4319
|
closeColorPressed: string;
|
|
4241
|
-
closeColorDisabled: string;
|
|
4242
4320
|
clearColor: string;
|
|
4243
4321
|
clearColorHover: string;
|
|
4244
4322
|
clearColorPressed: string;
|
|
@@ -4300,6 +4378,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4300
4378
|
name: "common";
|
|
4301
4379
|
};
|
|
4302
4380
|
self: {
|
|
4381
|
+
countTextColorDisabled: string;
|
|
4303
4382
|
countTextColor: string;
|
|
4304
4383
|
heightTiny: string;
|
|
4305
4384
|
heightSmall: string;
|
|
@@ -4367,6 +4446,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4367
4446
|
cssVars: import("vue").ComputedRef<{
|
|
4368
4447
|
'--n-bezier': string;
|
|
4369
4448
|
'--n-count-text-color': string;
|
|
4449
|
+
'--n-count-text-color-disabled': string;
|
|
4370
4450
|
'--n-color': string;
|
|
4371
4451
|
'--n-font-size': string;
|
|
4372
4452
|
'--n-border-radius': string;
|
|
@@ -4421,6 +4501,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4421
4501
|
select: () => void;
|
|
4422
4502
|
activate: () => void;
|
|
4423
4503
|
deactivate: () => void;
|
|
4504
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4424
4505
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4425
4506
|
bordered: {
|
|
4426
4507
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4479,6 +4560,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4479
4560
|
type: BooleanConstructor;
|
|
4480
4561
|
default: undefined;
|
|
4481
4562
|
};
|
|
4563
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4564
|
+
renderCount: import("vue").PropType<(props: {
|
|
4565
|
+
value: string;
|
|
4566
|
+
}) => import("vue").VNodeChild>;
|
|
4482
4567
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4483
4568
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4484
4569
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4507,6 +4592,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4507
4592
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4508
4593
|
showPasswordToggle: BooleanConstructor;
|
|
4509
4594
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4595
|
+
countTextColorDisabled: string;
|
|
4510
4596
|
countTextColor: string;
|
|
4511
4597
|
heightTiny: string;
|
|
4512
4598
|
heightSmall: string;
|
|
@@ -4567,6 +4653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4567
4653
|
clearSize: string;
|
|
4568
4654
|
}, any>>;
|
|
4569
4655
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4656
|
+
countTextColorDisabled: string;
|
|
4570
4657
|
countTextColor: string;
|
|
4571
4658
|
heightTiny: string;
|
|
4572
4659
|
heightSmall: string;
|
|
@@ -4627,6 +4714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4627
4714
|
clearSize: string;
|
|
4628
4715
|
}, any>>>;
|
|
4629
4716
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4717
|
+
countTextColorDisabled: string;
|
|
4630
4718
|
countTextColor: string;
|
|
4631
4719
|
heightTiny: string;
|
|
4632
4720
|
heightSmall: string;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Func } from '../../../../../es/shared/types';
|
|
2
2
|
import { ComponentInternalInstance } from 'vue';
|
|
3
3
|
export declare class IdentityVerificationDialog {
|
|
4
|
+
rendered: boolean;
|
|
5
|
+
static createMsg(message: string): string;
|
|
4
6
|
show(instance: ComponentInternalInstance, title: string, api: Func): Promise<string>;
|
|
5
|
-
private
|
|
7
|
+
private createProviderWrapper;
|
|
6
8
|
}
|