create-bc-app 1.0.9 → 1.1.2

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.
Files changed (80) hide show
  1. package/dist/index.mjs +9 -9
  2. package/package.json +37 -32
  3. package/template-docs-vitepress/.vitepress/cache/deps/@theme_index.js +259 -0
  4. package/template-docs-vitepress/.vitepress/cache/deps/@theme_index.js.map +7 -0
  5. package/template-docs-vitepress/.vitepress/cache/deps/_metadata.json +40 -0
  6. package/template-docs-vitepress/.vitepress/cache/deps/chunk-2MKPR7PC.js +9172 -0
  7. package/template-docs-vitepress/.vitepress/cache/deps/chunk-2MKPR7PC.js.map +7 -0
  8. package/template-docs-vitepress/.vitepress/cache/deps/chunk-ZXJI2PUM.js +11482 -0
  9. package/template-docs-vitepress/.vitepress/cache/deps/chunk-ZXJI2PUM.js.map +7 -0
  10. package/template-docs-vitepress/.vitepress/cache/deps/package.json +3 -0
  11. package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +4347 -0
  12. package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +7 -0
  13. package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vueuse_core.js +567 -0
  14. package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +7 -0
  15. package/template-docs-vitepress/.vitepress/cache/deps/vue.js +323 -0
  16. package/template-docs-vitepress/.vitepress/cache/deps/vue.js.map +7 -0
  17. package/template-docs-vitepress/.vitepress/config.mts +28 -0
  18. package/template-docs-vitepress/api-examples.md +49 -0
  19. package/template-docs-vitepress/index.md +25 -0
  20. package/template-docs-vitepress/markdown-examples.md +85 -0
  21. package/template-docs-vitepress/package-lock.json +1742 -0
  22. package/template-docs-vitepress/package.json +10 -0
  23. package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vue_devtools-api.js +11 -0
  24. package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vue_devtools-api.js.map +7 -0
  25. package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vuepress_shared.js +136 -0
  26. package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vuepress_shared.js.map +7 -0
  27. package/template-docs-vuepress/docs/.vuepress/.cache/deps/_metadata.json +40 -0
  28. package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-5K23BRP6.js +11482 -0
  29. package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-5K23BRP6.js.map +7 -0
  30. package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-UKCZNIRO.js +164 -0
  31. package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-UKCZNIRO.js.map +7 -0
  32. package/template-docs-vuepress/docs/.vuepress/.cache/deps/package.json +3 -0
  33. package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue-router.js +2744 -0
  34. package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue-router.js.map +7 -0
  35. package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue.js +323 -0
  36. package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue.js.map +7 -0
  37. package/template-docs-vuepress/docs/.vuepress/.temp/internal/clientConfigs.js +19 -0
  38. package/template-docs-vuepress/docs/.vuepress/.temp/internal/routes.js +24 -0
  39. package/template-docs-vuepress/docs/.vuepress/.temp/internal/siteData.js +14 -0
  40. package/template-docs-vuepress/docs/.vuepress/.temp/internal/themeData.js +14 -0
  41. package/template-docs-vuepress/docs/.vuepress/.temp/pages/404.html.js +16 -0
  42. package/template-docs-vuepress/docs/.vuepress/.temp/pages/404.html.vue +4 -0
  43. package/template-docs-vuepress/docs/.vuepress/.temp/pages/get-started.html.js +16 -0
  44. package/template-docs-vuepress/docs/.vuepress/.temp/pages/get-started.html.vue +23 -0
  45. package/template-docs-vuepress/docs/.vuepress/.temp/pages/index.html.js +16 -0
  46. package/template-docs-vuepress/docs/.vuepress/.temp/pages/index.html.vue +4 -0
  47. package/template-docs-vuepress/docs/.vuepress/.temp/prismjs/config.js +3 -0
  48. package/template-docs-vuepress/docs/.vuepress/.temp/styles/index.scss +0 -0
  49. package/template-docs-vuepress/docs/.vuepress/.temp/styles/palette.scss +0 -0
  50. package/template-docs-vuepress/docs/.vuepress/.temp/vite-root/index.html +13 -0
  51. package/template-docs-vuepress/docs/.vuepress/config.js +18 -0
  52. package/template-docs-vuepress/docs/README.md +33 -0
  53. package/template-docs-vuepress/docs/get-started.md +46 -0
  54. package/template-docs-vuepress/package-lock.json +3380 -0
  55. package/template-docs-vuepress/package.json +19 -0
  56. package/template-protocut-2d/.eslintrc.cjs +203 -0
  57. package/template-protocut-2d/.gitignore +24 -0
  58. package/template-protocut-2d/.gitlab-ci.yml +41 -0
  59. package/template-protocut-2d/README.md +17 -0
  60. package/template-protocut-2d/image.png +0 -0
  61. package/template-protocut-2d/index.html +13 -0
  62. package/template-protocut-2d/package-lock.json +4917 -0
  63. package/template-protocut-2d/package.json +41 -0
  64. package/template-protocut-2d/public/vite.svg +1 -0
  65. package/template-protocut-2d/src/App.vue +12 -0
  66. package/template-protocut-2d/src/assets/vue.svg +1 -0
  67. package/template-protocut-2d/src/components/Example.vue +36 -0
  68. package/template-protocut-2d/src/main.ts +43 -0
  69. package/template-protocut-2d/src/style.css +5 -0
  70. package/template-protocut-2d/src/utils/plugins/watchNodeModules.js +24 -0
  71. package/template-protocut-2d/src/views/Home.vue +143 -0
  72. package/template-protocut-2d/src/vite-env.d.ts +1 -0
  73. package/template-protocut-2d/test/App.test.ts +16 -0
  74. package/template-protocut-2d/test/Example.test.ts +21 -0
  75. package/template-protocut-2d/tsconfig.app.json +27 -0
  76. package/template-protocut-2d/tsconfig.json +33 -0
  77. package/template-protocut-2d/tsconfig.node.json +11 -0
  78. package/template-protocut-2d/vite-env.d.ts +15 -0
  79. package/template-protocut-2d/vite.config.ts +55 -0
  80. package/template-protocut-2d/window.d.ts +6 -0
