@poppy-ui/vue 0.3.4 → 0.3.5

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.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineContainer } from '@stencil/vue-output-target/runtime';
1
+ import { defineContainer, defineStencilSSRComponent } from '@stencil/vue-output-target/runtime';
2
2
  import { defineCustomElement } from '@poppy-ui/core/components/pop-accordion.js';
3
3
  import { defineCustomElement as defineCustomElement$1 } from '@poppy-ui/core/components/pop-accordion-group.js';
4
4
  import { defineCustomElement as defineCustomElement$2 } from '@poppy-ui/core/components/pop-avatar.js';
@@ -40,30 +40,65 @@ import { initialize } from '@poppy-ui/core/components';
40
40
  /* eslint-disable */
41
41
  /* tslint:disable */
42
42
  /* auto-generated vue proxies */
43
- const PopAccordion = /*@__PURE__*/ defineContainer('pop-accordion', defineCustomElement, [
43
+ const PopAccordion = globalThis.window ? defineContainer('pop-accordion', defineCustomElement, [
44
44
  'readonly',
45
45
  'disabled',
46
46
  'name',
47
47
  'open'
48
- ]);
49
- const PopAccordionGroup = /*@__PURE__*/ defineContainer('pop-accordion-group', defineCustomElement$1, [
48
+ ]) : defineStencilSSRComponent({
49
+ tagName: 'pop-accordion',
50
+ hydrateModule: import('@poppy-ui/core/hydrate'),
51
+ props: {
52
+ 'readonly': [Boolean, "readonly"],
53
+ 'disabled': [Boolean, "disabled"],
54
+ 'name': [String, "name"],
55
+ 'open': [Boolean, "open"]
56
+ }
57
+ });
58
+ const PopAccordionGroup = globalThis.window ? defineContainer('pop-accordion-group', defineCustomElement$1, [
50
59
  'readonly',
51
60
  'disabled',
52
61
  'multiple',
53
62
  'active',
54
63
  'popChange',
55
64
  'popActiveChange'
56
- ], 'active', 'pop-change');
57
- const PopAvatar = /*@__PURE__*/ defineContainer('pop-avatar', defineCustomElement$2, [
65
+ ], 'active', 'pop-change') : defineStencilSSRComponent({
66
+ tagName: 'pop-accordion-group',
67
+ hydrateModule: import('@poppy-ui/core/hydrate'),
68
+ props: {
69
+ 'readonly': [Boolean, "readonly"],
70
+ 'disabled': [Boolean, "disabled"],
71
+ 'multiple': [Boolean, "multiple"],
72
+ 'active': [String, "active"],
73
+ 'onPopChange': [Function],
74
+ 'onPopActiveChange': [Function]
75
+ }
76
+ });
77
+ const PopAvatar = globalThis.window ? defineContainer('pop-avatar', defineCustomElement$2, [
58
78
  'placeholder'
59
- ]);
60
- const PopBadge = /*@__PURE__*/ defineContainer('pop-badge', defineCustomElement$3, [
79
+ ]) : defineStencilSSRComponent({
80
+ tagName: 'pop-avatar',
81
+ hydrateModule: import('@poppy-ui/core/hydrate'),
82
+ props: {
83
+ 'placeholder': [Boolean, "placeholder"]
84
+ }
85
+ });
86
+ const PopBadge = globalThis.window ? defineContainer('pop-badge', defineCustomElement$3, [
61
87
  'color',
62
88
  'size',
63
89
  'outlined',
64
90
  'as'
65
- ]);
66
- const PopButton = /*@__PURE__*/ defineContainer('pop-button', defineCustomElement$4, [
91
+ ]) : defineStencilSSRComponent({
92
+ tagName: 'pop-badge',
93
+ hydrateModule: import('@poppy-ui/core/hydrate'),
94
+ props: {
95
+ 'color': [String, "color"],
96
+ 'size': [String, "size"],
97
+ 'outlined': [Boolean, "outlined"],
98
+ 'as': [String, "as"]
99
+ }
100
+ });
101
+ const PopButton = globalThis.window ? defineContainer('pop-button', defineCustomElement$4, [
67
102
  'type',
68
103
  'form',
69
104
  'disabled',
@@ -75,14 +110,48 @@ const PopButton = /*@__PURE__*/ defineContainer('pop-button', defineCustomElemen
75
110
  'active',
76
111
  'popFocus',
77
112
  'popBlur'
78
- ]);
79
- const PopCard = /*@__PURE__*/ defineContainer('pop-card', defineCustomElement$5, [
113
+ ]) : defineStencilSSRComponent({
114
+ tagName: 'pop-button',
115
+ hydrateModule: import('@poppy-ui/core/hydrate'),
116
+ props: {
117
+ 'type': [String, "type"],
118
+ 'form': [String, "form"],
119
+ 'disabled': [Boolean, "disabled"],
120
+ 'color': [String, "color"],
121
+ 'size': [String, "size"],
122
+ 'outlined': [Boolean, "outlined"],
123
+ 'shape': [String, "shape"],
124
+ 'expand': [String, "expand"],
125
+ 'active': [Boolean, "active"],
126
+ 'onPopFocus': [Function],
127
+ 'onPopBlur': [Function]
128
+ }
129
+ });
130
+ const PopCard = globalThis.window ? defineContainer('pop-card', defineCustomElement$5, [
80
131
  'compact'
81
- ]);
82
- const PopCardActions = /*@__PURE__*/ defineContainer('pop-card-actions', defineCustomElement$6);
83
- const PopCardBody = /*@__PURE__*/ defineContainer('pop-card-body', defineCustomElement$7);
84
- const PopCardTitle = /*@__PURE__*/ defineContainer('pop-card-title', defineCustomElement$8);
85
- const PopCheckbox = /*@__PURE__*/ defineContainer('pop-checkbox', defineCustomElement$9, [
132
+ ]) : defineStencilSSRComponent({
133
+ tagName: 'pop-card',
134
+ hydrateModule: import('@poppy-ui/core/hydrate'),
135
+ props: {
136
+ 'compact': [Boolean, "compact"]
137
+ }
138
+ });
139
+ const PopCardActions = globalThis.window ? defineContainer('pop-card-actions', defineCustomElement$6) : defineStencilSSRComponent({
140
+ tagName: 'pop-card-actions',
141
+ hydrateModule: import('@poppy-ui/core/hydrate'),
142
+ props: {}
143
+ });
144
+ const PopCardBody = globalThis.window ? defineContainer('pop-card-body', defineCustomElement$7) : defineStencilSSRComponent({
145
+ tagName: 'pop-card-body',
146
+ hydrateModule: import('@poppy-ui/core/hydrate'),
147
+ props: {}
148
+ });
149
+ const PopCardTitle = globalThis.window ? defineContainer('pop-card-title', defineCustomElement$8) : defineStencilSSRComponent({
150
+ tagName: 'pop-card-title',
151
+ hydrateModule: import('@poppy-ui/core/hydrate'),
152
+ props: {}
153
+ });
154
+ const PopCheckbox = globalThis.window ? defineContainer('pop-checkbox', defineCustomElement$9, [
86
155
  'name',
87
156
  'value',
88
157
  'required',
@@ -96,21 +165,58 @@ const PopCheckbox = /*@__PURE__*/ defineContainer('pop-checkbox', defineCustomEl
96
165
  'popChange',
97
166
  'popFocus',
98
167
  'popBlur'
99
- ], 'checked', 'pop-change');
100
- const PopDivider = /*@__PURE__*/ defineContainer('pop-divider', defineCustomElement$a, [
168
+ ], 'checked', 'pop-change') : defineStencilSSRComponent({
169
+ tagName: 'pop-checkbox',
170
+ hydrateModule: import('@poppy-ui/core/hydrate'),
171
+ props: {
172
+ 'name': [String, "name"],
173
+ 'value': [String, "value"],
174
+ 'required': [Boolean, "required"],
175
+ 'readonly': [Boolean, "readonly"],
176
+ 'checked': [Boolean, "checked"],
177
+ 'indeterminate': [Boolean, "indeterminate"],
178
+ 'disabled': [Boolean, "disabled"],
179
+ 'color': [String, "color"],
180
+ 'size': [String, "size"],
181
+ 'placement': [String, "placement"],
182
+ 'onPopChange': [Function],
183
+ 'onPopFocus': [Function],
184
+ 'onPopBlur': [Function]
185
+ }
186
+ });
187
+ const PopDivider = globalThis.window ? defineContainer('pop-divider', defineCustomElement$a, [
101
188
  'orientation',
102
189
  'placement',
103
190
  'color'
104
- ]);
105
- const PopDrawer = /*@__PURE__*/ defineContainer('pop-drawer', defineCustomElement$b, [
191
+ ]) : defineStencilSSRComponent({
192
+ tagName: 'pop-divider',
193
+ hydrateModule: import('@poppy-ui/core/hydrate'),
194
+ props: {
195
+ 'orientation': [String, "orientation"],
196
+ 'placement': [String, "placement"],
197
+ 'color': [String, "color"]
198
+ }
199
+ });
200
+ const PopDrawer = globalThis.window ? defineContainer('pop-drawer', defineCustomElement$b, [
106
201
  'trigger',
107
202
  'triggerAction',
108
203
  'side',
109
204
  'open',
110
205
  'popDidPresent',
111
206
  'popDidDismiss'
112
- ]);
113
- const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomElement$c, [
207
+ ]) : defineStencilSSRComponent({
208
+ tagName: 'pop-drawer',
209
+ hydrateModule: import('@poppy-ui/core/hydrate'),
210
+ props: {
211
+ 'trigger': [String, "trigger"],
212
+ 'triggerAction': [String, "trigger-action"],
213
+ 'side': [String, "side"],
214
+ 'open': [Boolean, "open"],
215
+ 'onPopDidPresent': [Function],
216
+ 'onPopDidDismiss': [Function]
217
+ }
218
+ });
219
+ const PopDropdown = globalThis.window ? defineContainer('pop-dropdown', defineCustomElement$c, [
114
220
  'side',
115
221
  'align',
116
222
  'open',
@@ -119,19 +225,49 @@ const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomEl
119
225
  'showBackdrop',
120
226
  'didPresent',
121
227
  'didDismiss'
122
- ]);
123
- const PopImg = /*@__PURE__*/ defineContainer('pop-img', defineCustomElement$d, [
228
+ ]) : defineStencilSSRComponent({
229
+ tagName: 'pop-dropdown',
230
+ hydrateModule: import('@poppy-ui/core/hydrate'),
231
+ props: {
232
+ 'side': [String, "side"],
233
+ 'align': [String, "align"],
234
+ 'open': [Boolean, "open"],
235
+ 'triggerAction': [String, "trigger-action"],
236
+ 'debounce': [Number, "debounce"],
237
+ 'showBackdrop': [Boolean, "show-backdrop"],
238
+ 'onDidPresent': [Function],
239
+ 'onDidDismiss': [Function]
240
+ }
241
+ });
242
+ const PopImg = globalThis.window ? defineContainer('pop-img', defineCustomElement$d, [
124
243
  'src',
125
244
  'alt',
126
245
  'popWillLoad',
127
246
  'popDidLoad',
128
247
  'popError'
129
- ]);
130
- const PopIndicator = /*@__PURE__*/ defineContainer('pop-indicator', defineCustomElement$e, [
248
+ ]) : defineStencilSSRComponent({
249
+ tagName: 'pop-img',
250
+ hydrateModule: import('@poppy-ui/core/hydrate'),
251
+ props: {
252
+ 'src': [String, "src"],
253
+ 'alt': [String, "alt"],
254
+ 'onPopWillLoad': [Function],
255
+ 'onPopDidLoad': [Function],
256
+ 'onPopError': [Function]
257
+ }
258
+ });
259
+ const PopIndicator = globalThis.window ? defineContainer('pop-indicator', defineCustomElement$e, [
131
260
  'side',
132
261
  'position'
133
- ]);
134
- const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$f, [
262
+ ]) : defineStencilSSRComponent({
263
+ tagName: 'pop-indicator',
264
+ hydrateModule: import('@poppy-ui/core/hydrate'),
265
+ props: {
266
+ 'side': [String, "side"],
267
+ 'position': [String, "position"]
268
+ }
269
+ });
270
+ const PopInput = globalThis.window ? defineContainer('pop-input', defineCustomElement$f, [
135
271
  'name',
136
272
  'type',
137
273
  'placeholder',
@@ -164,8 +300,42 @@ const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$
164
300
  'popInput',
165
301
  'popFocus',
166
302
  'popBlur'
167
- ], 'value', 'pop-input');
168
- const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCustomElement$g, [
303
+ ], 'value', 'pop-input') : defineStencilSSRComponent({
304
+ tagName: 'pop-input',
305
+ hydrateModule: import('@poppy-ui/core/hydrate'),
306
+ props: {
307
+ 'name': [String, "name"],
308
+ 'type': [String, "type"],
309
+ 'placeholder': [String, "placeholder"],
310
+ 'min': [Number, "min"],
311
+ 'step': [String, "step"],
312
+ 'minLength': [Number, "min-length"],
313
+ 'maxLength': [Number, "max-length"],
314
+ 'multiple': [Boolean, "multiple"],
315
+ 'pattern': [String, "pattern"],
316
+ 'required': [Boolean, "required"],
317
+ 'readonly': [Boolean, "readonly"],
318
+ 'disabled': [Boolean, "disabled"],
319
+ 'autoFocus': [Boolean, "auto-focus"],
320
+ 'keyboard': [String, "keyboard"],
321
+ 'enterkeyhint': [String, "enterkeyhint"],
322
+ 'spellcheck': [Boolean, "spellcheck"],
323
+ 'autoComplete': [String, "auto-complete"],
324
+ 'autoCapitalize': [String, "auto-capitalize"],
325
+ 'bordered': [Boolean, "bordered"],
326
+ 'color': [String, "color"],
327
+ 'size': [String, "size"],
328
+ 'helperText': [String, "helper-text"],
329
+ 'errorText': [String, "error-text"],
330
+ 'counter': [Boolean, "counter"],
331
+ 'debounce': [Number, "debounce"],
332
+ 'onPopChange': [Function],
333
+ 'onPopInput': [Function],
334
+ 'onPopFocus': [Function],
335
+ 'onPopBlur': [Function]
336
+ }
337
+ });
338
+ const PopInputFile = globalThis.window ? defineContainer('pop-input-file', defineCustomElement$g, [
169
339
  'name',
170
340
  'value',
171
341
  'multiple',
@@ -181,28 +351,85 @@ const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCusto
181
351
  'popChange',
182
352
  'popFocus',
183
353
  'popBlur'
184
- ]);
185
- const PopItem = /*@__PURE__*/ defineContainer('pop-item', defineCustomElement$h, [
354
+ ]) : defineStencilSSRComponent({
355
+ tagName: 'pop-input-file',
356
+ hydrateModule: import('@poppy-ui/core/hydrate'),
357
+ props: {
358
+ 'name': [String, "name"],
359
+ 'multiple': [Boolean, "multiple"],
360
+ 'required': [Boolean, "required"],
361
+ 'readonly': [Boolean, "readonly"],
362
+ 'disabled': [Boolean, "disabled"],
363
+ 'autoFocus': [Boolean, "auto-focus"],
364
+ 'bordered': [Boolean, "bordered"],
365
+ 'color': [String, "color"],
366
+ 'size': [String, "size"],
367
+ 'helperText': [String, "helper-text"],
368
+ 'errorText': [String, "error-text"],
369
+ 'onPopChange': [Function],
370
+ 'onPopFocus': [Function],
371
+ 'onPopBlur': [Function]
372
+ }
373
+ });
374
+ const PopItem = globalThis.window ? defineContainer('pop-item', defineCustomElement$h, [
186
375
  'disabled'
187
- ]);
188
- const PopJoin = /*@__PURE__*/ defineContainer('pop-join', defineCustomElement$i, [
376
+ ]) : defineStencilSSRComponent({
377
+ tagName: 'pop-item',
378
+ hydrateModule: import('@poppy-ui/core/hydrate'),
379
+ props: {
380
+ 'disabled': [Boolean, "disabled"]
381
+ }
382
+ });
383
+ const PopJoin = globalThis.window ? defineContainer('pop-join', defineCustomElement$i, [
189
384
  'orientation'
190
- ]);
191
- const PopKbd = /*@__PURE__*/ defineContainer('pop-kbd', defineCustomElement$j, [
385
+ ]) : defineStencilSSRComponent({
386
+ tagName: 'pop-join',
387
+ hydrateModule: import('@poppy-ui/core/hydrate'),
388
+ props: {
389
+ 'orientation': [String, "orientation"]
390
+ }
391
+ });
392
+ const PopKbd = globalThis.window ? defineContainer('pop-kbd', defineCustomElement$j, [
192
393
  'size'
193
- ]);
194
- const PopList = /*@__PURE__*/ defineContainer('pop-list', defineCustomElement$k, [
394
+ ]) : defineStencilSSRComponent({
395
+ tagName: 'pop-kbd',
396
+ hydrateModule: import('@poppy-ui/core/hydrate'),
397
+ props: {
398
+ 'size': [String, "size"]
399
+ }
400
+ });
401
+ const PopList = globalThis.window ? defineContainer('pop-list', defineCustomElement$k, [
195
402
  'size',
196
403
  'orientation'
197
- ]);
198
- const PopLoading = /*@__PURE__*/ defineContainer('pop-loading', defineCustomElement$l, [
404
+ ]) : defineStencilSSRComponent({
405
+ tagName: 'pop-list',
406
+ hydrateModule: import('@poppy-ui/core/hydrate'),
407
+ props: {
408
+ 'size': [String, "size"],
409
+ 'orientation': [String, "orientation"]
410
+ }
411
+ });
412
+ const PopLoading = globalThis.window ? defineContainer('pop-loading', defineCustomElement$l, [
199
413
  'type',
200
414
  'size'
201
- ]);
202
- const PopMask = /*@__PURE__*/ defineContainer('pop-mask', defineCustomElement$m, [
415
+ ]) : defineStencilSSRComponent({
416
+ tagName: 'pop-loading',
417
+ hydrateModule: import('@poppy-ui/core/hydrate'),
418
+ props: {
419
+ 'type': [String, "type"],
420
+ 'size': [String, "size"]
421
+ }
422
+ });
423
+ const PopMask = globalThis.window ? defineContainer('pop-mask', defineCustomElement$m, [
203
424
  'type'
204
- ]);
205
- const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$n, [
425
+ ]) : defineStencilSSRComponent({
426
+ tagName: 'pop-mask',
427
+ hydrateModule: import('@poppy-ui/core/hydrate'),
428
+ props: {
429
+ 'type': [String, "type"]
430
+ }
431
+ });
432
+ const PopModal = globalThis.window ? defineContainer('pop-modal', defineCustomElement$n, [
206
433
  'trigger',
207
434
  'component',
208
435
  'componentProps',
@@ -211,9 +438,25 @@ const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$
211
438
  'open',
212
439
  'didPresent',
213
440
  'didDismiss'
214
- ]);
215
- const PopNavbar = /*@__PURE__*/ defineContainer('pop-navbar', defineCustomElement$o);
216
- const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElement$p, [
441
+ ]) : defineStencilSSRComponent({
442
+ tagName: 'pop-modal',
443
+ hydrateModule: import('@poppy-ui/core/hydrate'),
444
+ props: {
445
+ 'trigger': [String, "trigger"],
446
+ 'component': [String, "component"],
447
+ 'showBackdrop': [Boolean, "show-backdrop"],
448
+ 'backdropDismiss': [Boolean, "backdrop-dismiss"],
449
+ 'open': [Boolean, "open"],
450
+ 'onDidPresent': [Function],
451
+ 'onDidDismiss': [Function]
452
+ }
453
+ });
454
+ const PopNavbar = globalThis.window ? defineContainer('pop-navbar', defineCustomElement$o) : defineStencilSSRComponent({
455
+ tagName: 'pop-navbar',
456
+ hydrateModule: import('@poppy-ui/core/hydrate'),
457
+ props: {}
458
+ });
459
+ const PopPopover = globalThis.window ? defineContainer('pop-popover', defineCustomElement$p, [
217
460
  'open',
218
461
  'animated',
219
462
  'showBackdrop',
@@ -227,13 +470,36 @@ const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElem
227
470
  'didPresent',
228
471
  'willDismiss',
229
472
  'didDismiss'
230
- ]);
231
- const PopProgress = /*@__PURE__*/ defineContainer('pop-progress', defineCustomElement$q, [
473
+ ]) : defineStencilSSRComponent({
474
+ tagName: 'pop-popover',
475
+ hydrateModule: import('@poppy-ui/core/hydrate'),
476
+ props: {
477
+ 'open': [Boolean, "open"],
478
+ 'showBackdrop': [Boolean, "show-backdrop"],
479
+ 'backdropDismiss': [Boolean, "backdrop-dismiss"],
480
+ 'trigger': [String, "trigger"],
481
+ 'triggerAction': [String, "trigger-action"],
482
+ 'component': [String, "component"],
483
+ 'onWillPresent': [Function],
484
+ 'onDidPresent': [Function],
485
+ 'onWillDismiss': [Function],
486
+ 'onDidDismiss': [Function]
487
+ }
488
+ });
489
+ const PopProgress = globalThis.window ? defineContainer('pop-progress', defineCustomElement$q, [
232
490
  'value',
233
491
  'max',
234
492
  'color'
235
- ]);
236
- const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$r, [
493
+ ]) : defineStencilSSRComponent({
494
+ tagName: 'pop-progress',
495
+ hydrateModule: import('@poppy-ui/core/hydrate'),
496
+ props: {
497
+ 'value': [Number, "value"],
498
+ 'max': [Number, "max"],
499
+ 'color': [String, "color"]
500
+ }
501
+ });
502
+ const PopRadio = globalThis.window ? defineContainer('pop-radio', defineCustomElement$r, [
237
503
  'name',
238
504
  'value',
239
505
  'checked',
@@ -244,8 +510,22 @@ const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$
244
510
  'size',
245
511
  'popFocus',
246
512
  'popBlur'
247
- ], 'value', 'pop-change');
248
- const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCustomElement$s, [
513
+ ], 'value', 'pop-change') : defineStencilSSRComponent({
514
+ tagName: 'pop-radio',
515
+ hydrateModule: import('@poppy-ui/core/hydrate'),
516
+ props: {
517
+ 'name': [String, "name"],
518
+ 'checked': [Boolean, "checked"],
519
+ 'required': [Boolean, "required"],
520
+ 'disabled': [Boolean, "disabled"],
521
+ 'autoFocus': [Boolean, "auto-focus"],
522
+ 'color': [String, "color"],
523
+ 'size': [String, "size"],
524
+ 'onPopFocus': [Function],
525
+ 'onPopBlur': [Function]
526
+ }
527
+ });
528
+ const PopRadioGroup = globalThis.window ? defineContainer('pop-radio-group', defineCustomElement$s, [
249
529
  'name',
250
530
  'value',
251
531
  'required',
@@ -256,8 +536,22 @@ const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCus
256
536
  'size',
257
537
  'popChange',
258
538
  'popValueChange'
259
- ], 'value', 'pop-change');
260
- const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$t, [
539
+ ], 'value', 'pop-change') : defineStencilSSRComponent({
540
+ tagName: 'pop-radio-group',
541
+ hydrateModule: import('@poppy-ui/core/hydrate'),
542
+ props: {
543
+ 'name': [String, "name"],
544
+ 'required': [Boolean, "required"],
545
+ 'disabled': [Boolean, "disabled"],
546
+ 'allowEmpty': [Boolean, "allow-empty"],
547
+ 'compare': [String, "compare"],
548
+ 'color': [String, "color"],
549
+ 'size': [String, "size"],
550
+ 'onPopChange': [Function],
551
+ 'onPopValueChange': [Function]
552
+ }
553
+ });
554
+ const PopRange = globalThis.window ? defineContainer('pop-range', defineCustomElement$t, [
261
555
  'name',
262
556
  'value',
263
557
  'min',
@@ -272,8 +566,27 @@ const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$
272
566
  'popChange',
273
567
  'popFocus',
274
568
  'popBlur'
275
- ], 'value', 'pop-change');
276
- const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElement$u, [
569
+ ], 'value', 'pop-change') : defineStencilSSRComponent({
570
+ tagName: 'pop-range',
571
+ hydrateModule: import('@poppy-ui/core/hydrate'),
572
+ props: {
573
+ 'name': [String, "name"],
574
+ 'value': [Number, "value"],
575
+ 'min': [Number, "min"],
576
+ 'max': [Number, "max"],
577
+ 'step': [Number, "step"],
578
+ 'required': [Boolean, "required"],
579
+ 'disabled': [Boolean, "disabled"],
580
+ 'autoFocus': [Boolean, "auto-focus"],
581
+ 'color': [String, "color"],
582
+ 'size': [String, "size"],
583
+ 'debounce': [Number, "debounce"],
584
+ 'onPopChange': [Function],
585
+ 'onPopFocus': [Function],
586
+ 'onPopBlur': [Function]
587
+ }
588
+ });
589
+ const PopSelect = globalThis.window ? defineContainer('pop-select', defineCustomElement$u, [
277
590
  'name',
278
591
  'placeholder',
279
592
  'value',
@@ -295,19 +608,60 @@ const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElemen
295
608
  'popChange',
296
609
  'popFocus',
297
610
  'popBlur'
298
- ], 'value', 'pop-change');
299
- const PopSelectOption = /*@__PURE__*/ defineContainer('pop-select-option', defineCustomElement$v, [
611
+ ], 'value', 'pop-change') : defineStencilSSRComponent({
612
+ tagName: 'pop-select',
613
+ hydrateModule: import('@poppy-ui/core/hydrate'),
614
+ props: {
615
+ 'name': [String, "name"],
616
+ 'placeholder': [String, "placeholder"],
617
+ 'multiple': [Boolean, "multiple"],
618
+ 'min': [Number, "min"],
619
+ 'max': [Number, "max"],
620
+ 'required': [Boolean, "required"],
621
+ 'disabled': [Boolean, "disabled"],
622
+ 'autoFocus': [Boolean, "auto-focus"],
623
+ 'bordered': [Boolean, "bordered"],
624
+ 'color': [String, "color"],
625
+ 'size': [String, "size"],
626
+ 'selectedText': [String, "selected-text"],
627
+ 'helperText': [String, "helper-text"],
628
+ 'notEnoughErrorText': [String, "not-enough-error-text"],
629
+ 'tooManyErrorText': [String, "too-many-error-text"],
630
+ 'compare': [String, "compare"],
631
+ 'onPopDismiss': [Function],
632
+ 'onPopChange': [Function],
633
+ 'onPopFocus': [Function],
634
+ 'onPopBlur': [Function]
635
+ }
636
+ });
637
+ const PopSelectOption = globalThis.window ? defineContainer('pop-select-option', defineCustomElement$v, [
300
638
  'value',
301
639
  'disabled',
302
640
  'color',
303
641
  'size'
304
- ]);
305
- const PopSwap = /*@__PURE__*/ defineContainer('pop-swap', defineCustomElement$w, [
642
+ ]) : defineStencilSSRComponent({
643
+ tagName: 'pop-select-option',
644
+ hydrateModule: import('@poppy-ui/core/hydrate'),
645
+ props: {
646
+ 'disabled': [Boolean, "disabled"],
647
+ 'color': [String, "color"],
648
+ 'size': [String, "size"]
649
+ }
650
+ });
651
+ const PopSwap = globalThis.window ? defineContainer('pop-swap', defineCustomElement$w, [
306
652
  'type',
307
653
  'active',
308
654
  'popSwap'
309
- ], 'active', 'pop-change');
310
- const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomElement$x, [
655
+ ], 'active', 'pop-change') : defineStencilSSRComponent({
656
+ tagName: 'pop-swap',
657
+ hydrateModule: import('@poppy-ui/core/hydrate'),
658
+ props: {
659
+ 'type': [String, "type"],
660
+ 'active': [Boolean, "active"],
661
+ 'onPopSwap': [Function]
662
+ }
663
+ });
664
+ const PopTextarea = globalThis.window ? defineContainer('pop-textarea', defineCustomElement$x, [
311
665
  'name',
312
666
  'placeholder',
313
667
  'value',
@@ -336,8 +690,40 @@ const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomEl
336
690
  'popInput',
337
691
  'popFocus',
338
692
  'popBlur'
339
- ], 'value', 'pop-input');
340
- const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElement$y, [
693
+ ], 'value', 'pop-input') : defineStencilSSRComponent({
694
+ tagName: 'pop-textarea',
695
+ hydrateModule: import('@poppy-ui/core/hydrate'),
696
+ props: {
697
+ 'name': [String, "name"],
698
+ 'placeholder': [String, "placeholder"],
699
+ 'value': [String, "value"],
700
+ 'minLength': [Number, "min-length"],
701
+ 'maxLength': [Number, "max-length"],
702
+ 'cols': [Number, "cols"],
703
+ 'rows': [Number, "rows"],
704
+ 'required': [Boolean, "required"],
705
+ 'readonly': [Boolean, "readonly"],
706
+ 'disabled': [Boolean, "disabled"],
707
+ 'autoFocus': [Boolean, "auto-focus"],
708
+ 'keyboard': [String, "keyboard"],
709
+ 'enterkeyhint': [String, "enterkeyhint"],
710
+ 'spellcheck': [Boolean, "spellcheck"],
711
+ 'autoCapitalize': [String, "auto-capitalize"],
712
+ 'wrap': [String, "wrap"],
713
+ 'bordered': [Boolean, "bordered"],
714
+ 'color': [String, "color"],
715
+ 'size': [String, "size"],
716
+ 'helperText': [String, "helper-text"],
717
+ 'errorText': [String, "error-text"],
718
+ 'counter': [Boolean, "counter"],
719
+ 'debounce': [Number, "debounce"],
720
+ 'onPopChange': [Function],
721
+ 'onPopInput': [Function],
722
+ 'onPopFocus': [Function],
723
+ 'onPopBlur': [Function]
724
+ }
725
+ });
726
+ const PopToggle = globalThis.window ? defineContainer('pop-toggle', defineCustomElement$y, [
341
727
  'name',
342
728
  'value',
343
729
  'required',
@@ -350,13 +736,39 @@ const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElemen
350
736
  'popChange',
351
737
  'popFocus',
352
738
  'popBlur'
353
- ], 'checked', 'pop-change');
354
- const PopTooltip = /*@__PURE__*/ defineContainer('pop-tooltip', defineCustomElement$z, [
739
+ ], 'checked', 'pop-change') : defineStencilSSRComponent({
740
+ tagName: 'pop-toggle',
741
+ hydrateModule: import('@poppy-ui/core/hydrate'),
742
+ props: {
743
+ 'name': [String, "name"],
744
+ 'value': [String, "value"],
745
+ 'required': [Boolean, "required"],
746
+ 'readonly': [Boolean, "readonly"],
747
+ 'checked': [Boolean, "checked"],
748
+ 'indeterminate': [Boolean, "indeterminate"],
749
+ 'disabled': [Boolean, "disabled"],
750
+ 'color': [String, "color"],
751
+ 'size': [String, "size"],
752
+ 'onPopChange': [Function],
753
+ 'onPopFocus': [Function],
754
+ 'onPopBlur': [Function]
755
+ }
756
+ });
757
+ const PopTooltip = globalThis.window ? defineContainer('pop-tooltip', defineCustomElement$z, [
355
758
  'value',
356
759
  'color',
357
760
  'position',
358
761
  'open'
359
- ]);
762
+ ]) : defineStencilSSRComponent({
763
+ tagName: 'pop-tooltip',
764
+ hydrateModule: import('@poppy-ui/core/hydrate'),
765
+ props: {
766
+ 'value': [String, "value"],
767
+ 'color': [String, "color"],
768
+ 'position': [String, "position"],
769
+ 'open': [Boolean, "open"]
770
+ }
771
+ });
360
772
 
