cnhis-design-vue 3.1.7-beta.1 → 3.1.7-beta.2
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/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
- package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
- package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
- package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
- package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
- package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
- package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
- package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
- package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -14
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
- package/es/packages/drag-layout/index.d.ts +294 -430
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
- package/es/packages/form-render/index.mjs +10 -0
- package/es/packages/form-render/index2.mjs +15 -0
- package/es/packages/form-render/src/FormRender.mjs +2 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
- package/es/packages/form-render/src/FormRender2.mjs +4 -0
- package/es/packages/form-render/src/components/cascader.d.ts +40 -0
- package/es/packages/form-render/src/components/cascader.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +108 -0
- package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
- package/es/packages/form-render/src/components/checkbox.mjs +1 -0
- package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
- package/es/packages/form-render/src/components/collapse.d.ts +31 -0
- package/es/packages/form-render/src/components/collapse.mjs +1 -0
- package/es/packages/form-render/src/components/collapse2.mjs +54 -0
- package/es/packages/form-render/src/components/combination.d.ts +142 -0
- package/es/packages/form-render/src/components/combination.mjs +1 -0
- package/es/packages/form-render/src/components/combination2.mjs +116 -0
- package/es/packages/form-render/src/components/date.d.ts +5033 -0
- package/es/packages/form-render/src/components/date.mjs +1 -0
- package/es/packages/form-render/src/components/date2.mjs +34 -0
- package/es/packages/form-render/src/components/formItem.d.ts +292 -0
- package/es/packages/form-render/src/components/formItem.mjs +1 -0
- package/es/packages/form-render/src/components/formItem2.mjs +22 -0
- package/es/packages/form-render/src/components/index.d.ts +15 -0
- package/es/packages/form-render/src/components/index.mjs +15 -0
- package/es/packages/form-render/src/components/index2.mjs +15 -0
- package/es/packages/form-render/src/components/input.d.ts +15 -0
- package/es/packages/form-render/src/components/input.mjs +1 -0
- package/es/packages/form-render/src/components/input2.mjs +40 -0
- package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
- package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
- package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
- package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
- package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
- package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
- package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
- package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
- package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
- package/es/packages/form-render/src/components/radio.d.ts +24 -0
- package/es/packages/form-render/src/components/radio.mjs +1 -0
- package/es/packages/form-render/src/components/radio2.mjs +44 -0
- package/es/packages/form-render/src/components/select.d.ts +29 -0
- package/es/packages/form-render/src/components/select.mjs +1 -0
- package/es/packages/form-render/src/components/select2.mjs +97 -0
- package/es/packages/form-render/src/components/slider.d.ts +347 -0
- package/es/packages/form-render/src/components/slider.mjs +1 -0
- package/es/packages/form-render/src/components/slider2.mjs +16 -0
- package/es/packages/form-render/src/components/switch.d.ts +21 -0
- package/es/packages/form-render/src/components/switch.mjs +1 -0
- package/es/packages/form-render/src/components/switch2.mjs +48 -0
- package/es/packages/form-render/src/components/textarea.d.ts +845 -0
- package/es/packages/form-render/src/components/textarea.mjs +1 -0
- package/es/packages/form-render/src/components/textarea2.mjs +11 -0
- package/es/packages/form-render/src/constants/index.d.ts +23 -0
- package/es/packages/form-render/src/constants/index.mjs +1 -0
- package/es/packages/form-render/src/constants/index2.mjs +24 -0
- package/es/packages/form-render/src/hooks/index.d.ts +9 -0
- package/es/packages/form-render/src/hooks/index.mjs +9 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
- package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
- package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
- package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
- package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
- package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
- package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
- package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
- package/es/packages/form-render/src/types/fieldItem.d.ts +44 -0
- package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
- package/es/packages/form-render/src/types/index.d.ts +26 -0
- package/es/packages/form-render/src/types/index.mjs +1 -0
- package/es/packages/form-render/src/utils/index.d.ts +10 -0
- package/es/packages/form-render/src/utils/index.mjs +1 -0
- package/es/packages/form-render/src/utils/index2.mjs +59 -0
- package/es/packages/form-render/style/index.css +80 -0
- package/es/packages/form-render/style/index.less +116 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/index.css +80 -0
- package/es/packages/index.d.ts +5 -2
- package/es/packages/index.less +117 -0
- package/es/packages/index.mjs +10 -0
- package/es/packages/index2.mjs +7 -7
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +10 -11
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
- 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 +2 -6
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +13 -14
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +23 -24
- package/es/packages/time-line/index.d.ts +28 -47
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/utils/anime.d.ts +35 -0
- package/es/src/utils/anime.mjs +1 -0
- package/es/src/utils/anime2.mjs +126 -0
- package/md-plugin.ts +201 -0
- package/package.json +126 -119
- package/uno.config.ts +22 -0
- package/es/packages/big-table/index.d.ts +0 -2047
- package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
- package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
- package/es/packages/bpmn-workflow/index.d.ts +0 -74
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
- package/es/packages/button-print/index.d.ts +0 -7378
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
- package/es/packages/chunk-upload/index.d.ts +0 -1748
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
- package/es/packages/field-set/index.d.ts +0 -5284
- package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
- package/es/packages/form-table/index.d.ts +0 -35928
- package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
- package/es/packages/form-table/src/components/index.d.ts +0 -35687
- package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
- package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
- package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
- package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
- package/es/packages/info-header/index.d.ts +0 -1846
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
- package/es/packages/map/index.d.ts +0 -2315
- package/es/packages/scale-view/index.d.ts +0 -4297
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
- package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
- package/es/packages/select-label/index.d.ts +0 -12121
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7544
- package/es/packages/select-person/index.d.ts +0 -3502
- package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
|
@@ -82,8 +82,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
82
82
|
readonly default: 0;
|
|
83
83
|
};
|
|
84
84
|
}, {
|
|
85
|
-
isSsr: boolean;
|
|
86
|
-
contentEl: import("vue").Ref<HTMLElement | undefined>;
|
|
87
85
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
88
86
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
89
87
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
@@ -116,13 +114,13 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
116
114
|
readonly default: 0;
|
|
117
115
|
};
|
|
118
116
|
}>>, {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
117
|
+
cols: string | number;
|
|
118
|
+
responsive: "self" | "screen";
|
|
119
|
+
collapsed: boolean;
|
|
120
|
+
itemResponsive: boolean;
|
|
121
|
+
collapsedRows: number;
|
|
122
|
+
xGap: string | number;
|
|
123
|
+
yGap: string | number;
|
|
126
124
|
}>;
|
|
127
125
|
NFormItemGi: import("vue").DefineComponent<{
|
|
128
126
|
readonly label: StringConstructor;
|
|
@@ -410,16 +408,16 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
410
408
|
readonly default: true;
|
|
411
409
|
};
|
|
412
410
|
}>>, {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
411
|
+
required: boolean;
|
|
412
|
+
first: boolean;
|
|
413
|
+
offset: string | number;
|
|
414
|
+
span: string | number;
|
|
415
|
+
suffix: boolean;
|
|
416
|
+
showRequireMark: boolean | undefined;
|
|
417
|
+
showFeedback: boolean | undefined;
|
|
418
|
+
showLabel: boolean | undefined;
|
|
419
|
+
ignorePathChange: boolean;
|
|
420
|
+
privateShow: boolean;
|
|
423
421
|
}>;
|
|
424
422
|
NButton: import("vue").DefineComponent<{
|
|
425
423
|
readonly color: StringConstructor;
|
|
@@ -1794,26 +1792,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1794
1792
|
rippleDuration: string;
|
|
1795
1793
|
}, any>>>;
|
|
1796
1794
|
}>>, {
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1795
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
1796
|
+
tag: keyof HTMLElementTagNameMap;
|
|
1797
|
+
block: boolean;
|
|
1798
|
+
round: boolean;
|
|
1799
|
+
dashed: boolean;
|
|
1800
|
+
text: boolean;
|
|
1801
|
+
circle: boolean;
|
|
1802
|
+
disabled: boolean;
|
|
1803
|
+
focusable: boolean;
|
|
1804
|
+
strong: boolean;
|
|
1805
|
+
loading: boolean;
|
|
1806
|
+
bordered: boolean;
|
|
1807
|
+
tertiary: boolean;
|
|
1808
|
+
ghost: boolean;
|
|
1809
|
+
keyboard: boolean;
|
|
1810
|
+
secondary: boolean;
|
|
1811
|
+
quaternary: boolean;
|
|
1812
|
+
iconPlacement: "left" | "right";
|
|
1813
|
+
attrType: "button" | "reset" | "submit";
|
|
1814
|
+
nativeFocusBehavior: boolean;
|
|
1817
1815
|
}>;
|
|
1818
1816
|
NModal: import("vue").DefineComponent<{
|
|
1819
1817
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1925,12 +1923,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1925
1923
|
titleTextColor: string;
|
|
1926
1924
|
textColor: string;
|
|
1927
1925
|
color: string;
|
|
1926
|
+
closeColor: string;
|
|
1928
1927
|
closeColorHover: string;
|
|
1929
1928
|
closeColorPressed: string;
|
|
1930
|
-
closeIconColor: string;
|
|
1931
|
-
closeIconColorHover: string;
|
|
1932
|
-
closeIconColorPressed: string;
|
|
1933
|
-
closeBorderRadius: string;
|
|
1934
1929
|
iconColor: string;
|
|
1935
1930
|
iconColorInfo: string;
|
|
1936
1931
|
iconColorSuccess: string;
|
|
@@ -1946,7 +1941,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1946
1941
|
iconMargin: string;
|
|
1947
1942
|
iconMarginIconTop: string;
|
|
1948
1943
|
closeSize: string;
|
|
1949
|
-
closeIconSize: string;
|
|
1950
1944
|
closeMargin: string;
|
|
1951
1945
|
closeMarginIconTop: string;
|
|
1952
1946
|
}, {
|
|
@@ -2167,12 +2161,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2167
2161
|
borderColor: string;
|
|
2168
2162
|
actionColor: string;
|
|
2169
2163
|
titleFontWeight: string;
|
|
2164
|
+
closeColor: string;
|
|
2170
2165
|
closeColorHover: string;
|
|
2171
2166
|
closeColorPressed: string;
|
|
2172
|
-
closeBorderRadius: string;
|
|
2173
|
-
closeIconColor: string;
|
|
2174
|
-
closeIconColorHover: string;
|
|
2175
|
-
closeIconColorPressed: string;
|
|
2176
2167
|
fontSizeSmall: string;
|
|
2177
2168
|
fontSizeMedium: string;
|
|
2178
2169
|
fontSizeLarge: string;
|
|
@@ -2187,7 +2178,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2187
2178
|
titleFontSizeMedium: string;
|
|
2188
2179
|
titleFontSizeLarge: string;
|
|
2189
2180
|
titleFontSizeHuge: string;
|
|
2190
|
-
closeIconSize: string;
|
|
2191
2181
|
closeSize: string;
|
|
2192
2182
|
}, any>;
|
|
2193
2183
|
}>>;
|
|
@@ -2207,12 +2197,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2207
2197
|
titleTextColor: string;
|
|
2208
2198
|
textColor: string;
|
|
2209
2199
|
color: string;
|
|
2200
|
+
closeColor: string;
|
|
2210
2201
|
closeColorHover: string;
|
|
2211
2202
|
closeColorPressed: string;
|
|
2212
|
-
closeIconColor: string;
|
|
2213
|
-
closeIconColorHover: string;
|
|
2214
|
-
closeIconColorPressed: string;
|
|
2215
|
-
closeBorderRadius: string;
|
|
2216
2203
|
iconColor: string;
|
|
2217
2204
|
iconColorInfo: string;
|
|
2218
2205
|
iconColorSuccess: string;
|
|
@@ -2228,7 +2215,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2228
2215
|
iconMargin: string;
|
|
2229
2216
|
iconMarginIconTop: string;
|
|
2230
2217
|
closeSize: string;
|
|
2231
|
-
closeIconSize: string;
|
|
2232
2218
|
closeMargin: string;
|
|
2233
2219
|
closeMarginIconTop: string;
|
|
2234
2220
|
}, {
|
|
@@ -2449,12 +2435,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2449
2435
|
borderColor: string;
|
|
2450
2436
|
actionColor: string;
|
|
2451
2437
|
titleFontWeight: string;
|
|
2438
|
+
closeColor: string;
|
|
2452
2439
|
closeColorHover: string;
|
|
2453
2440
|
closeColorPressed: string;
|
|
2454
|
-
closeBorderRadius: string;
|
|
2455
|
-
closeIconColor: string;
|
|
2456
|
-
closeIconColorHover: string;
|
|
2457
|
-
closeIconColorPressed: string;
|
|
2458
2441
|
fontSizeSmall: string;
|
|
2459
2442
|
fontSizeMedium: string;
|
|
2460
2443
|
fontSizeLarge: string;
|
|
@@ -2469,7 +2452,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2469
2452
|
titleFontSizeMedium: string;
|
|
2470
2453
|
titleFontSizeLarge: string;
|
|
2471
2454
|
titleFontSizeHuge: string;
|
|
2472
|
-
closeIconSize: string;
|
|
2473
2455
|
closeSize: string;
|
|
2474
2456
|
}, any>;
|
|
2475
2457
|
}>>>;
|
|
@@ -2489,12 +2471,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2489
2471
|
titleTextColor: string;
|
|
2490
2472
|
textColor: string;
|
|
2491
2473
|
color: string;
|
|
2474
|
+
closeColor: string;
|
|
2492
2475
|
closeColorHover: string;
|
|
2493
2476
|
closeColorPressed: string;
|
|
2494
|
-
closeIconColor: string;
|
|
2495
|
-
closeIconColorHover: string;
|
|
2496
|
-
closeIconColorPressed: string;
|
|
2497
|
-
closeBorderRadius: string;
|
|
2498
2477
|
iconColor: string;
|
|
2499
2478
|
iconColorInfo: string;
|
|
2500
2479
|
iconColorSuccess: string;
|
|
@@ -2510,7 +2489,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2510
2489
|
iconMargin: string;
|
|
2511
2490
|
iconMarginIconTop: string;
|
|
2512
2491
|
closeSize: string;
|
|
2513
|
-
closeIconSize: string;
|
|
2514
2492
|
closeMargin: string;
|
|
2515
2493
|
closeMarginIconTop: string;
|
|
2516
2494
|
}, {
|
|
@@ -2731,12 +2709,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2731
2709
|
borderColor: string;
|
|
2732
2710
|
actionColor: string;
|
|
2733
2711
|
titleFontWeight: string;
|
|
2712
|
+
closeColor: string;
|
|
2734
2713
|
closeColorHover: string;
|
|
2735
2714
|
closeColorPressed: string;
|
|
2736
|
-
closeBorderRadius: string;
|
|
2737
|
-
closeIconColor: string;
|
|
2738
|
-
closeIconColorHover: string;
|
|
2739
|
-
closeIconColorPressed: string;
|
|
2740
2715
|
fontSizeSmall: string;
|
|
2741
2716
|
fontSizeMedium: string;
|
|
2742
2717
|
fontSizeLarge: string;
|
|
@@ -2751,7 +2726,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2751
2726
|
titleFontSizeMedium: string;
|
|
2752
2727
|
titleFontSizeLarge: string;
|
|
2753
2728
|
titleFontSizeHuge: string;
|
|
2754
|
-
closeIconSize: string;
|
|
2755
2729
|
closeSize: string;
|
|
2756
2730
|
}, any>;
|
|
2757
2731
|
}>>>;
|
|
@@ -2887,12 +2861,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2887
2861
|
titleTextColor: string;
|
|
2888
2862
|
textColor: string;
|
|
2889
2863
|
color: string;
|
|
2864
|
+
closeColor: string;
|
|
2890
2865
|
closeColorHover: string;
|
|
2891
2866
|
closeColorPressed: string;
|
|
2892
|
-
closeIconColor: string;
|
|
2893
|
-
closeIconColorHover: string;
|
|
2894
|
-
closeIconColorPressed: string;
|
|
2895
|
-
closeBorderRadius: string;
|
|
2896
2867
|
iconColor: string;
|
|
2897
2868
|
iconColorInfo: string;
|
|
2898
2869
|
iconColorSuccess: string;
|
|
@@ -2908,7 +2879,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2908
2879
|
iconMargin: string;
|
|
2909
2880
|
iconMarginIconTop: string;
|
|
2910
2881
|
closeSize: string;
|
|
2911
|
-
closeIconSize: string;
|
|
2912
2882
|
closeMargin: string;
|
|
2913
2883
|
closeMarginIconTop: string;
|
|
2914
2884
|
}, {
|
|
@@ -3129,12 +3099,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3129
3099
|
borderColor: string;
|
|
3130
3100
|
actionColor: string;
|
|
3131
3101
|
titleFontWeight: string;
|
|
3102
|
+
closeColor: string;
|
|
3132
3103
|
closeColorHover: string;
|
|
3133
3104
|
closeColorPressed: string;
|
|
3134
|
-
closeBorderRadius: string;
|
|
3135
|
-
closeIconColor: string;
|
|
3136
|
-
closeIconColorHover: string;
|
|
3137
|
-
closeIconColorPressed: string;
|
|
3138
3105
|
fontSizeSmall: string;
|
|
3139
3106
|
fontSizeMedium: string;
|
|
3140
3107
|
fontSizeLarge: string;
|
|
@@ -3149,7 +3116,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3149
3116
|
titleFontSizeMedium: string;
|
|
3150
3117
|
titleFontSizeLarge: string;
|
|
3151
3118
|
titleFontSizeHuge: string;
|
|
3152
|
-
closeIconSize: string;
|
|
3153
3119
|
closeSize: string;
|
|
3154
3120
|
}, any>;
|
|
3155
3121
|
}>>;
|
|
@@ -3169,12 +3135,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3169
3135
|
titleTextColor: string;
|
|
3170
3136
|
textColor: string;
|
|
3171
3137
|
color: string;
|
|
3138
|
+
closeColor: string;
|
|
3172
3139
|
closeColorHover: string;
|
|
3173
3140
|
closeColorPressed: string;
|
|
3174
|
-
closeIconColor: string;
|
|
3175
|
-
closeIconColorHover: string;
|
|
3176
|
-
closeIconColorPressed: string;
|
|
3177
|
-
closeBorderRadius: string;
|
|
3178
3141
|
iconColor: string;
|
|
3179
3142
|
iconColorInfo: string;
|
|
3180
3143
|
iconColorSuccess: string;
|
|
@@ -3190,7 +3153,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3190
3153
|
iconMargin: string;
|
|
3191
3154
|
iconMarginIconTop: string;
|
|
3192
3155
|
closeSize: string;
|
|
3193
|
-
closeIconSize: string;
|
|
3194
3156
|
closeMargin: string;
|
|
3195
3157
|
closeMarginIconTop: string;
|
|
3196
3158
|
}, {
|
|
@@ -3411,12 +3373,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3411
3373
|
borderColor: string;
|
|
3412
3374
|
actionColor: string;
|
|
3413
3375
|
titleFontWeight: string;
|
|
3376
|
+
closeColor: string;
|
|
3414
3377
|
closeColorHover: string;
|
|
3415
3378
|
closeColorPressed: string;
|
|
3416
|
-
closeBorderRadius: string;
|
|
3417
|
-
closeIconColor: string;
|
|
3418
|
-
closeIconColorHover: string;
|
|
3419
|
-
closeIconColorPressed: string;
|
|
3420
3379
|
fontSizeSmall: string;
|
|
3421
3380
|
fontSizeMedium: string;
|
|
3422
3381
|
fontSizeLarge: string;
|
|
@@ -3431,7 +3390,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3431
3390
|
titleFontSizeMedium: string;
|
|
3432
3391
|
titleFontSizeLarge: string;
|
|
3433
3392
|
titleFontSizeHuge: string;
|
|
3434
|
-
closeIconSize: string;
|
|
3435
3393
|
closeSize: string;
|
|
3436
3394
|
}, any>;
|
|
3437
3395
|
}>>>;
|
|
@@ -3451,12 +3409,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3451
3409
|
titleTextColor: string;
|
|
3452
3410
|
textColor: string;
|
|
3453
3411
|
color: string;
|
|
3412
|
+
closeColor: string;
|
|
3454
3413
|
closeColorHover: string;
|
|
3455
3414
|
closeColorPressed: string;
|
|
3456
|
-
closeIconColor: string;
|
|
3457
|
-
closeIconColorHover: string;
|
|
3458
|
-
closeIconColorPressed: string;
|
|
3459
|
-
closeBorderRadius: string;
|
|
3460
3415
|
iconColor: string;
|
|
3461
3416
|
iconColorInfo: string;
|
|
3462
3417
|
iconColorSuccess: string;
|
|
@@ -3472,7 +3427,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3472
3427
|
iconMargin: string;
|
|
3473
3428
|
iconMarginIconTop: string;
|
|
3474
3429
|
closeSize: string;
|
|
3475
|
-
closeIconSize: string;
|
|
3476
3430
|
closeMargin: string;
|
|
3477
3431
|
closeMarginIconTop: string;
|
|
3478
3432
|
}, {
|
|
@@ -3693,12 +3647,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3693
3647
|
borderColor: string;
|
|
3694
3648
|
actionColor: string;
|
|
3695
3649
|
titleFontWeight: string;
|
|
3650
|
+
closeColor: string;
|
|
3696
3651
|
closeColorHover: string;
|
|
3697
3652
|
closeColorPressed: string;
|
|
3698
|
-
closeBorderRadius: string;
|
|
3699
|
-
closeIconColor: string;
|
|
3700
|
-
closeIconColorHover: string;
|
|
3701
|
-
closeIconColorPressed: string;
|
|
3702
3653
|
fontSizeSmall: string;
|
|
3703
3654
|
fontSizeMedium: string;
|
|
3704
3655
|
fontSizeLarge: string;
|
|
@@ -3713,7 +3664,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3713
3664
|
titleFontSizeMedium: string;
|
|
3714
3665
|
titleFontSizeLarge: string;
|
|
3715
3666
|
titleFontSizeHuge: string;
|
|
3716
|
-
closeIconSize: string;
|
|
3717
3667
|
closeSize: string;
|
|
3718
3668
|
}, any>;
|
|
3719
3669
|
}>>>;
|
|
@@ -3994,14 +3944,14 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3994
3944
|
labelTextAlignHorizontal: string;
|
|
3995
3945
|
}, any>>>;
|
|
3996
3946
|
}>>, {
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
3947
|
+
inline: boolean;
|
|
3948
|
+
disabled: boolean;
|
|
3949
|
+
onSubmit: (e: Event) => void;
|
|
3950
|
+
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3951
|
+
model: Record<string, any>;
|
|
3952
|
+
showRequireMark: boolean | undefined;
|
|
3953
|
+
showFeedback: boolean;
|
|
3954
|
+
showLabel: boolean | undefined;
|
|
4005
3955
|
}>;
|
|
4006
3956
|
NInput: import("vue").DefineComponent<{
|
|
4007
3957
|
bordered: {
|
|
@@ -4061,7 +4011,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4061
4011
|
type: BooleanConstructor;
|
|
4062
4012
|
default: undefined;
|
|
4063
4013
|
};
|
|
4064
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4065
4014
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4066
4015
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4067
4016
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4282,8 +4231,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4282
4231
|
contentRef: HTMLElement | null;
|
|
4283
4232
|
containerScrollTop: number;
|
|
4284
4233
|
syncUnifiedContainer: () => void;
|
|
4285
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4286
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4234
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
4235
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
4287
4236
|
sync: () => void;
|
|
4288
4237
|
handleMouseEnterWrapper: () => void;
|
|
4289
4238
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4317,7 +4266,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4317
4266
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4318
4267
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4319
4268
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4320
|
-
handleInputFocus: (e: FocusEvent
|
|
4269
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
4321
4270
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4322
4271
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4323
4272
|
handleMouseEnter: () => void;
|
|
@@ -4328,7 +4277,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4328
4277
|
handleClear: (e: MouseEvent) => void;
|
|
4329
4278
|
handlePasswordToggleClick: () => void;
|
|
4330
4279
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4331
|
-
|
|
4280
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
4332
4281
|
handleTextAreaMirrorResize: () => void;
|
|
4333
4282
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4334
4283
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4372,11 +4321,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4372
4321
|
opacity5: string;
|
|
4373
4322
|
dividerColor: string;
|
|
4374
4323
|
borderColor: string;
|
|
4375
|
-
|
|
4376
|
-
closeIconColorHover: string;
|
|
4377
|
-
closeIconColorPressed: string;
|
|
4324
|
+
closeColor: string;
|
|
4378
4325
|
closeColorHover: string;
|
|
4379
4326
|
closeColorPressed: string;
|
|
4327
|
+
closeColorDisabled: string;
|
|
4380
4328
|
clearColor: string;
|
|
4381
4329
|
clearColorHover: string;
|
|
4382
4330
|
clearColorPressed: string;
|
|
@@ -4617,7 +4565,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4617
4565
|
type: BooleanConstructor;
|
|
4618
4566
|
default: undefined;
|
|
4619
4567
|
};
|
|
4620
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4621
4568
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4622
4569
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4623
4570
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4885,7 +4832,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4885
4832
|
};
|
|
4886
4833
|
readonly remote: BooleanConstructor;
|
|
4887
4834
|
readonly loading: BooleanConstructor;
|
|
4888
|
-
readonly filter:
|
|
4835
|
+
readonly filter: {
|
|
4836
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
4837
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
4838
|
+
};
|
|
4889
4839
|
readonly placement: {
|
|
4890
4840
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
4891
4841
|
readonly default: "bottom-start";
|
|
@@ -4895,10 +4845,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4895
4845
|
readonly default: "trigger";
|
|
4896
4846
|
};
|
|
4897
4847
|
readonly tag: BooleanConstructor;
|
|
4898
|
-
readonly onCreate:
|
|
4848
|
+
readonly onCreate: {
|
|
4849
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4850
|
+
readonly default: (label: string) => {
|
|
4851
|
+
label: string;
|
|
4852
|
+
value: string;
|
|
4853
|
+
};
|
|
4854
|
+
};
|
|
4899
4855
|
readonly fallbackOption: {
|
|
4900
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
4901
|
-
readonly default:
|
|
4856
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
4857
|
+
readonly default: () => (value: string | number) => {
|
|
4858
|
+
label: string;
|
|
4859
|
+
value: string | number;
|
|
4860
|
+
};
|
|
4902
4861
|
};
|
|
4903
4862
|
readonly show: {
|
|
4904
4863
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4917,18 +4876,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4917
4876
|
readonly type: BooleanConstructor;
|
|
4918
4877
|
readonly default: true;
|
|
4919
4878
|
};
|
|
4920
|
-
readonly labelField: {
|
|
4921
|
-
readonly type: StringConstructor;
|
|
4922
|
-
readonly default: "label";
|
|
4923
|
-
};
|
|
4924
|
-
readonly valueField: {
|
|
4925
|
-
readonly type: StringConstructor;
|
|
4926
|
-
readonly default: "value";
|
|
4927
|
-
};
|
|
4928
|
-
readonly childrenField: {
|
|
4929
|
-
readonly type: StringConstructor;
|
|
4930
|
-
readonly default: "children";
|
|
4931
|
-
};
|
|
4932
4879
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4933
4880
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4934
4881
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4951,10 +4898,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4951
4898
|
readonly default: true;
|
|
4952
4899
|
};
|
|
4953
4900
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4954
|
-
readonly internalShowCheckmark: {
|
|
4955
|
-
readonly type: BooleanConstructor;
|
|
4956
|
-
readonly default: true;
|
|
4957
|
-
};
|
|
4958
4901
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4959
4902
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4960
4903
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5050,7 +4993,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5050
4993
|
optionCheckColor: string;
|
|
5051
4994
|
optionColorPending: string;
|
|
5052
4995
|
optionColorActive: string;
|
|
5053
|
-
optionColorActivePending: string;
|
|
5054
4996
|
actionTextColor: string;
|
|
5055
4997
|
loadingColor: string;
|
|
5056
4998
|
height: string;
|
|
@@ -5176,7 +5118,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5176
5118
|
optionCheckColor: string;
|
|
5177
5119
|
optionColorPending: string;
|
|
5178
5120
|
optionColorActive: string;
|
|
5179
|
-
optionColorActivePending: string;
|
|
5180
5121
|
actionTextColor: string;
|
|
5181
5122
|
loadingColor: string;
|
|
5182
5123
|
height: string;
|
|
@@ -5302,7 +5243,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5302
5243
|
optionCheckColor: string;
|
|
5303
5244
|
optionColorPending: string;
|
|
5304
5245
|
optionColorActive: string;
|
|
5305
|
-
optionColorActivePending: string;
|
|
5306
5246
|
actionTextColor: string;
|
|
5307
5247
|
loadingColor: string;
|
|
5308
5248
|
height: string;
|
|
@@ -5432,11 +5372,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5432
5372
|
opacity5: string;
|
|
5433
5373
|
dividerColor: string;
|
|
5434
5374
|
borderColor: string;
|
|
5435
|
-
|
|
5436
|
-
closeIconColorHover: string;
|
|
5437
|
-
closeIconColorPressed: string;
|
|
5375
|
+
closeColor: string;
|
|
5438
5376
|
closeColorHover: string;
|
|
5439
5377
|
closeColorPressed: string;
|
|
5378
|
+
closeColorDisabled: string;
|
|
5440
5379
|
clearColor: string;
|
|
5441
5380
|
clearColorHover: string;
|
|
5442
5381
|
clearColorPressed: string;
|
|
@@ -5591,7 +5530,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5591
5530
|
optionCheckColor: string;
|
|
5592
5531
|
optionColorPending: string;
|
|
5593
5532
|
optionColorActive: string;
|
|
5594
|
-
optionColorActivePending: string;
|
|
5595
5533
|
actionTextColor: string;
|
|
5596
5534
|
loadingColor: string;
|
|
5597
5535
|
height: string;
|
|
@@ -5707,7 +5645,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5707
5645
|
};
|
|
5708
5646
|
readonly remote: BooleanConstructor;
|
|
5709
5647
|
readonly loading: BooleanConstructor;
|
|
5710
|
-
readonly filter:
|
|
5648
|
+
readonly filter: {
|
|
5649
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5650
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
5651
|
+
};
|
|
5711
5652
|
readonly placement: {
|
|
5712
5653
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
5713
5654
|
readonly default: "bottom-start";
|
|
@@ -5717,10 +5658,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5717
5658
|
readonly default: "trigger";
|
|
5718
5659
|
};
|
|
5719
5660
|
readonly tag: BooleanConstructor;
|
|
5720
|
-
readonly onCreate:
|
|
5661
|
+
readonly onCreate: {
|
|
5662
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5663
|
+
readonly default: (label: string) => {
|
|
5664
|
+
label: string;
|
|
5665
|
+
value: string;
|
|
5666
|
+
};
|
|
5667
|
+
};
|
|
5721
5668
|
readonly fallbackOption: {
|
|
5722
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
5723
|
-
readonly default:
|
|
5669
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5670
|
+
readonly default: () => (value: string | number) => {
|
|
5671
|
+
label: string;
|
|
5672
|
+
value: string | number;
|
|
5673
|
+
};
|
|
5724
5674
|
};
|
|
5725
5675
|
readonly show: {
|
|
5726
5676
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5739,18 +5689,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5739
5689
|
readonly type: BooleanConstructor;
|
|
5740
5690
|
readonly default: true;
|
|
5741
5691
|
};
|
|
5742
|
-
readonly labelField: {
|
|
5743
|
-
readonly type: StringConstructor;
|
|
5744
|
-
readonly default: "label";
|
|
5745
|
-
};
|
|
5746
|
-
readonly valueField: {
|
|
5747
|
-
readonly type: StringConstructor;
|
|
5748
|
-
readonly default: "value";
|
|
5749
|
-
};
|
|
5750
|
-
readonly childrenField: {
|
|
5751
|
-
readonly type: StringConstructor;
|
|
5752
|
-
readonly default: "children";
|
|
5753
|
-
};
|
|
5754
5692
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5755
5693
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5756
5694
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5773,10 +5711,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5773
5711
|
readonly default: true;
|
|
5774
5712
|
};
|
|
5775
5713
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5776
|
-
readonly internalShowCheckmark: {
|
|
5777
|
-
readonly type: BooleanConstructor;
|
|
5778
|
-
readonly default: true;
|
|
5779
|
-
};
|
|
5780
5714
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5781
5715
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5782
5716
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5872,7 +5806,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5872
5806
|
optionCheckColor: string;
|
|
5873
5807
|
optionColorPending: string;
|
|
5874
5808
|
optionColorActive: string;
|
|
5875
|
-
optionColorActivePending: string;
|
|
5876
5809
|
actionTextColor: string;
|
|
5877
5810
|
loadingColor: string;
|
|
5878
5811
|
height: string;
|
|
@@ -5998,7 +5931,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5998
5931
|
optionCheckColor: string;
|
|
5999
5932
|
optionColorPending: string;
|
|
6000
5933
|
optionColorActive: string;
|
|
6001
|
-
optionColorActivePending: string;
|
|
6002
5934
|
actionTextColor: string;
|
|
6003
5935
|
loadingColor: string;
|
|
6004
5936
|
height: string;
|
|
@@ -6124,7 +6056,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6124
6056
|
optionCheckColor: string;
|
|
6125
6057
|
optionColorPending: string;
|
|
6126
6058
|
optionColorActive: string;
|
|
6127
|
-
optionColorActivePending: string;
|
|
6128
6059
|
actionTextColor: string;
|
|
6129
6060
|
loadingColor: string;
|
|
6130
6061
|
height: string;
|
|
@@ -6158,31 +6089,29 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6158
6089
|
}>;
|
|
6159
6090
|
}>>>;
|
|
6160
6091
|
}>>, {
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
readonly consistentMenuWidth: boolean;
|
|
6185
|
-
readonly childrenField: string;
|
|
6092
|
+
tag: boolean;
|
|
6093
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
6094
|
+
show: boolean | undefined;
|
|
6095
|
+
multiple: boolean;
|
|
6096
|
+
disabled: boolean | undefined;
|
|
6097
|
+
to: string | boolean | HTMLElement;
|
|
6098
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6099
|
+
loading: boolean;
|
|
6100
|
+
bordered: boolean | undefined;
|
|
6101
|
+
placement: import("vueuc").FollowerPlacement;
|
|
6102
|
+
virtualScroll: boolean;
|
|
6103
|
+
resetMenuOnOptionsChange: boolean;
|
|
6104
|
+
showArrow: boolean;
|
|
6105
|
+
displayDirective: "show" | "if";
|
|
6106
|
+
filterable: boolean;
|
|
6107
|
+
clearable: boolean;
|
|
6108
|
+
clearFilterAfterSelect: boolean;
|
|
6109
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6110
|
+
remote: boolean;
|
|
6111
|
+
widthMode: string;
|
|
6112
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
6113
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
6114
|
+
consistentMenuWidth: boolean;
|
|
6186
6115
|
}>;
|
|
6187
6116
|
NCheckbox: import("vue").DefineComponent<{
|
|
6188
6117
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6351,11 +6280,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6351
6280
|
opacity5: string;
|
|
6352
6281
|
dividerColor: string;
|
|
6353
6282
|
borderColor: string;
|
|
6354
|
-
|
|
6355
|
-
closeIconColorHover: string;
|
|
6356
|
-
closeIconColorPressed: string;
|
|
6283
|
+
closeColor: string;
|
|
6357
6284
|
closeColorHover: string;
|
|
6358
6285
|
closeColorPressed: string;
|
|
6286
|
+
closeColorDisabled: string;
|
|
6359
6287
|
clearColor: string;
|
|
6360
6288
|
clearColorHover: string;
|
|
6361
6289
|
clearColorPressed: string;
|
|
@@ -6605,8 +6533,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6605
6533
|
}>>, {
|
|
6606
6534
|
disabled: boolean | undefined;
|
|
6607
6535
|
checked: string | number | boolean | undefined;
|
|
6608
|
-
indeterminate: boolean;
|
|
6609
6536
|
focusable: boolean;
|
|
6537
|
+
indeterminate: boolean;
|
|
6610
6538
|
defaultChecked: string | number | boolean;
|
|
6611
6539
|
checkedValue: string | number | boolean;
|
|
6612
6540
|
uncheckedValue: string | number | boolean;
|
|
@@ -6644,10 +6572,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6644
6572
|
type: BooleanConstructor;
|
|
6645
6573
|
default: boolean;
|
|
6646
6574
|
};
|
|
6647
|
-
buttonPlacement: {
|
|
6648
|
-
type: import("vue").PropType<"right" | "both">;
|
|
6649
|
-
default: string;
|
|
6650
|
-
};
|
|
6651
6575
|
readonly: BooleanConstructor;
|
|
6652
6576
|
clearable: BooleanConstructor;
|
|
6653
6577
|
keyboard: {
|
|
@@ -6661,9 +6585,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6661
6585
|
type: BooleanConstructor;
|
|
6662
6586
|
default: boolean;
|
|
6663
6587
|
};
|
|
6664
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6665
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
6666
|
-
precision: NumberConstructor;
|
|
6667
6588
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6668
6589
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6669
6590
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7557,11 +7478,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7557
7478
|
opacity5: string;
|
|
7558
7479
|
dividerColor: string;
|
|
7559
7480
|
borderColor: string;
|
|
7560
|
-
|
|
7561
|
-
closeIconColorHover: string;
|
|
7562
|
-
closeIconColorPressed: string;
|
|
7481
|
+
closeColor: string;
|
|
7563
7482
|
closeColorHover: string;
|
|
7564
7483
|
closeColorPressed: string;
|
|
7484
|
+
closeColorDisabled: string;
|
|
7565
7485
|
clearColor: string;
|
|
7566
7486
|
clearColorHover: string;
|
|
7567
7487
|
clearColorPressed: string;
|
|
@@ -7947,10 +7867,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7947
7867
|
type: BooleanConstructor;
|
|
7948
7868
|
default: boolean;
|
|
7949
7869
|
};
|
|
7950
|
-
buttonPlacement: {
|
|
7951
|
-
type: import("vue").PropType<"right" | "both">;
|
|
7952
|
-
default: string;
|
|
7953
|
-
};
|
|
7954
7870
|
readonly: BooleanConstructor;
|
|
7955
7871
|
clearable: BooleanConstructor;
|
|
7956
7872
|
keyboard: {
|
|
@@ -7964,9 +7880,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7964
7880
|
type: BooleanConstructor;
|
|
7965
7881
|
default: boolean;
|
|
7966
7882
|
};
|
|
7967
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7968
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
7969
|
-
precision: NumberConstructor;
|
|
7970
7883
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7971
7884
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7972
7885
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8792,7 +8705,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8792
8705
|
ArrowDown?: boolean | undefined;
|
|
8793
8706
|
};
|
|
8794
8707
|
showButton: boolean;
|
|
8795
|
-
buttonPlacement: "right" | "both";
|
|
8796
8708
|
updateValueOnInput: boolean;
|
|
8797
8709
|
}>;
|
|
8798
8710
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8922,7 +8834,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8922
8834
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8923
8835
|
readonly default: undefined;
|
|
8924
8836
|
};
|
|
8925
|
-
readonly panel: BooleanConstructor;
|
|
8926
8837
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8927
8838
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8928
8839
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -10800,8 +10711,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10800
10711
|
contentRef: HTMLElement | null;
|
|
10801
10712
|
containerScrollTop: number;
|
|
10802
10713
|
syncUnifiedContainer: () => void;
|
|
10803
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10804
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10714
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10715
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10805
10716
|
sync: () => void;
|
|
10806
10717
|
handleMouseEnterWrapper: () => void;
|
|
10807
10718
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10812,8 +10723,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10812
10723
|
contentRef: HTMLElement | null;
|
|
10813
10724
|
containerScrollTop: number;
|
|
10814
10725
|
syncUnifiedContainer: () => void;
|
|
10815
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10816
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10726
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10727
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10817
10728
|
sync: () => void;
|
|
10818
10729
|
handleMouseEnterWrapper: () => void;
|
|
10819
10730
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10829,8 +10740,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10829
10740
|
contentRef: HTMLElement | null;
|
|
10830
10741
|
containerScrollTop: number;
|
|
10831
10742
|
syncUnifiedContainer: () => void;
|
|
10832
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10833
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10743
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10744
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10834
10745
|
sync: () => void;
|
|
10835
10746
|
handleMouseEnterWrapper: () => void;
|
|
10836
10747
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10841,8 +10752,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10841
10752
|
contentRef: HTMLElement | null;
|
|
10842
10753
|
containerScrollTop: number;
|
|
10843
10754
|
syncUnifiedContainer: () => void;
|
|
10844
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10845
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10755
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10756
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10846
10757
|
sync: () => void;
|
|
10847
10758
|
handleMouseEnterWrapper: () => void;
|
|
10848
10759
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10853,8 +10764,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10853
10764
|
contentRef: HTMLElement | null;
|
|
10854
10765
|
containerScrollTop: number;
|
|
10855
10766
|
syncUnifiedContainer: () => void;
|
|
10856
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10857
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10767
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10768
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10858
10769
|
sync: () => void;
|
|
10859
10770
|
handleMouseEnterWrapper: () => void;
|
|
10860
10771
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10865,8 +10776,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10865
10776
|
contentRef: HTMLElement | null;
|
|
10866
10777
|
containerScrollTop: number;
|
|
10867
10778
|
syncUnifiedContainer: () => void;
|
|
10868
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10869
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10779
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
10780
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
10870
10781
|
sync: () => void;
|
|
10871
10782
|
handleMouseEnterWrapper: () => void;
|
|
10872
10783
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10909,9 +10820,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10909
10820
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10910
10821
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10911
10822
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10912
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10913
10823
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10914
|
-
|
|
10824
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
10915
10825
|
handleClear: () => void;
|
|
10916
10826
|
handlePanelClear: () => void;
|
|
10917
10827
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10966,11 +10876,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10966
10876
|
opacity5: string;
|
|
10967
10877
|
dividerColor: string;
|
|
10968
10878
|
borderColor: string;
|
|
10969
|
-
|
|
10970
|
-
closeIconColorHover: string;
|
|
10971
|
-
closeIconColorPressed: string;
|
|
10879
|
+
closeColor: string;
|
|
10972
10880
|
closeColorHover: string;
|
|
10973
10881
|
closeColorPressed: string;
|
|
10882
|
+
closeColorDisabled: string;
|
|
10974
10883
|
clearColor: string;
|
|
10975
10884
|
clearColorHover: string;
|
|
10976
10885
|
clearColorPressed: string;
|
|
@@ -12038,7 +11947,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12038
11947
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
12039
11948
|
readonly default: undefined;
|
|
12040
11949
|
};
|
|
12041
|
-
readonly panel: BooleanConstructor;
|
|
12042
11950
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
12043
11951
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
12044
11952
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -13902,18 +13810,17 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13902
13810
|
}, any>;
|
|
13903
13811
|
}>>>;
|
|
13904
13812
|
}>>, {
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
13913
|
-
|
|
13914
|
-
|
|
13915
|
-
|
|
13916
|
-
readonly bindCalendarMonths: boolean;
|
|
13813
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13814
|
+
show: boolean | undefined;
|
|
13815
|
+
disabled: boolean | undefined;
|
|
13816
|
+
to: string | boolean | HTMLElement;
|
|
13817
|
+
bordered: boolean | undefined;
|
|
13818
|
+
placement: import("vueuc").FollowerPlacement;
|
|
13819
|
+
clearable: boolean;
|
|
13820
|
+
inputReadonly: boolean;
|
|
13821
|
+
updateValueOnClose: boolean;
|
|
13822
|
+
closeOnSelect: boolean;
|
|
13823
|
+
bindCalendarMonths: boolean;
|
|
13917
13824
|
}>;
|
|
13918
13825
|
NSelect: import("vue").DefineComponent<{
|
|
13919
13826
|
readonly to: {
|
|
@@ -13949,7 +13856,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13949
13856
|
};
|
|
13950
13857
|
readonly remote: BooleanConstructor;
|
|
13951
13858
|
readonly loading: BooleanConstructor;
|
|
13952
|
-
readonly filter:
|
|
13859
|
+
readonly filter: {
|
|
13860
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13861
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13862
|
+
};
|
|
13953
13863
|
readonly placement: {
|
|
13954
13864
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
13955
13865
|
readonly default: "bottom-start";
|
|
@@ -13959,10 +13869,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13959
13869
|
readonly default: "trigger";
|
|
13960
13870
|
};
|
|
13961
13871
|
readonly tag: BooleanConstructor;
|
|
13962
|
-
readonly onCreate:
|
|
13872
|
+
readonly onCreate: {
|
|
13873
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13874
|
+
readonly default: (label: string) => {
|
|
13875
|
+
label: string;
|
|
13876
|
+
value: string;
|
|
13877
|
+
};
|
|
13878
|
+
};
|
|
13963
13879
|
readonly fallbackOption: {
|
|
13964
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
13965
|
-
readonly default:
|
|
13880
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13881
|
+
readonly default: () => (value: string | number) => {
|
|
13882
|
+
label: string;
|
|
13883
|
+
value: string | number;
|
|
13884
|
+
};
|
|
13966
13885
|
};
|
|
13967
13886
|
readonly show: {
|
|
13968
13887
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13981,18 +13900,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13981
13900
|
readonly type: BooleanConstructor;
|
|
13982
13901
|
readonly default: true;
|
|
13983
13902
|
};
|
|
13984
|
-
readonly labelField: {
|
|
13985
|
-
readonly type: StringConstructor;
|
|
13986
|
-
readonly default: "label";
|
|
13987
|
-
};
|
|
13988
|
-
readonly valueField: {
|
|
13989
|
-
readonly type: StringConstructor;
|
|
13990
|
-
readonly default: "value";
|
|
13991
|
-
};
|
|
13992
|
-
readonly childrenField: {
|
|
13993
|
-
readonly type: StringConstructor;
|
|
13994
|
-
readonly default: "children";
|
|
13995
|
-
};
|
|
13996
13903
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13997
13904
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13998
13905
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14015,10 +13922,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14015
13922
|
readonly default: true;
|
|
14016
13923
|
};
|
|
14017
13924
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14018
|
-
readonly internalShowCheckmark: {
|
|
14019
|
-
readonly type: BooleanConstructor;
|
|
14020
|
-
readonly default: true;
|
|
14021
|
-
};
|
|
14022
13925
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14023
13926
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14024
13927
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14114,7 +14017,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14114
14017
|
optionCheckColor: string;
|
|
14115
14018
|
optionColorPending: string;
|
|
14116
14019
|
optionColorActive: string;
|
|
14117
|
-
optionColorActivePending: string;
|
|
14118
14020
|
actionTextColor: string;
|
|
14119
14021
|
loadingColor: string;
|
|
14120
14022
|
height: string;
|
|
@@ -14240,7 +14142,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14240
14142
|
optionCheckColor: string;
|
|
14241
14143
|
optionColorPending: string;
|
|
14242
14144
|
optionColorActive: string;
|
|
14243
|
-
optionColorActivePending: string;
|
|
14244
14145
|
actionTextColor: string;
|
|
14245
14146
|
loadingColor: string;
|
|
14246
14147
|
height: string;
|
|
@@ -14366,7 +14267,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14366
14267
|
optionCheckColor: string;
|
|
14367
14268
|
optionColorPending: string;
|
|
14368
14269
|
optionColorActive: string;
|
|
14369
|
-
optionColorActivePending: string;
|
|
14370
14270
|
actionTextColor: string;
|
|
14371
14271
|
loadingColor: string;
|
|
14372
14272
|
height: string;
|
|
@@ -14496,11 +14396,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14496
14396
|
opacity5: string;
|
|
14497
14397
|
dividerColor: string;
|
|
14498
14398
|
borderColor: string;
|
|
14499
|
-
|
|
14500
|
-
closeIconColorHover: string;
|
|
14501
|
-
closeIconColorPressed: string;
|
|
14399
|
+
closeColor: string;
|
|
14502
14400
|
closeColorHover: string;
|
|
14503
14401
|
closeColorPressed: string;
|
|
14402
|
+
closeColorDisabled: string;
|
|
14504
14403
|
clearColor: string;
|
|
14505
14404
|
clearColorHover: string;
|
|
14506
14405
|
clearColorPressed: string;
|
|
@@ -14655,7 +14554,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14655
14554
|
optionCheckColor: string;
|
|
14656
14555
|
optionColorPending: string;
|
|
14657
14556
|
optionColorActive: string;
|
|
14658
|
-
optionColorActivePending: string;
|
|
14659
14557
|
actionTextColor: string;
|
|
14660
14558
|
loadingColor: string;
|
|
14661
14559
|
height: string;
|
|
@@ -14771,7 +14669,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14771
14669
|
};
|
|
14772
14670
|
readonly remote: BooleanConstructor;
|
|
14773
14671
|
readonly loading: BooleanConstructor;
|
|
14774
|
-
readonly filter:
|
|
14672
|
+
readonly filter: {
|
|
14673
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14674
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14675
|
+
};
|
|
14775
14676
|
readonly placement: {
|
|
14776
14677
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
14777
14678
|
readonly default: "bottom-start";
|
|
@@ -14781,10 +14682,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14781
14682
|
readonly default: "trigger";
|
|
14782
14683
|
};
|
|
14783
14684
|
readonly tag: BooleanConstructor;
|
|
14784
|
-
readonly onCreate:
|
|
14685
|
+
readonly onCreate: {
|
|
14686
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14687
|
+
readonly default: (label: string) => {
|
|
14688
|
+
label: string;
|
|
14689
|
+
value: string;
|
|
14690
|
+
};
|
|
14691
|
+
};
|
|
14785
14692
|
readonly fallbackOption: {
|
|
14786
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
14787
|
-
readonly default:
|
|
14693
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14694
|
+
readonly default: () => (value: string | number) => {
|
|
14695
|
+
label: string;
|
|
14696
|
+
value: string | number;
|
|
14697
|
+
};
|
|
14788
14698
|
};
|
|
14789
14699
|
readonly show: {
|
|
14790
14700
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14803,18 +14713,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14803
14713
|
readonly type: BooleanConstructor;
|
|
14804
14714
|
readonly default: true;
|
|
14805
14715
|
};
|
|
14806
|
-
readonly labelField: {
|
|
14807
|
-
readonly type: StringConstructor;
|
|
14808
|
-
readonly default: "label";
|
|
14809
|
-
};
|
|
14810
|
-
readonly valueField: {
|
|
14811
|
-
readonly type: StringConstructor;
|
|
14812
|
-
readonly default: "value";
|
|
14813
|
-
};
|
|
14814
|
-
readonly childrenField: {
|
|
14815
|
-
readonly type: StringConstructor;
|
|
14816
|
-
readonly default: "children";
|
|
14817
|
-
};
|
|
14818
14716
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14819
14717
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14820
14718
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14837,10 +14735,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14837
14735
|
readonly default: true;
|
|
14838
14736
|
};
|
|
14839
14737
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14840
|
-
readonly internalShowCheckmark: {
|
|
14841
|
-
readonly type: BooleanConstructor;
|
|
14842
|
-
readonly default: true;
|
|
14843
|
-
};
|
|
14844
14738
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14845
14739
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14846
14740
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14936,7 +14830,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14936
14830
|
optionCheckColor: string;
|
|
14937
14831
|
optionColorPending: string;
|
|
14938
14832
|
optionColorActive: string;
|
|
14939
|
-
optionColorActivePending: string;
|
|
14940
14833
|
actionTextColor: string;
|
|
14941
14834
|
loadingColor: string;
|
|
14942
14835
|
height: string;
|
|
@@ -15062,7 +14955,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15062
14955
|
optionCheckColor: string;
|
|
15063
14956
|
optionColorPending: string;
|
|
15064
14957
|
optionColorActive: string;
|
|
15065
|
-
optionColorActivePending: string;
|
|
15066
14958
|
actionTextColor: string;
|
|
15067
14959
|
loadingColor: string;
|
|
15068
14960
|
height: string;
|
|
@@ -15188,7 +15080,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15188
15080
|
optionCheckColor: string;
|
|
15189
15081
|
optionColorPending: string;
|
|
15190
15082
|
optionColorActive: string;
|
|
15191
|
-
optionColorActivePending: string;
|
|
15192
15083
|
actionTextColor: string;
|
|
15193
15084
|
loadingColor: string;
|
|
15194
15085
|
height: string;
|
|
@@ -15222,31 +15113,29 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15222
15113
|
}>;
|
|
15223
15114
|
}>>>;
|
|
15224
15115
|
}>>, {
|
|
15225
|
-
|
|
15226
|
-
|
|
15227
|
-
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
|
|
15240
|
-
|
|
15241
|
-
|
|
15242
|
-
|
|
15243
|
-
|
|
15244
|
-
|
|
15245
|
-
|
|
15246
|
-
|
|
15247
|
-
|
|
15248
|
-
readonly consistentMenuWidth: boolean;
|
|
15249
|
-
readonly childrenField: string;
|
|
15116
|
+
tag: boolean;
|
|
15117
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
15118
|
+
show: boolean | undefined;
|
|
15119
|
+
multiple: boolean;
|
|
15120
|
+
disabled: boolean | undefined;
|
|
15121
|
+
to: string | boolean | HTMLElement;
|
|
15122
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15123
|
+
loading: boolean;
|
|
15124
|
+
bordered: boolean | undefined;
|
|
15125
|
+
placement: import("vueuc").FollowerPlacement;
|
|
15126
|
+
virtualScroll: boolean;
|
|
15127
|
+
resetMenuOnOptionsChange: boolean;
|
|
15128
|
+
showArrow: boolean;
|
|
15129
|
+
displayDirective: "show" | "if";
|
|
15130
|
+
filterable: boolean;
|
|
15131
|
+
clearable: boolean;
|
|
15132
|
+
clearFilterAfterSelect: boolean;
|
|
15133
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15134
|
+
remote: boolean;
|
|
15135
|
+
widthMode: string;
|
|
15136
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
15137
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
15138
|
+
consistentMenuWidth: boolean;
|
|
15250
15139
|
}>;
|
|
15251
15140
|
NRadio: import("vue").DefineComponent<{
|
|
15252
15141
|
name: StringConstructor;
|
|
@@ -15714,11 +15603,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15714
15603
|
opacity5: string;
|
|
15715
15604
|
dividerColor: string;
|
|
15716
15605
|
borderColor: string;
|
|
15717
|
-
|
|
15718
|
-
closeIconColorHover: string;
|
|
15719
|
-
closeIconColorPressed: string;
|
|
15606
|
+
closeColor: string;
|
|
15720
15607
|
closeColorHover: string;
|
|
15721
15608
|
closeColorPressed: string;
|
|
15609
|
+
closeColorDisabled: string;
|
|
15722
15610
|
clearColor: string;
|
|
15723
15611
|
clearColorHover: string;
|
|
15724
15612
|
clearColorPressed: string;
|
|
@@ -15968,8 +15856,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15968
15856
|
}>>, {
|
|
15969
15857
|
disabled: boolean | undefined;
|
|
15970
15858
|
checked: string | number | boolean | undefined;
|
|
15971
|
-
indeterminate: boolean;
|
|
15972
15859
|
focusable: boolean;
|
|
15860
|
+
indeterminate: boolean;
|
|
15973
15861
|
defaultChecked: string | number | boolean;
|
|
15974
15862
|
checkedValue: string | number | boolean;
|
|
15975
15863
|
uncheckedValue: string | number | boolean;
|
|
@@ -16033,7 +15921,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16033
15921
|
type: BooleanConstructor;
|
|
16034
15922
|
default: undefined;
|
|
16035
15923
|
};
|
|
16036
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16037
15924
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16038
15925
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16039
15926
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16254,8 +16141,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16254
16141
|
contentRef: HTMLElement | null;
|
|
16255
16142
|
containerScrollTop: number;
|
|
16256
16143
|
syncUnifiedContainer: () => void;
|
|
16257
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16258
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16144
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
16145
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
16259
16146
|
sync: () => void;
|
|
16260
16147
|
handleMouseEnterWrapper: () => void;
|
|
16261
16148
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16289,7 +16176,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16289
16176
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16290
16177
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16291
16178
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16292
|
-
handleInputFocus: (e: FocusEvent
|
|
16179
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
16293
16180
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16294
16181
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16295
16182
|
handleMouseEnter: () => void;
|
|
@@ -16300,7 +16187,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16300
16187
|
handleClear: (e: MouseEvent) => void;
|
|
16301
16188
|
handlePasswordToggleClick: () => void;
|
|
16302
16189
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16303
|
-
|
|
16190
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
16304
16191
|
handleTextAreaMirrorResize: () => void;
|
|
16305
16192
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16306
16193
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16344,11 +16231,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16344
16231
|
opacity5: string;
|
|
16345
16232
|
dividerColor: string;
|
|
16346
16233
|
borderColor: string;
|
|
16347
|
-
|
|
16348
|
-
closeIconColorHover: string;
|
|
16349
|
-
closeIconColorPressed: string;
|
|
16234
|
+
closeColor: string;
|
|
16350
16235
|
closeColorHover: string;
|
|
16351
16236
|
closeColorPressed: string;
|
|
16237
|
+
closeColorDisabled: string;
|
|
16352
16238
|
clearColor: string;
|
|
16353
16239
|
clearColorHover: string;
|
|
16354
16240
|
clearColorPressed: string;
|
|
@@ -16589,7 +16475,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16589
16475
|
type: BooleanConstructor;
|
|
16590
16476
|
default: undefined;
|
|
16591
16477
|
};
|
|
16592
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16593
16478
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16594
16479
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16595
16480
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16997,7 +16882,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16997
16882
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16998
16883
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
16999
16884
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17000
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
17001
16885
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17002
16886
|
internalInheritedEventHandlers: {
|
|
17003
16887
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17140,7 +17024,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17140
17024
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17141
17025
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17142
17026
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17143
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
17144
17027
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17145
17028
|
internalInheritedEventHandlers: {
|
|
17146
17029
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17218,7 +17101,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17218
17101
|
arrowPointToCenter: boolean;
|
|
17219
17102
|
displayDirective: "show" | "if";
|
|
17220
17103
|
keepAliveOnHover: boolean;
|
|
17221
|
-
internalDeactivateImmediately: boolean;
|
|
17222
17104
|
animated: boolean;
|
|
17223
17105
|
internalTrapFocus: boolean;
|
|
17224
17106
|
defaultShow: boolean;
|
|
@@ -18600,26 +18482,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18600
18482
|
rippleDuration: string;
|
|
18601
18483
|
}, any>>>;
|
|
18602
18484
|
}>>, {
|
|
18603
|
-
|
|
18604
|
-
|
|
18605
|
-
|
|
18606
|
-
|
|
18607
|
-
|
|
18608
|
-
|
|
18609
|
-
|
|
18610
|
-
|
|
18611
|
-
|
|
18612
|
-
|
|
18613
|
-
|
|
18614
|
-
|
|
18615
|
-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
|
|
18619
|
-
|
|
18620
|
-
|
|
18621
|
-
|
|
18622
|
-
|
|
18485
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
18486
|
+
tag: keyof HTMLElementTagNameMap;
|
|
18487
|
+
block: boolean;
|
|
18488
|
+
round: boolean;
|
|
18489
|
+
dashed: boolean;
|
|
18490
|
+
text: boolean;
|
|
18491
|
+
circle: boolean;
|
|
18492
|
+
disabled: boolean;
|
|
18493
|
+
focusable: boolean;
|
|
18494
|
+
strong: boolean;
|
|
18495
|
+
loading: boolean;
|
|
18496
|
+
bordered: boolean;
|
|
18497
|
+
tertiary: boolean;
|
|
18498
|
+
ghost: boolean;
|
|
18499
|
+
keyboard: boolean;
|
|
18500
|
+
secondary: boolean;
|
|
18501
|
+
quaternary: boolean;
|
|
18502
|
+
iconPlacement: "left" | "right";
|
|
18503
|
+
attrType: "button" | "reset" | "submit";
|
|
18504
|
+
nativeFocusBehavior: boolean;
|
|
18623
18505
|
}>;
|
|
18624
18506
|
NSelect: import("vue").DefineComponent<{
|
|
18625
18507
|
readonly to: {
|
|
@@ -18655,7 +18537,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18655
18537
|
};
|
|
18656
18538
|
readonly remote: BooleanConstructor;
|
|
18657
18539
|
readonly loading: BooleanConstructor;
|
|
18658
|
-
readonly filter:
|
|
18540
|
+
readonly filter: {
|
|
18541
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18542
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18543
|
+
};
|
|
18659
18544
|
readonly placement: {
|
|
18660
18545
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
18661
18546
|
readonly default: "bottom-start";
|
|
@@ -18665,10 +18550,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18665
18550
|
readonly default: "trigger";
|
|
18666
18551
|
};
|
|
18667
18552
|
readonly tag: BooleanConstructor;
|
|
18668
|
-
readonly onCreate:
|
|
18553
|
+
readonly onCreate: {
|
|
18554
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18555
|
+
readonly default: (label: string) => {
|
|
18556
|
+
label: string;
|
|
18557
|
+
value: string;
|
|
18558
|
+
};
|
|
18559
|
+
};
|
|
18669
18560
|
readonly fallbackOption: {
|
|
18670
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
18671
|
-
readonly default:
|
|
18561
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18562
|
+
readonly default: () => (value: string | number) => {
|
|
18563
|
+
label: string;
|
|
18564
|
+
value: string | number;
|
|
18565
|
+
};
|
|
18672
18566
|
};
|
|
18673
18567
|
readonly show: {
|
|
18674
18568
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18687,18 +18581,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18687
18581
|
readonly type: BooleanConstructor;
|
|
18688
18582
|
readonly default: true;
|
|
18689
18583
|
};
|
|
18690
|
-
readonly labelField: {
|
|
18691
|
-
readonly type: StringConstructor;
|
|
18692
|
-
readonly default: "label";
|
|
18693
|
-
};
|
|
18694
|
-
readonly valueField: {
|
|
18695
|
-
readonly type: StringConstructor;
|
|
18696
|
-
readonly default: "value";
|
|
18697
|
-
};
|
|
18698
|
-
readonly childrenField: {
|
|
18699
|
-
readonly type: StringConstructor;
|
|
18700
|
-
readonly default: "children";
|
|
18701
|
-
};
|
|
18702
18584
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18703
18585
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18704
18586
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18721,10 +18603,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18721
18603
|
readonly default: true;
|
|
18722
18604
|
};
|
|
18723
18605
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18724
|
-
readonly internalShowCheckmark: {
|
|
18725
|
-
readonly type: BooleanConstructor;
|
|
18726
|
-
readonly default: true;
|
|
18727
|
-
};
|
|
18728
18606
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18729
18607
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18730
18608
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18820,7 +18698,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18820
18698
|
optionCheckColor: string;
|
|
18821
18699
|
optionColorPending: string;
|
|
18822
18700
|
optionColorActive: string;
|
|
18823
|
-
optionColorActivePending: string;
|
|
18824
18701
|
actionTextColor: string;
|
|
18825
18702
|
loadingColor: string;
|
|
18826
18703
|
height: string;
|
|
@@ -18946,7 +18823,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18946
18823
|
optionCheckColor: string;
|
|
18947
18824
|
optionColorPending: string;
|
|
18948
18825
|
optionColorActive: string;
|
|
18949
|
-
optionColorActivePending: string;
|
|
18950
18826
|
actionTextColor: string;
|
|
18951
18827
|
loadingColor: string;
|
|
18952
18828
|
height: string;
|
|
@@ -19072,7 +18948,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19072
18948
|
optionCheckColor: string;
|
|
19073
18949
|
optionColorPending: string;
|
|
19074
18950
|
optionColorActive: string;
|
|
19075
|
-
optionColorActivePending: string;
|
|
19076
18951
|
actionTextColor: string;
|
|
19077
18952
|
loadingColor: string;
|
|
19078
18953
|
height: string;
|
|
@@ -19202,11 +19077,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19202
19077
|
opacity5: string;
|
|
19203
19078
|
dividerColor: string;
|
|
19204
19079
|
borderColor: string;
|
|
19205
|
-
|
|
19206
|
-
closeIconColorHover: string;
|
|
19207
|
-
closeIconColorPressed: string;
|
|
19080
|
+
closeColor: string;
|
|
19208
19081
|
closeColorHover: string;
|
|
19209
19082
|
closeColorPressed: string;
|
|
19083
|
+
closeColorDisabled: string;
|
|
19210
19084
|
clearColor: string;
|
|
19211
19085
|
clearColorHover: string;
|
|
19212
19086
|
clearColorPressed: string;
|
|
@@ -19361,7 +19235,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19361
19235
|
optionCheckColor: string;
|
|
19362
19236
|
optionColorPending: string;
|
|
19363
19237
|
optionColorActive: string;
|
|
19364
|
-
optionColorActivePending: string;
|
|
19365
19238
|
actionTextColor: string;
|
|
19366
19239
|
loadingColor: string;
|
|
19367
19240
|
height: string;
|
|
@@ -19477,7 +19350,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19477
19350
|
};
|
|
19478
19351
|
readonly remote: BooleanConstructor;
|
|
19479
19352
|
readonly loading: BooleanConstructor;
|
|
19480
|
-
readonly filter:
|
|
19353
|
+
readonly filter: {
|
|
19354
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19355
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19356
|
+
};
|
|
19481
19357
|
readonly placement: {
|
|
19482
19358
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
19483
19359
|
readonly default: "bottom-start";
|
|
@@ -19487,10 +19363,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19487
19363
|
readonly default: "trigger";
|
|
19488
19364
|
};
|
|
19489
19365
|
readonly tag: BooleanConstructor;
|
|
19490
|
-
readonly onCreate:
|
|
19366
|
+
readonly onCreate: {
|
|
19367
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19368
|
+
readonly default: (label: string) => {
|
|
19369
|
+
label: string;
|
|
19370
|
+
value: string;
|
|
19371
|
+
};
|
|
19372
|
+
};
|
|
19491
19373
|
readonly fallbackOption: {
|
|
19492
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
19493
|
-
readonly default:
|
|
19374
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19375
|
+
readonly default: () => (value: string | number) => {
|
|
19376
|
+
label: string;
|
|
19377
|
+
value: string | number;
|
|
19378
|
+
};
|
|
19494
19379
|
};
|
|
19495
19380
|
readonly show: {
|
|
19496
19381
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19509,18 +19394,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19509
19394
|
readonly type: BooleanConstructor;
|
|
19510
19395
|
readonly default: true;
|
|
19511
19396
|
};
|
|
19512
|
-
readonly labelField: {
|
|
19513
|
-
readonly type: StringConstructor;
|
|
19514
|
-
readonly default: "label";
|
|
19515
|
-
};
|
|
19516
|
-
readonly valueField: {
|
|
19517
|
-
readonly type: StringConstructor;
|
|
19518
|
-
readonly default: "value";
|
|
19519
|
-
};
|
|
19520
|
-
readonly childrenField: {
|
|
19521
|
-
readonly type: StringConstructor;
|
|
19522
|
-
readonly default: "children";
|
|
19523
|
-
};
|
|
19524
19397
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19525
19398
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19526
19399
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19543,10 +19416,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19543
19416
|
readonly default: true;
|
|
19544
19417
|
};
|
|
19545
19418
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19546
|
-
readonly internalShowCheckmark: {
|
|
19547
|
-
readonly type: BooleanConstructor;
|
|
19548
|
-
readonly default: true;
|
|
19549
|
-
};
|
|
19550
19419
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19551
19420
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19552
19421
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19642,7 +19511,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19642
19511
|
optionCheckColor: string;
|
|
19643
19512
|
optionColorPending: string;
|
|
19644
19513
|
optionColorActive: string;
|
|
19645
|
-
optionColorActivePending: string;
|
|
19646
19514
|
actionTextColor: string;
|
|
19647
19515
|
loadingColor: string;
|
|
19648
19516
|
height: string;
|
|
@@ -19768,7 +19636,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19768
19636
|
optionCheckColor: string;
|
|
19769
19637
|
optionColorPending: string;
|
|
19770
19638
|
optionColorActive: string;
|
|
19771
|
-
optionColorActivePending: string;
|
|
19772
19639
|
actionTextColor: string;
|
|
19773
19640
|
loadingColor: string;
|
|
19774
19641
|
height: string;
|
|
@@ -19894,7 +19761,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19894
19761
|
optionCheckColor: string;
|
|
19895
19762
|
optionColorPending: string;
|
|
19896
19763
|
optionColorActive: string;
|
|
19897
|
-
optionColorActivePending: string;
|
|
19898
19764
|
actionTextColor: string;
|
|
19899
19765
|
loadingColor: string;
|
|
19900
19766
|
height: string;
|
|
@@ -19928,31 +19794,29 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19928
19794
|
}>;
|
|
19929
19795
|
}>>>;
|
|
19930
19796
|
}>>, {
|
|
19931
|
-
|
|
19932
|
-
|
|
19933
|
-
|
|
19934
|
-
|
|
19935
|
-
|
|
19936
|
-
|
|
19937
|
-
|
|
19938
|
-
|
|
19939
|
-
|
|
19940
|
-
|
|
19941
|
-
|
|
19942
|
-
|
|
19943
|
-
|
|
19944
|
-
|
|
19945
|
-
|
|
19946
|
-
|
|
19947
|
-
|
|
19948
|
-
|
|
19949
|
-
|
|
19950
|
-
|
|
19951
|
-
|
|
19952
|
-
|
|
19953
|
-
|
|
19954
|
-
readonly consistentMenuWidth: boolean;
|
|
19955
|
-
readonly childrenField: string;
|
|
19797
|
+
tag: boolean;
|
|
19798
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
19799
|
+
show: boolean | undefined;
|
|
19800
|
+
multiple: boolean;
|
|
19801
|
+
disabled: boolean | undefined;
|
|
19802
|
+
to: string | boolean | HTMLElement;
|
|
19803
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19804
|
+
loading: boolean;
|
|
19805
|
+
bordered: boolean | undefined;
|
|
19806
|
+
placement: import("vueuc").FollowerPlacement;
|
|
19807
|
+
virtualScroll: boolean;
|
|
19808
|
+
resetMenuOnOptionsChange: boolean;
|
|
19809
|
+
showArrow: boolean;
|
|
19810
|
+
displayDirective: "show" | "if";
|
|
19811
|
+
filterable: boolean;
|
|
19812
|
+
clearable: boolean;
|
|
19813
|
+
clearFilterAfterSelect: boolean;
|
|
19814
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19815
|
+
remote: boolean;
|
|
19816
|
+
widthMode: string;
|
|
19817
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
19818
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
19819
|
+
consistentMenuWidth: boolean;
|
|
19956
19820
|
}>;
|
|
19957
19821
|
NIcon: import("vue").DefineComponent<{
|
|
19958
19822
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|