@wizleap-inc/wiz-ui-next 0.4.1 → 0.5.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 (27) hide show
  1. package/dist/components/base/box/box.vue.d.ts +34 -2
  2. package/dist/components/base/card/card.vue.d.ts +11 -60
  3. package/dist/components/base/dialog/dialog.vue.d.ts +11 -60
  4. package/dist/components/base/inputs/checkbox/checkbox.vue.d.ts +2 -1
  5. package/dist/components/base/inputs/index.d.ts +1 -0
  6. package/dist/components/base/inputs/selectbox/selectbox.vue.d.ts +1 -0
  7. package/dist/components/base/inputs/selectbox/types.d.ts +1 -0
  8. package/dist/components/base/inputs/upload/index.d.ts +2 -0
  9. package/dist/components/base/inputs/upload/upload-display.vue.d.ts +1000 -0
  10. package/dist/components/base/inputs/upload/upload.vue.d.ts +1516 -0
  11. package/dist/components/base/pagination/pagination.vue.d.ts +1 -0
  12. package/dist/components/base/tag/tag.vue.d.ts +20 -24
  13. package/dist/components/custom/chat/card/chat-card.vue.d.ts +123 -144
  14. package/dist/components/custom/chat/item/chat-item.vue.d.ts +11 -60
  15. package/dist/components/custom/form/control.vue.d.ts +50 -21
  16. package/dist/components/custom/notification/list/list.vue.d.ts +68 -4
  17. package/dist/components/custom/notification/notification.vue.d.ts +102 -6
  18. package/dist/components/custom/notification/panel/panel.vue.d.ts +34 -2
  19. package/dist/components/icons/attach-file.vue.d.ts +2 -0
  20. package/dist/components/icons/check.vue.d.ts +2 -0
  21. package/dist/components/icons/circle-check.vue.d.ts +2 -0
  22. package/dist/components/icons/index.d.ts +5 -2
  23. package/dist/index.d.ts +1 -1
  24. package/dist/style.css +1 -1
  25. package/dist/wiz-ui.es.js +1974 -1735
  26. package/dist/wiz-ui.umd.js +1 -1
  27. package/package.json +1 -1
@@ -25,10 +25,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
25
25
  type: StringConstructor;
26
26
  required: false;
27
27
  };
28
+ minWidth: {
29
+ type: StringConstructor;
30
+ required: false;
31
+ };
32
+ maxWidth: {
33
+ type: StringConstructor;
34
+ required: false;
35
+ };
28
36
  height: {
29
37
  type: StringConstructor;
30
38
  required: false;
31
39
  };
40
+ minHeight: {
41
+ type: StringConstructor;
42
+ required: false;
43
+ };
44
+ maxHeight: {
45
+ type: StringConstructor;
46
+ required: false;
47
+ };
32
48
  round: {
33
49
  type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
34
50
  required: false;
@@ -97,7 +113,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
97
113
  type: NumberConstructor;
98
114
  required: false;
99
115
  };
100
- scroll: {
116
+ snapScroll: {
101
117
  type: PropType<"none" | "x" | "y" | "block" | "inline" | "both">;
102
118
  required: false;
103
119
  };
@@ -129,10 +145,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
129
145
  type: StringConstructor;
130
146
  required: false;
131
147
  };
148
+ minWidth: {
149
+ type: StringConstructor;
150
+ required: false;
151
+ };
152
+ maxWidth: {
153
+ type: StringConstructor;
154
+ required: false;
155
+ };
132
156
  height: {
133
157
  type: StringConstructor;
134
158
  required: false;
135
159
  };
160
+ minHeight: {
161
+ type: StringConstructor;
162
+ required: false;
163
+ };
164
+ maxHeight: {
165
+ type: StringConstructor;
166
+ required: false;
167
+ };
136
168
  round: {
137
169
  type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
138
170
  required: false;
@@ -201,7 +233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
201
233
  type: NumberConstructor;
202
234
  required: false;
203
235
  };
204
- scroll: {
236
+ snapScroll: {
205
237
  type: PropType<"none" | "x" | "y" | "block" | "inline" | "both">;
206
238
  required: false;
207
239
  };
@@ -48,6 +48,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
48
48
  type: StringConstructor;
49
49
  required: false;
50
50
  };
