@fctc/sme-widget-ui 2.0.3 → 2.0.4
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/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/widgets.js +2 -2
- package/dist/widgets.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17347,7 +17347,7 @@ var CharField = (props) => {
|
|
|
17347
17347
|
required: !invisible && required,
|
|
17348
17348
|
className: `w-full h-full ring-0 focus:ring-0 focus:!outline-none outline-0 px-3 py-[12px] text-sm font-normal gap-2 opacity-100 leading-[1.5] resize-none overflow-hidden
|
|
17349
17349
|
${readonly ? "cursor-not-allowed border border-[rgba(66,66,66,0.12)] text-[#5c5a5a]" : "cursor-pointer border border-[rgba(66,66,66,0.12)] text-[#525866]"}
|
|
17350
|
-
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary w-fit max-w-[200px]"}`}
|
|
17350
|
+
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary !w-fit max-w-[200px]"}`}
|
|
17351
17351
|
${error2 && isEditTable && "focus:border-b-[1px] focus:border-[#de4747] hover:border-b-[1px] hover:border-[#de4747]"}
|
|
17352
17352
|
`
|
|
17353
17353
|
}
|
|
@@ -33763,7 +33763,7 @@ var Many2OneField = (props) => {
|
|
|
33763
33763
|
menuPortalTarget: typeof window !== "undefined" ? document.body : null,
|
|
33764
33764
|
styles: {
|
|
33765
33765
|
control: () => ({
|
|
33766
|
-
maxWidth:
|
|
33766
|
+
maxWidth: "100%",
|
|
33767
33767
|
minWidth: isEditTable ? "max-content" : "100%"
|
|
33768
33768
|
}),
|
|
33769
33769
|
container: (base) => ({
|
package/dist/index.mjs
CHANGED
|
@@ -17222,7 +17222,7 @@ var CharField = (props) => {
|
|
|
17222
17222
|
required: !invisible && required,
|
|
17223
17223
|
className: `w-full h-full ring-0 focus:ring-0 focus:!outline-none outline-0 px-3 py-[12px] text-sm font-normal gap-2 opacity-100 leading-[1.5] resize-none overflow-hidden
|
|
17224
17224
|
${readonly ? "cursor-not-allowed border border-[rgba(66,66,66,0.12)] text-[#5c5a5a]" : "cursor-pointer border border-[rgba(66,66,66,0.12)] text-[#525866]"}
|
|
17225
|
-
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary w-fit max-w-[200px]"}`}
|
|
17225
|
+
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary !w-fit max-w-[200px]"}`}
|
|
17226
17226
|
${error2 && isEditTable && "focus:border-b-[1px] focus:border-[#de4747] hover:border-b-[1px] hover:border-[#de4747]"}
|
|
17227
17227
|
`
|
|
17228
17228
|
}
|
|
@@ -33638,7 +33638,7 @@ var Many2OneField = (props) => {
|
|
|
33638
33638
|
menuPortalTarget: typeof window !== "undefined" ? document.body : null,
|
|
33639
33639
|
styles: {
|
|
33640
33640
|
control: () => ({
|
|
33641
|
-
maxWidth:
|
|
33641
|
+
maxWidth: "100%",
|
|
33642
33642
|
minWidth: isEditTable ? "max-content" : "100%"
|
|
33643
33643
|
}),
|
|
33644
33644
|
container: (base) => ({
|
package/dist/widgets.js
CHANGED
|
@@ -16600,7 +16600,7 @@ var CharField = (props) => {
|
|
|
16600
16600
|
required: !invisible && required,
|
|
16601
16601
|
className: `w-full h-full ring-0 focus:ring-0 focus:!outline-none outline-0 px-3 py-[12px] text-sm font-normal gap-2 opacity-100 leading-[1.5] resize-none overflow-hidden
|
|
16602
16602
|
${readonly ? "cursor-not-allowed border border-[rgba(66,66,66,0.12)] text-[#5c5a5a]" : "cursor-pointer border border-[rgba(66,66,66,0.12)] text-[#525866]"}
|
|
16603
|
-
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary w-fit max-w-[200px]"}`}
|
|
16603
|
+
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary !w-fit max-w-[200px]"}`}
|
|
16604
16604
|
${error2 && isEditTable && "focus:border-b-[1px] focus:border-[#de4747] hover:border-b-[1px] hover:border-[#de4747]"}
|
|
16605
16605
|
`
|
|
16606
16606
|
}
|
|
@@ -33016,7 +33016,7 @@ var Many2OneField = (props) => {
|
|
|
33016
33016
|
menuPortalTarget: typeof window !== "undefined" ? document.body : null,
|
|
33017
33017
|
styles: {
|
|
33018
33018
|
control: () => ({
|
|
33019
|
-
maxWidth:
|
|
33019
|
+
maxWidth: "100%",
|
|
33020
33020
|
minWidth: isEditTable ? "max-content" : "100%"
|
|
33021
33021
|
}),
|
|
33022
33022
|
container: (base) => ({
|
package/dist/widgets.mjs
CHANGED
|
@@ -16538,7 +16538,7 @@ var CharField = (props) => {
|
|
|
16538
16538
|
required: !invisible && required,
|
|
16539
16539
|
className: `w-full h-full ring-0 focus:ring-0 focus:!outline-none outline-0 px-3 py-[12px] text-sm font-normal gap-2 opacity-100 leading-[1.5] resize-none overflow-hidden
|
|
16540
16540
|
${readonly ? "cursor-not-allowed border border-[rgba(66,66,66,0.12)] text-[#5c5a5a]" : "cursor-pointer border border-[rgba(66,66,66,0.12)] text-[#525866]"}
|
|
16541
|
-
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary w-fit max-w-[200px]"}`}
|
|
16541
|
+
${!isEditTable ? isForm ? "bg-white border-input-primary rounded-[10px]" : "" : `border-transparent bg-transparent ${readonly ? "" : "border-b-primary !w-fit max-w-[200px]"}`}
|
|
16542
16542
|
${error2 && isEditTable && "focus:border-b-[1px] focus:border-[#de4747] hover:border-b-[1px] hover:border-[#de4747]"}
|
|
16543
16543
|
`
|
|
16544
16544
|
}
|
|
@@ -32954,7 +32954,7 @@ var Many2OneField = (props) => {
|
|
|
32954
32954
|
menuPortalTarget: typeof window !== "undefined" ? document.body : null,
|
|
32955
32955
|
styles: {
|
|
32956
32956
|
control: () => ({
|
|
32957
|
-
maxWidth:
|
|
32957
|
+
maxWidth: "100%",
|
|
32958
32958
|
minWidth: isEditTable ? "max-content" : "100%"
|
|
32959
32959
|
}),
|
|
32960
32960
|
container: (base) => ({
|