plugin-ui-for-kzt 0.0.64 → 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.
@@ -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;
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
110
110
  disabled: boolean;
111
111
  required: boolean;
112
112
  loading: boolean;
113
- placeholder: string;
114
- readonly: boolean;
115
113
  modelValue: string;
114
+ readonly: boolean;
115
+ placeholder: string;
116
116
  clearable: boolean;
117
117
  focusable: boolean;
118
118
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -127,9 +127,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
127
  disabled: boolean;
128
128
  required: boolean;
129
129
  loading: boolean;
130
- placeholder: string;
131
- readonly: boolean;
132
130
  modelValue: string;
131
+ readonly: boolean;
132
+ placeholder: string;
133
133
  clearable: boolean;
134
134
  focusable: boolean;
135
135
  range: boolean | Record<string, any>;
@@ -105,9 +105,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
105
105
  disabled: boolean;
106
106
  required: boolean;
107
107
  loading: boolean;
108
- placeholder: string;
109
- readonly: boolean;
110
108
  modelValue: string;
109
+ readonly: boolean;
110
+ placeholder: string;
111
111
  clearable: boolean;
112
112
  focusable: boolean;
113
113
  options: undefined;
@@ -98,9 +98,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
98
  disabled: boolean;
99
99
  required: boolean;
100
100
  loading: boolean;
101
- placeholder: string;
102
- readonly: boolean;
103
101
  modelValue: string;
102
+ readonly: boolean;
103
+ placeholder: string;
104
104
  clearable: boolean;
105
105
  focusable: boolean;
106
106
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  disabled: boolean;
97
97
  required: boolean;
98
98
  loading: boolean;
99
- placeholder: string;
100
- readonly: boolean;
101
99
  modelValue: string;
100
+ readonly: boolean;
101
+ placeholder: string;
102
102
  clearable: boolean;
103
103
  focusable: boolean;
104
104
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  "onUpdate:selectedOptionId"?: ((...args: any[]) => any) | undefined;
47
47
  }>, {
48
48
  size: string;
49
- placeholder: string;
50
49
  modelValue: string;
50
+ placeholder: string;
51
51
  clearable: boolean;
52
52
  selectedOptionId: string;
53
53
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  size: string;
45
45
  color: string;
46
46
  type: string;
47
- totalPages: number;
48
47
  currentPage: number;
48
+ totalPages: number;
49
49
  maxDisplayedPages: number;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
51
  export default _default;
@@ -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;
@@ -124,9 +124,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
124
124
  onError?: ((...args: any[]) => any) | undefined;
125
125
  onChange?: ((...args: any[]) => any) | undefined;
126
126
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
127
- onOpen?: ((...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;
@@ -56,8 +56,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
57
57
  }>, {
58
58
  size: string;
59
- readonly: boolean;
60
59
  modelValue: string;
60
+ readonly: boolean;
61
61
  clearable: boolean;
62
62
  focusable: boolean;
63
63
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -91,9 +91,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
91
  disabled: boolean;
92
92
  required: boolean;
93
93
  loading: boolean;
94
- placeholder: string;
95
- readonly: boolean;
96
94
  modelValue: string;
95
+ readonly: boolean;
96
+ placeholder: string;
97
97
  clearable: boolean;
98
98
  focusable: boolean;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -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
+ arrow: boolean;
37
37
  theme: string;
38
+ position: string;
38
39
  trigger: string;
39
- arrow: boolean;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  export default _default;