@wizleap-inc/wiz-ui-next 1.0.4 → 1.2.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.
Files changed (68) hide show
  1. package/dist/components/base/accordion/accordion.vue.d.ts +5 -5
  2. package/dist/components/base/anchor/anchor.vue.d.ts +6 -6
  3. package/dist/components/base/box/box.vue.d.ts +10 -10
  4. package/dist/components/base/buttons/icon/icon.vue.d.ts +5 -5
  5. package/dist/components/base/buttons/text/text.vue.d.ts +5 -5
  6. package/dist/components/base/buttons/tiny/tiny.vue.d.ts +5 -5
  7. package/dist/components/base/buttons/toggle/toggle.vue.d.ts +5 -5
  8. package/dist/components/base/calendar/types.d.ts +1 -1
  9. package/dist/components/base/card/card.vue.d.ts +5 -5
  10. package/dist/components/base/dialog/dialog.vue.d.ts +10 -10
  11. package/dist/components/base/dropdown/dropdown-item.vue.d.ts +5 -5
  12. package/dist/components/base/dropdown/dropdown.vue.d.ts +12 -9
  13. package/dist/components/base/graphs/compare/bar.vue.d.ts +75 -0
  14. package/dist/components/base/graphs/compare/compare.vue.d.ts +189 -0
  15. package/dist/components/base/graphs/compare/container.vue.d.ts +34 -0
  16. package/dist/components/base/graphs/compare/index.d.ts +1 -0
  17. package/dist/components/base/graphs/compare/types.d.ts +10 -0
  18. package/dist/components/base/graphs/index.d.ts +1 -0
  19. package/dist/components/base/graphs/transition/container.vue.d.ts +1 -1
  20. package/dist/components/base/graphs/transition/transition.vue.d.ts +1 -1
  21. package/dist/components/base/header/header.vue.d.ts +10 -10
  22. package/dist/components/base/heading/heading.vue.d.ts +1 -1
  23. package/dist/components/base/inputs/checkbox/checkbox.vue.d.ts +3 -3
  24. package/dist/components/base/inputs/date-picker/date-picker.vue.d.ts +12 -9
  25. package/dist/components/base/inputs/date-range-picker/date-range-picker.vue.d.ts +13 -10
  26. package/dist/components/base/inputs/radio/radio.vue.d.ts +3 -3
  27. package/dist/components/base/inputs/search/search-popup.vue.d.ts +5 -5
  28. package/dist/components/base/inputs/search/search.vue.d.ts +28 -16
  29. package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +88 -36
  30. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +17 -14
  31. package/dist/components/base/inputs/timepicker/time-picker.vue.d.ts +17 -14
  32. package/dist/components/base/inputs/upload/upload-display.vue.d.ts +10 -10
  33. package/dist/components/base/inputs/upload/upload.vue.d.ts +15 -15
  34. package/dist/components/base/menu/menu-item.vue.d.ts +5 -5
  35. package/dist/components/base/navigation/item.vue.d.ts +1103 -6
  36. package/dist/components/base/popup/popup.vue.d.ts +9 -6
  37. package/dist/components/base/popup-button-group/popup-button-group.vue.d.ts +36 -12
  38. package/dist/components/base/popup-button-group/types.d.ts +2 -1
  39. package/dist/components/base/progress-bar/progress-bar.vue.d.ts +19 -5
  40. package/dist/components/base/progress-bar/progress-point.vue.d.ts +1 -1
  41. package/dist/components/base/progress-bar/types.d.ts +1 -1
  42. package/dist/components/base/skeleton/skeleton-text.vue.d.ts +5 -5
  43. package/dist/components/base/stack/h-stack.vue.d.ts +5 -5
  44. package/dist/components/base/stack/stack.vue.d.ts +3 -3
  45. package/dist/components/base/stack/v-stack.vue.d.ts +5 -5
  46. package/dist/components/base/tab/tab.vue.d.ts +5 -5
  47. package/dist/components/base/tag/tag.vue.d.ts +4 -4
  48. package/dist/components/base/tooltip/tooltip.vue.d.ts +18 -4
  49. package/dist/components/custom/chat/card/chat-card.vue.d.ts +122 -104
  50. package/dist/components/custom/chat/form/chat-form.vue.d.ts +10 -10
  51. package/dist/components/custom/chat/item/chat-item.vue.d.ts +40 -26
  52. package/dist/components/custom/form/control.vue.d.ts +25 -24
  53. package/dist/components/custom/form/group.vue.d.ts +5 -5
  54. package/dist/components/custom/notification/list/list.vue.d.ts +35 -35
  55. package/dist/components/custom/notification/notification.vue.d.ts +50 -50
  56. package/dist/components/custom/notification/panel/panel.vue.d.ts +20 -20
  57. package/dist/components/custom/notification/panel/types.d.ts +1 -1
  58. package/dist/components/custom/notification/types.d.ts +1 -1
  59. package/dist/components/icons/calendar.vue.d.ts +2 -2
  60. package/dist/components/icons/history.vue.d.ts +2 -0
  61. package/dist/components/icons/index.d.ts +5 -3
  62. package/dist/components/icons/warning.vue.d.ts +2 -0
  63. package/dist/style.css +1 -1
  64. package/dist/wiz-ui.es.js +3302 -2899
  65. package/dist/wiz-ui.umd.js +10 -10
  66. package/package.json +21 -39
  67. package/CHANGELOG.md +0 -7
  68. /package/dist/components/icons/{autorenew.vue.d.ts → auto-renew.vue.d.ts} +0 -0
