acdr-ui/dist/dev/mp-weixin/node-modules/wot-design-uni/components/wd-divider/wd-divider.js
2024-10-01 09:15:35 +08:00

46 lines
1.7 KiB
JavaScript

"use strict";
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
const common_vendor = require("../../../../common/vendor.js");
const __default__ = {
name: "wd-divider",
options: {
virtualHost: true,
addGlobalClass: true,
styleIsolation: "shared"
}
};
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent(__spreadProps(__spreadValues({}, __default__), {
props: common_vendor.dividerProps,
setup(__props) {
return (_ctx, _cache) => {
return {
a: common_vendor.s(_ctx.color ? "background: " + _ctx.color : ""),
b: common_vendor.s(_ctx.color ? "color: " + _ctx.color : ""),
c: common_vendor.s(_ctx.color ? "background: " + _ctx.color : ""),
d: common_vendor.n(`wd-divider ${_ctx.customClass}`),
e: common_vendor.s(_ctx.customStyle)
};
};
}
}));
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-98033c29"]]);
wx.createComponent(Component);