@vuetify/nightly 3.4.0-dev.2023-12-01 → 3.4.0-dev.2023-12-07
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/CHANGELOG.md +3 -2
- package/dist/json/attributes.json +1772 -1772
- package/dist/json/importMap.json +96 -96
- package/dist/json/web-types.json +3426 -3426
- package/dist/vuetify-labs.css +2321 -2321
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +358 -358
- package/dist/vuetify.d.ts +29 -29
- package/dist/vuetify.esm.js +4 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +29 -29
- package/lib/locale/index.d.mts +124 -22
- package/lib/locale/index.mjs +2 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +100 -0
- package/lib/locale/km.mjs.map +1 -0
- package/package.json +1 -1
package/lib/entry-bundler.mjs
CHANGED
|
@@ -15,7 +15,7 @@ export const createVuetify = function () {
|
|
|
15
15
|
...options
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
|
-
export const version = "3.4.0-dev.2023-12-
|
|
18
|
+
export const version = "3.4.0-dev.2023-12-07";
|
|
19
19
|
createVuetify.version = version;
|
|
20
20
|
export { components, directives };
|
|
21
21
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
|
@@ -437,40 +437,41 @@ declare module '@vue/runtime-core' {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
export interface GlobalComponents {
|
|
440
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
440
441
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
441
442
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
442
443
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
443
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
444
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
445
444
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
446
445
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
447
|
-
|
|
446
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
448
447
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
449
|
-
|
|
448
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
450
449
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
451
450
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
452
451
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
452
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
453
453
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
454
454
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
455
455
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
456
456
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
457
457
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
458
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
459
458
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
460
|
-
|
|
461
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
462
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
463
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
464
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
459
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
465
460
|
VCard: typeof import('vuetify/components')['VCard']
|
|
466
461
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
467
462
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
468
463
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
469
464
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
470
465
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
471
|
-
|
|
466
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
467
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
468
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
469
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
472
470
|
VChip: typeof import('vuetify/components')['VChip']
|
|
471
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
472
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
473
473
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
474
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
474
475
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
475
476
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
476
477
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -478,14 +479,13 @@ declare module '@vue/runtime-core' {
|
|
|
478
479
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
479
480
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
480
481
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
481
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
482
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
483
482
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
484
483
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
485
484
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
486
485
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
487
486
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
488
487
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
488
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
489
489
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
490
490
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
491
491
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
@@ -493,21 +493,20 @@ declare module '@vue/runtime-core' {
|
|
|
493
493
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
494
494
|
VField: typeof import('vuetify/components')['VField']
|
|
495
495
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
496
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
496
497
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
497
498
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
498
499
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
499
500
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
500
501
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
501
502
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
502
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
503
503
|
VImg: typeof import('vuetify/components')['VImg']
|
|
504
504
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
505
505
|
VInput: typeof import('vuetify/components')['VInput']
|
|
506
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
507
506
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
508
507
|
VItem: typeof import('vuetify/components')['VItem']
|
|
509
508
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
510
|
-
|
|
509
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
511
510
|
VList: typeof import('vuetify/components')['VList']
|
|
512
511
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
513
512
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -517,6 +516,7 @@ declare module '@vue/runtime-core' {
|
|
|
517
516
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
518
517
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
519
518
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
519
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
520
520
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
521
521
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
522
522
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
@@ -524,37 +524,37 @@ declare module '@vue/runtime-core' {
|
|
|
524
524
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
525
525
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
526
526
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
527
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
528
527
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
528
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
529
529
|
VRating: typeof import('vuetify/components')['VRating']
|
|
530
530
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
531
531
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
532
532
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
533
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
534
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
535
533
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
536
|
-
|
|
534
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
537
535
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
538
536
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
539
|
-
|
|
537
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
538
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
540
539
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
541
540
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
542
541
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
543
542
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
544
543
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
545
544
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
546
|
-
|
|
547
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
545
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
548
546
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
547
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
548
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
549
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
549
550
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
551
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
550
552
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
551
553
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
552
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
553
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
554
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
555
554
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
556
555
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
557
556
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
557
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
558
558
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
559
559
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
560
560
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
@@ -570,11 +570,12 @@ declare module '@vue/runtime-core' {
|
|
|
570
570
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
571
571
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
572
572
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
573
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
574
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
575
573
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
574
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
575
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
576
576
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
577
577
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
578
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
578
579
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
579
580
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
580
581
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -592,7 +593,6 @@ declare module '@vue/runtime-core' {
|
|
|
592
593
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
593
594
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
594
595
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
595
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
596
596
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
597
597
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
598
598
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
package/lib/locale/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default$
|
|
1
|
+
declare const _default$G: {
|
|
2
2
|
badge: string;
|
|
3
3
|
open: string;
|
|
4
4
|
close: string;
|
|
@@ -99,7 +99,7 @@ declare const _default$F: {
|
|
|
99
99
|
};
|
|
100
100
|
//# sourceMappingURL=af.d.ts.map
|
|
101
101
|
|
|
102
|
-
declare const _default$
|
|
102
|
+
declare const _default$F: {
|
|
103
103
|
badge: string;
|
|
104
104
|
open: string;
|
|
105
105
|
close: string;
|
|
@@ -200,7 +200,7 @@ declare const _default$E: {
|
|
|
200
200
|
};
|
|
201
201
|
//# sourceMappingURL=ar.d.ts.map
|
|
202
202
|
|
|
203
|
-
declare const _default$
|
|
203
|
+
declare const _default$E: {
|
|
204
204
|
badge: string;
|
|
205
205
|
open: string;
|
|
206
206
|
close: string;
|
|
@@ -301,7 +301,7 @@ declare const _default$D: {
|
|
|
301
301
|
};
|
|
302
302
|
//# sourceMappingURL=bg.d.ts.map
|
|
303
303
|
|
|
304
|
-
declare const _default$
|
|
304
|
+
declare const _default$D: {
|
|
305
305
|
badge: string;
|
|
306
306
|
open: string;
|
|
307
307
|
close: string;
|
|
@@ -402,7 +402,7 @@ declare const _default$C: {
|
|
|
402
402
|
};
|
|
403
403
|
//# sourceMappingURL=ca.d.ts.map
|
|
404
404
|
|
|
405
|
-
declare const _default$
|
|
405
|
+
declare const _default$C: {
|
|
406
406
|
badge: string;
|
|
407
407
|
open: string;
|
|
408
408
|
close: string;
|
|
@@ -503,7 +503,7 @@ declare const _default$B: {
|
|
|
503
503
|
};
|
|
504
504
|
//# sourceMappingURL=ckb.d.ts.map
|
|
505
505
|
|
|
506
|
-
declare const _default$
|
|
506
|
+
declare const _default$B: {
|
|
507
507
|
badge: string;
|
|
508
508
|
open: string;
|
|
509
509
|
close: string;
|
|
@@ -604,7 +604,7 @@ declare const _default$A: {
|
|
|
604
604
|
};
|
|
605
605
|
//# sourceMappingURL=cs.d.ts.map
|
|
606
606
|
|
|
607
|
-
declare const _default$
|
|
607
|
+
declare const _default$A: {
|
|
608
608
|
badge: string;
|
|
609
609
|
open: string;
|
|
610
610
|
close: string;
|
|
@@ -705,7 +705,7 @@ declare const _default$z: {
|
|
|
705
705
|
};
|
|
706
706
|
//# sourceMappingURL=da.d.ts.map
|
|
707
707
|
|
|
708
|
-
declare const _default$
|
|
708
|
+
declare const _default$z: {
|
|
709
709
|
badge: string;
|
|
710
710
|
open: string;
|
|
711
711
|
close: string;
|
|
@@ -806,7 +806,7 @@ declare const _default$y: {
|
|
|
806
806
|
};
|
|
807
807
|
//# sourceMappingURL=de.d.ts.map
|
|
808
808
|
|
|
809
|
-
declare const _default$
|
|
809
|
+
declare const _default$y: {
|
|
810
810
|
badge: string;
|
|
811
811
|
open: string;
|
|
812
812
|
close: string;
|
|
@@ -907,7 +907,7 @@ declare const _default$x: {
|
|
|
907
907
|
};
|
|
908
908
|
//# sourceMappingURL=el.d.ts.map
|
|
909
909
|
|
|
910
|
-
declare const _default$
|
|
910
|
+
declare const _default$x: {
|
|
911
911
|
badge: string;
|
|
912
912
|
open: string;
|
|
913
913
|
close: string;
|
|
@@ -1008,7 +1008,7 @@ declare const _default$w: {
|
|
|
1008
1008
|
};
|
|
1009
1009
|
//# sourceMappingURL=en.d.ts.map
|
|
1010
1010
|
|
|
1011
|
-
declare const _default$
|
|
1011
|
+
declare const _default$w: {
|
|
1012
1012
|
badge: string;
|
|
1013
1013
|
open: string;
|
|
1014
1014
|
close: string;
|
|
@@ -1109,7 +1109,7 @@ declare const _default$v: {
|
|
|
1109
1109
|
};
|
|
1110
1110
|
//# sourceMappingURL=es.d.ts.map
|
|
1111
1111
|
|
|
1112
|
-
declare const _default$
|
|
1112
|
+
declare const _default$v: {
|
|
1113
1113
|
badge: string;
|
|
1114
1114
|
open: string;
|
|
1115
1115
|
close: string;
|
|
@@ -1210,7 +1210,7 @@ declare const _default$u: {
|
|
|
1210
1210
|
};
|
|
1211
1211
|
//# sourceMappingURL=et.d.ts.map
|
|
1212
1212
|
|
|
1213
|
-
declare const _default$
|
|
1213
|
+
declare const _default$u: {
|
|
1214
1214
|
badge: string;
|
|
1215
1215
|
open: string;
|
|
1216
1216
|
close: string;
|
|
@@ -1311,7 +1311,7 @@ declare const _default$t: {
|
|
|
1311
1311
|
};
|
|
1312
1312
|
//# sourceMappingURL=fa.d.ts.map
|
|
1313
1313
|
|
|
1314
|
-
declare const _default$
|
|
1314
|
+
declare const _default$t: {
|
|
1315
1315
|
badge: string;
|
|
1316
1316
|
open: string;
|
|
1317
1317
|
close: string;
|
|
@@ -1412,7 +1412,7 @@ declare const _default$s: {
|
|
|
1412
1412
|
};
|
|
1413
1413
|
//# sourceMappingURL=fi.d.ts.map
|
|
1414
1414
|
|
|
1415
|
-
declare const _default$
|
|
1415
|
+
declare const _default$s: {
|
|
1416
1416
|
badge: string;
|
|
1417
1417
|
open: string;
|
|
1418
1418
|
close: string;
|
|
@@ -1513,7 +1513,7 @@ declare const _default$r: {
|
|
|
1513
1513
|
};
|
|
1514
1514
|
//# sourceMappingURL=fr.d.ts.map
|
|
1515
1515
|
|
|
1516
|
-
declare const _default$
|
|
1516
|
+
declare const _default$r: {
|
|
1517
1517
|
badge: string;
|
|
1518
1518
|
open: string;
|
|
1519
1519
|
close: string;
|
|
@@ -1614,7 +1614,7 @@ declare const _default$q: {
|
|
|
1614
1614
|
};
|
|
1615
1615
|
//# sourceMappingURL=hr.d.ts.map
|
|
1616
1616
|
|
|
1617
|
-
declare const _default$
|
|
1617
|
+
declare const _default$q: {
|
|
1618
1618
|
badge: string;
|
|
1619
1619
|
open: string;
|
|
1620
1620
|
close: string;
|
|
@@ -1715,7 +1715,7 @@ declare const _default$p: {
|
|
|
1715
1715
|
};
|
|
1716
1716
|
//# sourceMappingURL=hu.d.ts.map
|
|
1717
1717
|
|
|
1718
|
-
declare const _default$
|
|
1718
|
+
declare const _default$p: {
|
|
1719
1719
|
badge: string;
|
|
1720
1720
|
open: string;
|
|
1721
1721
|
close: string;
|
|
@@ -1816,7 +1816,7 @@ declare const _default$o: {
|
|
|
1816
1816
|
};
|
|
1817
1817
|
//# sourceMappingURL=he.d.ts.map
|
|
1818
1818
|
|
|
1819
|
-
declare const _default$
|
|
1819
|
+
declare const _default$o: {
|
|
1820
1820
|
badge: string;
|
|
1821
1821
|
open: string;
|
|
1822
1822
|
close: string;
|
|
@@ -1917,7 +1917,7 @@ declare const _default$n: {
|
|
|
1917
1917
|
};
|
|
1918
1918
|
//# sourceMappingURL=id.d.ts.map
|
|
1919
1919
|
|
|
1920
|
-
declare const _default$
|
|
1920
|
+
declare const _default$n: {
|
|
1921
1921
|
badge: string;
|
|
1922
1922
|
open: string;
|
|
1923
1923
|
close: string;
|
|
@@ -2018,7 +2018,7 @@ declare const _default$m: {
|
|
|
2018
2018
|
};
|
|
2019
2019
|
//# sourceMappingURL=it.d.ts.map
|
|
2020
2020
|
|
|
2021
|
-
declare const _default$
|
|
2021
|
+
declare const _default$m: {
|
|
2022
2022
|
badge: string;
|
|
2023
2023
|
open: string;
|
|
2024
2024
|
close: string;
|
|
@@ -2119,6 +2119,107 @@ declare const _default$l: {
|
|
|
2119
2119
|
};
|
|
2120
2120
|
//# sourceMappingURL=ja.d.ts.map
|
|
2121
2121
|
|
|
2122
|
+
declare const _default$l: {
|
|
2123
|
+
badge: string;
|
|
2124
|
+
open: string;
|
|
2125
|
+
close: string;
|
|
2126
|
+
confirmEdit: {
|
|
2127
|
+
ok: string;
|
|
2128
|
+
cancel: string;
|
|
2129
|
+
};
|
|
2130
|
+
dataIterator: {
|
|
2131
|
+
noResultsText: string;
|
|
2132
|
+
loadingText: string;
|
|
2133
|
+
};
|
|
2134
|
+
dataTable: {
|
|
2135
|
+
itemsPerPageText: string;
|
|
2136
|
+
ariaLabel: {
|
|
2137
|
+
sortDescending: string;
|
|
2138
|
+
sortAscending: string;
|
|
2139
|
+
sortNone: string;
|
|
2140
|
+
activateNone: string;
|
|
2141
|
+
activateDescending: string;
|
|
2142
|
+
activateAscending: string;
|
|
2143
|
+
};
|
|
2144
|
+
sortBy: string;
|
|
2145
|
+
};
|
|
2146
|
+
dataFooter: {
|
|
2147
|
+
itemsPerPageText: string;
|
|
2148
|
+
itemsPerPageAll: string;
|
|
2149
|
+
nextPage: string;
|
|
2150
|
+
prevPage: string;
|
|
2151
|
+
firstPage: string;
|
|
2152
|
+
lastPage: string;
|
|
2153
|
+
pageText: string;
|
|
2154
|
+
};
|
|
2155
|
+
dateRangeInput: {
|
|
2156
|
+
divider: string;
|
|
2157
|
+
};
|
|
2158
|
+
datePicker: {
|
|
2159
|
+
itemsSelected: string;
|
|
2160
|
+
range: {
|
|
2161
|
+
title: string;
|
|
2162
|
+
header: string;
|
|
2163
|
+
};
|
|
2164
|
+
title: string;
|
|
2165
|
+
header: string;
|
|
2166
|
+
input: {
|
|
2167
|
+
placeholder: string;
|
|
2168
|
+
};
|
|
2169
|
+
};
|
|
2170
|
+
noDataText: string;
|
|
2171
|
+
carousel: {
|
|
2172
|
+
prev: string;
|
|
2173
|
+
next: string;
|
|
2174
|
+
ariaLabel: {
|
|
2175
|
+
delimiter: string;
|
|
2176
|
+
};
|
|
2177
|
+
};
|
|
2178
|
+
calendar: {
|
|
2179
|
+
moreEvents: string;
|
|
2180
|
+
};
|
|
2181
|
+
input: {
|
|
2182
|
+
clear: string;
|
|
2183
|
+
prependAction: string;
|
|
2184
|
+
appendAction: string;
|
|
2185
|
+
otp: string;
|
|
2186
|
+
};
|
|
2187
|
+
fileInput: {
|
|
2188
|
+
counter: string;
|
|
2189
|
+
counterSize: string;
|
|
2190
|
+
};
|
|
2191
|
+
timePicker: {
|
|
2192
|
+
am: string;
|
|
2193
|
+
pm: string;
|
|
2194
|
+
};
|
|
2195
|
+
pagination: {
|
|
2196
|
+
ariaLabel: {
|
|
2197
|
+
root: string;
|
|
2198
|
+
next: string;
|
|
2199
|
+
previous: string;
|
|
2200
|
+
page: string;
|
|
2201
|
+
currentPage: string;
|
|
2202
|
+
first: string;
|
|
2203
|
+
last: string;
|
|
2204
|
+
};
|
|
2205
|
+
};
|
|
2206
|
+
stepper: {
|
|
2207
|
+
next: string;
|
|
2208
|
+
prev: string;
|
|
2209
|
+
};
|
|
2210
|
+
rating: {
|
|
2211
|
+
ariaLabel: {
|
|
2212
|
+
item: string;
|
|
2213
|
+
};
|
|
2214
|
+
};
|
|
2215
|
+
loading: string;
|
|
2216
|
+
infiniteScroll: {
|
|
2217
|
+
loadMore: string;
|
|
2218
|
+
empty: string;
|
|
2219
|
+
};
|
|
2220
|
+
};
|
|
2221
|
+
//# sourceMappingURL=km.d.ts.map
|
|
2222
|
+
|
|
2122
2223
|
declare const _default$k: {
|
|
2123
2224
|
badge: string;
|
|
2124
2225
|
open: string;
|
|
@@ -4261,6 +4362,7 @@ declare const defaultRtl: {
|
|
|
4261
4362
|
id: boolean;
|
|
4262
4363
|
it: boolean;
|
|
4263
4364
|
ja: boolean;
|
|
4365
|
+
km: boolean;
|
|
4264
4366
|
ko: boolean;
|
|
4265
4367
|
lv: boolean;
|
|
4266
4368
|
lt: boolean;
|
|
@@ -4284,4 +4386,4 @@ declare const defaultRtl: {
|
|
|
4284
4386
|
zhHant: boolean;
|
|
4285
4387
|
};
|
|
4286
4388
|
|
|
4287
|
-
export { _default$
|
|
4389
|
+
export { _default$G as af, _default$F as ar, _default$4 as az, _default$E as bg, _default$D as ca, _default$C as ckb, _default$B as cs, _default$A as da, _default$z as de, defaultRtl, _default$y as el, _default$x as en, _default$w as es, _default$v as et, _default$u as fa, _default$t as fi, _default$s as fr, _default$p as he, _default$r as hr, _default$q as hu, _default$o as id, _default$n as it, _default$m as ja, _default$l as km, _default$k as ko, _default$i as lt, _default$j as lv, _default$h as nl, _default$g as no, _default$f as pl, _default$e as pt, _default$d as ro, _default$c as ru, _default$b as sk, _default$a as sl, _default$9 as srCyrl, _default$8 as srLatn, _default$7 as sv, _default$6 as th, _default$5 as tr, _default$3 as uk, _default$2 as vi, _default$1 as zhHans, _default as zhHant };
|
package/lib/locale/index.mjs
CHANGED
|
@@ -19,6 +19,7 @@ export { default as he } from "./he.mjs";
|
|
|
19
19
|
export { default as id } from "./id.mjs";
|
|
20
20
|
export { default as it } from "./it.mjs";
|
|
21
21
|
export { default as ja } from "./ja.mjs";
|
|
22
|
+
export { default as km } from "./km.mjs";
|
|
22
23
|
export { default as ko } from "./ko.mjs";
|
|
23
24
|
export { default as lv } from "./lv.mjs";
|
|
24
25
|
export { default as lt } from "./lt.mjs";
|
|
@@ -61,6 +62,7 @@ export const defaultRtl = {
|
|
|
61
62
|
id: false,
|
|
62
63
|
it: false,
|
|
63
64
|
ja: false,
|
|
65
|
+
km: false,
|
|
64
66
|
ko: false,
|
|
65
67
|
lv: false,
|
|
66
68
|
lt: false,
|
package/lib/locale/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["default","af","ar","bg","ca","ckb","cs","da","de","el","en","es","et","fa","fi","fr","hr","hu","he","id","it","ja","ko","lv","lt","nl","no","pl","pt","ro","ru","sk","sl","srCyrl","srLatn","sv","th","tr","az","uk","vi","zhHans","zhHant","defaultRtl"],"sources":["../../src/locale/index.ts"],"sourcesContent":["export { default as af } from './af'\nexport { default as ar } from './ar'\nexport { default as bg } from './bg'\nexport { default as ca } from './ca'\nexport { default as ckb } from './ckb'\nexport { default as cs } from './cs'\nexport { default as da } from './da'\nexport { default as de } from './de'\nexport { default as el } from './el'\nexport { default as en } from './en'\nexport { default as es } from './es'\nexport { default as et } from './et'\nexport { default as fa } from './fa'\nexport { default as fi } from './fi'\nexport { default as fr } from './fr'\nexport { default as hr } from './hr'\nexport { default as hu } from './hu'\nexport { default as he } from './he'\nexport { default as id } from './id'\nexport { default as it } from './it'\nexport { default as ja } from './ja'\nexport { default as ko } from './ko'\nexport { default as lv } from './lv'\nexport { default as lt } from './lt'\nexport { default as nl } from './nl'\nexport { default as no } from './no'\nexport { default as pl } from './pl'\nexport { default as pt } from './pt'\nexport { default as ro } from './ro'\nexport { default as ru } from './ru'\nexport { default as sk } from './sk'\nexport { default as sl } from './sl'\nexport { default as srCyrl } from './sr-Cyrl'\nexport { default as srLatn } from './sr-Latn'\nexport { default as sv } from './sv'\nexport { default as th } from './th'\nexport { default as tr } from './tr'\nexport { default as az } from './az'\nexport { default as uk } from './uk'\nexport { default as vi } from './vi'\nexport { default as zhHans } from './zh-Hans'\nexport { default as zhHant } from './zh-Hant'\n\nexport const defaultRtl = {\n af: false,\n ar: true,\n bg: false,\n ca: false,\n ckb: false,\n cs: false,\n de: false,\n el: false,\n en: false,\n es: false,\n et: false,\n fa: true,\n fi: false,\n fr: false,\n hr: false,\n hu: false,\n he: true,\n id: false,\n it: false,\n ja: false,\n ko: false,\n lv: false,\n lt: false,\n nl: false,\n no: false,\n pl: false,\n pt: false,\n ro: false,\n ru: false,\n sk: false,\n sl: false,\n srCyrl: false,\n srLatn: false,\n sv: false,\n th: false,\n tr: false,\n az: false,\n uk: false,\n vi: false,\n zhHans: false,\n zhHant: false,\n}\n"],"mappings":"SAASA,OAAO,IAAIC,EAAE;AAAA,SACbD,OAAO,IAAIE,EAAE;AAAA,SACbF,OAAO,IAAIG,EAAE;AAAA,SACbH,OAAO,IAAII,EAAE;AAAA,SACbJ,OAAO,IAAIK,GAAG;AAAA,SACdL,OAAO,IAAIM,EAAE;AAAA,SACbN,OAAO,IAAIO,EAAE;AAAA,SACbP,OAAO,IAAIQ,EAAE;AAAA,SACbR,OAAO,IAAIS,EAAE;AAAA,SACbT,OAAO,IAAIU,EAAE;AAAA,SACbV,OAAO,IAAIW,EAAE;AAAA,SACbX,OAAO,IAAIY,EAAE;AAAA,SACbZ,OAAO,IAAIa,EAAE;AAAA,SACbb,OAAO,IAAIc,EAAE;AAAA,SACbd,OAAO,IAAIe,EAAE;AAAA,SACbf,OAAO,IAAIgB,EAAE;AAAA,SACbhB,OAAO,IAAIiB,EAAE;AAAA,SACbjB,OAAO,IAAIkB,EAAE;AAAA,SACblB,OAAO,IAAImB,EAAE;AAAA,SACbnB,OAAO,IAAIoB,EAAE;AAAA,SACbpB,OAAO,IAAIqB,EAAE;AAAA,SACbrB,OAAO,IAAIsB,EAAE;AAAA,SACbtB,OAAO,IAAIuB,EAAE;AAAA,SACbvB,OAAO,IAAIwB,EAAE;AAAA,SACbxB,OAAO,IAAIyB,EAAE;AAAA,SACbzB,OAAO,IAAI0B,EAAE;AAAA,SACb1B,OAAO,IAAI2B,EAAE;AAAA,SACb3B,OAAO,IAAI4B,EAAE;AAAA,SACb5B,OAAO,IAAI6B,EAAE;AAAA,SACb7B,OAAO,IAAI8B,EAAE;AAAA,SACb9B,OAAO,IAAI+B,EAAE;AAAA,SACb/B,OAAO,IAAIgC,EAAE;AAAA,SACbhC,OAAO,IAAIiC,
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["default","af","ar","bg","ca","ckb","cs","da","de","el","en","es","et","fa","fi","fr","hr","hu","he","id","it","ja","km","ko","lv","lt","nl","no","pl","pt","ro","ru","sk","sl","srCyrl","srLatn","sv","th","tr","az","uk","vi","zhHans","zhHant","defaultRtl"],"sources":["../../src/locale/index.ts"],"sourcesContent":["export { default as af } from './af'\nexport { default as ar } from './ar'\nexport { default as bg } from './bg'\nexport { default as ca } from './ca'\nexport { default as ckb } from './ckb'\nexport { default as cs } from './cs'\nexport { default as da } from './da'\nexport { default as de } from './de'\nexport { default as el } from './el'\nexport { default as en } from './en'\nexport { default as es } from './es'\nexport { default as et } from './et'\nexport { default as fa } from './fa'\nexport { default as fi } from './fi'\nexport { default as fr } from './fr'\nexport { default as hr } from './hr'\nexport { default as hu } from './hu'\nexport { default as he } from './he'\nexport { default as id } from './id'\nexport { default as it } from './it'\nexport { default as ja } from './ja'\nexport { default as km } from './km'\nexport { default as ko } from './ko'\nexport { default as lv } from './lv'\nexport { default as lt } from './lt'\nexport { default as nl } from './nl'\nexport { default as no } from './no'\nexport { default as pl } from './pl'\nexport { default as pt } from './pt'\nexport { default as ro } from './ro'\nexport { default as ru } from './ru'\nexport { default as sk } from './sk'\nexport { default as sl } from './sl'\nexport { default as srCyrl } from './sr-Cyrl'\nexport { default as srLatn } from './sr-Latn'\nexport { default as sv } from './sv'\nexport { default as th } from './th'\nexport { default as tr } from './tr'\nexport { default as az } from './az'\nexport { default as uk } from './uk'\nexport { default as vi } from './vi'\nexport { default as zhHans } from './zh-Hans'\nexport { default as zhHant } from './zh-Hant'\n\nexport const defaultRtl = {\n af: false,\n ar: true,\n bg: false,\n ca: false,\n ckb: false,\n cs: false,\n de: false,\n el: false,\n en: false,\n es: false,\n et: false,\n fa: true,\n fi: false,\n fr: false,\n hr: false,\n hu: false,\n he: true,\n id: false,\n it: false,\n ja: false,\n km: false,\n ko: false,\n lv: false,\n lt: false,\n nl: false,\n no: false,\n pl: false,\n pt: false,\n ro: false,\n ru: false,\n sk: false,\n sl: false,\n srCyrl: false,\n srLatn: false,\n sv: false,\n th: false,\n tr: false,\n az: false,\n uk: false,\n vi: false,\n zhHans: false,\n zhHant: false,\n}\n"],"mappings":"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"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
badge: 'ផ្លាក',
|
|
3
|
+
open: 'បើក',
|
|
4
|
+
close: 'បិទ',
|
|
5
|
+
confirmEdit: {
|
|
6
|
+
ok: 'យល់ព្រម',
|
|
7
|
+
cancel: 'បោះបង់'
|
|
8
|
+
},
|
|
9
|
+
dataIterator: {
|
|
10
|
+
noResultsText: 'មិនមានទិន្នន័យដែលត្រូវគ្នាទេ',
|
|
11
|
+
loadingText: 'កំពុងដំណើរការ...'
|
|
12
|
+
},
|
|
13
|
+
dataTable: {
|
|
14
|
+
itemsPerPageText: 'ជ្រើសរើសពត៌មានក្នុងមួយទំព័រ:',
|
|
15
|
+
ariaLabel: {
|
|
16
|
+
sortDescending: 'តំណទំហំចុះរួម។',
|
|
17
|
+
sortAscending: 'តំណទំហំឡើងរួម។',
|
|
18
|
+
sortNone: 'មិនចុះរួម។',
|
|
19
|
+
activateNone: 'ចុចដើម្បីដកតំណទំហំ។',
|
|
20
|
+
activateDescending: 'ចុចដើម្បីតំណទំហំចុះរួម។',
|
|
21
|
+
activateAscending: 'ចុចដើម្បីតំណទំហំឡើងរួម។'
|
|
22
|
+
},
|
|
23
|
+
sortBy: 'តម្រៀបតាម'
|
|
24
|
+
},
|
|
25
|
+
dataFooter: {
|
|
26
|
+
itemsPerPageText: 'ទំនិញក្នុងមួយទំព័រ:',
|
|
27
|
+
itemsPerPageAll: 'ទាំងអស់',
|
|
28
|
+
nextPage: 'ទំព័របន្ទាប់',
|
|
29
|
+
prevPage: 'ទំព័រមុន',
|
|
30
|
+
firstPage: 'ទំព័រដំបូង',
|
|
31
|
+
lastPage: 'ទំព័រចុងក្រោយ',
|
|
32
|
+
pageText: '{0}-{1} នៃ {2}'
|
|
33
|
+
},
|
|
34
|
+
dateRangeInput: {
|
|
35
|
+
divider: 'ដល់'
|
|
36
|
+
},
|
|
37
|
+
datePicker: {
|
|
38
|
+
itemsSelected: '{0} ត្រូវបានជ្រើសរើស',
|
|
39
|
+
range: {
|
|
40
|
+
title: 'ជ្រើសរើសកាលបរិច្ឆេទ',
|
|
41
|
+
header: 'បញ្ចូលកាលបរិច្ឆេទ'
|
|
42
|
+
},
|
|
43
|
+
title: 'ជ្រើសរើសកាលបរិច្ឆេទ',
|
|
44
|
+
header: 'បញ្ចូលកាលបរិច្ឆេទ',
|
|
45
|
+
input: {
|
|
46
|
+
placeholder: 'បញ្ចូលកាលបរិច្ឆេទ'
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
noDataText: 'គ្មានទិន្នន័យដែលមាន',
|
|
50
|
+
carousel: {
|
|
51
|
+
prev: 'រុករករូបភាពមុន',
|
|
52
|
+
next: 'រុករករូបភាពបន្ទាប់',
|
|
53
|
+
ariaLabel: {
|
|
54
|
+
delimiter: 'រូបភាពទី {0} នៃ {1} ក្នុងកម្រិតការរុករក'
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
calendar: {
|
|
58
|
+
moreEvents: '{0} ទៀត'
|
|
59
|
+
},
|
|
60
|
+
input: {
|
|
61
|
+
clear: 'សម្អាត {0}',
|
|
62
|
+
prependAction: '{0} សម្អាតសកម្ម',
|
|
63
|
+
appendAction: '{0} សម្អាតសកម្ម',
|
|
64
|
+
otp: 'សូមបញ្ចូលតួអក្សរ OTP {0}'
|
|
65
|
+
},
|
|
66
|
+
fileInput: {
|
|
67
|
+
counter: '{0} ឯកសារ',
|
|
68
|
+
counterSize: '{0} ឯកសារ ({1} សរុប)'
|
|
69
|
+
},
|
|
70
|
+
timePicker: {
|
|
71
|
+
am: 'ព្រឹក',
|
|
72
|
+
pm: 'ល្ងាច'
|
|
73
|
+
},
|
|
74
|
+
pagination: {
|
|
75
|
+
ariaLabel: {
|
|
76
|
+
root: 'ការរុករកទំព័រ',
|
|
77
|
+
next: 'ទំព័របន្ទាប់',
|
|
78
|
+
previous: 'ទំព័រមុន',
|
|
79
|
+
page: 'ទៅទំព័រ {0}',
|
|
80
|
+
currentPage: 'ទំព័រ {0}, ទំព័របច្ចុប្បន្ន',
|
|
81
|
+
first: 'ទំព័រដំបូង',
|
|
82
|
+
last: 'ទំព័រចុងក្រោយ'
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
stepper: {
|
|
86
|
+
next: 'បន្ទាប់',
|
|
87
|
+
prev: 'មុន'
|
|
88
|
+
},
|
|
89
|
+
rating: {
|
|
90
|
+
ariaLabel: {
|
|
91
|
+
item: 'ការវាយតម្លៃ {0} នៃ {1}'
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
loading: 'កំពុងដំណើរការ...',
|
|
95
|
+
infiniteScroll: {
|
|
96
|
+
loadMore: 'ទាញយកបន្ថែម',
|
|
97
|
+
empty: 'គ្មានទំព័រទៀត'
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=km.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"km.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/km.ts"],"sourcesContent":["export default {\n badge: 'ផ្លាក',\n open: 'បើក',\n close: 'បិទ',\n confirmEdit: {\n ok: 'យល់ព្រម',\n cancel: 'បោះបង់',\n },\n dataIterator: {\n noResultsText: 'មិនមានទិន្នន័យដែលត្រូវគ្នាទេ',\n loadingText: 'កំពុងដំណើរការ...',\n },\n dataTable: {\n itemsPerPageText: 'ជ្រើសរើសពត៌មានក្នុងមួយទំព័រ:',\n ariaLabel: {\n sortDescending: 'តំណទំហំចុះរួម។',\n sortAscending: 'តំណទំហំឡើងរួម។',\n sortNone: 'មិនចុះរួម។',\n activateNone: 'ចុចដើម្បីដកតំណទំហំ។',\n activateDescending: 'ចុចដើម្បីតំណទំហំចុះរួម។',\n activateAscending: 'ចុចដើម្បីតំណទំហំឡើងរួម។',\n },\n sortBy: 'តម្រៀបតាម',\n },\n dataFooter: {\n itemsPerPageText: 'ទំនិញក្នុងមួយទំព័រ:',\n itemsPerPageAll: 'ទាំងអស់',\n nextPage: 'ទំព័របន្ទាប់',\n prevPage: 'ទំព័រមុន',\n firstPage: 'ទំព័រដំបូង',\n lastPage: 'ទំព័រចុងក្រោយ',\n pageText: '{0}-{1} នៃ {2}',\n },\n dateRangeInput: {\n divider: 'ដល់',\n },\n datePicker: {\n itemsSelected: '{0} ត្រូវបានជ្រើសរើស',\n range: {\n title: 'ជ្រើសរើសកាលបរិច្ឆេទ',\n header: 'បញ្ចូលកាលបរិច្ឆេទ',\n },\n title: 'ជ្រើសរើសកាលបរិច្ឆេទ',\n header: 'បញ្ចូលកាលបរិច្ឆេទ',\n input: {\n placeholder: 'បញ្ចូលកាលបរិច្ឆេទ',\n },\n },\n noDataText: 'គ្មានទិន្នន័យដែលមាន',\n carousel: {\n prev: 'រុករករូបភាពមុន',\n next: 'រុករករូបភាពបន្ទាប់',\n ariaLabel: {\n delimiter: 'រូបភាពទី {0} នៃ {1} ក្នុងកម្រិតការរុករក',\n },\n },\n calendar: {\n moreEvents: '{0} ទៀត',\n },\n input: {\n clear: 'សម្អាត {0}',\n prependAction: '{0} សម្អាតសកម្ម',\n appendAction: '{0} សម្អាតសកម្ម',\n otp: 'សូមបញ្ចូលតួអក្សរ OTP {0}',\n },\n fileInput: {\n counter: '{0} ឯកសារ',\n counterSize: '{0} ឯកសារ ({1} សរុប)',\n },\n timePicker: {\n am: 'ព្រឹក',\n pm: 'ល្ងាច',\n },\n pagination: {\n ariaLabel: {\n root: 'ការរុករកទំព័រ',\n next: 'ទំព័របន្ទាប់',\n previous: 'ទំព័រមុន',\n page: 'ទៅទំព័រ {0}',\n currentPage: 'ទំព័រ {0}, ទំព័របច្ចុប្បន្ន',\n first: 'ទំព័រដំបូង',\n last: 'ទំព័រចុងក្រោយ',\n },\n },\n stepper: {\n next: 'បន្ទាប់',\n prev: 'មុន',\n },\n rating: {\n ariaLabel: {\n item: 'ការវាយតម្លៃ {0} នៃ {1}',\n },\n },\n loading: 'កំពុងដំណើរការ...',\n infiniteScroll: {\n loadMore: 'ទាញយកបន្ថែម',\n empty: 'គ្មានទំព័រទៀត',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE,KAAK;EACXC,KAAK,EAAE,KAAK;EACZC,WAAW,EAAE;IACXC,EAAE,EAAE,SAAS;IACbC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,8BAA8B;IAC7CC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,8BAA8B;IAChDC,SAAS,EAAE;MACTC,cAAc,EAAE,gBAAgB;MAChCC,aAAa,EAAE,gBAAgB;MAC/BC,QAAQ,EAAE,YAAY;MACtBC,YAAY,EAAE,qBAAqB;MACnCC,kBAAkB,EAAE,yBAAyB;MAC7CC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBAAqB;IACvCU,eAAe,EAAE,SAAS;IAC1BC,QAAQ,EAAE,cAAc;IACxBC,QAAQ,EAAE,UAAU;IACpBC,SAAS,EAAE,YAAY;IACvBC,QAAQ,EAAE,eAAe;IACzBC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,sBAAsB;IACrCC,KAAK,EAAE;MACLC,KAAK,EAAE,qBAAqB;MAC5BC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,qBAAqB;IAC5BC,MAAM,EAAE,mBAAmB;IAC3BC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,qBAAqB;EACjCC,QAAQ,EAAE;IACRC,IAAI,EAAE,gBAAgB;IACtBC,IAAI,EAAE,oBAAoB;IAC1B3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE;EACd,CAAC;EACDR,KAAK,EAAE;IACLS,KAAK,EAAE,YAAY;IACnBC,aAAa,EAAE,iBAAiB;IAChCC,YAAY,EAAE,iBAAiB;IAC/BC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,WAAW;IACpBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,OAAO;IACXC,EAAE,EAAE;EACN,CAAC;EACDC,UAAU,EAAE;IACVzC,SAAS,EAAE;MACT0C,IAAI,EAAE,eAAe;MACrBf,IAAI,EAAE,cAAc;MACpBgB,QAAQ,EAAE,UAAU;MACpBC,IAAI,EAAE,aAAa;MACnBC,WAAW,EAAE,6BAA6B;MAC1CC,KAAK,EAAE,YAAY;MACnBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPrB,IAAI,EAAE,SAAS;IACfD,IAAI,EAAE;EACR,CAAC;EACDuB,MAAM,EAAE;IACNjD,SAAS,EAAE;MACTkD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,kBAAkB;EAC3BC,cAAc,EAAE;IACdC,QAAQ,EAAE,aAAa;IACvBC,KAAK,EAAE;EACT;AACF,CAAC"}
|