@@ -141,7 +141,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
141
141
  required: false;
142
142
  };
143
143
  position: {
144
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
144
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
145
145
  required: false;
146
146
  };
147
147
  }, {
@@ -254,7 +254,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
254
254
  required: false;
255
255
  };
256
256
  position: {
257
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
257
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
258
258
  required: false;
259
259
  };
260
260
  }, {
@@ -265,7 +265,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
265
265
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
266
266
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
267
267
  readonly stackWrapStyle: string;
268
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
268
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
269
269
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
270
270
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
271
271
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -392,7 +392,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
392
392
  required: false;
393
393
  };
394
394
  position: {
395
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
395
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
396
396
  required: false;
397
397
  };
398
398
  }>>, {
@@ -503,7 +503,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
503
503
  required: false;
504
504
  };
505
505
  position: {
506
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
506
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
507
507
  required: false;
508
508
  };
509
509
  }>>, {
@@ -3,7 +3,7 @@ import { PropType } from "vue";
3
3
  import { TIcon } from '../../../components';
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  to: {
6
- type: PropType<string | import("vue-router/types/router").Location>;
6
+ type: PropType<import("vue-router").RouteLocationRaw>;
7
7
  required: true;
8
8
  };
9
9
  color: {
@@ -17,7 +17,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
17
17
  default: string;
18
18
  };
19
19
  fontWeight: {
20
- type: PropType<"thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold">;
20
+ type: PropType<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold">;
21
21
  required: false;
22
22
  default: string;
23
23
  };
@@ -48,7 +48,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
48
48
  readonly anchorNoWrapStyle: string;
49
49
  readonly colorStyle: Record<ColorKeys, string>;
50
50
  readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
51
- readonly fontWeightStyle: Record<"thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold", string>;
51
+ readonly fontWeightStyle: Record<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold", string>;
52
52
  readonly WizIcon: import("vue").DefineComponent<{
53
53
  icon: {
54
54
  type: PropType<TIcon>;
@@ -91,7 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
91
91
  }>;
92
92
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
93
93
  to: {
94
- type: PropType<string | import("vue-router/types/router").Location>;
94
+ type: PropType<import("vue-router").RouteLocationRaw>;
95
95
  required: true;
96
96
  };
97
97
  color: {
@@ -105,7 +105,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
105
105
  default: string;
106
106
  };
107
107
  fontWeight: {
108
- type: PropType<"thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold">;
108
+ type: PropType<"bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold">;
109
109
  required: false;
110
110
  default: string;
111
111
  };
@@ -131,7 +131,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
131
131
  }>>, {
132
132
  color: ColorKeys;
133
133
  fontSize: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
134
- fontWeight: "thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold";
134
+ fontWeight: "bold" | "thin" | "extralight" | "light" | "normal" | "medium" | "semibold";
135
135
  iconPosition: "left" | "right";
136
136
  openInNewTab: boolean;
137
137
  nowrap: boolean;
@@ -2,7 +2,7 @@ import { ColorKeys } from "@wizleap-inc/wiz-ui-constants";
2
2
  import { PropType } from "vue";
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
4
  position: {
5
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
5
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
6
6
  required: false;
7
7
  };
8
8
  top: {
@@ -82,15 +82,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
82
82
  required: false;
83
83
  };
84
84
  overflow: {
85
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
85
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
86
86
  required: false;
87
87
  };
88
88
  overflowX: {
89
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
89
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
90
90
  required: false;
91
91
  };
92
92
  overflowY: {
93
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
93
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
94
94
  required: false;
95
95
  };
96
96
  cursor: {
@@ -98,7 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
98
98
  required: false;
99
99
  };
100
100
  pointerEvents: {
101
- type: PropType<"auto" | "none">;
101
+ type: PropType<"none" | "auto">;
102
102
  required: false;
103
103
  };
104
104
  transform: {
@@ -126,7 +126,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
126
126
  computedStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
127
127
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
128
128
  position: {
129
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
129
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
130
130
  required: false;
131
131
  };
132
132
  top: {
@@ -206,15 +206,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
206
206
  required: false;
207
207
  };
208
208
  overflow: {
209
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
209
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
210
210
  required: false;
211
211
  };
212
212
  overflowX: {
213
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
213
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
214
214
  required: false;
215
215
  };
216
216
  overflowY: {
217
- type: PropType<"auto" | "hidden" | "visible" | "scroll">;
217
+ type: PropType<"hidden" | "visible" | "scroll" | "auto">;
218
218
  required: false;
219
219
  };
220
220
  cursor: {
@@ -222,7 +222,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
222
222
  required: false;
223
223
  };
224
224
  pointerEvents: {
225
- type: PropType<"auto" | "none">;
225
+ type: PropType<"none" | "auto">;
226
226
  required: false;
227
227
  };
228
228
  transform: {
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
6
6
  required: true;
7
7
  };
8
8
  variant: {
9
- type: PropType<"link" | "transparent" | "sub" | "primary">;
9
+ type: PropType<"transparent" | "link" | "sub" | "primary">;
10
10
  required: false;
11
11
  default: string;
12
12
  };
@@ -25,8 +25,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
25
25
  emits: (event: "click") => void;
26
26
  onClick: () => true | void;
27
27
  readonly getRelativeFontSize: (key: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", diffIndex: number) => "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
28
- readonly iconButtonSVGStyle: Record<"link" | "transparent" | "sub" | "primary", string>;
29
- readonly iconButtonStyle: Record<"link" | "transparent" | "sub" | "primary", string>;
28
+ readonly iconButtonSVGStyle: Record<"transparent" | "link" | "sub" | "primary", string>;
29
+ readonly iconButtonStyle: Record<"transparent" | "link" | "sub" | "primary", string>;
30
30
  readonly iconButtonDisabledStyle: string;
31
31
  readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
32
32
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
35
35
  required: true;
36
36
  };
37
37
  variant: {
38
- type: PropType<"link" | "transparent" | "sub" | "primary">;
38
+ type: PropType<"transparent" | "link" | "sub" | "primary">;
39
39
  required: false;
40
40
  default: string;
41
41
  };
@@ -54,6 +54,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
54
54
  }, {
55
55
  size: "sm" | "md" | "lg" | "xl";
56
56
  disabled: boolean;
57
- variant: "link" | "transparent" | "sub" | "primary";
57
+ variant: "transparent" | "link" | "sub" | "primary";
58
58
  }>;
59
59
  export default _sfc_main;
@@ -144,7 +144,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
144
144
  required: false;
145
145
  };
146
146
  position: {
147
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
147
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
148
148
  required: false;
149
149
  };
150
150
  }, {
@@ -257,7 +257,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
257
257
  required: false;
258
258
  };
