@quidgest/ui 0.17.9 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/json/api.json +169 -17
  2. package/dist/manifest/components.json +2 -0
  3. package/dist/ui.css +231 -25
  4. package/dist/ui.esm.js +573 -608
  5. package/dist/ui.js +457 -493
  6. package/dist/ui.min.css +1 -1
  7. package/dist/ui.min.js +457 -493
  8. package/dist/ui.scss +225 -27
  9. package/esm/components/QAccordion/QAccordionItem.vue.js +1 -0
  10. package/esm/components/QCarousel/QCarousel.vue.js +1 -1
  11. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  12. package/esm/components/QCheckbox/QCheckbox.vue.js +2 -0
  13. package/esm/components/QCollapsible/QCollapsible.d.ts +2 -1
  14. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  15. package/esm/components/QCollapsible/QCollapsible.vue.js +50 -47
  16. package/esm/components/QCollapsible/constants.d.ts +6 -0
  17. package/esm/components/QCollapsible/constants.d.ts.map +1 -1
  18. package/esm/components/QCollapsible/constants.js +3 -2
  19. package/esm/components/QCollapsible/index.d.ts +6 -0
  20. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  21. package/esm/components/QCollapsible/types.d.ts +11 -1
  22. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  23. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  24. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +505 -597
  25. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +32 -16
  26. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  27. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +179 -86
  28. package/esm/components/QDropdownMenu/types.d.ts +6 -0
  29. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  30. package/esm/components/QField/types.d.ts +3 -0
  31. package/esm/components/QField/types.d.ts.map +1 -1
  32. package/esm/components/QLabel/QLabel.d.ts.map +1 -1
  33. package/esm/components/QLabel/QLabel.vue.js +19 -17
  34. package/esm/components/QLabel/types.d.ts +3 -0
  35. package/esm/components/QLabel/types.d.ts.map +1 -1
  36. package/esm/components/QTabs/QTab.d.ts +172 -0
  37. package/esm/components/QTabs/QTab.d.ts.map +1 -0
  38. package/esm/components/QTabs/QTab.vue.js +122 -0
  39. package/esm/components/QTabs/QTab2.vue.js +5 -0
  40. package/esm/components/QTabs/QTabs.d.ts +35 -0
  41. package/esm/components/QTabs/QTabs.d.ts.map +1 -0
  42. package/esm/components/QTabs/QTabs.vue.js +83 -0
  43. package/esm/components/QTabs/QTabs2.vue.js +5 -0
  44. package/esm/components/QTabs/constants.d.ts +5 -0
  45. package/esm/components/QTabs/constants.d.ts.map +1 -0
  46. package/esm/components/QTabs/context.d.ts +78 -0
  47. package/esm/components/QTabs/context.d.ts.map +1 -0
  48. package/esm/components/QTabs/context.js +4 -0
  49. package/esm/components/QTabs/index.d.ts +164 -0
  50. package/esm/components/QTabs/index.d.ts.map +1 -0
  51. package/esm/components/QTabs/index.js +7 -0
  52. package/esm/components/QTabs/types.d.ts +106 -0
  53. package/esm/components/QTabs/types.d.ts.map +1 -0
  54. package/esm/components/__internal__/QRequiredIndicator/QRequiredIndicator.d.ts +7 -0
  55. package/esm/components/__internal__/QRequiredIndicator/QRequiredIndicator.d.ts.map +1 -0
  56. package/esm/components/__internal__/QRequiredIndicator/QRequiredIndicator.vue.js +24 -0
  57. package/esm/components/__internal__/QRequiredIndicator/QRequiredIndicator2.vue.js +5 -0
  58. package/esm/components/__internal__/QRequiredIndicator/constants.d.ts +7 -0
  59. package/esm/components/__internal__/QRequiredIndicator/constants.d.ts.map +1 -0
  60. package/esm/components/__internal__/QRequiredIndicator/constants.js +4 -0
  61. package/esm/components/__internal__/QRequiredIndicator/index.d.ts +6 -0
  62. package/esm/components/__internal__/QRequiredIndicator/index.d.ts.map +1 -0
  63. package/esm/components/__internal__/QRequiredIndicator/index.js +6 -0
  64. package/esm/components/__internal__/QRequiredIndicator/types.d.ts +18 -0
  65. package/esm/components/__internal__/QRequiredIndicator/types.d.ts.map +1 -0
  66. package/esm/components/__internal__/QSafeTriangle/QSafeTriangle.d.ts +10 -0
  67. package/esm/components/__internal__/QSafeTriangle/QSafeTriangle.d.ts.map +1 -0
  68. package/esm/components/__internal__/QSafeTriangle/QSafeTriangle.vue.js +31 -0
  69. package/esm/components/__internal__/QSafeTriangle/QSafeTriangle2.vue.js +5 -0
  70. package/esm/components/__internal__/QSafeTriangle/index.d.ts +10 -0
  71. package/esm/components/__internal__/QSafeTriangle/index.d.ts.map +1 -0
  72. package/esm/components/__internal__/QSafeTriangle/index.js +6 -0
  73. package/esm/components/__internal__/QSafeTriangle/types.d.ts +33 -0
  74. package/esm/components/__internal__/QSafeTriangle/types.d.ts.map +1 -0
  75. package/esm/components/index.d.ts +1 -0
  76. package/esm/components/index.d.ts.map +1 -1
  77. package/esm/components/index.js +17 -14
  78. package/esm/composables/useSafeTriangle/index.d.ts +31 -0
  79. package/esm/composables/useSafeTriangle/index.d.ts.map +1 -0
  80. package/esm/composables/useSafeTriangle/index.js +87 -0
  81. package/esm/index.d.ts +2 -0
  82. package/esm/utils/date.d.ts +36 -1
  83. package/esm/utils/date.d.ts.map +1 -1
  84. package/esm/utils/date.js +90 -1
  85. package/esm/utils/index.d.ts +1 -0
  86. package/esm/utils/index.d.ts.map +1 -1
  87. package/esm/utils/index.js +30 -24
  88. package/esm/utils/mask.d.ts +17 -0
  89. package/esm/utils/mask.d.ts.map +1 -0
  90. package/esm/utils/mask.js +154 -0
  91. package/esm/utils/safeTriangle.d.ts +68 -0
  92. package/esm/utils/safeTriangle.d.ts.map +1 -0
  93. package/esm/utils/safeTriangle.js +83 -0
  94. package/package.json +6 -6
  95. package/esm/composables/useInputMask/index.d.ts +0 -50
  96. package/esm/composables/useInputMask/index.d.ts.map +0 -1
  97. package/esm/composables/useInputMask/index.js +0 -408
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.17.9
2
+ * Quidgest UI v0.18.0
3
3
  * (c) 2026 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -237,6 +237,7 @@ $shadow-md: (
237
237
  0 4px 6px -1px rgb(0 0 0 / 10%),
238
238
  0 2px 4px -2px rgb(0 0 0 / 10%)
239
239
  );
