@maxax/ui 1.1.59 → 1.1.61
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
CHANGED
|
@@ -11463,8 +11463,9 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
11463
11463
|
pagerConfig: {},
|
|
11464
11464
|
proxyConfig: {},
|
|
11465
11465
|
toolbarConfig: { default: () => ({
|
|
11466
|
-
|
|
11467
|
-
|
|
11466
|
+
enabled: false,
|
|
11467
|
+
custom: false,
|
|
11468
|
+
zoom: false
|
|
11468
11469
|
}) },
|
|
11469
11470
|
formConfig: {},
|
|
11470
11471
|
zoomConfig: {},
|
|
@@ -15410,7 +15411,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15410
15411
|
const actionSpan = 24 - span;
|
|
15411
15412
|
const advancedSpanObj = showAdvancedButton ? { span: actionSpan < 6 ? 24 : actionSpan } : {};
|
|
15412
15413
|
return {
|
|
15413
|
-
style: { textAlign: "right" },
|
|
15414
|
+
style: { textAlign: "right", justifyContent: "flex-end" },
|
|
15414
15415
|
span: showAdvancedButton ? "6" : "4",
|
|
15415
15416
|
...advancedSpanObj,
|
|
15416
15417
|
...actionColOptions
|
|
@@ -15455,11 +15456,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15455
15456
|
return (_ctx, _cache) => {
|
|
15456
15457
|
return __props.showActionButtonGroup ? (openBlock(), createBlock(unref(NCol), normalizeProps(mergeProps({ key: 0 }, actionColOpt.value)), {
|
|
15457
15458
|
default: withCtx(() => {
|
|
15458
|
-
var _a;
|
|
15459
|
+
var _a, _b;
|
|
15459
15460
|
return [
|
|
15460
15461
|
createElementVNode("div", {
|
|
15461
15462
|
class: normalizeClass(unref(b)()),
|
|
15462
|
-
style: normalizeStyle({ textAlign: (_a = actionColOpt.value.style) == null ? void 0 : _a.textAlign })
|
|
15463
|
+
style: normalizeStyle({ textAlign: (_a = actionColOpt.value.style) == null ? void 0 : _a.textAlign, justifyContent: (_b = actionColOpt.value.style) == null ? void 0 : _b.justifyContent })
|
|
15463
15464
|
}, [
|
|
15464
15465
|
createVNode(unref(NFormItem), normalizeProps(guardReactiveProps(getFormItemProps.value)), {
|
|
15465
15466
|
default: withCtx(() => [
|