create-bc-app 1.1.2 → 1.1.4
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/index.mjs +58 -36
- package/package.json +5 -3
- package/template-docs-vitepress/.vitepress/cache/deps/@theme_index.js +259 -259
- package/template-docs-vitepress/.vitepress/cache/deps/@theme_index.js.map +7 -7
- package/template-docs-vitepress/.vitepress/cache/deps/_metadata.json +39 -39
- package/template-docs-vitepress/.vitepress/cache/deps/chunk-2MKPR7PC.js +9172 -9172
- package/template-docs-vitepress/.vitepress/cache/deps/chunk-2MKPR7PC.js.map +7 -7
- package/template-docs-vitepress/.vitepress/cache/deps/chunk-ZXJI2PUM.js +11482 -11482
- package/template-docs-vitepress/.vitepress/cache/deps/chunk-ZXJI2PUM.js.map +7 -7
- package/template-docs-vitepress/.vitepress/cache/deps/package.json +3 -3
- package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +4347 -4347
- package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +7 -7
- package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vueuse_core.js +567 -567
- package/template-docs-vitepress/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +7 -7
- package/template-docs-vitepress/.vitepress/cache/deps/vue.js +323 -323
- package/template-docs-vitepress/.vitepress/cache/deps/vue.js.map +7 -7
- package/template-docs-vitepress/.vitepress/config.mts +28 -28
- package/template-docs-vitepress/api-examples.md +49 -49
- package/template-docs-vitepress/index.md +25 -25
- package/template-docs-vitepress/markdown-examples.md +85 -85
- package/template-docs-vitepress/package-lock.json +1742 -1742
- package/template-docs-vitepress/package.json +9 -9
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vue_devtools-api.js +11 -11
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vue_devtools-api.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vuepress_shared.js +136 -136
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/@vuepress_shared.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/_metadata.json +39 -39
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-5K23BRP6.js +11482 -11482
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-5K23BRP6.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-UKCZNIRO.js +164 -164
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/chunk-UKCZNIRO.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/package.json +3 -3
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue-router.js +2744 -2744
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue-router.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue.js +323 -323
- package/template-docs-vuepress/docs/.vuepress/.cache/deps/vue.js.map +7 -7
- package/template-docs-vuepress/docs/.vuepress/.temp/internal/clientConfigs.js +19 -19
- package/template-docs-vuepress/docs/.vuepress/.temp/internal/routes.js +24 -24
- package/template-docs-vuepress/docs/.vuepress/.temp/internal/siteData.js +14 -14
- package/template-docs-vuepress/docs/.vuepress/.temp/internal/themeData.js +14 -14
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/404.html.js +16 -16
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/404.html.vue +4 -4
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/get-started.html.js +16 -16
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/get-started.html.vue +23 -23
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/index.html.js +16 -16
- package/template-docs-vuepress/docs/.vuepress/.temp/pages/index.html.vue +4 -4
- package/template-docs-vuepress/docs/.vuepress/.temp/prismjs/config.js +2 -2
- package/template-docs-vuepress/docs/.vuepress/.temp/vite-root/index.html +13 -13
- package/template-docs-vuepress/docs/.vuepress/config.js +18 -18
- package/template-docs-vuepress/docs/README.md +33 -33
- package/template-docs-vuepress/docs/get-started.md +46 -46
- package/template-docs-vuepress/package-lock.json +3380 -3380
- package/template-docs-vuepress/package.json +19 -19
- package/{template-protocut-2d → template-laserlib}/.eslintrc.cjs +2 -4
- package/{template-protocut-2d → template-laserlib}/.gitlab-ci.yml +1 -1
- package/{template-protocut-2d → template-laserlib}/README.md +0 -1
- package/template-laserlib/data/adapter/index.ts +0 -0
- package/template-laserlib/data/adapter/main-page/index.ts +6 -0
- package/template-laserlib/data/api/http.ts +34 -0
- package/template-laserlib/data/api/index.ts +14 -0
- package/template-laserlib/data/message/index.ts +4 -0
- package/template-laserlib/data/message/msgWebSocket.ts +39 -0
- package/template-laserlib/data/message/process.ts +20 -0
- package/template-laserlib/example/app.vue +37 -0
- package/template-laserlib/example/assets/bochui.svg +7 -0
- package/template-laserlib/example/assets/group.svg +3 -0
- package/template-laserlib/example/main.ts +12 -0
- package/template-laserlib/example/style.css +1 -0
- package/{template-protocut-2d → template-laserlib}/index.html +2 -2
- package/template-laserlib/model/entity/constants.ts +0 -0
- package/template-laserlib/model/entity/index.ts +19 -0
- package/template-laserlib/model/main-page/index.ts +6 -0
- package/template-laserlib/package.json +52 -0
- package/template-laserlib/packages/main-page/index.ts +8 -0
- package/template-laserlib/packages/main-page/index.vue +10 -0
- package/template-laserlib/public/group.svg +3 -0
- package/template-laserlib/src/index.ts +41 -0
- package/{template-protocut-2d → template-laserlib}/test/Example.test.ts +0 -6
- package/{template-protocut-2d → template-laserlib}/tsconfig.json +15 -3
- package/template-laserlib/types/index.d.ts +14 -0
- package/template-laserlib/vite-env.d.ts +6 -0
- package/template-laserlib/vite.config.ts +41 -0
- package/template-laserlib/window.d.ts +10 -0
- package/template-vue-js/package.json +34 -34
- package/template-protocut-2d/.gitignore +0 -24
- package/template-protocut-2d/image.png +0 -0
- package/template-protocut-2d/package-lock.json +0 -4917
- package/template-protocut-2d/package.json +0 -41
- package/template-protocut-2d/public/vite.svg +0 -1
- package/template-protocut-2d/src/App.vue +0 -12
- package/template-protocut-2d/src/assets/vue.svg +0 -1
- package/template-protocut-2d/src/components/Example.vue +0 -36
- package/template-protocut-2d/src/main.ts +0 -43
- package/template-protocut-2d/src/style.css +0 -5
- package/template-protocut-2d/src/utils/plugins/watchNodeModules.js +0 -24
- package/template-protocut-2d/src/views/Home.vue +0 -143
- package/template-protocut-2d/src/vite-env.d.ts +0 -1
- package/template-protocut-2d/tsconfig.app.json +0 -27
- package/template-protocut-2d/vite-env.d.ts +0 -15
- package/template-protocut-2d/vite.config.ts +0 -55
- package/template-protocut-2d/window.d.ts +0 -6
- /package/{template-protocut-2d → template-laserlib}/test/App.test.ts +0 -0
- /package/{template-protocut-2d → template-laserlib}/tsconfig.node.json +0 -0
|
@@ -1,323 +1,323 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BaseTransition,
|
|
3
|
-
BaseTransitionPropsValidators,
|
|
4
|
-
Comment,
|
|
5
|
-
DeprecationTypes,
|
|
6
|
-
EffectScope,
|
|
7
|
-
ErrorCodes,
|
|
8
|
-
ErrorTypeStrings,
|
|
9
|
-
Fragment,
|
|
10
|
-
KeepAlive,
|
|
11
|
-
ReactiveEffect,
|
|
12
|
-
Static,
|
|
13
|
-
Suspense,
|
|
14
|
-
Teleport,
|
|
15
|
-
Text,
|
|
16
|
-
TrackOpTypes,
|
|
17
|
-
Transition,
|
|
18
|
-
TransitionGroup,
|
|
19
|
-
TriggerOpTypes,
|
|
20
|
-
VueElement,
|
|
21
|
-
assertNumber,
|
|
22
|
-
callWithAsyncErrorHandling,
|
|
23
|
-
callWithErrorHandling,
|
|
24
|
-
camelize,
|
|
25
|
-
capitalize,
|
|
26
|
-
cloneVNode,
|
|
27
|
-
compatUtils,
|
|
28
|
-
compile,
|
|
29
|
-
computed,
|
|
30
|
-
createApp,
|
|
31
|
-
createBaseVNode,
|
|
32
|
-
createBlock,
|
|
33
|
-
createCommentVNode,
|
|
34
|
-
createElementBlock,
|
|
35
|
-
createHydrationRenderer,
|
|
36
|
-
createPropsRestProxy,
|
|
37
|
-
createRenderer,
|
|
38
|
-
createSSRApp,
|
|
39
|
-
createSlots,
|
|
40
|
-
createStaticVNode,
|
|
41
|
-
createTextVNode,
|
|
42
|
-
createVNode,
|
|
43
|
-
customRef,
|
|
44
|
-
defineAsyncComponent,
|
|
45
|
-
defineComponent,
|
|
46
|
-
defineCustomElement,
|
|
47
|
-
defineEmits,
|
|
48
|
-
defineExpose,
|
|
49
|
-
defineModel,
|
|
50
|
-
defineOptions,
|
|
51
|
-
defineProps,
|
|
52
|
-
defineSSRCustomElement,
|
|
53
|
-
defineSlots,
|
|
54
|
-
devtools,
|
|
55
|
-
effect,
|
|
56
|
-
effectScope,
|
|
57
|
-
getCurrentInstance,
|
|
58
|
-
getCurrentScope,
|
|
59
|
-
getTransitionRawChildren,
|
|
60
|
-
guardReactiveProps,
|
|
61
|
-
h,
|
|
62
|
-
handleError,
|
|
63
|
-
hasInjectionContext,
|
|
64
|
-
hydrate,
|
|
65
|
-
initCustomFormatter,
|
|
66
|
-
initDirectivesForSSR,
|
|
67
|
-
inject,
|
|
68
|
-
isMemoSame,
|
|
69
|
-
isProxy,
|
|
70
|
-
isReactive,
|
|
71
|
-
isReadonly,
|
|
72
|
-
isRef,
|
|
73
|
-
isRuntimeOnly,
|
|
74
|
-
isShallow,
|
|
75
|
-
isVNode,
|
|
76
|
-
markRaw,
|
|
77
|
-
mergeDefaults,
|
|
78
|
-
mergeModels,
|
|
79
|
-
mergeProps,
|
|
80
|
-
nextTick,
|
|
81
|
-
normalizeClass,
|
|
82
|
-
normalizeProps,
|
|
83
|
-
normalizeStyle,
|
|
84
|
-
onActivated,
|
|
85
|
-
onBeforeMount,
|
|
86
|
-
onBeforeUnmount,
|
|
87
|
-
onBeforeUpdate,
|
|
88
|
-
onDeactivated,
|
|
89
|
-
onErrorCaptured,
|
|
90
|
-
onMounted,
|
|
91
|
-
onRenderTracked,
|
|
92
|
-
onRenderTriggered,
|
|
93
|
-
onScopeDispose,
|
|
94
|
-
onServerPrefetch,
|
|
95
|
-
onUnmounted,
|
|
96
|
-
onUpdated,
|
|
97
|
-
openBlock,
|
|
98
|
-
popScopeId,
|
|
99
|
-
provide,
|
|
100
|
-
proxyRefs,
|
|
101
|
-
pushScopeId,
|
|
102
|
-
queuePostFlushCb,
|
|
103
|
-
reactive,
|
|
104
|
-
readonly,
|
|
105
|
-
ref,
|
|
106
|
-
registerRuntimeCompiler,
|
|
107
|
-
render,
|
|
108
|
-
renderList,
|
|
109
|
-
renderSlot,
|
|
110
|
-
resolveComponent,
|
|
111
|
-
resolveDirective,
|
|
112
|
-
resolveDynamicComponent,
|
|
113
|
-
resolveFilter,
|
|
114
|
-
resolveTransitionHooks,
|
|
115
|
-
setBlockTracking,
|
|
116
|
-
setDevtoolsHook,
|
|
117
|
-
setTransitionHooks,
|
|
118
|
-
shallowReactive,
|
|
119
|
-
shallowReadonly,
|
|
120
|
-
shallowRef,
|
|
121
|
-
ssrContextKey,
|
|
122
|
-
ssrUtils,
|
|
123
|
-
stop,
|
|
124
|
-
toDisplayString,
|
|
125
|
-
toHandlerKey,
|
|
126
|
-
toHandlers,
|
|
127
|
-
toRaw,
|
|
128
|
-
toRef,
|
|
129
|
-
toRefs,
|
|
130
|
-
toValue,
|
|
131
|
-
transformVNodeArgs,
|
|
132
|
-
triggerRef,
|
|
133
|
-
unref,
|
|
134
|
-
useAttrs,
|
|
135
|
-
useCssModule,
|
|
136
|
-
useCssVars,
|
|
137
|
-
useModel,
|
|
138
|
-
useSSRContext,
|
|
139
|
-
useSlots,
|
|
140
|
-
useTransitionState,
|
|
141
|
-
vModelCheckbox,
|
|
142
|
-
vModelDynamic,
|
|
143
|
-
vModelRadio,
|
|
144
|
-
vModelSelect,
|
|
145
|
-
vModelText,
|
|
146
|
-
vShow,
|
|
147
|
-
version,
|
|
148
|
-
warn,
|
|
149
|
-
watch,
|
|
150
|
-
watchEffect,
|
|
151
|
-
watchPostEffect,
|
|
152
|
-
watchSyncEffect,
|
|
153
|
-
withAsyncContext,
|
|
154
|
-
withCtx,
|
|
155
|
-
withDefaults,
|
|
156
|
-
withDirectives,
|
|
157
|
-
withKeys,
|
|
158
|
-
withMemo,
|
|
159
|
-
withModifiers,
|
|
160
|
-
withScopeId
|
|
161
|
-
} from "./chunk-5K23BRP6.js";
|
|
162
|
-
export {
|
|
163
|
-
BaseTransition,
|
|
164
|
-
BaseTransitionPropsValidators,
|
|
165
|
-
Comment,
|
|
166
|
-
DeprecationTypes,
|
|
167
|
-
EffectScope,
|
|
168
|
-
ErrorCodes,
|
|
169
|
-
ErrorTypeStrings,
|
|
170
|
-
Fragment,
|
|
171
|
-
KeepAlive,
|
|
172
|
-
ReactiveEffect,
|
|
173
|
-
Static,
|
|
174
|
-
Suspense,
|
|
175
|
-
Teleport,
|
|
176
|
-
Text,
|
|
177
|
-
TrackOpTypes,
|
|
178
|
-
Transition,
|
|
179
|
-
TransitionGroup,
|
|
180
|
-
TriggerOpTypes,
|
|
181
|
-
VueElement,
|
|
182
|
-
assertNumber,
|
|
183
|
-
callWithAsyncErrorHandling,
|
|
184
|
-
callWithErrorHandling,
|
|
185
|
-
camelize,
|
|
186
|
-
capitalize,
|
|
187
|
-
cloneVNode,
|
|
188
|
-
compatUtils,
|
|
189
|
-
compile,
|
|
190
|
-
computed,
|
|
191
|
-
createApp,
|
|
192
|
-
createBlock,
|
|
193
|
-
createCommentVNode,
|
|
194
|
-
createElementBlock,
|
|
195
|
-
createBaseVNode as createElementVNode,
|
|
196
|
-
createHydrationRenderer,
|
|
197
|
-
createPropsRestProxy,
|
|
198
|
-
createRenderer,
|
|
199
|
-
createSSRApp,
|
|
200
|
-
createSlots,
|
|
201
|
-
createStaticVNode,
|
|
202
|
-
createTextVNode,
|
|
203
|
-
createVNode,
|
|
204
|
-
customRef,
|
|
205
|
-
defineAsyncComponent,
|
|
206
|
-
defineComponent,
|
|
207
|
-
defineCustomElement,
|
|
208
|
-
defineEmits,
|
|
209
|
-
defineExpose,
|
|
210
|
-
defineModel,
|
|
211
|
-
defineOptions,
|
|
212
|
-
defineProps,
|
|
213
|
-
defineSSRCustomElement,
|
|
214
|
-
defineSlots,
|
|
215
|
-
devtools,
|
|
216
|
-
effect,
|
|
217
|
-
effectScope,
|
|
218
|
-
getCurrentInstance,
|
|
219
|
-
getCurrentScope,
|
|
220
|
-
getTransitionRawChildren,
|
|
221
|
-
guardReactiveProps,
|
|
222
|
-
h,
|
|
223
|
-
handleError,
|
|
224
|
-
hasInjectionContext,
|
|
225
|
-
hydrate,
|
|
226
|
-
initCustomFormatter,
|
|
227
|
-
initDirectivesForSSR,
|
|
228
|
-
inject,
|
|
229
|
-
isMemoSame,
|
|
230
|
-
isProxy,
|
|
231
|
-
isReactive,
|
|
232
|
-
isReadonly,
|
|
233
|
-
isRef,
|
|
234
|
-
isRuntimeOnly,
|
|
235
|
-
isShallow,
|
|
236
|
-
isVNode,
|
|
237
|
-
markRaw,
|
|
238
|
-
mergeDefaults,
|
|
239
|
-
mergeModels,
|
|
240
|
-
mergeProps,
|
|
241
|
-
nextTick,
|
|
242
|
-
normalizeClass,
|
|
243
|
-
normalizeProps,
|
|
244
|
-
normalizeStyle,
|
|
245
|
-
onActivated,
|
|
246
|
-
onBeforeMount,
|
|
247
|
-
onBeforeUnmount,
|
|
248
|
-
onBeforeUpdate,
|
|
249
|
-
onDeactivated,
|
|
250
|
-
onErrorCaptured,
|
|
251
|
-
onMounted,
|
|
252
|
-
onRenderTracked,
|
|
253
|
-
onRenderTriggered,
|
|
254
|
-
onScopeDispose,
|
|
255
|
-
onServerPrefetch,
|
|
256
|
-
onUnmounted,
|
|
257
|
-
onUpdated,
|
|
258
|
-
openBlock,
|
|
259
|
-
popScopeId,
|
|
260
|
-
provide,
|
|
261
|
-
proxyRefs,
|
|
262
|
-
pushScopeId,
|
|
263
|
-
queuePostFlushCb,
|
|
264
|
-
reactive,
|
|
265
|
-
readonly,
|
|
266
|
-
ref,
|
|
267
|
-
registerRuntimeCompiler,
|
|
268
|
-
render,
|
|
269
|
-
renderList,
|
|
270
|
-
renderSlot,
|
|
271
|
-
resolveComponent,
|
|
272
|
-
resolveDirective,
|
|
273
|
-
resolveDynamicComponent,
|
|
274
|
-
resolveFilter,
|
|
275
|
-
resolveTransitionHooks,
|
|
276
|
-
setBlockTracking,
|
|
277
|
-
setDevtoolsHook,
|
|
278
|
-
setTransitionHooks,
|
|
279
|
-
shallowReactive,
|
|
280
|
-
shallowReadonly,
|
|
281
|
-
shallowRef,
|
|
282
|
-
ssrContextKey,
|
|
283
|
-
ssrUtils,
|
|
284
|
-
stop,
|
|
285
|
-
toDisplayString,
|
|
286
|
-
toHandlerKey,
|
|
287
|
-
toHandlers,
|
|
288
|
-
toRaw,
|
|
289
|
-
toRef,
|
|
290
|
-
toRefs,
|
|
291
|
-
toValue,
|
|
292
|
-
transformVNodeArgs,
|
|
293
|
-
triggerRef,
|
|
294
|
-
unref,
|
|
295
|
-
useAttrs,
|
|
296
|
-
useCssModule,
|
|
297
|
-
useCssVars,
|
|
298
|
-
useModel,
|
|
299
|
-
useSSRContext,
|
|
300
|
-
useSlots,
|
|
301
|
-
useTransitionState,
|
|
302
|
-
vModelCheckbox,
|
|
303
|
-
vModelDynamic,
|
|
304
|
-
vModelRadio,
|
|
305
|
-
vModelSelect,
|
|
306
|
-
vModelText,
|
|
307
|
-
vShow,
|
|
308
|
-
version,
|
|
309
|
-
warn,
|
|
310
|
-
watch,
|
|
311
|
-
watchEffect,
|
|
312
|
-
watchPostEffect,
|
|
313
|
-
watchSyncEffect,
|
|
314
|
-
withAsyncContext,
|
|
315
|
-
withCtx,
|
|
316
|
-
withDefaults,
|
|
317
|
-
withDirectives,
|
|
318
|
-
withKeys,
|
|
319
|
-
withMemo,
|
|
320
|
-
withModifiers,
|
|
321
|
-
withScopeId
|
|
322
|
-
};
|
|
323
|
-
//# sourceMappingURL=vue.js.map
|
|
1
|
+
import {
|
|
2
|
+
BaseTransition,
|
|
3
|
+
BaseTransitionPropsValidators,
|
|
4
|
+
Comment,
|
|
5
|
+
DeprecationTypes,
|
|
6
|
+
EffectScope,
|
|
7
|
+
ErrorCodes,
|
|
8
|
+
ErrorTypeStrings,
|
|
9
|
+
Fragment,
|
|
10
|
+
KeepAlive,
|
|
11
|
+
ReactiveEffect,
|
|
12
|
+
Static,
|
|
13
|
+
Suspense,
|
|
14
|
+
Teleport,
|
|
15
|
+
Text,
|
|
16
|
+
TrackOpTypes,
|
|
17
|
+
Transition,
|
|
18
|
+
TransitionGroup,
|
|
19
|
+
TriggerOpTypes,
|
|
20
|
+
VueElement,
|
|
21
|
+
assertNumber,
|
|
22
|
+
callWithAsyncErrorHandling,
|
|
23
|
+
callWithErrorHandling,
|
|
24
|
+
camelize,
|
|
25
|
+
capitalize,
|
|
26
|
+
cloneVNode,
|
|
27
|
+
compatUtils,
|
|
28
|
+
compile,
|
|
29
|
+
computed,
|
|
30
|
+
createApp,
|
|
31
|
+
createBaseVNode,
|
|
32
|
+
createBlock,
|
|
33
|
+
createCommentVNode,
|
|
34
|
+
createElementBlock,
|
|
35
|
+
createHydrationRenderer,
|
|
36
|
+
createPropsRestProxy,
|
|
37
|
+
createRenderer,
|
|
38
|
+
createSSRApp,
|
|
39
|
+
createSlots,
|
|
40
|
+
createStaticVNode,
|
|
41
|
+
createTextVNode,
|
|
42
|
+
createVNode,
|
|
43
|
+
customRef,
|
|
44
|
+
defineAsyncComponent,
|
|
45
|
+
defineComponent,
|
|
46
|
+
defineCustomElement,
|
|
47
|
+
defineEmits,
|
|
48
|
+
defineExpose,
|
|
49
|
+
defineModel,
|
|
50
|
+
defineOptions,
|
|
51
|
+
defineProps,
|
|
52
|
+
defineSSRCustomElement,
|
|
53
|
+
defineSlots,
|
|
54
|
+
devtools,
|
|
55
|
+
effect,
|
|
56
|
+
effectScope,
|
|
57
|
+
getCurrentInstance,
|
|
58
|
+
getCurrentScope,
|
|
59
|
+
getTransitionRawChildren,
|
|
60
|
+
guardReactiveProps,
|
|
61
|
+
h,
|
|
62
|
+
handleError,
|
|
63
|
+
hasInjectionContext,
|
|
64
|
+
hydrate,
|
|
65
|
+
initCustomFormatter,
|
|
66
|
+
initDirectivesForSSR,
|
|
67
|
+
inject,
|
|
68
|
+
isMemoSame,
|
|
69
|
+
isProxy,
|
|
70
|
+
isReactive,
|
|
71
|
+
isReadonly,
|
|
72
|
+
isRef,
|
|
73
|
+
isRuntimeOnly,
|
|
74
|
+
isShallow,
|
|
75
|
+
isVNode,
|
|
76
|
+
markRaw,
|
|
77
|
+
mergeDefaults,
|
|
78
|
+
mergeModels,
|
|
79
|
+
mergeProps,
|
|
80
|
+
nextTick,
|
|
81
|
+
normalizeClass,
|
|
82
|
+
normalizeProps,
|
|
83
|
+
normalizeStyle,
|
|
84
|
+
onActivated,
|
|
85
|
+
onBeforeMount,
|
|
86
|
+
onBeforeUnmount,
|
|
87
|
+
onBeforeUpdate,
|
|
88
|
+
onDeactivated,
|
|
89
|
+
onErrorCaptured,
|
|
90
|
+
onMounted,
|
|
91
|
+
onRenderTracked,
|
|
92
|
+
onRenderTriggered,
|
|
93
|
+
onScopeDispose,
|
|
94
|
+
onServerPrefetch,
|
|
95
|
+
onUnmounted,
|
|
96
|
+
onUpdated,
|
|
97
|
+
openBlock,
|
|
98
|
+
popScopeId,
|
|
99
|
+
provide,
|
|
100
|
+
proxyRefs,
|
|
101
|
+
pushScopeId,
|
|
102
|
+
queuePostFlushCb,
|
|
103
|
+
reactive,
|
|
104
|
+
readonly,
|
|
105
|
+
ref,
|
|
106
|
+
registerRuntimeCompiler,
|
|
107
|
+
render,
|
|
108
|
+
renderList,
|
|
109
|
+
renderSlot,
|
|
110
|
+
resolveComponent,
|
|
111
|
+
resolveDirective,
|
|
112
|
+
resolveDynamicComponent,
|
|
113
|
+
resolveFilter,
|
|
114
|
+
resolveTransitionHooks,
|
|
115
|
+
setBlockTracking,
|
|
116
|
+
setDevtoolsHook,
|
|
117
|
+
setTransitionHooks,
|
|
118
|
+
shallowReactive,
|
|
119
|
+
shallowReadonly,
|
|
120
|
+
shallowRef,
|
|
121
|
+
ssrContextKey,
|
|
122
|
+
ssrUtils,
|
|
123
|
+
stop,
|
|
124
|
+
toDisplayString,
|
|
125
|
+
toHandlerKey,
|
|
126
|
+
toHandlers,
|
|
127
|
+
toRaw,
|
|
128
|
+
toRef,
|
|
129
|
+
toRefs,
|
|
130
|
+
toValue,
|
|
131
|
+
transformVNodeArgs,
|
|
132
|
+
triggerRef,
|
|
133
|
+
unref,
|
|
134
|
+
useAttrs,
|
|
135
|
+
useCssModule,
|
|
136
|
+
useCssVars,
|
|
137
|
+
useModel,
|
|
138
|
+
useSSRContext,
|
|
139
|
+
useSlots,
|
|
140
|
+
useTransitionState,
|
|
141
|
+
vModelCheckbox,
|
|
142
|
+
vModelDynamic,
|
|
143
|
+
vModelRadio,
|
|
144
|
+
vModelSelect,
|
|
145
|
+
vModelText,
|
|
146
|
+
vShow,
|
|
147
|
+
version,
|
|
148
|
+
warn,
|
|
149
|
+
watch,
|
|
150
|
+
watchEffect,
|
|
151
|
+
watchPostEffect,
|
|
152
|
+
watchSyncEffect,
|
|
153
|
+
withAsyncContext,
|
|
154
|
+
withCtx,
|
|
155
|
+
withDefaults,
|
|
156
|
+
withDirectives,
|
|
157
|
+
withKeys,
|
|
158
|
+
withMemo,
|
|
159
|
+
withModifiers,
|
|
160
|
+
withScopeId
|
|
161
|
+
} from "./chunk-5K23BRP6.js";
|
|
162
|
+
export {
|
|
163
|
+
BaseTransition,
|
|
164
|
+
BaseTransitionPropsValidators,
|
|
165
|
+
Comment,
|
|
166
|
+
DeprecationTypes,
|
|
167
|
+
EffectScope,
|
|
168
|
+
ErrorCodes,
|
|
169
|
+
ErrorTypeStrings,
|
|
170
|
+
Fragment,
|
|
171
|
+
KeepAlive,
|
|
172
|
+
ReactiveEffect,
|
|
173
|
+
Static,
|
|
174
|
+
Suspense,
|
|
175
|
+
Teleport,
|
|
176
|
+
Text,
|
|
177
|
+
TrackOpTypes,
|
|
178
|
+
Transition,
|
|
179
|
+
TransitionGroup,
|
|
180
|
+
TriggerOpTypes,
|
|
181
|
+
VueElement,
|
|
182
|
+
assertNumber,
|
|
183
|
+
callWithAsyncErrorHandling,
|
|
184
|
+
callWithErrorHandling,
|
|
185
|
+
camelize,
|
|
186
|
+
capitalize,
|
|
187
|
+
cloneVNode,
|
|
188
|
+
compatUtils,
|
|
189
|
+
compile,
|
|
190
|
+
computed,
|
|
191
|
+
createApp,
|
|
192
|
+
createBlock,
|
|
193
|
+
createCommentVNode,
|
|
194
|
+
createElementBlock,
|
|
195
|
+
createBaseVNode as createElementVNode,
|
|
196
|
+
createHydrationRenderer,
|
|
197
|
+
createPropsRestProxy,
|
|
198
|
+
createRenderer,
|
|
199
|
+
createSSRApp,
|
|
200
|
+
createSlots,
|
|
201
|
+
createStaticVNode,
|
|
202
|
+
createTextVNode,
|
|
203
|
+
createVNode,
|
|
204
|
+
customRef,
|
|
205
|
+
defineAsyncComponent,
|
|
206
|
+
defineComponent,
|
|
207
|
+
defineCustomElement,
|
|
208
|
+
defineEmits,
|
|
209
|
+
defineExpose,
|
|
210
|
+
defineModel,
|
|
211
|
+
defineOptions,
|
|
212
|
+
defineProps,
|
|
213
|
+
defineSSRCustomElement,
|
|
214
|
+
defineSlots,
|
|
215
|
+
devtools,
|
|
216
|
+
effect,
|
|
217
|
+
effectScope,
|
|
218
|
+
getCurrentInstance,
|
|
219
|
+
getCurrentScope,
|
|
220
|
+
getTransitionRawChildren,
|
|
221
|
+
guardReactiveProps,
|
|
222
|
+
h,
|
|
223
|
+
handleError,
|
|
224
|
+
hasInjectionContext,
|
|
225
|
+
hydrate,
|
|
226
|
+
initCustomFormatter,
|
|
227
|
+
initDirectivesForSSR,
|
|
228
|
+
inject,
|
|
229
|
+
isMemoSame,
|
|
230
|
+
isProxy,
|
|
231
|
+
isReactive,
|
|
232
|
+
isReadonly,
|
|
233
|
+
isRef,
|
|
234
|
+
isRuntimeOnly,
|
|
235
|
+
isShallow,
|
|
236
|
+
isVNode,
|
|
237
|
+
markRaw,
|
|
238
|
+
mergeDefaults,
|
|
239
|
+
mergeModels,
|
|
240
|
+
mergeProps,
|
|
241
|
+
nextTick,
|
|
242
|
+
normalizeClass,
|
|
243
|
+
normalizeProps,
|
|
244
|
+
normalizeStyle,
|
|
245
|
+
onActivated,
|
|
246
|
+
onBeforeMount,
|
|
247
|
+
onBeforeUnmount,
|
|
248
|
+
onBeforeUpdate,
|
|
249
|
+
onDeactivated,
|
|
250
|
+
onErrorCaptured,
|
|
251
|
+
onMounted,
|
|
252
|
+
onRenderTracked,
|
|
253
|
+
onRenderTriggered,
|
|
254
|
+
onScopeDispose,
|
|
255
|
+
onServerPrefetch,
|
|
256
|
+
onUnmounted,
|
|
257
|
+
onUpdated,
|
|
258
|
+
openBlock,
|
|
259
|
+
popScopeId,
|
|
260
|
+
provide,
|
|
261
|
+
proxyRefs,
|
|
262
|
+
pushScopeId,
|
|
263
|
+
queuePostFlushCb,
|
|
264
|
+
reactive,
|
|
265
|
+
readonly,
|
|
266
|
+
ref,
|
|
267
|
+
registerRuntimeCompiler,
|
|
268
|
+
render,
|
|
269
|
+
renderList,
|
|
270
|
+
renderSlot,
|
|
271
|
+
resolveComponent,
|
|
272
|
+
resolveDirective,
|
|
273
|
+
resolveDynamicComponent,
|
|
274
|
+
resolveFilter,
|
|
275
|
+
resolveTransitionHooks,
|
|
276
|
+
setBlockTracking,
|
|
277
|
+
setDevtoolsHook,
|
|
278
|
+
setTransitionHooks,
|
|
279
|
+
shallowReactive,
|
|
280
|
+
shallowReadonly,
|
|
281
|
+
shallowRef,
|
|
282
|
+
ssrContextKey,
|
|
283
|
+
ssrUtils,
|
|
284
|
+
stop,
|
|
285
|
+
toDisplayString,
|
|
286
|
+
toHandlerKey,
|
|
287
|
+
toHandlers,
|
|
288
|
+
toRaw,
|
|
289
|
+
toRef,
|
|
290
|
+
toRefs,
|
|
291
|
+
toValue,
|
|
292
|
+
transformVNodeArgs,
|
|
293
|
+
triggerRef,
|
|
294
|
+
unref,
|
|
295
|
+
useAttrs,
|
|
296
|
+
useCssModule,
|
|
297
|
+
useCssVars,
|
|
298
|
+
useModel,
|
|
299
|
+
useSSRContext,
|
|
300
|
+
useSlots,
|
|
301
|
+
useTransitionState,
|
|
302
|
+
vModelCheckbox,
|
|
303
|
+
vModelDynamic,
|
|
304
|
+
vModelRadio,
|
|
305
|
+
vModelSelect,
|
|
306
|
+
vModelText,
|
|
307
|
+
vShow,
|
|
308
|
+
version,
|
|
309
|
+
warn,
|
|
310
|
+
watch,
|
|
311
|
+
watchEffect,
|
|
312
|
+
watchPostEffect,
|
|
313
|
+
watchSyncEffect,
|
|
314
|
+
withAsyncContext,
|
|
315
|
+
withCtx,
|
|
316
|
+
withDefaults,
|
|
317
|
+
withDirectives,
|
|
318
|
+
withKeys,
|
|
319
|
+
withMemo,
|
|
320
|
+
withModifiers,
|
|
321
|
+
withScopeId
|
|
322
|
+
};
|
|
323
|
+
//# sourceMappingURL=vue.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": [],
|
|
4
|
-
"sourcesContent": [],
|
|
5
|
-
"mappings": "",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": [],
|
|
4
|
+
"sourcesContent": [],
|
|
5
|
+
"mappings": "",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import * as clientConfig0 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js'
|
|
2
|
-
import * as clientConfig1 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js'
|
|
3
|
-
import * as clientConfig2 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
|
|
4
|
-
import * as clientConfig3 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-medium-zoom/lib/client/config.js'
|
|
5
|
-
import * as clientConfig4 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
|
|
6
|
-
import * as clientConfig5 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/docs/.vuepress/.temp/prismjs/config.js'
|
|
7
|
-
import * as clientConfig6 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
|
|
8
|
-
import * as clientConfig7 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/theme-default/lib/client/config.js'
|
|
9
|
-
|
|
10
|
-
export const clientConfigs = [
|
|
11
|
-
clientConfig0,
|
|
12
|
-
clientConfig1,
|
|
13
|
-
clientConfig2,
|
|
14
|
-
clientConfig3,
|
|
15
|
-
clientConfig4,
|
|
16
|
-
clientConfig5,
|
|
17
|
-
clientConfig6,
|
|
18
|
-
clientConfig7,
|
|
19
|
-
].map((m) => m.default).filter(Boolean)
|
|
1
|
+
import * as clientConfig0 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-active-header-links/lib/client/config.js'
|
|
2
|
+
import * as clientConfig1 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-back-to-top/lib/client/config.js'
|
|
3
|
+
import * as clientConfig2 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
|
|
4
|
+
import * as clientConfig3 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-medium-zoom/lib/client/config.js'
|
|
5
|
+
import * as clientConfig4 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
|
|
6
|
+
import * as clientConfig5 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/docs/.vuepress/.temp/prismjs/config.js'
|
|
7
|
+
import * as clientConfig6 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/plugin-theme-data/lib/client/config.js'
|
|
8
|
+
import * as clientConfig7 from 'D:/code/npm/create-fsapp/template-docs-vuepress/vuepress-starter/node_modules/@vuepress/theme-default/lib/client/config.js'
|
|
9
|
+
|
|
10
|
+
export const clientConfigs = [
|
|
11
|
+
clientConfig0,
|
|
12
|
+
clientConfig1,
|
|
13
|
+
clientConfig2,
|
|
14
|
+
clientConfig3,
|
|
15
|
+
clientConfig4,
|
|
16
|
+
clientConfig5,
|
|
17
|
+
clientConfig6,
|
|
18
|
+
clientConfig7,
|
|
19
|
+
].map((m) => m.default).filter(Boolean)
|