@fctc/sme-widget-ui 2.5.3 → 2.5.5
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 +3 -1
- package/dist/index.mjs +3 -1
- package/dist/widgets.d.mts +1 -0
- package/dist/widgets.d.ts +1 -0
- package/dist/widgets.js +3 -1
- package/dist/widgets.mjs +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11024,7 +11024,7 @@ var Row = (props) => {
|
|
|
11024
11024
|
`${col.name}____${index4}`
|
|
11025
11025
|
);
|
|
11026
11026
|
}),
|
|
11027
|
-
typeof
|
|
11027
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
11028
11028
|
"button",
|
|
11029
11029
|
{
|
|
11030
11030
|
type: "button",
|
|
@@ -17214,6 +17214,7 @@ var ButtonBadgeField = (props) => {
|
|
|
17214
17214
|
const decorationPurpled = props["decoration-purpled"] && domainHelper.checkDomain(formValues, props["decoration-purpled"]);
|
|
17215
17215
|
const decorationOrange = props["decoration-oranged"] && domainHelper.checkDomain(formValues, props["decoration-oranged"]);
|
|
17216
17216
|
const decorationInforLight = props["decoration-info-light"] && domainHelper.checkDomain(formValues, props["decoration-info-light"]);
|
|
17217
|
+
const decorationBrowned = props["decoration-browned"] && domainHelper.checkDomain(formValues, props["decoration-browned"]);
|
|
17217
17218
|
const getType = () => {
|
|
17218
17219
|
if (decorationInfo) return typeStyles["info"];
|
|
17219
17220
|
if (decorationSuccess) return typeStyles["success"];
|
|
@@ -17221,6 +17222,7 @@ var ButtonBadgeField = (props) => {
|
|
|
17221
17222
|
if (decorationWarning || decorationOrange) return typeStyles["warning"];
|
|
17222
17223
|
if (decorationPurpled) return typeStyles["purpled"];
|
|
17223
17224
|
if (decorationInforLight) return typeStyles["blue_light"];
|
|
17225
|
+
if (decorationBrowned) return typeStyles["browned"];
|
|
17224
17226
|
return typeStyles["default"];
|
|
17225
17227
|
};
|
|
17226
17228
|
const getLabel = (value2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -10897,7 +10897,7 @@ var Row = (props) => {
|
|
|
10897
10897
|
`${col.name}____${index4}`
|
|
10898
10898
|
);
|
|
10899
10899
|
}),
|
|
10900
|
-
typeof
|
|
10900
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ jsx47("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ jsx47("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ jsx47(
|
|
10901
10901
|
"button",
|
|
10902
10902
|
{
|
|
10903
10903
|
type: "button",
|
|
@@ -17087,6 +17087,7 @@ var ButtonBadgeField = (props) => {
|
|
|
17087
17087
|
const decorationPurpled = props["decoration-purpled"] && domainHelper.checkDomain(formValues, props["decoration-purpled"]);
|
|
17088
17088
|
const decorationOrange = props["decoration-oranged"] && domainHelper.checkDomain(formValues, props["decoration-oranged"]);
|
|
17089
17089
|
const decorationInforLight = props["decoration-info-light"] && domainHelper.checkDomain(formValues, props["decoration-info-light"]);
|
|
17090
|
+
const decorationBrowned = props["decoration-browned"] && domainHelper.checkDomain(formValues, props["decoration-browned"]);
|
|
17090
17091
|
const getType = () => {
|
|
17091
17092
|
if (decorationInfo) return typeStyles["info"];
|
|
17092
17093
|
if (decorationSuccess) return typeStyles["success"];
|
|
@@ -17094,6 +17095,7 @@ var ButtonBadgeField = (props) => {
|
|
|
17094
17095
|
if (decorationWarning || decorationOrange) return typeStyles["warning"];
|
|
17095
17096
|
if (decorationPurpled) return typeStyles["purpled"];
|
|
17096
17097
|
if (decorationInforLight) return typeStyles["blue_light"];
|
|
17098
|
+
if (decorationBrowned) return typeStyles["browned"];
|
|
17097
17099
|
return typeStyles["default"];
|
|
17098
17100
|
};
|
|
17099
17101
|
const getLabel = (value2) => {
|
package/dist/widgets.d.mts
CHANGED
package/dist/widgets.d.ts
CHANGED
package/dist/widgets.js
CHANGED
|
@@ -10016,7 +10016,7 @@ var Row = (props) => {
|
|
|
10016
10016
|
`${col.name}____${index4}`
|
|
10017
10017
|
);
|
|
10018
10018
|
}),
|
|
10019
|
-
typeof
|
|
10019
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10020
10020
|
"button",
|
|
10021
10021
|
{
|
|
10022
10022
|
type: "button",
|
|
@@ -16463,6 +16463,7 @@ var ButtonBadgeField = (props) => {
|
|
|
16463
16463
|
const decorationPurpled = props["decoration-purpled"] && domainHelper.checkDomain(formValues, props["decoration-purpled"]);
|
|
16464
16464
|
const decorationOrange = props["decoration-oranged"] && domainHelper.checkDomain(formValues, props["decoration-oranged"]);
|
|
16465
16465
|
const decorationInforLight = props["decoration-info-light"] && domainHelper.checkDomain(formValues, props["decoration-info-light"]);
|
|
16466
|
+
const decorationBrowned = props["decoration-browned"] && domainHelper.checkDomain(formValues, props["decoration-browned"]);
|
|
16466
16467
|
const getType = () => {
|
|
16467
16468
|
if (decorationInfo) return typeStyles["info"];
|
|
16468
16469
|
if (decorationSuccess) return typeStyles["success"];
|
|
@@ -16470,6 +16471,7 @@ var ButtonBadgeField = (props) => {
|
|
|
16470
16471
|
if (decorationWarning || decorationOrange) return typeStyles["warning"];
|
|
16471
16472
|
if (decorationPurpled) return typeStyles["purpled"];
|
|
16472
16473
|
if (decorationInforLight) return typeStyles["blue_light"];
|
|
16474
|
+
if (decorationBrowned) return typeStyles["browned"];
|
|
16473
16475
|
return typeStyles["default"];
|
|
16474
16476
|
};
|
|
16475
16477
|
const getLabel = (value2) => {
|
package/dist/widgets.mjs
CHANGED
|
@@ -9953,7 +9953,7 @@ var Row = (props) => {
|
|
|
9953
9953
|
`${col.name}____${index4}`
|
|
9954
9954
|
);
|
|
9955
9955
|
}),
|
|
9956
|
-
typeof
|
|
9956
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ jsx47("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ jsx47("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ jsx47(
|
|
9957
9957
|
"button",
|
|
9958
9958
|
{
|
|
9959
9959
|
type: "button",
|
|
@@ -16400,6 +16400,7 @@ var ButtonBadgeField = (props) => {
|
|
|
16400
16400
|
const decorationPurpled = props["decoration-purpled"] && domainHelper.checkDomain(formValues, props["decoration-purpled"]);
|
|
16401
16401
|
const decorationOrange = props["decoration-oranged"] && domainHelper.checkDomain(formValues, props["decoration-oranged"]);
|
|
16402
16402
|
const decorationInforLight = props["decoration-info-light"] && domainHelper.checkDomain(formValues, props["decoration-info-light"]);
|
|
16403
|
+
const decorationBrowned = props["decoration-browned"] && domainHelper.checkDomain(formValues, props["decoration-browned"]);
|
|
16403
16404
|
const getType = () => {
|
|
16404
16405
|
if (decorationInfo) return typeStyles["info"];
|
|
16405
16406
|
if (decorationSuccess) return typeStyles["success"];
|
|
@@ -16407,6 +16408,7 @@ var ButtonBadgeField = (props) => {
|
|
|
16407
16408
|
if (decorationWarning || decorationOrange) return typeStyles["warning"];
|
|
16408
16409
|
if (decorationPurpled) return typeStyles["purpled"];
|
|
16409
16410
|
if (decorationInforLight) return typeStyles["blue_light"];
|
|
16411
|
+
if (decorationBrowned) return typeStyles["browned"];
|
|
16410
16412
|
return typeStyles["default"];
|
|
16411
16413
|
};
|
|
16412
16414
|
const getLabel = (value2) => {
|