plugin-ui-for-kzt 0.0.67 → 0.0.68

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.
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  size: string;
43
43
  color: string;
44
44
  closable: boolean;
45
- arrowRightIcon: boolean;
46
45
  hasDot: boolean;
47
46
  arrowUpIcon: boolean;
47
+ arrowRightIcon: boolean;
48
48
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
49
  export default _default;
@@ -87,15 +87,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  };
88
88
  }>> & Readonly<{}>, {
89
89
  size: string;
90
+ range: boolean | Record<string, any>;
91
+ minDate: null;
92
+ maxDate: null;
90
93
  readonly: boolean;
94
+ inline: boolean;
91
95
  selected: boolean;
92
96
  active: boolean;
93
97
  disabled: boolean;
94
98
  required: boolean;
95
99
  loading: boolean;
96
- range: boolean | Record<string, any>;
97
- minDate: null;
98
- maxDate: null;
99
- inline: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
101
  export default _default;
@@ -6,6 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6
6
  iconName: {};
7
7
  count: {};
8
8
  color: {};
9
+ multiply: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  size: {
10
14
  default: string;
11
15
  };
@@ -19,11 +23,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19
23
  iconName: {};
20
24
  count: {};
21
25
  color: {};
26
+ multiply: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
22
30
  size: {
23
31
  default: string;
24
32
  };
25
33
  }>> & Readonly<{}>, {
26
34
  size: string;
27
35
  active: boolean;
36
+ multiply: boolean;
28
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
38
  export default _default;
@@ -123,7 +123,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  size: string;
124
124
  type: string;
125
125
  modelValue: string;
126
+ range: boolean | Record<string, any>;
127
+ minDate: null;
128
+ maxDate: null;
126
129
  readonly: boolean;
130
+ inline: boolean;
127
131
  selected: boolean;
128
132
  active: boolean;
129
133
  disabled: boolean;
@@ -132,9 +136,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
132
136
  placeholder: string;
133
137
  clearable: boolean;
134
138
  focusable: boolean;
135
- range: boolean | Record<string, any>;
136
- minDate: null;
137
- maxDate: null;
138
- inline: boolean;
139
139
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
140
140
  export default _default;
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
109
  loading: boolean;
110
110
  placeholder: string;
111
111
  clearable: boolean;
112
- focusable: boolean;
113
112
  options: undefined;
113
+ focusable: boolean;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
115
  export default _default;
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  }>> & Readonly<{
124
124
  onError?: ((...args: any[]) => any) | undefined;
125
125
  onChange?: ((...args: any[]) => any) | undefined;
126
+ onOpen?: ((...args: any[]) => any) | undefined;
126
127
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
127
128
  onClear?: ((...args: any[]) => any) | undefined;
128
129
  onSearch?: ((...args: any[]) => any) | undefined;
129
- onOpen?: ((...args: any[]) => any) | undefined;
130
130
  onGetSearchApi?: ((...args: any[]) => any) | undefined;
131
131
  }>, {
132
132
  size: string;
@@ -136,11 +136,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
136
136
  disabled: boolean;
137
137
  required: boolean;
138
138
  loading: boolean;
139
+ options: ICoreSelectOption[];
139
140
  outline: boolean;
140
141
  rounded: boolean;
141
142
  underline: boolean;
142
143
  parentWidth: boolean;
143
- options: ICoreSelectOption[];
144
144
  multiple: boolean;
145
145
  searchable: boolean;
146
146
  clearOnSelect: boolean;
@@ -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;