361
773
  const toKebabCase = (eventName) => {
362
774
  return eventName.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, '$1-$2').toLowerCase();
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/proxies.ts","../src/plugin.ts"],"sourcesContent":[null,null],"names":["definePopAccordion","definePopAccordionGroup","definePopAvatar","definePopBadge","definePopButton","definePopCard","definePopCardActions","definePopCardBody","definePopCardTitle","definePopCheckbox","definePopDivider","definePopDrawer","definePopDropdown","definePopImg","definePopIndicator","definePopInput","definePopInputFile","definePopItem","definePopJoin","definePopKbd","definePopList","definePopLoading","definePopMask","definePopModal","definePopNavbar","definePopPopover","definePopProgress","definePopRadio","definePopRadioGroup","definePopRange","definePopSelect","definePopSelectOption","definePopSwap","definePopTextarea","definePopToggle","definePopTooltip"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../src/proxies.ts","../src/plugin.ts"],"sourcesContent":[null,null],"names":["definePopAccordion","definePopAccordionGroup","definePopAvatar","definePopBadge","definePopButton","definePopCard","definePopCardActions","definePopCardBody","definePopCardTitle","definePopCheckbox","definePopDivider","definePopDrawer","definePopDropdown","definePopImg","definePopIndicator","definePopInput","definePopInputFile","definePopItem","definePopJoin","definePopKbd","definePopList","definePopLoading","definePopMask","definePopModal","definePopNavbar","definePopPopover","definePopProgress","definePopRadio","definePopRadioGroup","definePopRange","definePopSelect","definePopSelectOption","definePopSwap","definePopTextarea","definePopToggle","definePopTooltip"],"mappings":"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"}
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@poppy-ui/vue",
5
- "version": "0.3.4",
5
+ "version": "0.3.5",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@poppy-ui/vue",
3
3
  "type": "module",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "description": "Vue specific wrapper for @poppy-ui/core",
