paas-component-library 0.9.74 → 0.9.75
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 +25 -15
- package/dist/paas-ui.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/paas-ui.js
CHANGED
|
@@ -8677,7 +8677,8 @@ function $H(r, e, t, n, a, f) {
|
|
|
8677
8677
|
format: t.format,
|
|
8678
8678
|
picker: t.type,
|
|
8679
8679
|
onChange: f.handleChange,
|
|
8680
|
-
placeholder: t.placeholder
|
|
8680
|
+
placeholder: t.placeholder,
|
|
8681
|
+
style: { width: "100%" }
|
|
8681
8682
|
}, null, 8, ["show-time", "readonly", "disabled", "value", "format", "picker", "onChange", "placeholder"]);
|
|
8682
8683
|
}
|
|
8683
8684
|
const LH = /* @__PURE__ */ Rt(HH, [["render", $H]]), EH = {
|
|
@@ -9079,7 +9080,7 @@ function UH(r, e, t, n, a, f) {
|
|
|
9079
9080
|
"onUpdate:value": e[0] || (e[0] = (b) => a.value = b),
|
|
9080
9081
|
disabled: t.disabled,
|
|
9081
9082
|
allowClear: !0,
|
|
9082
|
-
style: { "min-width": "200px" },
|
|
9083
|
+
style: { "min-width": "200px", width: "100%" },
|
|
9083
9084
|
placeholder: t.placeholder
|
|
9084
9085
|
}, null, 8, ["options", "mode", "value", "disabled", "placeholder"]);
|
|
9085
9086
|
}
|
|
@@ -9163,7 +9164,8 @@ function GH(r, e, t, n, a, f) {
|
|
|
9163
9164
|
fieldNames: t.fieldNames,
|
|
9164
9165
|
class: "paas-select",
|
|
9165
9166
|
"tree-default-expand-all": t.open,
|
|
9166
|
-
placeholder: t.placeholder
|
|
9167
|
+
placeholder: t.placeholder,
|
|
9168
|
+
style: { width: "100%" }
|
|
9167
9169
|
}, null, 8, ["tree-data", "value", "mode", "disabled", "fieldNames", "tree-default-expand-all", "placeholder"]);
|
|
9168
9170
|
}
|
|
9169
9171
|
const ZH = /* @__PURE__ */ Rt(kH, [["render", GH]]), YH = {
|
|
@@ -9266,7 +9268,8 @@ function QH(r, e, t, n, a, f) {
|
|
|
9266
9268
|
"onUpdate:fileList": e[0] || (e[0] = (y) => a.selectList = y),
|
|
9267
9269
|
"before-upload": f.beforeUpload,
|
|
9268
9270
|
name: t.multiple ? "files" : "file",
|
|
9269
|
-
placeholder: t.placeholder
|
|
9271
|
+
placeholder: t.placeholder,
|
|
9272
|
+
style: { width: "100%" }
|
|
9270
9273
|
}, {
|
|
9271
9274
|
default: Ie(() => e[2] || (e[2] = [
|
|
9272
9275
|
vr("p", { class: "ant-upload-drag-icon" }, [
|
|
@@ -9280,7 +9283,7 @@ function QH(r, e, t, n, a, f) {
|
|
|
9280
9283
|
_: 1
|
|
9281
9284
|
}, 8, ["open", "title"]);
|
|
9282
9285
|
}
|
|
9283
|
-
const XH = /* @__PURE__ */ Rt(YH, [["render", QH], ["__scopeId", "data-v-
|
|
9286
|
+
const XH = /* @__PURE__ */ Rt(YH, [["render", QH], ["__scopeId", "data-v-a503a680"]]);
|
|
9284
9287
|
var Lx = { exports: {} };
|
|
9285
9288
|
(function(r, e) {
|
|
9286
9289
|
(function(t, n) {
|
|
@@ -9619,7 +9622,8 @@ function e$(r, e, t, n, a, f) {
|
|
|
9619
9622
|
format: t.format,
|
|
9620
9623
|
picker: t.type,
|
|
9621
9624
|
onChange: f.handleChange,
|
|
9622
|
-
placeholder: t.placeholder
|
|
9625
|
+
placeholder: t.placeholder,
|
|
9626
|
+
style: { width: "100%" }
|
|
9623
9627
|
}, null, 8, ["value", "show-time", "readonly", "disabled", "format", "picker", "onChange", "placeholder"])
|
|
9624
9628
|
]),
|
|
9625
9629
|
_: 1
|
|
@@ -9783,7 +9787,8 @@ function l$(r, e, t, n, a, f) {
|
|
|
9783
9787
|
value: t.modelValue,
|
|
9784
9788
|
onInput: f.updateValue,
|
|
9785
9789
|
disabled: f.see || t.readonly,
|
|
9786
|
-
placeholder: t.placeholder
|
|
9790
|
+
placeholder: t.placeholder,
|
|
9791
|
+
style: { width: "100%" }
|
|
9787
9792
|
}, null, 8, ["value", "onInput", "disabled", "placeholder"])
|
|
9788
9793
|
]),
|
|
9789
9794
|
_: 1
|
|
@@ -30165,7 +30170,7 @@ const kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30165
30170
|
options: t.mergedData,
|
|
30166
30171
|
onChange: t.change,
|
|
30167
30172
|
loading: t.loading,
|
|
30168
|
-
style: {
|
|
30173
|
+
style: { width: "100%" },
|
|
30169
30174
|
allowClear: !0,
|
|
30170
30175
|
placeholder: r.placeholder
|
|
30171
30176
|
}, {
|
|
@@ -30213,7 +30218,7 @@ const kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30213
30218
|
}, 8, ["span"]);
|
|
30214
30219
|
};
|
|
30215
30220
|
}
|
|
30216
|
-
}), xce = /* @__PURE__ */ Rt(Tce, [["__scopeId", "data-v-
|
|
30221
|
+
}), xce = /* @__PURE__ */ Rt(Tce, [["__scopeId", "data-v-e844eaa9"]]), Cce = {
|
|
30217
30222
|
name: "FormSelect",
|
|
30218
30223
|
inject: {
|
|
30219
30224
|
labelWidth: {
|
|
@@ -30385,7 +30390,8 @@ function Lce(r, e, t, n, a, f) {
|
|
|
30385
30390
|
"un-checked-children": t.unCheckedText,
|
|
30386
30391
|
disabled: f.see || t.disabled,
|
|
30387
30392
|
onChange: f.change,
|
|
30388
|
-
placeholder: t.placeholder
|
|
30393
|
+
placeholder: t.placeholder,
|
|
30394
|
+
style: { width: "100%" }
|
|
30389
30395
|
}, null, 8, ["checked", "checked-children", "un-checked-children", "disabled", "onChange", "placeholder"])
|
|
30390
30396
|
]),
|
|
30391
30397
|
_: 1
|
|
@@ -30488,7 +30494,8 @@ function Vce(r, e, t, n, a, f) {
|
|
|
30488
30494
|
format: t.format,
|
|
30489
30495
|
picker: t.type,
|
|
30490
30496
|
onChange: f.handleChange,
|
|
30491
|
-
placeholder: t.placeholder
|
|
30497
|
+
placeholder: t.placeholder,
|
|
30498
|
+
style: { width: "100%" }
|
|
30492
30499
|
}, null, 8, ["value", "show-time", "readonly", "disabled", "format", "picker", "onChange", "placeholder"])
|
|
30493
30500
|
]),
|
|
30494
30501
|
_: 1
|
|
@@ -30574,7 +30581,8 @@ function Bce(r, e, t, n, a, f) {
|
|
|
30574
30581
|
url: t.url,
|
|
30575
30582
|
fieldNames: t.fieldNames,
|
|
30576
30583
|
open: t.open,
|
|
30577
|
-
placeholder: t.placeholder
|
|
30584
|
+
placeholder: t.placeholder,
|
|
30585
|
+
style: { width: "100%" }
|
|
30578
30586
|
}, null, 8, ["params", "disabled", "multiple", "modelValue", "onChange", "url", "fieldNames", "open", "placeholder"])
|
|
30579
30587
|
]),
|
|
30580
30588
|
_: 1
|
|
@@ -30789,7 +30797,8 @@ function Gce(r, e, t, n, a, f) {
|
|
|
30789
30797
|
"show-upload-list": !1,
|
|
30790
30798
|
"before-upload": f.beforeUpload,
|
|
30791
30799
|
onPreview: f.previewFile,
|
|
30792
|
-
onRemove: f.deleteFile
|
|
30800
|
+
onRemove: f.deleteFile,
|
|
30801
|
+
style: { width: "100%" }
|
|
30793
30802
|
}, {
|
|
30794
30803
|
default: Ie(() => [
|
|
30795
30804
|
O(h, {
|
|
@@ -30846,7 +30855,7 @@ function Gce(r, e, t, n, a, f) {
|
|
|
30846
30855
|
_: 1
|
|
30847
30856
|
}, 8, ["span"]);
|
|
30848
30857
|
}
|
|
30849
|
-
const Zce = /* @__PURE__ */ Rt(Ice, [["render", Gce], ["__scopeId", "data-v-
|
|
30858
|
+
const Zce = /* @__PURE__ */ Rt(Ice, [["render", Gce], ["__scopeId", "data-v-311973aa"]]), Yce = {
|
|
30850
30859
|
name: "FormTextarea",
|
|
30851
30860
|
inject: {
|
|
30852
30861
|
labelWidth: {
|
|
@@ -40141,7 +40150,8 @@ function b2e(r, e, t, n, a, f) {
|
|
|
40141
40150
|
height: t.height,
|
|
40142
40151
|
disabled: f.see || t.disabled,
|
|
40143
40152
|
"tree-default-expand-all": t.open,
|
|
40144
|
-
placeholder: t.placeholder
|
|
40153
|
+
placeholder: t.placeholder,
|
|
40154
|
+
style: { width: "100%" }
|
|
40145
40155
|
}, null, 8, ["tree-data", "selectedKeys", "fieldNames", "checkable", "height", "disabled", "tree-default-expand-all", "placeholder"]);
|
|
40146
40156
|
}
|
|
40147
40157
|
const O2e = /* @__PURE__ */ Rt(m2e, [["render", b2e]]), y2e = {
|