@vuetify/nightly 3.7.6-master.2024-12-26 → 3.7.6-master.2025-01-15
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 +3060 -3060
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +5570 -5570
- package/dist/vuetify-labs.css +4292 -4291
- package/dist/vuetify-labs.esm.js +11 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3970 -3969
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +11 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +907 -907
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -0
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +1 -0
- package/lib/components/VTextarea/VTextarea.sass +1 -0
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/locale/az.mjs +28 -28
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -5
- package/lib/locale/nl.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -486,41 +486,41 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
490
|
+
VApp: typeof import('vuetify/components')['VApp']
|
489
491
|
VAlert: typeof import('vuetify/components')['VAlert']
|
490
492
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
492
|
-
VApp: typeof import('vuetify/components')['VApp']
|
493
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
494
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
495
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
496
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
497
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
498
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
499
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
500
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
496
|
VBanner: typeof import('vuetify/components')['VBanner']
|
502
497
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
503
498
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
499
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
500
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
503
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
504
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
505
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
504
506
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
507
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
508
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
509
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
510
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
511
509
|
VCard: typeof import('vuetify/components')['VCard']
|
512
510
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
513
511
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
514
512
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
515
513
|
VCardText: typeof import('vuetify/components')['VCardText']
|
516
514
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
515
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
516
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
517
518
|
VChip: typeof import('vuetify/components')['VChip']
|
518
519
|
VCode: typeof import('vuetify/components')['VCode']
|
519
|
-
|
520
|
-
|
520
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
521
522
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
523
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
523
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
524
524
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
525
525
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
526
526
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -528,37 +528,37 @@ declare module 'vue' {
|
|
528
528
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
529
529
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
530
530
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
531
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
531
532
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
533
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
534
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
535
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
536
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
537
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
537
|
-
|
538
|
-
|
539
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
540
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
541
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
538
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
539
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
542
540
|
VField: typeof import('vuetify/components')['VField']
|
543
541
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
545
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
546
542
|
VFab: typeof import('vuetify/components')['VFab']
|
547
543
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
544
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
545
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
546
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
547
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
548
548
|
VIcon: typeof import('vuetify/components')['VIcon']
|
549
549
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
550
550
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
551
551
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
552
552
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
553
|
-
|
554
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
553
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
555
554
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
555
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
556
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
556
557
|
VInput: typeof import('vuetify/components')['VInput']
|
557
|
-
|
558
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
558
|
+
VImg: typeof import('vuetify/components')['VImg']
|
559
559
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
560
|
VItem: typeof import('vuetify/components')['VItem']
|
561
|
-
|
561
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
562
562
|
VList: typeof import('vuetify/components')['VList']
|
563
563
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
564
564
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,26 +568,25 @@ declare module 'vue' {
|
|
568
568
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
569
569
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
570
570
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
571
|
-
VMain: typeof import('vuetify/components')['VMain']
|
572
571
|
VMenu: typeof import('vuetify/components')['VMenu']
|
572
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
573
573
|
VMessages: typeof import('vuetify/components')['VMessages']
|
574
|
-
|
574
|
+
VMain: typeof import('vuetify/components')['VMain']
|
575
575
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
576
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
577
576
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
577
|
VPagination: typeof import('vuetify/components')['VPagination']
|
579
|
-
|
580
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
578
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
581
579
|
VRating: typeof import('vuetify/components')['VRating']
|
582
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
583
580
|
VSelect: typeof import('vuetify/components')['VSelect']
|
581
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
584
583
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
587
584
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
585
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
|
586
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
590
587
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
589
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
591
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -596,42 +595,44 @@ declare module 'vue' {
|
|
596
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
596
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
597
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
598
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
599
599
|
VTab: typeof import('vuetify/components')['VTab']
|
600
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
601
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
603
|
VTable: typeof import('vuetify/components')['VTable']
|
604
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
605
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
604
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
605
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
-
|
609
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
610
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
606
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
607
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
612
608
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
613
609
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
614
|
-
|
610
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
611
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
612
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
613
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
615
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
|
-
|
617
|
+
VForm: typeof import('vuetify/components')['VForm']
|
618
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
619
|
VCol: typeof import('vuetify/components')['VCol']
|
620
620
|
VRow: typeof import('vuetify/components')['VRow']
|
621
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
-
|
622
|
+
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
626
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
626
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
627
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
628
628
|
VParallax: typeof import('vuetify/components')['VParallax']
|
629
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
630
629
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
630
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
631
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
635
636
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
637
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -649,7 +650,6 @@ declare module 'vue' {
|
|
649
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
650
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
651
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
653
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -658,12 +658,11 @@ declare module 'vue' {
|
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
659
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
660
660
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
661
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
662
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
663
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
662
664
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
663
665
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
664
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
665
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
666
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
667
666
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
667
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
668
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -672,6 +671,7 @@ declare module 'vue' {
|
|
672
671
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
672
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
674
673
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
674
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
675
675
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
676
676
|
}
|
677
677
|
}
|
package/lib/locale/az.mjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
export default {
|
2
|
-
badge: '
|
2
|
+
badge: 'Nişan',
|
3
3
|
open: 'Open',
|
4
4
|
close: 'Bağla',
|
5
|
-
dismiss: '
|
5
|
+
dismiss: 'Rədd et',
|
6
6
|
confirmEdit: {
|
7
7
|
ok: 'OK',
|
8
|
-
cancel: '
|
8
|
+
cancel: 'İmtina'
|
9
9
|
},
|
10
10
|
dataIterator: {
|
11
11
|
noResultsText: 'Uyğun məlumat tapılmadı',
|
@@ -36,18 +36,18 @@ export default {
|
|
36
36
|
divider: 'to'
|
37
37
|
},
|
38
38
|
datePicker: {
|
39
|
-
itemsSelected: '{0}
|
39
|
+
itemsSelected: '{0} seçilib',
|
40
40
|
range: {
|
41
|
-
title: '
|
42
|
-
header: '
|
41
|
+
title: 'Tarixləri seçin',
|
42
|
+
header: 'Tarixləri daxil edin'
|
43
43
|
},
|
44
|
-
title: '
|
45
|
-
header: '
|
44
|
+
title: 'Tarixi seçin',
|
45
|
+
header: 'Tarixi daxil edin',
|
46
46
|
input: {
|
47
|
-
placeholder: '
|
47
|
+
placeholder: 'Tarixi daxil edin'
|
48
48
|
}
|
49
49
|
},
|
50
|
-
noDataText: '
|
50
|
+
noDataText: 'Heç bir məlumat yoxdur.',
|
51
51
|
carousel: {
|
52
52
|
prev: 'Əvvəlki görüntü',
|
53
53
|
next: 'Növbəti görüntü',
|
@@ -57,52 +57,52 @@ export default {
|
|
57
57
|
},
|
58
58
|
calendar: {
|
59
59
|
moreEvents: '{0} ədad daha',
|
60
|
-
today: '
|
60
|
+
today: 'Bu gün'
|
61
61
|
},
|
62
62
|
input: {
|
63
|
-
clear: '
|
64
|
-
prependAction: '{0}
|
65
|
-
appendAction: '{0}
|
66
|
-
otp: '
|
63
|
+
clear: 'Təmizlə {0}',
|
64
|
+
prependAction: '{0} qabaqcıl əməliyyat',
|
65
|
+
appendAction: '{0} sonrakı əməliyyat',
|
66
|
+
otp: 'OTP daxil et {0}'
|
67
67
|
},
|
68
68
|
fileInput: {
|
69
69
|
counter: '{0} fayl',
|
70
70
|
counterSize: '{0} fayl (cəmi {1})'
|
71
71
|
},
|
72
72
|
fileUpload: {
|
73
|
-
title: '
|
74
|
-
divider: '
|
75
|
-
browse: '
|
73
|
+
title: 'Faylları buraya sürüşdürün',
|
74
|
+
divider: 'və ya',
|
75
|
+
browse: 'Faylları baxın'
|
76
76
|
},
|
77
77
|
timePicker: {
|
78
78
|
am: 'AM',
|
79
79
|
pm: 'PM',
|
80
|
-
title: '
|
80
|
+
title: 'Vaxtı seçin'
|
81
81
|
},
|
82
82
|
pagination: {
|
83
83
|
ariaLabel: {
|
84
84
|
root: 'Səhifələmə Naviqasiyası',
|
85
85
|
next: 'Növbəti səhifə',
|
86
|
-
previous: '
|
86
|
+
previous: 'Əvvəlki səhifə',
|
87
87
|
page: 'Səhifəyə get {0}',
|
88
88
|
currentPage: 'Cari səhifə, Səhifə {0}',
|
89
|
-
first: '
|
90
|
-
last: '
|
89
|
+
first: 'İlk səhifə',
|
90
|
+
last: 'Son səhifə'
|
91
91
|
}
|
92
92
|
},
|
93
93
|
stepper: {
|
94
|
-
next: '
|
95
|
-
prev: '
|
94
|
+
next: 'Növbəti',
|
95
|
+
prev: 'Əvvəlki'
|
96
96
|
},
|
97
97
|
rating: {
|
98
98
|
ariaLabel: {
|
99
|
-
item: '
|
99
|
+
item: 'Reytinq {0}/{1}'
|
100
100
|
}
|
101
101
|
},
|
102
|
-
loading: '
|
102
|
+
loading: 'Yüklənir...',
|
103
103
|
infiniteScroll: {
|
104
|
-
loadMore: '
|
105
|
-
empty: '
|
104
|
+
loadMore: 'Daha çox yüklə',
|
105
|
+
empty: 'Daha yoxdur'
|
106
106
|
}
|
107
107
|
};
|
108
108
|
//# sourceMappingURL=az.mjs.map
|
package/lib/locale/az.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"az.mjs","names":["badge","open","close","dismiss","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","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","fileUpload","browse","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/az.ts"],"sourcesContent":["export default {\n badge: '
|
1
|
+
{"version":3,"file":"az.mjs","names":["badge","open","close","dismiss","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","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","fileUpload","browse","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/az.ts"],"sourcesContent":["export default {\n badge: 'Nişan',\n open: 'Open',\n close: 'Bağla',\n dismiss: 'Rədd et',\n confirmEdit: {\n ok: 'OK',\n cancel: 'İmtina',\n },\n dataIterator: {\n noResultsText: 'Uyğun məlumat tapılmadı',\n loadingText: 'Yüklənir... Zəhmət olmasa, gözləyin.',\n },\n dataTable: {\n itemsPerPageText: 'Səhifə başı sətir sayı:',\n ariaLabel: {\n sortDescending: 'Azalan sıra ilə düzülmüş.',\n sortAscending: 'Artan sıra ilə düzülmüş.',\n sortNone: 'Sıralanmamışdır. ',\n activateNone: 'Sıralamanı yığışdır.',\n activateDescending: 'Azalan sıra ilə düz.',\n activateAscending: 'Artan sıra ilə düz.',\n },\n sortBy: 'Sırala',\n },\n dataFooter: {\n itemsPerPageText: 'Səhifə başı sətir sayı:',\n itemsPerPageAll: 'Hamısı',\n nextPage: 'Növbəti səhifə',\n prevPage: 'Əvvəlki səhifə',\n firstPage: 'İlk səhifə',\n lastPage: 'Son səhifə',\n pageText: '{0} - {1} arası, Cəmi: {2} qeydiyyat',\n },\n dateRangeInput: {\n divider: 'to',\n },\n datePicker: {\n itemsSelected: '{0} seçilib',\n range: {\n title: 'Tarixləri seçin',\n header: 'Tarixləri daxil edin',\n },\n title: 'Tarixi seçin',\n header: 'Tarixi daxil edin',\n input: {\n placeholder: 'Tarixi daxil edin',\n },\n },\n noDataText: 'Heç bir məlumat yoxdur.',\n carousel: {\n prev: 'Əvvəlki görüntü',\n next: 'Növbəti görüntü',\n ariaLabel: {\n delimiter: 'Galereya səhifə {0} / {1}',\n },\n },\n calendar: {\n moreEvents: '{0} ədad daha',\n today: 'Bu gün',\n },\n input: {\n clear: 'Təmizlə {0}',\n prependAction: '{0} qabaqcıl əməliyyat',\n appendAction: '{0} sonrakı əməliyyat',\n otp: 'OTP daxil et {0}',\n },\n fileInput: {\n counter: '{0} fayl',\n counterSize: '{0} fayl (cəmi {1})',\n },\n fileUpload: {\n title: 'Faylları buraya sürüşdürün',\n divider: 'və ya',\n browse: 'Faylları baxın',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n title: 'Vaxtı seçin',\n },\n pagination: {\n ariaLabel: {\n root: 'Səhifələmə Naviqasiyası',\n next: 'Növbəti səhifə',\n previous: 'Əvvəlki səhifə',\n page: 'Səhifəyə get {0}',\n currentPage: 'Cari səhifə, Səhifə {0}',\n first: 'İlk səhifə',\n last: 'Son səhifə',\n },\n },\n stepper: {\n next: 'Növbəti',\n prev: 'Əvvəlki',\n },\n rating: {\n ariaLabel: {\n item: 'Reytinq {0}/{1}',\n },\n },\n loading: 'Yüklənir...',\n infiniteScroll: {\n loadMore: 'Daha çox yüklə',\n empty: 'Daha yoxdur',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE,MAAM;EACZC,KAAK,EAAE,OAAO;EACdC,OAAO,EAAE,SAAS;EAClBC,WAAW,EAAE;IACXC,EAAE,EAAE,IAAI;IACRC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,yBAAyB;IACxCC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,yBAAyB;IAC3CC,SAAS,EAAE;MACTC,cAAc,EAAE,2BAA2B;MAC3CC,aAAa,EAAE,0BAA0B;MACzCC,QAAQ,EAAE,mBAAmB;MAC7BC,YAAY,EAAE,sBAAsB;MACpCC,kBAAkB,EAAE,sBAAsB;MAC1CC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,yBAAyB;IAC3CU,eAAe,EAAE,QAAQ;IACzBC,QAAQ,EAAE,gBAAgB;IAC1BC,QAAQ,EAAE,gBAAgB;IAC1BC,SAAS,EAAE,YAAY;IACvBC,QAAQ,EAAE,YAAY;IACtBC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,aAAa;IAC5BC,KAAK,EAAE;MACLC,KAAK,EAAE,iBAAiB;MACxBC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,cAAc;IACrBC,MAAM,EAAE,mBAAmB;IAC3BC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,yBAAyB;EACrCC,QAAQ,EAAE;IACRC,IAAI,EAAE,iBAAiB;IACvBC,IAAI,EAAE,iBAAiB;IACvB3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE,eAAe;IAC3BC,KAAK,EAAE;EACT,CAAC;EACDT,KAAK,EAAE;IACLU,KAAK,EAAE,aAAa;IACpBC,aAAa,EAAE,wBAAwB;IACvCC,YAAY,EAAE,uBAAuB;IACrCC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,UAAU;IACnBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVnB,KAAK,EAAE,4BAA4B;IACnCJ,OAAO,EAAE,OAAO;IAChBwB,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,IAAI;IACRC,EAAE,EAAE,IAAI;IACRvB,KAAK,EAAE;EACT,CAAC;EACDwB,UAAU,EAAE;IACV5C,SAAS,EAAE;MACT6C,IAAI,EAAE,yBAAyB;MAC/BlB,IAAI,EAAE,gBAAgB;MACtBmB,QAAQ,EAAE,gBAAgB;MAC1BC,IAAI,EAAE,kBAAkB;MACxBC,WAAW,EAAE,yBAAyB;MACtCC,KAAK,EAAE,YAAY;MACnBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPxB,IAAI,EAAE,SAAS;IACfD,IAAI,EAAE;EACR,CAAC;EACD0B,MAAM,EAAE;IACNpD,SAAS,EAAE;MACTqD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,aAAa;EACtBC,cAAc,EAAE;IACdC,QAAQ,EAAE,gBAAgB;IAC1BC,KAAK,EAAE;EACT;AACF,CAAC","ignoreList":[]}
|
package/lib/locale/nl.mjs
CHANGED
@@ -2,7 +2,7 @@ export default {
|
|
2
2
|
badge: 'Insigne',
|
3
3
|
open: 'Openen',
|
4
4
|
close: 'Sluiten',
|
5
|
-
dismiss: '
|
5
|
+
dismiss: 'Sluiten',
|
6
6
|
confirmEdit: {
|
7
7
|
ok: 'OK',
|
8
8
|
cancel: 'Annuleren'
|
@@ -70,14 +70,14 @@ export default {
|
|
70
70
|
counterSize: '{0} bestanden ({1} in totaal)'
|
71
71
|
},
|
72
72
|
fileUpload: {
|
73
|
-
title: '
|
74
|
-
divider: '
|
75
|
-
browse: '
|
73
|
+
title: 'Sleep en zet bestanden hier neer',
|
74
|
+
divider: 'of',
|
75
|
+
browse: 'Blader door bestanden'
|
76
76
|
},
|
77
77
|
timePicker: {
|
78
78
|
am: 'AM',
|
79
79
|
pm: 'PM',
|
80
|
-
title: '
|
80
|
+
title: 'Selecteer tijd'
|
81
81
|
},
|
82
82
|
pagination: {
|
83
83
|
ariaLabel: {
|
package/lib/locale/nl.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"nl.mjs","names":["badge","open","close","dismiss","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","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","fileUpload","browse","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/nl.ts"],"sourcesContent":["export default {\n badge: 'Insigne',\n open: 'Openen',\n close: 'Sluiten',\n dismiss: '
|
1
|
+
{"version":3,"file":"nl.mjs","names":["badge","open","close","dismiss","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","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","fileUpload","browse","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/nl.ts"],"sourcesContent":["export default {\n badge: 'Insigne',\n open: 'Openen',\n close: 'Sluiten',\n dismiss: 'Sluiten',\n confirmEdit: {\n ok: 'OK',\n cancel: 'Annuleren',\n },\n dataIterator: {\n noResultsText: 'Geen overeenkomende resultaten gevonden',\n loadingText: 'Items aan het laden...',\n },\n dataTable: {\n itemsPerPageText: 'Rijen per pagina:',\n ariaLabel: {\n sortDescending: 'Aflopend gesorteerd.',\n sortAscending: 'Oplopend gesorteerd.',\n sortNone: 'Niet gesorteerd.',\n activateNone: 'Activeer om de sortering te verwijderen.',\n activateDescending: 'Activeer om aflopend te sorteren.',\n activateAscending: 'Activeer om oplopend te sorteren.',\n },\n sortBy: 'Sorteer volgens',\n },\n dataFooter: {\n itemsPerPageText: 'Aantal per pagina:',\n itemsPerPageAll: 'Alles',\n nextPage: 'Volgende pagina',\n prevPage: 'Vorige pagina',\n firstPage: 'Eerste pagina',\n lastPage: 'Laatste pagina',\n pageText: '{0}-{1} van {2}',\n },\n dateRangeInput: {\n divider: 'tot',\n },\n datePicker: {\n itemsSelected: '{0} geselecteerd',\n range: {\n title: 'Selecteer datums',\n header: 'Voer datums in',\n },\n title: 'Selecteer datum',\n header: 'Voer datum in',\n input: {\n placeholder: 'Voer datum in',\n },\n },\n noDataText: 'Geen gegevens beschikbaar',\n carousel: {\n prev: 'Vorig beeld',\n next: 'Volgend beeld',\n ariaLabel: {\n delimiter: 'Carrousel beeld {0} van {1}',\n },\n },\n calendar: {\n moreEvents: '{0} meer',\n today: 'Vandaag',\n },\n input: {\n clear: 'Maak {0} leeg',\n prependAction: '{0} voorafgaande actie',\n appendAction: '{0} bijgevoegde actie',\n otp: 'Vul alsjeblieft OTP karakter {0} in',\n },\n fileInput: {\n counter: '{0} bestanden',\n counterSize: '{0} bestanden ({1} in totaal)',\n },\n fileUpload: {\n title: 'Sleep en zet bestanden hier neer',\n divider: 'of',\n browse: 'Blader door bestanden',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n title: 'Selecteer tijd',\n },\n pagination: {\n ariaLabel: {\n root: 'Pagina navigatie',\n next: 'Volgende pagina',\n previous: 'Vorige pagina',\n page: 'Ga naar pagina {0}',\n currentPage: 'Huidige pagina, pagina {0}',\n first: 'Eerste pagina',\n last: 'Laatste pagina',\n },\n },\n stepper: {\n next: 'Volgende',\n prev: 'Vorige',\n },\n rating: {\n ariaLabel: {\n item: 'Beoordeling {0} van {1}',\n },\n },\n loading: 'Aan het laden...',\n infiniteScroll: {\n loadMore: 'Laad meer',\n empty: 'Niet meer',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE,QAAQ;EACdC,KAAK,EAAE,SAAS;EAChBC,OAAO,EAAE,SAAS;EAClBC,WAAW,EAAE;IACXC,EAAE,EAAE,IAAI;IACRC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,yCAAyC;IACxDC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,mBAAmB;IACrCC,SAAS,EAAE;MACTC,cAAc,EAAE,sBAAsB;MACtCC,aAAa,EAAE,sBAAsB;MACrCC,QAAQ,EAAE,kBAAkB;MAC5BC,YAAY,EAAE,0CAA0C;MACxDC,kBAAkB,EAAE,mCAAmC;MACvDC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,oBAAoB;IACtCU,eAAe,EAAE,OAAO;IACxBC,QAAQ,EAAE,iBAAiB;IAC3BC,QAAQ,EAAE,eAAe;IACzBC,SAAS,EAAE,eAAe;IAC1BC,QAAQ,EAAE,gBAAgB;IAC1BC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,kBAAkB;IACjCC,KAAK,EAAE;MACLC,KAAK,EAAE,kBAAkB;MACzBC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,iBAAiB;IACxBC,MAAM,EAAE,eAAe;IACvBC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,2BAA2B;EACvCC,QAAQ,EAAE;IACRC,IAAI,EAAE,aAAa;IACnBC,IAAI,EAAE,eAAe;IACrB3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE,UAAU;IACtBC,KAAK,EAAE;EACT,CAAC;EACDT,KAAK,EAAE;IACLU,KAAK,EAAE,eAAe;IACtBC,aAAa,EAAE,wBAAwB;IACvCC,YAAY,EAAE,uBAAuB;IACrCC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,eAAe;IACxBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVnB,KAAK,EAAE,kCAAkC;IACzCJ,OAAO,EAAE,IAAI;IACbwB,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,IAAI;IACRC,EAAE,EAAE,IAAI;IACRvB,KAAK,EAAE;EACT,CAAC;EACDwB,UAAU,EAAE;IACV5C,SAAS,EAAE;MACT6C,IAAI,EAAE,kBAAkB;MACxBlB,IAAI,EAAE,iBAAiB;MACvBmB,QAAQ,EAAE,eAAe;MACzBC,IAAI,EAAE,oBAAoB;MAC1BC,WAAW,EAAE,4BAA4B;MACzCC,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPxB,IAAI,EAAE,UAAU;IAChBD,IAAI,EAAE;EACR,CAAC;EACD0B,MAAM,EAAE;IACNpD,SAAS,EAAE;MACTqD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,kBAAkB;EAC3BC,cAAc,EAAE;IACdC,QAAQ,EAAE,WAAW;IACrBC,KAAK,EAAE;EACT;AACF,CAAC","ignoreList":[]}
|