240
+ $overlay-z-index: 1070 !default;
240
241
  $breakpoint-sm: 576px;
241
242
  $breakpoint-md: 768px;
242
243
  $breakpoint-lg: 992px;
@@ -400,6 +401,20 @@ $transition-duration: 0.2s !default;
400
401
  --#{$prefix}-on-hover-color-rgb: var(--q-theme-on-#{$color}-rgb);
401
402
  }
402
403
  }
404
+ @mixin sr-only {
405
+ position: absolute;
406
+ width: 1px;
407
+ height: 1px;
408
+ padding: 0;
409
+ margin: -1px;
410
+ overflow: hidden;
411
+ clip-path: inset(50%);
412
+ white-space: nowrap;
413
+ border: 0;
414
+ }
415
+ .q-sr-only {
416
+ @include sr-only;
417
+ }
403
418
  .q-chevron {
404
419
  transition: all 0.2s;
405
420
  &--expanded {
@@ -420,6 +435,24 @@ $transition-duration: 0.2s !default;
420
435
  opacity: 1;
421
436
  }
422
437
  }
438
+ .q-required-indicator {
439
+ display: contents;
440
+ &__mark {
441
+ margin-inline-start: 0.25em;
442
+ font-weight: 700;
443
+ color: var(--q-theme-danger);
444
+ }
445
+ }
446
+ .q-safe-triangle {
447
+ position: fixed;
448
+ z-index: $overlay-z-index + 1;
449
+ overflow: visible;
450
+ pointer-events: none;
451
+ &__path {
452
+ pointer-events: auto;
453
+ fill: transparent;
454
+ }
455
+ }
423
456
  .q-accordion {
424
457
  display: flex;
425
458
  flex-direction: column;
@@ -1201,17 +1234,6 @@ $q-carousel-height-md: 300px;
1201
1234
  width: 100%;
1202
1235
  height: 100%;
1203
1236
  }