259
259
  position: {
260
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
260
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
261
261
  required: false;
262
262
  };
263
263
  }, {
@@ -268,7 +268,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
268
268
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
269
269
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
270
270
  readonly stackWrapStyle: string;
271
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
271
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
272
272
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
273
273
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
274
274
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -395,7 +395,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
395
395
  required: false;
396
396
  };
397
397
  position: {
398
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
398
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
399
399
  required: false;
400
400
  };
401
401
  }>>, {
@@ -506,7 +506,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
506
506
  required: false;
507
507
  };
508
508
  position: {
509
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
509
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
510
510
  required: false;
511
511
  };
512
512
  }>>, {
@@ -148,7 +148,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
148
148
  required: false;
149
149
  };
150
150
  position: {
151
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
151
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
152
152
  required: false;
153
153
  };
154
154
  }, {
@@ -261,7 +261,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
261
261
  required: false;
262
262
  };
263
263
  position: {
264
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
264
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
265
265
  required: false;
266
266
  };
267
267
  }, {
@@ -272,7 +272,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
272
272
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
273
273
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
274
274
  readonly stackWrapStyle: string;
275
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
275
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
276
276
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
277
277
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
278
278
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -399,7 +399,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
399
399
  required: false;
400
400
  };
401
401
  position: {
402
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
402
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
403
403
  required: false;
404
404
  };
