orion-design 0.1.26 → 0.1.27
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.
@@ -1,20 +1,20 @@
|
|
1
1
|
import "lodash-es";
|
2
|
-
import { defineComponent as
|
3
|
-
import { withInstall as
|
4
|
-
import { ElButton as
|
5
|
-
import { S as
|
6
|
-
const g = /* @__PURE__ */
|
2
|
+
import { defineComponent as l, openBlock as o, createBlock as u, unref as r, withCtx as s, renderSlot as i, computed as p, createElementBlock as m, normalizeStyle as c, createVNode as f } from "vue";
|
3
|
+
import { withInstall as d } from "../_util/vue/install.js";
|
4
|
+
import { ElButton as a } from "element-plus";
|
5
|
+
import { S as _ } from "../../index-BbsXWo7C.js";
|
6
|
+
const g = /* @__PURE__ */ l({
|
7
7
|
name: "OButton",
|
8
8
|
__name: "Button",
|
9
|
-
setup(
|
10
|
-
return (t, e) => (
|
11
|
-
default:
|
12
|
-
|
9
|
+
setup(n) {
|
10
|
+
return (t, e) => t.$slots.default ? (o(), u(r(a), { key: 0 }, {
|
11
|
+
default: s(() => [
|
12
|
+
i(t.$slots, "default")
|
13
13
|
]),
|
14
14
|
_: 3
|
15
|
-
}));
|
15
|
+
})) : (o(), u(r(a), { key: 1 }));
|
16
16
|
}
|
17
|
-
}), B = /* @__PURE__ */
|
17
|
+
}), B = /* @__PURE__ */ l({
|
18
18
|
name: "OButtongroup",
|
19
19
|
inheritAttrs: !1,
|
20
20
|
__name: "ButtonGroup",
|
@@ -22,25 +22,25 @@ const g = /* @__PURE__ */ o({
|
|
22
22
|
gutter: { type: [Boolean, String] },
|
23
23
|
align: { default: "right" }
|
24
24
|
},
|
25
|
-
setup(
|
26
|
-
const t =
|
27
|
-
textAlign:
|
25
|
+
setup(n) {
|
26
|
+
const t = p(() => ({
|
27
|
+
textAlign: n.align
|
28
28
|
}));
|
29
|
-
return (e, h) => (
|
30
|
-
style:
|
29
|
+
return (e, h) => (o(), m("div", {
|
30
|
+
style: c(t.value)
|
31
31
|
}, [
|
32
|
-
|
33
|
-
default:
|
34
|
-
|
32
|
+
f(r(_), { gutter: e.gutter }, {
|
33
|
+
default: s(() => [
|
34
|
+
i(e.$slots, "default")
|
35
35
|
]),
|
36
36
|
_: 3
|
37
37
|
}, 8, ["gutter"])
|
38
38
|
], 4));
|
39
39
|
}
|
40
|
-
}),
|
40
|
+
}), w = d(g, {
|
41
41
|
ButtonGroup: B
|
42
42
|
});
|
43
43
|
export {
|
44
|
-
|
44
|
+
w as default
|
45
45
|
};
|
46
46
|
//# sourceMappingURL=index.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: "0.1.
|
1
|
+
declare const _default: "0.1.27";
|
2
2
|
export default _default;
|
package/dist/version/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.
|
1
|
+
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.27';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
|