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
|
@@ -1411,26 +1411,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1411
1411
|
rippleDuration: string;
|
|
1412
1412
|
}, any>>>;
|
|
1413
1413
|
}>>, {
|
|
1414
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1415
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1416
|
-
block: boolean;
|
|
1417
|
-
round: boolean;
|
|
1418
|
-
dashed: boolean;
|
|
1419
|
-
text: boolean;
|
|
1420
|
-
circle: boolean;
|
|
1421
|
-
disabled: boolean;
|
|
1422
|
-
focusable: boolean;
|
|
1423
|
-
strong: boolean;
|
|
1424
|
-
loading: boolean;
|
|
1425
|
-
bordered: boolean;
|
|
1426
|
-
tertiary: boolean;
|
|
1427
|
-
ghost: boolean;
|
|
1428
|
-
keyboard: boolean;
|
|
1429
|
-
secondary: boolean;
|
|
1430
|
-
quaternary: boolean;
|
|
1431
|
-
iconPlacement: "left" | "right";
|
|
1432
|
-
attrType: "button" | "reset" | "submit";
|
|
1433
|
-
nativeFocusBehavior: boolean;
|
|
1414
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1415
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1416
|
+
readonly block: boolean;
|
|
1417
|
+
readonly round: boolean;
|
|
1418
|
+
readonly dashed: boolean;
|
|
1419
|
+
readonly text: boolean;
|
|
1420
|
+
readonly circle: boolean;
|
|
1421
|
+
readonly disabled: boolean;
|
|
1422
|
+
readonly focusable: boolean;
|
|
1423
|
+
readonly strong: boolean;
|
|
1424
|
+
readonly loading: boolean;
|
|
1425
|
+
readonly bordered: boolean;
|
|
1426
|
+
readonly tertiary: boolean;
|
|
1427
|
+
readonly ghost: boolean;
|
|
1428
|
+
readonly keyboard: boolean;
|
|
1429
|
+
readonly secondary: boolean;
|
|
1430
|
+
readonly quaternary: boolean;
|
|
1431
|
+
readonly iconPlacement: "left" | "right";
|
|
1432
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1433
|
+
readonly nativeFocusBehavior: boolean;
|
|
1434
1434
|
}>;
|
|
1435
1435
|
NModal: import("vue").DefineComponent<{
|
|
1436
1436
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1542,9 +1542,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1542
1542
|
titleTextColor: string;
|
|
1543
1543
|
textColor: string;
|
|
1544
1544
|
color: string;
|
|
1545
|
-
closeColor: string;
|
|
1546
1545
|
closeColorHover: string;
|
|
1547
1546
|
closeColorPressed: string;
|
|
1547
|
+
closeIconColor: string;
|
|
1548
|
+
closeIconColorHover: string;
|
|
1549
|
+
closeIconColorPressed: string;
|
|
1550
|
+
closeBorderRadius: string;
|
|
1548
1551
|
iconColor: string;
|
|
1549
1552
|
iconColorInfo: string;
|
|
1550
1553
|
iconColorSuccess: string;
|
|
@@ -1560,6 +1563,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1560
1563
|
iconMargin: string;
|
|
1561
1564
|
iconMarginIconTop: string;
|
|
1562
1565
|
closeSize: string;
|
|
1566
|
+
closeIconSize: string;
|
|
1563
1567
|
closeMargin: string;
|
|
1564
1568
|
closeMarginIconTop: string;
|
|
1565
1569
|
}, {
|
|
@@ -1780,9 +1784,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1780
1784
|
borderColor: string;
|
|
1781
1785
|
actionColor: string;
|
|
1782
1786
|
titleFontWeight: string;
|
|
1783
|
-
closeColor: string;
|
|
1784
1787
|
closeColorHover: string;
|
|
1785
1788
|
closeColorPressed: string;
|
|
1789
|
+
closeBorderRadius: string;
|
|
1790
|
+
closeIconColor: string;
|
|
1791
|
+
closeIconColorHover: string;
|
|
1792
|
+
closeIconColorPressed: string;
|
|
1786
1793
|
fontSizeSmall: string;
|
|
1787
1794
|
fontSizeMedium: string;
|
|
1788
1795
|
fontSizeLarge: string;
|
|
@@ -1797,6 +1804,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1797
1804
|
titleFontSizeMedium: string;
|
|
1798
1805
|
titleFontSizeLarge: string;
|
|
1799
1806
|
titleFontSizeHuge: string;
|
|
1807
|
+
closeIconSize: string;
|
|
1800
1808
|
closeSize: string;
|
|
1801
1809
|
}, any>;
|
|
1802
1810
|
}>>;
|
|
@@ -1816,9 +1824,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1816
1824
|
titleTextColor: string;
|
|
1817
1825
|
textColor: string;
|
|
1818
1826
|
color: string;
|
|
1819
|
-
closeColor: string;
|
|
1820
1827
|
closeColorHover: string;
|
|
1821
1828
|
closeColorPressed: string;
|
|
1829
|
+
closeIconColor: string;
|
|
1830
|
+
closeIconColorHover: string;
|
|
1831
|
+
closeIconColorPressed: string;
|
|
1832
|
+
closeBorderRadius: string;
|
|
1822
1833
|
iconColor: string;
|
|
1823
1834
|
iconColorInfo: string;
|
|
1824
1835
|
iconColorSuccess: string;
|
|
@@ -1834,6 +1845,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1834
1845
|
iconMargin: string;
|
|
1835
1846
|
iconMarginIconTop: string;
|
|
1836
1847
|
closeSize: string;
|
|
1848
|
+
closeIconSize: string;
|
|
1837
1849
|
closeMargin: string;
|
|
1838
1850
|
closeMarginIconTop: string;
|
|
1839
1851
|
}, {
|
|
@@ -2054,9 +2066,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2054
2066
|
borderColor: string;
|
|
2055
2067
|
actionColor: string;
|
|
2056
2068
|
titleFontWeight: string;
|
|
2057
|
-
closeColor: string;
|
|
2058
2069
|
closeColorHover: string;
|
|
2059
2070
|
closeColorPressed: string;
|
|
2071
|
+
closeBorderRadius: string;
|
|
2072
|
+
closeIconColor: string;
|
|
2073
|
+
closeIconColorHover: string;
|
|
2074
|
+
closeIconColorPressed: string;
|
|
2060
2075
|
fontSizeSmall: string;
|
|
2061
2076
|
fontSizeMedium: string;
|
|
2062
2077
|
fontSizeLarge: string;
|
|
@@ -2071,6 +2086,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2071
2086
|
titleFontSizeMedium: string;
|
|
2072
2087
|
titleFontSizeLarge: string;
|
|
2073
2088
|
titleFontSizeHuge: string;
|
|
2089
|
+
closeIconSize: string;
|
|
2074
2090
|
closeSize: string;
|
|
2075
2091
|
}, any>;
|
|
2076
2092
|
}>>>;
|
|
@@ -2090,9 +2106,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2090
2106
|
titleTextColor: string;
|
|
2091
2107
|
textColor: string;
|
|
2092
2108
|
color: string;
|
|
2093
|
-
closeColor: string;
|
|
2094
2109
|
closeColorHover: string;
|
|
2095
2110
|
closeColorPressed: string;
|
|
2111
|
+
closeIconColor: string;
|
|
2112
|
+
closeIconColorHover: string;
|
|
2113
|
+
closeIconColorPressed: string;
|
|
2114
|
+
closeBorderRadius: string;
|
|
2096
2115
|
iconColor: string;
|
|
2097
2116
|
iconColorInfo: string;
|
|
2098
2117
|
iconColorSuccess: string;
|
|
@@ -2108,6 +2127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2108
2127
|
iconMargin: string;
|
|
2109
2128
|
iconMarginIconTop: string;
|
|
2110
2129
|
closeSize: string;
|
|
2130
|
+
closeIconSize: string;
|
|
2111
2131
|
closeMargin: string;
|
|
2112
2132
|
closeMarginIconTop: string;
|
|
2113
2133
|
}, {
|
|
@@ -2328,9 +2348,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2328
2348
|
borderColor: string;
|
|
2329
2349
|
actionColor: string;
|
|
2330
2350
|
titleFontWeight: string;
|
|
2331
|
-
closeColor: string;
|
|
2332
2351
|
closeColorHover: string;
|
|
2333
2352
|
closeColorPressed: string;
|
|
2353
|
+
closeBorderRadius: string;
|
|
2354
|
+
closeIconColor: string;
|
|
2355
|
+
closeIconColorHover: string;
|
|
2356
|
+
closeIconColorPressed: string;
|
|
2334
2357
|
fontSizeSmall: string;
|
|
2335
2358
|
fontSizeMedium: string;
|
|
2336
2359
|
fontSizeLarge: string;
|
|
@@ -2345,6 +2368,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2345
2368
|
titleFontSizeMedium: string;
|
|
2346
2369
|
titleFontSizeLarge: string;
|
|
2347
2370
|
titleFontSizeHuge: string;
|
|
2371
|
+
closeIconSize: string;
|
|
2348
2372
|
closeSize: string;
|
|
2349
2373
|
}, any>;
|
|
2350
2374
|
}>>>;
|
|
@@ -2480,9 +2504,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2480
2504
|
titleTextColor: string;
|
|
2481
2505
|
textColor: string;
|
|
2482
2506
|
color: string;
|
|
2483
|
-
closeColor: string;
|
|
2484
2507
|
closeColorHover: string;
|
|
2485
2508
|
closeColorPressed: string;
|
|
2509
|
+
closeIconColor: string;
|
|
2510
|
+
closeIconColorHover: string;
|
|
2511
|
+
closeIconColorPressed: string;
|
|
2512
|
+
closeBorderRadius: string;
|
|
2486
2513
|
iconColor: string;
|
|
2487
2514
|
iconColorInfo: string;
|
|
2488
2515
|
iconColorSuccess: string;
|
|
@@ -2498,6 +2525,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2498
2525
|
iconMargin: string;
|
|
2499
2526
|
iconMarginIconTop: string;
|
|
2500
2527
|
closeSize: string;
|
|
2528
|
+
closeIconSize: string;
|
|
2501
2529
|
closeMargin: string;
|
|
2502
2530
|
closeMarginIconTop: string;
|
|
2503
2531
|
}, {
|
|
@@ -2718,9 +2746,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2718
2746
|
borderColor: string;
|
|
2719
2747
|
actionColor: string;
|
|
2720
2748
|
titleFontWeight: string;
|
|
2721
|
-
closeColor: string;
|
|
2722
2749
|
closeColorHover: string;
|
|
2723
2750
|
closeColorPressed: string;
|
|
2751
|
+
closeBorderRadius: string;
|
|
2752
|
+
closeIconColor: string;
|
|
2753
|
+
closeIconColorHover: string;
|
|
2754
|
+
closeIconColorPressed: string;
|
|
2724
2755
|
fontSizeSmall: string;
|
|
2725
2756
|
fontSizeMedium: string;
|
|
2726
2757
|
fontSizeLarge: string;
|
|
@@ -2735,6 +2766,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2735
2766
|
titleFontSizeMedium: string;
|
|
2736
2767
|
titleFontSizeLarge: string;
|
|
2737
2768
|
titleFontSizeHuge: string;
|
|
2769
|
+
closeIconSize: string;
|
|
2738
2770
|
closeSize: string;
|
|
2739
2771
|
}, any>;
|
|
2740
2772
|
}>>;
|
|
@@ -2754,9 +2786,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2754
2786
|
titleTextColor: string;
|
|
2755
2787
|
textColor: string;
|
|
2756
2788
|
color: string;
|
|
2757
|
-
closeColor: string;
|
|
2758
2789
|
closeColorHover: string;
|
|
2759
2790
|
closeColorPressed: string;
|
|
2791
|
+
closeIconColor: string;
|
|
2792
|
+
closeIconColorHover: string;
|
|
2793
|
+
closeIconColorPressed: string;
|
|
2794
|
+
closeBorderRadius: string;
|
|
2760
2795
|
iconColor: string;
|
|
2761
2796
|
iconColorInfo: string;
|
|
2762
2797
|
iconColorSuccess: string;
|
|
@@ -2772,6 +2807,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2772
2807
|
iconMargin: string;
|
|
2773
2808
|
iconMarginIconTop: string;
|
|
2774
2809
|
closeSize: string;
|
|
2810
|
+
closeIconSize: string;
|
|
2775
2811
|
closeMargin: string;
|
|
2776
2812
|
closeMarginIconTop: string;
|
|
2777
2813
|
}, {
|
|
@@ -2992,9 +3028,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2992
3028
|
borderColor: string;
|
|
2993
3029
|
actionColor: string;
|
|
2994
3030
|
titleFontWeight: string;
|
|
2995
|
-
closeColor: string;
|
|
2996
3031
|
closeColorHover: string;
|
|
2997
3032
|
closeColorPressed: string;
|
|
3033
|
+
closeBorderRadius: string;
|
|
3034
|
+
closeIconColor: string;
|
|
3035
|
+
closeIconColorHover: string;
|
|
3036
|
+
closeIconColorPressed: string;
|
|
2998
3037
|
fontSizeSmall: string;
|
|
2999
3038
|
fontSizeMedium: string;
|
|
3000
3039
|
fontSizeLarge: string;
|
|
@@ -3009,6 +3048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3009
3048
|
titleFontSizeMedium: string;
|
|
3010
3049
|
titleFontSizeLarge: string;
|
|
3011
3050
|
titleFontSizeHuge: string;
|
|
3051
|
+
closeIconSize: string;
|
|
3012
3052
|
closeSize: string;
|
|
3013
3053
|
}, any>;
|
|
3014
3054
|
}>>>;
|
|
@@ -3028,9 +3068,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3028
3068
|
titleTextColor: string;
|
|
3029
3069
|
textColor: string;
|
|
3030
3070
|
color: string;
|
|
3031
|
-
closeColor: string;
|
|
3032
3071
|
closeColorHover: string;
|
|
3033
3072
|
closeColorPressed: string;
|
|
3073
|
+
closeIconColor: string;
|
|
3074
|
+
closeIconColorHover: string;
|
|
3075
|
+
closeIconColorPressed: string;
|
|
3076
|
+
closeBorderRadius: string;
|
|
3034
3077
|
iconColor: string;
|
|
3035
3078
|
iconColorInfo: string;
|
|
3036
3079
|
iconColorSuccess: string;
|
|
@@ -3046,6 +3089,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3046
3089
|
iconMargin: string;
|
|
3047
3090
|
iconMarginIconTop: string;
|
|
3048
3091
|
closeSize: string;
|
|
3092
|
+
closeIconSize: string;
|
|
3049
3093
|
closeMargin: string;
|
|
3050
3094
|
closeMarginIconTop: string;
|
|
3051
3095
|
}, {
|
|
@@ -3266,9 +3310,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3266
3310
|
borderColor: string;
|
|
3267
3311
|
actionColor: string;
|
|
3268
3312
|
titleFontWeight: string;
|
|
3269
|
-
closeColor: string;
|
|
3270
3313
|
closeColorHover: string;
|
|
3271
3314
|
closeColorPressed: string;
|
|
3315
|
+
closeBorderRadius: string;
|
|
3316
|
+
closeIconColor: string;
|
|
3317
|
+
closeIconColorHover: string;
|
|
3318
|
+
closeIconColorPressed: string;
|
|
3272
3319
|
fontSizeSmall: string;
|
|
3273
3320
|
fontSizeMedium: string;
|
|
3274
3321
|
fontSizeLarge: string;
|
|
@@ -3283,6 +3330,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3283
3330
|
titleFontSizeMedium: string;
|
|
3284
3331
|
titleFontSizeLarge: string;
|
|
3285
3332
|
titleFontSizeHuge: string;
|
|
3333
|
+
closeIconSize: string;
|
|
3286
3334
|
closeSize: string;
|
|
3287
3335
|
}, any>;
|
|
3288
3336
|
}>>>;
|
|
@@ -3563,14 +3611,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3563
3611
|
labelTextAlignHorizontal: string;
|
|
3564
3612
|
}, any>>>;
|
|
3565
3613
|
}>>, {
|
|
3566
|
-
inline: boolean;
|
|
3567
|
-
disabled: boolean;
|
|
3568
|
-
onSubmit: (e: Event) => void;
|
|
3569
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3570
|
-
model: Record<string, any>;
|
|
3571
|
-
showRequireMark: boolean | undefined;
|
|
3572
|
-
showFeedback: boolean;
|
|
3573
|
-
showLabel: boolean | undefined;
|
|
3614
|
+
readonly inline: boolean;
|
|
3615
|
+
readonly disabled: boolean;
|
|
3616
|
+
readonly onSubmit: (e: Event) => void;
|
|
3617
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3618
|
+
readonly model: Record<string, any>;
|
|
3619
|
+
readonly showRequireMark: boolean | undefined;
|
|
3620
|
+
readonly showFeedback: boolean;
|
|
3621
|
+
readonly showLabel: boolean | undefined;
|
|
3574
3622
|
}>;
|
|
3575
3623
|
NFormItem: import("vue").DefineComponent<{
|
|
3576
3624
|
readonly label: StringConstructor;
|
|
@@ -3731,9 +3779,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3731
3779
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
3732
3780
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3733
3781
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
3734
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
3735
3782
|
feedbackId: import("vue").Ref<string>;
|
|
3736
|
-
|
|
3783
|
+
renderExplains: import("vue").Ref<{
|
|
3784
|
+
key: string;
|
|
3785
|
+
render: () => import("vue").VNodeChild;
|
|
3786
|
+
}[]>;
|
|
3737
3787
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3738
3788
|
readonly label: StringConstructor;
|
|
3739
3789
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -3857,12 +3907,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3857
3907
|
labelTextAlignHorizontal: string;
|
|
3858
3908
|
}, any>>>;
|
|
3859
3909
|
}>>, {
|
|
3860
|
-
required: boolean;
|
|
3861
|
-
first: boolean;
|
|
3862
|
-
showRequireMark: boolean | undefined;
|
|
3863
|
-
showFeedback: boolean | undefined;
|
|
3864
|
-
showLabel: boolean | undefined;
|
|
3865
|
-
ignorePathChange: boolean;
|
|
3910
|
+
readonly required: boolean;
|
|
3911
|
+
readonly first: boolean;
|
|
3912
|
+
readonly showRequireMark: boolean | undefined;
|
|
3913
|
+
readonly showFeedback: boolean | undefined;
|
|
3914
|
+
readonly showLabel: boolean | undefined;
|
|
3915
|
+
readonly ignorePathChange: boolean;
|
|
3866
3916
|
}>;
|
|
3867
3917
|
NInput: import("vue").DefineComponent<{
|
|
3868
3918
|
bordered: {
|
|
@@ -4142,8 +4192,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4142
4192
|
contentRef: HTMLElement | null;
|
|
4143
4193
|
containerScrollTop: number;
|
|
4144
4194
|
syncUnifiedContainer: () => void;
|
|
4145
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4146
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4195
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4196
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4147
4197
|
sync: () => void;
|
|
4148
4198
|
handleMouseEnterWrapper: () => void;
|
|
4149
4199
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4232,10 +4282,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4232
4282
|
opacity5: string;
|
|
4233
4283
|
dividerColor: string;
|
|
4234
4284
|
borderColor: string;
|
|
4235
|
-
|
|
4285
|
+
closeIconColor: string;
|
|
4286
|
+
closeIconColorHover: string;
|
|
4287
|
+
closeIconColorPressed: string;
|
|
4236
4288
|
closeColorHover: string;
|
|
4237
4289
|
closeColorPressed: string;
|
|
4238
|
-
closeColorDisabled: string;
|
|
4239
4290
|
clearColor: string;
|
|
4240
4291
|
clearColorHover: string;
|
|
4241
4292
|
clearColorPressed: string;
|
|
@@ -4,6 +4,7 @@ import { useMessage, NModal, NForm, NFormItem, NInput, NButton } from 'naive-ui'
|
|
|
4
4
|
const _hoisted_1 = { class: "content" };
|
|
5
5
|
const _hoisted_2 = /* @__PURE__ */ createTextVNode("\u767B\u5F55");
|
|
6
6
|
var script = /* @__PURE__ */ defineComponent({
|
|
7
|
+
name: "IdentityVerification",
|
|
7
8
|
props: {
|
|
8
9
|
verifyUser: { type: Function, required: false, default: () => Promise.resolve() },
|
|
9
10
|
identityVerificationTitle: { type: String, required: false, default: "\u6253\u5370\u670D\u52A1\u8EAB\u4EFD\u6821\u9A8C" },
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
.dropdown-button {
|
|
2
|
-
color: #212121;
|
|
3
|
-
border-color: #d5d5d5 !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.c-dropdown {
|
|
7
|
-
.n-dropdown-menu-wrapper span.active {
|
|
8
|
-
color: #5585f5;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.login-form-button {
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 50px;
|
|
15
|
-
border-radius: 24px;
|
|
16
|
-
font-size: 16px;
|
|
17
|
-
color: #ffffff;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.login-form-button-print {
|
|
21
|
-
padding-top: 15px;
|
|
22
|
-
|
|
23
|
-
.n-input {
|
|
24
|
-
height: 50px;
|
|
25
|
-
line-height: 50px;
|
|
26
|
-
font-size: 14px;
|
|
27
|
-
color: #757575;
|
|
28
|
-
border-radius: 6px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
.dropdown-button {
|
|
2
|
+
color: #212121;
|
|
3
|
+
border-color: #d5d5d5 !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.c-dropdown {
|
|
7
|
+
.n-dropdown-menu-wrapper span.active {
|
|
8
|
+
color: #5585f5;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.login-form-button {
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 50px;
|
|
15
|
+
border-radius: 24px;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
color: #ffffff;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.login-form-button-print {
|
|
21
|
+
padding-top: 15px;
|
|
22
|
+
|
|
23
|
+
.n-input {
|
|
24
|
+
height: 50px;
|
|
25
|
+
line-height: 50px;
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
color: #757575;
|
|
28
|
+
border-radius: 6px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1687,26 +1687,26 @@ declare const VodChunkUpload: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1687
1687
|
rippleDuration: string;
|
|
1688
1688
|
}, any>>>;
|
|
1689
1689
|
}>>, {
|
|
1690
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1691
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1692
|
-
block: boolean;
|
|
1693
|
-
round: boolean;
|
|
1694
|
-
dashed: boolean;
|
|
1695
|
-
text: boolean;
|
|
1696
|
-
circle: boolean;
|
|
1697
|
-
disabled: boolean;
|
|
1698
|
-
focusable: boolean;
|
|
1699
|
-
strong: boolean;
|
|
1700
|
-
loading: boolean;
|
|
1701
|
-
bordered: boolean;
|
|
1702
|
-
tertiary: boolean;
|
|
1703
|
-
ghost: boolean;
|
|
1704
|
-
keyboard: boolean;
|
|
1705
|
-
secondary: boolean;
|
|
1706
|
-
quaternary: boolean;
|
|
1707
|
-
iconPlacement: "left" | "right";
|
|
1708
|
-
attrType: "button" | "reset" | "submit";
|
|
1709
|
-
nativeFocusBehavior: boolean;
|
|
1690
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1691
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1692
|
+
readonly block: boolean;
|
|
1693
|
+
readonly round: boolean;
|
|
1694
|
+
readonly dashed: boolean;
|
|
1695
|
+
readonly text: boolean;
|
|
1696
|
+
readonly circle: boolean;
|
|
1697
|
+
readonly disabled: boolean;
|
|
1698
|
+
readonly focusable: boolean;
|
|
1699
|
+
readonly strong: boolean;
|
|
1700
|
+
readonly loading: boolean;
|
|
1701
|
+
readonly bordered: boolean;
|
|
1702
|
+
readonly tertiary: boolean;
|
|
1703
|
+
readonly ghost: boolean;
|
|
1704
|
+
readonly keyboard: boolean;
|
|
1705
|
+
readonly secondary: boolean;
|
|
1706
|
+
readonly quaternary: boolean;
|
|
1707
|
+
readonly iconPlacement: "left" | "right";
|
|
1708
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1709
|
+
readonly nativeFocusBehavior: boolean;
|
|
1710
1710
|
}>;
|
|
1711
1711
|
PlayCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1712
1712
|
PlayCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -1567,26 +1567,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1567
1567
|
rippleDuration: string;
|
|
1568
1568
|
}, any>>>;
|
|
1569
1569
|
}>>, {
|
|
1570
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1571
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1572
|
-
block: boolean;
|
|
1573
|
-
round: boolean;
|
|
1574
|
-
dashed: boolean;
|
|
1575
|
-
text: boolean;
|
|
1576
|
-
circle: boolean;
|
|
1577
|
-
disabled: boolean;
|
|
1578
|
-
focusable: boolean;
|
|
1579
|
-
strong: boolean;
|
|
1580
|
-
loading: boolean;
|
|
1581
|
-
bordered: boolean;
|
|
1582
|
-
tertiary: boolean;
|
|
1583
|
-
ghost: boolean;
|
|
1584
|
-
keyboard: boolean;
|
|
1585
|
-
secondary: boolean;
|
|
1586
|
-
quaternary: boolean;
|
|
1587
|
-
iconPlacement: "left" | "right";
|
|
1588
|
-
attrType: "button" | "reset" | "submit";
|
|
1589
|
-
nativeFocusBehavior: boolean;
|
|
1570
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1571
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1572
|
+
readonly block: boolean;
|
|
1573
|
+
readonly round: boolean;
|
|
1574
|
+
readonly dashed: boolean;
|
|
1575
|
+
readonly text: boolean;
|
|
1576
|
+
readonly circle: boolean;
|
|
1577
|
+
readonly disabled: boolean;
|
|
1578
|
+
readonly focusable: boolean;
|
|
1579
|
+
readonly strong: boolean;
|
|
1580
|
+
readonly loading: boolean;
|
|
1581
|
+
readonly bordered: boolean;
|
|
1582
|
+
readonly tertiary: boolean;
|
|
1583
|
+
readonly ghost: boolean;
|
|
1584
|
+
readonly keyboard: boolean;
|
|
1585
|
+
readonly secondary: boolean;
|
|
1586
|
+
readonly quaternary: boolean;
|
|
1587
|
+
readonly iconPlacement: "left" | "right";
|
|
1588
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1589
|
+
readonly nativeFocusBehavior: boolean;
|
|
1590
1590
|
}>;
|
|
1591
1591
|
NProgress: import("vue").DefineComponent<{
|
|
1592
1592
|
readonly processing: BooleanConstructor;
|
|
@@ -1671,9 +1671,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1671
|
iconColor: string;
|
|
1672
1672
|
iconColorInfo: string;
|
|
1673
1673
|
iconColorSuccess: string;
|
|
1674
|
-
/**
|
|
1675
|
-
* 所有分片上传成功
|
|
1676
|
-
*/
|
|
1677
1674
|
iconColorWarning: string;
|
|
1678
1675
|
iconColorError: string;
|
|
1679
1676
|
textColorCircle: string;
|
|
@@ -1695,12 +1692,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1695
1692
|
iconSizeCircle: string;
|
|
1696
1693
|
iconSizeLine: string;
|
|
1697
1694
|
iconColor: string;
|
|
1698
|
-
iconColorInfo: string;
|
|
1699
|
-
* 上传状态
|
|
1700
|
-
*/
|
|
1695
|
+
iconColorInfo: string;
|
|
1701
1696
|
iconColorSuccess: string;
|
|
1702
1697
|
iconColorWarning: string;
|
|
1703
1698
|
iconColorError: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* 上传错误
|
|
1701
|
+
*/
|
|
1704
1702
|
textColorCircle: string;
|
|
1705
1703
|
textColorLineInner: string;
|
|
1706
1704
|
textColorLineOuter: string;
|
|
@@ -1852,16 +1850,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1852
1850
|
lineBgProcessing: string;
|
|
1853
1851
|
}, any>>>;
|
|
1854
1852
|
}>>, {
|
|
1855
|
-
type: "circle" | "line" | "multiple-circle" | "dashboard";
|
|
1856
|
-
strokeWidth: number;
|
|
1857
|
-
status: import("naive-ui/es/progress/src/interface").Status;
|
|
1858
|
-
processing: boolean;
|
|
1859
|
-
unit: string;
|
|
1860
|
-
indicatorPlacement: "outside" | "inside";
|
|
1861
|
-
showIndicator: boolean;
|
|
1862
|
-
viewBoxWidth: number;
|
|
1863
|
-
circleGap: number;
|
|
1864
|
-
indicatorPosition: "outside" | "inside";
|
|
1853
|
+
readonly type: "circle" | "line" | "multiple-circle" | "dashboard";
|
|
1854
|
+
readonly strokeWidth: number;
|
|
1855
|
+
readonly status: import("naive-ui/es/progress/src/interface").Status;
|
|
1856
|
+
readonly processing: boolean;
|
|
1857
|
+
readonly unit: string;
|
|
1858
|
+
readonly indicatorPlacement: "outside" | "inside";
|
|
1859
|
+
readonly showIndicator: boolean;
|
|
1860
|
+
readonly viewBoxWidth: number;
|
|
1861
|
+
readonly circleGap: number;
|
|
1862
|
+
readonly indicatorPosition: "outside" | "inside";
|
|
1865
1863
|
}>;
|
|
1866
1864
|
FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1867
1865
|
DocumentAttachOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -1895,11 +1893,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1895
1893
|
onGetSumbitList?: ((...args: any[]) => any) | undefined;
|
|
1896
1894
|
onCloseUpload?: ((...args: any[]) => any) | undefined;
|
|
1897
1895
|
}, {
|
|
1898
|
-
maxLength: number;
|
|
1899
1896
|
defaultList: unknown[];
|
|
1900
1897
|
getChunkUploadConfig: Function;
|
|
1901
1898
|
max_size: string;
|
|
1902
1899
|
propsCategoryMap: string;
|
|
1900
|
+
maxLength: number;
|
|
1903
1901
|
uploaderType: string;
|
|
1904
1902
|
}>;
|
|
1905
1903
|
export default _default;
|
package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -22,6 +22,7 @@ const _hoisted_13 = { class: "upload-btn" };
|
|
|
22
22
|
const _hoisted_14 = /* @__PURE__ */ createElementVNode("span", null, "\u4E0A\u4F20\u65B0\u6587\u4EF6", -1);
|
|
23
23
|
const _hoisted_15 = /* @__PURE__ */ createTextVNode("\u5F00\u59CB\u4E0A\u4F20");
|
|
24
24
|
var script = /* @__PURE__ */ defineComponent({
|
|
25
|
+
name: "chunk-upload-new",
|
|
25
26
|
props: { ...UploadProps },
|
|
26
27
|
emits: ["getSumbitList", "closeUpload"],
|
|
27
28
|
setup(__props, { expose, emit }) {
|
|
@@ -349,7 +350,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
349
350
|
createVNode(_component_uploader, {
|
|
350
351
|
ref_key: "uploaderDom",
|
|
351
352
|
ref: uploaderDom,
|
|
352
|
-
options:
|
|
353
|
+
options: state.options,
|
|
353
354
|
autoStart: unref(autoStart),
|
|
354
355
|
onFileAdded,
|
|
355
356
|
onFileSuccess,
|
|
@@ -415,7 +416,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
415
416
|
])
|
|
416
417
|
]),
|
|
417
418
|
createVNode(unref(NProgress), {
|
|
418
|
-
percentage: formatedProgress(
|
|
419
|
+
percentage: formatedProgress(state.progress, file),
|
|
419
420
|
type: "line",
|
|
420
421
|
"show-indicator": false
|
|
421
422
|
}, null, 8, ["percentage"])
|