@cmstops/pro-compo 0.1.36 → 0.1.37
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.
|
@@ -66,13 +66,13 @@ const _sfc_main = defineComponent({
|
|
|
66
66
|
createVNode(_sfc_main$1, {
|
|
67
67
|
"selected-max": selectedMax.value,
|
|
68
68
|
"catalog-props": _ctx.catalogProps,
|
|
69
|
-
|
|
69
|
+
BASE_API: unref(BASE_API_R),
|
|
70
70
|
ai_static_covers: _ctx.ai_static_covers,
|
|
71
71
|
ai_gif_covers: _ctx.ai_gif_covers,
|
|
72
72
|
preview: _ctx.preview,
|
|
73
73
|
onConfirm: submit,
|
|
74
74
|
onUpload: _cache[0] || (_cache[0] = (cb) => _ctx.$emit("upload", cb))
|
|
75
|
-
}, null, 8, ["selected-max", "catalog-props", "
|
|
75
|
+
}, null, 8, ["selected-max", "catalog-props", "BASE_API", "ai_static_covers", "ai_gif_covers", "preview"])
|
|
76
76
|
]),
|
|
77
77
|
_: 1
|
|
78
78
|
}, 8, ["visible"]);
|
|
@@ -222,7 +222,7 @@ const _sfc_main = defineComponent({
|
|
|
222
222
|
ref: getMoreData,
|
|
223
223
|
class: "tool-search-box",
|
|
224
224
|
"active-media-type": activeMediaType.value,
|
|
225
|
-
|
|
225
|
+
BASE_API: unref(baseApi),
|
|
226
226
|
onSearch: search,
|
|
227
227
|
onUpload: handleUpload
|
|
228
228
|
}, {
|
|
@@ -241,7 +241,7 @@ const _sfc_main = defineComponent({
|
|
|
241
241
|
})) : createCommentVNode("v-if", true)
|
|
242
242
|
]),
|
|
243
243
|
_: 1
|
|
244
|
-
}, 8, ["active-media-type", "
|
|
244
|
+
}, 8, ["active-media-type", "BASE_API"])
|
|
245
245
|
]),
|
|
246
246
|
breadCrumbs.value.length > 1 ? (openBlock(), createBlock(unref(Breadcrumb), {
|
|
247
247
|
key: 0,
|
|
@@ -67,13 +67,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
67
67
|
vue.createVNode(index, {
|
|
68
68
|
"selected-max": selectedMax.value,
|
|
69
69
|
"catalog-props": _ctx.catalogProps,
|
|
70
|
-
|
|
70
|
+
BASE_API: vue.unref(BASE_API_R),
|
|
71
71
|
ai_static_covers: _ctx.ai_static_covers,
|
|
72
72
|
ai_gif_covers: _ctx.ai_gif_covers,
|
|
73
73
|
preview: _ctx.preview,
|
|
74
74
|
onConfirm: submit,
|
|
75
75
|
onUpload: _cache[0] || (_cache[0] = (cb) => _ctx.$emit("upload", cb))
|
|
76
|
-
}, null, 8, ["selected-max", "catalog-props", "
|
|
76
|
+
}, null, 8, ["selected-max", "catalog-props", "BASE_API", "ai_static_covers", "ai_gif_covers", "preview"])
|
|
77
77
|
]),
|
|
78
78
|
_: 1
|
|
79
79
|
}, 8, ["visible"]);
|
|
@@ -223,7 +223,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
223
223
|
ref: getMoreData,
|
|
224
224
|
class: "tool-search-box",
|
|
225
225
|
"active-media-type": activeMediaType.value,
|
|
226
|
-
|
|
226
|
+
BASE_API: vue.unref(baseApi),
|
|
227
227
|
onSearch: search,
|
|
228
228
|
onUpload: handleUpload
|
|
229
229
|
}, {
|
|
@@ -242,7 +242,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
242
242
|
})) : vue.createCommentVNode("v-if", true)
|
|
243
243
|
]),
|
|
244
244
|
_: 1
|
|
245
|
-
}, 8, ["active-media-type", "
|
|
245
|
+
}, 8, ["active-media-type", "BASE_API"])
|
|
246
246
|
]),
|
|
247
247
|
breadCrumbs.value.length > 1 ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Breadcrumb), {
|
|
248
248
|
key: 0,
|