@aziontech/webkit 1.1.0 → 1.3.0

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.
Files changed (59) hide show
  1. package/package.json +5 -3
  2. package/src/components/azion-system-status/azion-system-status.vue +122 -0
  3. package/src/components/azion-system-status/azion-system-status.vue.d.ts +4 -0
  4. package/src/components/azion-system-status/azion-system-status.vue.d.ts.map +1 -0
  5. package/src/components/azion-system-status/package.json +11 -0
  6. package/src/core/form/field-auto-complete/field-auto-complete.vue +48 -45
  7. package/src/core/form/field-auto-complete/field-auto-complete.vue.d.ts +4 -4
  8. package/src/core/form/field-auto-complete/field-auto-complete.vue.d.ts.map +1 -1
  9. package/src/core/form/field-checkbox-block/field-checkbox-block.vue.d.ts +3 -3
  10. package/src/core/form/field-dropdown/field-dropdown.vue +68 -65
  11. package/src/core/form/field-dropdown/field-dropdown.vue.d.ts +5 -5
  12. package/src/core/form/field-dropdown/field-dropdown.vue.d.ts.map +1 -1
  13. package/src/core/form/field-dropdown-icon/field-dropdown-icon.vue +49 -46
  14. package/src/core/form/field-dropdown-icon/field-dropdown-icon.vue.d.ts +4 -4
  15. package/src/core/form/field-dropdown-icon/field-dropdown-icon.vue.d.ts.map +1 -1
  16. package/src/core/form/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue +116 -113
  17. package/src/core/form/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts +2 -2
  18. package/src/core/form/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts.map +1 -1
  19. package/src/core/form/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue +93 -90
  20. package/src/core/form/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts +2 -2
  21. package/src/core/form/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts.map +1 -1
  22. package/src/core/form/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue +111 -108
  23. package/src/core/form/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts +2 -2
  24. package/src/core/form/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts.map +1 -1
  25. package/src/core/form/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue +92 -89
  26. package/src/core/form/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts +2 -2
  27. package/src/core/form/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts.map +1 -1
  28. package/src/core/form/field-input-group/field-input-group.vue +44 -41
  29. package/src/core/form/field-input-group/field-input-group.vue.d.ts +3 -3
  30. package/src/core/form/field-input-group/field-input-group.vue.d.ts.map +1 -1
  31. package/src/core/form/field-multi-select/field-multi-select.vue +2 -2
  32. package/src/core/form/field-multi-select/field-multi-select.vue.d.ts +5 -5
  33. package/src/core/form/field-number/field-number.vue +46 -43
  34. package/src/core/form/field-number/field-number.vue.d.ts +3 -3
  35. package/src/core/form/field-number/field-number.vue.d.ts.map +1 -1
  36. package/src/core/form/field-phone-number/field-phone-number.vue +2 -2
  37. package/src/core/form/field-phone-number/field-phone-number.vue.d.ts +2 -2
  38. package/src/core/form/field-radio-block/field-radio-block.vue.d.ts +2 -2
  39. package/src/core/form/field-switch/field-switch.vue.d.ts +1 -1
  40. package/src/core/form/field-switch-block/field-switch-block.vue.d.ts +1 -1
  41. package/src/core/form/field-text/field-text.vue +43 -40
  42. package/src/core/form/field-text/field-text.vue.d.ts +3 -3
  43. package/src/core/form/field-text/field-text.vue.d.ts.map +1 -1
  44. package/src/core/form/field-text-area/field-text-area.vue +61 -58
  45. package/src/core/form/field-text-area/field-text-area.vue.d.ts +3 -3
  46. package/src/core/form/field-text-area/field-text-area.vue.d.ts.map +1 -1
  47. package/src/core/form/field-text-icon/field-text-icon.vue +48 -42
  48. package/src/core/form/field-text-icon/field-text-icon.vue.d.ts +4 -4
  49. package/src/core/form/field-text-icon/field-text-icon.vue.d.ts.map +1 -1
  50. package/src/core/form/field-text-password/field-text-password.vue +42 -39
  51. package/src/core/form/field-text-password/field-text-password.vue.d.ts +3 -3
  52. package/src/core/form/field-text-password/field-text-password.vue.d.ts.map +1 -1
  53. package/src/core/form/field-text-privacy/field-text-privacy.vue +132 -129
  54. package/src/core/form/field-text-privacy/field-text-privacy.vue.d.ts +3 -3
  55. package/src/core/form/field-text-privacy/field-text-privacy.vue.d.ts.map +1 -1
  56. package/src/core/form/slots/input-slot/input-slot.vue +8 -0
  57. package/src/core/form/slots/input-slot/input-slot.vue.d.ts +11 -0
  58. package/src/core/form/slots/input-slot/input-slot.vue.d.ts.map +1 -0
  59. package/src/core/form/slots/input-slot/package.json +11 -0
@@ -2,7 +2,8 @@
2
2
  import { computed, ref, toRef, useAttrs, useSlots } from 'vue'
3
3
  import { useField } from 'vee-validate'
4
4
  import Password from 'primevue/password'
5
- import LabelBlock from '../label'
5
+ import Label from '../label'
6
+ import InputSlot from '../slots/input-slot'
6
7
 
7
8
  const emit = defineEmits(['blur', 'input'])
8
9
  const props = defineProps({
@@ -86,42 +87,44 @@
86
87
  </script>
87
88
 
88
89
  <template>
89
- <LabelBlock
90
- v-if="props.label"
91
- :for="props.name"
92
- :data-testid="customTestId.label"
93
- :label="props.label"
94
- :isRequired="attrs.required"
95
- />
96
- <Password
97
- toggleMask
98
- ref="inputPasswordRef"
99
- v-model="inputValue"
100
- :id="name"
101
- :name="name"
102
- :readonly="readonly"
103
- :disabled="disabled"
104
- :placeholder="props.placeholder"
105
- :class="[{ 'p-invalid': aditionalError || veeValidateErrorMessage }, props.class]"
106
- :feedback="false"
107
- :data-testid="customTestId.input"
108
- @input="onChange"
109
- @blur="onBlur"
110
- />
111
- <small
112
- v-if="aditionalError || veeValidateErrorMessage"
113
- class="p-error text-xs font-normal leading-tight"
114
- :data-testid="customTestId.error"
115
- >
116
- {{ aditionalError || veeValidateErrorMessage }}
117
- </small>
118
- <small
119
- v-if="props.description || hasDescriptionSlot"
120
- class="text-xs text-color-secondary font-normal leading-5"
121
- :data-testid="customTestId.description"
122
- >
123
- <slot name="description">
124
- {{ props.description }}
125
- </slot>
126
- </small>
90
+ <InputSlot>
91
+ <Label
92
+ v-if="props.label"
93
+ :for="props.name"
94
+ :data-testid="customTestId.label"
95
+ :label="props.label"
96
+ :isRequired="attrs.required"
97
+ />
98
+ <Password
99
+ toggleMask
100
+ ref="inputPasswordRef"
101
+ v-model="inputValue"
102
+ :id="name"
103
+ :name="name"
104
+ :readonly="readonly"
105
+ :disabled="disabled"
106
+ :placeholder="props.placeholder"
107
+ :class="[{ 'p-invalid': aditionalError || veeValidateErrorMessage }, props.class]"
108
+ :feedback="false"
109
+ :data-testid="customTestId.input"
110
+ @input="onChange"
111
+ @blur="onBlur"
112
+ />
113
+ <small
114
+ v-if="aditionalError || veeValidateErrorMessage"
115
+ class="p-error text-xs font-normal leading-tight"
116
+ :data-testid="customTestId.error"
117
+ >
118
+ {{ aditionalError || veeValidateErrorMessage }}
119
+ </small>
120
+ <small
121
+ v-if="props.description || hasDescriptionSlot"
122
+ class="text-xs text-color-secondary font-normal leading-5"
123
+ :data-testid="customTestId.description"
124
+ >
125
+ <slot name="description">
126
+ {{ props.description }}
127
+ </slot>
128
+ </small>
129
+ </InputSlot>
127
130
  </template>
@@ -93,11 +93,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
93
93
  onInput?: ((...args: any[]) => any) | undefined;
94
94
  onBlur?: ((...args: any[]) => any) | undefined;
95
95
  }>, {
96
- value: string;
97
- label: string;
98
- placeholder: string;
99
96
  description: string;
97
+ label: string;
100
98
  disabled: boolean;
99
+ value: string;
100
+ placeholder: string;
101
101
  readonly: boolean;
102
102
  aditionalError: string;
103
103
  sensitive: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"field-text-password.vue.d.ts","sourceRoot":"","sources":["field-text-password.vue"],"names":[],"mappings":"wBAgYqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA/CzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA4CG"}
1
+ {"version":3,"file":"field-text-password.vue.d.ts","sourceRoot":"","sources":["field-text-password.vue"],"names":[],"mappings":"wBAoZqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA/CzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA4CG"}
@@ -2,7 +2,8 @@
2
2
  import { computed, ref, toRef, useAttrs, useSlots } from 'vue'
3
3
  import { useField } from 'vee-validate'
4
4
  import InputText from 'primevue/inputtext'
5
- import LabelBlock from '../label'
5
+ import Label from '../label'
6
+ import InputSlot from '../slots/input-slot'
6
7
 
7
8
  const emit = defineEmits(['blur', 'input', 'update:isPublic'])
8
9
 
@@ -131,149 +132,151 @@
131
132
  </script>
132
133
 
133
134
  <template>
134
- <LabelBlock
135
- v-if="props.label"
136
- :for="props.name"
137
- :data-testid="customTestId.label"
138
- :label="props.label"
139
- :isRequired="attrs.required"
140
- />
141
-
142
- <div
143
- class="p-inputgroup rounded transition-shadow duration-150"
144
- :class="[groupShadowClass, disabled ? 'opacity-50 pointer-events-none' : '']"
145
- @focusin="onGroupFocusIn"
146
- @focusout="onGroupFocusOut"
147
- @mouseenter="onGroupMouseEnter"
148
- @mouseleave="onGroupMouseLeave"
149
- >
150
- <InputText
151
- v-bind="sensitive ? { 'data-sentry-mask': '' } : {}"
152
- v-model="inputValue"
153
- ref="inputRef"
154
- type="text"
155
- :data-testid="customTestId.input"
156
- :id="name"
157
- :name="name"
158
- :readonly="readonly"
159
- :disabled="disabled"
160
- :placeholder="props.placeholder"
161
- :class="[
162
- '!border-r-0 !outline-none !shadow-none transition-colors duration-150',
163
- groupBorderClass,
164
- { 'p-invalid': aditionalError || veeValidateErrorMessage },
165
- props.class
166
- ]"
167
- @input="onChange"
168
- @keypress.enter.prevent
169
- @blur="onBlur"
135
+ <InputSlot>
136
+ <Label
137
+ v-if="props.label"
138
+ :for="props.name"
139
+ :data-testid="customTestId.label"
140
+ :label="props.label"
141
+ :isRequired="attrs.required"
170
142
  />
