@@ -11,11 +11,18 @@ declare global {
11
11
const DEFAULT_LIGHT : typeof import ( '../../packages/paper/src/composables/useTheme/index' ) [ 'DEFAULT_LIGHT' ]
12
12
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
13
13
const IN_BROWSER : typeof import ( '../../packages/0/src/constants/globals' ) [ 'IN_BROWSER' ]
14
+ const Log4jsLoggerAdapter : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'Log4jsLoggerAdapter' ]
15
+ const PinoLoggerAdapter : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'PinoLoggerAdapter' ]
14
16
const SELF_CLOSING_TAGS : typeof import ( '../../packages/0/src/constants/htmlElements' ) [ 'SELF_CLOSING_TAGS' ]
15
17
const SUPPORTS_MATCH_MEDIA : typeof import ( '../../packages/0/src/constants/globals' ) [ 'SUPPORTS_MATCH_MEDIA' ]
16
18
const SUPPORTS_TOUCH : typeof import ( '../../packages/0/src/constants/globals' ) [ 'SUPPORTS_TOUCH' ]
17
19
const V0_ELEVATION_KEY : typeof import ( '../../packages/paper/src/composables/useElevation/index' ) [ 'V0_ELEVATION_KEY' ]
20
+ const Vuetify0LoggerAdapter : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'Vuetify0LoggerAdapter' ]
18
21
const Vuetify0ThemeAdapter : typeof import ( '../../packages/0/src/composables/useTheme/index' ) [ 'Vuetify0ThemeAdapter' ]
22
+ const WinstonLoggerAdapter : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'WinstonLoggerAdapter' ]
23
+ const __DEV__ : typeof import ( '../../packages/0/src/constants/globals' ) [ '__DEV__' ]
24
+ const __LOGGER_ENABLED__ : typeof import ( '../../packages/0/src/constants/globals' ) [ '__LOGGER_ENABLED__' ]
25
+ const compare : typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'compare' ]
19
26
const computed : typeof import ( 'vue' ) [ 'computed' ]
20
27
const createApp : typeof import ( 'vue' ) [ 'createApp' ]
21
28
const createBreakpoints : typeof import ( '../../packages/0/src/composables/useBreakpoints/index' ) [ 'createBreakpoints' ]
@@ -26,6 +33,8 @@ declare global {
26
33
const createHydrationPlugin : typeof import ( '../../packages/0/src/composables/useHydration/index' ) [ 'createHydrationPlugin' ]
27
34
const createLocale : typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'createLocale' ]
28
35
const createLocalePlugin : typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'createLocalePlugin' ]
36
+ const createLogger : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'createLogger' ]
37
+ const createLoggerPlugin : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'createLoggerPlugin' ]
29
38
const createMarkdown : typeof import ( '../../packages/0/src/composables/useMarkdown/index' ) [ 'createMarkdown' ]
30
39
const createMarkdownPlugin : typeof import ( '../../packages/0/src/composables/useMarkdown/index' ) [ 'createMarkdownPlugin' ]
31
40
const createPlugin : typeof import ( '../../packages/0/src/factories/createPlugin/index' ) [ 'createPlugin' ]
@@ -39,20 +48,26 @@ declare global {
39
48
const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
40
49
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
41
50
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
51
+ const genId : typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'genId' ]
42
52
const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
43
53
const getCurrentInstanceName : typeof import ( '../../packages/paper/src/utilities/getCurrentInstanceName' ) [ 'getCurrentInstanceName' ]
44
54
const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
55
+ const guard : typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'guard' ]
45
56
const h : typeof import ( 'vue' ) [ 'h' ]
46
57
const hexToRgba : typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'hexToRgba' ]
47
58
const hexaToRgba : typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'hexaToRgba' ]
48
59
const inject : typeof import ( 'vue' ) [ 'inject' ]
49
60
const installMarkdownPlugin : typeof import ( '../../packages/v0/src/composables/useMarkdown/index' ) [ 'installMarkdownPlugin' ]
61
+ const isArray : typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isArray' ]
62
+ const isNullOrUndefined : typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isNullOrUndefined' ]
63
+ const isObject : typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isObject' ]
50
64
const isProxy : typeof import ( 'vue' ) [ 'isProxy' ]
51
65
const isReactive : typeof import ( 'vue' ) [ 'isReactive' ]
52
66
const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
53
67
const isRef : typeof import ( 'vue' ) [ 'isRef' ]
54
68
const isSelfClosingTag : typeof import ( '../../packages/0/src/constants/htmlElements' ) [ 'isSelfClosingTag' ]
55
69
const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
70
+ const mergeDeep : typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'mergeDeep' ]
56
71
const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
57
72
const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
58
73
const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
@@ -72,6 +87,7 @@ declare global {
72
87
const provide : typeof import ( 'vue' ) [ 'provide' ]
73
88
const provideBreakpointsContext : typeof import ( '../../packages/0/src/composables/useBreakpoints/index' ) [ 'provideBreakpointsContext' ]
74
89
const provideHydrationContext : typeof import ( '../../packages/0/src/composables/useHydration/index' ) [ 'provideHydrationContext' ]
90
+ const provideLoggerContext : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'provideLoggerContext' ]
75
91
const provideMarkdownContext : typeof import ( '../../packages/0/src/composables/useMarkdown/index' ) [ 'provideMarkdownContext' ]
76
92
const provideStorageContext : typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'provideStorageContext' ]
77
93
const reactive : typeof import ( 'vue' ) [ 'reactive' ]
@@ -80,6 +96,7 @@ declare global {
80
96
const resolveComponent : typeof import ( 'vue' ) [ 'resolveComponent' ]
81
97
const rgbToRgba : typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'rgbToRgba' ]
82
98
const rgbaToHexa : typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'rgbaToHexa' ]
99
+ const run : typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'run' ]
83
100
const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
84
101
const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
85
102
const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
@@ -109,6 +126,8 @@ declare global {
109
126
const useId : typeof import ( 'vue' ) [ 'useId' ]
110
127
const useKeydown : typeof import ( '../../packages/0/src/composables/useKeydown/index' ) [ 'useKeydown' ]
111
128
const useLocale : typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'useLocale' ]
129
+ const useLogger : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'useLogger' ]
130
+ const useLoggerContext : typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'useLoggerContext' ]
112
131
const useMarkdown : typeof import ( '../../packages/0/src/composables/useMarkdown/index' ) [ 'useMarkdown' ]
113
132
const useMarkdownContext : typeof import ( '../../packages/0/src/composables/useMarkdown/index' ) [ 'useMarkdownContext' ]
114
133
const useModel : typeof import ( 'vue' ) [ 'useModel' ]
@@ -122,6 +141,7 @@ declare global {
122
141
const useStorageContext : typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'useStorageContext' ]
123
142
const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
124
143
const useTheme : typeof import ( '../../packages/0/src/composables/useTheme/index' ) [ 'useTheme' ]
144
+ const useTokens : typeof import ( '../../packages/0/src/composables/useTokens/index' ) [ 'useTokens' ]
125
145
const watch : typeof import ( 'vue' ) [ 'watch' ]
126
146
const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
127
147
const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
@@ -169,6 +189,9 @@ declare global {
169
189
export type { LocaleTicket , LocaleContext , LocalePluginOptions , LocalePlugin } from '../../packages/0/src/composables/useLocale/index'
170
190
import ( '../../packages/0/src/composables/useLocale/index' )
171
191
// @ts -ignore
192
+ export type { LoggerContext , LoggerOptions , LoggerPlugin , LoggerAdapter , LogLevel } from '../../packages/0/src/composables/useLogger/index'
193
+ import ( '../../packages/0/src/composables/useLogger/index' )
194
+ // @ts -ignore
172
195
export type { RegistrarTicket , RegistrarContext } from '../../packages/0/src/composables/useRegistrar/index'
173
196
import ( '../../packages/0/src/composables/useRegistrar/index' )
174
197
// @ts -ignore
@@ -201,10 +224,17 @@ declare module 'vue' {
201
224
readonly DEFAULT_LIGHT : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useTheme/index' ) [ 'DEFAULT_LIGHT' ] >
202
225
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
203
226
readonly IN_BROWSER : UnwrapRef < typeof import ( '../../packages/0/src/constants/globals' ) [ 'IN_BROWSER' ] >
227
+ readonly Log4jsLoggerAdapter : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'Log4jsLoggerAdapter' ] >
228
+ readonly PinoLoggerAdapter : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'PinoLoggerAdapter' ] >
204
229
readonly SELF_CLOSING_TAGS : UnwrapRef < typeof import ( '../../packages/0/src/constants/htmlElements' ) [ 'SELF_CLOSING_TAGS' ] >
205
230
readonly SUPPORTS_MATCH_MEDIA : UnwrapRef < typeof import ( '../../packages/0/src/constants/globals' ) [ 'SUPPORTS_MATCH_MEDIA' ] >
206
231
readonly SUPPORTS_TOUCH : UnwrapRef < typeof import ( '../../packages/0/src/constants/globals' ) [ 'SUPPORTS_TOUCH' ] >
207
232
readonly V0_ELEVATION_KEY : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useElevation/index' ) [ 'V0_ELEVATION_KEY' ] >
233
+ readonly Vuetify0LoggerAdapter : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'Vuetify0LoggerAdapter' ] >
234
+ readonly WinstonLoggerAdapter : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'WinstonLoggerAdapter' ] >
235
+ readonly __DEV__ : UnwrapRef < typeof import ( '../../packages/0/src/constants/globals' ) [ '__DEV__' ] >
236
+ readonly __LOGGER_ENABLED__ : UnwrapRef < typeof import ( '../../packages/0/src/constants/globals' ) [ '__LOGGER_ENABLED__' ] >
237
+ readonly compare : UnwrapRef < typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'compare' ] >
208
238
readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
209
239
readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
210
240
readonly createBreakpoints : UnwrapRef < typeof import ( '../../packages/0/src/composables/useBreakpoints/index' ) [ 'createBreakpoints' ] >
@@ -214,29 +244,36 @@ declare module 'vue' {
214
244
readonly createHydrationPlugin : UnwrapRef < typeof import ( '../../packages/0/src/composables/useHydration/index' ) [ 'createHydrationPlugin' ] >
215
245
readonly createLocale : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'createLocale' ] >
216
246
readonly createLocalePlugin : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'createLocalePlugin' ] >
247
+ readonly createLogger : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'createLogger' ] >
248
+ readonly createLoggerPlugin : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'createLoggerPlugin' ] >
217
249
readonly createStorage : UnwrapRef < typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'createStorage' ] >
218
250
readonly createStoragePlugin : UnwrapRef < typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'createStoragePlugin' ] >
219
251
readonly createTheme : UnwrapRef < typeof import ( '../../packages/0/src/composables/useTheme/index' ) [ 'createTheme' ] >
220
252
readonly createThemePlugin : UnwrapRef < typeof import ( '../../packages/0/src/composables/useTheme/index' ) [ 'createThemePlugin' ] >
221
- readonly createTokens : UnwrapRef < typeof import ( '../../packages/0/src/composables/useTokens/index' ) [ 'createTokens' ] >
222
253
readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
223
254
readonly defaultElevationGenerator : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useElevation/index' ) [ 'defaultElevationGenerator' ] >
224
255
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
225
256
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
226
257
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
258
+ readonly genId : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'genId' ] >
227
259
readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
228
260
readonly getCurrentInstanceName : UnwrapRef < typeof import ( '../../packages/paper/src/utilities/getCurrentInstanceName' ) [ 'getCurrentInstanceName' ] >
229
261
readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
262
+ readonly guard : UnwrapRef < typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'guard' ] >
230
263
readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
231
264
readonly hexToRgba : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'hexToRgba' ] >
232
265
readonly hexaToRgba : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'hexaToRgba' ] >
233
266
readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
267
+ readonly isArray : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isArray' ] >
268
+ readonly isNullOrUndefined : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isNullOrUndefined' ] >
269
+ readonly isObject : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isObject' ] >
234
270
readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
235
271
readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
236
272
readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
237
273
readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
238
274
readonly isSelfClosingTag : UnwrapRef < typeof import ( '../../packages/0/src/constants/htmlElements' ) [ 'isSelfClosingTag' ] >
239
275
readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
276
+ readonly mergeDeep : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'mergeDeep' ] >
240
277
readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
241
278
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
242
279
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
@@ -256,13 +293,15 @@ declare module 'vue' {
256
293
readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
257
294
readonly provideBreakpointsContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useBreakpoints/index' ) [ 'provideBreakpointsContext' ] >
258
295
readonly provideHydrationContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useHydration/index' ) [ 'provideHydrationContext' ] >
296
+ readonly provideLoggerContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'provideLoggerContext' ] >
259
297
readonly provideStorageContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'provideStorageContext' ] >
260
298
readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
261
299
readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
262
300
readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
263
301
readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
264
302
readonly rgbToRgba : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'rgbToRgba' ] >
265
303
readonly rgbaToHexa : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useColor/index' ) [ 'rgbaToHexa' ] >
304
+ readonly run : UnwrapRef < typeof import ( '../../packages/0/src/utilities/benchmark' ) [ 'run' ] >
266
305
readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
267
306
readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
268
307
readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
@@ -290,6 +329,8 @@ declare module 'vue' {
290
329
readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
291
330
readonly useKeydown : UnwrapRef < typeof import ( '../../packages/0/src/composables/useKeydown/index' ) [ 'useKeydown' ] >
292
331
readonly useLocale : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLocale/index' ) [ 'useLocale' ] >
332
+ readonly useLogger : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'useLogger' ] >
333
+ readonly useLoggerContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useLogger/index' ) [ 'useLoggerContext' ] >
293
334
readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
294
335
readonly useRegistrar : UnwrapRef < typeof import ( '../../packages/0/src/composables/useRegistrar/index' ) [ 'useRegistrar' ] >
295
336
readonly useRounded : UnwrapRef < typeof import ( '../../packages/paper/src/composables/useRounded/index' ) [ 'useRounded' ] >
@@ -301,9 +342,10 @@ declare module 'vue' {
301
342
readonly useStorageContext : UnwrapRef < typeof import ( '../../packages/0/src/composables/useStorage/index' ) [ 'useStorageContext' ] >
302
343
readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
303
344
readonly useTheme : UnwrapRef < typeof import ( '../../packages/0/src/composables/useTheme/index' ) [ 'useTheme' ] >
345
+ readonly useTokens : UnwrapRef < typeof import ( '../../packages/0/src/composables/useTokens/index' ) [ 'useTokens' ] >
304
346
readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
305
347
readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
306
348
readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
307
349
readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
308
350
}
309
- }
351
+ }
0 commit comments