@wizleap-inc/wiz-ui-next 2.17.0 → 2.18.0
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/inputs/search-input/search-input.vue.d.ts +28 -0
- package/dist/components/base/inputs/search-input/search-popup.vue.d.ts +14 -0
- package/dist/components/base/navigation/container.vue.d.ts +3 -0
- package/dist/components/base/tag/tag.vue.d.ts +14 -0
- package/dist/components/base/textarea/text-area.vue.d.ts +43 -1
- package/dist/components/custom/chat/card/chat-card.vue.d.ts +56 -1
- package/dist/components/custom/chat/form/chat-form.vue.d.ts +42 -1
- package/dist/components/custom/form/control.vue.d.ts +14 -0
- package/dist/components/icons/drafts.vue.d.ts +2 -0
- package/dist/components/icons/forward-to-inbox.vue.d.ts +2 -0
- package/dist/components/icons/index.d.ts +4 -2
- package/dist/wiz-ui.es.js +1298 -1242
- package/dist/wiz-ui.umd.js +14 -14
- package/package.json +3 -3
|
@@ -1885,6 +1885,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1885
1885
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
1886
1886
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
1887
1887
|
readonly tagStyle: string;
|
|
1888
|
+
readonly tagIconSize: {
|
|
1889
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1890
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1891
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1892
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1893
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1894
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1895
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1896
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1897
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1898
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1899
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1900
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
1901
|
+
};
|
|
1888
1902
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
1889
1903
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
1890
1904
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -2139,6 +2153,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2139
2153
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
2140
2154
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
2141
2155
|
readonly tagStyle: string;
|
|
2156
|
+
readonly tagIconSize: {
|
|
2157
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2158
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2159
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2160
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2161
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2162
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2163
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2164
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2165
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2166
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2167
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2168
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
2169
|
+
};
|
|
2142
2170
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
2143
2171
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
2144
2172
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -914,6 +914,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
914
914
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
915
915
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
916
916
|
readonly tagStyle: string;
|
|
917
|
+
readonly tagIconSize: {
|
|
918
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
919
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
920
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
921
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
922
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
923
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
924
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
925
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
926
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
927
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
928
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
929
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
930
|
+
};
|
|
917
931
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
918
932
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
919
933
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -2,6 +2,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2
2
|
width: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: false;
|
|
5
|
+
default: string;
|
|
5
6
|
};
|
|
6
7
|
sticky: {
|
|
7
8
|
type: BooleanConstructor;
|
|
@@ -26,6 +27,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
26
27
|
width: {
|
|
27
28
|
type: StringConstructor;
|
|
28
29
|
required: false;
|
|
30
|
+
default: string;
|
|
29
31
|
};
|
|
30
32
|
sticky: {
|
|
31
33
|
type: BooleanConstructor;
|
|
@@ -38,6 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
38
40
|
};
|
|
39
41
|
}>>, {
|
|
40
42
|
isOpen: boolean;
|
|
43
|
+
width: string;
|
|
41
44
|
sticky: boolean;
|
|
42
45
|
}>;
|
|
43
46
|
export default _sfc_main;
|
|
@@ -147,6 +147,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
147
147
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
148
148
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
149
149
|
readonly tagStyle: string;
|
|
150
|
+
readonly tagIconSize: {
|
|
151
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
152
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
153
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
154
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
155
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
156
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
157
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
158
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
159
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
160
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
161
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
162
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
163
|
+
};
|
|
150
164
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
151
165
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
152
166
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
1
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
3
|
id: {
|
|
3
4
|
type: StringConstructor;
|
|
@@ -24,6 +25,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
25
|
required: false;
|
|
25
26
|
default: number;
|
|
26
27
|
};
|
|
28
|
+
resize: {
|
|
29
|
+
type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
maxWidth: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
36
|
+
minWidth: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
required: false;
|
|
39
|
+
};
|
|
40
|
+
maxHeight: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
required: false;
|
|
43
|
+
};
|
|
44
|
+
minHeight: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
27
48
|
}, {
|
|
28
49
|
props: any;
|
|
29
50
|
emit: (e: "update:modelValue", value: string) => void;
|
|
@@ -35,9 +56,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
56
|
isError: import("vue").ComputedRef<boolean>;
|
|
36
57
|
hasFocus: import("vue").Ref<boolean>;
|
|
37
58
|
state: import("vue").ComputedRef<"default" | "active" | "error">;
|
|
59
|
+
readonly textAreaExpandStyle: string;
|
|
38
60
|
readonly textAreaStyle: string;
|
|
39
61
|
readonly textAreaVariantStyle: Record<"default" | "disabled", string>;
|
|
40
|
-
readonly textAreaExpandStyle: string;
|
|
41
62
|
readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
|
|
42
63
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
64
|
id: {
|
|
@@ -65,9 +86,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
86
|
required: false;
|
|
66
87
|
default: number;
|
|
67
88
|
};
|
|
89
|
+
resize: {
|
|
90
|
+
type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
maxWidth: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
required: false;
|
|
96
|
+
};
|
|
97
|
+
minWidth: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
required: false;
|
|
100
|
+
};
|
|
101
|
+
maxHeight: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
required: false;
|
|
104
|
+
};
|
|
105
|
+
minHeight: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
required: false;
|
|
108
|
+
};
|
|
68
109
|
}>> & {
|
|
69
110
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
70
111
|
}, {
|
|
112
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
71
113
|
disabled: boolean;
|
|
72
114
|
expand: boolean;
|
|
73
115
|
rows: number;
|
|
@@ -2942,6 +2942,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2942
2942
|
required: false;
|
|
2943
2943
|
default: number;
|
|
2944
2944
|
};
|
|
2945
|
+
resize: {
|
|
2946
|
+
type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
2947
|
+
default: string;
|
|
2948
|
+
};
|
|
2949
|
+
maxWidth: {
|
|
2950
|
+
type: StringConstructor;
|
|
2951
|
+
required: false;
|
|
2952
|
+
};
|
|
2953
|
+
minWidth: {
|
|
2954
|
+
type: StringConstructor;
|
|
2955
|
+
required: false;
|
|
2956
|
+
};
|
|
2957
|
+
maxHeight: {
|
|
2958
|
+
type: StringConstructor;
|
|
2959
|
+
required: false;
|
|
2960
|
+
};
|
|
2961
|
+
minHeight: {
|
|
2962
|
+
type: StringConstructor;
|
|
2963
|
+
required: false;
|
|
2964
|
+
};
|
|
2945
2965
|
}, {
|
|
2946
2966
|
props: any;
|
|
2947
2967
|
emit: (e: "update:modelValue", value: string) => void;
|
|
@@ -2953,9 +2973,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2953
2973
|
isError: import("vue").ComputedRef<boolean>;
|
|
2954
2974
|
hasFocus: import("vue").Ref<boolean>;
|
|
2955
2975
|
state: import("vue").ComputedRef<"default" | "active" | "error">;
|
|
2976
|
+
readonly textAreaExpandStyle: string;
|
|
2956
2977
|
readonly textAreaStyle: string;
|
|
2957
2978
|
readonly textAreaVariantStyle: Record<"default" | "disabled", string>;
|
|
2958
|
-
readonly textAreaExpandStyle: string;
|
|
2959
2979
|
readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
|
|
2960
2980
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2961
2981
|
id: {
|
|
@@ -2983,9 +3003,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2983
3003
|
required: false;
|
|
2984
3004
|
default: number;
|
|
2985
3005
|
};
|
|
3006
|
+
resize: {
|
|
3007
|
+
type: PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
3008
|
+
default: string;
|
|
3009
|
+
};
|
|
3010
|
+
maxWidth: {
|
|
3011
|
+
type: StringConstructor;
|
|
3012
|
+
required: false;
|
|
3013
|
+
};
|
|
3014
|
+
minWidth: {
|
|
3015
|
+
type: StringConstructor;
|
|
3016
|
+
required: false;
|
|
3017
|
+
};
|
|
3018
|
+
maxHeight: {
|
|
3019
|
+
type: StringConstructor;
|
|
3020
|
+
required: false;
|
|
3021
|
+
};
|
|
3022
|
+
minHeight: {
|
|
3023
|
+
type: StringConstructor;
|
|
3024
|
+
required: false;
|
|
3025
|
+
};
|
|
2986
3026
|
}>> & {
|
|
2987
3027
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2988
3028
|
}, {
|
|
3029
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
2989
3030
|
disabled: boolean;
|
|
2990
3031
|
expand: boolean;
|
|
2991
3032
|
rows: number;
|
|
@@ -7096,6 +7137,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7096
7137
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
7097
7138
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
7098
7139
|
readonly tagStyle: string;
|
|
7140
|
+
readonly tagIconSize: {
|
|
7141
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7142
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7143
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7144
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7145
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7146
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7147
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7148
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7149
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7150
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7151
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7152
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
7153
|
+
};
|
|
7099
7154
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
7100
7155
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
7101
7156
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -627,6 +627,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
627
627
|
required: false;
|
|
628
628
|
default: number;
|
|
629
629
|
};
|
|
630
|
+
resize: {
|
|
631
|
+
type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
632
|
+
default: string;
|
|
633
|
+
};
|
|
634
|
+
maxWidth: {
|
|
635
|
+
type: StringConstructor;
|
|
636
|
+
required: false;
|
|
637
|
+
};
|
|
638
|
+
minWidth: {
|
|
639
|
+
type: StringConstructor;
|
|
640
|
+
required: false;
|
|
641
|
+
};
|
|
642
|
+
maxHeight: {
|
|
643
|
+
type: StringConstructor;
|
|
644
|
+
required: false;
|
|
645
|
+
};
|
|
646
|
+
minHeight: {
|
|
647
|
+
type: StringConstructor;
|
|
648
|
+
required: false;
|
|
649
|
+
};
|
|
630
650
|
}, {
|
|
631
651
|
props: any;
|
|
632
652
|
emit: (e: "update:modelValue", value: string) => void;
|
|
@@ -638,9 +658,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
638
658
|
isError: import("vue").ComputedRef<boolean>;
|
|
639
659
|
hasFocus: import("vue").Ref<boolean>;
|
|
640
660
|
state: import("vue").ComputedRef<"default" | "active" | "error">;
|
|
661
|
+
readonly textAreaExpandStyle: string;
|
|
641
662
|
readonly textAreaStyle: string;
|
|
642
663
|
readonly textAreaVariantStyle: Record<"default" | "disabled", string>;
|
|
643
|
-
readonly textAreaExpandStyle: string;
|
|
644
664
|
readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
|
|
645
665
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
646
666
|
id: {
|
|
@@ -668,9 +688,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
668
688
|
required: false;
|
|
669
689
|
default: number;
|
|
670
690
|
};
|
|
691
|
+
resize: {
|
|
692
|
+
type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
693
|
+
default: string;
|
|
694
|
+
};
|
|
695
|
+
maxWidth: {
|
|
696
|
+
type: StringConstructor;
|
|
697
|
+
required: false;
|
|
698
|
+
};
|
|
699
|
+
minWidth: {
|
|
700
|
+
type: StringConstructor;
|
|
701
|
+
required: false;
|
|
702
|
+
};
|
|
703
|
+
maxHeight: {
|
|
704
|
+
type: StringConstructor;
|
|
705
|
+
required: false;
|
|
706
|
+
};
|
|
707
|
+
minHeight: {
|
|
708
|
+
type: StringConstructor;
|
|
709
|
+
required: false;
|
|
710
|
+
};
|
|
671
711
|
}>> & {
|
|
672
712
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
673
713
|
}, {
|
|
714
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
674
715
|
disabled: boolean;
|
|
675
716
|
expand: boolean;
|
|
676
717
|
rows: number;
|
|
@@ -290,6 +290,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
290
290
|
readonly tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>;
|
|
291
291
|
readonly tagIconColorStyle: Record<string, import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
|
|
292
292
|
readonly tagStyle: string;
|
|
293
|
+
readonly tagIconSize: {
|
|
294
|
+
xs2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
295
|
+
xs: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
296
|
+
sm: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
297
|
+
md: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
298
|
+
lg: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
299
|
+
xl: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
300
|
+
xl2: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
301
|
+
xl3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
302
|
+
xl4: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
303
|
+
xs3: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
304
|
+
xl5: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
305
|
+
xl6: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6";
|
|
306
|
+
};
|
|
293
307
|
readonly fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>;
|
|
294
308
|
readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
|
|
295
309
|
readonly WizIcon: import("vue").DefineComponent<{
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _sfc_main;
|
|
@@ -36,12 +36,14 @@ import { default as WizIDemography } from "./demography.vue";
|
|
|
36
36
|
import { default as WizIDescription } from "./description.vue";
|
|
37
37
|
import { default as WizIDomain } from "./domain.vue";
|
|
38
38
|
import { default as WizIDownload } from "./download.vue";
|
|
39
|
+
import { default as WizIDrafts } from "./drafts.vue";
|
|
39
40
|
import { default as WizIEditNote } from "./edit-note.vue";
|
|
40
41
|
import { default as WizIExpandLess } from "./expand-less.vue";
|
|
41
42
|
import { default as WizIExpandMoreBold } from "./expand-more-bold.vue";
|
|
42
43
|
import { default as WizIExpandMore } from "./expand-more.vue";
|
|
43
44
|
import { default as WizIEye } from "./eye.vue";
|
|
44
45
|
import { default as WizIFamilyHome } from "./family-home.vue";
|
|
46
|
+
import { default as WizIForwardToInbox } from "./forward-to-inbox.vue";
|
|
45
47
|
import { default as WizIGroups } from "./groups.vue";
|
|
46
48
|
import { default as WizIHelp } from "./help.vue";
|
|
47
49
|
import { default as WizIHistory } from "./history.vue";
|
|
@@ -76,5 +78,5 @@ import { default as WizITask } from "./task.vue";
|
|
|
76
78
|
import { default as WizITimerFilled } from "./timer-filled.vue";
|
|
77
79
|
import { default as WizIUpload } from "./upload.vue";
|
|
78
80
|
import { default as WizIWarning } from "./warning.vue";
|
|
79
|
-
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIApprovalFilled | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizICloseBold | typeof WizIClose | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizIDashboard | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIEditNote | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIInfoBold | typeof WizIInfo | typeof WizILocationCity | typeof WizILocationOn | typeof WizIManageAccounts | typeof WizIMenu | typeof WizIMonitoring | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPublic | typeof WizIRemoveBold | typeof WizIRemove | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizISmartphone | typeof WizIStarFilled | typeof WizIStars | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizIUpload | typeof WizIWarning;
|
|
80
|
-
export { WizIAddCircle, WizIAdd, WizIApprovalFilled, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRight, WizICircleCheck, WizICircle, WizICloseBold, WizIClose, WizIContactPageFilled, WizIContentCopy, WizIContract, WizIDashboard, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIEditNote, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIInfoBold, WizIInfo, WizILocationCity, WizILocationOn, WizIManageAccounts, WizIMenu, WizIMonitoring, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPublic, WizIRemoveBold, WizIRemove, WizISchedule, WizISearch, WizISend, WizISettings, WizISmartphone, WizIStarFilled, WizIStars, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizIUpload, WizIWarning, };
|
|
81
|
+
export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIApprovalFilled | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizICloseBold | typeof WizIClose | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizIDashboard | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDrafts | typeof WizIEditNote | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIForwardToInbox | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIInfoBold | typeof WizIInfo | typeof WizILocationCity | typeof WizILocationOn | typeof WizIManageAccounts | typeof WizIMenu | typeof WizIMonitoring | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPublic | typeof WizIRemoveBold | typeof WizIRemove | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizISmartphone | typeof WizIStarFilled | typeof WizIStars | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizIUpload | typeof WizIWarning;
|
|
82
|
+
export { WizIAddCircle, WizIAdd, WizIApprovalFilled, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRight, WizICircleCheck, WizICircle, WizICloseBold, WizIClose, WizIContactPageFilled, WizIContentCopy, WizIContract, WizIDashboard, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDrafts, WizIEditNote, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIForwardToInbox, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIInfoBold, WizIInfo, WizILocationCity, WizILocationOn, WizIManageAccounts, WizIMenu, WizIMonitoring, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPublic, WizIRemoveBold, WizIRemove, WizISchedule, WizISearch, WizISend, WizISettings, WizISmartphone, WizIStarFilled, WizIStars, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizIUpload, WizIWarning, };
|