paas-component-library 1.0.80 → 1.0.82
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/paas-ui.js +12 -12
- package/dist/paas-ui.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/MentionInput/index.vue +1 -1
- package/src/components/OrgPathSelector/index.vue +1 -1
- package/src/components/PaasDate/index.vue +1 -1
- package/src/components/PaasDateRange/index.vue +1 -1
- package/src/components/PaasInput/index.vue +1 -1
- package/src/components/PaasNumber/index.vue +0 -7
- package/src/components/PaasPageSelect/index.vue +1 -1
- package/src/components/PaasRadio/index.vue +1 -1
- package/src/components/PaasSelect/index.vue +1 -1
- package/src/components/PaasTextarea/index.vue +1 -1
package/dist/paas-ui.js
CHANGED
|
@@ -43,7 +43,7 @@ const cr = (r, e) => {
|
|
|
43
43
|
type: Function,
|
|
44
44
|
default: null
|
|
45
45
|
},
|
|
46
|
-
style: { type: [String, Object], default: "
|
|
46
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
47
47
|
},
|
|
48
48
|
data() {
|
|
49
49
|
return {};
|
|
@@ -439,7 +439,7 @@ const k9e = {
|
|
|
439
439
|
type: Boolean,
|
|
440
440
|
default: !0
|
|
441
441
|
},
|
|
442
|
-
style: { type: [String, Object], default: "
|
|
442
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
443
443
|
},
|
|
444
444
|
emits: ["update:modelValue", "change"],
|
|
445
445
|
data() {
|
|
@@ -897,7 +897,7 @@ function R9e(r, e, t, n, i, o) {
|
|
|
897
897
|
])
|
|
898
898
|
], 512);
|
|
899
899
|
}
|
|
900
|
-
const $9e = /* @__PURE__ */ cr(k9e, [["render", R9e], ["__scopeId", "data-v-
|
|
900
|
+
const $9e = /* @__PURE__ */ cr(k9e, [["render", R9e], ["__scopeId", "data-v-3c7b06cf"]]);
|
|
901
901
|
var D9e = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, name: "account-book", theme: "filled" };
|
|
902
902
|
function Qa(r, e) {
|
|
903
903
|
L9e(r) && (r = "100%");
|
|
@@ -21613,7 +21613,7 @@ const rGe = /* @__PURE__ */ cr(KYe, [["render", tGe], ["__scopeId", "data-v-d2bc
|
|
|
21613
21613
|
modelValue: { type: [String, Number, Array], default: null },
|
|
21614
21614
|
data: { type: Array, default: () => [] },
|
|
21615
21615
|
params: { type: String, default: "" },
|
|
21616
|
-
style: { type: [String, Object], default: "
|
|
21616
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
21617
21617
|
},
|
|
21618
21618
|
data() {
|
|
21619
21619
|
return {
|
|
@@ -21701,7 +21701,7 @@ const aGe = /* @__PURE__ */ cr(nGe, [["render", iGe]]), oGe = Rh({
|
|
|
21701
21701
|
modelValue: [String, Array],
|
|
21702
21702
|
url: { type: String, required: !0 },
|
|
21703
21703
|
vars: { type: Object, default: () => ({}) },
|
|
21704
|
-
style: { type: [String, Object], default: "
|
|
21704
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
21705
21705
|
},
|
|
21706
21706
|
data() {
|
|
21707
21707
|
return {
|
|
@@ -112843,7 +112843,7 @@ const yJt = /* @__PURE__ */ cr(OJt, [["render", bJt]]), SJt = {
|
|
|
112843
112843
|
size: { type: String, default: "middle" },
|
|
112844
112844
|
multiple: { type: Boolean, default: !1 },
|
|
112845
112845
|
placeholder: String,
|
|
112846
|
-
style: { type: [String, Object], default: "
|
|
112846
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
112847
112847
|
},
|
|
112848
112848
|
data() {
|
|
112849
112849
|
return {
|
|
@@ -113017,7 +113017,7 @@ function wJt(r, e, t, n, i, o) {
|
|
|
113017
113017
|
style: t.style
|
|
113018
113018
|
}), null, 16, ["value", "options", "load-data", "placeholder", "show-search", "disabled", "size", "multiple", "onChange", "show-checked-strategy", "onDropdownVisibleChange", "style"]);
|
|
113019
113019
|
}
|
|
113020
|
-
const xJt = /* @__PURE__ */ cr(SJt, [["render", wJt], ["__scopeId", "data-v-
|
|
113020
|
+
const xJt = /* @__PURE__ */ cr(SJt, [["render", wJt], ["__scopeId", "data-v-94dc32c5"]]), PJt = {
|
|
113021
113021
|
name: "PaasImageViewer",
|
|
113022
113022
|
inheritAttrs: !1,
|
|
113023
113023
|
props: {
|
|
@@ -113290,7 +113290,7 @@ const CJt = /* @__PURE__ */ cr(PJt, [["render", TJt], ["__scopeId", "data-v-ea1b
|
|
|
113290
113290
|
type: Boolean,
|
|
113291
113291
|
default: !1
|
|
113292
113292
|
},
|
|
113293
|
-
style: { type: [String, Object], default: "
|
|
113293
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
113294
113294
|
},
|
|
113295
113295
|
emits: ["update:modelValue"],
|
|
113296
113296
|
methods: {
|
|
@@ -113348,7 +113348,7 @@ function kJt(r, e, t, n, i, o) {
|
|
|
113348
113348
|
style: t.style
|
|
113349
113349
|
}, r.$attrs), null, 16, ["value", "disabled", "min", "max", "placeholder", "style"]);
|
|
113350
113350
|
}
|
|
113351
|
-
const jJt = /* @__PURE__ */ cr(EJt, [["render", kJt]
|
|
113351
|
+
const jJt = /* @__PURE__ */ cr(EJt, [["render", kJt]]), zJt = {
|
|
113352
113352
|
name: "PaasTextarea",
|
|
113353
113353
|
inheritAttrs: !1,
|
|
113354
113354
|
// 禁用自动继承,手动控制透传
|
|
@@ -113377,7 +113377,7 @@ const jJt = /* @__PURE__ */ cr(EJt, [["render", kJt], ["__scopeId", "data-v-2750
|
|
|
113377
113377
|
type: Boolean,
|
|
113378
113378
|
default: !1
|
|
113379
113379
|
},
|
|
113380
|
-
style: { type: [String, Object], default: "
|
|
113380
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
113381
113381
|
},
|
|
113382
113382
|
emits: ["update:modelValue"],
|
|
113383
113383
|
methods: {
|
|
@@ -113482,7 +113482,7 @@ const IJt = {
|
|
|
113482
113482
|
type: Function,
|
|
113483
113483
|
default: null
|
|
113484
113484
|
},
|
|
113485
|
-
style: { type: [String, Object], default: "
|
|
113485
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
113486
113486
|
},
|
|
113487
113487
|
computed: {
|
|
113488
113488
|
rangeValue: {
|
|
@@ -113537,7 +113537,7 @@ const HJt = /* @__PURE__ */ cr(IJt, [["render", BJt]]), VJt = {
|
|
|
113537
113537
|
type: Boolean,
|
|
113538
113538
|
default: !1
|
|
113539
113539
|
},
|
|
113540
|
-
style: { type: [String, Object], default: "
|
|
113540
|
+
style: { type: [String, Object], default: "width: 100%;" }
|
|
113541
113541
|
},
|
|
113542
113542
|
computed: {
|
|
113543
113543
|
processedOptions() {
|