1204
- .q-carousel__sr-only {
1205
- position: absolute;
1206
- width: 1px;
1207
- height: 1px;
1208
- padding: 0;
1209
- margin: -1px;
1210
- overflow: hidden;
1211
- clip-path: inset(50%);
1212
- white-space: nowrap;
1213
- border: 0;
1214
- }
1215
1237
  @media (max-width: $breakpoint-md) {
1216
1238
  .q-carousel {
1217
1239
  --q-carousel-height: #{$q-carousel-height-md};
@@ -1426,12 +1448,13 @@ $q-carousel-height-md: 300px;
1426
1448
  justify-content: start;
1427
1449
  align-items: flex-start;
1428
1450
  flex-direction: column;
1429
- padding: $header-padding;
1451
+ padding: 0;
1430
1452
  }
1431
1453
  &__btn {
1432
1454
  width: 100%;
1433
1455
  margin: 0;
1434
- padding: 0;
1456
+
1457
+ padding: $header-padding;
1435
1458
  .q-button__content {
1436
1459
  gap: 0;
1437
1460
  padding: $btn-padding;
@@ -1500,10 +1523,6 @@ $q-carousel-height-md: 300px;
1500
1523
  }
1501
1524
  }
1502
1525
 
1503
- &--required {
1504
- font-weight: 700;
1505
- color: var(--q-theme-danger);
1506
- }
1507
1526
  &--icon-right {
1508
1527
  &:not(.q-collapsible--borderless) .q-collapsible__title .q-icon {
1509
1528
  margin: 0 0 0 auto;
@@ -1514,7 +1533,7 @@ $q-carousel-height-md: 300px;
1514
1533
  }
1515
1534
 
1516
1535
  @mixin header-spacing($spacing, $increment) {
1517
- &--#{$spacing} .q-collapsible__header {
1536
+ &--#{$spacing} .q-collapsible__btn {
1518
1537
  padding: calc(#{$header-padding} + #{$increment});
1519
1538
  }
1520
1539
  }
@@ -2505,13 +2524,6 @@ $input-group-addon-background: rgb(var(--q-theme-neutral-light-rgb) / 25%);
2505
2524
  .q-icon {
2506
2525
  color: currentcolor;
2507
2526
  }
2508
- &--required {
2509
- &::after {
2510
- content: ' *';
2511
- font-weight: 700;
2512
- color: var(--q-theme-danger);
2513
- }
2514
- }
2515
2527
  &--topright {
2516
2528
  align-self: flex-end;
2517
2529
  }
@@ -2736,7 +2748,6 @@ $q-line-loader-color: var(--q-line-loader-color);
2736
2748
  $overlay-border-width: 1px;
2737
2749
  $overlay-arrow-width: 11.31px;
2738
2750
  $overlay-arrow-height: 11.31px;
2739
- $overlay-z-index: 1070;
2740
2751
  $arrow-tip-radius: 0.1rem;
2741
2752
  .q-overlay {
2742
2753
  $this: &;
@@ -3680,6 +3691,193 @@ $spinner-color: var(--q-theme-primary);
3680
3691
  transition: none;
3681
3692
  }
3682
3693
  }
3694
+ .q-tabs {
3695
+ display: flex;
3696
+ gap: 0;
3697
+ &--horizontal {
3698
+ flex-direction: column;
3699
+ .q-tabs__list {
3700
+ flex-direction: row;
3701
+ width: 100%;
3702
+ border-bottom: 1px solid $border;
3703
+ }
3704
+ .q-tab {
3705
+ margin-bottom: -1px;
3706
+ }
3707
+ .q-tabs__panels {
3708
+ border: 1px solid $border;
3709
+ border-top: 0;
3710
+ border-start-start-radius: 0;
3711
+ border-start-end-radius: 0;
3712
+ border-end-start-radius: $border-radius;
3713
+ border-end-end-radius: $border-radius;
3714
+ padding-inline: calc($space-base * 2);
3715
+ }
3716
+ }
3717
+ &--vertical {
3718
+ flex-direction: row;
3719
+ align-items: stretch;
3720
+ .q-tabs__list {
3721
+ flex: 0 0 auto;
3722
+ flex-direction: column;
3723
+ width: max-content;
3724
+ max-width: 100%;
3725
+ border-inline-end: 1px solid $border;
3726
+ }
3727
+ .q-tab {
3728
+ justify-content: flex-start;
3729
+ margin-inline-end: -1px;
3730
+ }
3731
+ .q-tabs__panels {
3732
+ flex: 1;
3733
+ min-width: 0;
3734
+ border: 1px solid $border;
3735
+ border-inline-start: 0;
3736
+ border-start-start-radius: 0;
3737
+ border-end-start-radius: 0;
3738
+ border-start-end-radius: $border-radius;
3739
+ border-end-end-radius: $border-radius;
3740
+ padding-inline: calc($space-base * 2);
3741
+ }
3742
+ }
3743
+
3744
+ &--line {
3745
+ &.q-tabs--horizontal .q-tab {
3746
+ border-bottom: 4px solid transparent;
3747
+ border-end-start-radius: 0;
3748
+ border-end-end-radius: 0;
3749
+ &--active {
3750
+ border-bottom-color: $primary;
3751
+ }
3752
+ @media (hover: hover) {
3753
+ &:hover:not(:disabled, .q-tab--active) {
3754
+ border-bottom-color: currentcolor;
3755
+ }
3756
+ }
3757
+ }
3758
+ &.q-tabs--vertical .q-tab {
3759
+ border-inline-end: 4px solid transparent;
3760
+ border-start-end-radius: 0;
3761
+ border-end-end-radius: 0;
3762
+ &--active {
3763
+ border-inline-end-color: $primary;
3764
+ }
3765
+ @media (hover: hover) {
3766
+ &:hover:not(:disabled, .q-tab--active) {
3767
+ border-inline-end-color: currentcolor;
3768
+ }
3769
+ }
3770
+ }
3771
+ }
3772
+
3773
+ &--card {
3774
+ .q-tabs__list {
3775
+ gap: 0;
3776
+ }
3777
+ .q-tab {
3778
+ border: 1px solid $border;
3779
+ background-color: rgb(var(--q-theme-neutral-light-rgb) / 25%);
3780
+ &--active {
3781
+ background-color: $container;
3782
+ z-index: 1;
3783
+ }
3784
+ @media (hover: hover) {
3785
+ &:hover:not(:disabled) {
3786
+ border-color: $border;
3787
+ }
3788
+ }
3789
+ }
3790
+ &.q-tabs--horizontal .q-tab {
3791
+ border-start-start-radius: $border-radius;
3792
+ border-start-end-radius: $border-radius;
3793
+ border-end-start-radius: 0;
3794
+ border-end-end-radius: 0;
3795
+ &--active {
3796
+ border-bottom-color: $container;
3797
+ color: $primary;
3798
+ }
3799
+ }
3800
+ &.q-tabs--horizontal .q-tab--active:hover:not(:disabled) {
3801
+ @media (hover: hover) {
3802
+ border-bottom-color: $container;
3803
+ }
3804
+ }
3805
+ &.q-tabs--vertical .q-tab {
3806
+ border-start-start-radius: $border-radius;
3807
+ border-end-start-radius: $border-radius;
3808
+ border-start-end-radius: 0;
3809
+ border-end-end-radius: 0;
3810
+ &--active {
3811
+ border-inline-end-color: $container;
3812
+ }
3813
+ }
3814
+ &.q-tabs--vertical .q-tab--active:hover:not(:disabled) {
3815
+ @media (hover: hover) {
3816
+ border-inline-end-color: $container;
3817
+ }
3818
+ }
3819
+ }
3820
+ &--align-start .q-tabs__list {
3821
+ justify-content: flex-start;
3822
+ }
3823
+ &--align-end .q-tabs__list {
3824
+ justify-content: flex-end;
3825
+ }
3826
+ &--align-center .q-tabs__list {
3827
+ justify-content: center;
3828
+ }
3829
+ &--align-justify .q-tabs__list {
3830
+ justify-content: space-between;
3831
+ .q-tab {
3832
+ flex: 1;
3833
+ }
3834
+ }
3835
+ &__list {
3836
+ display: flex;
3837
+ gap: $space-base;
3838
+ }
3839
+ &__panels {
3840
+ padding-block: calc($space-base * 2);
3841
+ }
3842
+ &__panel {
3843
+ &:focus {
3844
+ outline: $outline;
3845
+ &:not(:focus-visible) {
3846
+ outline: 0;
3847
+ }
3848
+ }
3849
+ }
3850
+ }
3851
+ .q-tab {
3852
+ background: transparent;
3853
+ border: 0;
3854
+ padding: 0.5rem 0.75rem;
3855
+ &.q-button {
3856
+ color: $on-background;
3857
+ }
3858
+ &--active.q-button {
3859
+ color: $primary;
3860
+ cursor: default;
3861
+ &:hover:not(:disabled) {
3862
+ color: $primary;
3863
+ cursor: default;
3864
+ }
3865
+ }
3866
+ &__title {
3867
+ display: inline-flex;
3868
+ align-items: center;
3869
+ gap: calc($space-base * 0.5);
3870
+ }
3871
+ &__title-text {
3872
+ font-weight: 600;
3873
+ }
3874
+ &--disabled {
3875
+ cursor: not-allowed;
3876
+ &:hover {
3877
+ cursor: not-allowed;
3878
+ }
3879
+ }
3880
+ }
3683
3881
  .q-text-area {
3684
3882
 
3685
3883
  display: flex;
@@ -16,6 +16,7 @@ var d = /*@__PURE__*/ i({
16
16
  width: {},
17
17
  required: { type: Boolean },
18
18
  icons: {},
19
+ texts: {},
19
20
  value: {}
20
21
  },
21
22
  setup(i) {
@@ -29,7 +29,7 @@ var k = ["id"], A = {
29
29
  "aria-label",
30
30
  "aria-current",
31
31
  "onClick"
32
- ], P = { class: "q-carousel__sr-only" }, F = { class: "q-carousel__sr-only" }, I = /*@__PURE__*/ d({
32
+ ], P = { class: "q-sr-only" }, F = { class: "q-sr-only" }, I = /*@__PURE__*/ d({
33
33
  __name: "QCarousel",
34
34
  props: /*@__PURE__*/ f({
35
35
  id: {},
@@ -1 +1 @@
1
- {"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAkEA;AAiJC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAU3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAA;AAKvC,KAAK,WAAW,GAAG,cAAc,CAAC;AAqEnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2HT,OAAO,IAA6B;;wBAdtB,GAAG;wBACF,GAAG;;;;;;;EAkB/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAmEA;AAkJC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAU3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAA;AAKvC,KAAK,WAAW,GAAG,cAAc,CAAC;AAqEnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4HT,OAAO,IAA6B;;wBAdtB,GAAG;wBACF,GAAG;;;;;;;EAkB/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,6 +15,7 @@ var w = [
15
15
  "id",
16
16
  "aria-label",
17
17
  "aria-checked",
18
+ "aria-required",
18
19
  "disabled",
19
20
  "readonly",
20
21
  "onKeydown"
@@ -111,6 +112,7 @@ var w = [
111
112
  "data-testid": "checkbox-button",
112
113
  "aria-label": u.label,
113
114
  "aria-checked": u.indeterminate ? "mixed" : d.value,
115
+ "aria-required": u.required || void 0,
114
116
  disabled: u.disabled,
115
117
  readonly: u.readonly
116
118
  }, t.$attrs, {
@@ -1,4 +1,4 @@
1
- import { DEFAULT_ICONS } from './constants';
1
+ import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
2
2
  import { QCollapsibleProps } from '.';
3
3
  type __VLS_Props = QCollapsibleProps;
4
4
  type __VLS_PublicProps = {
@@ -25,6 +25,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
25
25
  }>, {
26
26
  width: import('./types').QCollapsibleWidth;
27
27
  icons: typeof DEFAULT_ICONS;
28
+ texts: typeof DEFAULT_TEXTS;
28
29
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
31
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAyEA;AA2IC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAQ3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAA;AAK1C,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAuDtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+IT,OAAO,IAA6B;;sBAfvB,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;;EAehC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAwEA;AA4IC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAS1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,GAAG,CAAA;AAK1C,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAyDtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAuJT,OAAO,IAA6B;;sBAfvB,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;;EAehC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,21 +1,19 @@
1
- import { DEFAULT_ICONS as e } from "./constants.js";
2
- import { QButton as t } from "../QButton/index.js";
3
- import { QCard as n } from "../QCard/index.js";
4
- import { QChevron as r } from "../__internal__/QChevron/index.js";
5
- import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, mergeModels as f, normalizeClass as p, openBlock as m, renderSlot as h, toDisplayString as g, unref as _, useModel as v, withCtx as y } from "vue";
1
+ import { DEFAULT_ICONS as e, DEFAULT_TEXTS as t } from "./constants.js";
2
+ import { QButton as n } from "../QButton/index.js";
3
+ import { QCard as r } from "../QCard/index.js";
4
+ import { QChevron as i } from "../__internal__/QChevron/index.js";
5
+ import { QRequiredIndicator as a } from "../__internal__/QRequiredIndicator/index.js";
6
+ import { computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, createVNode as f, defineComponent as p, mergeModels as m, normalizeClass as h, openBlock as g, renderSlot as _, toDisplayString as v, unref as y, useModel as b, withCtx as x } from "vue";
6
7
  //#region src/components/QCollapsible/QCollapsible.vue?vue&type=script&setup=true&lang.ts
7
- var b = {
8
+ var S = {
8
9
  key: 0,
9
10
  class: "q-collapsible__header"
10
- }, x = { class: "q-collapsible__title" }, S = { class: "q-collapsible__title-text" }, C = {
11
- key: 1,
12
- class: "q-collapsible--required"
13
- }, w = {
11
+ }, C = { class: "q-collapsible__title" }, w = { class: "q-collapsible__title-text" }, T = {
14
12
  key: 0,
15
13
  class: "q-collapsible__subtitle"
16
- }, T = { class: "q-collapsible__content-inner" }, E = { class: "q-collapsible__content" }, D = /*@__PURE__*/ d({
14
+ }, E = { class: "q-collapsible__content-inner" }, D = { class: "q-collapsible__content" }, O = /*@__PURE__*/ p({
17
15
  __name: "QCollapsible",
18
- props: /*@__PURE__*/ f({
16
+ props: /*@__PURE__*/ m({
19
17
  id: {},
20
18
  class: {},
21
19
  title: {},
@@ -25,60 +23,65 @@ var b = {
25
23
  spacing: {},
26
24
  width: { default: "fit-content" },
27
25
  required: { type: Boolean },
28
- icons: { default: () => e }
26
+ icons: { default: () => e },
27
+ texts: { default: () => t }
29
28
  }, {
30
29
  modelValue: { type: Boolean },
31
30
  modelModifiers: {}
32
31
  }),
33
32
  emits: ["update:modelValue"],
34
33
  setup(e) {
35
- let d = e, f = v(e, "modelValue"), D = i(() => d.width === "block" ? "block" : void 0), O = i(() => [
34
+ let t = e, p = b(e, "modelValue"), m = o(() => t.width === "block" ? "block" : void 0), O = o(() => [
36
35
  "q-collapsible",
37
- d.spacing && d.spacing !== "comfortable" ? `q-collapsible--${d.spacing}` : void 0,
38
- d.variant && d.variant !== "default" ? `q-collapsible--${d.variant}` : void 0,
39
- { "q-collapsible--icon-right": d.iconRight },
40
- d.class
41
- ]), k = i(() => ["q-collapsible__content-wrapper", { "q-collapsible__content-show": f.value }]);
36
+ t.spacing && t.spacing !== "comfortable" ? `q-collapsible--${t.spacing}` : void 0,
37
+ t.variant && t.variant !== "default" ? `q-collapsible--${t.variant}` : void 0,
38
+ { "q-collapsible--icon-right": t.iconRight },
39
+ t.class
40
+ ]), k = o(() => ["q-collapsible__content-wrapper", { "q-collapsible__content-show": p.value }]);
42
41
  function A() {
43
- f.value = !f.value;
42
+ p.value = !p.value;
44
43
  }
45
- return (i, v) => (m(), a(_(n), {
46
- id: d.id,
47
- class: p(O.value),
48
- width: D.value
44
+ return (o, b) => (g(), s(y(r), {
45
+ id: t.id,
46
+ class: h(O.value),
47
+ width: m.value
49
48
  }, {
50
- header: y(() => [e.title ? (m(), s("div", b, [u(_(t), {
49
+ header: x(() => [e.title ? (g(), l("div", S, [f(y(n), {
51
50
  variant: "text",
52
51
  block: "",
53
52
  class: "q-collapsible__btn",
54
- "aria-expanded": f.value,
53
+ "aria-expanded": p.value,
55
54
  onClick: A
56
55
  }, {
57
- default: y(() => [
58
- o(" TITLE "),
59
- c("div", x, [
60
- o(" ICON ON THE LEFT "),
61
- e.iconRight ? o("v-if", !0) : h(i.$slots, "icon", { key: 0 }, () => [u(_(r), {
62
- "model-value": f.value,
63
- icons: d.icons
56
+ default: x(() => [
57
+ c(" TITLE "),
58
+ u("div", C, [
59
+ c(" ICON ON THE LEFT "),
60
+ e.iconRight ? c("v-if", !0) : _(o.$slots, "icon", { key: 0 }, () => [f(y(i), {
61
+ "model-value": p.value,
62
+ icons: t.icons
64
63
  }, null, 8, ["model-value", "icons"])]),
65
- h(i.$slots, "title.prepend"),
66
- c("h4", S, g(e.title), 1),
67
- d.required ? (m(), s("span", C, " * ")) : o("v-if", !0),
68
- h(i.$slots, "title.append"),
69
- o(" ICON ON THE RIGHT "),
70
- e.iconRight ? h(i.$slots, "icon", { key: 2 }, () => [u(_(r), {
71
- "model-value": f.value,
64
+ _(o.$slots, "title.prepend"),
65
+ u("h4", w, v(e.title), 1),
66
+ t.required ? (g(), s(y(a), {
67
+ key: 1,
68
+ announce: "",
69
+ texts: t.texts
70
+ }, null, 8, ["texts"])) : c("v-if", !0),
71
+ _(o.$slots, "title.append"),
72
+ c(" ICON ON THE RIGHT "),
73
+ e.iconRight ? _(o.$slots, "icon", { key: 2 }, () => [f(y(i), {
74
+ "model-value": p.value,
72
75
  class: "q-collapsible__chevron-right",
73
- icons: d.icons
74
- }, null, 8, ["model-value", "icons"])]) : o("v-if", !0)
76
+ icons: t.icons
77
+ }, null, 8, ["model-value", "icons"])]) : c("v-if", !0)
75
78
  ]),
76
- o(" SUBTITLE "),
77
- i.$slots.subtitle || e.subtitle ? (m(), s("div", w, [h(i.$slots, "subtitle", {}, () => [l(g(e.subtitle), 1)])])) : o("v-if", !0)
79
+ c(" SUBTITLE "),
80
+ o.$slots.subtitle || e.subtitle ? (g(), l("div", T, [_(o.$slots, "subtitle", {}, () => [d(v(e.subtitle), 1)])])) : c("v-if", !0)
78
81
  ]),
79
82
  _: 3
80
- }, 8, ["aria-expanded"])])) : o("v-if", !0)]),
81
- default: y(() => [c("div", { class: p(k.value) }, [c("div", T, [c("div", E, [h(i.$slots, "default")])])], 2)]),
83
+ }, 8, ["aria-expanded"])])) : c("v-if", !0)]),
84
+ default: x(() => [u("div", { class: h(k.value) }, [u("div", E, [u("div", D, [_(o.$slots, "default")])])], 2)]),
82
85
  _: 3
83
86
  }, 8, [
84
87
  "id",
@@ -88,4 +91,4 @@ var b = {
88
91
  }
89
92
  });
90
93
  //#endregion
91
- export { D as default };
94
+ export { O as default };
@@ -3,4 +3,10 @@ export declare const DEFAULT_ICONS: {
3
3
  icon: string;
4
4
  };
5
5
  };
6
+ /**
7
+ * Default accessible strings for {@link QCollapsible}.
8
+ */
9
+ export declare const DEFAULT_TEXTS: {
10
+ required: string;
11
+ };
6
12
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/constants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa;;;;CAEM,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/constants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,aAAa;;;;CAEM,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,aAAa;;CAEQ,CAAA"}
@@ -1,5 +1,6 @@
1
1
  import { DEFAULT_ICONS as e } from "../__internal__/QChevron/constants.js";
2
+ import { DEFAULT_TEXTS as t } from "../__internal__/QRequiredIndicator/constants.js";
2
3
  //#region src/components/QCollapsible/constants.ts
3
- var t = { ...e };
4
+ var n = { ...e }, r = { ...t };
4
5
  //#endregion
5
- export { t as DEFAULT_ICONS };
6
+ export { n as DEFAULT_ICONS, r as DEFAULT_TEXTS };
@@ -10,6 +10,7 @@ declare const QCollapsible: {
10
10
  width?: import('./types').QCollapsibleWidth;
11
11
  required?: boolean;
12
12
  icons?: typeof import('./constants').DEFAULT_ICONS;
13
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
13
14
  }> & Readonly<{
14
15
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
15
16
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -17,6 +18,7 @@ declare const QCollapsible: {
17
18
  }, import('vue').PublicProps, {
18
19
  width: import('./types').QCollapsibleWidth;
19
20
  icons: typeof import('./constants').DEFAULT_ICONS;
21
+ texts: typeof import('./constants').DEFAULT_TEXTS;
20
22
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
23
  P: {};
22
24
  B: {};
@@ -35,11 +37,13 @@ declare const QCollapsible: {
35
37
  width?: import('./types').QCollapsibleWidth;
36
38
  required?: boolean;
37
39
  icons?: typeof import('./constants').DEFAULT_ICONS;
40
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
38
41
  }> & Readonly<{
39
42
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
40
43
  }>, {}, {}, {}, {}, {
41
44
  width: import('./types').QCollapsibleWidth;
42
45
  icons: typeof import('./constants').DEFAULT_ICONS;
46
+ texts: typeof import('./constants').DEFAULT_TEXTS;
43
47
  }>;
44
48
  __isFragment?: never;
45
49
  __isTeleport?: never;
@@ -55,6 +59,7 @@ declare const QCollapsible: {
55
59
  width?: import('./types').QCollapsibleWidth;
56
60
  required?: boolean;
57
61
  icons?: typeof import('./constants').DEFAULT_ICONS;
62
+ texts?: typeof import('./constants').DEFAULT_TEXTS;
58
63
  }> & Readonly<{
59
64
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
60
65
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -62,6 +67,7 @@ declare const QCollapsible: {
62
67
  }, string, {
63
68
  width: import('./types').QCollapsibleWidth;
64
69
  icons: typeof import('./constants').DEFAULT_ICONS;
70
+ texts: typeof import('./constants').DEFAULT_TEXTS;
65
71
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
66
72
  $slots: {
67
73
  icon?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,cAAc,SAAS,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { QBaseComponentProps } from '../../types/component';
2
- import { DEFAULT_ICONS } from './constants';
2
+ import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
3
3
  export type QCollapsibleVariant = 'default' | 'border-bottom';
4
4
  export type QCollapsibleWidth = 'fit-content' | 'block';
5
5
  export type QCollapsibleSpacing = 'compact' | 'comfortable' | 'loose';
@@ -43,6 +43,10 @@ export type QCollapsibleProps = QBaseComponentProps & {
43
43
  /**
44
44
  * Show an indicator that there are required elements inside the group.
45
45
  *
46
+ * The asterisk is decorative (`aria-hidden`); {@link QRequiredIndicator}
47
+ * with `announce` exposes the state to assistive tech via `.q-sr-only`
48
+ * (from `texts.required`).
49
+ *
46
50
  * @category State
47
51
  */
48
52
  required?: boolean;
@@ -52,5 +56,11 @@ export type QCollapsibleProps = QBaseComponentProps & {
52
56
  * @category Configuration
53
57
  */
54
58
  icons?: typeof DEFAULT_ICONS;
59
+ /**
60
+ * Custom accessible strings.
61
+ *
62
+ * @category Configuration
63
+ */
64
+ texts?: typeof DEFAULT_TEXTS;
55
65
  };
56
66
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,eAAe,CAAA;AAE7D,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,OAAO,CAAA;AAEvD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;AAErE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,eAAe,CAAA;AAE7D,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,OAAO,CAAA;AAEvD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;AAErE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAA;IAEzB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"QDateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/QDateTimePicker.vue"],"names":[],"mappings":"AA0VA;AA2+EC,OAAO,EAAE,aAAa,EAAE,aAAa,EAA8B,MAAM,aAAa,CAAA;AAoBtF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,KAAK,EAAE,oBAAoB,EAAwC,MAAM,GAAG,CAAA;AAoBnF,OAAO,EAAY,QAAQ,EAA+C,MAAM,KAAK,CAAA;AAErF,KAAK,WAAW,GAAG,oBAAoB,CAAC;AA2mEzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,EAAE,GAAG,SAAS,CAAC;CAC/C,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2/BT,OAAO,IAA6B;;wBAjBrB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAvoG/B,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;EAwyJN;AAoFD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAlvGpB,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2oDN,GA9oDwB,8CA8oDxB,GA7oDuC,yBA6oDvC,GA7oDmE,6DA6oDnE,GA3oDM;;;;;;;;;;;;;;OAs4JL,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/QDateTimePicker.vue"],"names":[],"mappings":"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"}