171
143
 
172
- <span
173
- :data-testid="customTestId.privacySwitch"
174
- :title="isPublic ? 'Public – click to make private' : 'Private – click to make public'"
175
- :aria-label="
176
- isPublic
177
- ? 'Field is public. Click to make private.'
178
- : 'Field is private. Click to make public.'
179
- "
180
- :aria-pressed="isPublic"
181
- role="switch"
182
- tabindex="0"
183
- class="p-inputgroup-addon !bg-[var(--input-bg,var(--surface-0))] !border-l-0 cursor-pointer outline-none transition-colors duration-150 select-none"
184
- :class="[
185
- groupBorderClass,
186
- { 'opacity-50 cursor-not-allowed pointer-events-none': disabled || readonly }
187
- ]"
188
- @click="togglePrivacy"
189
- @keydown.enter.prevent="togglePrivacy"
190
- @keydown.space.prevent="togglePrivacy"
144
+ <div
145
+ class="p-inputgroup rounded transition-shadow duration-150"
146
+ :class="[groupShadowClass, disabled ? 'opacity-50 pointer-events-none' : '']"
147
+ @focusin="onGroupFocusIn"
148
+ @focusout="onGroupFocusOut"
149
+ @mouseenter="onGroupMouseEnter"
150
+ @mouseleave="onGroupMouseLeave"
191
151
  >
152
+ <InputText
153
+ v-bind="sensitive ? { 'data-sentry-mask': '' } : {}"
154
+ v-model="inputValue"
155
+ ref="inputRef"
156
+ type="text"
157
+ :data-testid="customTestId.input"
158
+ :id="name"
159
+ :name="name"
160
+ :readonly="readonly"
161
+ :disabled="disabled"
162
+ :placeholder="props.placeholder"
163
+ :class="[
164
+ '!border-r-0 !outline-none !shadow-none transition-colors duration-150',
165
+ groupBorderClass,
166
+ { 'p-invalid': aditionalError || veeValidateErrorMessage },
167
+ props.class
168
+ ]"
169
+ @input="onChange"
170
+ @keypress.enter.prevent
171
+ @blur="onBlur"
172
+ />
173
+
192
174
  <span
193
- class="relative w-9 h-5 rounded-full transition-colors duration-200"
194
- :class="
175
+ :data-testid="customTestId.privacySwitch"
176
+ :title="isPublic ? 'Public – click to make private' : 'Private – click to make public'"
177
+ :aria-label="
195
178
  isPublic
196
- ? 'bg-[#f3652b] hover:bg-[#d95522]'
197
- : 'bg-[var(--input-switch-slider-off-bg)] hover:bg-[var(--input-switch-slider-off-hover-bg)]'
179
+ ? 'Field is public. Click to make private.'
180
+ : 'Field is private. Click to make public.'
198
181
  "
182
+ :aria-pressed="isPublic"
183
+ role="switch"
184
+ tabindex="0"
185
+ class="p-inputgroup-addon !bg-[var(--input-bg,var(--surface-0))] !border-l-0 cursor-pointer outline-none transition-colors duration-150 select-none"
186
+ :class="[
187
+ groupBorderClass,
188
+ { 'opacity-50 cursor-not-allowed pointer-events-none': disabled || readonly }
189
+ ]"
190
+ @click="togglePrivacy"
191
+ @keydown.enter.prevent="togglePrivacy"
192
+ @keydown.space.prevent="togglePrivacy"
199
193
  >
200
194
  <span
201
- class="absolute top-0.5 left-0.5 w-4 h-4 rounded-full bg-white flex items-center justify-center shadow-sm transition-transform duration-200"
202
- :class="isPublic ? 'translate-x-4' : 'translate-x-0'"
195
+ class="relative w-9 h-5 rounded-full transition-colors duration-200"
196
+ :class="
197
+ isPublic
198
+ ? 'bg-[#f3652b] hover:bg-[#d95522]'
199
+ : 'bg-[var(--input-switch-slider-off-bg)] hover:bg-[var(--input-switch-slider-off-hover-bg)]'
200
+ "
203
201
  >
204
- <span class="relative w-3 h-3">
205
- <svg
206
- xmlns="http://www.w3.org/2000/svg"
207
- width="12"
208
- height="12"
209
- viewBox="0 0 24 24"
210
- fill="none"
211
- stroke="currentColor"
212
- stroke-width="2.5"
213
- stroke-linecap="round"
214
- stroke-linejoin="round"
215
- aria-hidden="true"
216
- class="absolute inset-0 transition-all duration-200 text-gray-500"
217
- :class="isPublic ? 'opacity-0 scale-75' : 'opacity-100 scale-100'"
218
- >
219
- <rect
220
- x="3"
221
- y="11"
222
- width="18"
223
- height="11"
224
- rx="2"
225
- ry="2"
226
- />
227
- <path d="M7 11V7a5 5 0 0 1 10 0v4" />
228
- </svg>
202
+ <span
203
+ class="absolute top-0.5 left-0.5 w-4 h-4 rounded-full bg-white flex items-center justify-center shadow-sm transition-transform duration-200"
204
+ :class="isPublic ? 'translate-x-4' : 'translate-x-0'"
205
+ >
206
+ <span class="relative w-3 h-3">
207
+ <svg
208
+ xmlns="http://www.w3.org/2000/svg"
209
+ width="12"
210
+ height="12"
211
+ viewBox="0 0 24 24"
212
+ fill="none"
213
+ stroke="currentColor"
214
+ stroke-width="2.5"
215
+ stroke-linecap="round"
216
+ stroke-linejoin="round"
217
+ aria-hidden="true"
218
+ class="absolute inset-0 transition-all duration-200 text-gray-500"
219
+ :class="isPublic ? 'opacity-0 scale-75' : 'opacity-100 scale-100'"
220
+ >
221
+ <rect
222
+ x="3"
223
+ y="11"
224
+ width="18"
225
+ height="11"
226
+ rx="2"
227
+ ry="2"
228
+ />
229
+ <path d="M7 11V7a5 5 0 0 1 10 0v4" />
230
+ </svg>
229
231
 
230
- <svg
231
- xmlns="http://www.w3.org/2000/svg"
232
- width="12"
233
- height="12"
234
- viewBox="0 0 24 24"
235
- fill="none"
236
- stroke="currentColor"
237
- stroke-width="2.5"
238
- stroke-linecap="round"
239
- stroke-linejoin="round"
240
- aria-hidden="true"
241
- class="absolute inset-0 transition-all duration-200 text-orange-700"
242
- :class="isPublic ? 'opacity-100 scale-100' : 'opacity-0 scale-75'"
243
- >
244
- <rect
245
- x="3"
246
- y="11"
247
- width="18"
248
- height="11"
249
- rx="2"
250
- ry="2"
251
- />
252
- <path d="M7 11V7a5 5 0 0 1 9.9-1" />
253
- </svg>
232
+ <svg
233
+ xmlns="http://www.w3.org/2000/svg"
234
+ width="12"
235
+ height="12"
236
+ viewBox="0 0 24 24"
237
+ fill="none"
238
+ stroke="currentColor"
239
+ stroke-width="2.5"
240
+ stroke-linecap="round"
241
+ stroke-linejoin="round"
242
+ aria-hidden="true"
243
+ class="absolute inset-0 transition-all duration-200 text-orange-700"
244
+ :class="isPublic ? 'opacity-100 scale-100' : 'opacity-0 scale-75'"
245
+ >
246
+ <rect
247
+ x="3"
248
+ y="11"
249
+ width="18"
250
+ height="11"
251
+ rx="2"
252
+ ry="2"
253
+ />
254
+ <path d="M7 11V7a5 5 0 0 1 9.9-1" />
255
+ </svg>
256
+ </span>
254
257
  </span>
255
258
  </span>
256
259
  </span>
257
- </span>
258
- </div>
260
+ </div>
259
261
 
260
- <small
261
- v-if="aditionalError || veeValidateErrorMessage"
262
- class="p-error text-xs font-normal leading-tight"
263
- :data-testid="customTestId.error"
264
- >
265
- {{ aditionalError || veeValidateErrorMessage }}
266
- </small>
262
+ <small
263
+ v-if="aditionalError || veeValidateErrorMessage"
264
+ class="p-error text-xs font-normal leading-tight"
265
+ :data-testid="customTestId.error"
266
+ >
267
+ {{ aditionalError || veeValidateErrorMessage }}
268
+ </small>
267
269
 
268
- <small
269
- v-if="props.description || hasDescriptionSlot"
270
- class="text-xs text-color-secondary font-normal leading-5"
271
- :data-testid="customTestId.description"
272
- >
273
- <slot name="description">
274
- {{ props.description }}
275
- </slot>
276
- </small>
270
+ <small
271
+ v-if="props.description || hasDescriptionSlot"
272
+ class="text-xs text-color-secondary font-normal leading-5"
273
+ :data-testid="customTestId.description"
274
+ >
275
+ <slot name="description">
276
+ {{ props.description }}
277
+ </slot>
278
+ </small>
279
+ </InputSlot>
277
280
  </template>
278
281
 
279
282
  <style scoped>
@@ -103,11 +103,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
103
103
  onBlur?: ((...args: any[]) => any) | undefined;
104
104
  "onUpdate:isPublic"?: ((...args: any[]) => any) | undefined;
105
105
  }>, {
106
- value: string;
107
- label: string;
108
- placeholder: string;
109
106
  description: string;
107
+ label: string;
110
108
  disabled: boolean;
109
+ value: string;
110
+ placeholder: string;
111
111
  readonly: boolean;
112
112
  aditionalError: string;
113
113
  sensitive: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"field-text-privacy.vue.d.ts","sourceRoot":"","sources":["field-text-privacy.vue"],"names":[],"mappings":"wBAuvBqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAnDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgDG"}
1
+ {"version":3,"file":"field-text-privacy.vue.d.ts","sourceRoot":"","sources":["field-text-privacy.vue"],"names":[],"mappings":"wBA2wBqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAnDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgDG"}
@@ -0,0 +1,8 @@
1
+ <script setup>
2
+ defineOptions({ name: 'InputSlot' })
3
+ </script>
4
+ <template>
5
+ <div class="flex flex-col sm:max-w-lg w-full gap-2">
6
+ <slot />
7
+ </div>
8
+ </template>
@@ -0,0 +1,11 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
4
+ type __VLS_WithSlots<T, S> = T & (new () => {
5
+ $slots: S;
6
+ });
7
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ type __VLS_Slots = {
9
+ default?: ((props: {}) => any) | undefined;
10
+ };
11
+ //# sourceMappingURL=input-slot.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-slot.vue.d.ts","sourceRoot":"","sources":["input-slot.vue"],"names":[],"mappings":"wBAuCqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAJzB,wSACG"}
@@ -0,0 +1,11 @@
1
+ {
2
+ "main": "./input-slot.vue",
3
+ "module": "./input-slot.vue",
4
+ "types": "./input-slot.vue.d.ts",
5
+ "browser": {
6
+ "./sfc": "./input-slot.vue"
7
+ },
8
+ "sideEffects": [
9
+ "*.vue"
10
+ ]
11
+ }