plugin-ui-for-kzt 0.0.65 → 0.0.66

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,10 +40,10 @@ 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
+ arrowRightIcon: boolean;
45
46
  hasDot: boolean;
46
47
  arrowUpIcon: boolean;
47
- arrowRightIcon: boolean;
48
48
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
49
  export default _default;
@@ -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;
@@ -92,10 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  disabled: boolean;
93
93
  required: boolean;
94
94
  loading: boolean;
95
+ readonly: boolean;
95
96
  range: boolean | Record<string, any>;
96
97
  minDate: null;
97
98
  maxDate: null;
98
- readonly: boolean;
99
99
  inline: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
101
  export default _default;
@@ -102,9 +102,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
102
102
  };
103
103
  }>> & Readonly<{}>, {
104
104
  size: string;
105
+ type: string;
105
106
  id: string;
106
107
  mask: string;
107
- type: string;
108
108
  selected: boolean;
109
109
  active: boolean;
110
110
  disabled: boolean;
@@ -128,13 +128,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
128
128
  required: boolean;
129
129
  loading: boolean;
130
130
  modelValue: string;
131
- range: boolean | Record<string, any>;
132
- minDate: null;
133
- maxDate: null;
134
131
  readonly: boolean;
135
- inline: boolean;
136
132
  placeholder: string;
137
133
  clearable: boolean;
138
134
  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;
@@ -98,8 +98,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
98
  };
99
99
  }>> & Readonly<{}>, {
100
100
  size: string;
101
- error: string | boolean;
102
101
  type: string;
102
+ error: string | boolean;
103
103
  selected: boolean;
104
104
  active: boolean;
105
105
  disabled: boolean;
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
109
  readonly: boolean;
110
110
  placeholder: string;
111
111
  clearable: boolean;
112
- options: undefined;
113
112
  focusable: boolean;
113
+ options: undefined;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
115
  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;
@@ -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;
127
126
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
128
127
  onClear?: ((...args: any[]) => any) | undefined;
129
128
  onSearch?: ((...args: any[]) => any) | undefined;
129
+ onOpen?: ((...args: any[]) => any) | undefined;
130
130
  onGetSearchApi?: ((...args: any[]) => any) | undefined;
131
131
  }>, {
132
132
  size: string;
@@ -139,8 +139,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
139
139
  rounded: boolean;
140
140
  underline: boolean;
141
141
  readonly: boolean;
142
- options: ICoreSelectOption[];
143
142
  parentWidth: boolean;
143
+ options: ICoreSelectOption[];
144
144
  multiple: boolean;
145
145
  searchable: boolean;
146
146
  clearOnSelect: boolean;
@@ -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>;
@@ -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;
@@ -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;
37
36
  arrow: boolean;
38
37
  theme: string;
38
+ position: string;
39
39
  trigger: string;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  export default _default;