plugin-ui-for-kzt 0.0.65 → 0.0.67

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;
@@ -87,6 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  };
88
88
  }>> & Readonly<{}>, {
89
89
  size: string;
90
+ readonly: boolean;
90
91
  selected: boolean;
91
92
  active: boolean;
92
93
  disabled: boolean;
@@ -95,7 +96,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
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;
@@ -66,12 +66,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
66
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
67
67
  }>, {
68
68
  size: string;
69
+ modelValue: boolean;
70
+ readonly: boolean;
69
71
  selected: boolean;
70
72
  active: boolean;
71
73
  disabled: boolean;
72
74
  required: boolean;
73
75
  loading: boolean;
74
- modelValue: boolean;
75
- readonly: boolean;
76
76
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
77
  export default _default;
@@ -70,12 +70,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
71
71
  }>, {
72
72
  size: string;
73
+ modelValue: boolean;
73
74
  selected: boolean;
74
75
  active: boolean;
75
76
  disabled: boolean;
76
77
  required: boolean;
77
78
  loading: boolean;
78
- modelValue: boolean;
79
79
  parentWidth: boolean;
80
80
  preventControl: boolean;
81
81
  autoClose: boolean;
@@ -102,16 +102,16 @@ 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
+ modelValue: string;
109
+ readonly: boolean;
108
110
  selected: boolean;
109
111
  active: boolean;
110
112
  disabled: boolean;
111
113
  required: boolean;
112
114
  loading: boolean;
113
- modelValue: string;
114
- readonly: boolean;
115
115
  placeholder: string;
116
116
  clearable: boolean;
117
117
  focusable: boolean;
@@ -122,19 +122,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
122
  }>, {
123
123
  size: string;
124
124
  type: string;
125
+ modelValue: string;
126
+ readonly: boolean;
125
127
  selected: boolean;
126
128
  active: boolean;
127
129
  disabled: boolean;
128
130
  required: boolean;
129
131
  loading: boolean;
130
- modelValue: string;
132
+ placeholder: string;
133
+ clearable: boolean;
134
+ focusable: boolean;
131
135
  range: boolean | Record<string, any>;
132
136
  minDate: null;
133
137
  maxDate: null;
134
- readonly: boolean;
135
138
  inline: boolean;
136
- placeholder: string;
137
- clearable: boolean;
138
- focusable: boolean;
139
139
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
140
140
  export default _default;
@@ -98,18 +98,18 @@ 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
+ modelValue: string;
104
+ readonly: boolean;
103
105
  selected: boolean;
104
106
  active: boolean;
105
107
  disabled: boolean;
106
108
  required: boolean;
107
109
  loading: boolean;
108
- modelValue: string;
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;
@@ -93,13 +93,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {
94
94
  size: string;
95
95
  type: string;
96
+ modelValue: string;
97
+ readonly: boolean;
96
98
  selected: boolean;
97
99
  active: boolean;
98
100
  disabled: boolean;
99
101
  required: boolean;
100
102
  loading: boolean;
101
- modelValue: string;
102
- readonly: boolean;
103
103
  placeholder: string;
104
104
  clearable: boolean;
105
105
  focusable: boolean;
@@ -91,13 +91,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
91
  }>> & Readonly<{}>, {
92
92
  size: string;
93
93
  type: string;
94
+ modelValue: string;
95
+ readonly: boolean;
94
96
  selected: boolean;
95
97
  active: boolean;
96
98
  disabled: boolean;
97
99
  required: boolean;
98
100
  loading: boolean;
99
- modelValue: string;
100
- readonly: boolean;
101
101
  placeholder: string;
102
102
  clearable: boolean;
103
103
  focusable: boolean;
@@ -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;
@@ -66,12 +66,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
66
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
67
67
  }>, {
68
68
  size: string;
69
+ modelValue: boolean;
70
+ readonly: boolean;
69
71
  selected: boolean;
70
72
  active: boolean;
71
73
  disabled: boolean;
72
74
  required: boolean;
73
75
  loading: boolean;
74
- modelValue: boolean;
75
- readonly: boolean;
76
76
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
77
  export default _default;
@@ -123,13 +123,14 @@ 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;
133
+ readonly: boolean;
133
134
  selected: boolean;
134
135
  active: boolean;
135
136
  disabled: boolean;
@@ -138,9 +139,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
138
139
  outline: boolean;
139
140
  rounded: boolean;
140
141
  underline: boolean;
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>;
@@ -86,13 +86,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
86
86
  maxLength: {};
87
87
  }>> & Readonly<{}>, {
88
88
  size: string;
89
+ modelValue: string;
90
+ readonly: boolean;
89
91
  selected: boolean;
90
92
  active: boolean;
91
93
  disabled: boolean;
92
94
  required: boolean;
93
95
  loading: boolean;
94
- modelValue: string;
95
- readonly: boolean;
96
96
  placeholder: string;
97
97
  clearable: boolean;
98
98
  focusable: boolean;
@@ -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;
@@ -64,12 +64,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
64
64
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
65
65
  }>, {
66
66
  size: string;
67
+ modelValue: boolean;
68
+ readonly: boolean;
67
69
  selected: boolean;
68
70
  active: boolean;
69
71
  disabled: boolean;
70
72
  required: boolean;
71
73
  loading: boolean;
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;
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;