cnhis-design-vue 3.1.7 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/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/index2.mjs +5 -3
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +10 -11
- 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/index2.mjs +2 -2
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/button-print/index2.mjs +2 -2
- 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/index2.mjs +4 -2
- 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/index2.mjs +4 -2
- 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/editor/index2.mjs +2 -2
- package/es/packages/field-set/index2.mjs +2 -2
- 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/index2.mjs +2 -2
- 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/grid/index2.mjs +4 -2
- package/es/packages/index.css +81 -1
- package/es/packages/index.d.ts +5 -2
- package/es/packages/index.less +118 -1
- package/es/packages/index.mjs +10 -0
- package/es/packages/index2.mjs +7 -7
- package/es/packages/info-header/index2.mjs +2 -2
- 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/info-header/style/index.css +1 -1
- package/es/packages/info-header/style/index.less +1 -1
- package/es/packages/map/index2.mjs +2 -2
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
- package/es/packages/scale-view/index2.mjs +8 -6
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +16 -14
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -3
- 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/ScaleScore2.mjs +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +3 -3
- package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +4 -4
- package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
- package/es/packages/select-label/index2.mjs +3 -3
- 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 +19 -17
- 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/index2.mjs +2 -2
- 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/index2.mjs +2 -2
- 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/es/src/utils/utilExpand.d.ts +1 -0
- package/es/src/utils/utilExpand.mjs +1 -0
- package/es/src/utils/utilExpand2.mjs +714 -0
- package/es/src/utils/vexutils2.mjs +2 -708
- package/md-plugin.ts +201 -0
- package/package.json +125 -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 -12120
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
- 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
|
@@ -165,16 +165,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
tabTextColorHoverCard: string;
|
|
166
166
|
tabTextColorActiveCard: string;
|
|
167
167
|
tabTextColorDisabledCard: string;
|
|
168
|
-
/**
|
|
169
|
-
* 重置label选项
|
|
170
|
-
*/
|
|
171
168
|
barColor: string;
|
|
172
|
-
|
|
173
|
-
closeIconColorHover: string;
|
|
174
|
-
closeIconColorPressed: string;
|
|
169
|
+
closeColor: string;
|
|
175
170
|
closeColorHover: string;
|
|
176
171
|
closeColorPressed: string;
|
|
177
|
-
closeBorderRadius: string;
|
|
178
172
|
tabColor: string;
|
|
179
173
|
tabColorSegment: string;
|
|
180
174
|
tabBorderColor: string;
|
|
@@ -213,8 +207,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
207
|
panePaddingSmall: string;
|
|
214
208
|
panePaddingMedium: string;
|
|
215
209
|
panePaddingLarge: string;
|
|
216
|
-
closeSize: string;
|
|
217
|
-
closeIconSize: string;
|
|
218
210
|
}, any>>;
|
|
219
211
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
220
212
|
colorSegment: string;
|
|
@@ -236,12 +228,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
228
|
tabTextColorActiveCard: string;
|
|
237
229
|
tabTextColorDisabledCard: string;
|
|
238
230
|
barColor: string;
|
|
239
|
-
|
|
240
|
-
closeIconColorHover: string;
|
|
241
|
-
closeIconColorPressed: string;
|
|
231
|
+
closeColor: string;
|
|
242
232
|
closeColorHover: string;
|
|
243
233
|
closeColorPressed: string;
|
|
244
|
-
closeBorderRadius: string;
|
|
245
234
|
tabColor: string;
|
|
246
235
|
tabColorSegment: string;
|
|
247
236
|
tabBorderColor: string;
|
|
@@ -280,8 +269,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
269
|
panePaddingSmall: string;
|
|
281
270
|
panePaddingMedium: string;
|
|
282
271
|
panePaddingLarge: string;
|
|
283
|
-
closeSize: string;
|
|
284
|
-
closeIconSize: string;
|
|
285
272
|
}, any>>>;
|
|
286
273
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
287
274
|
colorSegment: string;
|
|
@@ -303,12 +290,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
290
|
tabTextColorActiveCard: string;
|
|
304
291
|
tabTextColorDisabledCard: string;
|
|
305
292
|
barColor: string;
|
|
306
|
-
|
|
307
|
-
closeIconColorHover: string;
|
|
308
|
-
closeIconColorPressed: string;
|
|
293
|
+
closeColor: string;
|
|
309
294
|
closeColorHover: string;
|
|
310
295
|
closeColorPressed: string;
|
|
311
|
-
closeBorderRadius: string;
|
|
312
296
|
tabColor: string;
|
|
313
297
|
tabColorSegment: string;
|
|
314
298
|
tabBorderColor: string;
|
|
@@ -347,15 +331,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
347
331
|
panePaddingSmall: string;
|
|
348
332
|
panePaddingMedium: string;
|
|
349
333
|
panePaddingLarge: string;
|
|
350
|
-
closeSize: string;
|
|
351
|
-
closeIconSize: string;
|
|
352
334
|
}, any>>>;
|
|
353
335
|
}, {
|
|
354
336
|
syncBarPosition: () => void;
|
|
355
337
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
356
338
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
357
339
|
renderedNames: Set<string | number>;
|
|
358
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
359
340
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
360
341
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
361
342
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -420,14 +401,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
401
|
'--n-pane-text-color': string;
|
|
421
402
|
'--n-tab-border-color': string;
|
|
422
403
|
'--n-tab-border-radius': string;
|
|
423
|
-
'--n-close-
|
|
424
|
-
'--n-close-icon-size': string;
|
|
404
|
+
'--n-close-color': string;
|
|
425
405
|
'--n-close-color-hover': string;
|
|
426
406
|
'--n-close-color-pressed': string;
|
|
427
|
-
'--n-close-border-radius': string;
|
|
428
|
-
'--n-close-icon-color': string;
|
|
429
|
-
'--n-close-icon-color-hover': string;
|
|
430
|
-
'--n-close-icon-color-pressed': string;
|
|
431
407
|
'--n-tab-color': string;
|
|
432
408
|
'--n-tab-font-weight': string;
|
|
433
409
|
'--n-tab-font-weight-active': string;
|
|
@@ -442,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
418
|
renderNameListRef: {
|
|
443
419
|
value: (string | number)[];
|
|
444
420
|
};
|
|
445
|
-
onAnimationBeforeLeave: (
|
|
421
|
+
onAnimationBeforeLeave: () => void;
|
|
446
422
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
447
423
|
onAnimationAfterEnter: () => void;
|
|
448
424
|
onRender: (() => void) | undefined;
|
|
@@ -501,12 +477,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
501
477
|
tabTextColorActiveCard: string;
|
|
502
478
|
tabTextColorDisabledCard: string;
|
|
503
479
|
barColor: string;
|
|
504
|
-
|
|
505
|
-
closeIconColorHover: string;
|
|
506
|
-
closeIconColorPressed: string;
|
|
480
|
+
closeColor: string;
|
|
507
481
|
closeColorHover: string;
|
|
508
482
|
closeColorPressed: string;
|
|
509
|
-
closeBorderRadius: string;
|
|
510
483
|
tabColor: string;
|
|
511
484
|
tabColorSegment: string;
|
|
512
485
|
tabBorderColor: string;
|
|
@@ -545,8 +518,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
545
518
|
panePaddingSmall: string;
|
|
546
519
|
panePaddingMedium: string;
|
|
547
520
|
panePaddingLarge: string;
|
|
548
|
-
closeSize: string;
|
|
549
|
-
closeIconSize: string;
|
|
550
521
|
}, any>>;
|
|
551
522
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
552
523
|
colorSegment: string;
|
|
@@ -568,12 +539,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
568
539
|
tabTextColorActiveCard: string;
|
|
569
540
|
tabTextColorDisabledCard: string;
|
|
570
541
|
barColor: string;
|
|
571
|
-
|
|
572
|
-
closeIconColorHover: string;
|
|
573
|
-
closeIconColorPressed: string;
|
|
542
|
+
closeColor: string;
|
|
574
543
|
closeColorHover: string;
|
|
575
544
|
closeColorPressed: string;
|
|
576
|
-
closeBorderRadius: string;
|
|
577
545
|
tabColor: string;
|
|
578
546
|
tabColorSegment: string;
|
|
579
547
|
tabBorderColor: string;
|
|
@@ -612,8 +580,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
580
|
panePaddingSmall: string;
|
|
613
581
|
panePaddingMedium: string;
|
|
614
582
|
panePaddingLarge: string;
|
|
615
|
-
closeSize: string;
|
|
616
|
-
closeIconSize: string;
|
|
617
583
|
}, any>>>;
|
|
618
584
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
619
585
|
colorSegment: string;
|
|
@@ -635,12 +601,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
635
601
|
tabTextColorActiveCard: string;
|
|
636
602
|
tabTextColorDisabledCard: string;
|
|
637
603
|
barColor: string;
|
|
638
|
-
|
|
639
|
-
closeIconColorHover: string;
|
|
640
|
-
closeIconColorPressed: string;
|
|
604
|
+
closeColor: string;
|
|
641
605
|
closeColorHover: string;
|
|
642
606
|
closeColorPressed: string;
|
|
643
|
-
closeBorderRadius: string;
|
|
644
607
|
tabColor: string;
|
|
645
608
|
tabColorSegment: string;
|
|
646
609
|
tabBorderColor: string;
|
|
@@ -679,16 +642,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
679
642
|
panePaddingSmall: string;
|
|
680
643
|
panePaddingMedium: string;
|
|
681
644
|
panePaddingLarge: string;
|
|
682
|
-
closeSize: string;
|
|
683
|
-
closeIconSize: string;
|
|
684
645
|
}, any>>>;
|
|
685
646
|
}>>, {
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
647
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
648
|
+
size: "small" | "medium" | "large";
|
|
649
|
+
closable: boolean;
|
|
650
|
+
trigger: "click" | "hover";
|
|
651
|
+
animated: boolean;
|
|
652
|
+
tabsPadding: number;
|
|
692
653
|
}>;
|
|
693
654
|
NTabPane: import("vue").DefineComponent<{
|
|
694
655
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -737,9 +698,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
737
698
|
[key: string]: any;
|
|
738
699
|
}> | (() => import("vue").VNodeChild)>;
|
|
739
700
|
}>>, {
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
701
|
+
disabled: boolean;
|
|
702
|
+
closable: boolean | undefined;
|
|
703
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
743
704
|
}>;
|
|
744
705
|
NAnchor: import("vue").DefineComponent<{
|
|
745
706
|
readonly type: {
|
|
@@ -913,17 +874,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
913
874
|
railWidth: string;
|
|
914
875
|
}, any>>>;
|
|
915
876
|
}>>, {
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
877
|
+
type: "block" | "rail";
|
|
878
|
+
bound: number;
|
|
879
|
+
position: "fix" | "absolute";
|
|
880
|
+
target: (() => HTMLElement) | undefined;
|
|
881
|
+
affix: boolean;
|
|
882
|
+
offsetTop: number | undefined;
|
|
883
|
+
offsetBottom: number | undefined;
|
|
884
|
+
showRail: boolean;
|
|
885
|
+
showBackground: boolean;
|
|
886
|
+
internalScrollable: boolean;
|
|
887
|
+
ignoreGap: boolean;
|
|
927
888
|
}>;
|
|
928
889
|
NAnchorLink: import("vue").DefineComponent<{
|
|
929
890
|
readonly title: StringConstructor;
|
|
@@ -998,16 +959,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
998
959
|
};
|
|
999
960
|
checked: BooleanConstructor;
|
|
1000
961
|
checkable: BooleanConstructor;
|
|
1001
|
-
strong: BooleanConstructor;
|
|
1002
962
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1003
963
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1004
964
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1005
965
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1006
966
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1007
|
-
internalCloseFocusable: {
|
|
1008
|
-
type: BooleanConstructor;
|
|
1009
|
-
default: boolean;
|
|
1010
|
-
};
|
|
1011
967
|
internalStopClickPropagation: BooleanConstructor;
|
|
1012
968
|
onCheckedChange: {
|
|
1013
969
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1030,7 +986,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1030
986
|
readonly default: undefined;
|
|
1031
987
|
};
|
|
1032
988
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1033
|
-
closeBorderRadius: string;
|
|
1034
989
|
heightTiny: string;
|
|
1035
990
|
heightSmall: string;
|
|
1036
991
|
heightMedium: string;
|
|
@@ -1041,7 +996,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1041
996
|
fontSizeSmall: string;
|
|
1042
997
|
fontSizeMedium: string;
|
|
1043
998
|
fontSizeLarge: string;
|
|
1044
|
-
fontWeightStrong: string;
|
|
1045
999
|
textColorCheckable: string;
|
|
1046
1000
|
textColorHoverCheckable: string;
|
|
1047
1001
|
textColorPressedCheckable: string;
|
|
@@ -1055,61 +1009,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1055
1009
|
border: string;
|
|
1056
1010
|
textColor: string;
|
|
1057
1011
|
color: string;
|
|
1058
|
-
|
|
1059
|
-
closeIconColor: string;
|
|
1060
|
-
closeIconColorHover: string;
|
|
1061
|
-
closeIconColorPressed: string;
|
|
1012
|
+
closeColor: string;
|
|
1062
1013
|
closeColorHover: string;
|
|
1063
1014
|
closeColorPressed: string;
|
|
1064
1015
|
borderPrimary: string;
|
|
1065
1016
|
textColorPrimary: string;
|
|
1066
1017
|
colorPrimary: string;
|
|
1067
|
-
|
|
1068
|
-
closeIconColorPrimary: string;
|
|
1069
|
-
closeIconColorHoverPrimary: string;
|
|
1070
|
-
closeIconColorPressedPrimary: string;
|
|
1018
|
+
closeColorPrimary: string;
|
|
1071
1019
|
closeColorHoverPrimary: string;
|
|
1072
1020
|
closeColorPressedPrimary: string;
|
|
1073
1021
|
borderInfo: string;
|
|
1074
1022
|
textColorInfo: string;
|
|
1075
1023
|
colorInfo: string;
|
|
1076
|
-
|
|
1077
|
-
closeIconColorInfo: string;
|
|
1078
|
-
closeIconColorHoverInfo: string;
|
|
1079
|
-
closeIconColorPressedInfo: string;
|
|
1024
|
+
closeColorInfo: string;
|
|
1080
1025
|
closeColorHoverInfo: string;
|
|
1081
1026
|
closeColorPressedInfo: string;
|
|
1082
1027
|
borderSuccess: string;
|
|
1083
1028
|
textColorSuccess: string;
|
|
1084
1029
|
colorSuccess: string;
|
|
1085
|
-
|
|
1086
|
-
closeIconColorSuccess: string;
|
|
1087
|
-
closeIconColorHoverSuccess: string;
|
|
1088
|
-
closeIconColorPressedSuccess: string;
|
|
1030
|
+
closeColorSuccess: string;
|
|
1089
1031
|
closeColorHoverSuccess: string;
|
|
1090
1032
|
closeColorPressedSuccess: string;
|
|
1091
1033
|
borderWarning: string;
|
|
1092
1034
|
textColorWarning: string;
|
|
1093
1035
|
colorWarning: string;
|
|
1094
|
-
|
|
1095
|
-
closeIconColorWarning: string;
|
|
1096
|
-
closeIconColorHoverWarning: string;
|
|
1097
|
-
closeIconColorPressedWarning: string;
|
|
1036
|
+
closeColorWarning: string;
|
|
1098
1037
|
closeColorHoverWarning: string;
|
|
1099
1038
|
closeColorPressedWarning: string;
|
|
1100
1039
|
borderError: string;
|
|
1101
1040
|
textColorError: string;
|
|
1102
1041
|
colorError: string;
|
|
1103
|
-
|
|
1104
|
-
closeIconColorError: string;
|
|
1105
|
-
closeIconColorHoverError: string;
|
|
1106
|
-
closeIconColorPressedError: string;
|
|
1042
|
+
closeColorError: string;
|
|
1107
1043
|
closeColorHoverError: string;
|
|
1108
1044
|
closeColorPressedError: string;
|
|
1109
|
-
closeIconSizeTiny: string;
|
|
1110
|
-
closeIconSizeSmall: string;
|
|
1111
|
-
closeIconSizeMedium: string;
|
|
1112
|
-
closeIconSizeLarge: string;
|
|
1113
1045
|
closeSizeTiny: string;
|
|
1114
1046
|
closeSizeSmall: string;
|
|
1115
1047
|
closeSizeMedium: string;
|
|
@@ -1119,7 +1051,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1119
1051
|
closeMarginRtl: string;
|
|
1120
1052
|
}, any>>;
|
|
1121
1053
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1122
|
-
closeBorderRadius: string;
|
|
1123
1054
|
heightTiny: string;
|
|
1124
1055
|
heightSmall: string;
|
|
1125
1056
|
heightMedium: string;
|
|
@@ -1130,7 +1061,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1130
1061
|
fontSizeSmall: string;
|
|
1131
1062
|
fontSizeMedium: string;
|
|
1132
1063
|
fontSizeLarge: string;
|
|
1133
|
-
fontWeightStrong: string;
|
|
1134
1064
|
textColorCheckable: string;
|
|
1135
1065
|
textColorHoverCheckable: string;
|
|
1136
1066
|
textColorPressedCheckable: string;
|
|
@@ -1144,61 +1074,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1144
1074
|
border: string;
|
|
1145
1075
|
textColor: string;
|
|
1146
1076
|
color: string;
|
|
1147
|
-
|
|
1148
|
-
closeIconColor: string;
|
|
1149
|
-
closeIconColorHover: string;
|
|
1150
|
-
closeIconColorPressed: string;
|
|
1077
|
+
closeColor: string;
|
|
1151
1078
|
closeColorHover: string;
|
|
1152
1079
|
closeColorPressed: string;
|
|
1153
1080
|
borderPrimary: string;
|
|
1154
1081
|
textColorPrimary: string;
|
|
1155
1082
|
colorPrimary: string;
|
|
1156
|
-
|
|
1157
|
-
closeIconColorPrimary: string;
|
|
1158
|
-
closeIconColorHoverPrimary: string;
|
|
1159
|
-
closeIconColorPressedPrimary: string;
|
|
1083
|
+
closeColorPrimary: string;
|
|
1160
1084
|
closeColorHoverPrimary: string;
|
|
1161
1085
|
closeColorPressedPrimary: string;
|
|
1162
1086
|
borderInfo: string;
|
|
1163
1087
|
textColorInfo: string;
|
|
1164
1088
|
colorInfo: string;
|
|
1165
|
-
|
|
1166
|
-
closeIconColorInfo: string;
|
|
1167
|
-
closeIconColorHoverInfo: string;
|
|
1168
|
-
closeIconColorPressedInfo: string;
|
|
1089
|
+
closeColorInfo: string;
|
|
1169
1090
|
closeColorHoverInfo: string;
|
|
1170
1091
|
closeColorPressedInfo: string;
|
|
1171
1092
|
borderSuccess: string;
|
|
1172
1093
|
textColorSuccess: string;
|
|
1173
1094
|
colorSuccess: string;
|
|
1174
|
-
|
|
1175
|
-
closeIconColorSuccess: string;
|
|
1176
|
-
closeIconColorHoverSuccess: string;
|
|
1177
|
-
closeIconColorPressedSuccess: string;
|
|
1095
|
+
closeColorSuccess: string;
|
|
1178
1096
|
closeColorHoverSuccess: string;
|
|
1179
1097
|
closeColorPressedSuccess: string;
|
|
1180
1098
|
borderWarning: string;
|
|
1181
1099
|
textColorWarning: string;
|
|
1182
1100
|
colorWarning: string;
|
|
1183
|
-
|
|
1184
|
-
closeIconColorWarning: string;
|
|
1185
|
-
closeIconColorHoverWarning: string;
|
|
1186
|
-
closeIconColorPressedWarning: string;
|
|
1101
|
+
closeColorWarning: string;
|
|
1187
1102
|
closeColorHoverWarning: string;
|
|
1188
1103
|
closeColorPressedWarning: string;
|
|
1189
1104
|
borderError: string;
|
|
1190
1105
|
textColorError: string;
|
|
1191
1106
|
colorError: string;
|
|
1192
|
-
|
|
1193
|
-
closeIconColorError: string;
|
|
1194
|
-
closeIconColorHoverError: string;
|
|
1195
|
-
closeIconColorPressedError: string;
|
|
1107
|
+
closeColorError: string;
|
|
1196
1108
|
closeColorHoverError: string;
|
|
1197
1109
|
closeColorPressedError: string;
|
|
1198
|
-
closeIconSizeTiny: string;
|
|
1199
|
-
closeIconSizeSmall: string;
|
|
1200
|
-
closeIconSizeMedium: string;
|
|
1201
|
-
closeIconSizeLarge: string;
|
|
1202
1110
|
closeSizeTiny: string;
|
|
1203
1111
|
closeSizeSmall: string;
|
|
1204
1112
|
closeSizeMedium: string;
|
|
@@ -1208,7 +1116,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1208
1116
|
closeMarginRtl: string;
|
|
1209
1117
|
}, any>>>;
|
|
1210
1118
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1211
|
-
closeBorderRadius: string;
|
|
1212
1119
|
heightTiny: string;
|
|
1213
1120
|
heightSmall: string;
|
|
1214
1121
|
heightMedium: string;
|
|
@@ -1219,7 +1126,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1219
1126
|
fontSizeSmall: string;
|
|
1220
1127
|
fontSizeMedium: string;
|
|
1221
1128
|
fontSizeLarge: string;
|
|
1222
|
-
fontWeightStrong: string;
|
|
1223
1129
|
textColorCheckable: string;
|
|
1224
1130
|
textColorHoverCheckable: string;
|
|
1225
1131
|
textColorPressedCheckable: string;
|
|
@@ -1233,61 +1139,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1233
1139
|
border: string;
|
|
1234
1140
|
textColor: string;
|
|
1235
1141
|
color: string;
|
|
1236
|
-
|
|
1237
|
-
closeIconColor: string;
|
|
1238
|
-
closeIconColorHover: string;
|
|
1239
|
-
closeIconColorPressed: string;
|
|
1142
|
+
closeColor: string;
|
|
1240
1143
|
closeColorHover: string;
|
|
1241
1144
|
closeColorPressed: string;
|
|
1242
1145
|
borderPrimary: string;
|
|
1243
1146
|
textColorPrimary: string;
|
|
1244
1147
|
colorPrimary: string;
|
|
1245
|
-
|
|
1246
|
-
closeIconColorPrimary: string;
|
|
1247
|
-
closeIconColorHoverPrimary: string;
|
|
1248
|
-
closeIconColorPressedPrimary: string;
|
|
1148
|
+
closeColorPrimary: string;
|
|
1249
1149
|
closeColorHoverPrimary: string;
|
|
1250
1150
|
closeColorPressedPrimary: string;
|
|
1251
1151
|
borderInfo: string;
|
|
1252
1152
|
textColorInfo: string;
|
|
1253
1153
|
colorInfo: string;
|
|
1254
|
-
|
|
1255
|
-
closeIconColorInfo: string;
|
|
1256
|
-
closeIconColorHoverInfo: string;
|
|
1257
|
-
closeIconColorPressedInfo: string;
|
|
1154
|
+
closeColorInfo: string;
|
|
1258
1155
|
closeColorHoverInfo: string;
|
|
1259
1156
|
closeColorPressedInfo: string;
|
|
1260
1157
|
borderSuccess: string;
|
|
1261
1158
|
textColorSuccess: string;
|
|
1262
1159
|
colorSuccess: string;
|
|
1263
|
-
|
|
1264
|
-
closeIconColorSuccess: string;
|
|
1265
|
-
closeIconColorHoverSuccess: string;
|
|
1266
|
-
closeIconColorPressedSuccess: string;
|
|
1160
|
+
closeColorSuccess: string;
|
|
1267
1161
|
closeColorHoverSuccess: string;
|
|
1268
1162
|
closeColorPressedSuccess: string;
|
|
1269
1163
|
borderWarning: string;
|
|
1270
1164
|
textColorWarning: string;
|
|
1271
1165
|
colorWarning: string;
|
|
1272
|
-
|
|
1273
|
-
closeIconColorWarning: string;
|
|
1274
|
-
closeIconColorHoverWarning: string;
|
|
1275
|
-
closeIconColorPressedWarning: string;
|
|
1166
|
+
closeColorWarning: string;
|
|
1276
1167
|
closeColorHoverWarning: string;
|
|
1277
1168
|
closeColorPressedWarning: string;
|
|
1278
1169
|
borderError: string;
|
|
1279
1170
|
textColorError: string;
|
|
1280
1171
|
colorError: string;
|
|
1281
|
-
|
|
1282
|
-
closeIconColorError: string;
|
|
1283
|
-
closeIconColorHoverError: string;
|
|
1284
|
-
closeIconColorPressedError: string;
|
|
1172
|
+
closeColorError: string;
|
|
1285
1173
|
closeColorHoverError: string;
|
|
1286
1174
|
closeColorPressedError: string;
|
|
1287
|
-
closeIconSizeTiny: string;
|
|
1288
|
-
closeIconSizeSmall: string;
|
|
1289
|
-
closeIconSizeMedium: string;
|
|
1290
|
-
closeIconSizeLarge: string;
|
|
1291
1175
|
closeSizeTiny: string;
|
|
1292
1176
|
closeSizeSmall: string;
|
|
1293
1177
|
closeSizeMedium: string;
|
|
@@ -1304,19 +1188,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1304
1188
|
handleClick: (e: MouseEvent) => void;
|
|
1305
1189
|
handleCloseClick: (e: MouseEvent) => void;
|
|
1306
1190
|
cssVars: import("vue").ComputedRef<{
|
|
1307
|
-
'--n-font-weight-strong': string;
|
|
1308
1191
|
'--n-avatar-size-override': string;
|
|
1309
1192
|
'--n-bezier': string;
|
|
1310
1193
|
'--n-border-radius': string;
|
|
1311
1194
|
'--n-border': string;
|
|
1312
|
-
'--n-close-
|
|
1313
|
-
'--n-close-color-pressed': string;
|
|
1195
|
+
'--n-close-color': string;
|
|
1314
1196
|
'--n-close-color-hover': string;
|
|
1315
|
-
'--n-close-
|
|
1316
|
-
'--n-close-
|
|
1317
|
-
'--n-close-icon-color-hover': string;
|
|
1318
|
-
'--n-close-icon-color-pressed': string;
|
|
1319
|
-
'--n-close-icon-color-disabled': string;
|
|
1197
|
+
'--n-close-color-pressed': string;
|
|
1198
|
+
'--n-close-color-disabled': string;
|
|
1320
1199
|
'--n-close-margin': string;
|
|
1321
1200
|
'--n-close-margin-rtl': string;
|
|
1322
1201
|
'--n-close-size': string;
|
|
@@ -1347,16 +1226,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1347
1226
|
};
|
|
1348
1227
|
checked: BooleanConstructor;
|
|
1349
1228
|
checkable: BooleanConstructor;
|
|
1350
|
-
strong: BooleanConstructor;
|
|
1351
1229
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1352
1230
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1353
1231
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1354
1232
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1355
1233
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1356
|
-
internalCloseFocusable: {
|
|
1357
|
-
type: BooleanConstructor;
|
|
1358
|
-
default: boolean;
|
|
1359
|
-
};
|
|
1360
1234
|
internalStopClickPropagation: BooleanConstructor;
|
|
1361
1235
|
onCheckedChange: {
|
|
1362
1236
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1379,7 +1253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1379
1253
|
readonly default: undefined;
|
|
1380
1254
|
};
|
|
1381
1255
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1382
|
-
closeBorderRadius: string;
|
|
1383
1256
|
heightTiny: string;
|
|
1384
1257
|
heightSmall: string;
|
|
1385
1258
|
heightMedium: string;
|
|
@@ -1390,7 +1263,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1390
1263
|
fontSizeSmall: string;
|
|
1391
1264
|
fontSizeMedium: string;
|
|
1392
1265
|
fontSizeLarge: string;
|
|
1393
|
-
fontWeightStrong: string;
|
|
1394
1266
|
textColorCheckable: string;
|
|
1395
1267
|
textColorHoverCheckable: string;
|
|
1396
1268
|
textColorPressedCheckable: string;
|
|
@@ -1404,61 +1276,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1404
1276
|
border: string;
|
|
1405
1277
|
textColor: string;
|
|
1406
1278
|
color: string;
|
|
1407
|
-
|
|
1408
|
-
closeIconColor: string;
|
|
1409
|
-
closeIconColorHover: string;
|
|
1410
|
-
closeIconColorPressed: string;
|
|
1279
|
+
closeColor: string;
|
|
1411
1280
|
closeColorHover: string;
|
|
1412
1281
|
closeColorPressed: string;
|
|
1413
1282
|
borderPrimary: string;
|
|
1414
1283
|
textColorPrimary: string;
|
|
1415
1284
|
colorPrimary: string;
|
|
1416
|
-
|
|
1417
|
-
closeIconColorPrimary: string;
|
|
1418
|
-
closeIconColorHoverPrimary: string;
|
|
1419
|
-
closeIconColorPressedPrimary: string;
|
|
1285
|
+
closeColorPrimary: string;
|
|
1420
1286
|
closeColorHoverPrimary: string;
|
|
1421
1287
|
closeColorPressedPrimary: string;
|
|
1422
1288
|
borderInfo: string;
|
|
1423
1289
|
textColorInfo: string;
|
|
1424
1290
|
colorInfo: string;
|
|
1425
|
-
|
|
1426
|
-
closeIconColorInfo: string;
|
|
1427
|
-
closeIconColorHoverInfo: string;
|
|
1428
|
-
closeIconColorPressedInfo: string;
|
|
1291
|
+
closeColorInfo: string;
|
|
1429
1292
|
closeColorHoverInfo: string;
|
|
1430
1293
|
closeColorPressedInfo: string;
|
|
1431
1294
|
borderSuccess: string;
|
|
1432
1295
|
textColorSuccess: string;
|
|
1433
1296
|
colorSuccess: string;
|
|
1434
|
-
|
|
1435
|
-
closeIconColorSuccess: string;
|
|
1436
|
-
closeIconColorHoverSuccess: string;
|
|
1437
|
-
closeIconColorPressedSuccess: string;
|
|
1297
|
+
closeColorSuccess: string;
|
|
1438
1298
|
closeColorHoverSuccess: string;
|
|
1439
1299
|
closeColorPressedSuccess: string;
|
|
1440
1300
|
borderWarning: string;
|
|
1441
1301
|
textColorWarning: string;
|
|
1442
1302
|
colorWarning: string;
|
|
1443
|
-
|
|
1444
|
-
closeIconColorWarning: string;
|
|
1445
|
-
closeIconColorHoverWarning: string;
|
|
1446
|
-
closeIconColorPressedWarning: string;
|
|
1303
|
+
closeColorWarning: string;
|
|
1447
1304
|
closeColorHoverWarning: string;
|
|
1448
1305
|
closeColorPressedWarning: string;
|
|
1449
1306
|
borderError: string;
|
|
1450
1307
|
textColorError: string;
|
|
1451
1308
|
colorError: string;
|
|
1452
|
-
|
|
1453
|
-
closeIconColorError: string;
|
|
1454
|
-
closeIconColorHoverError: string;
|
|
1455
|
-
closeIconColorPressedError: string;
|
|
1309
|
+
closeColorError: string;
|
|
1456
1310
|
closeColorHoverError: string;
|
|
1457
1311
|
closeColorPressedError: string;
|
|
1458
|
-
closeIconSizeTiny: string;
|
|
1459
|
-
closeIconSizeSmall: string;
|
|
1460
|
-
closeIconSizeMedium: string;
|
|
1461
|
-
closeIconSizeLarge: string;
|
|
1462
1312
|
closeSizeTiny: string;
|
|
1463
1313
|
closeSizeSmall: string;
|
|
1464
1314
|
closeSizeMedium: string;
|
|
@@ -1468,7 +1318,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1468
1318
|
closeMarginRtl: string;
|
|
1469
1319
|
}, any>>;
|
|
1470
1320
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1471
|
-
closeBorderRadius: string;
|
|
1472
1321
|
heightTiny: string;
|
|
1473
1322
|
heightSmall: string;
|
|
1474
1323
|
heightMedium: string;
|
|
@@ -1479,7 +1328,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1479
1328
|
fontSizeSmall: string;
|
|
1480
1329
|
fontSizeMedium: string;
|
|
1481
1330
|
fontSizeLarge: string;
|
|
1482
|
-
fontWeightStrong: string;
|
|
1483
1331
|
textColorCheckable: string;
|
|
1484
1332
|
textColorHoverCheckable: string;
|
|
1485
1333
|
textColorPressedCheckable: string;
|
|
@@ -1493,61 +1341,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1493
1341
|
border: string;
|
|
1494
1342
|
textColor: string;
|
|
1495
1343
|
color: string;
|
|
1496
|
-
|
|
1497
|
-
closeIconColor: string;
|
|
1498
|
-
closeIconColorHover: string;
|
|
1499
|
-
closeIconColorPressed: string;
|
|
1344
|
+
closeColor: string;
|
|
1500
1345
|
closeColorHover: string;
|
|
1501
1346
|
closeColorPressed: string;
|
|
1502
1347
|
borderPrimary: string;
|
|
1503
1348
|
textColorPrimary: string;
|
|
1504
1349
|
colorPrimary: string;
|
|
1505
|
-
|
|
1506
|
-
closeIconColorPrimary: string;
|
|
1507
|
-
closeIconColorHoverPrimary: string;
|
|
1508
|
-
closeIconColorPressedPrimary: string;
|
|
1350
|
+
closeColorPrimary: string;
|
|
1509
1351
|
closeColorHoverPrimary: string;
|
|
1510
1352
|
closeColorPressedPrimary: string;
|
|
1511
1353
|
borderInfo: string;
|
|
1512
1354
|
textColorInfo: string;
|
|
1513
1355
|
colorInfo: string;
|
|
1514
|
-
|
|
1515
|
-
closeIconColorInfo: string;
|
|
1516
|
-
closeIconColorHoverInfo: string;
|
|
1517
|
-
closeIconColorPressedInfo: string;
|
|
1356
|
+
closeColorInfo: string;
|
|
1518
1357
|
closeColorHoverInfo: string;
|
|
1519
1358
|
closeColorPressedInfo: string;
|
|
1520
1359
|
borderSuccess: string;
|
|
1521
1360
|
textColorSuccess: string;
|
|
1522
1361
|
colorSuccess: string;
|
|
1523
|
-
|
|
1524
|
-
closeIconColorSuccess: string;
|
|
1525
|
-
closeIconColorHoverSuccess: string;
|
|
1526
|
-
closeIconColorPressedSuccess: string;
|
|
1362
|
+
closeColorSuccess: string;
|
|
1527
1363
|
closeColorHoverSuccess: string;
|
|
1528
1364
|
closeColorPressedSuccess: string;
|
|
1529
1365
|
borderWarning: string;
|
|
1530
1366
|
textColorWarning: string;
|
|
1531
1367
|
colorWarning: string;
|
|
1532
|
-
|
|
1533
|
-
closeIconColorWarning: string;
|
|
1534
|
-
closeIconColorHoverWarning: string;
|
|
1535
|
-
closeIconColorPressedWarning: string;
|
|
1368
|
+
closeColorWarning: string;
|
|
1536
1369
|
closeColorHoverWarning: string;
|
|
1537
1370
|
closeColorPressedWarning: string;
|
|
1538
1371
|
borderError: string;
|
|
1539
1372
|
textColorError: string;
|
|
1540
1373
|
colorError: string;
|
|
1541
|
-
|
|
1542
|
-
closeIconColorError: string;
|
|
1543
|
-
closeIconColorHoverError: string;
|
|
1544
|
-
closeIconColorPressedError: string;
|
|
1374
|
+
closeColorError: string;
|
|
1545
1375
|
closeColorHoverError: string;
|
|
1546
1376
|
closeColorPressedError: string;
|
|
1547
|
-
closeIconSizeTiny: string;
|
|
1548
|
-
closeIconSizeSmall: string;
|
|
1549
|
-
closeIconSizeMedium: string;
|
|
1550
|
-
closeIconSizeLarge: string;
|
|
1551
1377
|
closeSizeTiny: string;
|
|
1552
1378
|
closeSizeSmall: string;
|
|
1553
1379
|
closeSizeMedium: string;
|
|
@@ -1557,7 +1383,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1557
1383
|
closeMarginRtl: string;
|
|
1558
1384
|
}, any>>>;
|
|
1559
1385
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1560
|
-
closeBorderRadius: string;
|
|
1561
1386
|
heightTiny: string;
|
|
1562
1387
|
heightSmall: string;
|
|
1563
1388
|
heightMedium: string;
|
|
@@ -1568,7 +1393,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1568
1393
|
fontSizeSmall: string;
|
|
1569
1394
|
fontSizeMedium: string;
|
|
1570
1395
|
fontSizeLarge: string;
|
|
1571
|
-
fontWeightStrong: string;
|
|
1572
1396
|
textColorCheckable: string;
|
|
1573
1397
|
textColorHoverCheckable: string;
|
|
1574
1398
|
textColorPressedCheckable: string;
|
|
@@ -1582,61 +1406,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1582
1406
|
border: string;
|
|
1583
1407
|
textColor: string;
|
|
1584
1408
|
color: string;
|
|
1585
|
-
|
|
1586
|
-
closeIconColor: string;
|
|
1587
|
-
closeIconColorHover: string;
|
|
1588
|
-
closeIconColorPressed: string;
|
|
1409
|
+
closeColor: string;
|
|
1589
1410
|
closeColorHover: string;
|
|
1590
1411
|
closeColorPressed: string;
|
|
1591
1412
|
borderPrimary: string;
|
|
1592
1413
|
textColorPrimary: string;
|
|
1593
1414
|
colorPrimary: string;
|
|
1594
|
-
|
|
1595
|
-
closeIconColorPrimary: string;
|
|
1596
|
-
closeIconColorHoverPrimary: string;
|
|
1597
|
-
closeIconColorPressedPrimary: string;
|
|
1415
|
+
closeColorPrimary: string;
|
|
1598
1416
|
closeColorHoverPrimary: string;
|
|
1599
1417
|
closeColorPressedPrimary: string;
|
|
1600
1418
|
borderInfo: string;
|
|
1601
1419
|
textColorInfo: string;
|
|
1602
1420
|
colorInfo: string;
|
|
1603
|
-
|
|
1604
|
-
closeIconColorInfo: string;
|
|
1605
|
-
closeIconColorHoverInfo: string;
|
|
1606
|
-
closeIconColorPressedInfo: string;
|
|
1421
|
+
closeColorInfo: string;
|
|
1607
1422
|
closeColorHoverInfo: string;
|
|
1608
1423
|
closeColorPressedInfo: string;
|
|
1609
1424
|
borderSuccess: string;
|
|
1610
1425
|
textColorSuccess: string;
|
|
1611
1426
|
colorSuccess: string;
|
|
1612
|
-
|
|
1613
|
-
closeIconColorSuccess: string;
|
|
1614
|
-
closeIconColorHoverSuccess: string;
|
|
1615
|
-
closeIconColorPressedSuccess: string;
|
|
1427
|
+
closeColorSuccess: string;
|
|
1616
1428
|
closeColorHoverSuccess: string;
|
|
1617
1429
|
closeColorPressedSuccess: string;
|
|
1618
1430
|
borderWarning: string;
|
|
1619
1431
|
textColorWarning: string;
|
|
1620
1432
|
colorWarning: string;
|
|
1621
|
-
|
|
1622
|
-
closeIconColorWarning: string;
|
|
1623
|
-
closeIconColorHoverWarning: string;
|
|
1624
|
-
closeIconColorPressedWarning: string;
|
|
1433
|
+
closeColorWarning: string;
|
|
1625
1434
|
closeColorHoverWarning: string;
|
|
1626
1435
|
closeColorPressedWarning: string;
|
|
1627
1436
|
borderError: string;
|
|
1628
1437
|
textColorError: string;
|
|
1629
1438
|
colorError: string;
|
|
1630
|
-
|
|
1631
|
-
closeIconColorError: string;
|
|
1632
|
-
closeIconColorHoverError: string;
|
|
1633
|
-
closeIconColorPressedError: string;
|
|
1439
|
+
closeColorError: string;
|
|
1634
1440
|
closeColorHoverError: string;
|
|
1635
1441
|
closeColorPressedError: string;
|
|
1636
|
-
closeIconSizeTiny: string;
|
|
1637
|
-
closeIconSizeSmall: string;
|
|
1638
|
-
closeIconSizeMedium: string;
|
|
1639
|
-
closeIconSizeLarge: string;
|
|
1640
1442
|
closeSizeTiny: string;
|
|
1641
1443
|
closeSizeSmall: string;
|
|
1642
1444
|
closeSizeMedium: string;
|
|
@@ -1651,13 +1453,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1651
1453
|
size: "small" | "medium" | "large" | "tiny";
|
|
1652
1454
|
disabled: boolean | undefined;
|
|
1653
1455
|
checked: boolean;
|
|
1654
|
-
strong: boolean;
|
|
1655
1456
|
bordered: boolean | undefined;
|
|
1656
|
-
closable: boolean;
|
|
1657
1457
|
checkable: boolean;
|
|
1658
|
-
internalCloseFocusable: boolean;
|
|
1659
1458
|
internalStopClickPropagation: boolean;
|
|
1660
1459
|
onCheckedChange: (checked: boolean) => void;
|
|
1460
|
+
closable: boolean;
|
|
1661
1461
|
}>;
|
|
1662
1462
|
NTooltip: import("vue").DefineComponent<{
|
|
1663
1463
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1790,7 +1590,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1790
1590
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1791
1591
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1792
1592
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1793
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
1794
1593
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1795
1594
|
internalInheritedEventHandlers: {
|
|
1796
1595
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1855,11 +1654,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1855
1654
|
opacity5: string;
|
|
1856
1655
|
dividerColor: string;
|
|
1857
1656
|
borderColor: string;
|
|
1858
|
-
|
|
1859
|
-
closeIconColorHover: string;
|
|
1860
|
-
closeIconColorPressed: string;
|
|
1657
|
+
closeColor: string;
|
|
1861
1658
|
closeColorHover: string;
|
|
1862
1659
|
closeColorPressed: string;
|
|
1660
|
+
closeColorDisabled: string;
|
|
1863
1661
|
clearColor: string;
|
|
1864
1662
|
clearColorHover: string;
|
|
1865
1663
|
clearColorPressed: string;
|
|
@@ -2091,7 +1889,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2091
1889
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2092
1890
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2093
1891
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2094
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
2095
1892
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2096
1893
|
internalInheritedEventHandlers: {
|
|
2097
1894
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2127,7 +1924,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2127
1924
|
arrowPointToCenter: boolean;
|
|
2128
1925
|
displayDirective: "show" | "if";
|
|
2129
1926
|
keepAliveOnHover: boolean;
|
|
2130
|
-
internalDeactivateImmediately: boolean;
|
|
2131
1927
|
animated: boolean;
|
|
2132
1928
|
internalTrapFocus: boolean;
|
|
2133
1929
|
defaultShow: boolean;
|
|
@@ -3581,26 +3377,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3581
3377
|
rippleDuration: string;
|
|
3582
3378
|
}, any>>>;
|
|
3583
3379
|
}>>, {
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3380
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
3381
|
+
tag: keyof HTMLElementTagNameMap;
|
|
3382
|
+
block: boolean;
|
|
3383
|
+
round: boolean;
|
|
3384
|
+
dashed: boolean;
|
|
3385
|
+
text: boolean;
|
|
3386
|
+
circle: boolean;
|
|
3387
|
+
disabled: boolean;
|
|
3388
|
+
focusable: boolean;
|
|
3389
|
+
strong: boolean;
|
|
3390
|
+
loading: boolean;
|
|
3391
|
+
bordered: boolean;
|
|
3392
|
+
tertiary: boolean;
|
|
3393
|
+
ghost: boolean;
|
|
3394
|
+
keyboard: boolean;
|
|
3395
|
+
secondary: boolean;
|
|
3396
|
+
quaternary: boolean;
|
|
3397
|
+
iconPlacement: "left" | "right";
|
|
3398
|
+
attrType: "button" | "reset" | "submit";
|
|
3399
|
+
nativeFocusBehavior: boolean;
|
|
3604
3400
|
}>;
|
|
3605
3401
|
NInput: import("vue").DefineComponent<{
|
|
3606
3402
|
bordered: {
|
|
@@ -3660,7 +3456,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3660
3456
|
type: BooleanConstructor;
|
|
3661
3457
|
default: undefined;
|
|
3662
3458
|
};
|
|
3663
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3664
3459
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3665
3460
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3666
3461
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3881,8 +3676,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3881
3676
|
contentRef: HTMLElement | null;
|
|
3882
3677
|
containerScrollTop: number;
|
|
3883
3678
|
syncUnifiedContainer: () => void;
|
|
3884
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3885
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3679
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
3680
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
3886
3681
|
sync: () => void;
|
|
3887
3682
|
handleMouseEnterWrapper: () => void;
|
|
3888
3683
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3916,7 +3711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3916
3711
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
3917
3712
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
3918
3713
|
handleInputBlur: (e: FocusEvent) => void;
|
|
3919
|
-
handleInputFocus: (e: FocusEvent
|
|
3714
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
3920
3715
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
3921
3716
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
3922
3717
|
handleMouseEnter: () => void;
|
|
@@ -3927,7 +3722,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3927
3722
|
handleClear: (e: MouseEvent) => void;
|
|
3928
3723
|
handlePasswordToggleClick: () => void;
|
|
3929
3724
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
3930
|
-
|
|
3725
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
3931
3726
|
handleTextAreaMirrorResize: () => void;
|
|
3932
3727
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
3933
3728
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -3971,11 +3766,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3971
3766
|
opacity5: string;
|
|
3972
3767
|
dividerColor: string;
|
|
3973
3768
|
borderColor: string;
|
|
3974
|
-
|
|
3975
|
-
closeIconColorHover: string;
|
|
3976
|
-
closeIconColorPressed: string;
|
|
3769
|
+
closeColor: string;
|
|
3977
3770
|
closeColorHover: string;
|
|
3978
3771
|
closeColorPressed: string;
|
|
3772
|
+
closeColorDisabled: string;
|
|
3979
3773
|
clearColor: string;
|
|
3980
3774
|
clearColorHover: string;
|
|
3981
3775
|
clearColorPressed: string;
|
|
@@ -4216,7 +4010,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4216
4010
|
type: BooleanConstructor;
|
|
4217
4011
|
default: undefined;
|
|
4218
4012
|
};
|
|
4219
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4220
4013
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4221
4014
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4222
4015
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|