vuetify 3.4.6 → 3.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3821 -3813
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +7092 -7074
- package/dist/vuetify-labs.css +1747 -1744
- package/dist/vuetify-labs.d.ts +42 -30
- package/dist/vuetify-labs.esm.js +151 -113
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +151 -113
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -624
- package/dist/vuetify.d.ts +82 -70
- package/dist/vuetify.esm.js +151 -113
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +151 -113
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +150 -147
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -98
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +42 -30
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +3 -0
- package/lib/components/VOverlay/VOverlay.mjs +11 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +12 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/index.d.mts +42 -30
- package/lib/composables/calendar.mjs +113 -0
- package/lib/composables/calendar.mjs.map +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/locale/cs.mjs +19 -19
- package/lib/locale/cs.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -466,77 +466,76 @@ declare module '@vue/runtime-core' {
|
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
export interface GlobalComponents {
|
|
469
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
470
469
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
471
470
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
472
471
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
473
|
-
|
|
472
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
474
473
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
475
474
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
476
475
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
476
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
477
477
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
478
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
478
479
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
479
480
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
480
481
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
481
482
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
482
483
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
483
484
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
484
|
-
|
|
485
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
485
486
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
486
|
-
|
|
487
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
487
488
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
488
|
-
|
|
489
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
490
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
489
491
|
VCard: typeof import('vuetify/components')['VCard']
|
|
490
492
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
491
493
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
492
494
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
493
495
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
494
496
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
495
|
-
|
|
496
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
497
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
498
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
497
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
499
498
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
500
499
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
500
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
501
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
501
502
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
502
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
503
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
504
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
505
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
506
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
507
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
508
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
509
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
510
503
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
511
|
-
|
|
512
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
504
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
513
505
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
514
506
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
515
507
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
516
508
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
517
509
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
518
510
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
511
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
512
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
513
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
514
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
515
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
516
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
517
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
518
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
519
519
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
520
520
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
521
521
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
522
522
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
523
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
524
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
525
523
|
VField: typeof import('vuetify/components')['VField']
|
|
526
524
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
525
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
527
526
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
528
527
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
529
528
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
530
529
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
531
530
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
532
|
-
|
|
531
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
533
532
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
534
|
-
|
|
535
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
533
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
536
534
|
VInput: typeof import('vuetify/components')['VInput']
|
|
535
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
536
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
537
537
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
538
538
|
VItem: typeof import('vuetify/components')['VItem']
|
|
539
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
540
539
|
VList: typeof import('vuetify/components')['VList']
|
|
541
540
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
542
541
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -546,26 +545,27 @@ declare module '@vue/runtime-core' {
|
|
|
546
545
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
547
546
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
548
547
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
549
|
-
|
|
548
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
550
549
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
550
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
551
551
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
552
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
553
552
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
553
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
554
554
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
555
555
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
556
556
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
557
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
557
558
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
558
559
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
559
560
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
560
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
561
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
562
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
563
561
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
562
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
563
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
564
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
564
565
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
565
566
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
566
567
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
567
568
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
568
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
569
569
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
570
570
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
571
571
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
@@ -574,38 +574,37 @@ declare module '@vue/runtime-core' {
|
|
|
574
574
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
575
575
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
576
576
|
VTab: typeof import('vuetify/components')['VTab']
|
|
577
|
-
|
|
578
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
577
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
579
578
|
VTable: typeof import('vuetify/components')['VTable']
|
|
579
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
580
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
581
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
580
582
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
581
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
582
583
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
583
584
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
584
585
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
586
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
585
587
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
586
588
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
587
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
588
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
589
589
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
590
590
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
591
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
592
591
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
593
592
|
VCol: typeof import('vuetify/components')['VCol']
|
|
594
593
|
VRow: typeof import('vuetify/components')['VRow']
|
|
595
594
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
595
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
596
596
|
VHover: typeof import('vuetify/components')['VHover']
|
|
597
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
598
597
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
599
598
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
599
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
600
600
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
601
601
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
602
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
603
602
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
603
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
604
604
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
605
605
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
606
606
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
607
607
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
608
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
609
608
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
610
609
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
611
610
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -622,6 +621,7 @@ declare module '@vue/runtime-core' {
|
|
|
622
621
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
623
622
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
624
623
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
624
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
625
625
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
626
626
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
627
627
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
package/lib/locale/cs.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
badge: 'Odznak',
|
|
3
|
-
open: '
|
|
3
|
+
open: 'Otevřit',
|
|
4
4
|
close: 'Zavřít',
|
|
5
5
|
confirmEdit: {
|
|
6
6
|
ok: 'OK',
|
|
7
|
-
cancel: '
|
|
7
|
+
cancel: 'Zrušit'
|
|
8
8
|
},
|
|
9
9
|
dataIterator: {
|
|
10
10
|
noResultsText: 'Nenalezeny žádné záznamy',
|
|
@@ -32,18 +32,18 @@ export default {
|
|
|
32
32
|
pageText: '{0}-{1} z {2}'
|
|
33
33
|
},
|
|
34
34
|
dateRangeInput: {
|
|
35
|
-
divider: '
|
|
35
|
+
divider: 'do'
|
|
36
36
|
},
|
|
37
37
|
datePicker: {
|
|
38
|
-
itemsSelected: '{0}
|
|
38
|
+
itemsSelected: '{0} vybrán',
|
|
39
39
|
range: {
|
|
40
|
-
title: '
|
|
41
|
-
header: '
|
|
40
|
+
title: 'Vyberte datumy',
|
|
41
|
+
header: 'Zadejte datumy'
|
|
42
42
|
},
|
|
43
|
-
title: '
|
|
44
|
-
header: '
|
|
43
|
+
title: 'Vyberte datum',
|
|
44
|
+
header: 'Zadejte datum',
|
|
45
45
|
input: {
|
|
46
|
-
placeholder: '
|
|
46
|
+
placeholder: 'Zadejte datum'
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
noDataText: 'Nejsou dostupná žádná data',
|
|
@@ -51,17 +51,17 @@ export default {
|
|
|
51
51
|
prev: 'Předchozí obrázek',
|
|
52
52
|
next: 'Další obrázek',
|
|
53
53
|
ariaLabel: {
|
|
54
|
-
delimiter: '
|
|
54
|
+
delimiter: 'Obrázek {0} z {1}'
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
calendar: {
|
|
58
58
|
moreEvents: '{0} dalších'
|
|
59
59
|
},
|
|
60
60
|
input: {
|
|
61
|
-
clear: '
|
|
61
|
+
clear: 'Vymazat {0}',
|
|
62
62
|
prependAction: '{0} prepended action',
|
|
63
63
|
appendAction: '{0} appended action',
|
|
64
|
-
otp: '
|
|
64
|
+
otp: 'Vložte výhradně OTP znaky {0}'
|
|
65
65
|
},
|
|
66
66
|
fileInput: {
|
|
67
67
|
counter: '{0} souborů',
|
|
@@ -78,23 +78,23 @@ export default {
|
|
|
78
78
|
previous: 'Předchozí strana',
|
|
79
79
|
page: 'Přejít na stránku {0}',
|
|
80
80
|
currentPage: 'Aktuální stránka, stránka {0}',
|
|
81
|
-
first: '
|
|
82
|
-
last: '
|
|
81
|
+
first: 'První stránka',
|
|
82
|
+
last: 'Poslední stránka'
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
stepper: {
|
|
86
|
-
next: '
|
|
87
|
-
prev: '
|
|
86
|
+
next: 'Další',
|
|
87
|
+
prev: 'Předchozí'
|
|
88
88
|
},
|
|
89
89
|
rating: {
|
|
90
90
|
ariaLabel: {
|
|
91
91
|
item: 'Hodnocení {0} z {1}'
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
loading: '
|
|
94
|
+
loading: 'Načítám...',
|
|
95
95
|
infiniteScroll: {
|
|
96
|
-
loadMore: '
|
|
97
|
-
empty: '
|
|
96
|
+
loadMore: 'Načíst více',
|
|
97
|
+
empty: 'Žádné další'
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
100
|
//# sourceMappingURL=cs.mjs.map
|
package/lib/locale/cs.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.mjs","names":["badge","open","close","confirmEdit","ok","cancel","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","dateRangeInput","divider","datePicker","itemsSelected","range","title","header","input","placeholder","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/cs.ts"],"sourcesContent":["export default {\n badge: 'Odznak',\n open: '
|
|
1
|
+
{"version":3,"file":"cs.mjs","names":["badge","open","close","confirmEdit","ok","cancel","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","dateRangeInput","divider","datePicker","itemsSelected","range","title","header","input","placeholder","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/cs.ts"],"sourcesContent":["export default {\n badge: 'Odznak',\n open: 'Otevřit',\n close: 'Zavřít',\n confirmEdit: {\n ok: 'OK',\n cancel: 'Zrušit',\n },\n dataIterator: {\n noResultsText: 'Nenalezeny žádné záznamy',\n loadingText: 'Načítám položky...',\n },\n dataTable: {\n itemsPerPageText: 'Řádků na stránku:',\n ariaLabel: {\n sortDescending: 'Řazeno sestupně.',\n sortAscending: 'Řazeno vzestupně.',\n sortNone: 'Neseřazeno.',\n activateNone: 'Aktivováním vypnete řazení.',\n activateDescending: 'Aktivováním se bude řadit sestupně.',\n activateAscending: 'Aktivováním se bude řadit vzestupně.',\n },\n sortBy: 'Řadit dle',\n },\n dataFooter: {\n itemsPerPageText: 'Položek na stránku:',\n itemsPerPageAll: 'Vše',\n nextPage: 'Další strana',\n prevPage: 'Předchozí strana',\n firstPage: 'První strana',\n lastPage: 'Poslední strana',\n pageText: '{0}-{1} z {2}',\n },\n dateRangeInput: {\n divider: 'do',\n },\n datePicker: {\n itemsSelected: '{0} vybrán',\n range: {\n title: 'Vyberte datumy',\n header: 'Zadejte datumy',\n },\n title: 'Vyberte datum',\n header: 'Zadejte datum',\n input: {\n placeholder: 'Zadejte datum',\n },\n },\n noDataText: 'Nejsou dostupná žádná data',\n carousel: {\n prev: 'Předchozí obrázek',\n next: 'Další obrázek',\n ariaLabel: {\n delimiter: 'Obrázek {0} z {1}',\n },\n },\n calendar: {\n moreEvents: '{0} dalších',\n },\n input: {\n clear: 'Vymazat {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n otp: 'Vložte výhradně OTP znaky {0}',\n },\n fileInput: {\n counter: '{0} souborů',\n counterSize: '{0} souborů ({1} celkem)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Navigace po stránkách',\n next: 'Další strana',\n previous: 'Předchozí strana',\n page: 'Přejít na stránku {0}',\n currentPage: 'Aktuální stránka, stránka {0}',\n first: 'První stránka',\n last: 'Poslední stránka',\n },\n },\n stepper: {\n next: 'Další',\n prev: 'Předchozí',\n },\n rating: {\n ariaLabel: {\n item: 'Hodnocení {0} z {1}',\n },\n },\n loading: 'Načítám...',\n infiniteScroll: {\n loadMore: 'Načíst více',\n empty: 'Žádné další',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,QAAQ;EACfC,IAAI,EAAE,SAAS;EACfC,KAAK,EAAE,QAAQ;EACfC,WAAW,EAAE;IACXC,EAAE,EAAE,IAAI;IACRC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,0BAA0B;IACzCC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,mBAAmB;IACrCC,SAAS,EAAE;MACTC,cAAc,EAAE,kBAAkB;MAClCC,aAAa,EAAE,mBAAmB;MAClCC,QAAQ,EAAE,aAAa;MACvBC,YAAY,EAAE,6BAA6B;MAC3CC,kBAAkB,EAAE,qCAAqC;MACzDC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBAAqB;IACvCU,eAAe,EAAE,KAAK;IACtBC,QAAQ,EAAE,cAAc;IACxBC,QAAQ,EAAE,kBAAkB;IAC5BC,SAAS,EAAE,cAAc;IACzBC,QAAQ,EAAE,iBAAiB;IAC3BC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,YAAY;IAC3BC,KAAK,EAAE;MACLC,KAAK,EAAE,gBAAgB;MACvBC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,eAAe;IACtBC,MAAM,EAAE,eAAe;IACvBC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,4BAA4B;EACxCC,QAAQ,EAAE;IACRC,IAAI,EAAE,mBAAmB;IACzBC,IAAI,EAAE,eAAe;IACrB3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE;EACd,CAAC;EACDR,KAAK,EAAE;IACLS,KAAK,EAAE,aAAa;IACpBC,aAAa,EAAE,sBAAsB;IACrCC,YAAY,EAAE,qBAAqB;IACnCC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,aAAa;IACtBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,IAAI;IACRC,EAAE,EAAE;EACN,CAAC;EACDC,UAAU,EAAE;IACVzC,SAAS,EAAE;MACT0C,IAAI,EAAE,uBAAuB;MAC7Bf,IAAI,EAAE,cAAc;MACpBgB,QAAQ,EAAE,kBAAkB;MAC5BC,IAAI,EAAE,uBAAuB;MAC7BC,WAAW,EAAE,+BAA+B;MAC5CC,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPrB,IAAI,EAAE,OAAO;IACbD,IAAI,EAAE;EACR,CAAC;EACDuB,MAAM,EAAE;IACNjD,SAAS,EAAE;MACTkD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,YAAY;EACrBC,cAAc,EAAE;IACdC,QAAQ,EAAE,aAAa;IACvBC,KAAK,EAAE;EACT;AACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.8",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John Leider",
|
|
7
7
|
"email": "john@vuetifyjs.com"
|
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
},
|
|
173
173
|
"peerDependencies": {
|
|
174
174
|
"typescript": ">=4.7",
|
|
175
|
-
"vite-plugin-vuetify": "
|
|
175
|
+
"vite-plugin-vuetify": ">=1.0.0-alpha.12",
|
|
176
176
|
"vue": "^3.3.0",
|
|
177
177
|
"vue-i18n": "^9.0.0",
|
|
178
|
-
"webpack-plugin-vuetify": "
|
|
178
|
+
"webpack-plugin-vuetify": ">=2.0.0-alpha.11"
|
|
179
179
|
},
|
|
180
180
|
"peerDependenciesMeta": {
|
|
181
181
|
"typescript": {
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"attributes": "dist/json/attributes.json"
|
|
200
200
|
},
|
|
201
201
|
"web-types": "dist/json/web-types.json",
|
|
202
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "0ac6f09a305d70350e18102b298f20ed7419fe90"
|
|
203
203
|
}
|