@@ -0,0 +1,567 @@
1
+ import {
2
+ DefaultMagicKeysAliasMap,
3
+ StorageSerializers,
4
+ TransitionPresets,
5
+ assert,
6
+ breakpointsAntDesign,
7
+ breakpointsBootstrapV5,
8
+ breakpointsMasterCss,
9
+ breakpointsPrimeFlex,
10
+ breakpointsQuasar,
11
+ breakpointsSematic,
12
+ breakpointsTailwind,
13
+ breakpointsVuetify,
14
+ breakpointsVuetifyV2,
15
+ breakpointsVuetifyV3,
16
+ bypassFilter,
17
+ camelize,
18
+ clamp,
19
+ cloneFnJSON,
20
+ computedAsync,
21
+ computedEager,
22
+ computedInject,
23
+ computedWithControl,
24
+ containsProp,
25
+ controlledRef,
26
+ createEventHook,
27
+ createFetch,
28
+ createFilterWrapper,
29
+ createGlobalState,
30
+ createInjectionState,
31
+ createReusableTemplate,
32
+ createSharedComposable,
33
+ createSingletonPromise,
34
+ createTemplatePromise,
35
+ createUnrefFn,
36
+ customStorageEventName,
37
+ debounceFilter,
38
+ defaultDocument,
39
+ defaultLocation,
40
+ defaultNavigator,
41
+ defaultWindow,
42
+ directiveHooks,
43
+ executeTransition,
44
+ extendRef,
45
+ formatDate,
46
+ formatTimeAgo,
47
+ get,
48
+ getLifeCycleTarget,
49
+ getSSRHandler,
50
+ hasOwn,
51
+ hyphenate,
52
+ identity,
53
+ increaseWithUnit,
54
+ injectLocal,
55
+ invoke,
56
+ isClient,
57
+ isDef,
58
+ isDefined,
59
+ isIOS,
60
+ isObject,
61
+ isWorker,
62
+ makeDestructurable,
63
+ mapGamepadToXbox360Controller,
64
+ noop,
65
+ normalizeDate,
66
+ notNullish,
67
+ now,
68
+ objectEntries,
69
+ objectOmit,
70
+ objectPick,
71
+ onClickOutside,
72
+ onKeyDown,
73
+ onKeyPressed,
74
+ onKeyStroke,
75
+ onKeyUp,
76
+ onLongPress,
77
+ onStartTyping,
78
+ pausableFilter,
79
+ promiseTimeout,
80
+ provideLocal,
81
+ rand,
82
+ reactify,
83
+ reactifyObject,
84
+ reactiveComputed,
85
+ reactiveOmit,
86
+ reactivePick,
87
+ refAutoReset,
88
+ refDebounced,
89
+ refDefault,
90
+ refThrottled,
91
+ refWithControl,
92
+ resolveRef,
93
+ resolveUnref,
94
+ set,
95
+ setSSRHandler,
96
+ syncRef,
97
+ syncRefs,
98
+ templateRef,
99
+ throttleFilter,
100
+ timestamp,
101
+ toReactive,
102
+ toRef,
103
+ toRefs,
104
+ toValue,
105
+ tryOnBeforeMount,
106
+ tryOnBeforeUnmount,
107
+ tryOnMounted,
108
+ tryOnScopeDispose,
109
+ tryOnUnmounted,
110
+ unrefElement,
111
+ until,
112
+ useActiveElement,
113
+ useAnimate,
114
+ useArrayDifference,
115
+ useArrayEvery,
116
+ useArrayFilter,
117
+ useArrayFind,
118
+ useArrayFindIndex,
119
+ useArrayFindLast,
120
+ useArrayIncludes,
121
+ useArrayJoin,
122
+ useArrayMap,
123
+ useArrayReduce,
124
+ useArraySome,
125
+ useArrayUnique,
126
+ useAsyncQueue,
127
+ useAsyncState,
128
+ useBase64,
129
+ useBattery,
130
+ useBluetooth,
131
+ useBreakpoints,
132
+ useBroadcastChannel,
133
+ useBrowserLocation,
134
+ useCached,
135
+ useClipboard,
136
+ useClipboardItems,
137
+ useCloned,
138
+ useColorMode,
139
+ useConfirmDialog,
140
+ useCounter,
141
+ useCssVar,
142
+ useCurrentElement,
143
+ useCycleList,
144
+ useDark,
145
+ useDateFormat,
146
+ useDebounceFn,
147
+ useDebouncedRefHistory,
148
+ useDeviceMotion,
149
+ useDeviceOrientation,
150
+ useDevicePixelRatio,
151
+ useDevicesList,
152
+ useDisplayMedia,
153
+ useDocumentVisibility,
154
+ useDraggable,
155
+ useDropZone,
156
+ useElementBounding,
157
+ useElementByPoint,
158
+ useElementHover,
159
+ useElementSize,
160
+ useElementVisibility,
161
+ useEventBus,
162
+ useEventListener,
163
+ useEventSource,
164
+ useEyeDropper,
165
+ useFavicon,
166
+ useFetch,
167
+ useFileDialog,
168
+ useFileSystemAccess,
169
+ useFocus,
170
+ useFocusWithin,
171
+ useFps,
172
+ useFullscreen,
173
+ useGamepad,
174
+ useGeolocation,
175
+ useIdle,
176
+ useImage,
177
+ useInfiniteScroll,
178
+ useIntersectionObserver,
179
+ useInterval,
180
+ useIntervalFn,
181
+ useKeyModifier,
182
+ useLastChanged,
183
+ useLocalStorage,
184
+ useMagicKeys,
185
+ useManualRefHistory,
186
+ useMediaControls,
187
+ useMediaQuery,
188
+ useMemoize,
189
+ useMemory,
190
+ useMounted,
191
+ useMouse,
192
+ useMouseInElement,
193
+ useMousePressed,
194
+ useMutationObserver,
195
+ useNavigatorLanguage,
196
+ useNetwork,
197
+ useNow,
198
+ useObjectUrl,
199
+ useOffsetPagination,
200
+ useOnline,
201
+ usePageLeave,
202
+ useParallax,
203
+ useParentElement,
204
+ usePerformanceObserver,
205
+ usePermission,
206
+ usePointer,
207
+ usePointerLock,
208
+ usePointerSwipe,
209
+ usePreferredColorScheme,
210
+ usePreferredContrast,
211
+ usePreferredDark,
212
+ usePreferredLanguages,
213
+ usePreferredReducedMotion,
214
+ usePrevious,
215
+ useRafFn,
216
+ useRefHistory,
217
+ useResizeObserver,
218
+ useScreenOrientation,
219
+ useScreenSafeArea,
220
+ useScriptTag,
221
+ useScroll,
222
+ useScrollLock,
223
+ useSessionStorage,
224
+ useShare,
225
+ useSorted,
226
+ useSpeechRecognition,
227
+ useSpeechSynthesis,
228
+ useStepper,
229
+ useStorage,
230
+ useStorageAsync,
231
+ useStyleTag,
232
+ useSupported,
233
+ useSwipe,
234
+ useTemplateRefsList,
235
+ useTextDirection,
236
+ useTextSelection,
237
+ useTextareaAutosize,
238
+ useThrottleFn,
239
+ useThrottledRefHistory,
240
+ useTimeAgo,
241
+ useTimeout,
242
+ useTimeoutFn,
243
+ useTimeoutPoll,
244
+ useTimestamp,
245
+ useTitle,
246
+ useToNumber,
247
+ useToString,
248
+ useToggle,
249
+ useTransition,
250
+ useUrlSearchParams,
251
+ useUserMedia,
252
+ useVModel,
253
+ useVModels,
254
+ useVibrate,
255
+ useVirtualList,
256
+ useWakeLock,
257
+ useWebNotification,
258
+ useWebSocket,
259
+ useWebWorker,
260
+ useWebWorkerFn,
261
+ useWindowFocus,
262
+ useWindowScroll,
263
+ useWindowSize,
264
+ watchArray,
265
+ watchAtMost,
266
+ watchDebounced,
267
+ watchDeep,
268
+ watchIgnorable,
269
+ watchImmediate,
270
+ watchOnce,
271
+ watchPausable,
272
+ watchThrottled,
273
+ watchTriggerable,
274
+ watchWithFilter,
275
+ whenever
276
+ } from "./chunk-2MKPR7PC.js";
277
+ import "./chunk-ZXJI2PUM.js";
278
+ export {
279
+ DefaultMagicKeysAliasMap,
280
+ StorageSerializers,
281
+ TransitionPresets,
282
+ assert,
283
+ computedAsync as asyncComputed,
284
+ refAutoReset as autoResetRef,
285
+ breakpointsAntDesign,
286
+ breakpointsBootstrapV5,
287
+ breakpointsMasterCss,
288
+ breakpointsPrimeFlex,
289
+ breakpointsQuasar,
290
+ breakpointsSematic,
291
+ breakpointsTailwind,
292
+ breakpointsVuetify,
293
+ breakpointsVuetifyV2,
294
+ breakpointsVuetifyV3,
295
+ bypassFilter,
296
+ camelize,
297
+ clamp,
298
+ cloneFnJSON,
299
+ computedAsync,
300
+ computedEager,
301
+ computedInject,
302
+ computedWithControl,
303
+ containsProp,
304
+ computedWithControl as controlledComputed,
305
+ controlledRef,
306
+ createEventHook,
307
+ createFetch,
308
+ createFilterWrapper,
309
+ createGlobalState,
310
+ createInjectionState,
311
+ reactify as createReactiveFn,
312
+ createReusableTemplate,
313
+ createSharedComposable,
314
+ createSingletonPromise,
315
+ createTemplatePromise,
316
+ createUnrefFn,
317
+ customStorageEventName,
318
+ debounceFilter,
319
+ refDebounced as debouncedRef,
320
+ watchDebounced as debouncedWatch,
321
+ defaultDocument,
322
+ defaultLocation,
323
+ defaultNavigator,
324
+ defaultWindow,
325
+ directiveHooks,
326
+ computedEager as eagerComputed,
327
+ executeTransition,
328
+ extendRef,
329
+ formatDate,
330
+ formatTimeAgo,
331
+ get,
332
+ getLifeCycleTarget,
333
+ getSSRHandler,
334
+ hasOwn,
335
+ hyphenate,
336
+ identity,
337
+ watchIgnorable as ignorableWatch,
338
+ increaseWithUnit,
339
+ injectLocal,
340
+ invoke,
341
+ isClient,
342
+ isDef,
343
+ isDefined,
344
+ isIOS,
345
+ isObject,
346
+ isWorker,
347
+ makeDestructurable,
348
+ mapGamepadToXbox360Controller,
349
+ noop,
350
+ normalizeDate,
351
+ notNullish,
352
+ now,
353
+ objectEntries,
354
+ objectOmit,
355
+ objectPick,
356
+ onClickOutside,
357
+ onKeyDown,
358
+ onKeyPressed,
359
+ onKeyStroke,
360
+ onKeyUp,
361
+ onLongPress,
362
+ onStartTyping,
363
+ pausableFilter,
364
+ watchPausable as pausableWatch,
365
+ promiseTimeout,
366
+ provideLocal,
367
+ rand,
368
+ reactify,
369
+ reactifyObject,
370
+ reactiveComputed,
371
+ reactiveOmit,
372
+ reactivePick,
373
+ refAutoReset,
374
+ refDebounced,
375
+ refDefault,
376
+ refThrottled,
377
+ refWithControl,
378
+ resolveRef,
379
+ resolveUnref,
380
+ set,
381
+ setSSRHandler,
382
+ syncRef,
383
+ syncRefs,
384
+ templateRef,
385
+ throttleFilter,
386
+ refThrottled as throttledRef,
387
+ watchThrottled as throttledWatch,
388
+ timestamp,
389
+ toReactive,
390
+ toRef,
391
+ toRefs,
392
+ toValue,
393
+ tryOnBeforeMount,
394
+ tryOnBeforeUnmount,
395
+ tryOnMounted,
396
+ tryOnScopeDispose,
397
+ tryOnUnmounted,
398
+ unrefElement,
399
+ until,
400
+ useActiveElement,
401
+ useAnimate,
402
+ useArrayDifference,
403
+ useArrayEvery,
404
+ useArrayFilter,
405
+ useArrayFind,
406
+ useArrayFindIndex,
407
+ useArrayFindLast,
408
+ useArrayIncludes,
409
+ useArrayJoin,
410
+ useArrayMap,
411
+ useArrayReduce,
412
+ useArraySome,
413
+ useArrayUnique,
414
+ useAsyncQueue,
415
+ useAsyncState,
416
+ useBase64,
417
+ useBattery,
418
+ useBluetooth,
419
+ useBreakpoints,
420
+ useBroadcastChannel,
421
+ useBrowserLocation,
422
+ useCached,
423
+ useClipboard,
424
+ useClipboardItems,
425
+ useCloned,
426
+ useColorMode,
427
+ useConfirmDialog,
428
+ useCounter,
429
+ useCssVar,
430
+ useCurrentElement,
431
+ useCycleList,
432
+ useDark,
433
+ useDateFormat,
434
+ refDebounced as useDebounce,
435
+ useDebounceFn,
436
+ useDebouncedRefHistory,
437
+ useDeviceMotion,
438
+ useDeviceOrientation,
439
+ useDevicePixelRatio,
440
+ useDevicesList,
441
+ useDisplayMedia,
442
+ useDocumentVisibility,
443
+ useDraggable,
444
+ useDropZone,
445
+ useElementBounding,
446
+ useElementByPoint,
447
+ useElementHover,
448
+ useElementSize,
449
+ useElementVisibility,
450
+ useEventBus,
451
+ useEventListener,
452
+ useEventSource,
453
+ useEyeDropper,
454
+ useFavicon,
455
+ useFetch,
456
+ useFileDialog,
457
+ useFileSystemAccess,
458
+ useFocus,
459
+ useFocusWithin,
460
+ useFps,
461
+ useFullscreen,
462
+ useGamepad,
463
+ useGeolocation,
464
+ useIdle,
465
+ useImage,
466
+ useInfiniteScroll,
467
+ useIntersectionObserver,
468
+ useInterval,
469
+ useIntervalFn,
470
+ useKeyModifier,
471
+ useLastChanged,
472
+ useLocalStorage,
473
+ useMagicKeys,
474
+ useManualRefHistory,
475
+ useMediaControls,
476
+ useMediaQuery,
477
+ useMemoize,
478
+ useMemory,
479
+ useMounted,
480
+ useMouse,
481
+ useMouseInElement,
482
+ useMousePressed,
483
+ useMutationObserver,
484
+ useNavigatorLanguage,
485
+ useNetwork,
486
+ useNow,
487
+ useObjectUrl,
488
+ useOffsetPagination,
489
+ useOnline,
490
+ usePageLeave,
491
+ useParallax,
492
+ useParentElement,
493
+ usePerformanceObserver,
494
+ usePermission,
495
+ usePointer,
496
+ usePointerLock,
497
+ usePointerSwipe,
498
+ usePreferredColorScheme,
499
+ usePreferredContrast,
500
+ usePreferredDark,
501
+ usePreferredLanguages,
502
+ usePreferredReducedMotion,
503
+ usePrevious,
504
+ useRafFn,
505
+ useRefHistory,
506
+ useResizeObserver,
507
+ useScreenOrientation,
508
+ useScreenSafeArea,
509
+ useScriptTag,
510
+ useScroll,
511
+ useScrollLock,
512
+ useSessionStorage,
513
+ useShare,
514
+ useSorted,
515
+ useSpeechRecognition,
516
+ useSpeechSynthesis,
517
+ useStepper,
518
+ useStorage,
519
+ useStorageAsync,
520
+ useStyleTag,
521
+ useSupported,
522
+ useSwipe,
523
+ useTemplateRefsList,
524
+ useTextDirection,
525
+ useTextSelection,
526
+ useTextareaAutosize,
527
+ refThrottled as useThrottle,
528
+ useThrottleFn,
529
+ useThrottledRefHistory,
530
+ useTimeAgo,
531
+ useTimeout,
532
+ useTimeoutFn,
533
+ useTimeoutPoll,
534
+ useTimestamp,
535
+ useTitle,
536
+ useToNumber,
537
+ useToString,
538
+ useToggle,
539
+ useTransition,
540
+ useUrlSearchParams,
541
+ useUserMedia,
542
+ useVModel,
543
+ useVModels,
544
+ useVibrate,
545
+ useVirtualList,
546
+ useWakeLock,
547
+ useWebNotification,
548
+ useWebSocket,
549
+ useWebWorker,
550
+ useWebWorkerFn,
551
+ useWindowFocus,
552
+ useWindowScroll,
553
+ useWindowSize,
554
+ watchArray,
555
+ watchAtMost,
556
+ watchDebounced,
557
+ watchDeep,
558
+ watchIgnorable,
559
+ watchImmediate,
560
+ watchOnce,
561
+ watchPausable,
562
+ watchThrottled,
563
+ watchTriggerable,
564
+ watchWithFilter,
565
+ whenever
566
+ };
567
+ //# sourceMappingURL=vitepress___@vueuse_core.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }