1
1
/* eslint-disable */
2
2
/* tslint:disable */
3
3
/* auto-generated vue proxies */
4
- import { defineContainer , defineStencilSSRComponent } from '@stencil/vue-output-target/runtime' ;
4
+ import { defineContainer , defineStencilSSRComponent , type StencilVueComponent } from '@stencil/vue-output-target/runtime' ;
5
5
6
6
import type { JSX } from 'component-library' ;
7
7
@@ -19,7 +19,7 @@ import { defineCustomElement as defineMyToggle } from 'component-library/compone
19
19
import { defineCustomElement as defineMyToggleContent } from 'component-library/components/my-toggle-content.js' ;
20
20
21
21
22
- export const MyButton = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyButton > ( 'my-button' , defineMyButton , [
22
+ export const MyButton : StencilVueComponent < JSX . MyButton > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyButton > ( 'my-button' , defineMyButton , [
23
23
'color' ,
24
24
'buttonType' ,
25
25
'disabled' ,
@@ -38,7 +38,7 @@ export const MyButton = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.My
38
38
] , [
39
39
'myFocus' ,
40
40
'myBlur'
41
- ] ) : defineStencilSSRComponent ( {
41
+ ] ) : defineStencilSSRComponent < JSX . MyButton > ( {
42
42
tagName : 'my-button' ,
43
43
hydrateModule : import ( 'component-library/hydrate' ) ,
44
44
props : {
@@ -61,7 +61,7 @@ export const MyButton = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.My
61
61
} ) ;
62
62
63
63
64
- export const MyCheckbox = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyCheckbox , JSX . MyCheckbox [ "checked" ] > ( 'my-checkbox' , defineMyCheckbox , [
64
+ export const MyCheckbox : StencilVueComponent < JSX . MyCheckbox , JSX . MyCheckbox [ "checked" ] > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyCheckbox , JSX . MyCheckbox [ "checked" ] > ( 'my-checkbox' , defineMyCheckbox , [
65
65
'color' ,
66
66
'name' ,
67
67
'checked' ,
@@ -79,7 +79,7 @@ export const MyCheckbox = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.
79
79
'ionFocus' ,
80
80
'ionBlur'
81
81
] ,
82
- 'checked' , 'myChange' ) : defineStencilSSRComponent ( {
82
+ 'checked' , 'myChange' ) : defineStencilSSRComponent < JSX . MyCheckbox , JSX . MyCheckbox [ "checked" ] > ( {
83
83
tagName : 'my-checkbox' ,
84
84
hydrateModule : import ( 'component-library/hydrate' ) ,
85
85
props : {
@@ -98,7 +98,7 @@ export const MyCheckbox = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.
98
98
} ) ;
99
99
100
100
101
- export const MyComponent = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyComponent > ( 'my-component' , defineMyComponent , [
101
+ export const MyComponent : StencilVueComponent < JSX . MyComponent > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyComponent > ( 'my-component' , defineMyComponent , [
102
102
'first' ,
103
103
'middle' ,
104
104
'last' ,
@@ -110,7 +110,7 @@ export const MyComponent = /*@__PURE__*/ globalThis.window ? defineContainer<JSX
110
110
] , [
111
111
'myCustomEvent' ,
112
112
'myCustomNestedEvent'
113
- ] ) : defineStencilSSRComponent ( {
113
+ ] ) : defineStencilSSRComponent < JSX . MyComponent > ( {
114
114
tagName : 'my-component' ,
115
115
hydrateModule : import ( 'component-library/hydrate' ) ,
116
116
props : {
@@ -125,7 +125,7 @@ export const MyComponent = /*@__PURE__*/ globalThis.window ? defineContainer<JSX
125
125
} ) ;
126
126
127
127
128
- export const MyInput = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyInput , JSX . MyInput [ "value" ] > ( 'my-input' , defineMyInput , [
128
+ export const MyInput : StencilVueComponent < JSX . MyInput , JSX . MyInput [ "value" ] > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyInput , JSX . MyInput [ "value" ] > ( 'my-input' , defineMyInput , [
129
129
'color' ,
130
130
'accept' ,
131
131
'autocapitalize' ,
@@ -162,7 +162,7 @@ export const MyInput = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyI
162
162
'myBlur' ,
163
163
'myFocus'
164
164
] ,
165
- 'value' , 'myChange' ) : defineStencilSSRComponent ( {
165
+ 'value' , 'myChange' ) : defineStencilSSRComponent < JSX . MyInput , JSX . MyInput [ "value" ] > ( {
166
166
tagName : 'my-input' ,
167
167
hydrateModule : import ( 'component-library/hydrate' ) ,
168
168
props : {
@@ -199,7 +199,7 @@ export const MyInput = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyI
199
199
} ) ;
200
200
201
201
202
- export const MyList = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyList > ( 'my-list' , defineMyList ) : defineStencilSSRComponent ( {
202
+ export const MyList : StencilVueComponent < JSX . MyList > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyList > ( 'my-list' , defineMyList ) : defineStencilSSRComponent < JSX . MyList > ( {
203
203
tagName : 'my-list' ,
204
204
hydrateModule : import ( 'component-library/hydrate' ) ,
205
205
props : {
@@ -208,7 +208,7 @@ export const MyList = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyLi
208
208
} ) ;
209
209
210
210
211
- export const MyListItem = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyListItem > ( 'my-list-item' , defineMyListItem ) : defineStencilSSRComponent ( {
211
+ export const MyListItem : StencilVueComponent < JSX . MyListItem > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyListItem > ( 'my-list-item' , defineMyListItem ) : defineStencilSSRComponent < JSX . MyListItem > ( {
212
212
tagName : 'my-list-item' ,
213
213
hydrateModule : import ( 'component-library/hydrate' ) ,
214
214
props : {
@@ -217,7 +217,7 @@ export const MyListItem = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.
217
217
} ) ;
218
218
219
219
220
- export const MyPopover = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyPopover > ( 'my-popover' , defineMyPopover , [
220
+ export const MyPopover : StencilVueComponent < JSX . MyPopover > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyPopover > ( 'my-popover' , defineMyPopover , [
221
221
'component' ,
222
222
'componentProps' ,
223
223
'keyboardClose' ,
@@ -236,7 +236,7 @@ export const MyPopover = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.M
236
236
'myPopoverWillPresent' ,
237
237
'myPopoverWillDismiss' ,
238
238
'myPopoverDidDismiss'
239
- ] ) : defineStencilSSRComponent ( {
239
+ ] ) : defineStencilSSRComponent < JSX . MyPopover > ( {
240
240
tagName : 'my-popover' ,
241
241
hydrateModule : import ( 'component-library/hydrate' ) ,
242
242
props : {
@@ -255,7 +255,7 @@ export const MyPopover = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.M
255
255
} ) ;
256
256
257
257
258
- export const MyRadio = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRadio > ( 'my-radio' , defineMyRadio , [
258
+ export const MyRadio : StencilVueComponent < JSX . MyRadio > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRadio > ( 'my-radio' , defineMyRadio , [
259
259
'color' ,
260
260
'name' ,
261
261
'disabled' ,
@@ -269,7 +269,7 @@ export const MyRadio = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyR
269
269
'myFocus' ,
270
270
'myBlur' ,
271
271
'mySelect'
272
- ] ) : defineStencilSSRComponent ( {
272
+ ] ) : defineStencilSSRComponent < JSX . MyRadio > ( {
273
273
tagName : 'my-radio' ,
274
274
hydrateModule : import ( 'component-library/hydrate' ) ,
275
275
props : {
@@ -284,15 +284,15 @@ export const MyRadio = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyR
284
284
} ) ;
285
285
286
286
287
- export const MyRadioGroup = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRadioGroup , JSX . MyRadioGroup [ "value" ] > ( 'my-radio-group' , defineMyRadioGroup , [
287
+ export const MyRadioGroup : StencilVueComponent < JSX . MyRadioGroup , JSX . MyRadioGroup [ "value" ] > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRadioGroup , JSX . MyRadioGroup [ "value" ] > ( 'my-radio-group' , defineMyRadioGroup , [
288
288
'allowEmptySelection' ,
289
289
'name' ,
290
290
'value' ,
291
291
'myChange'
292
292
] , [
293
293
'myChange'
294
294
] ,
295
- 'value' , 'myChange' ) : defineStencilSSRComponent ( {
295
+ 'value' , 'myChange' ) : defineStencilSSRComponent < JSX . MyRadioGroup , JSX . MyRadioGroup [ "value" ] > ( {
296
296
tagName : 'my-radio-group' ,
297
297
hydrateModule : import ( 'component-library/hydrate' ) ,
298
298
props : {
@@ -303,7 +303,7 @@ export const MyRadioGroup = /*@__PURE__*/ globalThis.window ? defineContainer<JS
303
303
} ) ;
304
304
305
305
306
- export const MyRange = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRange , JSX . MyRange [ "value" ] > ( 'my-range' , defineMyRange , [
306
+ export const MyRange : StencilVueComponent < JSX . MyRange , JSX . MyRange [ "value" ] > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyRange , JSX . MyRange [ "value" ] > ( 'my-range' , defineMyRange , [
307
307
'color' ,
308
308
'debounce' ,
309
309
'name' ,
@@ -326,7 +326,7 @@ export const MyRange = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyR
326
326
'myFocus' ,
327
327
'myBlur'
328
328
] ,
329
- 'value' , 'myChange' ) : defineStencilSSRComponent ( {
329
+ 'value' , 'myChange' ) : defineStencilSSRComponent < JSX . MyRange , JSX . MyRange [ "value" ] > ( {
330
330
tagName : 'my-range' ,
331
331
hydrateModule : import ( 'component-library/hydrate' ) ,
332
332
props : {
@@ -350,7 +350,7 @@ export const MyRange = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.MyR
350
350
} ) ;
351
351
352
352
353
- export const MyToggle = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyToggle > ( 'my-toggle' , defineMyToggle ) : defineStencilSSRComponent ( {
353
+ export const MyToggle : StencilVueComponent < JSX . MyToggle > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyToggle > ( 'my-toggle' , defineMyToggle ) : defineStencilSSRComponent < JSX . MyToggle > ( {
354
354
tagName : 'my-toggle' ,
355
355
hydrateModule : import ( 'component-library/hydrate' ) ,
356
356
props : {
@@ -359,9 +359,9 @@ export const MyToggle = /*@__PURE__*/ globalThis.window ? defineContainer<JSX.My
359
359
} ) ;
360
360
361
361
362
- export const MyToggleContent = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyToggleContent > ( 'my-toggle-content' , defineMyToggleContent , [
362
+ export const MyToggleContent : StencilVueComponent < JSX . MyToggleContent > = /*@__PURE__ */ globalThis . window ? defineContainer < JSX . MyToggleContent > ( 'my-toggle-content' , defineMyToggleContent , [
363
363
'visible'
364
- ] ) : defineStencilSSRComponent ( {
364
+ ] ) : defineStencilSSRComponent < JSX . MyToggleContent > ( {
365
365
tagName : 'my-toggle-content' ,
366
366
hydrateModule : import ( 'component-library/hydrate' ) ,
367
367
props : {
0 commit comments