cnhis-design-vue 3.1.5-beta.5 → 3.1.6
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/env.d.ts +23 -11
- package/es/_virtual/_commonjsHelpers.mjs +1 -0
- package/es/_virtual/inherits.mjs +1 -0
- package/es/_virtual/inherits_browser.mjs +1 -0
- package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
- package/es/node_modules/ids/dist/index.esm.mjs +1 -0
- package/es/node_modules/inherits/inherits.mjs +1 -0
- package/es/node_modules/inherits/inherits_browser.mjs +1 -0
- package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
- package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
- package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
- package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
- package/es/packages/big-table/index.d.ts +2044 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.mjs +1 -0
- package/es/packages/bpmn-workflow/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.css +29 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -0
- package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
- package/es/packages/button-print/index.d.ts +7373 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/editor/index.d.ts +30 -0
- package/es/packages/editor/index.mjs +1 -0
- package/es/packages/editor/index2.mjs +1 -0
- package/es/packages/editor/src/Editor.d.ts +30 -0
- package/es/packages/editor/src/Editor.mjs +1 -0
- package/es/packages/editor/src/Editor2.mjs +1 -0
- package/es/packages/editor/style/index.css +0 -0
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +2647 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/index.css +61 -0
- package/es/packages/index.d.ts +4 -1
- package/es/packages/index.less +64 -0
- package/es/packages/index.mjs +1 -1
- package/es/packages/index2.mjs +1 -1
- package/es/packages/info-header/index.d.ts +1827 -0
- package/es/packages/info-header/src/hidden-content.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
- package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/hidden-content2.mjs +1 -0
- package/es/packages/info-header/src/info-header.vue.d.ts +1828 -0
- package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/info-header/style/index.css +1 -0
- package/es/packages/info-header/style/index.less +1 -0
- package/es/packages/map/index.d.ts +2313 -0
- package/es/packages/map/src/Map.vue.d.ts +2313 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/popper/index.d.ts +0 -0
- package/es/packages/popper/index.mjs +1 -0
- package/es/packages/popper/src/components/popover.mjs +1 -0
- package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
- package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/popper/src/components/popover2.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
- package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
- package/es/packages/popper/src/types/index.d.ts +1 -0
- package/es/packages/popper/src/types/index.mjs +1 -0
- package/es/packages/scale-view/index.d.ts +4297 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.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/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
- package/es/packages/select-label/index.d.ts +12091 -0
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/index.d.ts +3500 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/time-line/index.d.ts +1720 -0
- package/es/packages/time-line/index.mjs +1 -0
- package/es/packages/time-line/index2.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/src/TimeLine2.mjs +1 -0
- package/es/packages/time-line/style/index.css +32 -0
- package/es/packages/time-line/style/index.less +35 -0
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/package.json +15 -8
- package/yarn-error.log +122 -0
- package/CHANGELOG.md +0 -269
- package/es/packages/info-header/src/hiddenContent.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
|
@@ -114,13 +114,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
readonly default: 0;
|
|
115
115
|
};
|
|
116
116
|
}>>, {
|
|
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;
|
|
117
|
+
readonly cols: string | number;
|
|
118
|
+
readonly responsive: "self" | "screen";
|
|
119
|
+
readonly collapsed: boolean;
|
|
120
|
+
readonly itemResponsive: boolean;
|
|
121
|
+
readonly collapsedRows: number;
|
|
122
|
+
readonly xGap: string | number;
|
|
123
|
+
readonly yGap: string | number;
|
|
124
124
|
}>;
|
|
125
125
|
NFormItemGi: import("vue").DefineComponent<{
|
|
126
126
|
readonly label: StringConstructor;
|
|
@@ -408,16 +408,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
408
408
|
readonly default: true;
|
|
409
409
|
};
|
|
410
410
|
}>>, {
|
|
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;
|
|
411
|
+
readonly required: boolean;
|
|
412
|
+
readonly first: boolean;
|
|
413
|
+
readonly offset: string | number;
|
|
414
|
+
readonly span: string | number;
|
|
415
|
+
readonly suffix: boolean;
|
|
416
|
+
readonly showRequireMark: boolean | undefined;
|
|
417
|
+
readonly showFeedback: boolean | undefined;
|
|
418
|
+
readonly showLabel: boolean | undefined;
|
|
419
|
+
readonly ignorePathChange: boolean;
|
|
420
|
+
readonly privateShow: boolean;
|
|
421
421
|
}>;
|
|
422
422
|
NButton: import("vue").DefineComponent<{
|
|
423
423
|
readonly color: StringConstructor;
|
|
@@ -1792,26 +1792,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1792
1792
|
rippleDuration: string;
|
|
1793
1793
|
}, any>>>;
|
|
1794
1794
|
}>>, {
|
|
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;
|
|
1795
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1796
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1797
|
+
readonly block: boolean;
|
|
1798
|
+
readonly round: boolean;
|
|
1799
|
+
readonly dashed: boolean;
|
|
1800
|
+
readonly text: boolean;
|
|
1801
|
+
readonly circle: boolean;
|
|
1802
|
+
readonly disabled: boolean;
|
|
1803
|
+
readonly focusable: boolean;
|
|
1804
|
+
readonly strong: boolean;
|
|
1805
|
+
readonly loading: boolean;
|
|
1806
|
+
readonly bordered: boolean;
|
|
1807
|
+
readonly tertiary: boolean;
|
|
1808
|
+
readonly ghost: boolean;
|
|
1809
|
+
readonly keyboard: boolean;
|
|
1810
|
+
readonly secondary: boolean;
|
|
1811
|
+
readonly quaternary: boolean;
|
|
1812
|
+
readonly iconPlacement: "left" | "right";
|
|
1813
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1814
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1815
|
}>;
|
|
1816
1816
|
NModal: import("vue").DefineComponent<{
|
|
1817
1817
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1923,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1923
1923
|
titleTextColor: string;
|
|
1924
1924
|
textColor: string;
|
|
1925
1925
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1926
|
closeColorHover: string;
|
|
1928
1927
|
closeColorPressed: string;
|
|
1928
|
+
closeIconColor: string;
|
|
1929
|
+
closeIconColorHover: string;
|
|
1930
|
+
closeIconColorPressed: string;
|
|
1931
|
+
closeBorderRadius: string;
|
|
1929
1932
|
iconColor: string;
|
|
1930
1933
|
iconColorInfo: string;
|
|
1931
1934
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1941
1944
|
iconMargin: string;
|
|
1942
1945
|
iconMarginIconTop: string;
|
|
1943
1946
|
closeSize: string;
|
|
1947
|
+
closeIconSize: string;
|
|
1944
1948
|
closeMargin: string;
|
|
1945
1949
|
closeMarginIconTop: string;
|
|
1946
1950
|
}, {
|
|
@@ -2161,9 +2165,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2161
2165
|
borderColor: string;
|
|
2162
2166
|
actionColor: string;
|
|
2163
2167
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2168
|
closeColorHover: string;
|
|
2166
2169
|
closeColorPressed: string;
|
|
2170
|
+
closeBorderRadius: string;
|
|
2171
|
+
closeIconColor: string;
|
|
2172
|
+
closeIconColorHover: string;
|
|
2173
|
+
closeIconColorPressed: string;
|
|
2167
2174
|
fontSizeSmall: string;
|
|
2168
2175
|
fontSizeMedium: string;
|
|
2169
2176
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2178
2185
|
titleFontSizeMedium: string;
|
|
2179
2186
|
titleFontSizeLarge: string;
|
|
2180
2187
|
titleFontSizeHuge: string;
|
|
2188
|
+
closeIconSize: string;
|
|
2181
2189
|
closeSize: string;
|
|
2182
2190
|
}, any>;
|
|
2183
2191
|
}>>;
|
|
@@ -2197,9 +2205,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2197
2205
|
titleTextColor: string;
|
|
2198
2206
|
textColor: string;
|
|
2199
2207
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2208
|
closeColorHover: string;
|
|
2202
2209
|
closeColorPressed: string;
|
|
2210
|
+
closeIconColor: string;
|
|
2211
|
+
closeIconColorHover: string;
|
|
2212
|
+
closeIconColorPressed: string;
|
|
2213
|
+
closeBorderRadius: string;
|
|
2203
2214
|
iconColor: string;
|
|
2204
2215
|
iconColorInfo: string;
|
|
2205
2216
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2226,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2215
2226
|
iconMargin: string;
|
|
2216
2227
|
iconMarginIconTop: string;
|
|
2217
2228
|
closeSize: string;
|
|
2229
|
+
closeIconSize: string;
|
|
2218
2230
|
closeMargin: string;
|
|
2219
2231
|
closeMarginIconTop: string;
|
|
2220
2232
|
}, {
|
|
@@ -2435,9 +2447,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2435
2447
|
borderColor: string;
|
|
2436
2448
|
actionColor: string;
|
|
2437
2449
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2450
|
closeColorHover: string;
|
|
2440
2451
|
closeColorPressed: string;
|
|
2452
|
+
closeBorderRadius: string;
|
|
2453
|
+
closeIconColor: string;
|
|
2454
|
+
closeIconColorHover: string;
|
|
2455
|
+
closeIconColorPressed: string;
|
|
2441
2456
|
fontSizeSmall: string;
|
|
2442
2457
|
fontSizeMedium: string;
|
|
2443
2458
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2467,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2452
2467
|
titleFontSizeMedium: string;
|
|
2453
2468
|
titleFontSizeLarge: string;
|
|
2454
2469
|
titleFontSizeHuge: string;
|
|
2470
|
+
closeIconSize: string;
|
|
2455
2471
|
closeSize: string;
|
|
2456
2472
|
}, any>;
|
|
2457
2473
|
}>>>;
|
|
@@ -2471,9 +2487,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2487
|
titleTextColor: string;
|
|
2472
2488
|
textColor: string;
|
|
2473
2489
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2490
|
closeColorHover: string;
|
|
2476
2491
|
closeColorPressed: string;
|
|
2492
|
+
closeIconColor: string;
|
|
2493
|
+
closeIconColorHover: string;
|
|
2494
|
+
closeIconColorPressed: string;
|
|
2495
|
+
closeBorderRadius: string;
|
|
2477
2496
|
iconColor: string;
|
|
2478
2497
|
iconColorInfo: string;
|
|
2479
2498
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2508,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2508
|
iconMargin: string;
|
|
2490
2509
|
iconMarginIconTop: string;
|
|
2491
2510
|
closeSize: string;
|
|
2511
|
+
closeIconSize: string;
|
|
2492
2512
|
closeMargin: string;
|
|
2493
2513
|
closeMarginIconTop: string;
|
|
2494
2514
|
}, {
|
|
@@ -2709,9 +2729,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2729
|
borderColor: string;
|
|
2710
2730
|
actionColor: string;
|
|
2711
2731
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2732
|
closeColorHover: string;
|
|
2714
2733
|
closeColorPressed: string;
|
|
2734
|
+
closeBorderRadius: string;
|
|
2735
|
+
closeIconColor: string;
|
|
2736
|
+
closeIconColorHover: string;
|
|
2737
|
+
closeIconColorPressed: string;
|
|
2715
2738
|
fontSizeSmall: string;
|
|
2716
2739
|
fontSizeMedium: string;
|
|
2717
2740
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2749,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2726
2749
|
titleFontSizeMedium: string;
|
|
2727
2750
|
titleFontSizeLarge: string;
|
|
2728
2751
|
titleFontSizeHuge: string;
|
|
2752
|
+
closeIconSize: string;
|
|
2729
2753
|
closeSize: string;
|
|
2730
2754
|
}, any>;
|
|
2731
2755
|
}>>>;
|
|
@@ -2861,9 +2885,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2861
2885
|
titleTextColor: string;
|
|
2862
2886
|
textColor: string;
|
|
2863
2887
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2888
|
closeColorHover: string;
|
|
2866
2889
|
closeColorPressed: string;
|
|
2890
|
+
closeIconColor: string;
|
|
2891
|
+
closeIconColorHover: string;
|
|
2892
|
+
closeIconColorPressed: string;
|
|
2893
|
+
closeBorderRadius: string;
|
|
2867
2894
|
iconColor: string;
|
|
2868
2895
|
iconColorInfo: string;
|
|
2869
2896
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2906,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2879
2906
|
iconMargin: string;
|
|
2880
2907
|
iconMarginIconTop: string;
|
|
2881
2908
|
closeSize: string;
|
|
2909
|
+
closeIconSize: string;
|
|
2882
2910
|
closeMargin: string;
|
|
2883
2911
|
closeMarginIconTop: string;
|
|
2884
2912
|
}, {
|
|
@@ -3099,9 +3127,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3099
3127
|
borderColor: string;
|
|
3100
3128
|
actionColor: string;
|
|
3101
3129
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3130
|
closeColorHover: string;
|
|
3104
3131
|
closeColorPressed: string;
|
|
3132
|
+
closeBorderRadius: string;
|
|
3133
|
+
closeIconColor: string;
|
|
3134
|
+
closeIconColorHover: string;
|
|
3135
|
+
closeIconColorPressed: string;
|
|
3105
3136
|
fontSizeSmall: string;
|
|
3106
3137
|
fontSizeMedium: string;
|
|
3107
3138
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3147
|
titleFontSizeMedium: string;
|
|
3117
3148
|
titleFontSizeLarge: string;
|
|
3118
3149
|
titleFontSizeHuge: string;
|
|
3150
|
+
closeIconSize: string;
|
|
3119
3151
|
closeSize: string;
|
|
3120
3152
|
}, any>;
|
|
3121
3153
|
}>>;
|
|
@@ -3135,9 +3167,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3135
3167
|
titleTextColor: string;
|
|
3136
3168
|
textColor: string;
|
|
3137
3169
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3170
|
closeColorHover: string;
|
|
3140
3171
|
closeColorPressed: string;
|
|
3172
|
+
closeIconColor: string;
|
|
3173
|
+
closeIconColorHover: string;
|
|
3174
|
+
closeIconColorPressed: string;
|
|
3175
|
+
closeBorderRadius: string;
|
|
3141
3176
|
iconColor: string;
|
|
3142
3177
|
iconColorInfo: string;
|
|
3143
3178
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3153
3188
|
iconMargin: string;
|
|
3154
3189
|
iconMarginIconTop: string;
|
|
3155
3190
|
closeSize: string;
|
|
3191
|
+
closeIconSize: string;
|
|
3156
3192
|
closeMargin: string;
|
|
3157
3193
|
closeMarginIconTop: string;
|
|
3158
3194
|
}, {
|
|
@@ -3373,9 +3409,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3373
3409
|
borderColor: string;
|
|
3374
3410
|
actionColor: string;
|
|
3375
3411
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3412
|
closeColorHover: string;
|
|
3378
3413
|
closeColorPressed: string;
|
|
3414
|
+
closeBorderRadius: string;
|
|
3415
|
+
closeIconColor: string;
|
|
3416
|
+
closeIconColorHover: string;
|
|
3417
|
+
closeIconColorPressed: string;
|
|
3379
3418
|
fontSizeSmall: string;
|
|
3380
3419
|
fontSizeMedium: string;
|
|
3381
3420
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3429,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3429
|
titleFontSizeMedium: string;
|
|
3391
3430
|
titleFontSizeLarge: string;
|
|
3392
3431
|
titleFontSizeHuge: string;
|
|
3432
|
+
closeIconSize: string;
|
|
3393
3433
|
closeSize: string;
|
|
3394
3434
|
}, any>;
|
|
3395
3435
|
}>>>;
|
|
@@ -3409,9 +3449,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3449
|
titleTextColor: string;
|
|
3410
3450
|
textColor: string;
|
|
3411
3451
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3452
|
closeColorHover: string;
|
|
3414
3453
|
closeColorPressed: string;
|
|
3454
|
+
closeIconColor: string;
|
|
3455
|
+
closeIconColorHover: string;
|
|
3456
|
+
closeIconColorPressed: string;
|
|
3457
|
+
closeBorderRadius: string;
|
|
3415
3458
|
iconColor: string;
|
|
3416
3459
|
iconColorInfo: string;
|
|
3417
3460
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3470,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3427
3470
|
iconMargin: string;
|
|
3428
3471
|
iconMarginIconTop: string;
|
|
3429
3472
|
closeSize: string;
|
|
3473
|
+
closeIconSize: string;
|
|
3430
3474
|
closeMargin: string;
|
|
3431
3475
|
closeMarginIconTop: string;
|
|
3432
3476
|
}, {
|
|
@@ -3647,9 +3691,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3647
3691
|
borderColor: string;
|
|
3648
3692
|
actionColor: string;
|
|
3649
3693
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3694
|
closeColorHover: string;
|
|
3652
3695
|
closeColorPressed: string;
|
|
3696
|
+
closeBorderRadius: string;
|
|
3697
|
+
closeIconColor: string;
|
|
3698
|
+
closeIconColorHover: string;
|
|
3699
|
+
closeIconColorPressed: string;
|
|
3653
3700
|
fontSizeSmall: string;
|
|
3654
3701
|
fontSizeMedium: string;
|
|
3655
3702
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3664
3711
|
titleFontSizeMedium: string;
|
|
3665
3712
|
titleFontSizeLarge: string;
|
|
3666
3713
|
titleFontSizeHuge: string;
|
|
3714
|
+
closeIconSize: string;
|
|
3667
3715
|
closeSize: string;
|
|
3668
3716
|
}, any>;
|
|
3669
3717
|
}>>>;
|
|
@@ -3944,14 +3992,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3944
3992
|
labelTextAlignHorizontal: string;
|
|
3945
3993
|
}, any>>>;
|
|
3946
3994
|
}>>, {
|
|
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;
|
|
3995
|
+
readonly inline: boolean;
|
|
3996
|
+
readonly disabled: boolean;
|
|
3997
|
+
readonly onSubmit: (e: Event) => void;
|
|
3998
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3999
|
+
readonly model: Record<string, any>;
|
|
4000
|
+
readonly showRequireMark: boolean | undefined;
|
|
4001
|
+
readonly showFeedback: boolean;
|
|
4002
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4003
|
}>;
|
|
3956
4004
|
NInput: import("vue").DefineComponent<{
|
|
3957
4005
|
bordered: {
|
|
@@ -4231,8 +4279,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4231
4279
|
contentRef: HTMLElement | null;
|
|
4232
4280
|
containerScrollTop: number;
|
|
4233
4281
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4282
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4283
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4284
|
sync: () => void;
|
|
4237
4285
|
handleMouseEnterWrapper: () => void;
|
|
4238
4286
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4321,10 +4369,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4369
|
opacity5: string;
|
|
4322
4370
|
dividerColor: string;
|
|
4323
4371
|
borderColor: string;
|
|
4324
|
-
|
|
4372
|
+
closeIconColor: string;
|
|
4373
|
+
closeIconColorHover: string;
|
|
4374
|
+
closeIconColorPressed: string;
|
|
4325
4375
|
closeColorHover: string;
|
|
4326
4376
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4377
|
clearColor: string;
|
|
4329
4378
|
clearColorHover: string;
|
|
4330
4379
|
clearColorPressed: string;
|
|
@@ -4832,10 +4881,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4832
4881
|
};
|
|
4833
4882
|
readonly remote: BooleanConstructor;
|
|
4834
4883
|
readonly loading: BooleanConstructor;
|
|
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
|
-
};
|
|
4884
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
4839
4885
|
readonly placement: {
|
|
4840
4886
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
4841
4887
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4891,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4845
4891
|
readonly default: "trigger";
|
|
4846
4892
|
};
|
|
4847
4893
|
readonly tag: BooleanConstructor;
|
|
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
|
-
};
|
|
4894
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4895
|
readonly fallbackOption: {
|
|
4856
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
4857
|
-
readonly default:
|
|
4858
|
-
label: string;
|
|
4859
|
-
value: string | number;
|
|
4860
|
-
};
|
|
4896
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4897
|
+
readonly default: undefined;
|
|
4861
4898
|
};
|
|
4862
4899
|
readonly show: {
|
|
4863
4900
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,6 +4913,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4876
4913
|
readonly type: BooleanConstructor;
|
|
4877
4914
|
readonly default: true;
|
|
4878
4915
|
};
|
|
4916
|
+
readonly labelField: {
|
|
4917
|
+
readonly type: StringConstructor;
|
|
4918
|
+
readonly default: "label";
|
|
4919
|
+
};
|
|
4920
|
+
readonly valueField: {
|
|
4921
|
+
readonly type: StringConstructor;
|
|
4922
|
+
readonly default: "value";
|
|
4923
|
+
};
|
|
4924
|
+
readonly childrenField: {
|
|
4925
|
+
readonly type: StringConstructor;
|
|
4926
|
+
readonly default: "children";
|
|
4927
|
+
};
|
|
4879
4928
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4929
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4930
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4898,6 +4947,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4898
4947
|
readonly default: true;
|
|
4899
4948
|
};
|
|
4900
4949
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4950
|
+
readonly internalShowCheckmark: {
|
|
4951
|
+
readonly type: BooleanConstructor;
|
|
4952
|
+
readonly default: true;
|
|
4953
|
+
};
|
|
4901
4954
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4955
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4956
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
5046
|
optionCheckColor: string;
|
|
4994
5047
|
optionColorPending: string;
|
|
4995
5048
|
optionColorActive: string;
|
|
5049
|
+
optionColorActivePending: string;
|
|
4996
5050
|
actionTextColor: string;
|
|
4997
5051
|
loadingColor: string;
|
|
4998
5052
|
height: string;
|
|
@@ -5118,6 +5172,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5118
5172
|
optionCheckColor: string;
|
|
5119
5173
|
optionColorPending: string;
|
|
5120
5174
|
optionColorActive: string;
|
|
5175
|
+
optionColorActivePending: string;
|
|
5121
5176
|
actionTextColor: string;
|
|
5122
5177
|
loadingColor: string;
|
|
5123
5178
|
height: string;
|
|
@@ -5243,6 +5298,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5243
5298
|
optionCheckColor: string;
|
|
5244
5299
|
optionColorPending: string;
|
|
5245
5300
|
optionColorActive: string;
|
|
5301
|
+
optionColorActivePending: string;
|
|
5246
5302
|
actionTextColor: string;
|
|
5247
5303
|
loadingColor: string;
|
|
5248
5304
|
height: string;
|
|
@@ -5372,10 +5428,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5372
5428
|
opacity5: string;
|
|
5373
5429
|
dividerColor: string;
|
|
5374
5430
|
borderColor: string;
|
|
5375
|
-
|
|
5431
|
+
closeIconColor: string;
|
|
5432
|
+
closeIconColorHover: string;
|
|
5433
|
+
closeIconColorPressed: string;
|
|
5376
5434
|
closeColorHover: string;
|
|
5377
5435
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5436
|
clearColor: string;
|
|
5380
5437
|
clearColorHover: string;
|
|
5381
5438
|
clearColorPressed: string;
|
|
@@ -5530,6 +5587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5530
5587
|
optionCheckColor: string;
|
|
5531
5588
|
optionColorPending: string;
|
|
5532
5589
|
optionColorActive: string;
|
|
5590
|
+
optionColorActivePending: string;
|
|
5533
5591
|
actionTextColor: string;
|
|
5534
5592
|
loadingColor: string;
|
|
5535
5593
|
height: string;
|
|
@@ -5645,10 +5703,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5645
5703
|
};
|
|
5646
5704
|
readonly remote: BooleanConstructor;
|
|
5647
5705
|
readonly loading: BooleanConstructor;
|
|
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
|
-
};
|
|
5706
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5652
5707
|
readonly placement: {
|
|
5653
5708
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5654
5709
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5713,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5658
5713
|
readonly default: "trigger";
|
|
5659
5714
|
};
|
|
5660
5715
|
readonly tag: BooleanConstructor;
|
|
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
|
-
};
|
|
5716
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5717
|
readonly fallbackOption: {
|
|
5669
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5670
|
-
readonly default:
|
|
5671
|
-
label: string;
|
|
5672
|
-
value: string | number;
|
|
5673
|
-
};
|
|
5718
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5719
|
+
readonly default: undefined;
|
|
5674
5720
|
};
|
|
5675
5721
|
readonly show: {
|
|
5676
5722
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,6 +5735,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5735
|
readonly type: BooleanConstructor;
|
|
5690
5736
|
readonly default: true;
|
|
5691
5737
|
};
|
|
5738
|
+
readonly labelField: {
|
|
5739
|
+
readonly type: StringConstructor;
|
|
5740
|
+
readonly default: "label";
|
|
5741
|
+
};
|
|
5742
|
+
readonly valueField: {
|
|
5743
|
+
readonly type: StringConstructor;
|
|
5744
|
+
readonly default: "value";
|
|
5745
|
+
};
|
|
5746
|
+
readonly childrenField: {
|
|
5747
|
+
readonly type: StringConstructor;
|
|
5748
|
+
readonly default: "children";
|
|
5749
|
+
};
|
|
5692
5750
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5751
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5752
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5711,6 +5769,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5711
5769
|
readonly default: true;
|
|
5712
5770
|
};
|
|
5713
5771
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5772
|
+
readonly internalShowCheckmark: {
|
|
5773
|
+
readonly type: BooleanConstructor;
|
|
5774
|
+
readonly default: true;
|
|
5775
|
+
};
|
|
5714
5776
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5777
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5778
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5868,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5806
5868
|
optionCheckColor: string;
|
|
5807
5869
|
optionColorPending: string;
|
|
5808
5870
|
optionColorActive: string;
|
|
5871
|
+
optionColorActivePending: string;
|
|
5809
5872
|
actionTextColor: string;
|
|
5810
5873
|
loadingColor: string;
|
|
5811
5874
|
height: string;
|
|
@@ -5931,6 +5994,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5931
5994
|
optionCheckColor: string;
|
|
5932
5995
|
optionColorPending: string;
|
|
5933
5996
|
optionColorActive: string;
|
|
5997
|
+
optionColorActivePending: string;
|
|
5934
5998
|
actionTextColor: string;
|
|
5935
5999
|
loadingColor: string;
|
|
5936
6000
|
height: string;
|
|
@@ -6056,6 +6120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6120
|
optionCheckColor: string;
|
|
6057
6121
|
optionColorPending: string;
|
|
6058
6122
|
optionColorActive: string;
|
|
6123
|
+
optionColorActivePending: string;
|
|
6059
6124
|
actionTextColor: string;
|
|
6060
6125
|
loadingColor: string;
|
|
6061
6126
|
height: string;
|
|
@@ -6089,29 +6154,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6089
6154
|
}>;
|
|
6090
6155
|
}>>>;
|
|
6091
6156
|
}>>, {
|
|
6092
|
-
tag: boolean;
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
virtualScroll: boolean;
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
6114
|
-
consistentMenuWidth: boolean;
|
|
6157
|
+
readonly tag: boolean;
|
|
6158
|
+
readonly show: boolean | undefined;
|
|
6159
|
+
readonly multiple: boolean;
|
|
6160
|
+
readonly disabled: boolean | undefined;
|
|
6161
|
+
readonly to: string | boolean | HTMLElement;
|
|
6162
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6163
|
+
readonly loading: boolean;
|
|
6164
|
+
readonly bordered: boolean | undefined;
|
|
6165
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
6166
|
+
readonly labelField: string;
|
|
6167
|
+
readonly virtualScroll: boolean;
|
|
6168
|
+
readonly valueField: string;
|
|
6169
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6170
|
+
readonly showArrow: boolean;
|
|
6171
|
+
readonly displayDirective: "show" | "if";
|
|
6172
|
+
readonly filterable: boolean;
|
|
6173
|
+
readonly clearable: boolean;
|
|
6174
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6175
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6176
|
+
readonly remote: boolean;
|
|
6177
|
+
readonly widthMode: string;
|
|
6178
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6179
|
+
readonly consistentMenuWidth: boolean;
|
|
6180
|
+
readonly childrenField: string;
|
|
6181
|
+
readonly internalShowCheckmark: boolean;
|
|
6115
6182
|
}>;
|
|
6116
6183
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6184
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6282,10 +6349,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6282
6349
|
opacity5: string;
|
|
6283
6350
|
dividerColor: string;
|
|
6284
6351
|
borderColor: string;
|
|
6285
|
-
|
|
6352
|
+
closeIconColor: string;
|
|
6353
|
+
closeIconColorHover: string;
|
|
6354
|
+
closeIconColorPressed: string;
|
|
6286
6355
|
closeColorHover: string;
|
|
6287
6356
|
closeColorPressed: string;
|
|
6288
|
-
closeColorDisabled: string;
|
|
6289
6357
|
clearColor: string;
|
|
6290
6358
|
clearColorHover: string;
|
|
6291
6359
|
clearColorPressed: string;
|
|
@@ -6535,8 +6603,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6535
6603
|
}>>, {
|
|
6536
6604
|
disabled: boolean | undefined;
|
|
6537
6605
|
checked: string | number | boolean | undefined;
|
|
6538
|
-
focusable: boolean;
|
|
6539
6606
|
indeterminate: boolean;
|
|
6607
|
+
focusable: boolean;
|
|
6540
6608
|
defaultChecked: string | number | boolean;
|
|
6541
6609
|
checkedValue: string | number | boolean;
|
|
6542
6610
|
uncheckedValue: string | number | boolean;
|
|
@@ -6574,6 +6642,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6642
|
type: BooleanConstructor;
|
|
6575
6643
|
default: boolean;
|
|
6576
6644
|
};
|
|
6645
|
+
buttonPlacement: {
|
|
6646
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6647
|
+
default: string;
|
|
6648
|
+
};
|
|
6577
6649
|
readonly: BooleanConstructor;
|
|
6578
6650
|
clearable: BooleanConstructor;
|
|
6579
6651
|
keyboard: {
|
|
@@ -6587,6 +6659,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6587
6659
|
type: BooleanConstructor;
|
|
6588
6660
|
default: boolean;
|
|
6589
6661
|
};
|
|
6662
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6663
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6664
|
+
precision: NumberConstructor;
|
|
6590
6665
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6591
6666
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6592
6667
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7480,10 +7555,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7480
7555
|
opacity5: string;
|
|
7481
7556
|
dividerColor: string;
|
|
7482
7557
|
borderColor: string;
|
|
7483
|
-
|
|
7558
|
+
closeIconColor: string;
|
|
7559
|
+
closeIconColorHover: string;
|
|
7560
|
+
closeIconColorPressed: string;
|
|
7484
7561
|
closeColorHover: string;
|
|
7485
7562
|
closeColorPressed: string;
|
|
7486
|
-
closeColorDisabled: string;
|
|
7487
7563
|
clearColor: string;
|
|
7488
7564
|
clearColorHover: string;
|
|
7489
7565
|
clearColorPressed: string;
|
|
@@ -7869,6 +7945,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7869
7945
|
type: BooleanConstructor;
|
|
7870
7946
|
default: boolean;
|
|
7871
7947
|
};
|
|
7948
|
+
buttonPlacement: {
|
|
7949
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7950
|
+
default: string;
|
|
7951
|
+
};
|
|
7872
7952
|
readonly: BooleanConstructor;
|
|
7873
7953
|
clearable: BooleanConstructor;
|
|
7874
7954
|
keyboard: {
|
|
@@ -7882,6 +7962,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7882
7962
|
type: BooleanConstructor;
|
|
7883
7963
|
default: boolean;
|
|
7884
7964
|
};
|
|
7965
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7966
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7967
|
+
precision: NumberConstructor;
|
|
7885
7968
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7886
7969
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7887
7970
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8707,6 +8790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8707
8790
|
ArrowDown?: boolean | undefined;
|
|
8708
8791
|
};
|
|
8709
8792
|
showButton: boolean;
|
|
8793
|
+
buttonPlacement: "right" | "both";
|
|
8710
8794
|
updateValueOnInput: boolean;
|
|
8711
8795
|
}>;
|
|
8712
8796
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8836,6 +8920,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8836
8920
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8837
8921
|
readonly default: undefined;
|
|
8838
8922
|
};
|
|
8923
|
+
readonly panel: BooleanConstructor;
|
|
8839
8924
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8840
8925
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8841
8926
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -10713,8 +10798,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10713
10798
|
contentRef: HTMLElement | null;
|
|
10714
10799
|
containerScrollTop: number;
|
|
10715
10800
|
syncUnifiedContainer: () => void;
|
|
10716
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10717
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10801
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10802
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10718
10803
|
sync: () => void;
|
|
10719
10804
|
handleMouseEnterWrapper: () => void;
|
|
10720
10805
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10725,8 +10810,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10725
10810
|
contentRef: HTMLElement | null;
|
|
10726
10811
|
containerScrollTop: number;
|
|
10727
10812
|
syncUnifiedContainer: () => void;
|
|
10728
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10729
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10813
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10814
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10730
10815
|
sync: () => void;
|
|
10731
10816
|
handleMouseEnterWrapper: () => void;
|
|
10732
10817
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10742,8 +10827,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10742
10827
|
contentRef: HTMLElement | null;
|
|
10743
10828
|
containerScrollTop: number;
|
|
10744
10829
|
syncUnifiedContainer: () => void;
|
|
10745
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10746
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10830
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10831
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10747
10832
|
sync: () => void;
|
|
10748
10833
|
handleMouseEnterWrapper: () => void;
|
|
10749
10834
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10754,8 +10839,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10754
10839
|
contentRef: HTMLElement | null;
|
|
10755
10840
|
containerScrollTop: number;
|
|
10756
10841
|
syncUnifiedContainer: () => void;
|
|
10757
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10758
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10842
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10843
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10759
10844
|
sync: () => void;
|
|
10760
10845
|
handleMouseEnterWrapper: () => void;
|
|
10761
10846
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10766,8 +10851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10766
10851
|
contentRef: HTMLElement | null;
|
|
10767
10852
|
containerScrollTop: number;
|
|
10768
10853
|
syncUnifiedContainer: () => void;
|
|
10769
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10770
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10854
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10855
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10771
10856
|
sync: () => void;
|
|
10772
10857
|
handleMouseEnterWrapper: () => void;
|
|
10773
10858
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10778,8 +10863,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10778
10863
|
contentRef: HTMLElement | null;
|
|
10779
10864
|
containerScrollTop: number;
|
|
10780
10865
|
syncUnifiedContainer: () => void;
|
|
10781
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10782
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10866
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10867
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10783
10868
|
sync: () => void;
|
|
10784
10869
|
handleMouseEnterWrapper: () => void;
|
|
10785
10870
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10878,10 +10963,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10878
10963
|
opacity5: string;
|
|
10879
10964
|
dividerColor: string;
|
|
10880
10965
|
borderColor: string;
|
|
10881
|
-
|
|
10966
|
+
closeIconColor: string;
|
|
10967
|
+
closeIconColorHover: string;
|
|
10968
|
+
closeIconColorPressed: string;
|
|
10882
10969
|
closeColorHover: string;
|
|
10883
10970
|
closeColorPressed: string;
|
|
10884
|
-
closeColorDisabled: string;
|
|
10885
10971
|
clearColor: string;
|
|
10886
10972
|
clearColorHover: string;
|
|
10887
10973
|
clearColorPressed: string;
|
|
@@ -11949,6 +12035,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11949
12035
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11950
12036
|
readonly default: undefined;
|
|
11951
12037
|
};
|
|
12038
|
+
readonly panel: BooleanConstructor;
|
|
11952
12039
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11953
12040
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11954
12041
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -13812,17 +13899,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13812
13899
|
}, any>;
|
|
13813
13900
|
}>>>;
|
|
13814
13901
|
}>>, {
|
|
13815
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13816
|
-
show: boolean | undefined;
|
|
13817
|
-
disabled: boolean | undefined;
|
|
13818
|
-
to: string | boolean | HTMLElement;
|
|
13819
|
-
bordered: boolean | undefined;
|
|
13820
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
13821
|
-
clearable: boolean;
|
|
13822
|
-
inputReadonly: boolean;
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13902
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13903
|
+
readonly show: boolean | undefined;
|
|
13904
|
+
readonly disabled: boolean | undefined;
|
|
13905
|
+
readonly to: string | boolean | HTMLElement;
|
|
13906
|
+
readonly bordered: boolean | undefined;
|
|
13907
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
13908
|
+
readonly clearable: boolean;
|
|
13909
|
+
readonly inputReadonly: boolean;
|
|
13910
|
+
readonly panel: boolean;
|
|
13911
|
+
readonly updateValueOnClose: boolean;
|
|
13912
|
+
readonly closeOnSelect: boolean;
|
|
13913
|
+
readonly bindCalendarMonths: boolean;
|
|
13826
13914
|
}>;
|
|
13827
13915
|
NSelect: import("vue").DefineComponent<{
|
|
13828
13916
|
readonly to: {
|
|
@@ -13858,10 +13946,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13946
|
};
|
|
13859
13947
|
readonly remote: BooleanConstructor;
|
|
13860
13948
|
readonly loading: BooleanConstructor;
|
|
13861
|
-
readonly filter:
|
|
13862
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13863
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13864
|
-
};
|
|
13949
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13865
13950
|
readonly placement: {
|
|
13866
13951
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13867
13952
|
readonly default: "bottom-start";
|
|
@@ -13871,19 +13956,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13871
13956
|
readonly default: "trigger";
|
|
13872
13957
|
};
|
|
13873
13958
|
readonly tag: BooleanConstructor;
|
|
13874
|
-
readonly onCreate:
|
|
13875
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13876
|
-
readonly default: (label: string) => {
|
|
13877
|
-
label: string;
|
|
13878
|
-
value: string;
|
|
13879
|
-
};
|
|
13880
|
-
};
|
|
13959
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13881
13960
|
readonly fallbackOption: {
|
|
13882
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13883
|
-
readonly default:
|
|
13884
|
-
label: string;
|
|
13885
|
-
value: string | number;
|
|
13886
|
-
};
|
|
13961
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
13962
|
+
readonly default: undefined;
|
|
13887
13963
|
};
|
|
13888
13964
|
readonly show: {
|
|
13889
13965
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13902,6 +13978,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13902
13978
|
readonly type: BooleanConstructor;
|
|
13903
13979
|
readonly default: true;
|
|
13904
13980
|
};
|
|
13981
|
+
readonly labelField: {
|
|
13982
|
+
readonly type: StringConstructor;
|
|
13983
|
+
readonly default: "label";
|
|
13984
|
+
};
|
|
13985
|
+
readonly valueField: {
|
|
13986
|
+
readonly type: StringConstructor;
|
|
13987
|
+
readonly default: "value";
|
|
13988
|
+
};
|
|
13989
|
+
readonly childrenField: {
|
|
13990
|
+
readonly type: StringConstructor;
|
|
13991
|
+
readonly default: "children";
|
|
13992
|
+
};
|
|
13905
13993
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13906
13994
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13907
13995
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13924,6 +14012,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13924
14012
|
readonly default: true;
|
|
13925
14013
|
};
|
|
13926
14014
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14015
|
+
readonly internalShowCheckmark: {
|
|
14016
|
+
readonly type: BooleanConstructor;
|
|
14017
|
+
readonly default: true;
|
|
14018
|
+
};
|
|
13927
14019
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13928
14020
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13929
14021
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14019,6 +14111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14019
14111
|
optionCheckColor: string;
|
|
14020
14112
|
optionColorPending: string;
|
|
14021
14113
|
optionColorActive: string;
|
|
14114
|
+
optionColorActivePending: string;
|
|
14022
14115
|
actionTextColor: string;
|
|
14023
14116
|
loadingColor: string;
|
|
14024
14117
|
height: string;
|
|
@@ -14144,6 +14237,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14237
|
optionCheckColor: string;
|
|
14145
14238
|
optionColorPending: string;
|
|
14146
14239
|
optionColorActive: string;
|
|
14240
|
+
optionColorActivePending: string;
|
|
14147
14241
|
actionTextColor: string;
|
|
14148
14242
|
loadingColor: string;
|
|
14149
14243
|
height: string;
|
|
@@ -14269,6 +14363,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14269
14363
|
optionCheckColor: string;
|
|
14270
14364
|
optionColorPending: string;
|
|
14271
14365
|
optionColorActive: string;
|
|
14366
|
+
optionColorActivePending: string;
|
|
14272
14367
|
actionTextColor: string;
|
|
14273
14368
|
loadingColor: string;
|
|
14274
14369
|
height: string;
|
|
@@ -14398,10 +14493,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14398
14493
|
opacity5: string;
|
|
14399
14494
|
dividerColor: string;
|
|
14400
14495
|
borderColor: string;
|
|
14401
|
-
|
|
14496
|
+
closeIconColor: string;
|
|
14497
|
+
closeIconColorHover: string;
|
|
14498
|
+
closeIconColorPressed: string;
|
|
14402
14499
|
closeColorHover: string;
|
|
14403
14500
|
closeColorPressed: string;
|
|
14404
|
-
closeColorDisabled: string;
|
|
14405
14501
|
clearColor: string;
|
|
14406
14502
|
clearColorHover: string;
|
|
14407
14503
|
clearColorPressed: string;
|
|
@@ -14556,6 +14652,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14556
14652
|
optionCheckColor: string;
|
|
14557
14653
|
optionColorPending: string;
|
|
14558
14654
|
optionColorActive: string;
|
|
14655
|
+
optionColorActivePending: string;
|
|
14559
14656
|
actionTextColor: string;
|
|
14560
14657
|
loadingColor: string;
|
|
14561
14658
|
height: string;
|
|
@@ -14671,10 +14768,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14671
14768
|
};
|
|
14672
14769
|
readonly remote: BooleanConstructor;
|
|
14673
14770
|
readonly loading: BooleanConstructor;
|
|
14674
|
-
readonly filter:
|
|
14675
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14676
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14677
|
-
};
|
|
14771
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14678
14772
|
readonly placement: {
|
|
14679
14773
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14680
14774
|
readonly default: "bottom-start";
|
|
@@ -14684,19 +14778,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14778
|
readonly default: "trigger";
|
|
14685
14779
|
};
|
|
14686
14780
|
readonly tag: BooleanConstructor;
|
|
14687
|
-
readonly onCreate:
|
|
14688
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14689
|
-
readonly default: (label: string) => {
|
|
14690
|
-
label: string;
|
|
14691
|
-
value: string;
|
|
14692
|
-
};
|
|
14693
|
-
};
|
|
14781
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14694
14782
|
readonly fallbackOption: {
|
|
14695
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14696
|
-
readonly default:
|
|
14697
|
-
label: string;
|
|
14698
|
-
value: string | number;
|
|
14699
|
-
};
|
|
14783
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14784
|
+
readonly default: undefined;
|
|
14700
14785
|
};
|
|
14701
14786
|
readonly show: {
|
|
14702
14787
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14715,6 +14800,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14715
14800
|
readonly type: BooleanConstructor;
|
|
14716
14801
|
readonly default: true;
|
|
14717
14802
|
};
|
|
14803
|
+
readonly labelField: {
|
|
14804
|
+
readonly type: StringConstructor;
|
|
14805
|
+
readonly default: "label";
|
|
14806
|
+
};
|
|
14807
|
+
readonly valueField: {
|
|
14808
|
+
readonly type: StringConstructor;
|
|
14809
|
+
readonly default: "value";
|
|
14810
|
+
};
|
|
14811
|
+
readonly childrenField: {
|
|
14812
|
+
readonly type: StringConstructor;
|
|
14813
|
+
readonly default: "children";
|
|
14814
|
+
};
|
|
14718
14815
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14719
14816
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14720
14817
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14737,6 +14834,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14834
|
readonly default: true;
|
|
14738
14835
|
};
|
|
14739
14836
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14837
|
+
readonly internalShowCheckmark: {
|
|
14838
|
+
readonly type: BooleanConstructor;
|
|
14839
|
+
readonly default: true;
|
|
14840
|
+
};
|
|
14740
14841
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14741
14842
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14742
14843
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14832,6 +14933,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14832
14933
|
optionCheckColor: string;
|
|
14833
14934
|
optionColorPending: string;
|
|
14834
14935
|
optionColorActive: string;
|
|
14936
|
+
optionColorActivePending: string;
|
|
14835
14937
|
actionTextColor: string;
|
|
14836
14938
|
loadingColor: string;
|
|
14837
14939
|
height: string;
|
|
@@ -14957,6 +15059,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14957
15059
|
optionCheckColor: string;
|
|
14958
15060
|
optionColorPending: string;
|
|
14959
15061
|
optionColorActive: string;
|
|
15062
|
+
optionColorActivePending: string;
|
|
14960
15063
|
actionTextColor: string;
|
|
14961
15064
|
loadingColor: string;
|
|
14962
15065
|
height: string;
|
|
@@ -15082,6 +15185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15082
15185
|
optionCheckColor: string;
|
|
15083
15186
|
optionColorPending: string;
|
|
15084
15187
|
optionColorActive: string;
|
|
15188
|
+
optionColorActivePending: string;
|
|
15085
15189
|
actionTextColor: string;
|
|
15086
15190
|
loadingColor: string;
|
|
15087
15191
|
height: string;
|
|
@@ -15115,29 +15219,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15115
15219
|
}>;
|
|
15116
15220
|
}>>>;
|
|
15117
15221
|
}>>, {
|
|
15118
|
-
tag: boolean;
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
|
|
15128
|
-
virtualScroll: boolean;
|
|
15129
|
-
|
|
15130
|
-
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15134
|
-
|
|
15135
|
-
|
|
15136
|
-
|
|
15137
|
-
|
|
15138
|
-
|
|
15139
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
15140
|
-
consistentMenuWidth: boolean;
|
|
15222
|
+
readonly tag: boolean;
|
|
15223
|
+
readonly show: boolean | undefined;
|
|
15224
|
+
readonly multiple: boolean;
|
|
15225
|
+
readonly disabled: boolean | undefined;
|
|
15226
|
+
readonly to: string | boolean | HTMLElement;
|
|
15227
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15228
|
+
readonly loading: boolean;
|
|
15229
|
+
readonly bordered: boolean | undefined;
|
|
15230
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
15231
|
+
readonly labelField: string;
|
|
15232
|
+
readonly virtualScroll: boolean;
|
|
15233
|
+
readonly valueField: string;
|
|
15234
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15235
|
+
readonly showArrow: boolean;
|
|
15236
|
+
readonly displayDirective: "show" | "if";
|
|
15237
|
+
readonly filterable: boolean;
|
|
15238
|
+
readonly clearable: boolean;
|
|
15239
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15240
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15241
|
+
readonly remote: boolean;
|
|
15242
|
+
readonly widthMode: string;
|
|
15243
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15244
|
+
readonly consistentMenuWidth: boolean;
|
|
15245
|
+
readonly childrenField: string;
|
|
15246
|
+
readonly internalShowCheckmark: boolean;
|
|
15141
15247
|
}>;
|
|
15142
15248
|
NRadio: import("vue").DefineComponent<{
|
|
15143
15249
|
name: StringConstructor;
|
|
@@ -15608,10 +15714,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15608
15714
|
opacity5: string;
|
|
15609
15715
|
dividerColor: string;
|
|
15610
15716
|
borderColor: string;
|
|
15611
|
-
|
|
15717
|
+
closeIconColor: string;
|
|
15718
|
+
closeIconColorHover: string;
|
|
15719
|
+
closeIconColorPressed: string;
|
|
15612
15720
|
closeColorHover: string;
|
|
15613
15721
|
closeColorPressed: string;
|
|
15614
|
-
closeColorDisabled: string;
|
|
15615
15722
|
clearColor: string;
|
|
15616
15723
|
clearColorHover: string;
|
|
15617
15724
|
clearColorPressed: string;
|
|
@@ -15861,8 +15968,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15861
15968
|
}>>, {
|
|
15862
15969
|
disabled: boolean | undefined;
|
|
15863
15970
|
checked: string | number | boolean | undefined;
|
|
15864
|
-
focusable: boolean;
|
|
15865
15971
|
indeterminate: boolean;
|
|
15972
|
+
focusable: boolean;
|
|
15866
15973
|
defaultChecked: string | number | boolean;
|
|
15867
15974
|
checkedValue: string | number | boolean;
|
|
15868
15975
|
uncheckedValue: string | number | boolean;
|
|
@@ -16146,8 +16253,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16146
16253
|
contentRef: HTMLElement | null;
|
|
16147
16254
|
containerScrollTop: number;
|
|
16148
16255
|
syncUnifiedContainer: () => void;
|
|
16149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16150
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16256
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16257
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16151
16258
|
sync: () => void;
|
|
16152
16259
|
handleMouseEnterWrapper: () => void;
|
|
16153
16260
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16236,10 +16343,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16236
16343
|
opacity5: string;
|
|
16237
16344
|
dividerColor: string;
|
|
16238
16345
|
borderColor: string;
|
|
16239
|
-
|
|
16346
|
+
closeIconColor: string;
|
|
16347
|
+
closeIconColorHover: string;
|
|
16348
|
+
closeIconColorPressed: string;
|
|
16240
16349
|
closeColorHover: string;
|
|
16241
16350
|
closeColorPressed: string;
|
|
16242
|
-
closeColorDisabled: string;
|
|
16243
16351
|
clearColor: string;
|
|
16244
16352
|
clearColorHover: string;
|
|
16245
16353
|
clearColorPressed: string;
|
|
@@ -18490,26 +18598,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18490
18598
|
rippleDuration: string;
|
|
18491
18599
|
}, any>>>;
|
|
18492
18600
|
}>>, {
|
|
18493
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
18494
|
-
tag: keyof HTMLElementTagNameMap;
|
|
18495
|
-
block: boolean;
|
|
18496
|
-
round: boolean;
|
|
18497
|
-
dashed: boolean;
|
|
18498
|
-
text: boolean;
|
|
18499
|
-
circle: boolean;
|
|
18500
|
-
disabled: boolean;
|
|
18501
|
-
focusable: boolean;
|
|
18502
|
-
strong: boolean;
|
|
18503
|
-
loading: boolean;
|
|
18504
|
-
bordered: boolean;
|
|
18505
|
-
tertiary: boolean;
|
|
18506
|
-
ghost: boolean;
|
|
18507
|
-
keyboard: boolean;
|
|
18508
|
-
secondary: boolean;
|
|
18509
|
-
quaternary: boolean;
|
|
18510
|
-
iconPlacement: "left" | "right";
|
|
18511
|
-
attrType: "button" | "reset" | "submit";
|
|
18512
|
-
nativeFocusBehavior: boolean;
|
|
18601
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18602
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18603
|
+
readonly block: boolean;
|
|
18604
|
+
readonly round: boolean;
|
|
18605
|
+
readonly dashed: boolean;
|
|
18606
|
+
readonly text: boolean;
|
|
18607
|
+
readonly circle: boolean;
|
|
18608
|
+
readonly disabled: boolean;
|
|
18609
|
+
readonly focusable: boolean;
|
|
18610
|
+
readonly strong: boolean;
|
|
18611
|
+
readonly loading: boolean;
|
|
18612
|
+
readonly bordered: boolean;
|
|
18613
|
+
readonly tertiary: boolean;
|
|
18614
|
+
readonly ghost: boolean;
|
|
18615
|
+
readonly keyboard: boolean;
|
|
18616
|
+
readonly secondary: boolean;
|
|
18617
|
+
readonly quaternary: boolean;
|
|
18618
|
+
readonly iconPlacement: "left" | "right";
|
|
18619
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18620
|
+
readonly nativeFocusBehavior: boolean;
|
|
18513
18621
|
}>;
|
|
18514
18622
|
NSelect: import("vue").DefineComponent<{
|
|
18515
18623
|
readonly to: {
|
|
@@ -18545,10 +18653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18545
18653
|
};
|
|
18546
18654
|
readonly remote: BooleanConstructor;
|
|
18547
18655
|
readonly loading: BooleanConstructor;
|
|
18548
|
-
readonly filter:
|
|
18549
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18550
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18551
|
-
};
|
|
18656
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18552
18657
|
readonly placement: {
|
|
18553
18658
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18554
18659
|
readonly default: "bottom-start";
|
|
@@ -18558,19 +18663,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18558
18663
|
readonly default: "trigger";
|
|
18559
18664
|
};
|
|
18560
18665
|
readonly tag: BooleanConstructor;
|
|
18561
|
-
readonly onCreate:
|
|
18562
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18563
|
-
readonly default: (label: string) => {
|
|
18564
|
-
label: string;
|
|
18565
|
-
value: string;
|
|
18566
|
-
};
|
|
18567
|
-
};
|
|
18666
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18568
18667
|
readonly fallbackOption: {
|
|
18569
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18570
|
-
readonly default:
|
|
18571
|
-
label: string;
|
|
18572
|
-
value: string | number;
|
|
18573
|
-
};
|
|
18668
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18669
|
+
readonly default: undefined;
|
|
18574
18670
|
};
|
|
18575
18671
|
readonly show: {
|
|
18576
18672
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18589,6 +18685,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18589
18685
|
readonly type: BooleanConstructor;
|
|
18590
18686
|
readonly default: true;
|
|
18591
18687
|
};
|
|
18688
|
+
readonly labelField: {
|
|
18689
|
+
readonly type: StringConstructor;
|
|
18690
|
+
readonly default: "label";
|
|
18691
|
+
};
|
|
18692
|
+
readonly valueField: {
|
|
18693
|
+
readonly type: StringConstructor;
|
|
18694
|
+
readonly default: "value";
|
|
18695
|
+
};
|
|
18696
|
+
readonly childrenField: {
|
|
18697
|
+
readonly type: StringConstructor;
|
|
18698
|
+
readonly default: "children";
|
|
18699
|
+
};
|
|
18592
18700
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18593
18701
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18594
18702
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18611,6 +18719,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18611
18719
|
readonly default: true;
|
|
18612
18720
|
};
|
|
18613
18721
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18722
|
+
readonly internalShowCheckmark: {
|
|
18723
|
+
readonly type: BooleanConstructor;
|
|
18724
|
+
readonly default: true;
|
|
18725
|
+
};
|
|
18614
18726
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18615
18727
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18616
18728
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18706,6 +18818,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18706
18818
|
optionCheckColor: string;
|
|
18707
18819
|
optionColorPending: string;
|
|
18708
18820
|
optionColorActive: string;
|
|
18821
|
+
optionColorActivePending: string;
|
|
18709
18822
|
actionTextColor: string;
|
|
18710
18823
|
loadingColor: string;
|
|
18711
18824
|
height: string;
|
|
@@ -18831,6 +18944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18831
18944
|
optionCheckColor: string;
|
|
18832
18945
|
optionColorPending: string;
|
|
18833
18946
|
optionColorActive: string;
|
|
18947
|
+
optionColorActivePending: string;
|
|
18834
18948
|
actionTextColor: string;
|
|
18835
18949
|
loadingColor: string;
|
|
18836
18950
|
height: string;
|
|
@@ -18956,6 +19070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18956
19070
|
optionCheckColor: string;
|
|
18957
19071
|
optionColorPending: string;
|
|
18958
19072
|
optionColorActive: string;
|
|
19073
|
+
optionColorActivePending: string;
|
|
18959
19074
|
actionTextColor: string;
|
|
18960
19075
|
loadingColor: string;
|
|
18961
19076
|
height: string;
|
|
@@ -19085,10 +19200,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
19200
|
opacity5: string;
|
|
19086
19201
|
dividerColor: string;
|
|
19087
19202
|
borderColor: string;
|
|
19088
|
-
|
|
19203
|
+
closeIconColor: string;
|
|
19204
|
+
closeIconColorHover: string;
|
|
19205
|
+
closeIconColorPressed: string;
|
|
19089
19206
|
closeColorHover: string;
|
|
19090
19207
|
closeColorPressed: string;
|
|
19091
|
-
closeColorDisabled: string;
|
|
19092
19208
|
clearColor: string;
|
|
19093
19209
|
clearColorHover: string;
|
|
19094
19210
|
clearColorPressed: string;
|
|
@@ -19243,6 +19359,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19243
19359
|
optionCheckColor: string;
|
|
19244
19360
|
optionColorPending: string;
|
|
19245
19361
|
optionColorActive: string;
|
|
19362
|
+
optionColorActivePending: string;
|
|
19246
19363
|
actionTextColor: string;
|
|
19247
19364
|
loadingColor: string;
|
|
19248
19365
|
height: string;
|
|
@@ -19358,10 +19475,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19358
19475
|
};
|
|
19359
19476
|
readonly remote: BooleanConstructor;
|
|
19360
19477
|
readonly loading: BooleanConstructor;
|
|
19361
|
-
readonly filter:
|
|
19362
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19363
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19364
|
-
};
|
|
19478
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19365
19479
|
readonly placement: {
|
|
19366
19480
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19367
19481
|
readonly default: "bottom-start";
|
|
@@ -19371,19 +19485,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19371
19485
|
readonly default: "trigger";
|
|
19372
19486
|
};
|
|
19373
19487
|
readonly tag: BooleanConstructor;
|
|
19374
|
-
readonly onCreate:
|
|
19375
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19376
|
-
readonly default: (label: string) => {
|
|
19377
|
-
label: string;
|
|
19378
|
-
value: string;
|
|
19379
|
-
};
|
|
19380
|
-
};
|
|
19488
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19381
19489
|
readonly fallbackOption: {
|
|
19382
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19383
|
-
readonly default:
|
|
19384
|
-
label: string;
|
|
19385
|
-
value: string | number;
|
|
19386
|
-
};
|
|
19490
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19491
|
+
readonly default: undefined;
|
|
19387
19492
|
};
|
|
19388
19493
|
readonly show: {
|
|
19389
19494
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19402,6 +19507,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19402
19507
|
readonly type: BooleanConstructor;
|
|
19403
19508
|
readonly default: true;
|
|
19404
19509
|
};
|
|
19510
|
+
readonly labelField: {
|
|
19511
|
+
readonly type: StringConstructor;
|
|
19512
|
+
readonly default: "label";
|
|
19513
|
+
};
|
|
19514
|
+
readonly valueField: {
|
|
19515
|
+
readonly type: StringConstructor;
|
|
19516
|
+
readonly default: "value";
|
|
19517
|
+
};
|
|
19518
|
+
readonly childrenField: {
|
|
19519
|
+
readonly type: StringConstructor;
|
|
19520
|
+
readonly default: "children";
|
|
19521
|
+
};
|
|
19405
19522
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19406
19523
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19407
19524
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19424,6 +19541,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19424
19541
|
readonly default: true;
|
|
19425
19542
|
};
|
|
19426
19543
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19544
|
+
readonly internalShowCheckmark: {
|
|
19545
|
+
readonly type: BooleanConstructor;
|
|
19546
|
+
readonly default: true;
|
|
19547
|
+
};
|
|
19427
19548
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19428
19549
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19429
19550
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19519,6 +19640,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19519
19640
|
optionCheckColor: string;
|
|
19520
19641
|
optionColorPending: string;
|
|
19521
19642
|
optionColorActive: string;
|
|
19643
|
+
optionColorActivePending: string;
|
|
19522
19644
|
actionTextColor: string;
|
|
19523
19645
|
loadingColor: string;
|
|
19524
19646
|
height: string;
|
|
@@ -19644,6 +19766,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19644
19766
|
optionCheckColor: string;
|
|
19645
19767
|
optionColorPending: string;
|
|
19646
19768
|
optionColorActive: string;
|
|
19769
|
+
optionColorActivePending: string;
|
|
19647
19770
|
actionTextColor: string;
|
|
19648
19771
|
loadingColor: string;
|
|
19649
19772
|
height: string;
|
|
@@ -19769,6 +19892,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19769
19892
|
optionCheckColor: string;
|
|
19770
19893
|
optionColorPending: string;
|
|
19771
19894
|
optionColorActive: string;
|
|
19895
|
+
optionColorActivePending: string;
|
|
19772
19896
|
actionTextColor: string;
|
|
19773
19897
|
loadingColor: string;
|
|
19774
19898
|
height: string;
|
|
@@ -19802,29 +19926,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19802
19926
|
}>;
|
|
19803
19927
|
}>>>;
|
|
19804
19928
|
}>>, {
|
|
19805
|
-
tag: boolean;
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
|
|
19815
|
-
virtualScroll: boolean;
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
19827
|
-
consistentMenuWidth: boolean;
|
|
19929
|
+
readonly tag: boolean;
|
|
19930
|
+
readonly show: boolean | undefined;
|
|
19931
|
+
readonly multiple: boolean;
|
|
19932
|
+
readonly disabled: boolean | undefined;
|
|
19933
|
+
readonly to: string | boolean | HTMLElement;
|
|
19934
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19935
|
+
readonly loading: boolean;
|
|
19936
|
+
readonly bordered: boolean | undefined;
|
|
19937
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
19938
|
+
readonly labelField: string;
|
|
19939
|
+
readonly virtualScroll: boolean;
|
|
19940
|
+
readonly valueField: string;
|
|
19941
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
19942
|
+
readonly showArrow: boolean;
|
|
19943
|
+
readonly displayDirective: "show" | "if";
|
|
19944
|
+
readonly filterable: boolean;
|
|
19945
|
+
readonly clearable: boolean;
|
|
19946
|
+
readonly clearFilterAfterSelect: boolean;
|
|
19947
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19948
|
+
readonly remote: boolean;
|
|
19949
|
+
readonly widthMode: string;
|
|
19950
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
19951
|
+
readonly consistentMenuWidth: boolean;
|
|
19952
|
+
readonly childrenField: string;
|
|
19953
|
+
readonly internalShowCheckmark: boolean;
|
|
19828
19954
|
}>;
|
|
19829
19955
|
NIcon: import("vue").DefineComponent<{
|
|
19830
19956
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|