plugin-ui-for-kzt 0.0.37 → 0.0.38

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.
@@ -40,8 +40,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
40
  };
41
41
  }>> & Readonly<{}>, {
42
42
  size: string;
43
- closable: boolean;
44
43
  color: string;
44
+ closable: boolean;
45
45
  arrowRightIcon: boolean;
46
46
  hasDot: boolean;
47
47
  arrowUpIcon: boolean;
@@ -80,8 +80,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
80
  };
81
81
  }>> & Readonly<{}>, {
82
82
  size: string;
83
- tag: string;
84
83
  color: string;
84
+ tag: string;
85
85
  selected: boolean;
86
86
  active: boolean;
87
87
  disabled: boolean;
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
71
  disabled: boolean;
72
72
  required: boolean;
73
73
  loading: boolean;
74
- readonly: boolean;
75
74
  modelValue: boolean;
75
+ readonly: boolean;
76
76
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
77
  export default _default;
@@ -94,17 +94,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
94
  };
95
95
  }>> & Readonly<{}>, {
96
96
  size: string;
97
+ type: string;
97
98
  id: string;
98
99
  mask: string;
99
- type: string;
100
100
  selected: boolean;
101
101
  active: boolean;
102
102
  disabled: boolean;
103
103
  required: boolean;
104
104
  loading: boolean;
105
- placeholder: string;
106
- readonly: boolean;
107
105
  modelValue: string;
106
+ readonly: boolean;
107
+ placeholder: string;
108
108
  focusable: boolean;
109
109
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
110
110
  export default _default;
@@ -121,13 +121,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
121
121
  disabled: boolean;
122
122
  required: boolean;
123
123
  loading: boolean;
124
- placeholder: string;
125
- readonly: boolean;
126
124
  modelValue: string;
127
- focusable: boolean;
125
+ readonly: boolean;
128
126
  range: boolean | Record<string, any>;
129
127
  minDate: null;
130
128
  maxDate: null;
131
129
  inline: boolean;
130
+ placeholder: string;
131
+ focusable: boolean;
132
132
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
133
133
  export default _default;
@@ -92,17 +92,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  };
93
93
  }>> & Readonly<{}>, {
94
94
  size: string;
95
- error: string | boolean;
96
95
  type: string;
96
+ error: string | boolean;
97
97
  selected: boolean;
98
98
  active: boolean;
99
99
  disabled: boolean;
100
100
  required: boolean;
101
101
  loading: boolean;
102
- placeholder: string;
103
- readonly: boolean;
104
102
  modelValue: string;
105
- focusable: boolean;
103
+ readonly: boolean;
104
+ placeholder: string;
106
105
  options: undefined;
106
+ focusable: boolean;
107
107
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
108
108
  export default _default;
@@ -92,9 +92,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  disabled: boolean;
93
93
  required: boolean;
94
94
  loading: boolean;
95
- placeholder: string;
96
- readonly: boolean;
97
95
  modelValue: string;
96
+ readonly: boolean;
97
+ placeholder: string;
98
98
  focusable: boolean;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
100
100
  export default _default;
@@ -90,9 +90,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
90
90
  disabled: boolean;
91
91
  required: boolean;
92
92
  loading: boolean;
93
- placeholder: string;
94
- readonly: boolean;
95
93
  modelValue: string;
94
+ readonly: boolean;
95
+ placeholder: string;
96
96
  focusable: boolean;
97
97
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
98
98
  export default _default;
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  "onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
43
43
  }>, {
44
44
  size: string;
45
- type: string;
46
45
  color: string;
46
+ type: string;
47
47
  currentPage: number;
48
48
  totalPages: number;
49
49
  maxDisplayedPages: number;
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
71
  disabled: boolean;
72
72
  required: boolean;
73
73
  loading: boolean;
74
- readonly: boolean;
75
74
  modelValue: boolean;
75
+ readonly: boolean;
76
76
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
77
  export default _default;
@@ -50,8 +50,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
50
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
51
51
  }>, {
52
52
  size: string;
53
- readonly: boolean;
54
53
  modelValue: string;
54
+ readonly: boolean;
55
55
  focusable: boolean;
56
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
57
  export default _default;
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
52
  onAddTag?: ((...args: any[]) => any) | undefined;
53
53
  }>, {
54
54
  size: string;
55
+ color: string;
55
56
  closable: boolean;
56
57
  text: string;
57
- color: string;
58
58
  isHasAddTag: boolean;
59
59
  addingTag: boolean;
60
60
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -85,9 +85,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
85
85
  disabled: boolean;
86
86
  required: boolean;
87
87
  loading: boolean;
88
- placeholder: string;
89
- readonly: boolean;
90
88
  modelValue: string;
89
+ readonly: boolean;
90
+ placeholder: string;
91
91
  focusable: boolean;
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
93
  export default _default;
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
59
  onPrimaryAction?: ((...args: any[]) => any) | undefined;
60
60
  onSecondaryAction?: ((...args: any[]) => any) | undefined;
61
61
  }>, {
62
+ type: string;
62
63
  isOpen: boolean;
63
64
  closable: boolean;
64
- type: string;
65
65
  withBackground: boolean;
66
66
  showIcon: boolean;
67
67
  duration: undefined;
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
69
  disabled: boolean;
70
70
  required: boolean;
71
71
  loading: boolean;
72
- readonly: boolean;
73
72
  modelValue: boolean;
73
+ readonly: boolean;
74
74
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
75
75
  export default _default;
@@ -33,9 +33,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  default: string;
34
34
  };
35
35
  }>> & Readonly<{}>, {
36
+ position: string;
36
37
  arrow: boolean;
37
38
  theme: string;
38
- position: string;
39
39
  trigger: string;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  export default _default;