@vuetify/nightly 3.6.14-master.2024-08-14 → 3.6.15-master.2024-08-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/importMap-labs.json +12 -12
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4925 -4925
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1149 -1149
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/package.json +10 -9
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2094,8 +2094,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2094
2094
|
else{const{mount:a}=e
|
2095
2095
|
e.mount=function(){const l=a(...arguments)
|
2096
2096
|
return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2097
|
-
if(a&&e in a)return a[e]}rf.version="3.6.
|
2098
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.6.
|
2097
|
+
if(a&&e in a)return a[e]}rf.version="3.6.15-master.2024-08-15"
|
2098
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.6.15-master.2024-08-15"
|
2099
2099
|
uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2100
2100
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2101
2101
|
return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.6.
|
19
|
+
export const version = "3.6.15-master.2024-08-15";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -464,45 +464,49 @@ declare global {
|
|
464
464
|
}
|
465
465
|
}
|
466
466
|
interface _GlobalComponents {
|
467
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
468
|
-
VApp: typeof import('vuetify/components')['VApp']
|
469
467
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
470
468
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
471
469
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
472
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
473
470
|
VAlert: typeof import('vuetify/components')['VAlert']
|
474
471
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
472
|
+
VApp: typeof import('vuetify/components')['VApp']
|
473
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
474
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
475
475
|
VBanner: typeof import('vuetify/components')['VBanner']
|
476
476
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
477
477
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
478
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
479
478
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
479
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
480
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
481
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
482
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
480
483
|
VBadge: typeof import('vuetify/components')['VBadge']
|
481
|
-
|
484
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
482
485
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
483
486
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
484
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
485
|
-
VCode: typeof import('vuetify/components')['VCode']
|
486
|
-
VChip: typeof import('vuetify/components')['VChip']
|
487
487
|
VCard: typeof import('vuetify/components')['VCard']
|
488
488
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
489
489
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
490
490
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
491
491
|
VCardText: typeof import('vuetify/components')['VCardText']
|
492
492
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
493
|
-
|
494
|
-
|
493
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
494
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
495
495
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
496
496
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
497
|
-
|
497
|
+
VChip: typeof import('vuetify/components')['VChip']
|
498
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
499
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
500
|
+
VCode: typeof import('vuetify/components')['VCode']
|
498
501
|
VCounter: typeof import('vuetify/components')['VCounter']
|
502
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
499
503
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
500
504
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
501
505
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
502
506
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
503
507
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
504
508
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
505
|
-
|
509
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
506
510
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
507
511
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
508
512
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -510,12 +514,8 @@ interface _GlobalComponents {
|
|
510
514
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
511
515
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
512
516
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
513
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
514
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
515
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
516
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
517
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
518
517
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
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']
|
@@ -523,20 +523,22 @@ interface _GlobalComponents {
|
|
523
523
|
VFab: typeof import('vuetify/components')['VFab']
|
524
524
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
525
525
|
VFooter: typeof import('vuetify/components')['VFooter']
|
526
|
+
VInput: typeof import('vuetify/components')['VInput']
|
526
527
|
VField: typeof import('vuetify/components')['VField']
|
527
528
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
528
|
-
VImg: typeof import('vuetify/components')['VImg']
|
529
529
|
VIcon: typeof import('vuetify/components')['VIcon']
|
530
530
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
531
531
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
532
532
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
533
533
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
534
|
+
VImg: typeof import('vuetify/components')['VImg']
|
534
535
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
535
|
-
|
536
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
536
537
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
537
538
|
VItem: typeof import('vuetify/components')['VItem']
|
538
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
539
539
|
VLabel: typeof import('vuetify/components')['VLabel']
|
540
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
541
|
+
VMain: typeof import('vuetify/components')['VMain']
|
540
542
|
VList: typeof import('vuetify/components')['VList']
|
541
543
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
542
544
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -546,70 +548,70 @@ interface _GlobalComponents {
|
|
546
548
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
547
549
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
548
550
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
549
|
-
VMain: typeof import('vuetify/components')['VMain']
|
550
551
|
VMessages: typeof import('vuetify/components')['VMessages']
|
551
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
552
552
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
553
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
554
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
555
553
|
VPagination: typeof import('vuetify/components')['VPagination']
|
554
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
555
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
556
556
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
557
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
558
557
|
VRating: typeof import('vuetify/components')['VRating']
|
558
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
559
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
560
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
559
561
|
VSelect: typeof import('vuetify/components')['VSelect']
|
560
|
-
|
562
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
561
563
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
562
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
563
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
564
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
565
564
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
566
565
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
567
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
568
566
|
VSlider: typeof import('vuetify/components')['VSlider']
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
573
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
567
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
568
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
569
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
574
570
|
VStepper: typeof import('vuetify/components')['VStepper']
|
575
571
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
576
572
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
577
573
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
578
574
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
579
575
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
580
|
-
|
581
|
-
|
576
|
+
VTab: typeof import('vuetify/components')['VTab']
|
577
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
578
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
579
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
582
580
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
581
|
+
VTable: typeof import('vuetify/components')['VTable']
|
582
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
583
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
583
584
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
584
585
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
585
586
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
586
587
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
587
588
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
588
|
-
VTable: typeof import('vuetify/components')['VTable']
|
589
589
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
592
592
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
593
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
594
593
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
594
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
595
595
|
VForm: typeof import('vuetify/components')['VForm']
|
596
596
|
VContainer: typeof import('vuetify/components')['VContainer']
|
597
597
|
VCol: typeof import('vuetify/components')['VCol']
|
598
598
|
VRow: typeof import('vuetify/components')['VRow']
|
599
599
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
600
600
|
VHover: typeof import('vuetify/components')['VHover']
|
601
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
601
602
|
VLayout: typeof import('vuetify/components')['VLayout']
|
602
603
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
603
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
604
604
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
605
605
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
606
606
|
VParallax: typeof import('vuetify/components')['VParallax']
|
607
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
608
607
|
VRadio: typeof import('vuetify/components')['VRadio']
|
608
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
609
609
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
610
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
611
610
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
611
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
612
612
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
613
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
614
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
613
615
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
614
616
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
615
617
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -626,10 +628,6 @@ interface _GlobalComponents {
|
|
626
628
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
627
629
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
628
630
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
629
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
630
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
631
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
632
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
633
631
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
634
632
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
635
633
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -637,6 +635,8 @@ interface _GlobalComponents {
|
|
637
635
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
638
636
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
639
637
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
638
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
639
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
640
640
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
641
641
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
642
642
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
@@ -647,8 +647,8 @@ interface _GlobalComponents {
|
|
647
647
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
648
648
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
649
649
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
650
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
651
650
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
651
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
652
652
|
}
|
653
653
|
declare module 'vue' {
|
654
654
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.6.
|
4
|
+
"version": "3.6.15-master.2024-08-15",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -99,19 +99,19 @@
|
|
99
99
|
},
|
100
100
|
"scripts": {
|
101
101
|
"watch": "pnpm run build:lib --watch",
|
102
|
-
"dev": "
|
103
|
-
"dev:ssr": "
|
104
|
-
"dev:prod": "concurrently \"
|
102
|
+
"dev": "NODE_ENV=development vite",
|
103
|
+
"dev:ssr": "NODE_ENV=development VITE_SSR=true vite-ssr",
|
104
|
+
"dev:prod": "concurrently \"vite build -w\" \"vite preview\"",
|
105
105
|
"dev:typecheck": "vue-tsc --noEmit --skipLibCheck --project ./tsconfig.dev.json",
|
106
106
|
"build": "rimraf lib dist && concurrently \"pnpm run build:dist\" \"pnpm run build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && pnpm run build:types",
|
107
107
|
"build:dist": "rollup --config build/rollup.config.mjs",
|
108
|
-
"build:lib": "
|
108
|
+
"build:lib": "NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
|
109
109
|
"build:types": "rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.mjs && rimraf types-temp",
|
110
110
|
"tsc": "tsc",
|
111
|
-
"debug:test": "
|
111
|
+
"debug:test": "NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
|
112
112
|
"test": "node build/run-tests.js",
|
113
|
-
"test:unix": "
|
114
|
-
"test:win32": "
|
113
|
+
"test:unix": "NODE_ENV=test jest",
|
114
|
+
"test:win32": "NODE_ENV=test jest -i",
|
115
115
|
"test:coverage": "pnpm run test --coverage",
|
116
116
|
"lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
|
117
117
|
"lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\"",
|
@@ -171,7 +171,8 @@
|
|
171
171
|
"rollup-plugin-terser": "^7.0.2",
|
172
172
|
"timezone-mock": "^1.3.6",
|
173
173
|
"unplugin-vue-components": "^0.27.4",
|
174
|
-
"
|
174
|
+
"upath": "^2.0.1",
|
175
|
+
"vite": "^5.4.0",
|
175
176
|
"vite-ssr": "^0.17.1",
|
176
177
|
"vue-i18n": "^9.7.1",
|
177
178
|
"vue-router": "^4.3.0"
|