vitrify 0.17.0 → 0.17.1

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.
@@ -168,8 +168,13 @@ export interface QuasarPresetOptions {
168
168
  }
169
169
  }
170
170
 
171
+ const toKebabCase = (str: string) =>
172
+ str
173
+ .match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g)
174
+ ?.map((x) => x.toLowerCase())
175
+ .join('-') ?? ''
176
+
171
177
  const safelist = [
172
- 'q-icon',
173
178
  'material-icons',
174
179
  'material-icons-outlined',
175
180
  'material-icons-round',
@@ -177,819 +182,6 @@ const safelist = [
177
182
  'material-symbols-outlined',
178
183
  'material-symbols-rounded',
179
184
  'material-symbols-sharp',
180
- 'q-panel',
181
- 'q-panel-parent',
182
- 'q-loading-bar',
183
- 'q-loading-bar--top',
184
- 'q-loading-bar--bottom',
185
- 'q-loading-bar--right',
186
- 'q-loading-bar--left',
187
- 'q-avatar',
188
- 'q-avatar__content',
189
- 'q-avatar--square',
190
- 'q-badge',
191
- 'q-badge--single-line',
192
- 'q-badge--multi-line',
193
- 'q-badge--floating',
194
- 'q-badge--transparent',
195
- 'q-badge--outline',
196
- 'q-badge--rounded',
197
- 'q-banner',
198
- 'q-banner--top-padding',
199
- 'q-banner__avatar',
200
- 'q-banner--dense',
201
- 'q-bar',
202
- 'q-bar--standard',
203
- 'q-bar--dense',
204
- 'q-bar--dark',
205
- 'q-breadcrumbs__el',
206
- 'q-breadcrumbs__el-icon',
207
- 'q-breadcrumbs__el-icon--with-label',
208
- 'q-btn',
209
- 'q-btn--actionable',
210
- 'q-btn--no-uppercase',
211
- 'q-btn--rectangle',
212
- 'q-btn--outline',
213
- 'q-btn--push',
214
- 'q-btn--rounded',
215
- 'q-btn--round',
216
- 'q-btn--square',
217
- 'q-btn--flat',
218
- 'q-btn--unelevated',
219
- 'q-btn--dense',
220
- 'q-btn--fab',
221
- 'q-btn--fab-mini',
222
- 'q-btn__content',
223
- 'q-btn__content--hidden',
224
- 'q-btn__progress',
225
- 'q-btn__progress-indicator',
226
- 'q-btn__progress--dark',
227
- 'q-btn-dropdown--split',
228
- 'q-btn-dropdown--simple',
229
- 'q-btn-dropdown__arrow',
230
- 'q-btn-dropdown--current',
231
- 'q-btn-group',
232
- 'q-btn-group--push',
233
- 'q-btn-group--push',
234
- 'q-btn-group--rounded',
235
- 'q-btn-group--square',
236
- 'q-btn-group--flat',
237
- 'q-btn-group--outline',
238
- 'q-btn-group--unelevated',
239
- 'q-btn-group--stretch',
240
- 'q-btn-group--glossy',
241
- 'q-btn-group--spread',
242
- 'q-btn-group--spread',
243
- 'q-btn-toggle',
244
- 'q-card',
245
- 'q-card--bordered',
246
- 'q-card--dark',
247
- 'q-card__section',
248
- 'q-card__section--vert',
249
- 'q-card__section--horiz',
250
- 'q-card__actions',
251
- 'q-card__actions--horiz',
252
- 'q-card__actions--vert',
253
- 'q-carousel',
254
- 'q-carousel__slide',
255
- 'q-carousel__slides-container',
256
- 'q-carousel__control',
257
- 'q-carousel__arrow',
258
- 'q-carousel__prev-arrow--horizontal',
259
- 'q-carousel__next-arrow--horizontal',
260
- 'q-carousel__prev-arrow--vertical',
261
- 'q-carousel__next-arrow--vertical',
262
- 'q-carousel__navigation--top',
263
- 'q-carousel__navigation--bottom',
264
- 'q-carousel__navigation--left',
265
- 'q-carousel__navigation--right',
266
- 'q-carousel__navigation-inner',
267
- 'q-carousel__navigation',
268
- 'q-carousel__navigation-icon--inactive',
269
- 'q-carousel--navigation-top',
270
- 'q-carousel--arrows-vertical',
271
- 'q-carousel--navigation-bottom',
272
- 'q-carousel--navigation-left',
273
- 'q-carousel--arrows-horizontal',
274
- 'q-carousel--navigation-right',
275
- 'q-message-name',
276
- 'q-message-label',
277
- 'q-message-stamp',
278
- 'q-message-avatar',
279
- 'q-message',
280
- 'q-message-avatar--received',
281
- 'q-message-text--received',
282
- 'q-message-text-content--received',
283
- 'q-message-name--sent',
284
- 'q-message-avatar--sent',
285
- 'q-message-container--sent',
286
- 'q-message-text--sent',
287
- 'q-message-text-content--sent',
288
- 'q-message-text',
289
- 'q-checkbox',
290
- 'q-checkbox__native',
291
- 'q-checkbox__bg',
292
- 'q-checkbox__icon-container',
293
- 'q-checkbox__icon',
294
- 'q-checkbox__svg',
295
- 'q-checkbox__truthy',
296
- 'q-checkbox__indet',
297
- 'q-checkbox__inner',
298
- 'q-checkbox__inner--truthy',
299
- 'q-checkbox__inner--indet',
300
- 'q-checkbox--dark',
301
- 'q-checkbox--dense',
302
- 'q-chip',
303
- 'q-chip--colored',
304
- 'q-chip--dark',
305
- 'q-chip--outline',
306
- 'q-chip--selected',
307
- 'q-chip__icon',
308
- 'q-chip__icon--left',
309
- 'q-chip__icon--right',
310
- 'q-chip__icon--remove',
311
- 'q-chip__content',
312
- 'q-chip--dense',
313
- 'q-chip--square',
314
- 'q-circular-progress',
315
- 'q-circular-progress__svg',
316
- 'q-circular-progress__text',
317
- 'q-circular-progress--indeterminate',
318
- 'q-color-picker',
319
- 'q-color-picker--bordered',
320
- 'q-color-picker__header-tabs',
321
- 'q-color-picker__header-banner',
322
- 'q-color-picker__header',
323
- 'q-color-picker__error-icon',
324
- 'q-color-picker__header-content',
325
- 'q-color-picker__header-content--light',
326
- 'q-color-picker__header-content--dark',
327
- 'q-color-picker__header-bg',
328
- 'q-color-picker__footer',
329
- 'q-color-picker__spectrum',
330
- 'q-color-picker__spectrum-tab',
331
- 'q-color-picker__spectrum-white',
332
- 'q-color-picker__spectrum-black',
333
- 'q-color-picker__spectrum-circle',
334
- 'q-color-picker__hue',
335
- 'q-color-picker__alpha',
336
- 'q-color-picker__sliders',
337
- 'q-color-picker__tune-tab',
338
- 'q-color-picker__palette-tab',
339
- 'q-color-picker__palette-rows--editable',
340
- 'q-color-picker__cube',
341
- 'q-color-picker--dark',
342
- 'q-date',
343
- 'q-date--bordered',
344
- 'q-date__header',
345
- 'q-date__actions',
346
- 'q-date__content',
347
- 'q-date__main',
348
- 'q-date__header-link',
349
- 'q-date__header-link--active',
350
- 'q-date__header-subtitle',
351
- 'q-date__header-title-label',
352
- 'q-date__view',
353
- 'q-date__navigation',
354
- 'q-date__calendar-weekdays',
355
- 'q-date__calendar-item',
356
- 'q-date__calendar-item--out',
357
- 'q-date__calendar-item--fill',
358
- 'q-date__range',
359
- 'q-date__range-from',
360
- 'q-date__range-to',
361
- 'q-date__edit-range',
362
- 'q-date__edit-range-from',
363
- 'q-date__edit-range-from-to',
364
- 'q-date__edit-range-to',
365
- 'q-date__calendar-days-container',
366
- 'q-date__calendar-days',
367
- 'q-date__event',
368
- 'q-date__today',
369
- 'q-date__years-content',
370
- 'q-date__years-item',
371
- 'q-date__months-item',
372
- 'q-date--readonly',
373
- 'q-date--portrait',
374
- 'q-date--portrait-standard',
375
- 'q-date--portrait-minimal',
376
- 'q-date--landscape',
377
- 'q-date--landscape-standard',
378
- 'q-date--landscape-minimal',
379
- 'q-date--dark',
380
- 'q-dialog__title',
381
- 'q-dialog__progress',
382
- 'q-dialog__inner',
383
- 'q-dialog__inner--square',
384
- 'q-dialog__inner--minimized',
385
- 'q-dialog__inner--maximized',
386
- 'q-dialog__inner--top',
387
- 'q-dialog__inner--bottom',
388
- 'q-dialog__inner--right',
389
- 'q-dialog__inner--left',
390
- 'q-dialog__inner--fullwidth',
391
- 'q-dialog__inner--fullheight',
392
- 'q-dialog__backdrop',
393
- 'q-body--dialog',
394
- 'q-editor',
395
- 'q-editor__toolbars-container',
396
- 'q-editor__content',
397
- 'q-editor__toolbar',
398
- 'q-editor__toolbar-group',
399
- 'q-editor__link-input',
400
- 'q-editor--flat',
401
- 'q-editor--dense',
402
- 'q-editor--dark',
403
- 'q-expansion-item__border',
404
- 'q-expansion-item__toggle-icon',
405
- 'q-expansion-item__toggle-icon--rotated',
406
- 'q-expansion-item__toggle-focus',
407
- 'q-expansion-item--popup',
408
- 'q-expansion-item__content',
409
- 'q-expansion-item',
410
- 'q-expansion-item--expanded',
411
- 'q-expansion-item--expanded',
412
- 'z-fab',
413
- 'q-fab',
414
- 'q-fab--form-rounded',
415
- 'q-fab--form-square',
416
- 'q-fab__icon',
417
- 'q-fab__active-icon',
418
- 'q-fab__label--external',
419
- 'q-fab__label--external-hidden',
420
- 'q-fab__label--external-left',
421
- 'q-fab__label--external-right',
422
- 'q-fab__label--external-bottom',
423
- 'q-fab__label--external-top',
424
- 'q-fab__label--internal',
425
- 'q-fab__label--internal-hidden',
426
- 'q-fab__label--internal-top',
427
- 'q-fab__label--internal-bottom',
428
- 'q-fab__label--internal-left',
429
- 'q-fab__label--internal-right',
430
- 'q-fab__icon-holder',
431
- 'q-fab__icon-holder--opened',
432
- 'q-fab__actions',
433
- 'q-fab__actions--right',
434
- 'q-fab__actions--left',
435
- 'q-fab__actions--up',
436
- 'q-fab__actions--down',
437
- 'q-fab__actions--opened',
438
- 'q-fab--align-left',
439
- 'q-fab--align-right',
440
- 'q-field',
441
- 'q-field--with-bottom',
442
- 'q-field__marginal',
443
- 'q-field__before',
444
- 'q-field__prepend',
445
- 'q-field__after',
446
- 'q-field__append',
447
- 'q-field__inner',
448
- 'q-field__bottom',
449
- 'q-field__bottom--animated',
450
- 'q-field__messages',
451
- 'q-field__counter',
452
- 'q-field--item-aligned',
453
- 'q-field__control-container',
454
- 'q-field__control',
455
- 'q-field__shadow',
456
- 'q-field__native',
457
- 'q-field__prefix',
458
- 'q-field__suffix',
459
- 'q-field__input',
460
- 'q-field--readonly',
461
- 'q-field--disabled',
462
- 'q-field__label',
463
- 'q-field--float',
464
- 'q-field--highlighted',
465
- 'q-field--filled',
466
- 'q-field--outlined',
467
- 'q-field--standard',
468
- 'q-field--dark',
469
- 'q-field--standout',
470
- 'q-field--labeled',
471
- 'q-field--dense',
472
- 'q-field--borderless',
473
- 'q-field--error',
474
- 'q-field__focusable-action',
475
- 'q-field--auto-height',
476
- 'q-field--square',
477
- 'q-transition--field-message-enter-active',
478
- 'q-transition--field-message-leave-active',
479
- 'q-transition--field-message-enter-from',
480
- 'q-transition--field-message-leave-to',
481
- 'q-transition--field-message-leave-from',
482
- 'q-file',
483
- 'q-file__filler',
484
- 'q-file__dnd',
485
- 'q-form',
486
- 'q-img',
487
- 'q-img__loading',
488
- 'q-img__container',
489
- 'q-img__image',
490
- 'q-img__image--with-transition',
491
- 'q-img__image--loaded',
492
- 'q-img__content',
493
- 'q-img--no-menu',
494
- 'q-inner-loading',
495
- 'q-inner-loading--dark',
496
- 'q-inner-loading__label',
497
- 'q-textarea',
498
- 'q-textarea--autogrow',
499
- 'q-intersection',
500
- 'q-item',
501
- 'q-item__section--side',
502
- 'q-item__section--avatar',
503
- 'q-item__section--thumbnail',
504
- 'q-item__section--nowrap',
505
- 'q-item__label',
506
- 'q-item__label--overline',
507
- 'q-item__label--caption',
508
- 'q-item__label--header',
509
- 'q-separator--spaced',
510
- 'q-list--padding',
511
- 'q-item__section--main',
512
- 'q-list--bordered',
513
- 'q-list--separator',
514
- 'q-list--dense',
515
- 'q-item--dense',
516
- 'q-list--dark',
517
- 'q-item--dark',
518
- 'q-item--active',
519
- 'q-knob',
520
- 'q-knob--editable',
521
- 'q-layout',
522
- 'q-layout-container',
523
- 'q-layout__shadow',
524
- 'q-layout__section--marginal',
525
- 'q-header--hidden',
526
- 'q-header--bordered',
527
- 'q-header',
528
- 'q-footer--hidden',
529
- 'q-footer--bordered',
530
- 'q-footer',
531
- 'q-drawer',
532
- 'q-drawer--on-top',
533
- 'q-drawer--left',
534
- 'q-drawer--right',
535
- 'q-drawer-container',
536
- 'q-drawer--mini',
537
- 'q-drawer--mini-animate',
538
- 'q-drawer--standard',
539
- 'q-drawer--mobile',
540
- 'q-drawer__backdrop',
541
- 'q-drawer__opener',
542
- 'q-page',
543
- 'q-page-sticky--shrink',
544
- 'q-body--layout-animate',
545
- 'q-body--drawer-toggle',
546
- 'q-linear-progress',
547
- 'q-linear-progress__model',
548
- 'q-linear-progress__track',
549
- 'q-linear-progress__model--with-transition',
550
- 'q-linear-progress__track--with-transition',
551
- 'q-linear-progress--reverse',
552
- 'q-linear-progress__model--determinate',
553
- 'q-linear-progress__model--indeterminate',
554
- 'q-linear-progress__model--query',
555
- 'q-linear-progress__track--light',
556
- 'q-linear-progress__track--dark',
557
- 'q-linear-progress__stripe',
558
- 'q-linear-progress__stripe--with-transition',
559
- 'q-menu',
560
- 'q-menu--square',
561
- 'q-menu--dark',
562
- 'q-option-group--inline',
563
- 'q-pagination',
564
- 'q-pagination__content',
565
- 'q-pagination__middle',
566
- 'q-parallax',
567
- 'q-parallax__media',
568
- 'q-popup-edit',
569
- 'q-popup-edit__buttons',
570
- 'q-pull-to-refresh',
571
- 'q-pull-to-refresh__puller',
572
- 'q-pull-to-refresh__puller--animating',
573
- 'q-radio',
574
- 'q-radio__native',
575
- 'q-radio__bg',
576
- 'q-radio__icon-container',
577
- 'q-radio__icon',
578
- 'q-radio__check',
579
- 'q-radio__inner',
580
- 'q-radio__inner--truthy',
581
- 'q-radio--dark',
582
- 'q-radio--dense',
583
- 'q-rating',
584
- 'q-rating__icon-container',
585
- 'q-rating__icon',
586
- 'q-rating__icon--hovered',
587
- 'q-rating__icon--active',
588
- 'q-rating__icon--exselected',
589
- 'q-rating--no-dimming',
590
- 'q-rating--editable',
591
- 'q-responsive',
592
- 'q-responsive__filler',
593
- 'q-responsive__content',
594
- 'q-scrollarea',
595
- 'q-scrollarea__bar',
596
- 'q-scrollarea__thumb',
597
- 'q-scrollarea__bar--v',
598
- 'q-scrollarea__thumb--v',
599
- 'q-scrollarea__bar--h',
600
- 'q-scrollarea__thumb--h',
601
- 'q-scrollarea__bar--invisible',
602
- 'q-scrollarea__thumb--invisible',
603
- 'q-scrollarea__content',
604
- 'q-scrollarea--dark',
605
- 'q-select--without-input',
606
- 'q-select--with-input',
607
- 'q-select',
608
- 'q-select__focus-target',
609
- 'q-select__autocomplete-input',
610
- 'q-select__dropdown-icon',
611
- 'q-select__dialog',
612
- 'q-separator',
613
- 'q-separator--dark',
614
- 'q-separator--horizontal',
615
- 'q-separator--horizontal-inset',
616
- 'q-separator--horizontal-item-inset',
617
- 'q-separator--horizontal-item-thumbnail-inset',
618
- 'q-separator--vertical',
619
- 'q-separator--vertical-inset',
620
- 'q-skeleton',
621
- 'q-skeleton--anim',
622
- 'q-skeleton--type-text',
623
- 'q-skeleton--type-circle',
624
- 'q-skeleton--type-QAvatar',
625
- 'q-skeleton--type-QBtn',
626
- 'q-skeleton--type-QBadge',
627
- 'q-skeleton--type-QChip',
628
- 'q-skeleton--type-QToolbar',
629
- 'q-skeleton--type-QCheckbox',
630
- 'q-skeleton--type-QRadio',
631
- 'q-skeleton--type-QToggle',
632
- 'q-skeleton--type-QSlider',
633
- 'q-skeleton--type-QRange',
634
- 'q-skeleton--type-QInput',
635
- 'q-skeleton--bordered',
636
- 'q-skeleton--square',
637
- 'q-skeleton--anim-fade',
638
- 'q-skeleton--anim-pulse',
639
- 'q-skeleton--anim-pulse-x',
640
- 'q-skeleton--anim-pulse-y',
641
- 'q-skeleton--anim-wave',
642
- 'q-skeleton--anim-blink',
643
- 'q-skeleton--anim-pop',
644
- 'q-skeleton--dark',
645
- 'q-slide-item',
646
- 'q-slide-item__left',
647
- 'q-slide-item__right',
648
- 'q-slide-item__top',
649
- 'q-slide-item__bottom',
650
- 'q-slide-item__content',
651
- 'q-slider',
652
- 'q-slider--h',
653
- 'q-slider--v',
654
- 'q-slider--editable',
655
- 'q-slider__track-container',
656
- 'q-slider__track-container--h',
657
- 'q-slider__track-container--v',
658
- 'q-slider__track',
659
- 'q-slider__inner',
660
- 'q-slider__selection',
661
- 'q-slider__markers',
662
- 'q-slider__markers--h',
663
- 'q-slider__markers--v',
664
- 'q-slider__marker-labels-container',
665
- 'q-slider__marker-labels',
666
- 'q-slider__marker-labels--h-standard',
667
- 'q-slider__marker-labels--h-switched',
668
- 'q-slider__marker-labels--h-ltr',
669
- 'q-slider__marker-labels--h-rtl',
670
- 'q-slider__marker-labels--v-standard',
671
- 'q-slider__marker-labels--v-switched',
672
- 'q-slider__marker-labels--v-ltr',
673
- 'q-slider__marker-labels--v-rtl',
674
- 'q-slider__thumb',
675
- 'q-slider__thumb--h',
676
- 'q-slider__thumb--h-ltr',
677
- 'q-slider__thumb--h-rtl',
678
- 'q-slider__thumb--v',
679
- 'q-slider__thumb--v-ltr',
680
- 'q-slider__thumb--v-rtl',
681
- 'q-slider__thumb-shape',
682
- 'q-slider__focus-ring',
683
- 'q-slider__pin',
684
- 'q-slider__pin--h',
685
- 'q-slider__pin--h-standard',
686
- 'q-slider__pin--h-switched',
687
- 'q-slider__pin--v',
688
- 'q-slider__pin--v-standard',
689
- 'q-slider__pin--v-switched',
690
- 'q-slider__label',
691
- 'q-slider__label--h',
692
- 'q-slider__label--h-standard',
693
- 'q-slider__label--h-switched',
694
- 'q-slider__label--v',
695
- 'q-slider__label--v-standard',
696
- 'q-slider__label--v-switched',
697
- 'q-slider__text-container',
698
- 'q-slider__text',
699
- 'q-slider--no-value',
700
- 'q-slider--focus',
701
- 'q-slider--inactive',
702
- 'q-slider--active',
703
- 'q-slider--label',
704
- 'q-slider--dark',
705
- 'q-slider--dense',
706
- 'q-space',
707
- 'q-spinner',
708
- 'q-spinner-mat',
709
- 'q-splitter__panel',
710
- 'q-splitter__separator',
711
- 'q-splitter__separator-area',
712
- 'q-splitter--dark',
713
- 'q-splitter--vertical',
714
- 'q-splitter--horizontal',
715
- 'q-splitter__before',
716
- 'q-splitter__after',
717
- 'q-stepper',
718
- 'q-stepper__title',
719
- 'q-stepper__caption',
720
- 'q-stepper__dot',
721
- 'q-stepper__tab',
722
- 'q-stepper--dark',
723
- 'q-stepper__tab--navigation',
724
- 'q-stepper__tab--active',
725
- 'q-stepper__tab--done',
726
- 'q-stepper__tab--disabled',
727
- 'q-stepper__tab--error',
728
- 'q-stepper__tab--error-with-icon',
729
- 'q-stepper__header',
730
- 'q-stepper__header--border',
731
- 'q-stepper__header--standard-labels',
732
- 'q-stepper__header--alternative-labels',
733
- 'q-stepper__header--contracted',
734
- 'q-stepper__header--contracted',
735
- 'q-stepper__nav',
736
- 'q-stepper--flat',
737
- 'q-stepper--bordered',
738
- 'q-stepper--horizontal',
739
- 'q-stepper--vertical',
740
- 'q-tab-panels',
741
- 'q-tab-panel',
742
- 'q-markup-table',
743
- 'q-table',
744
- 'q-table__card',
745
- 'q-table__container',
746
- 'q-table__top',
747
- 'q-table__title',
748
- 'q-table__separator',
749
- 'q-table__progress',
750
- 'q-table__middle',
751
- 'q-table__bottom',
752
- 'q-table__bottom-nodata-icon',
753
- 'q-table__bottom-item',
754
- 'q-table__control',
755
- 'q-table__sort-icon',
756
- 'q-table__sort-icon--left',
757
- 'q-table__sort-icon--center',
758
- 'q-table__sort-icon--right',
759
- 'q-table--col-auto-width',
760
- 'q-table__card--dark',
761
- 'q-table--dark',
762
- 'q-table--flat',
763
- 'q-table--bordered',
764
- 'q-table--square',
765
- 'q-table__linear-progress',
766
- 'q-table--no-wrap',
767
- 'q-table--grid',
768
- 'q-table__grid-item-card',
769
- 'q-table__grid-item-row',
770
- 'q-table__grid-item-title',
771
- 'q-table__grid-item-value',
772
- 'q-table__grid-item',
773
- 'q-table__grid-item--selected',
774
- 'q-table--horizontal-separator',
775
- 'q-table--cell-separator',
776
- 'q-table--vertical-separator',
777
- 'q-table--dense',
778
- 'q-tab',
779
- 'q-tab--full',
780
- 'q-tab--no-caps',
781
- 'q-tab__content',
782
- 'q-tab__content--inline',
783
- 'q-tab__icon',
784
- 'q-tab__label',
785
- 'q-tab__alert',
786
- 'q-tab__alert-icon',
787
- 'q-tab__indicator',
788
- 'q-tab--active',
789
- 'q-tab--inactive',
790
- 'q-tabs',
791
- 'q-tabs--not-scrollable',
792
- 'q-tabs__arrow',
793
- 'q-tabs__content',
794
- 'q-tabs__content--align-center',
795
- 'q-tabs__content--align-right',
796
- 'q-tabs__content--align-justify',
797
- 'q-tabs__offset',
798
- 'q-tabs--horizontal',
799
- 'q-tabs--vertical',
800
- 'q-tabs--dense',
801
- 'q-time',
802
- 'q-time--bordered',
803
- 'q-time__header',
804
- 'q-time__actions',
805
- 'q-time__header-label',
806
- 'q-time__link',
807
- 'q-time__link--active',
808
- 'q-time__header-ampm',
809
- 'q-time__content',
810
- 'q-time__container-parent',
811
- 'q-time__container-child',
812
- 'q-time__clock',
813
- 'q-time__clock-circle',
814
- 'q-time__clock-center',
815
- 'q-time__clock-pointer',
816
- 'q-time__clock-position',
817
- 'q-time__clock-position--disable',
818
- 'q-time__clock-position--active',
819
- 'q-time__clock-pos-0',
820
- 'q-time__clock-pos-1',
821
- 'q-time__clock-pos-2',
822
- 'q-time__clock-pos-3',
823
- 'q-time__clock-pos-4',
824
- 'q-time__clock-pos-5',
825
- 'q-time__clock-pos-6',
826
- 'q-time__clock-pos-7',
827
- 'q-time__clock-pos-8',
828
- 'q-time__clock-pos-9',
829
- 'q-time__clock-pos-10',
830
- 'q-time__clock-pos-11',
831
- 'q-time__clock-pos-12',
832
- 'q-time__clock-pos-13',
833
- 'q-time__clock-pos-14',
834
- 'q-time__clock-pos-15',
835
- 'q-time__clock-pos-16',
836
- 'q-time__clock-pos-17',
837
- 'q-time__clock-pos-18',
838
- 'q-time__clock-pos-19',
839
- 'q-time__clock-pos-20',
840
- 'q-time__clock-pos-21',
841
- 'q-time__clock-pos-22',
842
- 'q-time__clock-pos-23',
843
- 'q-time__now-button',
844
- 'q-time--readonly',
845
- 'q-time--portrait',
846
- 'q-time--landscape',
847
- 'q-time--dark',
848
- 'q-timeline',
849
- 'q-timeline--dark',
850
- 'q-timeline__content',
851
- 'q-timeline__title',
852
- 'q-timeline__subtitle',
853
- 'q-timeline__dot',
854
- 'q-timeline__dot-img',
855
- 'q-timeline__heading',
856
- 'q-timeline__heading-title',
857
- 'q-timeline__entry',
858
- 'q-timeline__entry--icon',
859
- 'q-timeline--dense--right',
860
- 'q-timeline--dense--left',
861
- 'q-timeline--comfortable',
862
- 'q-timeline--comfortable--right',
863
- 'q-timeline--comfortable--right',
864
- 'q-timeline--comfortable--left',
865
- 'q-timeline--loose',
866
- 'q-toggle',
867
- 'q-toggle__native',
868
- 'q-toggle__track',
869
- 'q-toggle__thumb',
870
- 'q-toggle__inner',
871
- 'q-toggle__inner--indet',
872
- 'q-toggle__inner--truthy',
873
- 'q-toggle--dark',
874
- 'q-toggle--dense',
875
- 'q-toolbar',
876
- 'q-toolbar--inset',
877
- 'q-toolbar__title',
878
- 'q-tooltip--style',
879
- 'q-tooltip',
880
- 'q-tree',
881
- 'q-tree__node',
882
- 'q-tree__node--disabled',
883
- 'q-tree__node-header',
884
- 'q-tree__children',
885
- 'q-tree__node-body',
886
- 'q-tree__node--parent',
887
- 'q-tree__node--link',
888
- 'q-tree__node-header-content',
889
- 'q-tree__node--selected',
890
- 'q-tree__icon',
891
- 'q-tree__img',
892
- 'q-tree__avatar',
893
- 'q-tree__arrow',
894
- 'q-tree__spinner',
895
- 'q-tree__arrow--rotate',
896
- 'q-tree__tickbox',
897
- 'q-tree--dark',
898
- 'q-tree--no-connectors',
899
- 'q-tree--dense',
900
- 'q-tree--dense',
901
- 'q-uploader',
902
- 'q-uploader--bordered',
903
- 'q-uploader__input',
904
- 'q-uploader__file',
905
- 'q-uploader__header',
906
- 'q-uploader__spinner',
907
- 'q-uploader__header-content',
908
- 'q-uploader__dnd',
909
- 'q-uploader__overlay',
910
- 'q-uploader__list',
911
- 'q-uploader__file--img',
912
- 'q-uploader__file-header',
913
- 'q-uploader__file-header-content',
914
- 'q-uploader__file-status',
915
- 'q-uploader__title',
916
- 'q-uploader__subtitle',
917
- 'q-uploader--disable',
918
- 'q-uploader--dark',
919
- 'q-video',
920
- 'q-video--responsive',
921
- 'q-virtual-scroll',
922
- 'q-virtual-scroll__content',
923
- 'q-virtual-scroll__padding',
924
- 'q-virtual-scroll--horizontal',
925
- 'q-ripple',
926
- 'q-ripple__inner',
927
- 'q-ripple__inner--enter',
928
- 'q-ripple__inner--leave',
929
- 'q-morph--invisible',
930
- 'q-morph--internal',
931
- 'q-bottom-sheet',
932
- 'q-bottom-sheet__avatar',
933
- 'q-bottom-sheet--list',
934
- 'q-bottom-sheet--grid',
935
- 'q-bottom-sheet__item',
936
- 'q-dialog-plugin',
937
- 'q-dialog-plugin__form',
938
- 'q-dialog-plugin--progress',
939
- 'q-loading',
940
- 'q-loading__backdrop',
941
- 'q-loading__box',
942
- 'q-loading__message',
943
- 'q-notifications__list',
944
- 'q-notifications__list--center',
945
- 'q-notifications__list--top',
946
- 'q-notifications__list--bottom',
947
- 'q-notification',
948
- 'q-notification__icon',
949
- 'q-notification__icon--additional',
950
- 'q-notification__avatar',
951
- 'q-notification__avatar--additional',
952
- 'q-notification__spinner',
953
- 'q-notification__spinner--additional',
954
- 'q-notification__message',
955
- 'q-notification__caption',
956
- 'q-notification__actions',
957
- 'q-notification__badge',
958
- 'q-notification__badge--top-left',
959
- 'q-notification__badge--top-right',
960
- 'q-notification__badge--bottom-left',
961
- 'q-notification__badge--bottom-right',
962
- 'q-notification__progress',
963
- 'q-notification--standard',
964
- 'q-notification--multi-line',
965
- 'q-notification--top-left-enter-from',
966
- 'q-notification--top-left-leave-to',
967
- 'q-notification--top-enter-from',
968
- 'q-notification--top-leave-to',
969
- 'q-notification--top-right-enter-from',
970
- 'q-notification--top-right-leave-to',
971
- 'q-notification--left-enter-from',
972
- 'q-notification--left-leave-to',
973
- 'q-notification--center-enter-from',
974
- 'q-notification--center-leave-to',
975
- 'q-notification--right-enter-from',
976
- 'q-notification--right-leave-to',
977
- 'q-notification--bottom-left-enter-from',
978
- 'q-notification--bottom-left-leave-to',
979
- 'q-notification--bottom-enter-from',
980
- 'q-notification--bottom-leave-to',
981
- 'q-notification--bottom-right-enter-from',
982
- 'q-notification--bottom-right-leave-to',
983
- 'q-notification--top-left-leave-active',
984
- 'q-notification--top-leave-active',
985
- 'q-notification--top-right-leave-active',
986
- 'q-notification--left-leave-active',
987
- 'q-notification--center-leave-active',
988
- 'q-notification--right-leave-active',
989
- 'q-notification--bottom-left-leave-active',
990
- 'q-notification--bottom-leave-active',
991
- 'q-notification--bottom-right-leave-active',
992
- 'animated',
993
185
  'q-animate--scale',
994
186
  'q-animate--fade',
995
187
  'inset-shadow',
@@ -1272,6 +464,824 @@ const safelist = [
1272
464
  'q-dark'
1273
465
  ]
1274
466
 
467
+ const qClasses = [
468
+ 'q-icon',
469
+ 'q-panel',
470
+ 'q-panel-parent',
471
+ 'q-loading-bar',
472
+ 'q-loading-bar--top',
473
+ 'q-loading-bar--bottom',
474
+ 'q-loading-bar--right',
475
+ 'q-loading-bar--left',
476
+ 'q-avatar',
477
+ 'q-avatar__content',
478
+ 'q-avatar--square',
479
+ 'q-badge',
480
+ 'q-badge--single-line',
481
+ 'q-badge--multi-line',
482
+ 'q-badge--floating',
483
+ 'q-badge--transparent',
484
+ 'q-badge--outline',
485
+ 'q-badge--rounded',
486
+ 'q-banner',
487
+ 'q-banner--top-padding',
488
+ 'q-banner__avatar',
489
+ 'q-banner__actions',
490
+ 'q-banner--dense',
491
+ 'q-bar',
492
+ 'q-bar--standard',
493
+ 'q-bar--dense',
494
+ 'q-bar--dark',
495
+ 'q-breadcrumbs__el',
496
+ 'q-breadcrumbs__el-icon',
497
+ 'q-breadcrumbs__el-icon--with-label',
498
+ 'q-btn',
499
+ 'q-btn--actionable',
500
+ 'q-btn--no-uppercase',
501
+ 'q-btn--rectangle',
502
+ 'q-btn--outline',
503
+ 'q-btn--push',
504
+ 'q-btn--rounded',
505
+ 'q-btn--round',
506
+ 'q-btn--square',
507
+ 'q-btn--flat',
508
+ 'q-btn--unelevated',
509
+ 'q-btn--dense',
510
+ 'q-btn--fab',
511
+ 'q-btn--fab-mini',
512
+ 'q-btn__content',
513
+ 'q-btn__content--hidden',
514
+ 'q-btn__progress',
515
+ 'q-btn__progress-indicator',
516
+ 'q-btn__progress--dark',
517
+ 'q-btn-dropdown--split',
518
+ 'q-btn-dropdown--simple',
519
+ 'q-btn-dropdown__arrow',
520
+ 'q-btn-dropdown--current',
521
+ 'q-btn-group',
522
+ 'q-btn-group--push',
523
+ 'q-btn-group--push',
524
+ 'q-btn-group--rounded',
525
+ 'q-btn-group--square',
526
+ 'q-btn-group--flat',
527
+ 'q-btn-group--outline',
528
+ 'q-btn-group--unelevated',
529
+ 'q-btn-group--stretch',
530
+ 'q-btn-group--glossy',
531
+ 'q-btn-group--spread',
532
+ 'q-btn-group--spread',
533
+ 'q-btn-toggle',
534
+ 'q-card',
535
+ 'q-card--bordered',
536
+ 'q-card--dark',
537
+ 'q-card__section',
538
+ 'q-card__section--vert',
539
+ 'q-card__section--horiz',
540
+ 'q-card__actions',
541
+ 'q-card__actions--horiz',
542
+ 'q-card__actions--vert',
543
+ 'q-carousel',
544
+ 'q-carousel__slide',
545
+ 'q-carousel__slides-container',
546
+ 'q-carousel__control',
547
+ 'q-carousel__arrow',
548
+ 'q-carousel__prev-arrow--horizontal',
549
+ 'q-carousel__next-arrow--horizontal',
550
+ 'q-carousel__prev-arrow--vertical',
551
+ 'q-carousel__next-arrow--vertical',
552
+ 'q-carousel__navigation--top',
553
+ 'q-carousel__navigation--bottom',
554
+ 'q-carousel__navigation--left',
555
+ 'q-carousel__navigation--right',
556
+ 'q-carousel__navigation-inner',
557
+ 'q-carousel__navigation',
558
+ 'q-carousel__navigation-icon--inactive',
559
+ 'q-carousel--navigation-top',
560
+ 'q-carousel--arrows-vertical',
561
+ 'q-carousel--navigation-bottom',
562
+ 'q-carousel--navigation-left',
563
+ 'q-carousel--arrows-horizontal',
564
+ 'q-carousel--navigation-right',
565
+ 'q-message-name',
566
+ 'q-message-label',
567
+ 'q-message-stamp',
568
+ 'q-message-avatar',
569
+ 'q-message',
570
+ 'q-message-avatar--received',
571
+ 'q-message-text--received',
572
+ 'q-message-text-content--received',
573
+ 'q-message-name--sent',
574
+ 'q-message-avatar--sent',
575
+ 'q-message-container--sent',
576
+ 'q-message-text--sent',
577
+ 'q-message-text-content--sent',
578
+ 'q-message-text',
579
+ 'q-checkbox',
580
+ 'q-checkbox__native',
581
+ 'q-checkbox__bg',
582
+ 'q-checkbox__icon-container',
583
+ 'q-checkbox__icon',
584
+ 'q-checkbox__svg',
585
+ 'q-checkbox__truthy',
586
+ 'q-checkbox__indet',
587
+ 'q-checkbox__inner',
588
+ 'q-checkbox__inner--truthy',
589
+ 'q-checkbox__inner--indet',
590
+ 'q-checkbox--dark',
591
+ 'q-checkbox--dense',
592
+ 'q-chip',
593
+ 'q-chip--colored',
594
+ 'q-chip--dark',
595
+ 'q-chip--outline',
596
+ 'q-chip--selected',
597
+ 'q-chip__icon',
598
+ 'q-chip__icon--left',
599
+ 'q-chip__icon--right',
600
+ 'q-chip__icon--remove',
601
+ 'q-chip__content',
602
+ 'q-chip--dense',
603
+ 'q-chip--square',
604
+ 'q-circular-progress',
605
+ 'q-circular-progress__svg',
606
+ 'q-circular-progress__text',
607
+ 'q-circular-progress--indeterminate',
608
+ 'q-color-picker',
609
+ 'q-color-picker--bordered',
610
+ 'q-color-picker__header-tabs',
611
+ 'q-color-picker__header-banner',
612
+ 'q-color-picker__header',
613
+ 'q-color-picker__error-icon',
614
+ 'q-color-picker__header-content',
615
+ 'q-color-picker__header-content--light',
616
+ 'q-color-picker__header-content--dark',
617
+ 'q-color-picker__header-bg',
618
+ 'q-color-picker__footer',
619
+ 'q-color-picker__spectrum',
620
+ 'q-color-picker__spectrum-tab',
621
+ 'q-color-picker__spectrum-white',
622
+ 'q-color-picker__spectrum-black',
623
+ 'q-color-picker__spectrum-circle',
624
+ 'q-color-picker__hue',
625
+ 'q-color-picker__alpha',
626
+ 'q-color-picker__sliders',
627
+ 'q-color-picker__tune-tab',
628
+ 'q-color-picker__palette-tab',
629
+ 'q-color-picker__palette-rows--editable',
630
+ 'q-color-picker__cube',
631
+ 'q-color-picker--dark',
632
+ 'q-date',
633
+ 'q-date--bordered',
634
+ 'q-date__header',
635
+ 'q-date__actions',
636
+ 'q-date__content',
637
+ 'q-date__main',
638
+ 'q-date__header-link',
639
+ 'q-date__header-link--active',
640
+ 'q-date__header-subtitle',
641
+ 'q-date__header-title-label',
642
+ 'q-date__view',
643
+ 'q-date__navigation',
644
+ 'q-date__calendar-weekdays',
645
+ 'q-date__calendar-item',
646
+ 'q-date__calendar-item--out',
647
+ 'q-date__calendar-item--fill',
648
+ 'q-date__range',
649
+ 'q-date__range-from',
650
+ 'q-date__range-to',
651
+ 'q-date__edit-range',
652
+ 'q-date__edit-range-from',
653
+ 'q-date__edit-range-from-to',
654
+ 'q-date__edit-range-to',
655
+ 'q-date__calendar-days-container',
656
+ 'q-date__calendar-days',
657
+ 'q-date__event',
658
+ 'q-date__today',
659
+ 'q-date__years-content',
660
+ 'q-date__years-item',
661
+ 'q-date__months-item',
662
+ 'q-date--readonly',
663
+ 'q-date--portrait',
664
+ 'q-date--portrait-standard',
665
+ 'q-date--portrait-minimal',
666
+ 'q-date--landscape',
667
+ 'q-date--landscape-standard',
668
+ 'q-date--landscape-minimal',
669
+ 'q-date--dark',
670
+ 'q-dialog__title',
671
+ 'q-dialog__progress',
672
+ 'q-dialog__inner',
673
+ 'q-dialog__inner--square',
674
+ 'q-dialog__inner--minimized',
675
+ 'q-dialog__inner--maximized',
676
+ 'q-dialog__inner--top',
677
+ 'q-dialog__inner--bottom',
678
+ 'q-dialog__inner--right',
679
+ 'q-dialog__inner--left',
680
+ 'q-dialog__inner--fullwidth',
681
+ 'q-dialog__inner--fullheight',
682
+ 'q-dialog__backdrop',
683
+ 'q-body--dialog',
684
+ 'q-editor',
685
+ 'q-editor__toolbars-container',
686
+ 'q-editor__content',
687
+ 'q-editor__toolbar',
688
+ 'q-editor__toolbar-group',
689
+ 'q-editor__link-input',
690
+ 'q-editor--flat',
691
+ 'q-editor--dense',
692
+ 'q-editor--dark',
693
+ 'q-expansion-item__border',
694
+ 'q-expansion-item__toggle-icon',
695
+ 'q-expansion-item__toggle-icon--rotated',
696
+ 'q-expansion-item__toggle-focus',
697
+ 'q-expansion-item--standard',
698
+ 'q-expansion-item--popup',
699
+ 'q-expansion-item__content',
700
+ 'q-expansion-item',
701
+ 'q-expansion-item--expanded',
702
+ 'q-expansion-item--expanded',
703
+ 'q-fab',
704
+ 'q-fab--form-rounded',
705
+ 'q-fab--form-square',
706
+ 'q-fab__icon',
707
+ 'q-fab__active-icon',
708
+ 'q-fab__label--external',
709
+ 'q-fab__label--external-hidden',
710
+ 'q-fab__label--external-left',
711
+ 'q-fab__label--external-right',
712
+ 'q-fab__label--external-bottom',
713
+ 'q-fab__label--external-top',
714
+ 'q-fab__label--internal',
715
+ 'q-fab__label--internal-hidden',
716
+ 'q-fab__label--internal-top',
717
+ 'q-fab__label--internal-bottom',
718
+ 'q-fab__label--internal-left',
719
+ 'q-fab__label--internal-right',
720
+ 'q-fab__icon-holder',
721
+ 'q-fab__icon-holder--opened',
722
+ 'q-fab__actions',
723
+ 'q-fab__actions--right',
724
+ 'q-fab__actions--left',
725
+ 'q-fab__actions--up',
726
+ 'q-fab__actions--down',
727
+ 'q-fab__actions--opened',
728
+ 'q-fab--align-left',
729
+ 'q-fab--align-right',
730
+ 'q-field',
731
+ 'q-field--with-bottom',
732
+ 'q-field__marginal',
733
+ 'q-field__before',
734
+ 'q-field__prepend',
735
+ 'q-field__after',
736
+ 'q-field__append',
737
+ 'q-field__inner',
738
+ 'q-field__bottom',
739
+ 'q-field__bottom--animated',
740
+ 'q-field__messages',
741
+ 'q-field__counter',
742
+ 'q-field--item-aligned',
743
+ 'q-field__control-container',
744
+ 'q-field__control',
745
+ 'q-field__shadow',
746
+ 'q-field__native',
747
+ 'q-field__prefix',
748
+ 'q-field__suffix',
749
+ 'q-field__input',
750
+ 'q-field--readonly',
751
+ 'q-field--disabled',
752
+ 'q-field__label',
753
+ 'q-field--float',
754
+ 'q-field--highlighted',
755
+ 'q-field--filled',
756
+ 'q-field--outlined',
757
+ 'q-field--standard',
758
+ 'q-field--dark',
759
+ 'q-field--standout',
760
+ 'q-field--labeled',
761
+ 'q-field--dense',
762
+ 'q-field--borderless',
763
+ 'q-field--error',
764
+ 'q-field__focusable-action',
765
+ 'q-field--auto-height',
766
+ 'q-field--square',
767
+ 'q-transition--field-message-enter-active',
768
+ 'q-transition--field-message-leave-active',
769
+ 'q-transition--field-message-enter-from',
770
+ 'q-transition--field-message-leave-to',
771
+ 'q-transition--field-message-leave-from',
772
+ 'q-file',
773
+ 'q-file__filler',
774
+ 'q-file__dnd',
775
+ 'q-form',
776
+ 'q-img',
777
+ 'q-img__loading',
778
+ 'q-img__container',
779
+ 'q-img__image',
780
+ 'q-img__image--with-transition',
781
+ 'q-img__image--loaded',
782
+ 'q-img__content',
783
+ 'q-img--no-menu',
784
+ 'q-inner-loading',
785
+ 'q-inner-loading--dark',
786
+ 'q-inner-loading__label',
787
+ 'q-textarea',
788
+ 'q-textarea--autogrow',
789
+ 'q-intersection',
790
+ 'q-item',
791
+ 'q-item__section--side',
792
+ 'q-item__section--avatar',
793
+ 'q-item__section--thumbnail',
794
+ 'q-item__section--nowrap',
795
+ 'q-item__label',
796
+ 'q-item__label--overline',
797
+ 'q-item__label--caption',
798
+ 'q-item__label--header',
799
+ 'q-separator--spaced',
800
+ 'q-list--padding',
801
+ 'q-item__section--main',
802
+ 'q-list--bordered',
803
+ 'q-list--separator',
804
+ 'q-list--dense',
805
+ 'q-item--dense',
806
+ 'q-list--dark',
807
+ 'q-item--dark',
808
+ 'q-item--active',
809
+ 'q-knob',
810
+ 'q-knob--editable',
811
+ 'q-layout',
812
+ 'q-layout-container',
813
+ 'q-layout__shadow',
814
+ 'q-layout__section--marginal',
815
+ 'q-header--hidden',
816
+ 'q-header--bordered',
817
+ 'q-header',
818
+ 'q-footer--hidden',
819
+ 'q-footer--bordered',
820
+ 'q-footer',
821
+ 'q-drawer',
822
+ 'q-drawer--on-top',
823
+ 'q-drawer--left',
824
+ 'q-drawer--right',
825
+ 'q-drawer-container',
826
+ 'q-drawer--mini',
827
+ 'q-drawer--mini-animate',
828
+ 'q-drawer--standard',
829
+ 'q-drawer--mobile',
830
+ 'q-drawer__backdrop',
831
+ 'q-drawer__opener',
832
+ 'q-page',
833
+ 'q-page-sticky--shrink',
834
+ 'q-body--layout-animate',
835
+ 'q-body--drawer-toggle',
836
+ 'q-linear-progress',
837
+ 'q-linear-progress__model',
838
+ 'q-linear-progress__track',
839
+ 'q-linear-progress__model--with-transition',
840
+ 'q-linear-progress__track--with-transition',
841
+ 'q-linear-progress--reverse',
842
+ 'q-linear-progress__model--determinate',
843
+ 'q-linear-progress__model--indeterminate',
844
+ 'q-linear-progress__model--query',
845
+ 'q-linear-progress__track--light',
846
+ 'q-linear-progress__track--dark',
847
+ 'q-linear-progress__stripe',
848
+ 'q-linear-progress__stripe--with-transition',
849
+ 'q-menu',
850
+ 'q-menu--square',
851
+ 'q-menu--dark',
852
+ 'q-option-group--inline',
853
+ 'q-pagination',
854
+ 'q-pagination__content',
855
+ 'q-pagination__middle',
856
+ 'q-parallax',
857
+ 'q-parallax__media',
858
+ 'q-popup-edit',
859
+ 'q-popup-edit__buttons',
860
+ 'q-pull-to-refresh',
861
+ 'q-pull-to-refresh__puller',
862
+ 'q-pull-to-refresh__puller--animating',
863
+ 'q-radio',
864
+ 'q-radio__native',
865
+ 'q-radio__bg',
866
+ 'q-radio__icon-container',
867
+ 'q-radio__icon',
868
+ 'q-radio__check',
869
+ 'q-radio__inner',
870
+ 'q-radio__inner--truthy',
871
+ 'q-radio--dark',
872
+ 'q-radio--dense',
873
+ 'q-rating',
874
+ 'q-rating__icon-container',
875
+ 'q-rating__icon',
876
+ 'q-rating__icon--hovered',
877
+ 'q-rating__icon--active',
878
+ 'q-rating__icon--exselected',
879
+ 'q-rating--no-dimming',
880
+ 'q-rating--editable',
881
+ 'q-responsive',
882
+ 'q-responsive__filler',
883
+ 'q-responsive__content',
884
+ 'q-scrollarea',
885
+ 'q-scrollarea__bar',
886
+ 'q-scrollarea__thumb',
887
+ 'q-scrollarea__bar--v',
888
+ 'q-scrollarea__thumb--v',
889
+ 'q-scrollarea__bar--h',
890
+ 'q-scrollarea__thumb--h',
891
+ 'q-scrollarea__bar--invisible',
892
+ 'q-scrollarea__thumb--invisible',
893
+ 'q-scrollarea__content',
894
+ 'q-scrollarea--dark',
895
+ 'q-select--without-input',
896
+ 'q-select--with-input',
897
+ 'q-select',
898
+ 'q-select__focus-target',
899
+ 'q-select__autocomplete-input',
900
+ 'q-select__dropdown-icon',
901
+ 'q-select__dialog',
902
+ 'q-separator',
903
+ 'q-separator--dark',
904
+ 'q-separator--horizontal',
905
+ 'q-separator--horizontal-inset',
906
+ 'q-separator--horizontal-item-inset',
907
+ 'q-separator--horizontal-item-thumbnail-inset',
908
+ 'q-separator--vertical',
909
+ 'q-separator--vertical-inset',
910
+ 'q-skeleton',
911
+ 'q-skeleton--anim',
912
+ 'q-skeleton--type-text',
913
+ 'q-skeleton--type-circle',
914
+ 'q-skeleton--type-QAvatar',
915
+ 'q-skeleton--type-QBtn',
916
+ 'q-skeleton--type-QBadge',
917
+ 'q-skeleton--type-QChip',
918
+ 'q-skeleton--type-QToolbar',
919
+ 'q-skeleton--type-QCheckbox',
920
+ 'q-skeleton--type-QRadio',
921
+ 'q-skeleton--type-QToggle',
922
+ 'q-skeleton--type-QSlider',
923
+ 'q-skeleton--type-QRange',
924
+ 'q-skeleton--type-QInput',
925
+ 'q-skeleton--bordered',
926
+ 'q-skeleton--square',
927
+ 'q-skeleton--anim-fade',
928
+ 'q-skeleton--anim-pulse',
929
+ 'q-skeleton--anim-pulse-x',
930
+ 'q-skeleton--anim-pulse-y',
931
+ 'q-skeleton--anim-wave',
932
+ 'q-skeleton--anim-blink',
933
+ 'q-skeleton--anim-pop',
934
+ 'q-skeleton--dark',
935
+ 'q-slide-item',
936
+ 'q-slide-item__left',
937
+ 'q-slide-item__right',
938
+ 'q-slide-item__top',
939
+ 'q-slide-item__bottom',
940
+ 'q-slide-item__content',
941
+ 'q-slider',
942
+ 'q-slider--h',
943
+ 'q-slider--v',
944
+ 'q-slider--editable',
945
+ 'q-slider__track-container',
946
+ 'q-slider__track-container--h',
947
+ 'q-slider__track-container--v',
948
+ 'q-slider__track',
949
+ 'q-slider__inner',
950
+ 'q-slider__selection',
951
+ 'q-slider__markers',
952
+ 'q-slider__markers--h',
953
+ 'q-slider__markers--v',
954
+ 'q-slider__marker-labels-container',
955
+ 'q-slider__marker-labels',
956
+ 'q-slider__marker-labels--h-standard',
957
+ 'q-slider__marker-labels--h-switched',
958
+ 'q-slider__marker-labels--h-ltr',
959
+ 'q-slider__marker-labels--h-rtl',
960
+ 'q-slider__marker-labels--v-standard',
961
+ 'q-slider__marker-labels--v-switched',
962
+ 'q-slider__marker-labels--v-ltr',
963
+ 'q-slider__marker-labels--v-rtl',
964
+ 'q-slider__thumb',
965
+ 'q-slider__thumb--h',
966
+ 'q-slider__thumb--h-ltr',
967
+ 'q-slider__thumb--h-rtl',
968
+ 'q-slider__thumb--v',
969
+ 'q-slider__thumb--v-ltr',
970
+ 'q-slider__thumb--v-rtl',
971
+ 'q-slider__thumb-shape',
972
+ 'q-slider__focus-ring',
973
+ 'q-slider__pin',
974
+ 'q-slider__pin--h',
975
+ 'q-slider__pin--h-standard',
976
+ 'q-slider__pin--h-switched',
977
+ 'q-slider__pin--v',
978
+ 'q-slider__pin--v-standard',
979
+ 'q-slider__pin--v-switched',
980
+ 'q-slider__label',
981
+ 'q-slider__label--h',
982
+ 'q-slider__label--h-standard',
983
+ 'q-slider__label--h-switched',
984
+ 'q-slider__label--v',
985
+ 'q-slider__label--v-standard',
986
+ 'q-slider__label--v-switched',
987
+ 'q-slider__text-container',
988
+ 'q-slider__text',
989
+ 'q-slider--no-value',
990
+ 'q-slider--focus',
991
+ 'q-slider--inactive',
992
+ 'q-slider--active',
993
+ 'q-slider--label',
994
+ 'q-slider--dark',
995
+ 'q-slider--dense',
996
+ 'q-space',
997
+ 'q-spinner',
998
+ 'q-spinner-mat',
999
+ 'q-splitter__panel',
1000
+ 'q-splitter__separator',
1001
+ 'q-splitter__separator-area',
1002
+ 'q-splitter--dark',
1003
+ 'q-splitter--vertical',
1004
+ 'q-splitter--horizontal',
1005
+ 'q-splitter__before',
1006
+ 'q-splitter__after',
1007
+ 'q-stepper',
1008
+ 'q-stepper__title',
1009
+ 'q-stepper__caption',
1010
+ 'q-stepper__dot',
1011
+ 'q-stepper__tab',
1012
+ 'q-stepper--dark',
1013
+ 'q-stepper__tab--navigation',
1014
+ 'q-stepper__tab--active',
1015
+ 'q-stepper__tab--done',
1016
+ 'q-stepper__tab--disabled',
1017
+ 'q-stepper__tab--error',
1018
+ 'q-stepper__tab--error-with-icon',
1019
+ 'q-stepper__header',
1020
+ 'q-stepper__header--border',
1021
+ 'q-stepper__header--standard-labels',
1022
+ 'q-stepper__header--alternative-labels',
1023
+ 'q-stepper__header--contracted',
1024
+ 'q-stepper__header--contracted',
1025
+ 'q-stepper__nav',
1026
+ 'q-stepper--flat',
1027
+ 'q-stepper--bordered',
1028
+ 'q-stepper--horizontal',
1029
+ 'q-stepper--vertical',
1030
+ 'q-tab-panels',
1031
+ 'q-tab-panel',
1032
+ 'q-markup-table',
1033
+ 'q-table',
1034
+ 'q-table__card',
1035
+ 'q-table__container',
1036
+ 'q-table__top',
1037
+ 'q-table__title',
1038
+ 'q-table__separator',
1039
+ 'q-table__progress',
1040
+ 'q-table__middle',
1041
+ 'q-table__bottom',
1042
+ 'q-table__bottom-nodata-icon',
1043
+ 'q-table__bottom-item',
1044
+ 'q-table__control',
1045
+ 'q-table__sort-icon',
1046
+ 'q-table__sort-icon--left',
1047
+ 'q-table__sort-icon--center',
1048
+ 'q-table__sort-icon--right',
1049
+ 'q-table--col-auto-width',
1050
+ 'q-table__card--dark',
1051
+ 'q-table--dark',
1052
+ 'q-table--flat',
1053
+ 'q-table--bordered',
1054
+ 'q-table--square',
1055
+ 'q-table__linear-progress',
1056
+ 'q-table--no-wrap',
1057
+ 'q-table--grid',
1058
+ 'q-table__grid-item-card',
1059
+ 'q-table__grid-item-row',
1060
+ 'q-table__grid-item-title',
1061
+ 'q-table__grid-item-value',
1062
+ 'q-table__grid-item',
1063
+ 'q-table__grid-item--selected',
1064
+ 'q-table--horizontal-separator',
1065
+ 'q-table--cell-separator',
1066
+ 'q-table--vertical-separator',
1067
+ 'q-table--dense',
1068
+ 'q-tab',
1069
+ 'q-tab--full',
1070
+ 'q-tab--no-caps',
1071
+ 'q-tab__content',
1072
+ 'q-tab__content--inline',
1073
+ 'q-tab__icon',
1074
+ 'q-tab__label',
1075
+ 'q-tab__alert',
1076
+ 'q-tab__alert-icon',
1077
+ 'q-tab__indicator',
1078
+ 'q-tab--active',
1079
+ 'q-tab--inactive',
1080
+ 'q-tabs',
1081
+ 'q-tabs--scrollable',
1082
+ 'q-tabs--not-scrollable',
1083
+ 'q-tabs__arrow',
1084
+ 'q-tabs__content',
1085
+ 'q-tabs__content--align-center',
1086
+ 'q-tabs__content--align-right',
1087
+ 'q-tabs__content--align-justify',
1088
+ 'q-tabs__offset',
1089
+ 'q-tabs--horizontal',
1090
+ 'q-tabs--vertical',
1091
+ 'q-tabs--dense',
1092
+ 'q-time',
1093
+ 'q-time--bordered',
1094
+ 'q-time__header',
1095
+ 'q-time__actions',
1096
+ 'q-time__header-label',
1097
+ 'q-time__link',
1098
+ 'q-time__link--active',
1099
+ 'q-time__header-ampm',
1100
+ 'q-time__content',
1101
+ 'q-time__container-parent',
1102
+ 'q-time__container-child',
1103
+ 'q-time__clock',
1104
+ 'q-time__clock-circle',
1105
+ 'q-time__clock-center',
1106
+ 'q-time__clock-pointer',
1107
+ 'q-time__clock-position',
1108
+ 'q-time__clock-position--disable',
1109
+ 'q-time__clock-position--active',
1110
+ 'q-time__clock-pos-0',
1111
+ 'q-time__clock-pos-1',
1112
+ 'q-time__clock-pos-2',
1113
+ 'q-time__clock-pos-3',
1114
+ 'q-time__clock-pos-4',
1115
+ 'q-time__clock-pos-5',
1116
+ 'q-time__clock-pos-6',
1117
+ 'q-time__clock-pos-7',
1118
+ 'q-time__clock-pos-8',
1119
+ 'q-time__clock-pos-9',
1120
+ 'q-time__clock-pos-10',
1121
+ 'q-time__clock-pos-11',
1122
+ 'q-time__clock-pos-12',
1123
+ 'q-time__clock-pos-13',
1124
+ 'q-time__clock-pos-14',
1125
+ 'q-time__clock-pos-15',
1126
+ 'q-time__clock-pos-16',
1127
+ 'q-time__clock-pos-17',
1128
+ 'q-time__clock-pos-18',
1129
+ 'q-time__clock-pos-19',
1130
+ 'q-time__clock-pos-20',
1131
+ 'q-time__clock-pos-21',
1132
+ 'q-time__clock-pos-22',
1133
+ 'q-time__clock-pos-23',
1134
+ 'q-time__now-button',
1135
+ 'q-time--readonly',
1136
+ 'q-time--portrait',
1137
+ 'q-time--landscape',
1138
+ 'q-time--dark',
1139
+ 'q-timeline',
1140
+ 'q-timeline--dark',
1141
+ 'q-timeline__content',
1142
+ 'q-timeline__title',
1143
+ 'q-timeline__subtitle',
1144
+ 'q-timeline__dot',
1145
+ 'q-timeline__dot-img',
1146
+ 'q-timeline__heading',
1147
+ 'q-timeline__heading-title',
1148
+ 'q-timeline__entry',
1149
+ 'q-timeline__entry--icon',
1150
+ 'q-timeline--dense--right',
1151
+ 'q-timeline--dense--left',
1152
+ 'q-timeline--comfortable',
1153
+ 'q-timeline--comfortable--right',
1154
+ 'q-timeline--comfortable--right',
1155
+ 'q-timeline--comfortable--left',
1156
+ 'q-timeline--loose',
1157
+ 'q-toggle',
1158
+ 'q-toggle__native',
1159
+ 'q-toggle__track',
1160
+ 'q-toggle__thumb',
1161
+ 'q-toggle__inner',
1162
+ 'q-toggle__inner--indet',
1163
+ 'q-toggle__inner--truthy',
1164
+ 'q-toggle--dark',
1165
+ 'q-toggle--dense',
1166
+ 'q-toolbar',
1167
+ 'q-toolbar--inset',
1168
+ 'q-toolbar__title',
1169
+ 'q-tooltip--style',
1170
+ 'q-tooltip',
1171
+ 'q-tree',
1172
+ 'q-tree__node',
1173
+ 'q-tree__node--disabled',
1174
+ 'q-tree__node-header',
1175
+ 'q-tree__children',
1176
+ 'q-tree__node-body',
1177
+ 'q-tree__node--parent',
1178
+ 'q-tree__node--link',
1179
+ 'q-tree__node-header-content',
1180
+ 'q-tree__node--selected',
1181
+ 'q-tree__icon',
1182
+ 'q-tree__img',
1183
+ 'q-tree__avatar',
1184
+ 'q-tree__arrow',
1185
+ 'q-tree__spinner',
1186
+ 'q-tree__arrow--rotate',
1187
+ 'q-tree__tickbox',
1188
+ 'q-tree--dark',
1189
+ 'q-tree--no-connectors',
1190
+ 'q-tree--dense',
1191
+ 'q-tree--dense',
1192
+ 'q-uploader',
1193
+ 'q-uploader--bordered',
1194
+ 'q-uploader__input',
1195
+ 'q-uploader__file',
1196
+ 'q-uploader__header',
1197
+ 'q-uploader__spinner',
1198
+ 'q-uploader__header-content',
1199
+ 'q-uploader__dnd',
1200
+ 'q-uploader__overlay',
1201
+ 'q-uploader__list',
1202
+ 'q-uploader__file--img',
1203
+ 'q-uploader__file-header',
1204
+ 'q-uploader__file-header-content',
1205
+ 'q-uploader__file-status',
1206
+ 'q-uploader__title',
1207
+ 'q-uploader__subtitle',
1208
+ 'q-uploader--disable',
1209
+ 'q-uploader--dark',
1210
+ 'q-video',
1211
+ 'q-video--responsive',
1212
+ 'q-virtual-scroll',
1213
+ 'q-virtual-scroll__content',
1214
+ 'q-virtual-scroll__padding',
1215
+ 'q-virtual-scroll--horizontal',
1216
+ 'q-ripple',
1217
+ 'q-ripple__inner',
1218
+ 'q-ripple__inner--enter',
1219
+ 'q-ripple__inner--leave',
1220
+ 'q-morph--invisible',
1221
+ 'q-morph--internal',
1222
+ 'q-bottom-sheet',
1223
+ 'q-bottom-sheet__avatar',
1224
+ 'q-bottom-sheet--list',
1225
+ 'q-bottom-sheet--grid',
1226
+ 'q-bottom-sheet__item',
1227
+ 'q-dialog-plugin',
1228
+ 'q-dialog-plugin__form',
1229
+ 'q-dialog-plugin--progress',
1230
+ 'q-loading',
1231
+ 'q-loading__backdrop',
1232
+ 'q-loading__box',
1233
+ 'q-loading__message',
1234
+ 'q-notifications__list',
1235
+ 'q-notifications__list--center',
1236
+ 'q-notifications__list--top',
1237
+ 'q-notifications__list--bottom',
1238
+ 'q-notification',
1239
+ 'q-notification__icon',
1240
+ 'q-notification__icon--additional',
1241
+ 'q-notification__avatar',
1242
+ 'q-notification__avatar--additional',
1243
+ 'q-notification__spinner',
1244
+ 'q-notification__spinner--additional',
1245
+ 'q-notification__message',
1246
+ 'q-notification__caption',
1247
+ 'q-notification__actions',
1248
+ 'q-notification__badge',
1249
+ 'q-notification__badge--top-left',
1250
+ 'q-notification__badge--top-right',
1251
+ 'q-notification__badge--bottom-left',
1252
+ 'q-notification__badge--bottom-right',
1253
+ 'q-notification__progress',
1254
+ 'q-notification--standard',
1255
+ 'q-notification--multi-line',
1256
+ 'q-notification--top-left-enter-from',
1257
+ 'q-notification--top-left-leave-to',
1258
+ 'q-notification--top-enter-from',
1259
+ 'q-notification--top-leave-to',
1260
+ 'q-notification--top-right-enter-from',
1261
+ 'q-notification--top-right-leave-to',
1262
+ 'q-notification--left-enter-from',
1263
+ 'q-notification--left-leave-to',
1264
+ 'q-notification--center-enter-from',
1265
+ 'q-notification--center-leave-to',
1266
+ 'q-notification--right-enter-from',
1267
+ 'q-notification--right-leave-to',
1268
+ 'q-notification--bottom-left-enter-from',
1269
+ 'q-notification--bottom-left-leave-to',
1270
+ 'q-notification--bottom-enter-from',
1271
+ 'q-notification--bottom-leave-to',
1272
+ 'q-notification--bottom-right-enter-from',
1273
+ 'q-notification--bottom-right-leave-to',
1274
+ 'q-notification--top-left-leave-active',
1275
+ 'q-notification--top-leave-active',
1276
+ 'q-notification--top-right-leave-active',
1277
+ 'q-notification--left-leave-active',
1278
+ 'q-notification--center-leave-active',
1279
+ 'q-notification--right-leave-active',
1280
+ 'q-notification--bottom-left-leave-active',
1281
+ 'q-notification--bottom-leave-active',
1282
+ 'q-notification--bottom-right-leave-active'
1283
+ ]
1284
+
1275
1285
  export default definePreset((options?: QuasarPresetOptions) => {
1276
1286
  return {
1277
1287
  name: 'quasar',
@@ -1280,7 +1290,26 @@ export default definePreset((options?: QuasarPresetOptions) => {
1280
1290
  preflights: (
1281
1291
  [
1282
1292
  {
1283
- getCSS: ({ theme }) => `@import '@unocss/reset/normalize.css';`
1293
+ getCSS: ({ theme }) => `#q-app {
1294
+ width: 100%;
1295
+ direction: ltr;
1296
+ }
1297
+ body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app {
1298
+ width: 100px;
1299
+ min-width: 100%;
1300
+ }
1301
+ body {
1302
+ min-width: 100px;
1303
+ min-height: 100%;
1304
+ font-family: 'Roboto', '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
1305
+ -ms-text-size-adjust: 100%;
1306
+ -webkit-text-size-adjust: 100%;
1307
+ -webkit-font-smoothing: antialiased;
1308
+ -moz-osx-font-smoothing: grayscale;
1309
+ font-smoothing: antialiased;
1310
+ line-height: 1.5;
1311
+ font-size: 14px;
1312
+ }`
1284
1313
  }
1285
1314
  ] as Preflight<QuasarTheme>[]
1286
1315
  )
@@ -1404,17 +1433,27 @@ export default definePreset((options?: QuasarPresetOptions) => {
1404
1433
  variants: [
1405
1434
  // ...
1406
1435
  ],
1407
- // extractors: [
1408
- // {
1409
- // name: '@unocss/core/extractor-split',
1410
- // order: 0,
1411
- // extract({ code, id }) {
1412
- // const split = splitCode(code)
1413
- // console.log(id)
1414
- // if (split.includes('btn')) console.log(split)
1415
- // }
1416
- // }
1417
- // ],
1436
+ extractors: [
1437
+ {
1438
+ name: 'quasar-extractor',
1439
+ order: 0,
1440
+ extract({ code }) {
1441
+ const kebabMatch = code.matchAll(/q-(\w)([\w-]*)/g)
1442
+ const pascalMatch = code.matchAll(/Q([A-Z][a-z0-9]+)+/g)
1443
+
1444
+ const matches: string[] = []
1445
+ for (const match of kebabMatch) matches.push(match[0])
1446
+ for (const match of pascalMatch) {
1447
+ matches.push(toKebabCase(match[0]))
1448
+ }
1449
+
1450
+ const classes = qClasses.filter((c) =>
1451
+ matches.some((component) => c.includes(component))
1452
+ )
1453
+ return classes
1454
+ }
1455
+ }
1456
+ ],
1418
1457
  transformers: [
1419
1458
  transformerVariantGroup()
1420
1459
  // {