@fctc/sme-widget-ui 2.7.1 → 2.7.3
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 +5 -1
- package/dist/index.mjs +5 -1
- package/dist/widgets.js +5 -1
- package/dist/widgets.mjs +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32731,7 +32731,7 @@ var Many2ManyTagField = (props) => {
|
|
|
32731
32731
|
});
|
|
32732
32732
|
});
|
|
32733
32733
|
};
|
|
32734
|
-
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full
|
|
32734
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full", children: [
|
|
32735
32735
|
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
32736
32736
|
StateManagedSelect$1,
|
|
32737
32737
|
{
|
|
@@ -32768,6 +32768,10 @@ var Many2ManyTagField = (props) => {
|
|
|
32768
32768
|
dropdownIndicator: () => "!m-0 !p-0"
|
|
32769
32769
|
},
|
|
32770
32770
|
styles: {
|
|
32771
|
+
container: (base) => ({
|
|
32772
|
+
...base,
|
|
32773
|
+
height: "100%"
|
|
32774
|
+
}),
|
|
32771
32775
|
control: () => ({
|
|
32772
32776
|
maxWidth: isEditTable ? "max-content" : "100%",
|
|
32773
32777
|
minWidth: isEditTable ? "max-content" : "100%",
|
package/dist/index.mjs
CHANGED
|
@@ -32604,7 +32604,7 @@ var Many2ManyTagField = (props) => {
|
|
|
32604
32604
|
});
|
|
32605
32605
|
});
|
|
32606
32606
|
};
|
|
32607
|
-
return /* @__PURE__ */ jsxs65("div", { className: "group h-full
|
|
32607
|
+
return /* @__PURE__ */ jsxs65("div", { className: "group h-full", children: [
|
|
32608
32608
|
/* @__PURE__ */ jsx99(
|
|
32609
32609
|
StateManagedSelect$1,
|
|
32610
32610
|
{
|
|
@@ -32641,6 +32641,10 @@ var Many2ManyTagField = (props) => {
|
|
|
32641
32641
|
dropdownIndicator: () => "!m-0 !p-0"
|
|
32642
32642
|
},
|
|
32643
32643
|
styles: {
|
|
32644
|
+
container: (base) => ({
|
|
32645
|
+
...base,
|
|
32646
|
+
height: "100%"
|
|
32647
|
+
}),
|
|
32644
32648
|
control: () => ({
|
|
32645
32649
|
maxWidth: isEditTable ? "max-content" : "100%",
|
|
32646
32650
|
minWidth: isEditTable ? "max-content" : "100%",
|
package/dist/widgets.js
CHANGED
|
@@ -31980,7 +31980,7 @@ var Many2ManyTagField = (props) => {
|
|
|
31980
31980
|
});
|
|
31981
31981
|
});
|
|
31982
31982
|
};
|
|
31983
|
-
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full
|
|
31983
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full", children: [
|
|
31984
31984
|
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
31985
31985
|
StateManagedSelect$1,
|
|
31986
31986
|
{
|
|
@@ -32017,6 +32017,10 @@ var Many2ManyTagField = (props) => {
|
|
|
32017
32017
|
dropdownIndicator: () => "!m-0 !p-0"
|
|
32018
32018
|
},
|
|
32019
32019
|
styles: {
|
|
32020
|
+
container: (base) => ({
|
|
32021
|
+
...base,
|
|
32022
|
+
height: "100%"
|
|
32023
|
+
}),
|
|
32020
32024
|
control: () => ({
|
|
32021
32025
|
maxWidth: isEditTable ? "max-content" : "100%",
|
|
32022
32026
|
minWidth: isEditTable ? "max-content" : "100%",
|
package/dist/widgets.mjs
CHANGED
|
@@ -31917,7 +31917,7 @@ var Many2ManyTagField = (props) => {
|
|
|
31917
31917
|
});
|
|
31918
31918
|
});
|
|
31919
31919
|
};
|
|
31920
|
-
return /* @__PURE__ */ jsxs65("div", { className: "group h-full
|
|
31920
|
+
return /* @__PURE__ */ jsxs65("div", { className: "group h-full", children: [
|
|
31921
31921
|
/* @__PURE__ */ jsx99(
|
|
31922
31922
|
StateManagedSelect$1,
|
|
31923
31923
|
{
|
|
@@ -31954,6 +31954,10 @@ var Many2ManyTagField = (props) => {
|
|
|
31954
31954
|
dropdownIndicator: () => "!m-0 !p-0"
|
|
31955
31955
|
},
|
|
31956
31956
|
styles: {
|
|
31957
|
+
container: (base) => ({
|
|
31958
|
+
...base,
|
|
31959
|
+
height: "100%"
|
|
31960
|
+
}),
|
|
31957
31961
|
control: () => ({
|
|
31958
31962
|
maxWidth: isEditTable ? "max-content" : "100%",
|
|
31959
31963
|
minWidth: isEditTable ? "max-content" : "100%",
|