@wizleap-inc/wiz-ui-next 2.6.1 → 2.7.1
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/dist/components/base/box/box.vue.d.ts +2 -2
- package/dist/components/base/dropdown/dropdown.vue.d.ts +4 -4
- package/dist/components/base/full-modal-view/full-modal-view.vue.d.ts +1 -1
- package/dist/components/base/index.d.ts +1 -0
- package/dist/components/base/inputs/date-picker/date-picker.vue.d.ts +4 -4
- package/dist/components/base/inputs/date-range-picker/date-range-picker.vue.d.ts +4 -4
- package/dist/components/base/inputs/search-input/search-input.vue.d.ts +4 -4
- package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +5 -4
- package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +4 -4
- package/dist/components/base/inputs/timepicker/time-picker.vue.d.ts +4 -4
- package/dist/components/base/loading-overlay/index.d.ts +1 -0
- package/dist/components/base/loading-overlay/loading-overlay.vue.d.ts +15 -0
- package/dist/components/base/navigation/item.vue.d.ts +9 -8
- package/dist/components/base/popup/popup.vue.d.ts +4 -4
- package/dist/components/base/popup-button-group/popup-button-group.vue.d.ts +1 -0
- package/dist/components/base/progress-bar/progress-bar.vue.d.ts +4 -4
- package/dist/components/base/tables/flat/td.vue.d.ts +1 -0
- package/dist/components/base/tables/flat/th.vue.d.ts +1 -0
- package/dist/components/base/tooltip/tooltip.vue.d.ts +4 -4
- package/dist/components/custom/chat/card/chat-card.vue.d.ts +14 -13
- package/dist/components/custom/chat/item/chat-item.vue.d.ts +4 -4
- package/dist/components/custom/form/control.vue.d.ts +3 -2
- package/dist/components/custom/notification/list/list.vue.d.ts +4 -4
- package/dist/components/custom/notification/notification.vue.d.ts +6 -6
- package/dist/components/custom/notification/panel/panel.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/wiz-ui.es.js +1107 -1071
- package/dist/wiz-ui.umd.js +14 -14
- package/package.json +3 -3
|
@@ -66,7 +66,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
66
66
|
required: false;
|
|
67
67
|
};
|
|
68
68
|
zIndex: {
|
|
69
|
-
type: PropType<"base" | "floating" | "dialog" | "popover">;
|
|
69
|
+
type: PropType<"base" | "floating" | "dialog" | "popover" | "overlay">;
|
|
70
70
|
required: false;
|
|
71
71
|
};
|
|
72
72
|
bgColor: {
|
|
@@ -190,7 +190,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
190
190
|
required: false;
|
|
191
191
|
};
|
|
192
192
|
zIndex: {
|
|
193
|
-
type: PropType<"base" | "floating" | "dialog" | "popover">;
|
|
193
|
+
type: PropType<"base" | "floating" | "dialog" | "popover" | "overlay">;
|
|
194
194
|
required: false;
|
|
195
195
|
};
|
|
196
196
|
bgColor: {
|
|
@@ -34,7 +34,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
layer: {
|
|
37
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
37
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
38
38
|
required: false;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
@@ -137,7 +137,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
137
|
readonly popupHiddenStyle: string;
|
|
138
138
|
readonly popupShadowStyle: string;
|
|
139
139
|
readonly popupStyle: string;
|
|
140
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
140
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
141
141
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
142
142
|
isOpen: {
|
|
143
143
|
type: BooleanConstructor;
|
|
@@ -149,7 +149,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
149
149
|
default: boolean;
|
|
150
150
|
};
|
|
151
151
|
layer: {
|
|
152
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
152
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
153
153
|
required: false;
|
|
154
154
|
default: string;
|
|
155
155
|
};
|
|
@@ -189,7 +189,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
189
189
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
190
190
|
isDirectionFixed: boolean;
|
|
191
191
|
closeOnBlur: boolean;
|
|
192
|
-
layer: "base" | "floating" | "popover";
|
|
192
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
193
193
|
}>;
|
|
194
194
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
195
195
|
expand: {
|
|
@@ -58,7 +58,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
58
58
|
readonly getSpacingCss: (key?: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max" | undefined) => "0.5rem" | "0.75rem" | "1rem" | "1.25rem" | "1.5rem" | "2rem" | "2.5rem" | "0" | "0.25rem" | "3rem" | "9999px" | "auto" | undefined;
|
|
59
59
|
readonly styles: typeof styles;
|
|
60
60
|
readonly backgroundStyle: Record<import("@wizleap-inc/wiz-ui-constants").ColorKeys, string>;
|
|
61
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
61
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
62
62
|
readonly WizDivider: import("vue").DefineComponent<{
|
|
63
63
|
color: {
|
|
64
64
|
type: import("vue").PropType<import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
@@ -774,7 +774,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
774
774
|
default: boolean;
|
|
775
775
|
};
|
|
776
776
|
layer: {
|
|
777
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
777
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
778
778
|
required: false;
|
|
779
779
|
default: string;
|
|
780
780
|
};
|
|
@@ -877,7 +877,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
877
877
|
readonly popupHiddenStyle: string;
|
|
878
878
|
readonly popupShadowStyle: string;
|
|
879
879
|
readonly popupStyle: string;
|
|
880
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
880
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
881
881
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
882
882
|
isOpen: {
|
|
883
883
|
type: BooleanConstructor;
|
|
@@ -889,7 +889,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
889
889
|
default: boolean;
|
|
890
890
|
};
|
|
891
891
|
layer: {
|
|
892
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
892
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
893
893
|
required: false;
|
|
894
894
|
default: string;
|
|
895
895
|
};
|
|
@@ -929,7 +929,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
929
929
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
930
930
|
isDirectionFixed: boolean;
|
|
931
931
|
closeOnBlur: boolean;
|
|
932
|
-
layer: "base" | "floating" | "popover";
|
|
932
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
933
933
|
}>;
|
|
934
934
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
935
935
|
expand: {
|
|
@@ -886,7 +886,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
886
886
|
default: boolean;
|
|
887
887
|
};
|
|
888
888
|
layer: {
|
|
889
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
889
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
890
890
|
required: false;
|
|
891
891
|
default: string;
|
|
892
892
|
};
|
|
@@ -989,7 +989,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
989
989
|
readonly popupHiddenStyle: string;
|
|
990
990
|
readonly popupShadowStyle: string;
|
|
991
991
|
readonly popupStyle: string;
|
|
992
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
992
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
993
993
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
994
994
|
isOpen: {
|
|
995
995
|
type: BooleanConstructor;
|
|
@@ -1001,7 +1001,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1001
1001
|
default: boolean;
|
|
1002
1002
|
};
|
|
1003
1003
|
layer: {
|
|
1004
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
1004
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
1005
1005
|
required: false;
|
|
1006
1006
|
default: string;
|
|
1007
1007
|
};
|
|
@@ -1041,7 +1041,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1041
1041
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
1042
1042
|
isDirectionFixed: boolean;
|
|
1043
1043
|
closeOnBlur: boolean;
|
|
1044
|
-
layer: "base" | "floating" | "popover";
|
|
1044
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
1045
1045
|
}>;
|
|
1046
1046
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
1047
1047
|
expand: {
|
|
@@ -651,7 +651,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
651
651
|
default: boolean;
|
|
652
652
|
};
|
|
653
653
|
layer: {
|
|
654
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
654
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
655
655
|
required: false;
|
|
656
656
|
default: string;
|
|
657
657
|
};
|
|
@@ -754,7 +754,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
754
754
|
readonly popupHiddenStyle: string;
|
|
755
755
|
readonly popupShadowStyle: string;
|
|
756
756
|
readonly popupStyle: string;
|
|
757
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
757
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
758
758
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
759
759
|
isOpen: {
|
|
760
760
|
type: BooleanConstructor;
|
|
@@ -766,7 +766,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
766
766
|
default: boolean;
|
|
767
767
|
};
|
|
768
768
|
layer: {
|
|
769
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
769
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
770
770
|
required: false;
|
|
771
771
|
default: string;
|
|
772
772
|
};
|
|
@@ -806,7 +806,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
806
806
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
807
807
|
isDirectionFixed: boolean;
|
|
808
808
|
closeOnBlur: boolean;
|
|
809
|
-
layer: "base" | "floating" | "popover";
|
|
809
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
810
810
|
}>;
|
|
811
811
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
812
812
|
expand: {
|
|
@@ -199,7 +199,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
default: boolean;
|
|
200
200
|
};
|
|
201
201
|
layer: {
|
|
202
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
202
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
203
203
|
required: false;
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
@@ -302,7 +302,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
302
302
|
readonly popupHiddenStyle: string;
|
|
303
303
|
readonly popupShadowStyle: string;
|
|
304
304
|
readonly popupStyle: string;
|
|
305
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
305
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
306
306
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
307
307
|
isOpen: {
|
|
308
308
|
type: BooleanConstructor;
|
|
@@ -314,7 +314,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
314
|
default: boolean;
|
|
315
315
|
};
|
|
316
316
|
layer: {
|
|
317
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
317
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
318
318
|
required: false;
|
|
319
319
|
default: string;
|
|
320
320
|
};
|
|
@@ -354,7 +354,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
354
354
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
355
355
|
isDirectionFixed: boolean;
|
|
356
356
|
closeOnBlur: boolean;
|
|
357
|
-
layer: "base" | "floating" | "popover";
|
|
357
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
358
358
|
}>;
|
|
359
359
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
360
360
|
icon: {
|
|
@@ -569,6 +569,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
569
569
|
readonly floating: "1000";
|
|
570
570
|
readonly dialog: "2000";
|
|
571
571
|
readonly popover: "3000";
|
|
572
|
+
readonly overlay: "4000";
|
|
572
573
|
};
|
|
573
574
|
readonly share: {
|
|
574
575
|
HEADER_HEIGHT: string;
|
|
@@ -80,7 +80,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
layer: {
|
|
83
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
83
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
84
84
|
required: false;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
@@ -183,7 +183,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
readonly popupHiddenStyle: string;
|
|
184
184
|
readonly popupShadowStyle: string;
|
|
185
185
|
readonly popupStyle: string;
|
|
186
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
186
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
187
187
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
188
188
|
isOpen: {
|
|
189
189
|
type: BooleanConstructor;
|
|
@@ -195,7 +195,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
195
195
|
default: boolean;
|
|
196
196
|
};
|
|
197
197
|
layer: {
|
|
198
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
198
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
199
199
|
required: false;
|
|
200
200
|
default: string;
|
|
201
201
|
};
|
|
@@ -235,7 +235,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
235
235
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
236
236
|
isDirectionFixed: boolean;
|
|
237
237
|
closeOnBlur: boolean;
|
|
238
|
-
layer: "base" | "floating" | "popover";
|
|
238
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
239
239
|
}>;
|
|
240
240
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
241
241
|
expand: {
|
|
@@ -1083,7 +1083,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1083
1083
|
default: boolean;
|
|
1084
1084
|
};
|
|
1085
1085
|
layer: {
|
|
1086
|
-
type: import("vue").PropType<"base" | "floating" | "popover">;
|
|
1086
|
+
type: import("vue").PropType<"base" | "floating" | "popover" | "overlay">;
|
|
1087
1087
|
required: false;
|
|
1088
1088
|
default: string;
|
|
1089
1089
|
};
|
|
@@ -1186,7 +1186,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1186
1186
|
readonly popupHiddenStyle: string;
|
|
1187
1187
|
readonly popupShadowStyle: string;
|
|
1188
1188
|
readonly popupStyle: string;
|
|
1189
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
1189
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
1190
1190
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1191
1191
|
isOpen: {
|
|
1192
1192
|
type: BooleanConstructor;
|
|
@@ -1198,7 +1198,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1198
1198
|
default: boolean;
|
|
1199
1199
|
};
|
|
1200
1200
|
layer: {
|
|
1201
|
-
type: import("vue").PropType<"base" | "floating" | "popover">;
|
|
1201
|
+
type: import("vue").PropType<"base" | "floating" | "popover" | "overlay">;
|
|
1202
1202
|
required: false;
|
|
1203
1203
|
default: string;
|
|
1204
1204
|
};
|
|
@@ -1238,7 +1238,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1238
1238
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
1239
1239
|
isDirectionFixed: boolean;
|
|
1240
1240
|
closeOnBlur: boolean;
|
|
1241
|
-
layer: "base" | "floating" | "popover";
|
|
1241
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
1242
1242
|
}>;
|
|
1243
1243
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
1244
1244
|
expand: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as WizLoadingOverlay } from "./loading-overlay.vue";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as styles from "@wizleap-inc/wiz-ui-styles/bases/loading-overlay.css";
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
isLoading: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {
|
|
8
|
+
readonly styles: typeof styles;
|
|
9
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
isLoading: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>>, {}>;
|
|
15
|
+
export default _sfc_main;
|
|
@@ -113,7 +113,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
113
113
|
default: boolean;
|
|
114
114
|
};
|
|
115
115
|
layer: {
|
|
116
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
116
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
117
117
|
required: false;
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
@@ -216,7 +216,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
216
216
|
readonly popupHiddenStyle: string;
|
|
217
217
|
readonly popupShadowStyle: string;
|
|
218
218
|
readonly popupStyle: string;
|
|
219
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
219
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
220
220
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
221
221
|
isOpen: {
|
|
222
222
|
type: BooleanConstructor;
|
|
@@ -228,7 +228,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
228
228
|
default: boolean;
|
|
229
229
|
};
|
|
230
230
|
layer: {
|
|
231
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
231
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
232
232
|
required: false;
|
|
233
233
|
default: string;
|
|
234
234
|
};
|
|
@@ -268,7 +268,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
268
268
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
269
269
|
isDirectionFixed: boolean;
|
|
270
270
|
closeOnBlur: boolean;
|
|
271
|
-
layer: "base" | "floating" | "popover";
|
|
271
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
272
272
|
}>;
|
|
273
273
|
readonly WizPopupButtonGroup: import("vue").DefineComponent<{
|
|
274
274
|
options: {
|
|
@@ -443,6 +443,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
443
443
|
readonly floating: "1000";
|
|
444
444
|
readonly dialog: "2000";
|
|
445
445
|
readonly popover: "3000";
|
|
446
|
+
readonly overlay: "4000";
|
|
446
447
|
};
|
|
447
448
|
readonly share: {
|
|
448
449
|
HEADER_HEIGHT: string;
|
|
@@ -1161,7 +1162,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1161
1162
|
default: boolean;
|
|
1162
1163
|
};
|
|
1163
1164
|
layer: {
|
|
1164
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
1165
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
1165
1166
|
required: false;
|
|
1166
1167
|
default: string;
|
|
1167
1168
|
};
|
|
@@ -1264,7 +1265,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1264
1265
|
readonly popupHiddenStyle: string;
|
|
1265
1266
|
readonly popupShadowStyle: string;
|
|
1266
1267
|
readonly popupStyle: string;
|
|
1267
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
1268
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
1268
1269
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1269
1270
|
isOpen: {
|
|
1270
1271
|
type: BooleanConstructor;
|
|
@@ -1276,7 +1277,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1276
1277
|
default: boolean;
|
|
1277
1278
|
};
|
|
1278
1279
|
layer: {
|
|
1279
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
1280
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
1280
1281
|
required: false;
|
|
1281
1282
|
default: string;
|
|
1282
1283
|
};
|
|
@@ -1316,7 +1317,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1316
1317
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
1317
1318
|
isDirectionFixed: boolean;
|
|
1318
1319
|
closeOnBlur: boolean;
|
|
1319
|
-
layer: "base" | "floating" | "popover";
|
|
1320
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
1320
1321
|
}>;
|
|
1321
1322
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
1322
1323
|
expand: {
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
14
|
layer: {
|
|
15
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
15
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
16
16
|
required: false;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
@@ -120,7 +120,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
120
120
|
readonly popupHiddenStyle: string;
|
|
121
121
|
readonly popupShadowStyle: string;
|
|
122
122
|
readonly popupStyle: string;
|
|
123
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
123
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
124
124
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
125
|
isOpen: {
|
|
126
126
|
type: BooleanConstructor;
|
|
@@ -132,7 +132,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
132
132
|
default: boolean;
|
|
133
133
|
};
|
|
134
134
|
layer: {
|
|
135
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
135
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
136
136
|
required: false;
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
@@ -177,6 +177,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
177
177
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
178
178
|
isDirectionFixed: boolean;
|
|
179
179
|
closeOnBlur: boolean;
|
|
180
|
-
layer: "base" | "floating" | "popover";
|
|
180
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
181
181
|
}>;
|
|
182
182
|
export default _sfc_main;
|
|
@@ -209,7 +209,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
209
209
|
default: boolean;
|
|
210
210
|
};
|
|
211
211
|
layer: {
|
|
212
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
212
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
213
213
|
required: false;
|
|
214
214
|
default: string;
|
|
215
215
|
};
|
|
@@ -312,7 +312,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
312
312
|
readonly popupHiddenStyle: string;
|
|
313
313
|
readonly popupShadowStyle: string;
|
|
314
314
|
readonly popupStyle: string;
|
|
315
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
315
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
316
316
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
317
317
|
isOpen: {
|
|
318
318
|
type: BooleanConstructor;
|
|
@@ -324,7 +324,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
324
324
|
default: boolean;
|
|
325
325
|
};
|
|
326
326
|
layer: {
|
|
327
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
327
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
328
328
|
required: false;
|
|
329
329
|
default: string;
|
|
330
330
|
};
|
|
@@ -364,7 +364,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
364
364
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
365
365
|
isDirectionFixed: boolean;
|
|
366
366
|
closeOnBlur: boolean;
|
|
367
|
-
layer: "base" | "floating" | "popover";
|
|
367
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
368
368
|
}>;
|
|
369
369
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
370
370
|
expand: {
|
|
@@ -44,7 +44,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
46
|
layer: {
|
|
47
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
47
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
48
48
|
required: false;
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
@@ -147,7 +147,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
147
147
|
readonly popupHiddenStyle: string;
|
|
148
148
|
readonly popupShadowStyle: string;
|
|
149
149
|
readonly popupStyle: string;
|
|
150
|
-
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover", string>;
|
|
150
|
+
readonly zIndexStyle: Record<"base" | "floating" | "dialog" | "popover" | "overlay", string>;
|
|
151
151
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], "onClose" | "onTurn" | "mouseLeave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
152
152
|
isOpen: {
|
|
153
153
|
type: BooleanConstructor;
|
|
@@ -159,7 +159,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
default: boolean;
|
|
160
160
|
};
|
|
161
161
|
layer: {
|
|
162
|
-
type: PropType<"base" | "floating" | "popover">;
|
|
162
|
+
type: PropType<"base" | "floating" | "popover" | "overlay">;
|
|
163
163
|
required: false;
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
@@ -199,7 +199,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max";
|
|
200
200
|
isDirectionFixed: boolean;
|
|
201
201
|
closeOnBlur: boolean;
|
|
202
|
-
layer: "base" | "floating" | "popover";
|
|
202
|
+
layer: "base" | "floating" | "popover" | "overlay";
|
|
203
203
|
}>;
|
|
204
204
|
readonly WizPopupContainer: import("vue").DefineComponent<{
|
|
205
205
|
expand: {
|