naive-ui 2.25.1 → 2.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_internal/select-menu/src/SelectMenu.d.ts +6 -1
- package/es/_internal/select-menu/src/SelectMenu.js +17 -8
- package/es/_internal/selection/src/Selection.d.ts +31 -26
- package/es/_internal/selection/src/Selection.js +78 -80
- package/es/_internal/selection/styles/dark.js +3 -3
- package/es/_internal/selection/styles/light.d.ts +6 -6
- package/es/_internal/selection/styles/light.js +3 -3
- package/es/_mixins/index.d.ts +1 -1
- package/es/_mixins/index.js +1 -1
- package/es/_mixins/use-css-vars-class.d.ts +9 -2
- package/es/_mixins/use-css-vars-class.js +29 -13
- package/es/_mixins/use-form-item.d.ts +1 -1
- package/es/_utils/css/color-to-class.d.ts +1 -0
- package/es/_utils/css/color-to-class.js +3 -0
- package/es/_utils/css/format-length.d.ts +2 -2
- package/es/_utils/css/format-length.js +1 -2
- package/es/_utils/css/index.d.ts +2 -1
- package/es/_utils/css/index.js +2 -1
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/_utils/vue/resolve-slot.js +0 -1
- package/es/alert/src/Alert.d.ts +4 -4
- package/es/auto-complete/src/AutoComplete.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +4 -4
- package/es/button/src/Button.d.ts +3 -2
- package/es/button/src/Button.js +13 -24
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/index.js +1 -1
- package/es/button/styles/rtl.d.ts +2 -5
- package/es/button/styles/rtl.js +1 -1
- package/es/card/src/Card.d.ts +3 -1
- package/es/card/src/Card.js +41 -38
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/index.js +1 -1
- package/es/card/styles/rtl.d.ts +2 -5
- package/es/card/styles/rtl.js +1 -1
- package/es/cascader/src/Cascader.d.ts +30 -30
- package/es/cascader/src/CascaderMenu.d.ts +3 -3
- package/es/cascader/src/CascaderOption.d.ts +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/es/cascader/styles/light.d.ts +3 -3
- package/es/checkbox/src/styles/index.cssr.js +12 -12
- package/es/data-table/src/DataTable.d.ts +34 -34
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/es/data-table/src/TableParts/Body.d.ts +6 -6
- package/es/data-table/src/TableParts/Cell.d.ts +12 -12
- package/es/data-table/src/TableParts/Header.d.ts +6 -6
- package/es/data-table/styles/light.d.ts +3 -3
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/dialog/src/Dialog.d.ts +4 -4
- package/es/dialog/src/DialogEnvironment.d.ts +5 -5
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +4 -4
- package/es/form/src/FormItem.d.ts +4 -4
- package/es/form/src/FormItemCol.d.ts +3 -3
- package/es/form/src/FormItemGridItem.d.ts +5 -5
- package/es/form/src/FormItemRow.d.ts +3 -3
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +5 -5
- package/es/icon-wrapper/src/IconWrapper.js +7 -5
- package/es/image/src/Image.d.ts +1 -1
- package/es/input/src/Input.d.ts +1 -1
- package/es/input-number/src/InputNumber.d.ts +1 -1
- package/es/locales/common/eo.d.ts +109 -0
- package/es/locales/common/eo.js +109 -0
- package/es/locales/common/plPL.d.ts +3 -0
- package/es/locales/common/plPL.js +109 -0
- package/es/locales/date/eo.d.ts +3 -0
- package/es/locales/date/eo.js +6 -0
- package/es/locales/date/plPL.d.ts +3 -0
- package/es/locales/date/plPL.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/mention/src/Mention.d.ts +1 -1
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +6 -6
- package/es/modal/src/Modal.d.ts +8 -8
- package/es/modal/src/presetProps.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +4 -4
- package/es/notification/src/NotificationEnvironment.d.ts +4 -4
- package/es/notification/src/NotificationProvider.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +33 -33
- package/es/pagination/styles/light.d.ts +3 -3
- package/es/progress/src/Circle.d.ts +19 -3
- package/es/progress/src/Circle.js +41 -22
- package/es/progress/src/Progress.d.ts +14 -5
- package/es/progress/src/Progress.js +43 -29
- package/es/progress/src/styles/index.cssr.js +1 -1
- package/es/result/src/Result.d.ts +4 -4
- package/es/select/src/Select.d.ts +45 -31
- package/es/select/src/Select.js +13 -8
- package/es/select/styles/light.d.ts +3 -3
- package/es/tag/src/Tag.d.ts +7 -5
- package/es/tag/src/Tag.js +60 -40
- package/es/tag/src/common-props.d.ts +1 -1
- package/es/tag/src/styles/index.cssr.js +1 -1
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/index.js +1 -1
- package/es/tag/styles/rtl.d.ts +2 -5
- package/es/tag/styles/rtl.js +1 -1
- package/es/timeline/src/TimelineItem.d.ts +4 -4
- package/es/tree/src/utils.js +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +30 -30
- package/es/tree-select/styles/light.d.ts +3 -3
- package/es/typography/src/create-header.d.ts +4 -4
- package/es/typography/src/headers.d.ts +18 -18
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/upload/src/UploadProgress.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +6 -1
- package/lib/_internal/select-menu/src/SelectMenu.js +16 -7
- package/lib/_internal/selection/src/Selection.d.ts +31 -26
- package/lib/_internal/selection/src/Selection.js +77 -79
- package/lib/_internal/selection/styles/dark.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +6 -6
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_mixins/index.d.ts +1 -1
- package/lib/_mixins/index.js +3 -2
- package/lib/_mixins/use-css-vars-class.d.ts +9 -2
- package/lib/_mixins/use-css-vars-class.js +31 -15
- package/lib/_mixins/use-form-item.d.ts +1 -1
- package/lib/_utils/css/color-to-class.d.ts +1 -0
- package/lib/_utils/css/color-to-class.js +7 -0
- package/lib/_utils/css/format-length.d.ts +2 -2
- package/lib/_utils/css/format-length.js +2 -1
- package/lib/_utils/css/index.d.ts +2 -1
- package/lib/_utils/css/index.js +4 -5
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/vue/resolve-slot.js +0 -1
- package/lib/alert/src/Alert.d.ts +4 -4
- package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +4 -4
- package/lib/button/src/Button.d.ts +3 -2
- package/lib/button/src/Button.js +11 -22
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/index.js +1 -1
- package/lib/button/styles/rtl.d.ts +2 -5
- package/lib/button/styles/rtl.js +2 -1
- package/lib/card/src/Card.d.ts +3 -1
- package/lib/card/src/Card.js +40 -37
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/index.js +1 -1
- package/lib/card/styles/rtl.d.ts +2 -5
- package/lib/card/styles/rtl.js +2 -1
- package/lib/cascader/src/Cascader.d.ts +30 -30
- package/lib/cascader/src/CascaderMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderOption.d.ts +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/lib/cascader/styles/light.d.ts +3 -3
- package/lib/checkbox/src/styles/index.cssr.js +12 -12
- package/lib/data-table/src/DataTable.d.ts +34 -34
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/lib/data-table/src/TableParts/Body.d.ts +6 -6
- package/lib/data-table/src/TableParts/Cell.d.ts +12 -12
- package/lib/data-table/src/TableParts/Header.d.ts +6 -6
- package/lib/data-table/styles/light.d.ts +3 -3
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/dialog/src/Dialog.d.ts +4 -4
- package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -4
- package/lib/form/src/FormItem.d.ts +4 -4
- package/lib/form/src/FormItemCol.d.ts +3 -3
- package/lib/form/src/FormItemGridItem.d.ts +5 -5
- package/lib/form/src/FormItemRow.d.ts +3 -3
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +5 -5
- package/lib/icon-wrapper/src/IconWrapper.js +6 -4
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/input/src/Input.d.ts +1 -1
- package/lib/input-number/src/InputNumber.d.ts +1 -1
- package/lib/locales/common/eo.d.ts +109 -0
- package/lib/locales/common/eo.js +111 -0
- package/lib/locales/common/plPL.d.ts +3 -0
- package/lib/locales/common/plPL.js +111 -0
- package/lib/locales/date/eo.d.ts +3 -0
- package/lib/locales/date/eo.js +11 -0
- package/lib/locales/date/plPL.d.ts +3 -0
- package/lib/locales/date/plPL.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/mention/src/Mention.d.ts +1 -1
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +6 -6
- package/lib/modal/src/Modal.d.ts +8 -8
- package/lib/modal/src/presetProps.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +4 -4
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
- package/lib/notification/src/NotificationProvider.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +33 -33
- package/lib/pagination/styles/light.d.ts +3 -3
- package/lib/progress/src/Circle.d.ts +19 -3
- package/lib/progress/src/Circle.js +40 -21
- package/lib/progress/src/Progress.d.ts +14 -5
- package/lib/progress/src/Progress.js +42 -28
- package/lib/progress/src/styles/index.cssr.js +1 -1
- package/lib/result/src/Result.d.ts +4 -4
- package/lib/select/src/Select.d.ts +45 -31
- package/lib/select/src/Select.js +13 -8
- package/lib/select/styles/light.d.ts +3 -3
- package/lib/tag/src/Tag.d.ts +7 -5
- package/lib/tag/src/Tag.js +58 -38
- package/lib/tag/src/common-props.d.ts +1 -1
- package/lib/tag/src/styles/index.cssr.js +1 -1
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/index.js +1 -1
- package/lib/tag/styles/rtl.d.ts +2 -5
- package/lib/tag/styles/rtl.js +2 -1
- package/lib/timeline/src/TimelineItem.d.ts +4 -4
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +30 -30
- package/lib/tree-select/styles/light.d.ts +3 -3
- package/lib/typography/src/create-header.d.ts +4 -4
- package/lib/typography/src/headers.d.ts +18 -18
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/upload/src/UploadProgress.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
- package/web-types.json +28 -1
|
@@ -78,5 +78,5 @@ export default cB('tag', `
|
|
|
78
78
|
background-color: var(--n-color-checkable);
|
|
79
79
|
`, [cNotM('disabled', [c('&:hover', 'background-color: var(--n-color-hover-checkable);', [cNotM('checked', 'color: var(--n-text-color-hover-checkable);')]), c('&:active', 'background-color: var(--n-color-pressed-checkable);', [cNotM('checked', 'color: var(--n-text-color-pressed-checkable);')])]), cM('checked', `
|
|
80
80
|
color: var(--n-text-color-checked);
|
|
81
|
-
background-color:
|
|
81
|
+
background-color: var(--n-color-checked);
|
|
82
82
|
`, [cNotM('disabled', [c('&:hover', 'background-color: var(--n-color-checked-hover);'), c('&:active', 'background-color: var(--n-color-checked-pressed);')])])])]);
|
package/es/tag/styles/index.d.ts
CHANGED
package/es/tag/styles/index.js
CHANGED
package/es/tag/styles/rtl.d.ts
CHANGED
package/es/tag/styles/rtl.js
CHANGED
|
@@ -6,7 +6,7 @@ declare const timelineItemProps: {
|
|
|
6
6
|
content: StringConstructor;
|
|
7
7
|
color: StringConstructor;
|
|
8
8
|
type: {
|
|
9
|
-
type: PropType<"default" | "
|
|
9
|
+
type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
content: StringConstructor;
|
|
18
18
|
color: StringConstructor;
|
|
19
19
|
type: {
|
|
20
|
-
type: PropType<"default" | "
|
|
20
|
+
type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
}, {
|
|
@@ -42,10 +42,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
content: StringConstructor;
|
|
43
43
|
color: StringConstructor;
|
|
44
44
|
type: {
|
|
45
|
-
type: PropType<"default" | "
|
|
45
|
+
type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
}>>, {
|
|
49
|
-
type: "default" | "
|
|
49
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
50
50
|
}>;
|
|
51
51
|
export default _default;
|
package/es/tree/src/utils.js
CHANGED
|
@@ -31,7 +31,7 @@ export function keysWithFilter(nodes, pattern, keyField, childrenField, filter)
|
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
33
|
const emptyImage = null;
|
|
34
|
-
if (typeof window !== 'undefined') {
|
|
34
|
+
if (typeof window !== 'undefined' && Image) {
|
|
35
35
|
const emptyImage = new Image();
|
|
36
36
|
emptyImage.src =
|
|
37
37
|
'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==';
|
|
@@ -188,7 +188,7 @@ declare const props: {
|
|
|
188
188
|
borderHover: string;
|
|
189
189
|
borderActive: string;
|
|
190
190
|
borderFocus: string;
|
|
191
|
-
boxShadowHover:
|
|
191
|
+
boxShadowHover: string;
|
|
192
192
|
boxShadowActive: string;
|
|
193
193
|
boxShadowFocus: string;
|
|
194
194
|
caretColor: string;
|
|
@@ -199,7 +199,7 @@ declare const props: {
|
|
|
199
199
|
borderHoverWarning: string;
|
|
200
200
|
borderActiveWarning: string;
|
|
201
201
|
borderFocusWarning: string;
|
|
202
|
-
boxShadowHoverWarning:
|
|
202
|
+
boxShadowHoverWarning: string;
|
|
203
203
|
boxShadowActiveWarning: string;
|
|
204
204
|
boxShadowFocusWarning: string;
|
|
205
205
|
colorActiveWarning: string;
|
|
@@ -208,7 +208,7 @@ declare const props: {
|
|
|
208
208
|
borderHoverError: string;
|
|
209
209
|
borderActiveError: string;
|
|
210
210
|
borderFocusError: string;
|
|
211
|
-
boxShadowHoverError:
|
|
211
|
+
boxShadowHoverError: string;
|
|
212
212
|
boxShadowActiveError: string;
|
|
213
213
|
boxShadowFocusError: string;
|
|
214
214
|
colorActiveError: string;
|
|
@@ -326,7 +326,7 @@ declare const props: {
|
|
|
326
326
|
borderHover: string;
|
|
327
327
|
borderActive: string;
|
|
328
328
|
borderFocus: string;
|
|
329
|
-
boxShadowHover:
|
|
329
|
+
boxShadowHover: string;
|
|
330
330
|
boxShadowActive: string;
|
|
331
331
|
boxShadowFocus: string;
|
|
332
332
|
caretColor: string;
|
|
@@ -337,7 +337,7 @@ declare const props: {
|
|
|
337
337
|
borderHoverWarning: string;
|
|
338
338
|
borderActiveWarning: string;
|
|
339
339
|
borderFocusWarning: string;
|
|
340
|
-
boxShadowHoverWarning:
|
|
340
|
+
boxShadowHoverWarning: string;
|
|
341
341
|
boxShadowActiveWarning: string;
|
|
342
342
|
boxShadowFocusWarning: string;
|
|
343
343
|
colorActiveWarning: string;
|
|
@@ -346,7 +346,7 @@ declare const props: {
|
|
|
346
346
|
borderHoverError: string;
|
|
347
347
|
borderActiveError: string;
|
|
348
348
|
borderFocusError: string;
|
|
349
|
-
boxShadowHoverError:
|
|
349
|
+
boxShadowHoverError: string;
|
|
350
350
|
boxShadowActiveError: string;
|
|
351
351
|
boxShadowFocusError: string;
|
|
352
352
|
colorActiveError: string;
|
|
@@ -464,7 +464,7 @@ declare const props: {
|
|
|
464
464
|
borderHover: string;
|
|
465
465
|
borderActive: string;
|
|
466
466
|
borderFocus: string;
|
|
467
|
-
boxShadowHover:
|
|
467
|
+
boxShadowHover: string;
|
|
468
468
|
boxShadowActive: string;
|
|
469
469
|
boxShadowFocus: string;
|
|
470
470
|
caretColor: string;
|
|
@@ -475,7 +475,7 @@ declare const props: {
|
|
|
475
475
|
borderHoverWarning: string;
|
|
476
476
|
borderActiveWarning: string;
|
|
477
477
|
borderFocusWarning: string;
|
|
478
|
-
boxShadowHoverWarning:
|
|
478
|
+
boxShadowHoverWarning: string;
|
|
479
479
|
boxShadowActiveWarning: string;
|
|
480
480
|
boxShadowFocusWarning: string;
|
|
481
481
|
colorActiveWarning: string;
|
|
@@ -484,7 +484,7 @@ declare const props: {
|
|
|
484
484
|
borderHoverError: string;
|
|
485
485
|
borderActiveError: string;
|
|
486
486
|
borderFocusError: string;
|
|
487
|
-
boxShadowHoverError:
|
|
487
|
+
boxShadowHoverError: string;
|
|
488
488
|
boxShadowActiveError: string;
|
|
489
489
|
boxShadowFocusError: string;
|
|
490
490
|
colorActiveError: string;
|
|
@@ -698,7 +698,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
698
|
borderHover: string;
|
|
699
699
|
borderActive: string;
|
|
700
700
|
borderFocus: string;
|
|
701
|
-
boxShadowHover:
|
|
701
|
+
boxShadowHover: string;
|
|
702
702
|
boxShadowActive: string;
|
|
703
703
|
boxShadowFocus: string;
|
|
704
704
|
caretColor: string;
|
|
@@ -709,7 +709,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
709
709
|
borderHoverWarning: string;
|
|
710
710
|
borderActiveWarning: string;
|
|
711
711
|
borderFocusWarning: string;
|
|
712
|
-
boxShadowHoverWarning:
|
|
712
|
+
boxShadowHoverWarning: string;
|
|
713
713
|
boxShadowActiveWarning: string;
|
|
714
714
|
boxShadowFocusWarning: string;
|
|
715
715
|
colorActiveWarning: string;
|
|
@@ -718,7 +718,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
718
|
borderHoverError: string;
|
|
719
719
|
borderActiveError: string;
|
|
720
720
|
borderFocusError: string;
|
|
721
|
-
boxShadowHoverError:
|
|
721
|
+
boxShadowHoverError: string;
|
|
722
722
|
boxShadowActiveError: string;
|
|
723
723
|
boxShadowFocusError: string;
|
|
724
724
|
colorActiveError: string;
|
|
@@ -836,7 +836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
836
836
|
borderHover: string;
|
|
837
837
|
borderActive: string;
|
|
838
838
|
borderFocus: string;
|
|
839
|
-
boxShadowHover:
|
|
839
|
+
boxShadowHover: string;
|
|
840
840
|
boxShadowActive: string;
|
|
841
841
|
boxShadowFocus: string;
|
|
842
842
|
caretColor: string;
|
|
@@ -847,7 +847,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
847
|
borderHoverWarning: string;
|
|
848
848
|
borderActiveWarning: string;
|
|
849
849
|
borderFocusWarning: string;
|
|
850
|
-
boxShadowHoverWarning:
|
|
850
|
+
boxShadowHoverWarning: string;
|
|
851
851
|
boxShadowActiveWarning: string;
|
|
852
852
|
boxShadowFocusWarning: string;
|
|
853
853
|
colorActiveWarning: string;
|
|
@@ -856,7 +856,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
856
856
|
borderHoverError: string;
|
|
857
857
|
borderActiveError: string;
|
|
858
858
|
borderFocusError: string;
|
|
859
|
-
boxShadowHoverError:
|
|
859
|
+
boxShadowHoverError: string;
|
|
860
860
|
boxShadowActiveError: string;
|
|
861
861
|
boxShadowFocusError: string;
|
|
862
862
|
colorActiveError: string;
|
|
@@ -974,7 +974,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
974
974
|
borderHover: string;
|
|
975
975
|
borderActive: string;
|
|
976
976
|
borderFocus: string;
|
|
977
|
-
boxShadowHover:
|
|
977
|
+
boxShadowHover: string;
|
|
978
978
|
boxShadowActive: string;
|
|
979
979
|
boxShadowFocus: string;
|
|
980
980
|
caretColor: string;
|
|
@@ -985,7 +985,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
985
985
|
borderHoverWarning: string;
|
|
986
986
|
borderActiveWarning: string;
|
|
987
987
|
borderFocusWarning: string;
|
|
988
|
-
boxShadowHoverWarning:
|
|
988
|
+
boxShadowHoverWarning: string;
|
|
989
989
|
boxShadowActiveWarning: string;
|
|
990
990
|
boxShadowFocusWarning: string;
|
|
991
991
|
colorActiveWarning: string;
|
|
@@ -994,7 +994,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
994
994
|
borderHoverError: string;
|
|
995
995
|
borderActiveError: string;
|
|
996
996
|
borderFocusError: string;
|
|
997
|
-
boxShadowHoverError:
|
|
997
|
+
boxShadowHoverError: string;
|
|
998
998
|
boxShadowActiveError: string;
|
|
999
999
|
boxShadowFocusError: string;
|
|
1000
1000
|
colorActiveError: string;
|
|
@@ -1287,7 +1287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1287
1287
|
borderHover: string;
|
|
1288
1288
|
borderActive: string;
|
|
1289
1289
|
borderFocus: string;
|
|
1290
|
-
boxShadowHover:
|
|
1290
|
+
boxShadowHover: string;
|
|
1291
1291
|
boxShadowActive: string;
|
|
1292
1292
|
boxShadowFocus: string;
|
|
1293
1293
|
caretColor: string;
|
|
@@ -1298,7 +1298,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1298
1298
|
borderHoverWarning: string;
|
|
1299
1299
|
borderActiveWarning: string;
|
|
1300
1300
|
borderFocusWarning: string;
|
|
1301
|
-
boxShadowHoverWarning:
|
|
1301
|
+
boxShadowHoverWarning: string;
|
|
1302
1302
|
boxShadowActiveWarning: string;
|
|
1303
1303
|
boxShadowFocusWarning: string;
|
|
1304
1304
|
colorActiveWarning: string;
|
|
@@ -1307,7 +1307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1307
1307
|
borderHoverError: string;
|
|
1308
1308
|
borderActiveError: string;
|
|
1309
1309
|
borderFocusError: string;
|
|
1310
|
-
boxShadowHoverError:
|
|
1310
|
+
boxShadowHoverError: string;
|
|
1311
1311
|
boxShadowActiveError: string;
|
|
1312
1312
|
boxShadowFocusError: string;
|
|
1313
1313
|
colorActiveError: string;
|
|
@@ -1581,7 +1581,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1581
1581
|
borderHover: string;
|
|
1582
1582
|
borderActive: string;
|
|
1583
1583
|
borderFocus: string;
|
|
1584
|
-
boxShadowHover:
|
|
1584
|
+
boxShadowHover: string;
|
|
1585
1585
|
boxShadowActive: string;
|
|
1586
1586
|
boxShadowFocus: string;
|
|
1587
1587
|
caretColor: string;
|
|
@@ -1592,7 +1592,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1592
1592
|
borderHoverWarning: string;
|
|
1593
1593
|
borderActiveWarning: string;
|
|
1594
1594
|
borderFocusWarning: string;
|
|
1595
|
-
boxShadowHoverWarning:
|
|
1595
|
+
boxShadowHoverWarning: string;
|
|
1596
1596
|
boxShadowActiveWarning: string;
|
|
1597
1597
|
boxShadowFocusWarning: string;
|
|
1598
1598
|
colorActiveWarning: string;
|
|
@@ -1601,7 +1601,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1601
1601
|
borderHoverError: string;
|
|
1602
1602
|
borderActiveError: string;
|
|
1603
1603
|
borderFocusError: string;
|
|
1604
|
-
boxShadowHoverError:
|
|
1604
|
+
boxShadowHoverError: string;
|
|
1605
1605
|
boxShadowActiveError: string;
|
|
1606
1606
|
boxShadowFocusError: string;
|
|
1607
1607
|
colorActiveError: string;
|
|
@@ -1719,7 +1719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1719
1719
|
borderHover: string;
|
|
1720
1720
|
borderActive: string;
|
|
1721
1721
|
borderFocus: string;
|
|
1722
|
-
boxShadowHover:
|
|
1722
|
+
boxShadowHover: string;
|
|
1723
1723
|
boxShadowActive: string;
|
|
1724
1724
|
boxShadowFocus: string;
|
|
1725
1725
|
caretColor: string;
|
|
@@ -1730,7 +1730,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1730
1730
|
borderHoverWarning: string;
|
|
1731
1731
|
borderActiveWarning: string;
|
|
1732
1732
|
borderFocusWarning: string;
|
|
1733
|
-
boxShadowHoverWarning:
|
|
1733
|
+
boxShadowHoverWarning: string;
|
|
1734
1734
|
boxShadowActiveWarning: string;
|
|
1735
1735
|
boxShadowFocusWarning: string;
|
|
1736
1736
|
colorActiveWarning: string;
|
|
@@ -1739,7 +1739,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1739
1739
|
borderHoverError: string;
|
|
1740
1740
|
borderActiveError: string;
|
|
1741
1741
|
borderFocusError: string;
|
|
1742
|
-
boxShadowHoverError:
|
|
1742
|
+
boxShadowHoverError: string;
|
|
1743
1743
|
boxShadowActiveError: string;
|
|
1744
1744
|
boxShadowFocusError: string;
|
|
1745
1745
|
colorActiveError: string;
|
|
@@ -1857,7 +1857,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1857
1857
|
borderHover: string;
|
|
1858
1858
|
borderActive: string;
|
|
1859
1859
|
borderFocus: string;
|
|
1860
|
-
boxShadowHover:
|
|
1860
|
+
boxShadowHover: string;
|
|
1861
1861
|
boxShadowActive: string;
|
|
1862
1862
|
boxShadowFocus: string;
|
|
1863
1863
|
caretColor: string;
|
|
@@ -1868,7 +1868,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1868
1868
|
borderHoverWarning: string;
|
|
1869
1869
|
borderActiveWarning: string;
|
|
1870
1870
|
borderFocusWarning: string;
|
|
1871
|
-
boxShadowHoverWarning:
|
|
1871
|
+
boxShadowHoverWarning: string;
|
|
1872
1872
|
boxShadowActiveWarning: string;
|
|
1873
1873
|
boxShadowFocusWarning: string;
|
|
1874
1874
|
colorActiveWarning: string;
|
|
@@ -1877,7 +1877,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1877
1877
|
borderHoverError: string;
|
|
1878
1878
|
borderActiveError: string;
|
|
1879
1879
|
borderFocusError: string;
|
|
1880
|
-
boxShadowHoverError:
|
|
1880
|
+
boxShadowHoverError: string;
|
|
1881
1881
|
boxShadowActiveError: string;
|
|
1882
1882
|
boxShadowFocusError: string;
|
|
1883
1883
|
colorActiveError: string;
|
|
@@ -99,7 +99,7 @@ declare const treeSelectLight: import("../../_mixins/use-theme").Theme<"TreeSele
|
|
|
99
99
|
borderHover: string;
|
|
100
100
|
borderActive: string;
|
|
101
101
|
borderFocus: string;
|
|
102
|
-
boxShadowHover:
|
|
102
|
+
boxShadowHover: string;
|
|
103
103
|
boxShadowActive: string;
|
|
104
104
|
boxShadowFocus: string;
|
|
105
105
|
caretColor: string;
|
|
@@ -110,7 +110,7 @@ declare const treeSelectLight: import("../../_mixins/use-theme").Theme<"TreeSele
|
|
|
110
110
|
borderHoverWarning: string;
|
|
111
111
|
borderActiveWarning: string;
|
|
112
112
|
borderFocusWarning: string;
|
|
113
|
-
boxShadowHoverWarning:
|
|
113
|
+
boxShadowHoverWarning: string;
|
|
114
114
|
boxShadowActiveWarning: string;
|
|
115
115
|
boxShadowFocusWarning: string;
|
|
116
116
|
colorActiveWarning: string;
|
|
@@ -119,7 +119,7 @@ declare const treeSelectLight: import("../../_mixins/use-theme").Theme<"TreeSele
|
|
|
119
119
|
borderHoverError: string;
|
|
120
120
|
borderActiveError: string;
|
|
121
121
|
borderFocusError: string;
|
|
122
|
-
boxShadowHoverError:
|
|
122
|
+
boxShadowHoverError: string;
|
|
123
123
|
boxShadowActiveError: string;
|
|
124
124
|
boxShadowFocusError: string;
|
|
125
125
|
colorActiveError: string;
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { ExtractPublicPropTypes } from '../../_utils';
|
|
3
3
|
declare const headerProps: {
|
|
4
4
|
readonly type: {
|
|
5
|
-
readonly type: PropType<"default" | "
|
|
5
|
+
readonly type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
6
6
|
readonly default: "default";
|
|
7
7
|
};
|
|
8
8
|
readonly prefix: StringConstructor;
|
|
@@ -209,7 +209,7 @@ declare const headerProps: {
|
|
|
209
209
|
export declare type HeaderProps = ExtractPublicPropTypes<typeof headerProps>;
|
|
210
210
|
declare const _default: (level: '1' | '2' | '3' | '4' | '5' | '6') => import("vue").DefineComponent<{
|
|
211
211
|
readonly type: {
|
|
212
|
-
readonly type: PropType<"default" | "
|
|
212
|
+
readonly type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
213
213
|
readonly default: "default";
|
|
214
214
|
};
|
|
215
215
|
readonly prefix: StringConstructor;
|
|
@@ -426,7 +426,7 @@ declare const _default: (level: '1' | '2' | '3' | '4' | '5' | '6') => import("vu
|
|
|
426
426
|
}>;
|
|
427
427
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
428
428
|
readonly type: {
|
|
429
|
-
readonly type: PropType<"default" | "
|
|
429
|
+
readonly type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
430
430
|
readonly default: "default";
|
|
431
431
|
};
|
|
432
432
|
readonly prefix: StringConstructor;
|
|
@@ -630,7 +630,7 @@ declare const _default: (level: '1' | '2' | '3' | '4' | '5' | '6') => import("vu
|
|
|
630
630
|
ulPadding: string;
|
|
631
631
|
}, any>>>;
|
|
632
632
|
}>>, {
|
|
633
|
-
type: "default" | "
|
|
633
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
634
634
|
alignText: boolean;
|
|
635
635
|
}>;
|
|
636
636
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const NH1: import("vue").DefineComponent<{
|
|
2
2
|
readonly type: {
|
|
3
|
-
readonly type: import("vue").PropType<"default" | "
|
|
3
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
4
4
|
readonly default: "default";
|
|
5
5
|
};
|
|
6
6
|
readonly prefix: StringConstructor;
|
|
@@ -217,7 +217,7 @@ export declare const NH1: import("vue").DefineComponent<{
|
|
|
217
217
|
}>;
|
|
218
218
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
219
219
|
readonly type: {
|
|
220
|
-
readonly type: import("vue").PropType<"default" | "
|
|
220
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
221
221
|
readonly default: "default";
|
|
222
222
|
};
|
|
223
223
|
readonly prefix: StringConstructor;
|
|
@@ -421,12 +421,12 @@ export declare const NH1: import("vue").DefineComponent<{
|
|
|
421
421
|
ulPadding: string;
|
|
422
422
|
}, any>>>;
|
|
423
423
|
}>>, {
|
|
424
|
-
type: "default" | "
|
|
424
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
425
425
|
alignText: boolean;
|
|
426
426
|
}>;
|
|
427
427
|
export declare const NH2: import("vue").DefineComponent<{
|
|
428
428
|
readonly type: {
|
|
429
|
-
readonly type: import("vue").PropType<"default" | "
|
|
429
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
430
430
|
readonly default: "default";
|
|
431
431
|
};
|
|
432
432
|
readonly prefix: StringConstructor;
|
|
@@ -643,7 +643,7 @@ export declare const NH2: import("vue").DefineComponent<{
|
|
|
643
643
|
}>;
|
|
644
644
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
645
645
|
readonly type: {
|
|
646
|
-
readonly type: import("vue").PropType<"default" | "
|
|
646
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
647
647
|
readonly default: "default";
|
|
648
648
|
};
|
|
649
649
|
readonly prefix: StringConstructor;
|
|
@@ -847,12 +847,12 @@ export declare const NH2: import("vue").DefineComponent<{
|
|
|
847
847
|
ulPadding: string;
|
|
848
848
|
}, any>>>;
|
|
849
849
|
}>>, {
|
|
850
|
-
type: "default" | "
|
|
850
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
851
851
|
alignText: boolean;
|
|
852
852
|
}>;
|
|
853
853
|
export declare const NH3: import("vue").DefineComponent<{
|
|
854
854
|
readonly type: {
|
|
855
|
-
readonly type: import("vue").PropType<"default" | "
|
|
855
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
856
856
|
readonly default: "default";
|
|
857
857
|
};
|
|
858
858
|
readonly prefix: StringConstructor;
|
|
@@ -1069,7 +1069,7 @@ export declare const NH3: import("vue").DefineComponent<{
|
|
|
1069
1069
|
}>;
|
|
1070
1070
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1071
1071
|
readonly type: {
|
|
1072
|
-
readonly type: import("vue").PropType<"default" | "
|
|
1072
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1073
1073
|
readonly default: "default";
|
|
1074
1074
|
};
|
|
1075
1075
|
readonly prefix: StringConstructor;
|
|
@@ -1273,12 +1273,12 @@ export declare const NH3: import("vue").DefineComponent<{
|
|
|
1273
1273
|
ulPadding: string;
|
|
1274
1274
|
}, any>>>;
|
|
1275
1275
|
}>>, {
|
|
1276
|
-
type: "default" | "
|
|
1276
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
1277
1277
|
alignText: boolean;
|
|
1278
1278
|
}>;
|
|
1279
1279
|
export declare const NH4: import("vue").DefineComponent<{
|
|
1280
1280
|
readonly type: {
|
|
1281
|
-
readonly type: import("vue").PropType<"default" | "
|
|
1281
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1282
1282
|
readonly default: "default";
|
|
1283
1283
|
};
|
|
1284
1284
|
readonly prefix: StringConstructor;
|
|
@@ -1495,7 +1495,7 @@ export declare const NH4: import("vue").DefineComponent<{
|
|
|
1495
1495
|
}>;
|
|
1496
1496
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1497
1497
|
readonly type: {
|
|
1498
|
-
readonly type: import("vue").PropType<"default" | "
|
|
1498
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1499
1499
|
readonly default: "default";
|
|
1500
1500
|
};
|
|
1501
1501
|
readonly prefix: StringConstructor;
|
|
@@ -1699,12 +1699,12 @@ export declare const NH4: import("vue").DefineComponent<{
|
|
|
1699
1699
|
ulPadding: string;
|
|
1700
1700
|
}, any>>>;
|
|
1701
1701
|
}>>, {
|
|
1702
|
-
type: "default" | "
|
|
1702
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
1703
1703
|
alignText: boolean;
|
|
1704
1704
|
}>;
|
|
1705
1705
|
export declare const NH5: import("vue").DefineComponent<{
|
|
1706
1706
|
readonly type: {
|
|
1707
|
-
readonly type: import("vue").PropType<"default" | "
|
|
1707
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1708
1708
|
readonly default: "default";
|
|
1709
1709
|
};
|
|
1710
1710
|
readonly prefix: StringConstructor;
|
|
@@ -1921,7 +1921,7 @@ export declare const NH5: import("vue").DefineComponent<{
|
|
|
1921
1921
|
}>;
|
|
1922
1922
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1923
1923
|
readonly type: {
|
|
1924
|
-
readonly type: import("vue").PropType<"default" | "
|
|
1924
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1925
1925
|
readonly default: "default";
|
|
1926
1926
|
};
|
|
1927
1927
|
readonly prefix: StringConstructor;
|
|
@@ -2125,12 +2125,12 @@ export declare const NH5: import("vue").DefineComponent<{
|
|
|
2125
2125
|
ulPadding: string;
|
|
2126
2126
|
}, any>>>;
|
|
2127
2127
|
}>>, {
|
|
2128
|
-
type: "default" | "
|
|
2128
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
2129
2129
|
alignText: boolean;
|
|
2130
2130
|
}>;
|
|
2131
2131
|
export declare const NH6: import("vue").DefineComponent<{
|
|
2132
2132
|
readonly type: {
|
|
2133
|
-
readonly type: import("vue").PropType<"default" | "
|
|
2133
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
2134
2134
|
readonly default: "default";
|
|
2135
2135
|
};
|
|
2136
2136
|
readonly prefix: StringConstructor;
|
|
@@ -2347,7 +2347,7 @@ export declare const NH6: import("vue").DefineComponent<{
|
|
|
2347
2347
|
}>;
|
|
2348
2348
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2349
2349
|
readonly type: {
|
|
2350
|
-
readonly type: import("vue").PropType<"default" | "
|
|
2350
|
+
readonly type: import("vue").PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
2351
2351
|
readonly default: "default";
|
|
2352
2352
|
};
|
|
2353
2353
|
readonly prefix: StringConstructor;
|
|
@@ -2551,6 +2551,6 @@ export declare const NH6: import("vue").DefineComponent<{
|
|
|
2551
2551
|
ulPadding: string;
|
|
2552
2552
|
}, any>>>;
|
|
2553
2553
|
}>>, {
|
|
2554
|
-
type: "default" | "
|
|
2554
|
+
type: "default" | "error" | "info" | "success" | "warning";
|
|
2555
2555
|
alignText: boolean;
|
|
2556
2556
|
}>;
|
|
@@ -377,7 +377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
377
377
|
} | undefined;
|
|
378
378
|
};
|
|
379
379
|
}>;
|
|
380
|
-
progressStatus: import("vue").ComputedRef<"
|
|
380
|
+
progressStatus: import("vue").ComputedRef<"error" | "info" | "success">;
|
|
381
381
|
buttonType: import("vue").ComputedRef<"error" | undefined>;
|
|
382
382
|
showProgress: import("vue").ComputedRef<boolean>;
|
|
383
383
|
disabled: import("vue").Ref<boolean>;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
8
|
status: {
|
|
9
|
-
type: PropType<"
|
|
9
|
+
type: PropType<"error" | "info" | "success">;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
@@ -380,7 +380,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
380
380
|
required: true;
|
|
381
381
|
};
|
|
382
382
|
status: {
|
|
383
|
-
type: PropType<"
|
|
383
|
+
type: PropType<"error" | "info" | "success">;
|
|
384
384
|
required: true;
|
|
385
385
|
};
|
|
386
386
|
}>>, {
|
package/es/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "2.25.
|
|
1
|
+
declare const _default: "2.25.2";
|
|
2
2
|
export default _default;
|
package/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '2.25.
|
|
1
|
+
export default '2.25.2';
|
|
@@ -51,6 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: BooleanConstructor;
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
|
+
disableInlineTheme: BooleanConstructor;
|
|
54
55
|
onToggle: PropType<(tmNode: TreeNode<SelectOption>) => void>;
|
|
55
56
|
theme: PropType<import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
56
57
|
optionFontSizeSmall: string;
|
|
@@ -209,6 +210,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
210
|
}, any>;
|
|
210
211
|
}>>>;
|
|
211
212
|
}, {
|
|
213
|
+
themeClass?: import("vue").Ref<string> | undefined;
|
|
214
|
+
onRender?: (() => void) | undefined;
|
|
212
215
|
selfRef: import("vue").Ref<HTMLElement | null>;
|
|
213
216
|
getPendingTmNode: () => TreeNode<import("../../../select/src/interface").SelectBaseOption<string | number, string | ((option: import("../../../select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>, import("../../../select/src/interface").SelectBaseOption<string | number, string | ((option: import("../../../select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>, import("../../../select/src/interface").SelectBaseOption<string | number, string | ((option: import("../../../select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>> | null;
|
|
214
217
|
prev: () => void;
|
|
@@ -422,7 +425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
422
425
|
'--n-loading-size': string;
|
|
423
426
|
} | {
|
|
424
427
|
width: string | undefined;
|
|
425
|
-
})[]>;
|
|
428
|
+
} | undefined)[]>;
|
|
426
429
|
itemSize: import("vue").ComputedRef<number>;
|
|
427
430
|
padding: import("vue").ComputedRef<import("seemly").Margin>;
|
|
428
431
|
flattenedNodes: import("vue").ComputedRef<TreeNode<import("../../../select/src/interface").SelectBaseOption<string | number, string | ((option: import("../../../select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>, SelectGroupOption, SelectIgnoredOption>[]>;
|
|
@@ -486,6 +489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
489
|
type: BooleanConstructor;
|
|
487
490
|
default: boolean;
|
|
488
491
|
};
|
|
492
|
+
disableInlineTheme: BooleanConstructor;
|
|
489
493
|
onToggle: PropType<(tmNode: TreeNode<SelectOption>) => void>;
|
|
490
494
|
theme: PropType<import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
491
495
|
optionFontSizeSmall: string;
|
|
@@ -650,6 +654,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
650
654
|
multiple: boolean;
|
|
651
655
|
focusable: boolean;
|
|
652
656
|
loading: boolean;
|
|
657
|
+
disableInlineTheme: boolean;
|
|
653
658
|
scrollable: boolean;
|
|
654
659
|
autoPending: boolean;
|
|
655
660
|
virtualScroll: boolean;
|