dfs-page-config 0.3.52 → 0.3.54
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/dfs-page-config.js +14 -3
- package/dist/dfs-page-config.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -105092,7 +105092,18 @@ const _sfc_main = defineComponent({
|
|
|
105092
105092
|
name: "FabricHangTag",
|
|
105093
105093
|
components: { ZoomIn: zoom_in_default },
|
|
105094
105094
|
props: {
|
|
105095
|
-
data: {
|
|
105095
|
+
data: {
|
|
105096
|
+
type: Object,
|
|
105097
|
+
default: () => ({
|
|
105098
|
+
fabricSeries: "",
|
|
105099
|
+
fabricIntroduction: "",
|
|
105100
|
+
fabricFeatureDescList: [],
|
|
105101
|
+
friendlyReminder: "",
|
|
105102
|
+
barCodeId: "",
|
|
105103
|
+
id: ""
|
|
105104
|
+
}),
|
|
105105
|
+
required: !0
|
|
105106
|
+
},
|
|
105096
105107
|
type: {
|
|
105097
105108
|
type: String,
|
|
105098
105109
|
default: ""
|
|
@@ -105171,7 +105182,7 @@ const _sfc_main = defineComponent({
|
|
|
105171
105182
|
print: Oe
|
|
105172
105183
|
};
|
|
105173
105184
|
}
|
|
105174
|
-
}),
|
|
105185
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_ac367e2e_lang = "", _withScopeId = (k) => (pushScopeId("data-v-ac367e2e"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105175
105186
|
style: { height: "max-content", display: "block" },
|
|
105176
105187
|
class: "el-upload-list--picture-card"
|
|
105177
105188
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105261,7 +105272,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105261
105272
|
[vShow, k.isShow]
|
|
105262
105273
|
]);
|
|
105263
105274
|
}
|
|
105264
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105275
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ac367e2e"]]);
|
|
105265
105276
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105266
105277
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105267
105278
|
const index = (k, L) => {
|