@poppy-ui/vue 0.3.7 → 0.3.8

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, defineStencilSSRComponent } from '@stencil/vue-output-target/runtime';
1
+ import { defineContainer } 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,65 +40,33 @@ import { initialize } from '@poppy-ui/core/components';
40
40
  /* eslint-disable */
41
41
  /* tslint:disable */
42
42
  /* auto-generated vue proxies */
43
- const PopAccordion = globalThis.window ? defineContainer('pop-accordion', defineCustomElement, [
43
+ const PopAccordion = /*@__PURE__*/ defineContainer('pop-accordion', defineCustomElement, [
44
44
  'readonly',
45
45
  'disabled',
46
46
  'name',
47
47
  'open'
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, [
48
+ ]);
49
+ const PopAccordionGroup = /*@__PURE__*/ defineContainer('pop-accordion-group', defineCustomElement$1, [
59
50
  'readonly',
60
51
  'disabled',
61
52
  'multiple',
62
53
  'active',
63
54
  'popChange',
64
55
  'popActiveChange'
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, [
56
+ ], [
57
+ 'popChange',
58
+ 'popActiveChange'
59
+ ], 'active', 'pop-change');
60
+ const PopAvatar = /*@__PURE__*/ defineContainer('pop-avatar', defineCustomElement$2, [
78
61
  'placeholder'
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, [
62
+ ]);
63
+ const PopBadge = /*@__PURE__*/ defineContainer('pop-badge', defineCustomElement$3, [
87
64
  'color',
88
65
  'size',
89
66
  'outlined',
90
67
  'as'
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, [
68
+ ]);
69
+ const PopButton = /*@__PURE__*/ defineContainer('pop-button', defineCustomElement$4, [
102
70
  'type',
103
71
  'form',
104
72
  'disabled',
@@ -110,48 +78,17 @@ const PopButton = globalThis.window ? defineContainer('pop-button', defineCusto
110
78
  'active',
111
79
  'popFocus',
112
80
  'popBlur'
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, [
81
+ ], [
82
+ 'popFocus',
83
+ 'popBlur'
84
+ ]);
85
+ const PopCard = /*@__PURE__*/ defineContainer('pop-card', defineCustomElement$5, [
131
86
  'compact'
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, [
87
+ ]);
88
+ const PopCardActions = /*@__PURE__*/ defineContainer('pop-card-actions', defineCustomElement$6);
89
+ const PopCardBody = /*@__PURE__*/ defineContainer('pop-card-body', defineCustomElement$7);
90
+ const PopCardTitle = /*@__PURE__*/ defineContainer('pop-card-title', defineCustomElement$8);
91
+ const PopCheckbox = /*@__PURE__*/ defineContainer('pop-checkbox', defineCustomElement$9, [
155
92
  'name',
156
93
  'value',
157
94
  'required',
@@ -165,109 +102,56 @@ const PopCheckbox = globalThis.window ? defineContainer('pop-checkbox', defineC
165
102
  'popChange',
166
103
  'popFocus',
167
104
  'popBlur'
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, [
105
+ ], [
106
+ 'popChange',
107
+ 'popFocus',
108
+ 'popBlur'
109
+ ], 'checked', 'pop-change');
110
+ const PopDivider = /*@__PURE__*/ defineContainer('pop-divider', defineCustomElement$a, [
188
111
  'orientation',
189
112
  'placement',
190
113
  'color'
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, [
114
+ ]);
115
+ const PopDrawer = /*@__PURE__*/ defineContainer('pop-drawer', defineCustomElement$b, [
201
116
  'trigger',
202
117
  'triggerAction',
203
118
  'side',
204
119
  'open',
205
120
  'popDidPresent',
206
121
  'popDidDismiss'
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, [
122
+ ], [
123
+ 'popDidPresent',
124
+ 'popDidDismiss'
125
+ ]);
126
+ const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomElement$c, [
220
127
  'side',
221
128
  'align',
222
129
  'open',
223
130
  'triggerAction',
224
131
  'debounce',
225
132
  'showBackdrop',
226
- 'didPresent',
227
- 'didDismiss'
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, [
133
+ 'present',
134
+ 'dismiss'
135
+ ], [
136
+ 'present',
137
+ 'dismiss'
138
+ ]);
139
+ const PopImg = /*@__PURE__*/ defineContainer('pop-img', defineCustomElement$d, [
243
140
  'src',
244
141
  'alt',
245
142
  'popWillLoad',
246
143
  'popDidLoad',
247
144
  'popError'
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, [
145
+ ], [
146
+ 'popWillLoad',
147
+ 'popDidLoad',
148
+ 'popError'
149
+ ]);
150
+ const PopIndicator = /*@__PURE__*/ defineContainer('pop-indicator', defineCustomElement$e, [
260
151
  'side',
261
152
  'position'
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, [
153
+ ]);
154
+ const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$f, [
271
155
  'name',
272
156
  'type',
273
157
  'placeholder',
@@ -300,42 +184,13 @@ const PopInput = globalThis.window ? defineContainer('pop-input', defineCustomE
300
184
  'popInput',
301
185
  'popFocus',
302
186
  'popBlur'
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, [
187
+ ], [
188
+ 'popChange',
189
+ 'popInput',
190
+ 'popFocus',
191
+ 'popBlur'
192
+ ], 'value', 'pop-input');
193
+ const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCustomElement$g, [
339
194
  'name',
340
195
  'value',
341
196
  'multiple',
@@ -351,85 +206,32 @@ const PopInputFile = globalThis.window ? defineContainer('pop-input-file', defi
351
206
  'popChange',
352
207
  'popFocus',
353
208
  'popBlur'
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, [
209
+ ], [
210
+ 'popChange',
211
+ 'popFocus',
212
+ 'popBlur'
213
+ ]);
214
+ const PopItem = /*@__PURE__*/ defineContainer('pop-item', defineCustomElement$h, [
375
215
  'disabled'
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, [
216
+ ]);
217
+ const PopJoin = /*@__PURE__*/ defineContainer('pop-join', defineCustomElement$i, [
384
218
  'orientation'
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, [
219
+ ]);
220
+ const PopKbd = /*@__PURE__*/ defineContainer('pop-kbd', defineCustomElement$j, [
393
221
  'size'
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, [
222
+ ]);
223
+ const PopList = /*@__PURE__*/ defineContainer('pop-list', defineCustomElement$k, [
402
224
  'size',
403
225
  'orientation'
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, [
226
+ ]);
227
+ const PopLoading = /*@__PURE__*/ defineContainer('pop-loading', defineCustomElement$l, [
413
228
  'type',
414
229
  'size'
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, [
230
+ ]);
231
+ const PopMask = /*@__PURE__*/ defineContainer('pop-mask', defineCustomElement$m, [
424
232
  'type'
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, [
233
+ ]);
234
+ const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$n, [
433
235
  'trigger',
434
236
  'component',
435
237
  'componentProps',
@@ -438,25 +240,12 @@ const PopModal = globalThis.window ? defineContainer('pop-modal', defineCustomE
438
240
  'open',
439
241
  'present',
440
242
  'dismiss'
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
- 'onPresent': [Function],
451
- 'onDismiss': [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, [
243
+ ], [
244
+ 'present',
245
+ 'dismiss'
246
+ ]);
247
+ const PopNavbar = /*@__PURE__*/ defineContainer('pop-navbar', defineCustomElement$o);
248
+ const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElement$p, [
460
249
  'open',
461
250
  'animated',
462
251
  'showBackdrop',
@@ -470,36 +259,18 @@ const PopPopover = globalThis.window ? defineContainer('pop-popover', defineCus
470
259
  'didPresent',
471
260
  'willDismiss',
472
261
  'didDismiss'
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, [
262
+ ], [
263
+ 'willPresent',
264
+ 'didPresent',
265
+ 'willDismiss',
266
+ 'didDismiss'
267
+ ]);
268
+ const PopProgress = /*@__PURE__*/ defineContainer('pop-progress', defineCustomElement$q, [
490
269
  'value',
491
270
  'max',
492
271
  'color'
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, [
272
+ ]);
273
+ const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$r, [
503
274
  'name',
504
275
  'value',
505
276
  'checked',
@@ -510,22 +281,11 @@ const PopRadio = globalThis.window ? defineContainer('pop-radio', defineCustomE
510
281
  'size',
511
282
  'popFocus',
512
283
  'popBlur'
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, [
284
+ ], [
285
+ 'popFocus',
286
+ 'popBlur'
287
+ ], 'value', 'pop-change');
288
+ const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCustomElement$s, [
529
289
  'name',
530
290
  'value',
531
291
  'required',
@@ -536,22 +296,11 @@ const PopRadioGroup = globalThis.window ? defineContainer('pop-radio-group', de
536
296
  'size',
537
297
  'popChange',
538
298
  'popValueChange'
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, [
299
+ ], [
300
+ 'popChange',
301
+ 'popValueChange'
302
+ ], 'value', 'pop-change');
303
+ const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$t, [
555
304
  'name',
556
305
  'value',
557
306
  'min',
@@ -566,27 +315,12 @@ const PopRange = globalThis.window ? defineContainer('pop-range', defineCustomE
566
315
  'popChange',
567
316
  'popFocus',
568
317
  'popBlur'
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, [
318
+ ], [
319
+ 'popChange',
320
+ 'popFocus',
321
+ 'popBlur'
322
+ ], 'value', 'pop-change');
323
+ const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElement$u, [
590
324
  'name',
591
325
  'placeholder',
592
326
  'value',
@@ -594,6 +328,7 @@ const PopSelect = globalThis.window ? defineContainer('pop-select', defineCusto
594
328
  'min',
595
329
  'max',
596
330
  'required',
331
+ 'readonly',
597
332
  'disabled',
598
333
  'autoFocus',
599
334
  'bordered',
@@ -604,64 +339,32 @@ const PopSelect = globalThis.window ? defineContainer('pop-select', defineCusto
604
339
  'notEnoughErrorText',
605
340
  'tooManyErrorText',
606
341
  'compare',
607
- 'popDismiss',
342
+ 'present',
343
+ 'dismiss',
608
344
  'popChange',
609
345
  'popFocus',
610
346
  'popBlur'
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, [
347
+ ], [
348
+ 'present',
349
+ 'dismiss',
350
+ 'popChange',
351
+ 'popFocus',
352
+ 'popBlur'
353
+ ], 'value', 'pop-change');
354
+ const PopSelectOption = /*@__PURE__*/ defineContainer('pop-select-option', defineCustomElement$v, [
638
355
  'value',
639
356
  'disabled',
640
357
  'color',
641
358
  'size'
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, [
359
+ ]);
360
+ const PopSwap = /*@__PURE__*/ defineContainer('pop-swap', defineCustomElement$w, [
652
361
  'type',
653
362
  'active',
654
363
  'popSwap'
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, [
364
+ ], [
365
+ 'popSwap'
366
+ ], 'active', 'pop-change');
367
+ const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomElement$x, [
665
368
  'name',
666
369
  'placeholder',
667
370
  'value',
@@ -690,40 +393,13 @@ const PopTextarea = globalThis.window ? defineContainer('pop-textarea', defineC
690
393
  'popInput',
691
394
  'popFocus',
692
395
  'popBlur'
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, [
396
+ ], [
397
+ 'popChange',
398
+ 'popInput',
399
+ 'popFocus',
400
+ 'popBlur'
401
+ ], 'value', 'pop-input');
402
+ const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElement$y, [
727
403
  'name',
728
404
  'value',
729
405
  'required',
@@ -736,39 +412,17 @@ const PopToggle = globalThis.window ? defineContainer('pop-toggle', defineCusto
736
412
  'popChange',
737
413
  'popFocus',
738
414
  'popBlur'
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, [
415
+ ], [
416
+ 'popChange',
417
+ 'popFocus',
418
+ 'popBlur'
419
+ ], 'checked', 'pop-change');
420
+ const PopTooltip = /*@__PURE__*/ defineContainer('pop-tooltip', defineCustomElement$z, [
758
421
  'value',
759
422
  'color',
760
423
  'position',
761
424
  'open'
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
- });
425
+ ]);
772
426
 
773
427
  const toKebabCase = (eventName) => {
774
428
  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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"}
@@ -1,37 +1,37 @@
1
1
  import type { JSX } from '@poppy-ui/core/components';
2
- export declare const PopAccordion: import("vue").DefineSetupFnComponent<JSX.PopAccordion & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopAccordion & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps> | import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
- export declare const PopAccordionGroup: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopAccordionGroup & import("@stencil/vue-output-target/runtime").InputProps<string | string[]>, {}, {}, JSX.PopAccordionGroup & import("@stencil/vue-output-target/runtime").InputProps<string | string[]>, import("vue").PublicProps>;
4
- export declare const PopAvatar: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopAvatar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopAvatar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
5
- export declare const PopBadge: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopBadge & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopBadge & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
6
- export declare const PopButton: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopButton & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopButton & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
7
- export declare const PopCard: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopCard & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCard & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
8
- export declare const PopCardActions: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopCardActions & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardActions & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
9
- export declare const PopCardBody: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopCardBody & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardBody & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
10
- export declare const PopCardTitle: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopCardTitle & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardTitle & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
11
- export declare const PopCheckbox: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopCheckbox & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopCheckbox & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
12
- export declare const PopDivider: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopDivider & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDivider & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
13
- export declare const PopDrawer: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopDrawer & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDrawer & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
14
- export declare const PopDropdown: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopDropdown & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDropdown & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
15
- export declare const PopImg: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopImg & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopImg & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
16
- export declare const PopIndicator: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopIndicator & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopIndicator & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
17
- export declare const PopInput: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopInput & import("@stencil/vue-output-target/runtime").InputProps<string | number>, {}, {}, JSX.PopInput & import("@stencil/vue-output-target/runtime").InputProps<string | number>, import("vue").PublicProps>;
18
- export declare const PopInputFile: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopInputFile & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopInputFile & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
19
- export declare const PopItem: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopItem & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopItem & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
20
- export declare const PopJoin: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopJoin & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopJoin & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
21
- export declare const PopKbd: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopKbd & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopKbd & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
22
- export declare const PopList: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopList & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopList & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
23
- export declare const PopLoading: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopLoading & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopLoading & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
24
- export declare const PopMask: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopMask & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopMask & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
25
- export declare const PopModal: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopModal & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopModal & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
26
- export declare const PopNavbar: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopNavbar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopNavbar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
27
- export declare const PopPopover: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopPopover & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopPopover & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
28
- export declare const PopProgress: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopProgress & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopProgress & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
29
- export declare const PopRadio: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopRadio & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopRadio & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
30
- export declare const PopRadioGroup: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopRadioGroup & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopRadioGroup & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
31
- export declare const PopRange: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopRange & import("@stencil/vue-output-target/runtime").InputProps<number>, {}, {}, JSX.PopRange & import("@stencil/vue-output-target/runtime").InputProps<number>, import("vue").PublicProps>;
32
- export declare const PopSelect: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopSelect & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopSelect & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
33
- export declare const PopSelectOption: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopSelectOption & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopSelectOption & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
34
- export declare const PopSwap: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopSwap & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopSwap & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
35
- export declare const PopTextarea: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopTextarea & import("@stencil/vue-output-target/runtime").InputProps<string>, {}, {}, JSX.PopTextarea & import("@stencil/vue-output-target/runtime").InputProps<string>, import("vue").PublicProps>;
36
- export declare const PopToggle: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopToggle & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopToggle & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
37
- export declare const PopTooltip: import("vue").DefineComponent<Record<string, any>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Record<string, any>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | import("vue").DefineSetupFnComponent<JSX.PopTooltip & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopTooltip & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
2
+ export declare const PopAccordion: import("vue").DefineSetupFnComponent<JSX.PopAccordion & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopAccordion & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
3
+ export declare const PopAccordionGroup: import("vue").DefineSetupFnComponent<JSX.PopAccordionGroup & import("@stencil/vue-output-target/runtime").InputProps<string | string[]>, {}, {}, JSX.PopAccordionGroup & import("@stencil/vue-output-target/runtime").InputProps<string | string[]>, import("vue").PublicProps>;
4
+ export declare const PopAvatar: import("vue").DefineSetupFnComponent<JSX.PopAvatar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopAvatar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
5
+ export declare const PopBadge: import("vue").DefineSetupFnComponent<JSX.PopBadge & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopBadge & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
6
+ export declare const PopButton: import("vue").DefineSetupFnComponent<JSX.PopButton & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopButton & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
7
+ export declare const PopCard: import("vue").DefineSetupFnComponent<JSX.PopCard & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCard & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
8
+ export declare const PopCardActions: import("vue").DefineSetupFnComponent<JSX.PopCardActions & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardActions & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
9
+ export declare const PopCardBody: import("vue").DefineSetupFnComponent<JSX.PopCardBody & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardBody & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
10
+ export declare const PopCardTitle: import("vue").DefineSetupFnComponent<JSX.PopCardTitle & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopCardTitle & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
11
+ export declare const PopCheckbox: import("vue").DefineSetupFnComponent<JSX.PopCheckbox & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopCheckbox & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
12
+ export declare const PopDivider: import("vue").DefineSetupFnComponent<JSX.PopDivider & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDivider & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
13
+ export declare const PopDrawer: import("vue").DefineSetupFnComponent<JSX.PopDrawer & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDrawer & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
14
+ export declare const PopDropdown: import("vue").DefineSetupFnComponent<JSX.PopDropdown & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopDropdown & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
15
+ export declare const PopImg: import("vue").DefineSetupFnComponent<JSX.PopImg & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopImg & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
16
+ export declare const PopIndicator: import("vue").DefineSetupFnComponent<JSX.PopIndicator & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopIndicator & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
17
+ export declare const PopInput: import("vue").DefineSetupFnComponent<JSX.PopInput & import("@stencil/vue-output-target/runtime").InputProps<string | number>, {}, {}, JSX.PopInput & import("@stencil/vue-output-target/runtime").InputProps<string | number>, import("vue").PublicProps>;
18
+ export declare const PopInputFile: import("vue").DefineSetupFnComponent<JSX.PopInputFile & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopInputFile & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
19
+ export declare const PopItem: import("vue").DefineSetupFnComponent<JSX.PopItem & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopItem & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
20
+ export declare const PopJoin: import("vue").DefineSetupFnComponent<JSX.PopJoin & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopJoin & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
21
+ export declare const PopKbd: import("vue").DefineSetupFnComponent<JSX.PopKbd & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopKbd & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
22
+ export declare const PopList: import("vue").DefineSetupFnComponent<JSX.PopList & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopList & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
23
+ export declare const PopLoading: import("vue").DefineSetupFnComponent<JSX.PopLoading & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopLoading & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
24
+ export declare const PopMask: import("vue").DefineSetupFnComponent<JSX.PopMask & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopMask & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
25
+ export declare const PopModal: import("vue").DefineSetupFnComponent<JSX.PopModal & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopModal & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
26
+ export declare const PopNavbar: import("vue").DefineSetupFnComponent<JSX.PopNavbar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopNavbar & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
27
+ export declare const PopPopover: import("vue").DefineSetupFnComponent<JSX.PopPopover & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopPopover & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
28
+ export declare const PopProgress: import("vue").DefineSetupFnComponent<JSX.PopProgress & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopProgress & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
29
+ export declare const PopRadio: import("vue").DefineSetupFnComponent<JSX.PopRadio & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopRadio & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
30
+ export declare const PopRadioGroup: import("vue").DefineSetupFnComponent<JSX.PopRadioGroup & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopRadioGroup & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
31
+ export declare const PopRange: import("vue").DefineSetupFnComponent<JSX.PopRange & import("@stencil/vue-output-target/runtime").InputProps<number>, {}, {}, JSX.PopRange & import("@stencil/vue-output-target/runtime").InputProps<number>, import("vue").PublicProps>;
32
+ export declare const PopSelect: import("vue").DefineSetupFnComponent<JSX.PopSelect & import("@stencil/vue-output-target/runtime").InputProps<any>, {}, {}, JSX.PopSelect & import("@stencil/vue-output-target/runtime").InputProps<any>, import("vue").PublicProps>;
33
+ export declare const PopSelectOption: import("vue").DefineSetupFnComponent<JSX.PopSelectOption & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopSelectOption & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
34
+ export declare const PopSwap: import("vue").DefineSetupFnComponent<JSX.PopSwap & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopSwap & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
35
+ export declare const PopTextarea: import("vue").DefineSetupFnComponent<JSX.PopTextarea & import("@stencil/vue-output-target/runtime").InputProps<string>, {}, {}, JSX.PopTextarea & import("@stencil/vue-output-target/runtime").InputProps<string>, import("vue").PublicProps>;
36
+ export declare const PopToggle: import("vue").DefineSetupFnComponent<JSX.PopToggle & import("@stencil/vue-output-target/runtime").InputProps<boolean>, {}, {}, JSX.PopToggle & import("@stencil/vue-output-target/runtime").InputProps<boolean>, import("vue").PublicProps>;
37
+ export declare const PopTooltip: import("vue").DefineSetupFnComponent<JSX.PopTooltip & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, {}, {}, JSX.PopTooltip & import("@stencil/vue-output-target/runtime").InputProps<string | number | boolean>, import("vue").PublicProps>;
@@ -1049,7 +1049,7 @@
1049
1049
  },
1050
1050
  "pop-select/bordered": {
1051
1051
  "type": "boolean",
1052
- "description": "if `true`, adds border to textarea when `color` property is not set.",
1052
+ "description": "if `true`, adds border to select when `color` property is not set.",
1053
1053
  "options": []
1054
1054
  },
1055
1055
  "pop-select/color": {
@@ -1078,7 +1078,7 @@
1078
1078
  },
1079
1079
  "pop-select/helper-text": {
1080
1080
  "type": "string",
1081
- "description": "Text that is placed under the textarea and displayed when no error is detected.",
1081
+ "description": "Text that is placed under the select and displayed when no error is detected.",
1082
1082
  "options": []
1083
1083
  },
1084
1084
  "pop-select/max": {
@@ -1093,7 +1093,7 @@
1093
1093
  },
1094
1094
  "pop-select/multiple": {
1095
1095
  "type": "boolean",
1096
- "description": "If `true`, the user can enter more than one value.",
1096
+ "description": "If `true`, the user can select more than one value.",
1097
1097
  "options": []
1098
1098
  },
1099
1099
  "pop-select/name": {
@@ -1111,6 +1111,11 @@
1111
1111
  "description": "Instructional text that shows before the input has a value.\n\nThis property replace the `<option disabled selected>`",
1112
1112
  "options": []
1113
1113
  },
1114
+ "pop-select/readonly": {
1115
+ "type": "boolean",
1116
+ "description": "If `true`, the user cannot modify the value.",
1117
+ "options": []
1118
+ },
1114
1119
  "pop-select/required": {
1115
1120
  "type": "boolean",
1116
1121
  "description": "If `true`, the user must fill in a value before submitting a form.",
@@ -289,7 +289,7 @@
289
289
  ]
290
290
  },
291
291
  "pop-select": {
292
- "description": "",
292
+ "description": "Select is used to pick a value from a list of options.",
293
293
  "attributes": [
294
294
  "auto-focus",
295
295
  "bordered",
@@ -303,6 +303,7 @@
303
303
  "name",
304
304
  "not-enough-error-text",
305
305
  "placeholder",
306
+ "readonly",
306
307
  "required",
307
308
  "selected-text",
308
309
  "size",
@@ -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.7",
5
+ "version": "0.3.8",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -754,7 +754,7 @@
754
754
  ],
755
755
  "events": [
756
756
  {
757
- "name": "didDismiss",
757
+ "name": "dismiss",
758
758
  "description": "Emitted after the modal has dismissed.",
759
759
  "arguments": [
760
760
  {
@@ -764,7 +764,7 @@
764
764
  ]
765
765
  },
766
766
  {
767
- "name": "didPresent",
767
+ "name": "present",
768
768
  "description": "Emitted after the modal has presented.",
769
769
  "arguments": [
770
770
  {
@@ -2187,7 +2187,7 @@
2187
2187
  {
2188
2188
  "name": "PopSelect",
2189
2189
  "doc-url": "https://poppy-ui.com/docs/api/select",
2190
- "description": "",
2190
+ "description": "Select is used to pick a value from a list of options.",
2191
2191
  "source": {
2192
2192
  "module": "@poppy-ui/core/src/components/select/select.d.ts",
2193
2193
  "symbol": "Select"
@@ -2205,7 +2205,7 @@
2205
2205
  },
2206
2206
  {
2207
2207
  "name": "bordered",
2208
- "description": "if `true`, adds border to textarea when `color` property is not set.",
2208
+ "description": "if `true`, adds border to select when `color` property is not set.",
2209
2209
  "required": false,
2210
2210
  "value": {
2211
2211
  "kind": "expression",
@@ -2241,7 +2241,7 @@
2241
2241
  },
2242
2242
  {
2243
2243
  "name": "helper-text",
2244
- "description": "Text that is placed under the textarea and displayed when no error is detected.",
2244
+ "description": "Text that is placed under the select and displayed when no error is detected.",
2245
2245
  "required": false,
2246
2246
  "value": {
2247
2247
  "kind": "expression",
@@ -2268,7 +2268,7 @@
2268
2268
  },
2269
2269
  {
2270
2270
  "name": "multiple",
2271
- "description": "If `true`, the user can enter more than one value.",
2271
+ "description": "If `true`, the user can select more than one value.",
2272
2272
  "required": false,
2273
2273
  "value": {
2274
2274
  "kind": "expression",
@@ -2303,6 +2303,15 @@
2303
2303
  "type": "string"
2304
2304
  }
2305
2305
  },
2306
+ {
2307
+ "name": "readonly",
2308
+ "description": "If `true`, the user cannot modify the value.",
2309
+ "required": false,
2310
+ "value": {
2311
+ "kind": "expression",
2312
+ "type": "boolean"
2313
+ }
2314
+ },
2306
2315
  {
2307
2316
  "name": "required",
2308
2317
  "description": "If `true`, the user must fill in a value before submitting a form.",
@@ -2350,8 +2359,27 @@
2350
2359
  }
2351
2360
  }
2352
2361
  ],
2353
- "slots": [],
2362
+ "slots": [
2363
+ {
2364
+ "name": "default",
2365
+ "description": "Slot for the `pop-select-option`"
2366
+ },
2367
+ {
2368
+ "name": "label",
2369
+ "description": "Slot for the content of the label"
2370
+ }
2371
+ ],
2354
2372
  "events": [
2373
+ {
2374
+ "name": "dismiss",
2375
+ "description": "Emitted when the overlay is dismissed.",
2376
+ "arguments": [
2377
+ {
2378
+ "name": "detail",
2379
+ "type": "void"
2380
+ }
2381
+ ]
2382
+ },
2355
2383
  {
2356
2384
  "name": "popBlur",
2357
2385
  "description": "Emitted when the input loses focus.",
@@ -2373,8 +2401,8 @@
2373
2401
  ]
2374
2402
  },
2375
2403
  {
2376
- "name": "popDismiss",
2377
- "description": "Emitted when the overlay is dismissed.",
2404
+ "name": "popFocus",
2405
+ "description": "Emitted when the input has focus.",
2378
2406
  "arguments": [
2379
2407
  {
2380
2408
  "name": "detail",
@@ -2383,8 +2411,8 @@
2383
2411
  ]
2384
2412
  },
2385
2413
  {
2386
- "name": "popFocus",
2387
- "description": "Emitted when the input has focus.",
2414
+ "name": "present",
2415
+ "description": "Emitted when the overlay is presented.",
2388
2416
  "arguments": [
2389
2417
  {
2390
2418
  "name": "detail",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@poppy-ui/vue",
3
3
  "type": "module",
4
- "version": "0.3.7",
4
+ "version": "0.3.8",
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",
@@ -44,19 +44,19 @@
44
44
  "copy:css": "node ./scripts/copy-css.js"
45
45
  },
46
46
  "dependencies": {
47
- "@poppy-ui/core": "^0.3.7",
48
- "@stencil/vue-output-target": "^0.9.0"
47
+ "@poppy-ui/core": "^0.3.8",
48
+ "@stencil/vue-output-target": "^0.9.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@biomejs/biome": "^1.9.4",
52
- "@poppy-ui/docs": "^0.3.7",
53
- "@rollup/plugin-typescript": "^12.1.1",
52
+ "@poppy-ui/docs": "^0.3.8",
53
+ "@rollup/plugin-typescript": "^12.1.2",
54
54
  "change-case": "^5.4.4",
55
55
  "rimraf": "^6.0.1",
56
- "rollup": "^4.27.3",
56
+ "rollup": "^4.28.1",
57
57
  "typescript": "^5.7.2",
58
- "vite": "^5.4.11",
59
- "vue": "3.5.11"
58
+ "vite": "^6.0.3",
59
+ "vue": "3.5.13"
60
60
  },
61
61
  "vetur": {
62
62
  "tags": "dist/vetur/tags.json",