paas-component-library 0.9.75 → 0.9.76
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 +1 -2
- package/dist/paas-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/paas-ui.js
CHANGED
|
@@ -30390,8 +30390,7 @@ function Lce(r, e, t, n, a, f) {
|
|
|
30390
30390
|
"un-checked-children": t.unCheckedText,
|
|
30391
30391
|
disabled: f.see || t.disabled,
|
|
30392
30392
|
onChange: f.change,
|
|
30393
|
-
placeholder: t.placeholder
|
|
30394
|
-
style: { width: "100%" }
|
|
30393
|
+
placeholder: t.placeholder
|
|
30395
30394
|
}, null, 8, ["checked", "checked-children", "un-checked-children", "disabled", "onChange", "placeholder"])
|
|
30396
30395
|
]),
|
|
30397
30396
|
_: 1
|