cnhis-design-vue 3.1.5-beta.5 → 3.1.5-beta.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 +1823 -0
- package/es/packages/info-header/src/hidden-content.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.vue.d.ts +359 -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 +1824 -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/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
|
@@ -64,11 +64,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
checked: BooleanConstructor;
|
|
66
66
|
checkable: BooleanConstructor;
|
|
67
|
+
strong: BooleanConstructor;
|
|
67
68
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
68
69
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
69
70
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
70
71
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
71
72
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
73
|
+
internalCloseFocusable: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
72
77
|
internalStopClickPropagation: BooleanConstructor;
|
|
73
78
|
onCheckedChange: {
|
|
74
79
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -91,6 +96,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
96
|
readonly default: undefined;
|
|
92
97
|
};
|
|
93
98
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
99
|
+
closeBorderRadius: string;
|
|
94
100
|
heightTiny: string;
|
|
95
101
|
heightSmall: string;
|
|
96
102
|
heightMedium: string;
|
|
@@ -101,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
107
|
fontSizeSmall: string;
|
|
102
108
|
fontSizeMedium: string;
|
|
103
109
|
fontSizeLarge: string;
|
|
110
|
+
fontWeightStrong: string;
|
|
104
111
|
textColorCheckable: string;
|
|
105
112
|
textColorHoverCheckable: string;
|
|
106
113
|
textColorPressedCheckable: string;
|
|
@@ -114,39 +121,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
121
|
border: string;
|
|
115
122
|
textColor: string;
|
|
116
123
|
color: string;
|
|
117
|
-
|
|
124
|
+
colorBordered: string;
|
|
125
|
+
closeIconColor: string;
|
|
126
|
+
closeIconColorHover: string;
|
|
127
|
+
closeIconColorPressed: string;
|
|
118
128
|
closeColorHover: string;
|
|
119
129
|
closeColorPressed: string;
|
|
120
130
|
borderPrimary: string;
|
|
121
131
|
textColorPrimary: string;
|
|
122
132
|
colorPrimary: string;
|
|
123
|
-
|
|
133
|
+
colorBorderedPrimary: string;
|
|
134
|
+
closeIconColorPrimary: string;
|
|
135
|
+
closeIconColorHoverPrimary: string;
|
|
136
|
+
closeIconColorPressedPrimary: string;
|
|
124
137
|
closeColorHoverPrimary: string;
|
|
125
138
|
closeColorPressedPrimary: string;
|
|
126
139
|
borderInfo: string;
|
|
127
140
|
textColorInfo: string;
|
|
128
141
|
colorInfo: string;
|
|
129
|
-
|
|
142
|
+
colorBorderedInfo: string;
|
|
143
|
+
closeIconColorInfo: string;
|
|
144
|
+
closeIconColorHoverInfo: string;
|
|
145
|
+
closeIconColorPressedInfo: string;
|
|
130
146
|
closeColorHoverInfo: string;
|
|
131
147
|
closeColorPressedInfo: string;
|
|
132
148
|
borderSuccess: string;
|
|
133
149
|
textColorSuccess: string;
|
|
134
150
|
colorSuccess: string;
|
|
135
|
-
|
|
151
|
+
colorBorderedSuccess: string;
|
|
152
|
+
closeIconColorSuccess: string;
|
|
153
|
+
closeIconColorHoverSuccess: string;
|
|
154
|
+
closeIconColorPressedSuccess: string;
|
|
136
155
|
closeColorHoverSuccess: string;
|
|
137
156
|
closeColorPressedSuccess: string;
|
|
138
157
|
borderWarning: string;
|
|
139
158
|
textColorWarning: string;
|
|
140
159
|
colorWarning: string;
|
|
141
|
-
|
|
160
|
+
colorBorderedWarning: string;
|
|
161
|
+
closeIconColorWarning: string;
|
|
162
|
+
closeIconColorHoverWarning: string;
|
|
163
|
+
closeIconColorPressedWarning: string;
|
|
142
164
|
closeColorHoverWarning: string;
|
|
143
165
|
closeColorPressedWarning: string;
|
|
144
166
|
borderError: string;
|
|
145
167
|
textColorError: string;
|
|
146
168
|
colorError: string;
|
|
147
|
-
|
|
169
|
+
colorBorderedError: string;
|
|
170
|
+
closeIconColorError: string;
|
|
171
|
+
closeIconColorHoverError: string;
|
|
172
|
+
closeIconColorPressedError: string;
|
|
148
173
|
closeColorHoverError: string;
|
|
149
174
|
closeColorPressedError: string;
|
|
175
|
+
closeIconSizeTiny: string;
|
|
176
|
+
closeIconSizeSmall: string;
|
|
177
|
+
closeIconSizeMedium: string;
|
|
178
|
+
closeIconSizeLarge: string;
|
|
150
179
|
closeSizeTiny: string;
|
|
151
180
|
closeSizeSmall: string;
|
|
152
181
|
closeSizeMedium: string;
|
|
@@ -156,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
185
|
closeMarginRtl: string;
|
|
157
186
|
}, any>>;
|
|
158
187
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
188
|
+
closeBorderRadius: string;
|
|
159
189
|
heightTiny: string;
|
|
160
190
|
heightSmall: string;
|
|
161
191
|
heightMedium: string;
|
|
@@ -166,6 +196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
196
|
fontSizeSmall: string;
|
|
167
197
|
fontSizeMedium: string;
|
|
168
198
|
fontSizeLarge: string;
|
|
199
|
+
fontWeightStrong: string;
|
|
169
200
|
textColorCheckable: string;
|
|
170
201
|
textColorHoverCheckable: string;
|
|
171
202
|
textColorPressedCheckable: string;
|
|
@@ -179,39 +210,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
210
|
border: string;
|
|
180
211
|
textColor: string;
|
|
181
212
|
color: string;
|
|
182
|
-
|
|
213
|
+
colorBordered: string;
|
|
214
|
+
closeIconColor: string;
|
|
215
|
+
closeIconColorHover: string;
|
|
216
|
+
closeIconColorPressed: string;
|
|
183
217
|
closeColorHover: string;
|
|
184
218
|
closeColorPressed: string;
|
|
185
219
|
borderPrimary: string;
|
|
186
220
|
textColorPrimary: string;
|
|
187
221
|
colorPrimary: string;
|
|
188
|
-
|
|
222
|
+
colorBorderedPrimary: string;
|
|
223
|
+
closeIconColorPrimary: string;
|
|
224
|
+
closeIconColorHoverPrimary: string;
|
|
225
|
+
closeIconColorPressedPrimary: string;
|
|
189
226
|
closeColorHoverPrimary: string;
|
|
190
227
|
closeColorPressedPrimary: string;
|
|
191
228
|
borderInfo: string;
|
|
192
229
|
textColorInfo: string;
|
|
193
230
|
colorInfo: string;
|
|
194
|
-
|
|
231
|
+
colorBorderedInfo: string;
|
|
232
|
+
closeIconColorInfo: string;
|
|
233
|
+
closeIconColorHoverInfo: string;
|
|
234
|
+
closeIconColorPressedInfo: string;
|
|
195
235
|
closeColorHoverInfo: string;
|
|
196
236
|
closeColorPressedInfo: string;
|
|
197
237
|
borderSuccess: string;
|
|
198
238
|
textColorSuccess: string;
|
|
199
239
|
colorSuccess: string;
|
|
200
|
-
|
|
240
|
+
colorBorderedSuccess: string;
|
|
241
|
+
closeIconColorSuccess: string;
|
|
242
|
+
closeIconColorHoverSuccess: string;
|
|
243
|
+
closeIconColorPressedSuccess: string;
|
|
201
244
|
closeColorHoverSuccess: string;
|
|
202
245
|
closeColorPressedSuccess: string;
|
|
203
246
|
borderWarning: string;
|
|
204
247
|
textColorWarning: string;
|
|
205
248
|
colorWarning: string;
|
|
206
|
-
|
|
249
|
+
colorBorderedWarning: string;
|
|
250
|
+
closeIconColorWarning: string;
|
|
251
|
+
closeIconColorHoverWarning: string;
|
|
252
|
+
closeIconColorPressedWarning: string;
|
|
207
253
|
closeColorHoverWarning: string;
|
|
208
254
|
closeColorPressedWarning: string;
|
|
209
255
|
borderError: string;
|
|
210
256
|
textColorError: string;
|
|
211
257
|
colorError: string;
|
|
212
|
-
|
|
258
|
+
colorBorderedError: string;
|
|
259
|
+
closeIconColorError: string;
|
|
260
|
+
closeIconColorHoverError: string;
|
|
261
|
+
closeIconColorPressedError: string;
|
|
213
262
|
closeColorHoverError: string;
|
|
214
263
|
closeColorPressedError: string;
|
|
264
|
+
closeIconSizeTiny: string;
|
|
265
|
+
closeIconSizeSmall: string;
|
|
266
|
+
closeIconSizeMedium: string;
|
|
267
|
+
closeIconSizeLarge: string;
|
|
215
268
|
closeSizeTiny: string;
|
|
216
269
|
closeSizeSmall: string;
|
|
217
270
|
closeSizeMedium: string;
|
|
@@ -221,6 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
274
|
closeMarginRtl: string;
|
|
222
275
|
}, any>>>;
|
|
223
276
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
277
|
+
closeBorderRadius: string;
|
|
224
278
|
heightTiny: string;
|
|
225
279
|
heightSmall: string;
|
|
226
280
|
heightMedium: string;
|
|
@@ -231,6 +285,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
285
|
fontSizeSmall: string;
|
|
232
286
|
fontSizeMedium: string;
|
|
233
287
|
fontSizeLarge: string;
|
|
288
|
+
fontWeightStrong: string;
|
|
234
289
|
textColorCheckable: string;
|
|
235
290
|
textColorHoverCheckable: string;
|
|
236
291
|
textColorPressedCheckable: string;
|
|
@@ -244,39 +299,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
299
|
border: string;
|
|
245
300
|
textColor: string;
|
|
246
301
|
color: string;
|
|
247
|
-
|
|
302
|
+
colorBordered: string;
|
|
303
|
+
closeIconColor: string;
|
|
304
|
+
closeIconColorHover: string;
|
|
305
|
+
closeIconColorPressed: string;
|
|
248
306
|
closeColorHover: string;
|
|
249
307
|
closeColorPressed: string;
|
|
250
308
|
borderPrimary: string;
|
|
251
309
|
textColorPrimary: string;
|
|
252
310
|
colorPrimary: string;
|
|
253
|
-
|
|
311
|
+
colorBorderedPrimary: string;
|
|
312
|
+
closeIconColorPrimary: string;
|
|
313
|
+
closeIconColorHoverPrimary: string;
|
|
314
|
+
closeIconColorPressedPrimary: string;
|
|
254
315
|
closeColorHoverPrimary: string;
|
|
255
316
|
closeColorPressedPrimary: string;
|
|
256
317
|
borderInfo: string;
|
|
257
318
|
textColorInfo: string;
|
|
258
319
|
colorInfo: string;
|
|
259
|
-
|
|
320
|
+
colorBorderedInfo: string;
|
|
321
|
+
closeIconColorInfo: string;
|
|
322
|
+
closeIconColorHoverInfo: string;
|
|
323
|
+
closeIconColorPressedInfo: string;
|
|
260
324
|
closeColorHoverInfo: string;
|
|
261
325
|
closeColorPressedInfo: string;
|
|
262
326
|
borderSuccess: string;
|
|
263
327
|
textColorSuccess: string;
|
|
264
328
|
colorSuccess: string;
|
|
265
|
-
|
|
329
|
+
colorBorderedSuccess: string;
|
|
330
|
+
closeIconColorSuccess: string;
|
|
331
|
+
closeIconColorHoverSuccess: string;
|
|
332
|
+
closeIconColorPressedSuccess: string;
|
|
266
333
|
closeColorHoverSuccess: string;
|
|
267
334
|
closeColorPressedSuccess: string;
|
|
268
335
|
borderWarning: string;
|
|
269
336
|
textColorWarning: string;
|
|
270
337
|
colorWarning: string;
|
|
271
|
-
|
|
338
|
+
colorBorderedWarning: string;
|
|
339
|
+
closeIconColorWarning: string;
|
|
340
|
+
closeIconColorHoverWarning: string;
|
|
341
|
+
closeIconColorPressedWarning: string;
|
|
272
342
|
closeColorHoverWarning: string;
|
|
273
343
|
closeColorPressedWarning: string;
|
|
274
344
|
borderError: string;
|
|
275
345
|
textColorError: string;
|
|
276
346
|
colorError: string;
|
|
277
|
-
|
|
347
|
+
colorBorderedError: string;
|
|
348
|
+
closeIconColorError: string;
|
|
349
|
+
closeIconColorHoverError: string;
|
|
350
|
+
closeIconColorPressedError: string;
|
|
278
351
|
closeColorHoverError: string;
|
|
279
352
|
closeColorPressedError: string;
|
|
353
|
+
closeIconSizeTiny: string;
|
|
354
|
+
closeIconSizeSmall: string;
|
|
355
|
+
closeIconSizeMedium: string;
|
|
356
|
+
closeIconSizeLarge: string;
|
|
280
357
|
closeSizeTiny: string;
|
|
281
358
|
closeSizeSmall: string;
|
|
282
359
|
closeSizeMedium: string;
|
|
@@ -293,14 +370,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
370
|
handleClick: (e: MouseEvent) => void;
|
|
294
371
|
handleCloseClick: (e: MouseEvent) => void;
|
|
295
372
|
cssVars: import("vue").ComputedRef<{
|
|
373
|
+
'--n-font-weight-strong': string;
|
|
296
374
|
'--n-avatar-size-override': string;
|
|
297
375
|
'--n-bezier': string;
|
|
298
376
|
'--n-border-radius': string;
|
|
299
377
|
'--n-border': string;
|
|
300
|
-
'--n-close-
|
|
301
|
-
'--n-close-color-hover': string;
|
|
378
|
+
'--n-close-icon-size': string;
|
|
302
379
|
'--n-close-color-pressed': string;
|
|
303
|
-
'--n-close-color-
|
|
380
|
+
'--n-close-color-hover': string;
|
|
381
|
+
'--n-close-border-radius': string;
|
|
382
|
+
'--n-close-icon-color': string;
|
|
383
|
+
'--n-close-icon-color-hover': string;
|
|
384
|
+
'--n-close-icon-color-pressed': string;
|
|
385
|
+
'--n-close-icon-color-disabled': string;
|
|
304
386
|
'--n-close-margin': string;
|
|
305
387
|
'--n-close-margin-rtl': string;
|
|
306
388
|
'--n-close-size': string;
|
|
@@ -331,11 +413,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
413
|
};
|
|
332
414
|
checked: BooleanConstructor;
|
|
333
415
|
checkable: BooleanConstructor;
|
|
416
|
+
strong: BooleanConstructor;
|
|
334
417
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
335
418
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
336
419
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
337
420
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
338
421
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
422
|
+
internalCloseFocusable: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
339
426
|
internalStopClickPropagation: BooleanConstructor;
|
|
340
427
|
onCheckedChange: {
|
|
341
428
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -358,6 +445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
358
445
|
readonly default: undefined;
|
|
359
446
|
};
|
|
360
447
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
448
|
+
closeBorderRadius: string;
|
|
361
449
|
heightTiny: string;
|
|
362
450
|
heightSmall: string;
|
|
363
451
|
heightMedium: string;
|
|
@@ -368,6 +456,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
456
|
fontSizeSmall: string;
|
|
369
457
|
fontSizeMedium: string;
|
|
370
458
|
fontSizeLarge: string;
|
|
459
|
+
fontWeightStrong: string;
|
|
371
460
|
textColorCheckable: string;
|
|
372
461
|
textColorHoverCheckable: string;
|
|
373
462
|
textColorPressedCheckable: string;
|
|
@@ -381,39 +470,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
381
470
|
border: string;
|
|
382
471
|
textColor: string;
|
|
383
472
|
color: string;
|
|
384
|
-
|
|
473
|
+
colorBordered: string;
|
|
474
|
+
closeIconColor: string;
|
|
475
|
+
closeIconColorHover: string;
|
|
476
|
+
closeIconColorPressed: string;
|
|
385
477
|
closeColorHover: string;
|
|
386
478
|
closeColorPressed: string;
|
|
387
479
|
borderPrimary: string;
|
|
388
480
|
textColorPrimary: string;
|
|
389
481
|
colorPrimary: string;
|
|
390
|
-
|
|
482
|
+
colorBorderedPrimary: string;
|
|
483
|
+
closeIconColorPrimary: string;
|
|
484
|
+
closeIconColorHoverPrimary: string;
|
|
485
|
+
closeIconColorPressedPrimary: string;
|
|
391
486
|
closeColorHoverPrimary: string;
|
|
392
487
|
closeColorPressedPrimary: string;
|
|
393
488
|
borderInfo: string;
|
|
394
489
|
textColorInfo: string;
|
|
395
490
|
colorInfo: string;
|
|
396
|
-
|
|
491
|
+
colorBorderedInfo: string;
|
|
492
|
+
closeIconColorInfo: string;
|
|
493
|
+
closeIconColorHoverInfo: string;
|
|
494
|
+
closeIconColorPressedInfo: string;
|
|
397
495
|
closeColorHoverInfo: string;
|
|
398
496
|
closeColorPressedInfo: string;
|
|
399
497
|
borderSuccess: string;
|
|
400
498
|
textColorSuccess: string;
|
|
401
499
|
colorSuccess: string;
|
|
402
|
-
|
|
500
|
+
colorBorderedSuccess: string;
|
|
501
|
+
closeIconColorSuccess: string;
|
|
502
|
+
closeIconColorHoverSuccess: string;
|
|
503
|
+
closeIconColorPressedSuccess: string;
|
|
403
504
|
closeColorHoverSuccess: string;
|
|
404
505
|
closeColorPressedSuccess: string;
|
|
405
506
|
borderWarning: string;
|
|
406
507
|
textColorWarning: string;
|
|
407
508
|
colorWarning: string;
|
|
408
|
-
|
|
509
|
+
colorBorderedWarning: string;
|
|
510
|
+
closeIconColorWarning: string;
|
|
511
|
+
closeIconColorHoverWarning: string;
|
|
512
|
+
closeIconColorPressedWarning: string;
|
|
409
513
|
closeColorHoverWarning: string;
|
|
410
514
|
closeColorPressedWarning: string;
|
|
411
515
|
borderError: string;
|
|
412
516
|
textColorError: string;
|
|
413
517
|
colorError: string;
|
|
414
|
-
|
|
518
|
+
colorBorderedError: string;
|
|
519
|
+
closeIconColorError: string;
|
|
520
|
+
closeIconColorHoverError: string;
|
|
521
|
+
closeIconColorPressedError: string;
|
|
415
522
|
closeColorHoverError: string;
|
|
416
523
|
closeColorPressedError: string;
|
|
524
|
+
closeIconSizeTiny: string;
|
|
525
|
+
closeIconSizeSmall: string;
|
|
526
|
+
closeIconSizeMedium: string;
|
|
527
|
+
closeIconSizeLarge: string;
|
|
417
528
|
closeSizeTiny: string;
|
|
418
529
|
closeSizeSmall: string;
|
|
419
530
|
closeSizeMedium: string;
|
|
@@ -423,6 +534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
534
|
closeMarginRtl: string;
|
|
424
535
|
}, any>>;
|
|
425
536
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
537
|
+
closeBorderRadius: string;
|
|
426
538
|
heightTiny: string;
|
|
427
539
|
heightSmall: string;
|
|
428
540
|
heightMedium: string;
|
|
@@ -433,6 +545,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
545
|
fontSizeSmall: string;
|
|
434
546
|
fontSizeMedium: string;
|
|
435
547
|
fontSizeLarge: string;
|
|
548
|
+
fontWeightStrong: string;
|
|
436
549
|
textColorCheckable: string;
|
|
437
550
|
textColorHoverCheckable: string;
|
|
438
551
|
textColorPressedCheckable: string;
|
|
@@ -446,39 +559,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
559
|
border: string;
|
|
447
560
|
textColor: string;
|
|
448
561
|
color: string;
|
|
449
|
-
|
|
562
|
+
colorBordered: string;
|
|
563
|
+
closeIconColor: string;
|
|
564
|
+
closeIconColorHover: string;
|
|
565
|
+
closeIconColorPressed: string;
|
|
450
566
|
closeColorHover: string;
|
|
451
567
|
closeColorPressed: string;
|
|
452
568
|
borderPrimary: string;
|
|
453
569
|
textColorPrimary: string;
|
|
454
570
|
colorPrimary: string;
|
|
455
|
-
|
|
571
|
+
colorBorderedPrimary: string;
|
|
572
|
+
closeIconColorPrimary: string;
|
|
573
|
+
closeIconColorHoverPrimary: string;
|
|
574
|
+
closeIconColorPressedPrimary: string;
|
|
456
575
|
closeColorHoverPrimary: string;
|
|
457
576
|
closeColorPressedPrimary: string;
|
|
458
577
|
borderInfo: string;
|
|
459
578
|
textColorInfo: string;
|
|
460
579
|
colorInfo: string;
|
|
461
|
-
|
|
580
|
+
colorBorderedInfo: string;
|
|
581
|
+
closeIconColorInfo: string;
|
|
582
|
+
closeIconColorHoverInfo: string;
|
|
583
|
+
closeIconColorPressedInfo: string;
|
|
462
584
|
closeColorHoverInfo: string;
|
|
463
585
|
closeColorPressedInfo: string;
|
|
464
586
|
borderSuccess: string;
|
|
465
587
|
textColorSuccess: string;
|
|
466
588
|
colorSuccess: string;
|
|
467
|
-
|
|
589
|
+
colorBorderedSuccess: string;
|
|
590
|
+
closeIconColorSuccess: string;
|
|
591
|
+
closeIconColorHoverSuccess: string;
|
|
592
|
+
closeIconColorPressedSuccess: string;
|
|
468
593
|
closeColorHoverSuccess: string;
|
|
469
594
|
closeColorPressedSuccess: string;
|
|
470
595
|
borderWarning: string;
|
|
471
596
|
textColorWarning: string;
|
|
472
597
|
colorWarning: string;
|
|
473
|
-
|
|
598
|
+
colorBorderedWarning: string;
|
|
599
|
+
closeIconColorWarning: string;
|
|
600
|
+
closeIconColorHoverWarning: string;
|
|
601
|
+
closeIconColorPressedWarning: string;
|
|
474
602
|
closeColorHoverWarning: string;
|
|
475
603
|
closeColorPressedWarning: string;
|
|
476
604
|
borderError: string;
|
|
477
605
|
textColorError: string;
|
|
478
606
|
colorError: string;
|
|
479
|
-
|
|
607
|
+
colorBorderedError: string;
|
|
608
|
+
closeIconColorError: string;
|
|
609
|
+
closeIconColorHoverError: string;
|
|
610
|
+
closeIconColorPressedError: string;
|
|
480
611
|
closeColorHoverError: string;
|
|
481
612
|
closeColorPressedError: string;
|
|
613
|
+
closeIconSizeTiny: string;
|
|
614
|
+
closeIconSizeSmall: string;
|
|
615
|
+
closeIconSizeMedium: string;
|
|
616
|
+
closeIconSizeLarge: string;
|
|
482
617
|
closeSizeTiny: string;
|
|
483
618
|
closeSizeSmall: string;
|
|
484
619
|
closeSizeMedium: string;
|
|
@@ -488,6 +623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
623
|
closeMarginRtl: string;
|
|
489
624
|
}, any>>>;
|
|
490
625
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
626
|
+
closeBorderRadius: string;
|
|
491
627
|
heightTiny: string;
|
|
492
628
|
heightSmall: string;
|
|
493
629
|
heightMedium: string;
|
|
@@ -498,6 +634,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
498
634
|
fontSizeSmall: string;
|
|
499
635
|
fontSizeMedium: string;
|
|
500
636
|
fontSizeLarge: string;
|
|
637
|
+
fontWeightStrong: string;
|
|
501
638
|
textColorCheckable: string;
|
|
502
639
|
textColorHoverCheckable: string;
|
|
503
640
|
textColorPressedCheckable: string;
|
|
@@ -511,39 +648,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
511
648
|
border: string;
|
|
512
649
|
textColor: string;
|
|
513
650
|
color: string;
|
|
514
|
-
|
|
651
|
+
colorBordered: string;
|
|
652
|
+
closeIconColor: string;
|
|
653
|
+
closeIconColorHover: string;
|
|
654
|
+
closeIconColorPressed: string;
|
|
515
655
|
closeColorHover: string;
|
|
516
656
|
closeColorPressed: string;
|
|
517
657
|
borderPrimary: string;
|
|
518
658
|
textColorPrimary: string;
|
|
519
659
|
colorPrimary: string;
|
|
520
|
-
|
|
660
|
+
colorBorderedPrimary: string;
|
|
661
|
+
closeIconColorPrimary: string;
|
|
662
|
+
closeIconColorHoverPrimary: string;
|
|
663
|
+
closeIconColorPressedPrimary: string;
|
|
521
664
|
closeColorHoverPrimary: string;
|
|
522
665
|
closeColorPressedPrimary: string;
|
|
523
666
|
borderInfo: string;
|
|
524
667
|
textColorInfo: string;
|
|
525
668
|
colorInfo: string;
|
|
526
|
-
|
|
669
|
+
colorBorderedInfo: string;
|
|
670
|
+
closeIconColorInfo: string;
|
|
671
|
+
closeIconColorHoverInfo: string;
|
|
672
|
+
closeIconColorPressedInfo: string;
|
|
527
673
|
closeColorHoverInfo: string;
|
|
528
674
|
closeColorPressedInfo: string;
|
|
529
675
|
borderSuccess: string;
|
|
530
676
|
textColorSuccess: string;
|
|
531
677
|
colorSuccess: string;
|
|
532
|
-
|
|
678
|
+
colorBorderedSuccess: string;
|
|
679
|
+
closeIconColorSuccess: string;
|
|
680
|
+
closeIconColorHoverSuccess: string;
|
|
681
|
+
closeIconColorPressedSuccess: string;
|
|
533
682
|
closeColorHoverSuccess: string;
|
|
534
683
|
closeColorPressedSuccess: string;
|
|
535
684
|
borderWarning: string;
|
|
536
685
|
textColorWarning: string;
|
|
537
686
|
colorWarning: string;
|
|
538
|
-
|
|
687
|
+
colorBorderedWarning: string;
|
|
688
|
+
closeIconColorWarning: string;
|
|
689
|
+
closeIconColorHoverWarning: string;
|
|
690
|
+
closeIconColorPressedWarning: string;
|
|
539
691
|
closeColorHoverWarning: string;
|
|
540
692
|
closeColorPressedWarning: string;
|
|
541
693
|
borderError: string;
|
|
542
694
|
textColorError: string;
|
|
543
695
|
colorError: string;
|
|
544
|
-
|
|
696
|
+
colorBorderedError: string;
|
|
697
|
+
closeIconColorError: string;
|
|
698
|
+
closeIconColorHoverError: string;
|
|
699
|
+
closeIconColorPressedError: string;
|
|
545
700
|
closeColorHoverError: string;
|
|
546
701
|
closeColorPressedError: string;
|
|
702
|
+
closeIconSizeTiny: string;
|
|
703
|
+
closeIconSizeSmall: string;
|
|
704
|
+
closeIconSizeMedium: string;
|
|
705
|
+
closeIconSizeLarge: string;
|
|
547
706
|
closeSizeTiny: string;
|
|
548
707
|
closeSizeSmall: string;
|
|
549
708
|
closeSizeMedium: string;
|
|
@@ -558,11 +717,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
717
|
size: "small" | "medium" | "large" | "tiny";
|
|
559
718
|
disabled: boolean | undefined;
|
|
560
719
|
checked: boolean;
|
|
720
|
+
strong: boolean;
|
|
561
721
|
bordered: boolean | undefined;
|
|
722
|
+
closable: boolean;
|
|
562
723
|
checkable: boolean;
|
|
724
|
+
internalCloseFocusable: boolean;
|
|
563
725
|
internalStopClickPropagation: boolean;
|
|
564
726
|
onCheckedChange: (checked: boolean) => void;
|
|
565
|
-
closable: boolean;
|
|
566
727
|
}>;
|
|
567
728
|
NTooltip: import("vue").DefineComponent<{
|
|
568
729
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -759,10 +920,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
920
|
opacity5: string;
|
|
760
921
|
dividerColor: string;
|
|
761
922
|
borderColor: string;
|
|
762
|
-
|
|
923
|
+
closeIconColor: string;
|
|
924
|
+
closeIconColorHover: string;
|
|
925
|
+
closeIconColorPressed: string;
|
|
763
926
|
closeColorHover: string;
|
|
764
927
|
closeColorPressed: string;
|
|
765
|
-
closeColorDisabled: string;
|
|
766
928
|
clearColor: string;
|
|
767
929
|
clearColorHover: string;
|
|
768
930
|
clearColorPressed: string;
|
|
@@ -2482,26 +2644,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2482
2644
|
rippleDuration: string;
|
|
2483
2645
|
}, any>>>;
|
|
2484
2646
|
}>>, {
|
|
2485
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2486
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2487
|
-
block: boolean;
|
|
2488
|
-
round: boolean;
|
|
2489
|
-
dashed: boolean;
|
|
2490
|
-
text: boolean;
|
|
2491
|
-
circle: boolean;
|
|
2492
|
-
disabled: boolean;
|
|
2493
|
-
focusable: boolean;
|
|
2494
|
-
strong: boolean;
|
|
2495
|
-
loading: boolean;
|
|
2496
|
-
bordered: boolean;
|
|
2497
|
-
tertiary: boolean;
|
|
2498
|
-
ghost: boolean;
|
|
2499
|
-
keyboard: boolean;
|
|
2500
|
-
secondary: boolean;
|
|
2501
|
-
quaternary: boolean;
|
|
2502
|
-
iconPlacement: "left" | "right";
|
|
2503
|
-
attrType: "button" | "reset" | "submit";
|
|
2504
|
-
nativeFocusBehavior: boolean;
|
|
2647
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2648
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2649
|
+
readonly block: boolean;
|
|
2650
|
+
readonly round: boolean;
|
|
2651
|
+
readonly dashed: boolean;
|
|
2652
|
+
readonly text: boolean;
|
|
2653
|
+
readonly circle: boolean;
|
|
2654
|
+
readonly disabled: boolean;
|
|
2655
|
+
readonly focusable: boolean;
|
|
2656
|
+
readonly strong: boolean;
|
|
2657
|
+
readonly loading: boolean;
|
|
2658
|
+
readonly bordered: boolean;
|
|
2659
|
+
readonly tertiary: boolean;
|
|
2660
|
+
readonly ghost: boolean;
|
|
2661
|
+
readonly keyboard: boolean;
|
|
2662
|
+
readonly secondary: boolean;
|
|
2663
|
+
readonly quaternary: boolean;
|
|
2664
|
+
readonly iconPlacement: "left" | "right";
|
|
2665
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2666
|
+
readonly nativeFocusBehavior: boolean;
|
|
2505
2667
|
}>;
|
|
2506
2668
|
NInput: import("vue").DefineComponent<{
|
|
2507
2669
|
bordered: {
|
|
@@ -2781,8 +2943,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2781
2943
|
contentRef: HTMLElement | null;
|
|
2782
2944
|
containerScrollTop: number;
|
|
2783
2945
|
syncUnifiedContainer: () => void;
|
|
2784
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2785
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2946
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2947
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2786
2948
|
sync: () => void;
|
|
2787
2949
|
handleMouseEnterWrapper: () => void;
|
|
2788
2950
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2871,10 +3033,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2871
3033
|
opacity5: string;
|
|
2872
3034
|
dividerColor: string;
|
|
2873
3035
|
borderColor: string;
|
|
2874
|
-
|
|
3036
|
+
closeIconColor: string;
|
|
3037
|
+
closeIconColorHover: string;
|
|
3038
|
+
closeIconColorPressed: string;
|
|
2875
3039
|
closeColorHover: string;
|
|
2876
3040
|
closeColorPressed: string;
|
|
2877
|
-
closeColorDisabled: string;
|
|
2878
3041
|
clearColor: string;
|
|
2879
3042
|
clearColorHover: string;
|
|
2880
3043
|
clearColorPressed: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as l,openBlock as a,createElementBlock as s,createCommentVNode as t,unref as i,Fragment as d,createElementVNode as c,renderList as n,createBlock as o,normalizeStyle as u,normalizeClass as r,withCtx as
|
|
1
|
+
import{defineComponent as e,ref as l,openBlock as a,createElementBlock as s,createCommentVNode as t,unref as i,Fragment as d,createElementVNode as c,renderList as n,createBlock as o,normalizeStyle as u,normalizeClass as r,withCtx as y,createVNode as p,toDisplayString as f,withDirectives as m,withModifiers as b,vShow as h,createTextVNode as v}from"vue";import{NTag as k,NTooltip as I,NIcon as g,NButton as C,NInput as q}from"naive-ui";import{Close as L,Add as A}from"@vicons/ionicons5";const B={class:"edit-content"},F={key:0,class:"label-disable-wrap"},P=[c("p",{class:"label-disable-title"},"无可选标签",-1),c("p",{class:"label-disable-desc"},"请联系管理员进行标签管理设置",-1)],w={class:"label-content"},N=v(" 标签 ");var T=e({name:"label-classify",props:{classifyItem:{type:null,required:!1,default:()=>({})},handleLabelChange:{type:Function,required:!1,default:()=>{}},handleLabelColor:{type:Function,required:!1,default:()=>{}},handleDelLabel:{type:Function,required:!1,default:()=>{}},handleAddLabel:{type:Function,required:!1,default:()=>{}},hanldeBlur:{type:Function,required:!1,default:()=>{}},clearaddVal:{type:Function,required:!1,default:()=>{}},isEdit:{type:Boolean,required:!1,default:!1},sourceType:{type:String,required:!1}},setup(e){var v;const T=e;let V=l((null==(v=T.classifyItem)?void 0:v.itemList)||[]);return(l,v)=>(a(),s("div",B,[t(" disable "),i(V)?(a(),s(d,{key:1},[t(" "),c("div",w,[(a(!0),s(d,null,n(i(V),(l=>(a(),o(i(k),{checkable:"",checked:l.isSelect,"onUpdate:checked":a=>((e,l,a)=>{l.isSelect=e,T.handleLabelChange(e,l,a)})(a,l,e.classifyItem),key:l.labelId,style:u(e.handleLabelColor(l)),class:r({"sys-label-tag":l.isPublic&&1==l.isPublic})},{default:y((()=>[p(i(I),{placement:"top-start"},{trigger:y((()=>[c("span",null,f(l.labelName),1)])),default:y((()=>[c("span",null,f(l.labelName),1)])),_:2},1024),"guage"!=e.sourceType?m((a(),o(i(g),{key:0,class:"label-close",component:i(L),onClick:b((a=>e.handleDelLabel(l,e.classifyItem)),["stop"])},null,8,["component","onClick"])),[[h,!(l.isPublic&&1==l.isPublic)]]):t("v-if",!0)])),_:2},1032,["checked","onUpdate:checked","style","class"])))),128)),1==e.classifyItem.allowCreateByPersonal?(a(),s(d,{key:0},[e.isEdit&&!e.classifyItem.isNoAdd&&"guage"!=e.sourceType?m((a(),o(i(C),{key:0,dashed:"",class:"label-add",onClick:v[0]||(v[0]=l=>e.handleAddLabel(l,e.classifyItem))},{default:y((()=>[p(i(g),{component:i(A)},null,8,["component"]),N])),_:1},512)),[[h,!e.classifyItem.showAdd]]):t("v-if",!0),t(" 是否允许新增个人标签 allowCreateByPersonal "),e.isEdit&&!e.classifyItem.isNoAdd&&"guage"!=e.sourceType?m((a(),o(i(q),{key:1,class:"label-add add-input",value:e.classifyItem.addVal,"onUpdate:value":v[2]||(v[2]=l=>e.classifyItem.addVal=l),valueModifiers:{trim:!0},onBlur:v[3]||(v[3]=l=>e.hanldeBlur(l,e.classifyItem))},{suffix:y((()=>[p(i(g),{component:i(L),onClick:v[1]||(v[1]=b((l=>e.clearaddVal(l,e.classifyItem)),["stop"]))},null,8,["component"])])),_:1},8,["value"])),[[h,e.classifyItem.showAdd]]):t("v-if",!0)],64)):t("v-if",!0)])],2112)):(a(),s("div",F,P))]))}});export{T as default};
|