@maxax/ui 1.1.74 → 1.1.76
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/components/basic-button-group/BasicButtonGroup.vue.d.ts +6 -1
- package/dist/components/basic-button-group/BasicButtonGroup.vue.d.ts.map +1 -1
- package/dist/index.cjs +7 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +7 -3
- package/dist/index.mjs.map +1 -1
- package/dist/theme-chalk/base/var-dark.scss +8 -0
- package/dist/theme-chalk/base/var-light.scss +8 -0
- package/dist/theme-chalk/components/basicUpload.scss +3 -3
- package/dist/theme-chalk/components/basicUploadDragger.scss +2 -2
- package/dist/theme-chalk/dark.css +1 -1
- package/dist/theme-chalk/index.css +1 -1
- package/dist/theme-chalk/light.css +1 -1
- package/dist/theme-chalk/theme/dark.scss +2 -0
- package/dist/theme-chalk/theme/light.scss +2 -0
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -8194,6 +8194,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
8194
8194
|
createElementVNode("div", {
|
|
8195
8195
|
class: normalizeClass(unref(e)("left"))
|
|
8196
8196
|
}, [
|
|
8197
|
+
renderSlot(_ctx.$slots, "left-left"),
|
|
8197
8198
|
(openBlock(true), createElementBlock(Fragment, null, renderList(getLeftSchema.value, (schema) => {
|
|
8198
8199
|
return openBlock(), createBlock(_sfc_main$H, {
|
|
8199
8200
|
key: schema.field,
|
|
@@ -8211,12 +8212,14 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
8211
8212
|
};
|
|
8212
8213
|
})
|
|
8213
8214
|
]), 1032, ["schema", "button-group-props"]);
|
|
8214
|
-
}), 128))
|
|
8215
|
+
}), 128)),
|
|
8216
|
+
renderSlot(_ctx.$slots, "left-right")
|
|
8215
8217
|
], 2),
|
|
8216
|
-
getRightSchema.value.length ? (openBlock(), createElementBlock("div", {
|
|
8218
|
+
getRightSchema.value.length || unref(slots)["right-left"] || unref(slots)["right-right"] ? (openBlock(), createElementBlock("div", {
|
|
8217
8219
|
key: 0,
|
|
8218
8220
|
class: normalizeClass(unref(e)("right"))
|
|
8219
8221
|
}, [
|
|
8222
|
+
renderSlot(_ctx.$slots, "right-left"),
|
|
8220
8223
|
(openBlock(true), createElementBlock(Fragment, null, renderList(getRightSchema.value, (schema) => {
|
|
8221
8224
|
return openBlock(), createBlock(_sfc_main$H, {
|
|
8222
8225
|
key: schema.field,
|
|
@@ -8234,7 +8237,8 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
8234
8237
|
};
|
|
8235
8238
|
})
|
|
8236
8239
|
]), 1032, ["schema", "button-group-props"]);
|
|
8237
|
-
}), 128))
|
|
8240
|
+
}), 128)),
|
|
8241
|
+
renderSlot(_ctx.$slots, "right-right")
|
|
8238
8242
|
], 2)) : createCommentVNode("", true)
|
|
8239
8243
|
], 16);
|
|
8240
8244
|
};
|