405
405
  }>>, {
@@ -510,7 +510,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
510
510
  required: false;
511
511
  };
512
512
  position: {
513
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
513
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
514
514
  required: false;
515
515
  };
516
516
  }>>, {
@@ -177,7 +177,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
177
177
  required: false;
178
178
  };
179
179
  position: {
180
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
180
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
181
181
  required: false;
182
182
  };
183
183
  }, {
@@ -290,7 +290,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
290
290
  required: false;
291
291
  };
292
292
  position: {
293
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
293
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
294
294
  required: false;
295
295
  };
296
296
  }, {
@@ -301,7 +301,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
301
301
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
302
302
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
303
303
  readonly stackWrapStyle: string;
304
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
304
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
305
305
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
306
306
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
307
307
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -428,7 +428,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
428
428
  required: false;
429
429
  };
430
430
  position: {
431
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
431
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
432
432
  required: false;
433
433
  };
434
434
  }>>, {
@@ -539,7 +539,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
539
539
  required: false;
540
540
  };
541
541
  position: {
542
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
542
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
543
543
  required: false;
544
544
  };
545
545
  }>>, {
@@ -1,4 +1,4 @@
1
- export declare type DateState = "primary" | "secondary";
1
+ export type DateState = "primary" | "secondary";
2
2
  export interface DateStatus {
3
3
  state: DateState;
4
4
  date: Date;
@@ -162,7 +162,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
162
162
  required: false;
163
163
  };
164
164
  position: {
165
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
165
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
166
166
  required: false;
167
167
  };
168
168
  }, {
@@ -275,7 +275,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
275
275
  required: false;
276
276
  };
277
277
  position: {
278
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
278
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
279
279
  required: false;
280
280
  };
281
281
  }, {
@@ -286,7 +286,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
286
286
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
287
287
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
288
288
  readonly stackWrapStyle: string;
289
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
289
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
290
290
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
291
291
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
292
292
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -413,7 +413,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
413
413
  required: false;
414
414
  };
415
415
  position: {
416
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
416
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
417
417
  required: false;
418
418
  };
419
419
  }>>, {
@@ -524,7 +524,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
524
524
  required: false;
525
525
  };
526
526
  position: {
527
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
527
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
528
528
  required: false;
529
529
  };
