@fctc/sme-widget-ui 2.6.3 → 2.6.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 +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13123,7 +13123,7 @@ var TableHead = (props) => {
|
|
|
13123
13123
|
{
|
|
13124
13124
|
"data-type-co": col?.field?.type_co,
|
|
13125
13125
|
"data-rtc-resizable": col?.name,
|
|
13126
|
-
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
13126
|
+
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
|
|
13127
13127
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
13128
13128
|
"div",
|
|
13129
13129
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -12996,7 +12996,7 @@ var TableHead = (props) => {
|
|
|
12996
12996
|
{
|
|
12997
12997
|
"data-type-co": col?.field?.type_co,
|
|
12998
12998
|
"data-rtc-resizable": col?.name,
|
|
12999
|
-
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12999
|
+
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
|
|
13000
13000
|
children: /* @__PURE__ */ jsxs29(
|
|
13001
13001
|
"div",
|
|
13002
13002
|
{
|
package/dist/widgets.js
CHANGED
|
@@ -12115,7 +12115,7 @@ var TableHead = (props) => {
|
|
|
12115
12115
|
{
|
|
12116
12116
|
"data-type-co": col?.field?.type_co,
|
|
12117
12117
|
"data-rtc-resizable": col?.name,
|
|
12118
|
-
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12118
|
+
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
|
|
12119
12119
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
12120
12120
|
"div",
|
|
12121
12121
|
{
|
package/dist/widgets.mjs
CHANGED
|
@@ -12052,7 +12052,7 @@ var TableHead = (props) => {
|
|
|
12052
12052
|
{
|
|
12053
12053
|
"data-type-co": col?.field?.type_co,
|
|
12054
12054
|
"data-rtc-resizable": col?.name,
|
|
12055
|
-
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12055
|
+
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606] ${col?.field?.type_co === "buttons" ? "th-buttons" : "th-normal"}`,
|
|
12056
12056
|
children: /* @__PURE__ */ jsxs29(
|
|
12057
12057
|
"div",
|
|
12058
12058
|
{
|