@@ -64,6 +64,7 @@ declare global {
64
64
const customRandom : typeof import ( '../core/browser/src/utils/random' ) [ 'customRandom' ]
65
65
const customRef : typeof import ( 'vue' ) [ 'customRef' ]
66
66
const customStorageEventName : typeof import ( '../core/browser/src/utils/vendors' ) [ 'customStorageEventName' ]
67
+ const dateFormat : typeof import ( '../core/datetime/dist/index.js' ) [ 'dateFormat' ]
67
68
const debounce : typeof import ( '../core/browser/src/utils/debounce' ) [ 'debounce' ]
68
69
const debouncedRef : typeof import ( '../core/browser/src/utils/vendors' ) [ 'debouncedRef' ]
69
70
const debouncedWatch : typeof import ( '../core/browser/src/utils/vendors' ) [ 'debouncedWatch' ]
@@ -82,6 +83,7 @@ declare global {
82
83
const exactly : typeof import ( '../core/browser/src/utils/regex' ) [ 'exactly' ]
83
84
const executeTransition : typeof import ( '../core/browser/src/utils/vendors' ) [ 'executeTransition' ]
84
85
const extendRef : typeof import ( '../core/browser/src/utils/vendors' ) [ 'extendRef' ]
86
+ const format : typeof import ( '../core/datetime/dist/index.js' ) [ 'format' ]
85
87
const formatTimeAgo : typeof import ( '../core/browser/src/utils/vendors' ) [ 'formatTimeAgo' ]
86
88
const getActiveHead : typeof import ( '@unhead/vue' ) [ 'getActiveHead' ]
87
89
const getActivePinia : typeof import ( 'pinia' ) [ 'getActivePinia' ]
@@ -125,6 +127,7 @@ declare global {
125
127
const not : typeof import ( '../core/browser/src/utils/regex' ) [ 'not' ]
126
128
const notNullish : typeof import ( '../core/browser/src/utils/guards' ) [ 'notNullish' ]
127
129
const notUndefined : typeof import ( '../core/browser/src/utils/guards' ) [ 'notUndefined' ]
130
+ const now : typeof import ( '../core/datetime/dist/index.js' ) [ 'now' ]
128
131
const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
129
132
const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
130
133
const onBeforeRouteLeave : typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ]
@@ -150,6 +153,7 @@ declare global {
150
153
const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
151
154
const oneOrMore : typeof import ( '../core/browser/src/utils/regex' ) [ 'oneOrMore' ]
152
155
const or : typeof import ( '../core/browser/src/utils/math' ) [ 'or' ]
156
+ const parse : typeof import ( '../core/datetime/dist/index.js' ) [ 'parse' ]
153
157
const pausableWatch : typeof import ( '../core/browser/src/utils/vendors' ) [ 'pausableWatch' ]
154
158
const preferredDark : typeof import ( '../../../resources/functions/dark' ) [ 'preferredDark' ]
155
159
const provide : typeof import ( 'vue' ) [ 'provide' ]
@@ -508,6 +512,7 @@ declare module 'vue' {
508
512
readonly customRandom : UnwrapRef < typeof import ( '../core/browser/src/utils/random' ) [ 'customRandom' ] >
509
513
readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
510
514
readonly customStorageEventName : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'customStorageEventName' ] >
515
+ readonly dateFormat : UnwrapRef < typeof import ( '../core/datetime/dist/index.js' ) [ 'dateFormat' ] >
511
516
readonly debounce : UnwrapRef < typeof import ( '../core/browser/src/utils/debounce' ) [ 'debounce' ] >
512
517
readonly debouncedRef : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'debouncedRef' ] >
513
518
readonly debouncedWatch : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'debouncedWatch' ] >
@@ -526,6 +531,7 @@ declare module 'vue' {
526
531
readonly exactly : UnwrapRef < typeof import ( '../core/browser/src/utils/regex' ) [ 'exactly' ] >
527
532
readonly executeTransition : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'executeTransition' ] >
528
533
readonly extendRef : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'extendRef' ] >
534
+ readonly format : UnwrapRef < typeof import ( '../core/datetime/dist/index.js' ) [ 'format' ] >
529
535
readonly formatTimeAgo : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'formatTimeAgo' ] >
530
536
readonly getActiveHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'getActiveHead' ] >
531
537
readonly getActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'getActivePinia' ] >
@@ -569,6 +575,7 @@ declare module 'vue' {
569
575
readonly not : UnwrapRef < typeof import ( '../core/browser/src/utils/regex' ) [ 'not' ] >
570
576
readonly notNullish : UnwrapRef < typeof import ( '../core/browser/src/utils/guards' ) [ 'notNullish' ] >
571
577
readonly notUndefined : UnwrapRef < typeof import ( '../core/browser/src/utils/guards' ) [ 'notUndefined' ] >
578
+ readonly now : UnwrapRef < typeof import ( '../core/datetime/dist/index.js' ) [ 'now' ] >
572
579
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
573
580
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
574
581
readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
@@ -594,6 +601,7 @@ declare module 'vue' {
594
601
readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
595
602
readonly oneOrMore : UnwrapRef < typeof import ( '../core/browser/src/utils/regex' ) [ 'oneOrMore' ] >
596
603
readonly or : UnwrapRef < typeof import ( '../core/browser/src/utils/math' ) [ 'or' ] >
604
+ readonly parse : UnwrapRef < typeof import ( '../core/datetime/dist/index.js' ) [ 'parse' ] >
597
605
readonly pausableWatch : UnwrapRef < typeof import ( '../core/browser/src/utils/vendors' ) [ 'pausableWatch' ] >
598
606
readonly preferredDark : UnwrapRef < typeof import ( '../../../resources/functions/dark' ) [ 'preferredDark' ] >
599
607
readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
0 commit comments