530
530
  }>>, {
@@ -33,7 +33,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
33
33
  required: true;
34
34
  };
35
35
  variant: {
36
- type: PropType<"link" | "transparent" | "sub" | "primary">;
36
+ type: PropType<"transparent" | "link" | "sub" | "primary">;
37
37
  required: false;
38
38
  default: string;
39
39
  };
@@ -52,8 +52,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
52
52
  emits: (event: "click") => void;
53
53
  onClick: () => true | void;
54
54
  readonly getRelativeFontSize: (key: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", diffIndex: number) => "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
55
- readonly iconButtonSVGStyle: Record<"link" | "transparent" | "sub" | "primary", string>;
56
- readonly iconButtonStyle: Record<"link" | "transparent" | "sub" | "primary", string>;
55
+ readonly iconButtonSVGStyle: Record<"transparent" | "link" | "sub" | "primary", string>;
56
+ readonly iconButtonStyle: Record<"transparent" | "link" | "sub" | "primary", string>;
57
57
  readonly iconButtonDisabledStyle: string;
58
58
  readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
59
59
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -62,7 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
62
62
  required: true;
63
63
  };
64
64
  variant: {
65
- type: PropType<"link" | "transparent" | "sub" | "primary">;
65
+ type: PropType<"transparent" | "link" | "sub" | "primary">;
66
66
  required: false;
67
67
  default: string;
68
68
  };
@@ -81,7 +81,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
81
81
  }, {
82
82
  size: "sm" | "md" | "lg" | "xl";
83
83
  disabled: boolean;
84
- variant: "link" | "transparent" | "sub" | "primary";
84
+ variant: "transparent" | "link" | "sub" | "primary";
85
85
  }>;
86
86
  readonly WizCard: import("vue").DefineComponent<{
87
87
  title: {
@@ -245,7 +245,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
245
245
  required: false;
246
246
  };
247
247
  position: {
248
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
248
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
249
249
  required: false;
250
250
  };
251
251
  }, {
@@ -358,7 +358,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
358
358
  required: false;
359
359
  };
360
360
  position: {
361
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
361
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
362
362
  required: false;
363
363
  };
364
364
  }, {
@@ -369,7 +369,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
369
369
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
370
370
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
371
371
  readonly stackWrapStyle: string;
372
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
372
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
373
373
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
374
374
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
375
375
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -496,7 +496,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
496
496
  required: false;
497
497
  };
498
498
  position: {
499
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
499
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
500
500
  required: false;
501
501
  };
502
502
  }>>, {
@@ -607,7 +607,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
607
607
  required: false;
608
608
  };
609
609
  position: {
610
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
610
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
611
611
  required: false;
612
612
  };
613
613
  }>>, {
@@ -154,7 +154,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
154
154
  required: false;
155
155
  };
156
156
  position: {
157
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
157
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
158
158
  required: false;
159
159
  };
160
160
  }, {
@@ -267,7 +267,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
267
267
  required: false;
268
268
  };
269
269
  position: {
270
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
270
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
271
271
  required: false;
272
272
  };
273
273
  }, {
@@ -278,7 +278,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
278
278
  readonly stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>;
279
279
  readonly stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>;
280
280
  readonly stackWrapStyle: string;
281
- readonly stackPositionStyle: Record<"absolute" | "relative" | "fixed" | "sticky" | "static", string>;
281
+ readonly stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "sticky" | "static", string>;
282
282
  readonly gapStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
283
283
  readonly gapXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
284
284
  readonly gapYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -405,7 +405,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
405
405
  required: false;
406
406
  };
407
407
  position: {
408
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
408
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
409
409
  required: false;
410
410
  };
411
411
  }>>, {
@@ -516,7 +516,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
516
516
  required: false;
517
517
  };
518
518
  position: {
519
- type: PropType<"absolute" | "relative" | "fixed" | "sticky" | "static">;
519
+ type: PropType<"fixed" | "absolute" | "relative" | "sticky" | "static">;
520
520
  required: false;
521
521
  };
522
522
  }>>, {