6
6
  "author": "Sukaato <sukaato.dev@proton.me>",
7
7
  "homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
@@ -43,14 +43,18 @@
43
43
  "build:web-types": "node --experimental-json-modules ./scripts/build-web-types.js",
44
44
  "copy:css": "node ./scripts/copy-css.js"
45
45
  },
46
+ "dependencies": {
47
+ "@poppy-ui/core": "^0.3.5",
48
+ "@stencil/vue-output-target": "^0.9.0"
49
+ },
46
50
  "devDependencies": {
47
51
  "@biomejs/biome": "^1.9.4",
48
- "@poppy-ui/docs": "^0.3.4",
52
+ "@poppy-ui/docs": "^0.3.5",
49
53
  "@rollup/plugin-typescript": "^12.1.1",
50
54
  "change-case": "^5.4.4",
51
55
  "rimraf": "^6.0.1",
52
56
  "rollup": "^4.27.3",
53
- "typescript": "^5.6.2",
57
+ "typescript": "^5.7.2",
54
58
  "vite": "^5.4.11",
55
59
  "vue": "3.5.11"
56
60
  },
@@ -61,8 +65,5 @@
61
65
  "web-types": "dist/web-types.json",
62
66
  "sideEffects": [
63
67
  "css/*.css"
64
- ],
65
- "dependencies": {
66
- "@poppy-ui/core": "^0.3.4"
67
- }
68
+ ]
68
69
  }
@@ -1,16 +0,0 @@
1
- export interface InputProps<T> {
2
- modelValue?: T;
3
- }
4
- /**
5
- * Create a callback to define a Vue component wrapper around a Web Component.
6
- *
7
- * @prop name - The component tag name (i.e. `ion-button`)
8
- * @prop componentProps - An array of properties on the
9
- * component. These usually match up with the @Prop definitions
10
- * in each component's TSX file.
11
- * @prop customElement - An option custom element instance to pass
12
- * to customElements.define. Only set if `includeImportCustomElements: true` in your config.
13
- * @prop modelProp - The prop that v-model binds to (i.e. value)
14
- * @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
15
- */
16
- export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;