@fctc/sme-widget-ui 2.0.1 → 2.0.2

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 CHANGED
@@ -13138,6 +13138,7 @@ var TableHead = (props) => {
13138
13138
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
13139
13139
  "th",
13140
13140
  {
13141
+ "data-type-co": col?.field?.type_co,
13141
13142
  "data-rtc-resizable": col?.name,
13142
13143
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
13143
13144
  children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "cursor-pointer flex items-center gap-[4px] w-full min-w-max group relative", children: [
@@ -13188,7 +13189,7 @@ var TableHead = (props) => {
13188
13189
  "th",
13189
13190
  {
13190
13191
  style: {
13191
- minWidth: "40px",
13192
+ maxWidth: "50px",
13192
13193
  right: 0
13193
13194
  },
13194
13195
  className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
@@ -32539,7 +32540,7 @@ var Many2ManyTagField = (props) => {
32539
32540
  menu: (base) => ({
32540
32541
  ...base,
32541
32542
  zIndex: 9999,
32542
- width: "auto",
32543
+ width: "100%",
32543
32544
  minWidth: "max-content",
32544
32545
  borderRadius: "10px"
32545
32546
  }),
package/dist/index.mjs CHANGED
@@ -13013,6 +13013,7 @@ var TableHead = (props) => {
13013
13013
  return /* @__PURE__ */ jsx50(
13014
13014
  "th",
13015
13015
  {
13016
+ "data-type-co": col?.field?.type_co,
13016
13017
  "data-rtc-resizable": col?.name,
13017
13018
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
13018
13019
  children: /* @__PURE__ */ jsxs29("div", { className: "cursor-pointer flex items-center gap-[4px] w-full min-w-max group relative", children: [
@@ -13063,7 +13064,7 @@ var TableHead = (props) => {
13063
13064
  "th",
13064
13065
  {
13065
13066
  style: {
13066
- minWidth: "40px",
13067
+ maxWidth: "50px",
13067
13068
  right: 0
13068
13069
  },
13069
13070
  className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
@@ -32414,7 +32415,7 @@ var Many2ManyTagField = (props) => {
32414
32415
  menu: (base) => ({
32415
32416
  ...base,
32416
32417
  zIndex: 9999,
32417
- width: "auto",
32418
+ width: "100%",
32418
32419
  minWidth: "max-content",
32419
32420
  borderRadius: "10px"
32420
32421
  }),
package/dist/widgets.js CHANGED
@@ -12380,6 +12380,7 @@ var TableHead = (props) => {
12380
12380
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
12381
12381
  "th",
12382
12382
  {
12383
+ "data-type-co": col?.field?.type_co,
12383
12384
  "data-rtc-resizable": col?.name,
12384
12385
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12385
12386
  children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "cursor-pointer flex items-center gap-[4px] w-full min-w-max group relative", children: [
@@ -12430,7 +12431,7 @@ var TableHead = (props) => {
12430
12431
  "th",
12431
12432
  {
12432
12433
  style: {
12433
- minWidth: "40px",
12434
+ maxWidth: "50px",
12434
12435
  right: 0
12435
12436
  },
12436
12437
  className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
@@ -31792,7 +31793,7 @@ var Many2ManyTagField = (props) => {
31792
31793
  menu: (base) => ({
31793
31794
  ...base,
31794
31795
  zIndex: 9999,
31795
- width: "auto",
31796
+ width: "100%",
31796
31797
  minWidth: "max-content",
31797
31798
  borderRadius: "10px"
31798
31799
  }),
package/dist/widgets.mjs CHANGED
@@ -12318,6 +12318,7 @@ var TableHead = (props) => {
12318
12318
  return /* @__PURE__ */ jsx50(
12319
12319
  "th",
12320
12320
  {
12321
+ "data-type-co": col?.field?.type_co,
12321
12322
  "data-rtc-resizable": col?.name,
12322
12323
  className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
12323
12324
  children: /* @__PURE__ */ jsxs29("div", { className: "cursor-pointer flex items-center gap-[4px] w-full min-w-max group relative", children: [
@@ -12368,7 +12369,7 @@ var TableHead = (props) => {
12368
12369
  "th",
12369
12370
  {
12370
12371
  style: {
12371
- minWidth: "40px",
12372
+ maxWidth: "50px",
12372
12373
  right: 0
12373
12374
  },
12374
12375
  className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
@@ -31730,7 +31731,7 @@ var Many2ManyTagField = (props) => {
31730
31731
  menu: (base) => ({
31731
31732
  ...base,
31732
31733
  zIndex: 9999,
31733
- width: "auto",
31734
+ width: "100%",
31734
31735
  minWidth: "max-content",
31735
31736
  borderRadius: "10px"
31736
31737
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",