51
+ gap: {
52
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
53
+ required: false;
54
+ default: string;
55
+ };
51
56
  }, {
52
57
  readonly cardStyle: string;
53
58
  readonly cardFitStyle: string;
@@ -55,8 +60,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
55
60
  readonly cardShadowStyle: string;
56
61
  readonly cardBorderStyle: string;
57
62
  readonly cardHeaderStyle: string;
58
- readonly cardHeaderMainStyle: string;
59
- readonly cardHeaderTitleStyle: string;
60
63
  readonly paddingStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
61
64
  readonly paddingXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
62
65
  readonly paddingYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -528,64 +531,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
528
531
  reverse: boolean;
529
532
  wrap: boolean;
530
533
  }>;
531
- readonly WizIHelp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
532
- readonly WizIcon: import("vue").DefineComponent<{
533
- icon: {
534
- type: PropType<import('../../../components').TIcon>;
535
- required: true;
536
- };
537
- color: {
538
- type: PropType<ColorKeys>;
539
- required: false;
540
- default: string;
541
- };
542
- size: {
543
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
544
- required: false;
545
- default: string;
546
- };
547
- }, {
548
- readonly iconStyle: string;
549
- readonly iconSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
550
- readonly fillStyle: Record<ColorKeys, string>;
551
- readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
552
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
553
- icon: {
554
- type: PropType<import('../../../components').TIcon>;
555
- required: true;
556
- };
557
- color: {
558
- type: PropType<ColorKeys>;
559
- required: false;
560
- default: string;
561
- };
562
- size: {
563
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
564
- required: false;
565
- default: string;
566
- };
567
- }>>, {
568
- color: ColorKeys;
569
- size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
570
- }>;
571
- readonly WizTooltip: import("vue").DefineComponent<{
572
- content: {
573
- type: StringConstructor;
574
- required: false;
575
- };
576
- }, {
577
- slots: Readonly<{
578
- [name: string]: import("vue").Slot | undefined;
579
- }>;
580
- readonly tooltipStyle: string;
581
- readonly tooltipBlockStyle: string;
582
- readonly tooltipContentStyle: string;
583
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
584
- content: {
585
- type: StringConstructor;
586
- required: false;
587
- };
588
- }>>, {}>;
589
534
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
590
535
  title: {
591
536
  type: StringConstructor;
@@ -634,10 +579,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
634
579
  type: StringConstructor;
635
580
  required: false;
636
581
  };
582
+ gap: {
583
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
584
+ required: false;
585
+ default: string;
586
+ };
637
587
  }>>, {
638
588
  shadow: boolean;
639
589
  backgroundColor: ColorKeys;
640
590
  border: boolean;
591
+ gap: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
641
592
  align: "stretch" | "center" | "end" | "start";
642
593
  p: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
643
594
  fit: boolean;
@@ -130,6 +130,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
130
130
  type: StringConstructor;
131
131
  required: false;
132
132
  };
133
+ gap: {
134
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
135
+ required: false;
136
+ default: string;
137
+ };
133
138
  }, {
134
139
  readonly cardStyle: string;
135
140
  readonly cardFitStyle: string;
@@ -137,8 +142,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
137
142
  readonly cardShadowStyle: string;
138
143
  readonly cardBorderStyle: string;
139
144
  readonly cardHeaderStyle: string;
140
- readonly cardHeaderMainStyle: string;
141
- readonly cardHeaderTitleStyle: string;
142
145
  readonly paddingStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
143
146
  readonly paddingXStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
144
147
  readonly paddingYStyle: Record<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max", string>;
@@ -610,64 +613,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
610
613
  reverse: boolean;
611
614
  wrap: boolean;
612
615
  }>;
