@dpa-id-components/dpa-shared-components 13.2.0 → 13.2.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.
@@ -34,6 +34,7 @@ declare const meta: {
34
34
  customFormatCallback?: any;
35
35
  inputLabel?: string;
36
36
  iconLeft?: import('..').UiIconName | null;
37
+ inline?: boolean;
37
38
  utc?: boolean;
38
39
  teleport?: boolean | string;
39
40
  closeOnScroll?: boolean;
@@ -82,6 +83,7 @@ declare const meta: {
82
83
  monthPicker: boolean;
83
84
  customFormatCallback: any;
84
85
  inputLabel: string;
86
+ inline: boolean;
85
87
  utc: boolean;
86
88
  teleport: boolean | string;
87
89
  closeOnScroll: boolean;
@@ -254,6 +256,11 @@ declare const meta: {
254
256
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
255
257
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
256
258
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
259
+ readonly inline?: import('vue').Prop<boolean | {
260
+ input?: boolean;
261
+ } | undefined, boolean | {
262
+ input?: boolean;
263
+ } | undefined> | null | undefined;
257
264
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
258
265
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
259
266
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -303,11 +310,6 @@ declare const meta: {
303
310
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
304
311
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
305
312
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
306
- readonly inline?: import('vue').Prop<boolean | {
307
- input?: boolean;
308
- } | undefined, boolean | {
309
- input?: boolean;
310
- } | undefined> | null | undefined;
311
313
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
312
314
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
313
315
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -787,6 +789,11 @@ declare const meta: {
787
789
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
788
790
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
789
791
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
792
+ readonly inline?: import('vue').Prop<boolean | {
793
+ input?: boolean;
794
+ } | undefined, boolean | {
795
+ input?: boolean;
796
+ } | undefined> | null | undefined;
790
797
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
791
798
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
792
799
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -836,11 +843,6 @@ declare const meta: {
836
843
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
837
844
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
838
845
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
839
- readonly inline?: import('vue').Prop<boolean | {
840
- input?: boolean;
841
- } | undefined, boolean | {
842
- input?: boolean;
843
- } | undefined> | null | undefined;
844
846
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
845
847
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
846
848
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -1191,6 +1193,7 @@ declare const meta: {
1191
1193
  customFormatCallback?: any;
1192
1194
  inputLabel?: string;
1193
1195
  iconLeft?: import('..').UiIconName | null;
1196
+ inline?: boolean;
1194
1197
  utc?: boolean;
1195
1198
  teleport?: boolean | string;
1196
1199
  closeOnScroll?: boolean;
@@ -1233,6 +1236,7 @@ declare const meta: {
1233
1236
  monthPicker: boolean;
1234
1237
  customFormatCallback: any;
1235
1238
  inputLabel: string;
1239
+ inline: boolean;
1236
1240
  utc: boolean;
1237
1241
  teleport: boolean | string;
1238
1242
  closeOnScroll: boolean;
@@ -1273,6 +1277,7 @@ declare const meta: {
1273
1277
  customFormatCallback?: any;
1274
1278
  inputLabel?: string;
1275
1279
  iconLeft?: import('..').UiIconName | null;
1280
+ inline?: boolean;
1276
1281
  utc?: boolean;
1277
1282
  teleport?: boolean | string;
1278
1283
  closeOnScroll?: boolean;
@@ -1321,6 +1326,7 @@ declare const meta: {
1321
1326
  monthPicker: boolean;
1322
1327
  customFormatCallback: any;
1323
1328
  inputLabel: string;
1329
+ inline: boolean;
1324
1330
  utc: boolean;
1325
1331
  teleport: boolean | string;
1326
1332
  closeOnScroll: boolean;
@@ -1470,6 +1476,7 @@ declare const meta: {
1470
1476
  customFormatCallback?: any;
1471
1477
  inputLabel?: string;
1472
1478
  iconLeft?: import('..').UiIconName | null;
1479
+ inline?: boolean;
1473
1480
  utc?: boolean;
1474
1481
  teleport?: boolean | string;
1475
1482
  closeOnScroll?: boolean;
@@ -1518,6 +1525,7 @@ declare const meta: {
1518
1525
  monthPicker: boolean;
1519
1526
  customFormatCallback: any;
1520
1527
  inputLabel: string;
1528
+ inline: boolean;
1521
1529
  utc: boolean;
1522
1530
  teleport: boolean | string;
1523
1531
  closeOnScroll: boolean;
@@ -1690,6 +1698,11 @@ declare const meta: {
1690
1698
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1691
1699
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1692
1700
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1701
+ readonly inline?: import('vue').Prop<boolean | {
1702
+ input?: boolean;
1703
+ } | undefined, boolean | {
1704
+ input?: boolean;
1705
+ } | undefined> | null | undefined;
1693
1706
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
1694
1707
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
1695
1708
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -1739,11 +1752,6 @@ declare const meta: {
1739
1752
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1740
1753
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
1741
1754
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
1742
- readonly inline?: import('vue').Prop<boolean | {
1743
- input?: boolean;
1744
- } | undefined, boolean | {
1745
- input?: boolean;
1746
- } | undefined> | null | undefined;
1747
1755
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1748
1756
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1749
1757
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -2223,6 +2231,11 @@ declare const meta: {
2223
2231
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
2224
2232
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
2225
2233
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
2234
+ readonly inline?: import('vue').Prop<boolean | {
2235
+ input?: boolean;
2236
+ } | undefined, boolean | {
2237
+ input?: boolean;
2238
+ } | undefined> | null | undefined;
2226
2239
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
2227
2240
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
2228
2241
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -2272,11 +2285,6 @@ declare const meta: {
2272
2285
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
2273
2286
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
2274
2287
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
2275
- readonly inline?: import('vue').Prop<boolean | {
2276
- input?: boolean;
2277
- } | undefined, boolean | {
2278
- input?: boolean;
2279
- } | undefined> | null | undefined;
2280
2288
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
2281
2289
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
2282
2290
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -2627,6 +2635,7 @@ declare const meta: {
2627
2635
  customFormatCallback?: any;
2628
2636
  inputLabel?: string;
2629
2637
  iconLeft?: import('..').UiIconName | null;
2638
+ inline?: boolean;
2630
2639
  utc?: boolean;
2631
2640
  teleport?: boolean | string;
2632
2641
  closeOnScroll?: boolean;
@@ -2669,6 +2678,7 @@ declare const meta: {
2669
2678
  monthPicker: boolean;
2670
2679
  customFormatCallback: any;
2671
2680
  inputLabel: string;
2681
+ inline: boolean;
2672
2682
  utc: boolean;
2673
2683
  teleport: boolean | string;
2674
2684
  closeOnScroll: boolean;
@@ -2709,6 +2719,7 @@ declare const meta: {
2709
2719
  customFormatCallback?: any;
2710
2720
  inputLabel?: string;
2711
2721
  iconLeft?: import('..').UiIconName | null;
2722
+ inline?: boolean;
2712
2723
  utc?: boolean;
2713
2724
  teleport?: boolean | string;
2714
2725
  closeOnScroll?: boolean;
@@ -2757,6 +2768,7 @@ declare const meta: {
2757
2768
  monthPicker: boolean;
2758
2769
  customFormatCallback: any;
2759
2770
  inputLabel: string;
2771
+ inline: boolean;
2760
2772
  utc: boolean;
2761
2773
  teleport: boolean | string;
2762
2774
  closeOnScroll: boolean;
@@ -2800,6 +2812,7 @@ declare const meta: {
2800
2812
  customFormatCallback?: any;
2801
2813
  inputLabel?: string;
2802
2814
  iconLeft?: import('..').UiIconName | null;
2815
+ inline?: boolean;
2803
2816
  utc?: boolean;
2804
2817
  teleport?: boolean | string;
2805
2818
  closeOnScroll?: boolean;
@@ -2848,6 +2861,7 @@ declare const meta: {
2848
2861
  monthPicker: boolean;
2849
2862
  customFormatCallback: any;
2850
2863
  inputLabel: string;
2864
+ inline: boolean;
2851
2865
  utc: boolean;
2852
2866
  teleport: boolean | string;
2853
2867
  closeOnScroll: boolean;
@@ -3020,6 +3034,11 @@ declare const meta: {
3020
3034
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
3021
3035
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
3022
3036
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
3037
+ readonly inline?: import('vue').Prop<boolean | {
3038
+ input?: boolean;
3039
+ } | undefined, boolean | {
3040
+ input?: boolean;
3041
+ } | undefined> | null | undefined;
3023
3042
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
3024
3043
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
3025
3044
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -3069,11 +3088,6 @@ declare const meta: {
3069
3088
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
3070
3089
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
3071
3090
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
3072
- readonly inline?: import('vue').Prop<boolean | {
3073
- input?: boolean;
3074
- } | undefined, boolean | {
3075
- input?: boolean;
3076
- } | undefined> | null | undefined;
3077
3091
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
3078
3092
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
3079
3093
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -3553,6 +3567,11 @@ declare const meta: {
3553
3567
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
3554
3568
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
3555
3569
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
3570
+ readonly inline?: import('vue').Prop<boolean | {
3571
+ input?: boolean;
3572
+ } | undefined, boolean | {
3573
+ input?: boolean;
3574
+ } | undefined> | null | undefined;
3556
3575
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
3557
3576
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
3558
3577
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -3602,11 +3621,6 @@ declare const meta: {
3602
3621
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
3603
3622
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
3604
3623
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
3605
- readonly inline?: import('vue').Prop<boolean | {
3606
- input?: boolean;
3607
- } | undefined, boolean | {
3608
- input?: boolean;
3609
- } | undefined> | null | undefined;
3610
3624
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
3611
3625
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
3612
3626
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -3957,6 +3971,7 @@ declare const meta: {
3957
3971
  customFormatCallback?: any;
3958
3972
  inputLabel?: string;
3959
3973
  iconLeft?: import('..').UiIconName | null;
3974
+ inline?: boolean;
3960
3975
  utc?: boolean;
3961
3976
  teleport?: boolean | string;
3962
3977
  closeOnScroll?: boolean;
@@ -3999,6 +4014,7 @@ declare const meta: {
3999
4014
  monthPicker: boolean;
4000
4015
  customFormatCallback: any;
4001
4016
  inputLabel: string;
4017
+ inline: boolean;
4002
4018
  utc: boolean;
4003
4019
  teleport: boolean | string;
4004
4020
  closeOnScroll: boolean;
@@ -4039,6 +4055,7 @@ declare const meta: {
4039
4055
  customFormatCallback?: any;
4040
4056
  inputLabel?: string;
4041
4057
  iconLeft?: import('..').UiIconName | null;
4058
+ inline?: boolean;
4042
4059
  utc?: boolean;
4043
4060
  teleport?: boolean | string;
4044
4061
  closeOnScroll?: boolean;
@@ -4087,6 +4104,7 @@ declare const meta: {
4087
4104
  monthPicker: boolean;
4088
4105
  customFormatCallback: any;
4089
4106
  inputLabel: string;
4107
+ inline: boolean;
4090
4108
  utc: boolean;
4091
4109
  teleport: boolean | string;
4092
4110
  closeOnScroll: boolean;
@@ -4131,6 +4149,7 @@ declare const meta: {
4131
4149
  customFormatCallback?: any;
4132
4150
  inputLabel?: string;
4133
4151
  iconLeft?: import('..').UiIconName | null;
4152
+ inline?: boolean;
4134
4153
  utc?: boolean;
4135
4154
  teleport?: boolean | string;
4136
4155
  closeOnScroll?: boolean;
@@ -4179,6 +4198,7 @@ declare const meta: {
4179
4198
  monthPicker: boolean;
4180
4199
  customFormatCallback: any;
4181
4200
  inputLabel: string;
4201
+ inline: boolean;
4182
4202
  utc: boolean;
4183
4203
  teleport: boolean | string;
4184
4204
  closeOnScroll: boolean;
@@ -4351,6 +4371,11 @@ declare const meta: {
4351
4371
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
4352
4372
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
4353
4373
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
4374
+ readonly inline?: import('vue').Prop<boolean | {
4375
+ input?: boolean;
4376
+ } | undefined, boolean | {
4377
+ input?: boolean;
4378
+ } | undefined> | null | undefined;
4354
4379
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
4355
4380
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
4356
4381
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -4400,11 +4425,6 @@ declare const meta: {
4400
4425
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
4401
4426
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
4402
4427
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
4403
- readonly inline?: import('vue').Prop<boolean | {
4404
- input?: boolean;
4405
- } | undefined, boolean | {
4406
- input?: boolean;
4407
- } | undefined> | null | undefined;
4408
4428
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
4409
4429
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
4410
4430
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -4884,6 +4904,11 @@ declare const meta: {
4884
4904
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
4885
4905
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
4886
4906
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
4907
+ readonly inline?: import('vue').Prop<boolean | {
4908
+ input?: boolean;
4909
+ } | undefined, boolean | {
4910
+ input?: boolean;
4911
+ } | undefined> | null | undefined;
4887
4912
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
4888
4913
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
4889
4914
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -4933,11 +4958,6 @@ declare const meta: {
4933
4958
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
4934
4959
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
4935
4960
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
4936
- readonly inline?: import('vue').Prop<boolean | {
4937
- input?: boolean;
4938
- } | undefined, boolean | {
4939
- input?: boolean;
4940
- } | undefined> | null | undefined;
4941
4961
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
4942
4962
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
4943
4963
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -5288,6 +5308,7 @@ declare const meta: {
5288
5308
  customFormatCallback?: any;
5289
5309
  inputLabel?: string;
5290
5310
  iconLeft?: import('..').UiIconName | null;
5311
+ inline?: boolean;
5291
5312
  utc?: boolean;
5292
5313
  teleport?: boolean | string;
5293
5314
  closeOnScroll?: boolean;
@@ -5330,6 +5351,7 @@ declare const meta: {
5330
5351
  monthPicker: boolean;
5331
5352
  customFormatCallback: any;
5332
5353
  inputLabel: string;
5354
+ inline: boolean;
5333
5355
  utc: boolean;
5334
5356
  teleport: boolean | string;
5335
5357
  closeOnScroll: boolean;
@@ -5370,6 +5392,7 @@ declare const meta: {
5370
5392
  customFormatCallback?: any;
5371
5393
  inputLabel?: string;
5372
5394
  iconLeft?: import('..').UiIconName | null;
5395
+ inline?: boolean;
5373
5396
  utc?: boolean;
5374
5397
  teleport?: boolean | string;
5375
5398
  closeOnScroll?: boolean;
@@ -5418,6 +5441,7 @@ declare const meta: {
5418
5441
  monthPicker: boolean;
5419
5442
  customFormatCallback: any;
5420
5443
  inputLabel: string;
5444
+ inline: boolean;
5421
5445
  utc: boolean;
5422
5446
  teleport: boolean | string;
5423
5447
  closeOnScroll: boolean;
@@ -39,6 +39,7 @@ type __VLS_Props = {
39
39
  customFormatCallback?: any;
40
40
  inputLabel?: string;
41
41
  iconLeft?: UiIconName | null;
42
+ inline?: boolean;
42
43
  utc?: boolean;
43
44
  teleport?: boolean | string;
44
45
  closeOnScroll?: boolean;
@@ -217,6 +218,11 @@ declare function __VLS_template(): {
217
218
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
218
219
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
219
220
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
221
+ readonly inline?: import('vue').Prop<boolean | {
222
+ input?: boolean;
223
+ } | undefined, boolean | {
224
+ input?: boolean;
225
+ } | undefined> | null | undefined;
220
226
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
221
227
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
222
228
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -266,11 +272,6 @@ declare function __VLS_template(): {
266
272
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
267
273
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
268
274
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
269
- readonly inline?: import('vue').Prop<boolean | {
270
- input?: boolean;
271
- } | undefined, boolean | {
272
- input?: boolean;
273
- } | undefined> | null | undefined;
274
275
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
275
276
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
276
277
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -750,6 +751,11 @@ declare function __VLS_template(): {
750
751
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
751
752
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
752
753
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
754
+ readonly inline?: import('vue').Prop<boolean | {
755
+ input?: boolean;
756
+ } | undefined, boolean | {
757
+ input?: boolean;
758
+ } | undefined> | null | undefined;
753
759
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
754
760
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
755
761
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -799,11 +805,6 @@ declare function __VLS_template(): {
799
805
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
800
806
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
801
807
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
802
- readonly inline?: import('vue').Prop<boolean | {
803
- input?: boolean;
804
- } | undefined, boolean | {
805
- input?: boolean;
806
- } | undefined> | null | undefined;
807
808
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
808
809
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
809
810
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -1163,6 +1164,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1163
1164
  monthPicker: boolean;
1164
1165
  customFormatCallback: any;
1165
1166
  inputLabel: string;
1167
+ inline: boolean;
1166
1168
  utc: boolean;
1167
1169
  teleport: boolean | string;
1168
1170
  closeOnScroll: boolean;
@@ -1335,6 +1337,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1335
1337
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1336
1338
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1337
1339
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1340
+ readonly inline?: import('vue').Prop<boolean | {
1341
+ input?: boolean;
1342
+ } | undefined, boolean | {
1343
+ input?: boolean;
1344
+ } | undefined> | null | undefined;
1338
1345
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
1339
1346
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
1340
1347
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -1384,11 +1391,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1384
1391
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1385
1392
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
1386
1393
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
1387
- readonly inline?: import('vue').Prop<boolean | {
1388
- input?: boolean;
1389
- } | undefined, boolean | {
1390
- input?: boolean;
1391
- } | undefined> | null | undefined;
1392
1394
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1393
1395
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1394
1396
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -1868,6 +1870,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1868
1870
  readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1869
1871
  readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1870
1872
  readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1873
+ readonly inline?: import('vue').Prop<boolean | {
1874
+ input?: boolean;
1875
+ } | undefined, boolean | {
1876
+ input?: boolean;
1877
+ } | undefined> | null | undefined;
1871
1878
  readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
1872
1879
  readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
1873
1880
  readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
@@ -1917,11 +1924,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1917
1924
  readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1918
1925
  readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
1919
1926
  readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
1920
- readonly inline?: import('vue').Prop<boolean | {
1921
- input?: boolean;
1922
- } | undefined, boolean | {
1923
- input?: boolean;
1924
- } | undefined> | null | undefined;
1925
1927
  readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1926
1928
  readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1927
1929
  readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
@@ -17039,6 +17039,7 @@ const k0 = ["disabled"], _0 = { class: "w-full grow truncate" }, as = /* @__PURE
17039
17039
  customFormatCallback: { default: void 0 },
17040
17040
  inputLabel: { default: "" },
17041
17041
  iconLeft: { default: null },
17042
+ inline: { type: Boolean, default: !1 },
17042
17043
  utc: { type: Boolean, default: !0 },
17043
17044
  teleport: { type: [Boolean, String], default: void 0 },
17044
17045
  closeOnScroll: { type: Boolean, default: !1 },
@@ -17092,6 +17093,7 @@ const k0 = ["disabled"], _0 = { class: "w-full grow truncate" }, as = /* @__PURE
17092
17093
  modelValue: o.value,
17093
17094
  "onUpdate:modelValue": x[2] || (x[2] = (w) => o.value = w),
17094
17095
  offset: "10",
17096
+ inline: m.inline,
17095
17097
  utc: m.utc,
17096
17098
  class: {
17097
17099
  dynamicPadding: m.multiCalendars,
@@ -17229,7 +17231,7 @@ const k0 = ["disabled"], _0 = { class: "w-full grow truncate" }, as = /* @__PURE
17229
17231
  ]),
17230
17232
  key: "0"
17231
17233
  } : void 0
17232
- ]), 1040, ["modelValue", "utc", "class", "text-input", "text-input-options", "ui", "multi-calendars", "locale", "enable-time-picker", "auto-apply", "close-on-auto-apply", "min-date", "max-date", "year-range", "auto-position", "disabled", "keep-action-row", "month-picker", "teleport", "config"])
17234
+ ]), 1040, ["modelValue", "inline", "utc", "class", "text-input", "text-input-options", "ui", "multi-calendars", "locale", "enable-time-picker", "auto-apply", "close-on-auto-apply", "min-date", "max-date", "year-range", "auto-position", "disabled", "keep-action-row", "month-picker", "teleport", "config"])
17233
17235
  ]));
17234
17236
  }
17235
17237
  }), rg = {