@fctc/sme-widget-ui 1.3.5 → 1.3.7

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
@@ -34266,7 +34266,8 @@ var Many2ManyField = (props) => {
34266
34266
  setGroupByList,
34267
34267
  selectedRowKeys,
34268
34268
  setSelectedRowKeys,
34269
- setPageLimit
34269
+ setPageLimit,
34270
+ specification
34270
34271
  } = many2manyController;
34271
34272
  const {
34272
34273
  context,
@@ -34320,7 +34321,7 @@ var Many2ManyField = (props) => {
34320
34321
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "text-[20px] font-semibold", children: title }),
34321
34322
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(CloseIcon, {}) })
34322
34323
  ] }),
34323
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
34324
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
34324
34325
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
34325
34326
  Search,
34326
34327
  {
@@ -34427,7 +34428,12 @@ var Many2ManyField = (props) => {
34427
34428
  typeTable,
34428
34429
  selectedRowKeysRef,
34429
34430
  selectedRowKeys,
34430
- setSelectedRowKeys
34431
+ setSelectedRowKeys,
34432
+ groupByList,
34433
+ specification,
34434
+ viewData,
34435
+ checkedAll,
34436
+ context
34431
34437
  }
34432
34438
  )
34433
34439
  ]
package/dist/index.mjs CHANGED
@@ -34147,7 +34147,8 @@ var Many2ManyField = (props) => {
34147
34147
  setGroupByList,
34148
34148
  selectedRowKeys,
34149
34149
  setSelectedRowKeys,
34150
- setPageLimit
34150
+ setPageLimit,
34151
+ specification
34151
34152
  } = many2manyController;
34152
34153
  const {
34153
34154
  context,
@@ -34201,7 +34202,7 @@ var Many2ManyField = (props) => {
34201
34202
  /* @__PURE__ */ jsx103("div", { className: "text-[20px] font-semibold", children: title }),
34202
34203
  /* @__PURE__ */ jsx103("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx103(CloseIcon, {}) })
34203
34204
  ] }),
34204
- /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
34205
+ /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
34205
34206
  /* @__PURE__ */ jsx103("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx103(
34206
34207
  Search,
34207
34208
  {
@@ -34308,7 +34309,12 @@ var Many2ManyField = (props) => {
34308
34309
  typeTable,
34309
34310
  selectedRowKeysRef,
34310
34311
  selectedRowKeys,
34311
- setSelectedRowKeys
34312
+ setSelectedRowKeys,
34313
+ groupByList,
34314
+ specification,
34315
+ viewData,
34316
+ checkedAll,
34317
+ context
34312
34318
  }
34313
34319
  )
34314
34320
  ]
package/dist/widgets.js CHANGED
@@ -33892,7 +33892,8 @@ var Many2ManyField = (props) => {
33892
33892
  setGroupByList,
33893
33893
  selectedRowKeys,
33894
33894
  setSelectedRowKeys,
33895
- setPageLimit
33895
+ setPageLimit,
33896
+ specification
33896
33897
  } = many2manyController;
33897
33898
  const {
33898
33899
  context,
@@ -33946,7 +33947,7 @@ var Many2ManyField = (props) => {
33946
33947
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "text-[20px] font-semibold", children: title }),
33947
33948
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(CloseIcon, {}) })
33948
33949
  ] }),
33949
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
33950
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33950
33951
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
33951
33952
  Search,
33952
33953
  {
@@ -34053,7 +34054,12 @@ var Many2ManyField = (props) => {
34053
34054
  typeTable,
34054
34055
  selectedRowKeysRef,
34055
34056
  selectedRowKeys,
34056
- setSelectedRowKeys
34057
+ setSelectedRowKeys,
34058
+ groupByList,
34059
+ specification,
34060
+ viewData,
34061
+ checkedAll,
34062
+ context
34057
34063
  }
34058
34064
  )
34059
34065
  ]
package/dist/widgets.mjs CHANGED
@@ -33829,7 +33829,8 @@ var Many2ManyField = (props) => {
33829
33829
  setGroupByList,
33830
33830
  selectedRowKeys,
33831
33831
  setSelectedRowKeys,
33832
- setPageLimit
33832
+ setPageLimit,
33833
+ specification
33833
33834
  } = many2manyController;
33834
33835
  const {
33835
33836
  context,
@@ -33883,7 +33884,7 @@ var Many2ManyField = (props) => {
33883
33884
  /* @__PURE__ */ jsx103("div", { className: "text-[20px] font-semibold", children: title }),
33884
33885
  /* @__PURE__ */ jsx103("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx103(CloseIcon, {}) })
33885
33886
  ] }),
33886
- /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
33887
+ /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33887
33888
  /* @__PURE__ */ jsx103("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx103(
33888
33889
  Search,
33889
33890
  {
@@ -33990,7 +33991,12 @@ var Many2ManyField = (props) => {
33990
33991
  typeTable,
33991
33992
  selectedRowKeysRef,
33992
33993
  selectedRowKeys,
33993
- setSelectedRowKeys
33994
+ setSelectedRowKeys,
33995
+ groupByList,
33996
+ specification,
33997
+ viewData,
33998
+ checkedAll,
33999
+ context
33994
34000
  }
33995
34001
  )
33996
34002
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",