613
- readonly WizIHelp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
614
- readonly WizIcon: import("vue").DefineComponent<{
615
- icon: {
616
- type: PropType<import('../../../components/icons').TIcon>;
617
- required: true;
618
- };
619
- color: {
620
- type: PropType<import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
621
- required: false;
622
- default: string;
623
- };
624
- size: {
625
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
626
- required: false;
627
- default: string;
628
- };
629
- }, {
630
- readonly iconStyle: string;
631
- readonly iconSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
632
- readonly fillStyle: Record<import("@wizleap-inc/wiz-ui-constants").ColorKeys, string>;
633
- readonly fontSizeStyle: Record<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6", string>;
634
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
635
- icon: {
636
- type: PropType<import('../../../components/icons').TIcon>;
637
- required: true;
638
- };
639
- color: {
640
- type: PropType<import("@wizleap-inc/wiz-ui-constants").ColorKeys>;
641
- required: false;
642
- default: string;
643
- };
644
- size: {
645
- type: PropType<"xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6">;
646
- required: false;
647
- default: string;
648
- };
649
- }>>, {
650
- color: import("@wizleap-inc/wiz-ui-constants").ColorKeys;
651
- size: "xs3" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xl5" | "xl6";
652
- }>;
653
- readonly WizTooltip: import("vue").DefineComponent<{
654
- content: {
655
- type: StringConstructor;
656
- required: false;
657
- };
658
- }, {
659
- slots: Readonly<{
660
- [name: string]: import("vue").Slot | undefined;
661
- }>;
662
- readonly tooltipStyle: string;
663
- readonly tooltipBlockStyle: string;
664
- readonly tooltipContentStyle: string;
665
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
666
- content: {
667
- type: StringConstructor;
668
- required: false;
669
- };
670
- }>>, {}>;
671
616
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
672
617
  title: {
673
618
  type: StringConstructor;
@@ -716,10 +661,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
716
661
  type: StringConstructor;
717
662
  required: false;
718
663
  };
664
+ gap: {
665
+ type: PropType<"at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max">;
666
+ required: false;
667
+ default: string;
668
+ };
719
669
  }>>, {
720
670
  shadow: boolean;
721
671
  backgroundColor: import("@wizleap-inc/wiz-ui-constants").ColorKeys;
722
672
  border: boolean;
673
+ gap: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
723
674
  align: "stretch" | "center" | "end" | "start";
724
675
  p: "at" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "no" | "max";
725
676
  fit: boolean;
@@ -34,7 +34,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
34
34
  readonly checkboxLabelCheckedStyle: string;
35
35
  readonly checkboxLabelDisabledStyle: string;
36
36
  readonly checkboxLabelCursorStyle: Record<"default" | "disabled", string>;
37
- readonly checkboxBlockStyle: string;
37
+ readonly checkboxIconStyle: string;
38
38
  readonly checkboxBlockCheckedStyle: string;
39
39
  WizStack: import("vue").DefineComponent<{
40
40
  direction: {
@@ -296,6 +296,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
296
296
  justify: "center" | "end" | "start" | "between" | "around" | "evenly";
297
297
  align: "stretch" | "center" | "end" | "start";
298
298
  }>;
299
+ readonly WizICheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
299
300
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
300
301
  options: {
301
302
  type: PropType<CheckBoxOption[]>;
@@ -7,3 +7,4 @@ export * from "./toggle-switch";
7
7
  export * from "./panel-switch";
8
8
  export * from "./timepicker";
9
9
  export * from "./datepicker";
10
+ export * from "./upload";
@@ -42,6 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
42
42
  isError: import("vue").ComputedRef<boolean>;
43
43
  computedWidth: import("vue").ComputedRef<string>;
44
44
  state: import("vue").ComputedRef<"default" | "active" | "error">;
45
+ isValueMatched: import("vue").ComputedRef<boolean>;
45
46
  readonly selectBoxStyle: string;
46
47
  readonly selectBoxDisabledStyle: string;
47
48
  readonly selectBoxCursorStyle: Record<"default" | "disabled", string>;
@@ -1,4 +1,5 @@
1
1
  export interface SelectBoxOption {
2
2
  label: string;
3
+ exLabel?: string;
3
4
  value: number;
4
5
  }
@@ -0,0 +1,2 @@
1
+ export { default as WizUpload } from "./upload.vue";
2
+ export { default as WizUploadDisplay } from "./upload-display.vue";