plugin-ui-for-kzt 0.0.25 → 0.0.28

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.
@@ -33,6 +33,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  underline: {
34
34
  type: BooleanConstructor;
35
35
  };
36
+ onlyIcon: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
36
40
  }>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
41
  [key: string]: any;
38
42
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -70,6 +74,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
74
  underline: {
71
75
  type: BooleanConstructor;
72
76
  };
77
+ onlyIcon: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
73
81
  }>> & Readonly<{}>, {
74
82
  size: string;
75
83
  color: string;
@@ -82,5 +90,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
82
90
  outline: boolean;
83
91
  rounded: boolean;
84
92
  underline: boolean;
93
+ onlyIcon: boolean;
85
94
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
86
95
  export default _default;
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
15
  error: {
16
16
  type: (BooleanConstructor | StringConstructor)[];
17
17
  };
18
+ inline: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
18
22
  size: {
19
23
  default: string;
20
24
  };
@@ -36,13 +40,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
40
  error: {
37
41
  type: (BooleanConstructor | StringConstructor)[];
38
42
  };
43
+ inline: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
39
47
  size: {
40
48
  default: string;
41
49
  };
42
50
  }>> & Readonly<{}>, {
43
51
  size: string;
52
+ readonly: boolean;
44
53
  range: boolean | Record<string, any>;
45
54
  minDate: null;
46
- readonly: boolean;
55
+ inline: boolean;
47
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
57
  export default _default;
@@ -97,6 +97,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
97
97
  type: string;
98
98
  id: string;
99
99
  mask: string;
100
+ placeholder: string;
100
101
  selected: boolean;
101
102
  active: boolean;
102
103
  disabled: boolean;
@@ -104,7 +105,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
104
105
  loading: boolean;
105
106
  modelValue: string;
106
107
  readonly: boolean;
107
- placeholder: string;
108
108
  focusable: boolean;
109
109
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
110
110
  export default _default;
@@ -46,6 +46,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  minDate: {
47
47
  default: null;
48
48
  };
49
+ inline: {
50
+ type: BooleanConstructor;
51
+ };
49
52
  }>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
53
  [key: string]: any;
51
54
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validationError")[], "update:modelValue" | "validationError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -96,22 +99,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
99
  minDate: {
97
100
  default: null;
98
101
  };
102
+ inline: {
103
+ type: BooleanConstructor;
104
+ };
99
105
  }>> & Readonly<{
100
106
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
101
107
  onValidationError?: ((...args: any[]) => any) | undefined;
102
108
  }>, {
103
109
  size: string;
104
110
  type: string;
111
+ placeholder: string;
105
112
  selected: boolean;
106
113
  active: boolean;
107
114
  disabled: boolean;
108
115
  required: boolean;
109
116
  loading: boolean;
110
117
  modelValue: string;
111
- range: boolean | Record<string, any>;
112
- minDate: null;
113
118
  readonly: boolean;
114
- placeholder: string;
115
119
  focusable: boolean;
120
+ range: boolean | Record<string, any>;
121
+ minDate: null;
122
+ inline: boolean;
116
123
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
117
124
  export default _default;
@@ -88,6 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
88
  size: string;
89
89
  type: string;
90
90
  error: string | boolean;
91
+ placeholder: string;
91
92
  selected: boolean;
92
93
  active: boolean;
93
94
  disabled: boolean;
@@ -95,7 +96,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
95
96
  loading: boolean;
96
97
  modelValue: string;
97
98
  readonly: boolean;
98
- placeholder: string;
99
99
  focusable: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
101
  export default _default;
@@ -87,6 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  }>, {
88
88
  size: string;
89
89
  type: string;
90
+ placeholder: string;
90
91
  selected: boolean;
91
92
  active: boolean;
92
93
  disabled: boolean;
@@ -94,7 +95,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
95
  loading: boolean;
95
96
  modelValue: string;
96
97
  readonly: boolean;
97
- placeholder: string;
98
98
  focusable: boolean;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
100
100
  export default _default;
@@ -85,6 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
85
85
  }>> & Readonly<{}>, {
86
86
  size: string;
87
87
  type: string;
88
+ placeholder: string;
88
89
  selected: boolean;
89
90
  active: boolean;
90
91
  disabled: boolean;
@@ -92,7 +93,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
93
  loading: boolean;
93
94
  modelValue: string;
94
95
  readonly: boolean;
95
- placeholder: string;
96
96
  focusable: boolean;
97
97
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
98
98
  export default _default;
@@ -29,6 +29,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  underline: {
30
30
  type: BooleanConstructor;
31
31
  };
32
+ onlyIcon: {
33
+ type: BooleanConstructor;
34
+ };
32
35
  options: {
33
36
  default: () => never[];
34
37
  };
@@ -66,6 +69,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
69
  underline: {
67
70
  type: BooleanConstructor;
68
71
  };
72
+ onlyIcon: {
73
+ type: BooleanConstructor;
74
+ };
69
75
  options: {
70
76
  default: () => never[];
71
77
  };
@@ -79,9 +85,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
85
  disabled: boolean;
80
86
  required: boolean;
81
87
  loading: boolean;
88
+ options: never[];
82
89
  outline: boolean;
83
90
  rounded: boolean;
84
91
  underline: boolean;
85
- options: never[];
92
+ onlyIcon: boolean;
86
93
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
94
  export default _default;
@@ -111,12 +111,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
111
111
  disabled: boolean;
112
112
  required: boolean;
113
113
  loading: boolean;
114
- outline: boolean;
115
- rounded: boolean;
116
- underline: boolean;
117
114
  readonly: boolean;
118
115
  options: never[];
119
116
  parentWidth: boolean;
117
+ outline: boolean;
118
+ rounded: boolean;
119
+ underline: boolean;
120
120
  multiple: boolean;
121
121
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
122
122
  export default _default;
@@ -80,6 +80,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
80
  maxLength: {};
81
81
  }>> & Readonly<{}>, {
82
82
  size: string;
83
+ placeholder: string;
83
84
  selected: boolean;
84
85
  active: boolean;
85
86
  disabled: boolean;
@@ -87,7 +88,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
88
  loading: boolean;
88
89
  modelValue: string;
89
90
  readonly: boolean;
90
- placeholder: string;
91
91
  focusable: boolean;
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
93
  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
- arrow: boolean;
38
36
  theme: string;
39
37
  trigger: string;
38
+ position: string;
39
+ arrow: boolean;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  export default _default;