cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +9 -3395
- package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
- package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
- package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
- package/es/components/button-print/index.d.ts +16 -6819
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
- package/es/components/button-print/src/utils/print2.js +2 -2
- package/es/components/chunk-upload/index.d.ts +2 -1472
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
- package/es/components/drag-layout/index.d.ts +155 -19744
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/field-set/index.d.ts +8 -6824
- package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
- package/es/components/form-config/index.d.ts +17 -8976
- package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
- package/es/components/form-render/index.d.ts +6 -1154
- package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
- package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
- package/es/components/form-render/src/utils/business.d.ts +1 -1
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +2 -2
- package/es/components/form-table/index.d.ts +43 -32166
- package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
- package/es/components/form-table/src/components/index.d.ts +43 -32166
- package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
- package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
- package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
- package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
- package/es/components/info-header/index.d.ts +16 -2561
- package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
- package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
- package/es/components/map/index.d.ts +2 -2263
- package/es/components/map/src/Map.vue.d.ts +2 -2263
- package/es/components/scale-view/index.d.ts +12 -3073
- package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
- package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
- package/es/components/select-label/index.d.ts +24 -11264
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
- package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
- package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
- package/es/components/select-person/index.d.ts +9 -5369
- package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
- package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
- package/es/components/shortcut-setter/index.d.ts +6 -1154
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
- package/es/components/steps-wheel/index.d.ts +1 -479
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
- package/es/components/time-line/index.d.ts +7 -1672
- package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
- package/package.json +2 -2
|
@@ -50,808 +50,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
default: () => {};
|
|
51
51
|
};
|
|
52
52
|
}, {
|
|
53
|
-
NEllipsis:
|
|
54
|
-
|
|
55
|
-
readonly lineClamp: PropType<string | number>;
|
|
56
|
-
readonly tooltip: {
|
|
57
|
-
readonly type: PropType<boolean | import("naive-ui").PopoverProps>;
|
|
58
|
-
readonly default: true;
|
|
59
|
-
};
|
|
60
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
61
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
62
|
-
borderRadius: string;
|
|
63
|
-
boxShadow: string;
|
|
64
|
-
color: string;
|
|
65
|
-
textColor: string;
|
|
66
|
-
padding: string;
|
|
67
|
-
}, {
|
|
68
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
69
|
-
fontSize: string;
|
|
70
|
-
borderRadius: string;
|
|
71
|
-
color: string;
|
|
72
|
-
dividerColor: string;
|
|
73
|
-
textColor: string;
|
|
74
|
-
boxShadow: string;
|
|
75
|
-
space: string;
|
|
76
|
-
spaceArrow: string;
|
|
77
|
-
arrowOffset: string;
|
|
78
|
-
arrowOffsetVertical: string;
|
|
79
|
-
arrowHeight: string;
|
|
80
|
-
padding: string;
|
|
81
|
-
}, any>;
|
|
82
|
-
}>;
|
|
83
|
-
}>>;
|
|
84
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
85
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
86
|
-
borderRadius: string;
|
|
87
|
-
boxShadow: string;
|
|
88
|
-
color: string;
|
|
89
|
-
textColor: string;
|
|
90
|
-
padding: string;
|
|
91
|
-
}, {
|
|
92
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
93
|
-
fontSize: string;
|
|
94
|
-
borderRadius: string;
|
|
95
|
-
color: string;
|
|
96
|
-
dividerColor: string;
|
|
97
|
-
textColor: string;
|
|
98
|
-
boxShadow: string;
|
|
99
|
-
space: string;
|
|
100
|
-
spaceArrow: string;
|
|
101
|
-
arrowOffset: string;
|
|
102
|
-
arrowOffsetVertical: string;
|
|
103
|
-
arrowHeight: string;
|
|
104
|
-
padding: string;
|
|
105
|
-
}, any>;
|
|
106
|
-
}>;
|
|
107
|
-
}>>>;
|
|
108
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
109
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
110
|
-
borderRadius: string;
|
|
111
|
-
boxShadow: string;
|
|
112
|
-
color: string;
|
|
113
|
-
textColor: string;
|
|
114
|
-
padding: string;
|
|
115
|
-
}, {
|
|
116
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
117
|
-
fontSize: string;
|
|
118
|
-
borderRadius: string;
|
|
119
|
-
color: string;
|
|
120
|
-
dividerColor: string;
|
|
121
|
-
textColor: string;
|
|
122
|
-
boxShadow: string;
|
|
123
|
-
space: string;
|
|
124
|
-
spaceArrow: string;
|
|
125
|
-
arrowOffset: string;
|
|
126
|
-
arrowOffsetVertical: string;
|
|
127
|
-
arrowHeight: string;
|
|
128
|
-
padding: string;
|
|
129
|
-
}, any>;
|
|
130
|
-
}>;
|
|
131
|
-
}>>>;
|
|
132
|
-
}, {
|
|
133
|
-
mergedTheme: import("vue").ComputedRef<{
|
|
134
|
-
common: {
|
|
135
|
-
baseColor: string;
|
|
136
|
-
primaryColor: string;
|
|
137
|
-
primaryColorHover: string;
|
|
138
|
-
primaryColorPressed: string;
|
|
139
|
-
primaryColorSuppl: string;
|
|
140
|
-
infoColor: string;
|
|
141
|
-
infoColorHover: string;
|
|
142
|
-
infoColorPressed: string;
|
|
143
|
-
infoColorSuppl: string;
|
|
144
|
-
successColor: string;
|
|
145
|
-
successColorHover: string;
|
|
146
|
-
successColorPressed: string;
|
|
147
|
-
successColorSuppl: string;
|
|
148
|
-
warningColor: string;
|
|
149
|
-
warningColorHover: string;
|
|
150
|
-
warningColorPressed: string;
|
|
151
|
-
warningColorSuppl: string;
|
|
152
|
-
errorColor: string;
|
|
153
|
-
errorColorHover: string;
|
|
154
|
-
errorColorPressed: string;
|
|
155
|
-
errorColorSuppl: string;
|
|
156
|
-
textColorBase: string;
|
|
157
|
-
textColor1: string;
|
|
158
|
-
textColor2: string;
|
|
159
|
-
textColor3: string;
|
|
160
|
-
textColorDisabled: string;
|
|
161
|
-
placeholderColor: string;
|
|
162
|
-
placeholderColorDisabled: string;
|
|
163
|
-
iconColor: string;
|
|
164
|
-
iconColorHover: string;
|
|
165
|
-
iconColorPressed: string;
|
|
166
|
-
iconColorDisabled: string;
|
|
167
|
-
opacity1: string;
|
|
168
|
-
opacity2: string;
|
|
169
|
-
opacity3: string;
|
|
170
|
-
opacity4: string;
|
|
171
|
-
opacity5: string;
|
|
172
|
-
dividerColor: string;
|
|
173
|
-
borderColor: string;
|
|
174
|
-
closeIconColor: string;
|
|
175
|
-
closeIconColorHover: string;
|
|
176
|
-
closeIconColorPressed: string;
|
|
177
|
-
closeColorHover: string;
|
|
178
|
-
closeColorPressed: string;
|
|
179
|
-
clearColor: string;
|
|
180
|
-
clearColorHover: string;
|
|
181
|
-
clearColorPressed: string;
|
|
182
|
-
scrollbarColor: string;
|
|
183
|
-
scrollbarColorHover: string;
|
|
184
|
-
scrollbarWidth: string;
|
|
185
|
-
scrollbarHeight: string;
|
|
186
|
-
scrollbarBorderRadius: string;
|
|
187
|
-
progressRailColor: string;
|
|
188
|
-
railColor: string;
|
|
189
|
-
popoverColor: string;
|
|
190
|
-
tableColor: string;
|
|
191
|
-
cardColor: string;
|
|
192
|
-
modalColor: string;
|
|
193
|
-
bodyColor: string;
|
|
194
|
-
tagColor: string;
|
|
195
|
-
avatarColor: string;
|
|
196
|
-
invertedColor: string;
|
|
197
|
-
inputColor: string;
|
|
198
|
-
codeColor: string;
|
|
199
|
-
tabColor: string;
|
|
200
|
-
actionColor: string;
|
|
201
|
-
tableHeaderColor: string;
|
|
202
|
-
hoverColor: string;
|
|
203
|
-
tableColorHover: string;
|
|
204
|
-
tableColorStriped: string;
|
|
205
|
-
pressedColor: string;
|
|
206
|
-
opacityDisabled: string;
|
|
207
|
-
inputColorDisabled: string;
|
|
208
|
-
buttonColor2: string;
|
|
209
|
-
buttonColor2Hover: string;
|
|
210
|
-
buttonColor2Pressed: string;
|
|
211
|
-
boxShadow1: string;
|
|
212
|
-
boxShadow2: string;
|
|
213
|
-
boxShadow3: string;
|
|
214
|
-
fontFamily: string;
|
|
215
|
-
fontFamilyMono: string;
|
|
216
|
-
fontWeight: string;
|
|
217
|
-
fontWeightStrong: string;
|
|
218
|
-
cubicBezierEaseInOut: string;
|
|
219
|
-
cubicBezierEaseOut: string;
|
|
220
|
-
cubicBezierEaseIn: string;
|
|
221
|
-
borderRadius: string;
|
|
222
|
-
borderRadiusSmall: string;
|
|
223
|
-
fontSize: string;
|
|
224
|
-
fontSizeMini: string;
|
|
225
|
-
fontSizeTiny: string;
|
|
226
|
-
fontSizeSmall: string;
|
|
227
|
-
fontSizeMedium: string;
|
|
228
|
-
fontSizeLarge: string;
|
|
229
|
-
fontSizeHuge: string;
|
|
230
|
-
lineHeight: string;
|
|
231
|
-
heightMini: string;
|
|
232
|
-
heightTiny: string;
|
|
233
|
-
heightSmall: string;
|
|
234
|
-
heightMedium: string;
|
|
235
|
-
heightLarge: string;
|
|
236
|
-
heightHuge: string;
|
|
237
|
-
name: "common";
|
|
238
|
-
};
|
|
239
|
-
self: unknown;
|
|
240
|
-
peers: {
|
|
241
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
242
|
-
borderRadius: string;
|
|
243
|
-
boxShadow: string;
|
|
244
|
-
color: string;
|
|
245
|
-
textColor: string;
|
|
246
|
-
padding: string;
|
|
247
|
-
}, {
|
|
248
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
249
|
-
fontSize: string;
|
|
250
|
-
borderRadius: string;
|
|
251
|
-
color: string;
|
|
252
|
-
dividerColor: string;
|
|
253
|
-
textColor: string;
|
|
254
|
-
boxShadow: string;
|
|
255
|
-
space: string;
|
|
256
|
-
spaceArrow: string;
|
|
257
|
-
arrowOffset: string;
|
|
258
|
-
arrowOffsetVertical: string;
|
|
259
|
-
arrowHeight: string;
|
|
260
|
-
padding: string;
|
|
261
|
-
}, any>;
|
|
262
|
-
}>;
|
|
263
|
-
};
|
|
264
|
-
peerOverrides: {
|
|
265
|
-
Tooltip?: {
|
|
266
|
-
peers?: {
|
|
267
|
-
Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
268
|
-
fontSize: string;
|
|
269
|
-
borderRadius: string;
|
|
270
|
-
color: string;
|
|
271
|
-
dividerColor: string;
|
|
272
|
-
textColor: string;
|
|
273
|
-
boxShadow: string;
|
|
274
|
-
space: string;
|
|
275
|
-
spaceArrow: string;
|
|
276
|
-
arrowOffset: string;
|
|
277
|
-
arrowOffsetVertical: string;
|
|
278
|
-
arrowHeight: string;
|
|
279
|
-
padding: string;
|
|
280
|
-
}, any>> | undefined;
|
|
281
|
-
} | undefined;
|
|
282
|
-
} | undefined;
|
|
283
|
-
};
|
|
284
|
-
}>;
|
|
285
|
-
triggerRef: import("vue").Ref<HTMLElement | null>;
|
|
286
|
-
triggerInnerRef: import("vue").Ref<HTMLElement | null>;
|
|
287
|
-
tooltipRef: import("vue").Ref<{
|
|
288
|
-
syncPosition: () => void;
|
|
289
|
-
setShow: (value: boolean) => void;
|
|
290
|
-
} | null>;
|
|
291
|
-
handleClick: import("vue").ComputedRef<(() => void) | undefined>;
|
|
292
|
-
renderTrigger: () => JSX.Element;
|
|
293
|
-
getTooltipDisabled: () => boolean;
|
|
294
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
295
|
-
readonly expandTrigger: PropType<"click">;
|
|
296
|
-
readonly lineClamp: PropType<string | number>;
|
|
297
|
-
readonly tooltip: {
|
|
298
|
-
readonly type: PropType<boolean | import("naive-ui").PopoverProps>;
|
|
299
|
-
readonly default: true;
|
|
300
|
-
};
|
|
301
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
302
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
303
|
-
borderRadius: string;
|
|
304
|
-
boxShadow: string;
|
|
305
|
-
color: string;
|
|
306
|
-
textColor: string;
|
|
307
|
-
padding: string;
|
|
308
|
-
}, {
|
|
309
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
310
|
-
fontSize: string;
|
|
311
|
-
borderRadius: string;
|
|
312
|
-
color: string;
|
|
313
|
-
dividerColor: string;
|
|
314
|
-
textColor: string;
|
|
315
|
-
boxShadow: string;
|
|
316
|
-
space: string;
|
|
317
|
-
spaceArrow: string;
|
|
318
|
-
arrowOffset: string;
|
|
319
|
-
arrowOffsetVertical: string;
|
|
320
|
-
arrowHeight: string;
|
|
321
|
-
padding: string;
|
|
322
|
-
}, any>;
|
|
323
|
-
}>;
|
|
324
|
-
}>>;
|
|
325
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
326
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
327
|
-
borderRadius: string;
|
|
328
|
-
boxShadow: string;
|
|
329
|
-
color: string;
|
|
330
|
-
textColor: string;
|
|
331
|
-
padding: string;
|
|
332
|
-
}, {
|
|
333
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
334
|
-
fontSize: string;
|
|
335
|
-
borderRadius: string;
|
|
336
|
-
color: string;
|
|
337
|
-
dividerColor: string;
|
|
338
|
-
textColor: string;
|
|
339
|
-
boxShadow: string;
|
|
340
|
-
space: string;
|
|
341
|
-
spaceArrow: string;
|
|
342
|
-
arrowOffset: string;
|
|
343
|
-
arrowOffsetVertical: string;
|
|
344
|
-
arrowHeight: string;
|
|
345
|
-
padding: string;
|
|
346
|
-
}, any>;
|
|
347
|
-
}>;
|
|
348
|
-
}>>>;
|
|
349
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
350
|
-
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
351
|
-
borderRadius: string;
|
|
352
|
-
boxShadow: string;
|
|
353
|
-
color: string;
|
|
354
|
-
textColor: string;
|
|
355
|
-
padding: string;
|
|
356
|
-
}, {
|
|
357
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
358
|
-
fontSize: string;
|
|
359
|
-
borderRadius: string;
|
|
360
|
-
color: string;
|
|
361
|
-
dividerColor: string;
|
|
362
|
-
textColor: string;
|
|
363
|
-
boxShadow: string;
|
|
364
|
-
space: string;
|
|
365
|
-
spaceArrow: string;
|
|
366
|
-
arrowOffset: string;
|
|
367
|
-
arrowOffsetVertical: string;
|
|
368
|
-
arrowHeight: string;
|
|
369
|
-
padding: string;
|
|
370
|
-
}, any>;
|
|
371
|
-
}>;
|
|
372
|
-
}>>>;
|
|
373
|
-
}>>, {
|
|
374
|
-
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
375
|
-
}>;
|
|
376
|
-
NTooltip: import("vue").DefineComponent<{
|
|
377
|
-
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
378
|
-
borderRadius: string;
|
|
379
|
-
boxShadow: string;
|
|
380
|
-
color: string;
|
|
381
|
-
textColor: string;
|
|
382
|
-
padding: string;
|
|
383
|
-
}, {
|
|
384
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
385
|
-
fontSize: string;
|
|
386
|
-
borderRadius: string;
|
|
387
|
-
color: string;
|
|
388
|
-
dividerColor: string;
|
|
389
|
-
textColor: string;
|
|
390
|
-
boxShadow: string;
|
|
391
|
-
space: string;
|
|
392
|
-
spaceArrow: string;
|
|
393
|
-
arrowOffset: string;
|
|
394
|
-
arrowOffsetVertical: string;
|
|
395
|
-
arrowHeight: string;
|
|
396
|
-
padding: string;
|
|
397
|
-
}, any>;
|
|
398
|
-
}>>;
|
|
399
|
-
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
400
|
-
borderRadius: string;
|
|
401
|
-
boxShadow: string;
|
|
402
|
-
color: string;
|
|
403
|
-
textColor: string;
|
|
404
|
-
padding: string;
|
|
405
|
-
}, {
|
|
406
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
407
|
-
fontSize: string;
|
|
408
|
-
borderRadius: string;
|
|
409
|
-
color: string;
|
|
410
|
-
dividerColor: string;
|
|
411
|
-
textColor: string;
|
|
412
|
-
boxShadow: string;
|
|
413
|
-
space: string;
|
|
414
|
-
spaceArrow: string;
|
|
415
|
-
arrowOffset: string;
|
|
416
|
-
arrowOffsetVertical: string;
|
|
417
|
-
arrowHeight: string;
|
|
418
|
-
padding: string;
|
|
419
|
-
}, any>;
|
|
420
|
-
}>>>;
|
|
421
|
-
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
422
|
-
borderRadius: string;
|
|
423
|
-
boxShadow: string;
|
|
424
|
-
color: string;
|
|
425
|
-
textColor: string;
|
|
426
|
-
padding: string;
|
|
427
|
-
}, {
|
|
428
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
429
|
-
fontSize: string;
|
|
430
|
-
borderRadius: string;
|
|
431
|
-
color: string;
|
|
432
|
-
dividerColor: string;
|
|
433
|
-
textColor: string;
|
|
434
|
-
boxShadow: string;
|
|
435
|
-
space: string;
|
|
436
|
-
spaceArrow: string;
|
|
437
|
-
arrowOffset: string;
|
|
438
|
-
arrowOffsetVertical: string;
|
|
439
|
-
arrowHeight: string;
|
|
440
|
-
padding: string;
|
|
441
|
-
}, any>;
|
|
442
|
-
}>>>;
|
|
443
|
-
show: {
|
|
444
|
-
type: PropType<boolean | undefined>;
|
|
445
|
-
default: undefined;
|
|
446
|
-
};
|
|
447
|
-
defaultShow: BooleanConstructor;
|
|
448
|
-
showArrow: {
|
|
449
|
-
type: BooleanConstructor;
|
|
450
|
-
default: boolean;
|
|
451
|
-
};
|
|
452
|
-
trigger: {
|
|
453
|
-
type: PropType<import("naive-ui").PopoverTrigger>;
|
|
454
|
-
default: string;
|
|
455
|
-
};
|
|
456
|
-
delay: {
|
|
457
|
-
type: NumberConstructor;
|
|
458
|
-
default: number;
|
|
459
|
-
};
|
|
460
|
-
duration: {
|
|
461
|
-
type: NumberConstructor;
|
|
462
|
-
default: number;
|
|
463
|
-
};
|
|
464
|
-
raw: BooleanConstructor;
|
|
465
|
-
placement: {
|
|
466
|
-
type: PropType<import("vueuc").FollowerPlacement>;
|
|
467
|
-
default: string;
|
|
468
|
-
};
|
|
469
|
-
x: NumberConstructor;
|
|
470
|
-
y: NumberConstructor;
|
|
471
|
-
arrowPointToCenter: BooleanConstructor;
|
|
472
|
-
disabled: BooleanConstructor;
|
|
473
|
-
getDisabled: PropType<() => boolean>;
|
|
474
|
-
displayDirective: {
|
|
475
|
-
type: PropType<"show" | "if">;
|
|
476
|
-
default: string;
|
|
477
|
-
};
|
|
478
|
-
arrowStyle: PropType<string | CSSProperties>;
|
|
479
|
-
flip: {
|
|
480
|
-
type: BooleanConstructor;
|
|
481
|
-
default: boolean;
|
|
482
|
-
};
|
|
483
|
-
animated: {
|
|
484
|
-
type: BooleanConstructor;
|
|
485
|
-
default: boolean;
|
|
486
|
-
};
|
|
487
|
-
width: {
|
|
488
|
-
type: PropType<number | "trigger">;
|
|
489
|
-
default: undefined;
|
|
490
|
-
};
|
|
491
|
-
overlap: BooleanConstructor;
|
|
492
|
-
keepAliveOnHover: {
|
|
493
|
-
type: BooleanConstructor;
|
|
494
|
-
default: boolean;
|
|
495
|
-
};
|
|
496
|
-
zIndex: NumberConstructor;
|
|
497
|
-
to: {
|
|
498
|
-
type: PropType<string | boolean | HTMLElement>;
|
|
499
|
-
default: undefined;
|
|
500
|
-
};
|
|
501
|
-
scrollable: BooleanConstructor;
|
|
502
|
-
contentStyle: PropType<string | CSSProperties>;
|
|
503
|
-
headerStyle: PropType<string | CSSProperties>;
|
|
504
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
505
|
-
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
506
|
-
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
507
|
-
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
508
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
509
|
-
internalSyncTargetWithParent: BooleanConstructor;
|
|
510
|
-
internalInheritedEventHandlers: {
|
|
511
|
-
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
512
|
-
default: () => never[];
|
|
513
|
-
};
|
|
514
|
-
internalTrapFocus: BooleanConstructor;
|
|
515
|
-
internalExtraClass: {
|
|
516
|
-
type: PropType<string[]>;
|
|
517
|
-
default: () => never[];
|
|
518
|
-
};
|
|
519
|
-
onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
520
|
-
onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
521
|
-
arrow: {
|
|
522
|
-
type: PropType<boolean | undefined>;
|
|
523
|
-
default: undefined;
|
|
524
|
-
};
|
|
525
|
-
minWidth: NumberConstructor;
|
|
526
|
-
maxWidth: NumberConstructor;
|
|
527
|
-
}, {
|
|
528
|
-
popoverRef: import("vue").Ref<{
|
|
529
|
-
syncPosition: () => void;
|
|
530
|
-
setShow: (value: boolean) => void;
|
|
531
|
-
} | null>;
|
|
532
|
-
mergedTheme: import("vue").ComputedRef<{
|
|
533
|
-
common: {
|
|
534
|
-
baseColor: string;
|
|
535
|
-
primaryColor: string;
|
|
536
|
-
primaryColorHover: string;
|
|
537
|
-
primaryColorPressed: string;
|
|
538
|
-
primaryColorSuppl: string;
|
|
539
|
-
infoColor: string;
|
|
540
|
-
infoColorHover: string;
|
|
541
|
-
infoColorPressed: string;
|
|
542
|
-
infoColorSuppl: string;
|
|
543
|
-
successColor: string;
|
|
544
|
-
successColorHover: string;
|
|
545
|
-
successColorPressed: string;
|
|
546
|
-
successColorSuppl: string;
|
|
547
|
-
warningColor: string;
|
|
548
|
-
warningColorHover: string;
|
|
549
|
-
warningColorPressed: string;
|
|
550
|
-
warningColorSuppl: string;
|
|
551
|
-
errorColor: string;
|
|
552
|
-
errorColorHover: string;
|
|
553
|
-
errorColorPressed: string;
|
|
554
|
-
errorColorSuppl: string;
|
|
555
|
-
textColorBase: string;
|
|
556
|
-
textColor1: string;
|
|
557
|
-
textColor2: string;
|
|
558
|
-
textColor3: string;
|
|
559
|
-
textColorDisabled: string;
|
|
560
|
-
placeholderColor: string;
|
|
561
|
-
placeholderColorDisabled: string;
|
|
562
|
-
iconColor: string;
|
|
563
|
-
iconColorHover: string;
|
|
564
|
-
iconColorPressed: string;
|
|
565
|
-
iconColorDisabled: string;
|
|
566
|
-
opacity1: string;
|
|
567
|
-
opacity2: string;
|
|
568
|
-
opacity3: string;
|
|
569
|
-
opacity4: string;
|
|
570
|
-
opacity5: string;
|
|
571
|
-
dividerColor: string;
|
|
572
|
-
borderColor: string;
|
|
573
|
-
closeIconColor: string;
|
|
574
|
-
closeIconColorHover: string;
|
|
575
|
-
closeIconColorPressed: string;
|
|
576
|
-
closeColorHover: string;
|
|
577
|
-
closeColorPressed: string;
|
|
578
|
-
clearColor: string;
|
|
579
|
-
clearColorHover: string;
|
|
580
|
-
clearColorPressed: string;
|
|
581
|
-
scrollbarColor: string;
|
|
582
|
-
scrollbarColorHover: string;
|
|
583
|
-
scrollbarWidth: string;
|
|
584
|
-
scrollbarHeight: string;
|
|
585
|
-
scrollbarBorderRadius: string;
|
|
586
|
-
progressRailColor: string;
|
|
587
|
-
railColor: string;
|
|
588
|
-
popoverColor: string;
|
|
589
|
-
tableColor: string;
|
|
590
|
-
cardColor: string;
|
|
591
|
-
modalColor: string;
|
|
592
|
-
bodyColor: string;
|
|
593
|
-
tagColor: string;
|
|
594
|
-
avatarColor: string;
|
|
595
|
-
invertedColor: string;
|
|
596
|
-
inputColor: string;
|
|
597
|
-
codeColor: string;
|
|
598
|
-
tabColor: string;
|
|
599
|
-
actionColor: string;
|
|
600
|
-
tableHeaderColor: string;
|
|
601
|
-
hoverColor: string;
|
|
602
|
-
tableColorHover: string;
|
|
603
|
-
tableColorStriped: string;
|
|
604
|
-
pressedColor: string;
|
|
605
|
-
opacityDisabled: string;
|
|
606
|
-
inputColorDisabled: string;
|
|
607
|
-
buttonColor2: string;
|
|
608
|
-
buttonColor2Hover: string;
|
|
609
|
-
buttonColor2Pressed: string;
|
|
610
|
-
boxShadow1: string;
|
|
611
|
-
boxShadow2: string;
|
|
612
|
-
boxShadow3: string;
|
|
613
|
-
fontFamily: string;
|
|
614
|
-
fontFamilyMono: string;
|
|
615
|
-
fontWeight: string;
|
|
616
|
-
fontWeightStrong: string;
|
|
617
|
-
cubicBezierEaseInOut: string;
|
|
618
|
-
cubicBezierEaseOut: string;
|
|
619
|
-
cubicBezierEaseIn: string;
|
|
620
|
-
borderRadius: string;
|
|
621
|
-
borderRadiusSmall: string;
|
|
622
|
-
fontSize: string;
|
|
623
|
-
fontSizeMini: string;
|
|
624
|
-
fontSizeTiny: string;
|
|
625
|
-
fontSizeSmall: string;
|
|
626
|
-
fontSizeMedium: string;
|
|
627
|
-
fontSizeLarge: string;
|
|
628
|
-
fontSizeHuge: string;
|
|
629
|
-
lineHeight: string;
|
|
630
|
-
heightMini: string;
|
|
631
|
-
heightTiny: string;
|
|
632
|
-
heightSmall: string;
|
|
633
|
-
heightMedium: string;
|
|
634
|
-
heightLarge: string;
|
|
635
|
-
heightHuge: string;
|
|
636
|
-
name: "common";
|
|
637
|
-
};
|
|
638
|
-
self: {
|
|
639
|
-
borderRadius: string;
|
|
640
|
-
boxShadow: string;
|
|
641
|
-
color: string;
|
|
642
|
-
textColor: string;
|
|
643
|
-
padding: string;
|
|
644
|
-
};
|
|
645
|
-
peers: {
|
|
646
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
647
|
-
fontSize: string;
|
|
648
|
-
borderRadius: string;
|
|
649
|
-
color: string;
|
|
650
|
-
dividerColor: string;
|
|
651
|
-
textColor: string;
|
|
652
|
-
boxShadow: string;
|
|
653
|
-
space: string;
|
|
654
|
-
spaceArrow: string;
|
|
655
|
-
arrowOffset: string;
|
|
656
|
-
arrowOffsetVertical: string;
|
|
657
|
-
arrowHeight: string;
|
|
658
|
-
padding: string;
|
|
659
|
-
}, any>;
|
|
660
|
-
};
|
|
661
|
-
peerOverrides: {
|
|
662
|
-
Popover?: {
|
|
663
|
-
peers?: {
|
|
664
|
-
[x: string]: any;
|
|
665
|
-
} | undefined;
|
|
666
|
-
} | undefined;
|
|
667
|
-
};
|
|
668
|
-
}>;
|
|
669
|
-
popoverThemeOverrides: import("vue").ComputedRef<{
|
|
670
|
-
borderRadius: string;
|
|
671
|
-
boxShadow: string;
|
|
672
|
-
color: string;
|
|
673
|
-
textColor: string;
|
|
674
|
-
padding: string;
|
|
675
|
-
}>;
|
|
676
|
-
syncPosition: () => void;
|
|
677
|
-
setShow: (value: boolean) => void;
|
|
678
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
679
|
-
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
680
|
-
borderRadius: string;
|
|
681
|
-
boxShadow: string;
|
|
682
|
-
color: string;
|
|
683
|
-
textColor: string;
|
|
684
|
-
padding: string;
|
|
685
|
-
}, {
|
|
686
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
687
|
-
fontSize: string;
|
|
688
|
-
borderRadius: string;
|
|
689
|
-
color: string;
|
|
690
|
-
dividerColor: string;
|
|
691
|
-
textColor: string;
|
|
692
|
-
boxShadow: string;
|
|
693
|
-
space: string;
|
|
694
|
-
spaceArrow: string;
|
|
695
|
-
arrowOffset: string;
|
|
696
|
-
arrowOffsetVertical: string;
|
|
697
|
-
arrowHeight: string;
|
|
698
|
-
padding: string;
|
|
699
|
-
}, any>;
|
|
700
|
-
}>>;
|
|
701
|
-
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
702
|
-
borderRadius: string;
|
|
703
|
-
boxShadow: string;
|
|
704
|
-
color: string;
|
|
705
|
-
textColor: string;
|
|
706
|
-
padding: string;
|
|
707
|
-
}, {
|
|
708
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
709
|
-
fontSize: string;
|
|
710
|
-
borderRadius: string;
|
|
711
|
-
color: string;
|
|
712
|
-
dividerColor: string;
|
|
713
|
-
textColor: string;
|
|
714
|
-
boxShadow: string;
|
|
715
|
-
space: string;
|
|
716
|
-
spaceArrow: string;
|
|
717
|
-
arrowOffset: string;
|
|
718
|
-
arrowOffsetVertical: string;
|
|
719
|
-
arrowHeight: string;
|
|
720
|
-
padding: string;
|
|
721
|
-
}, any>;
|
|
722
|
-
}>>>;
|
|
723
|
-
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
724
|
-
borderRadius: string;
|
|
725
|
-
boxShadow: string;
|
|
726
|
-
color: string;
|
|
727
|
-
textColor: string;
|
|
728
|
-
padding: string;
|
|
729
|
-
}, {
|
|
730
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
731
|
-
fontSize: string;
|
|
732
|
-
borderRadius: string;
|
|
733
|
-
color: string;
|
|
734
|
-
dividerColor: string;
|
|
735
|
-
textColor: string;
|
|
736
|
-
boxShadow: string;
|
|
737
|
-
space: string;
|
|
738
|
-
spaceArrow: string;
|
|
739
|
-
arrowOffset: string;
|
|
740
|
-
arrowOffsetVertical: string;
|
|
741
|
-
arrowHeight: string;
|
|
742
|
-
padding: string;
|
|
743
|
-
}, any>;
|
|
744
|
-
}>>>;
|
|
745
|
-
show: {
|
|
746
|
-
type: PropType<boolean | undefined>;
|
|
747
|
-
default: undefined;
|
|
748
|
-
};
|
|
749
|
-
defaultShow: BooleanConstructor;
|
|
750
|
-
showArrow: {
|
|
751
|
-
type: BooleanConstructor;
|
|
752
|
-
default: boolean;
|
|
753
|
-
};
|
|
754
|
-
trigger: {
|
|
755
|
-
type: PropType<import("naive-ui").PopoverTrigger>;
|
|
756
|
-
default: string;
|
|
757
|
-
};
|
|
758
|
-
delay: {
|
|
759
|
-
type: NumberConstructor;
|
|
760
|
-
default: number;
|
|
761
|
-
};
|
|
762
|
-
duration: {
|
|
763
|
-
type: NumberConstructor;
|
|
764
|
-
default: number;
|
|
765
|
-
};
|
|
766
|
-
raw: BooleanConstructor;
|
|
767
|
-
placement: {
|
|
768
|
-
type: PropType<import("vueuc").FollowerPlacement>;
|
|
769
|
-
default: string;
|
|
770
|
-
};
|
|
771
|
-
x: NumberConstructor;
|
|
772
|
-
y: NumberConstructor;
|
|
773
|
-
arrowPointToCenter: BooleanConstructor;
|
|
774
|
-
disabled: BooleanConstructor;
|
|
775
|
-
getDisabled: PropType<() => boolean>;
|
|
776
|
-
displayDirective: {
|
|
777
|
-
type: PropType<"show" | "if">;
|
|
778
|
-
default: string;
|
|
779
|
-
};
|
|
780
|
-
arrowStyle: PropType<string | CSSProperties>;
|
|
781
|
-
flip: {
|
|
782
|
-
type: BooleanConstructor;
|
|
783
|
-
default: boolean;
|
|
784
|
-
};
|
|
785
|
-
animated: {
|
|
786
|
-
type: BooleanConstructor;
|
|
787
|
-
default: boolean;
|
|
788
|
-
};
|
|
789
|
-
width: {
|
|
790
|
-
type: PropType<number | "trigger">;
|
|
791
|
-
default: undefined;
|
|
792
|
-
};
|
|
793
|
-
overlap: BooleanConstructor;
|
|
794
|
-
keepAliveOnHover: {
|
|
795
|
-
type: BooleanConstructor;
|
|
796
|
-
default: boolean;
|
|
797
|
-
};
|
|
798
|
-
zIndex: NumberConstructor;
|
|
799
|
-
to: {
|
|
800
|
-
type: PropType<string | boolean | HTMLElement>;
|
|
801
|
-
default: undefined;
|
|
802
|
-
};
|
|
803
|
-
scrollable: BooleanConstructor;
|
|
804
|
-
contentStyle: PropType<string | CSSProperties>;
|
|
805
|
-
headerStyle: PropType<string | CSSProperties>;
|
|
806
|
-
footerStyle: PropType<string | CSSProperties>;
|
|
807
|
-
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
808
|
-
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
809
|
-
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
810
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
811
|
-
internalSyncTargetWithParent: BooleanConstructor;
|
|
812
|
-
internalInheritedEventHandlers: {
|
|
813
|
-
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
814
|
-
default: () => never[];
|
|
815
|
-
};
|
|
816
|
-
internalTrapFocus: BooleanConstructor;
|
|
817
|
-
internalExtraClass: {
|
|
818
|
-
type: PropType<string[]>;
|
|
819
|
-
default: () => never[];
|
|
820
|
-
};
|
|
821
|
-
onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
822
|
-
onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
823
|
-
arrow: {
|
|
824
|
-
type: PropType<boolean | undefined>;
|
|
825
|
-
default: undefined;
|
|
826
|
-
};
|
|
827
|
-
minWidth: NumberConstructor;
|
|
828
|
-
maxWidth: NumberConstructor;
|
|
829
|
-
}>>, {
|
|
830
|
-
show: boolean | undefined;
|
|
831
|
-
flip: boolean;
|
|
832
|
-
width: number | "trigger";
|
|
833
|
-
disabled: boolean;
|
|
834
|
-
duration: number;
|
|
835
|
-
to: string | boolean | HTMLElement;
|
|
836
|
-
raw: boolean;
|
|
837
|
-
placement: import("vueuc").FollowerPlacement;
|
|
838
|
-
overlap: boolean;
|
|
839
|
-
scrollable: boolean;
|
|
840
|
-
trigger: import("naive-ui").PopoverTrigger;
|
|
841
|
-
showArrow: boolean;
|
|
842
|
-
delay: number;
|
|
843
|
-
arrowPointToCenter: boolean;
|
|
844
|
-
displayDirective: "show" | "if";
|
|
845
|
-
keepAliveOnHover: boolean;
|
|
846
|
-
internalDeactivateImmediately: boolean;
|
|
847
|
-
animated: boolean;
|
|
848
|
-
internalTrapFocus: boolean;
|
|
849
|
-
defaultShow: boolean;
|
|
850
|
-
internalSyncTargetWithParent: boolean;
|
|
851
|
-
internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
|
|
852
|
-
internalExtraClass: string[];
|
|
853
|
-
arrow: boolean | undefined;
|
|
854
|
-
}>;
|
|
53
|
+
NEllipsis: any;
|
|
54
|
+
NTooltip: any;
|
|
855
55
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
856
56
|
content: {
|
|
857
57
|
type: StringConstructor;
|
|
@@ -865,8 +65,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
865
65
|
default: () => {};
|
|
866
66
|
};
|
|
867
67
|
}>>, {
|
|
868
|
-
contentStyle: CSSProperties;
|
|
869
68
|
content: string;
|
|
69
|
+
contentStyle: CSSProperties;
|
|
870
70
|
}>;
|
|
871
71
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
872
72
|
content: {
|
|
@@ -882,7 +82,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
882
82
|
default: () => {};
|
|
883
83
|
};
|
|
884
84
|
}>>, {
|
|
885
|
-
contentStyle: CSSProperties;
|
|
886
85
|
content: string;
|
|
86
|
+
contentStyle: CSSProperties;
|
|
887
87
|
}>;
|
|
888
88
|
export default _default;
|