@fctc/sme-widget-ui 2.0.5 → 2.0.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
@@ -16762,6 +16762,7 @@ var VideoPlayer = ({ src }) => {
16762
16762
  };
16763
16763
 
16764
16764
  // src/widgets/basic/avatar-field/avatar.tsx
16765
+ var import_react_dom4 = require("react-dom");
16765
16766
  var import_jsx_runtime73 = require("react/jsx-runtime");
16766
16767
  var AvatarField = (props) => {
16767
16768
  const {
@@ -16798,14 +16799,17 @@ var AvatarField = (props) => {
16798
16799
  place: "top-start"
16799
16800
  }
16800
16801
  ),
16801
- allowShowDetail && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16802
- M,
16803
- {
16804
- id: `avatar-widget-id-${id}`,
16805
- place: isForm ? "bottom" : "top",
16806
- content: fullName,
16807
- className: "z-20"
16808
- }
16802
+ allowShowDetail && (0, import_react_dom4.createPortal)(
16803
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16804
+ M,
16805
+ {
16806
+ id: `avatar-widget-id-${id}`,
16807
+ place: isForm ? "bottom" : "top",
16808
+ content: fullName,
16809
+ className: "z-20"
16810
+ }
16811
+ ),
16812
+ document.body
16809
16813
  ),
16810
16814
  avatarSrc ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16811
16815
  "img",
@@ -17020,7 +17024,7 @@ var BinaryField = (props) => {
17020
17024
  "label",
17021
17025
  {
17022
17026
  htmlFor: inputId,
17023
- className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-primary bg-white transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32" : "w-fit h-fit "}`,
17027
+ className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
17024
17028
  children: [
17025
17029
  /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
17026
17030
  "input",
@@ -17046,10 +17050,11 @@ var BinaryField = (props) => {
17046
17050
  /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
17047
17051
  "div",
17048
17052
  {
17049
- className: "absolute size-8 bg-white rounded-lg flex justify-center items-center z-20",
17053
+ className: " size-8 bg-white rounded-lg flex justify-center items-center z-20",
17050
17054
  style: {
17051
- bottom: "-8px",
17052
- left: "-8px",
17055
+ position: onlyImage ? "absolute" : "relative",
17056
+ bottom: onlyImage ? "-8px" : "auto",
17057
+ left: onlyImage ? "-8px" : "auto",
17053
17058
  boxShadow: "0 1px 2px 0 rgba(228, 229, 231, 0.24)",
17054
17059
  width: "2rem",
17055
17060
  height: "2rem",
@@ -22181,7 +22186,7 @@ function useFloating2(options2) {
22181
22186
  }
22182
22187
 
22183
22188
  // node_modules/react-datepicker/dist/index.es.js
22184
- var import_react_dom6 = __toESM(require("react-dom"));
22189
+ var import_react_dom7 = __toESM(require("react-dom"));
22185
22190
  var _extendStatics = function extendStatics(d, b2) {
22186
22191
  _extendStatics = Object.setPrototypeOf || {
22187
22192
  __proto__: []
@@ -25424,7 +25429,7 @@ var Portal = (
25424
25429
  }
25425
25430
  };
25426
25431
  Portal2.prototype.render = function() {
25427
- return import_react_dom6.default.createPortal(this.props.children, this.el);
25432
+ return import_react_dom7.default.createPortal(this.props.children, this.el);
25428
25433
  };
25429
25434
  return Portal2;
25430
25435
  }(import_react45.Component)
@@ -27992,7 +27997,7 @@ function _taggedTemplateLiteral(e3, t3) {
27992
27997
 
27993
27998
  // node_modules/react-select/dist/index-641ee5b8.esm.js
27994
27999
  var import_react51 = require("react");
27995
- var import_react_dom7 = require("react-dom");
28000
+ var import_react_dom8 = require("react-dom");
27996
28001
 
27997
28002
  // node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js
27998
28003
  var import_react49 = require("react");
@@ -28495,7 +28500,7 @@ var MenuPortal = function MenuPortal2(props) {
28495
28500
  }), innerProps), children);
28496
28501
  return jsx83(PortalPlacementContext.Provider, {
28497
28502
  value: portalPlacementContext
28498
- }, appendTo ? /* @__PURE__ */ (0, import_react_dom7.createPortal)(menuWrapper, appendTo) : menuWrapper);
28503
+ }, appendTo ? /* @__PURE__ */ (0, import_react_dom8.createPortal)(menuWrapper, appendTo) : menuWrapper);
28499
28504
  };
28500
28505
  var containerCSS = function containerCSS2(_ref3) {
28501
28506
  var isDisabled = _ref3.isDisabled, isRtl = _ref3.isRtl;
@@ -31388,7 +31393,7 @@ var import_toConsumableArray2 = __toESM(require_toConsumableArray());
31388
31393
  var import_typeof5 = __toESM(require_typeof());
31389
31394
  var import_taggedTemplateLiteral2 = __toESM(require_taggedTemplateLiteral());
31390
31395
  var import_defineProperty3 = __toESM(require_defineProperty());
31391
- var import_react_dom8 = require("react-dom");
31396
+ var import_react_dom9 = require("react-dom");
31392
31397
  var StateManagedSelect = /* @__PURE__ */ (0, import_react54.forwardRef)(function(props, ref) {
31393
31398
  var baseSelectProps = useStateManager(props);
31394
31399
  return /* @__PURE__ */ React14.createElement(Select, _extends({
@@ -33338,7 +33343,7 @@ var StatusDropdownField = (props) => {
33338
33343
  };
33339
33344
 
33340
33345
  // src/widgets/basic/many2many-field/many2many.tsx
33341
- var import_react_dom9 = require("react-dom");
33346
+ var import_react_dom10 = require("react-dom");
33342
33347
  var import_react66 = require("react");
33343
33348
  var import_jsx_runtime106 = require("react/jsx-runtime");
33344
33349
  var Many2ManyField = (props) => {
@@ -33413,7 +33418,7 @@ var Many2ManyField = (props) => {
33413
33418
  typeof setGroupByList === "function" && setGroupByList(null);
33414
33419
  };
33415
33420
  }, [selectedTags]);
33416
- return (0, import_react_dom9.createPortal)(
33421
+ return (0, import_react_dom10.createPortal)(
33417
33422
  /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
33418
33423
  "div",
33419
33424
  {
package/dist/index.mjs CHANGED
@@ -16637,6 +16637,7 @@ var VideoPlayer = ({ src }) => {
16637
16637
  };
16638
16638
 
16639
16639
  // src/widgets/basic/avatar-field/avatar.tsx
16640
+ import { createPortal as createPortal4 } from "react-dom";
16640
16641
  import { Fragment as Fragment15, jsx as jsx73, jsxs as jsxs48 } from "react/jsx-runtime";
16641
16642
  var AvatarField = (props) => {
16642
16643
  const {
@@ -16673,14 +16674,17 @@ var AvatarField = (props) => {
16673
16674
  place: "top-start"
16674
16675
  }
16675
16676
  ),
16676
- allowShowDetail && /* @__PURE__ */ jsx73(
16677
- M,
16678
- {
16679
- id: `avatar-widget-id-${id}`,
16680
- place: isForm ? "bottom" : "top",
16681
- content: fullName,
16682
- className: "z-20"
16683
- }
16677
+ allowShowDetail && createPortal4(
16678
+ /* @__PURE__ */ jsx73(
16679
+ M,
16680
+ {
16681
+ id: `avatar-widget-id-${id}`,
16682
+ place: isForm ? "bottom" : "top",
16683
+ content: fullName,
16684
+ className: "z-20"
16685
+ }
16686
+ ),
16687
+ document.body
16684
16688
  ),
16685
16689
  avatarSrc ? /* @__PURE__ */ jsx73(
16686
16690
  "img",
@@ -16895,7 +16899,7 @@ var BinaryField = (props) => {
16895
16899
  "label",
16896
16900
  {
16897
16901
  htmlFor: inputId,
16898
- className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-primary bg-white transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32" : "w-fit h-fit "}`,
16902
+ className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
16899
16903
  children: [
16900
16904
  /* @__PURE__ */ jsx74(
16901
16905
  "input",
@@ -16921,10 +16925,11 @@ var BinaryField = (props) => {
16921
16925
  /* @__PURE__ */ jsx74(
16922
16926
  "div",
16923
16927
  {
16924
- className: "absolute size-8 bg-white rounded-lg flex justify-center items-center z-20",
16928
+ className: " size-8 bg-white rounded-lg flex justify-center items-center z-20",
16925
16929
  style: {
16926
- bottom: "-8px",
16927
- left: "-8px",
16930
+ position: onlyImage ? "absolute" : "relative",
16931
+ bottom: onlyImage ? "-8px" : "auto",
16932
+ left: onlyImage ? "-8px" : "auto",
16928
16933
  boxShadow: "0 1px 2px 0 rgba(228, 229, 231, 0.24)",
16929
16934
  width: "2rem",
16930
16935
  height: "2rem",
@@ -27867,7 +27872,7 @@ function _taggedTemplateLiteral(e3, t3) {
27867
27872
 
27868
27873
  // node_modules/react-select/dist/index-641ee5b8.esm.js
27869
27874
  import { useContext as useContext9, useRef as useRef13, useState as useState16, useMemo as useMemo7, useCallback as useCallback7, createContext as createContext5 } from "react";
27870
- import { createPortal as createPortal5 } from "react-dom";
27875
+ import { createPortal as createPortal6 } from "react-dom";
27871
27876
 
27872
27877
  // node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js
27873
27878
  import { useLayoutEffect as useLayoutEffect4 } from "react";
@@ -28370,7 +28375,7 @@ var MenuPortal = function MenuPortal2(props) {
28370
28375
  }), innerProps), children);
28371
28376
  return jsx83(PortalPlacementContext.Provider, {
28372
28377
  value: portalPlacementContext
28373
- }, appendTo ? /* @__PURE__ */ createPortal5(menuWrapper, appendTo) : menuWrapper);
28378
+ }, appendTo ? /* @__PURE__ */ createPortal6(menuWrapper, appendTo) : menuWrapper);
28374
28379
  };
28375
28380
  var containerCSS = function containerCSS2(_ref3) {
28376
28381
  var isDisabled = _ref3.isDisabled, isRtl = _ref3.isRtl;
@@ -33213,7 +33218,7 @@ var StatusDropdownField = (props) => {
33213
33218
  };
33214
33219
 
33215
33220
  // src/widgets/basic/many2many-field/many2many.tsx
33216
- import { createPortal as createPortal6 } from "react-dom";
33221
+ import { createPortal as createPortal7 } from "react-dom";
33217
33222
  import { useEffect as useEffect27 } from "react";
33218
33223
  import { jsx as jsx108, jsxs as jsxs73 } from "react/jsx-runtime";
33219
33224
  var Many2ManyField = (props) => {
@@ -33288,7 +33293,7 @@ var Many2ManyField = (props) => {
33288
33293
  typeof setGroupByList === "function" && setGroupByList(null);
33289
33294
  };
33290
33295
  }, [selectedTags]);
33291
- return createPortal6(
33296
+ return createPortal7(
33292
33297
  /* @__PURE__ */ jsxs73(
33293
33298
  "div",
33294
33299
  {
package/dist/widgets.js CHANGED
@@ -16015,6 +16015,7 @@ var VideoPlayer = ({ src }) => {
16015
16015
  };
16016
16016
 
16017
16017
  // src/widgets/basic/avatar-field/avatar.tsx
16018
+ var import_react_dom4 = require("react-dom");
16018
16019
  var import_jsx_runtime73 = require("react/jsx-runtime");
16019
16020
  var AvatarField = (props) => {
16020
16021
  const {
@@ -16051,14 +16052,17 @@ var AvatarField = (props) => {
16051
16052
  place: "top-start"
16052
16053
  }
16053
16054
  ),
16054
- allowShowDetail && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16055
- M,
16056
- {
16057
- id: `avatar-widget-id-${id}`,
16058
- place: isForm ? "bottom" : "top",
16059
- content: fullName,
16060
- className: "z-20"
16061
- }
16055
+ allowShowDetail && (0, import_react_dom4.createPortal)(
16056
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16057
+ M,
16058
+ {
16059
+ id: `avatar-widget-id-${id}`,
16060
+ place: isForm ? "bottom" : "top",
16061
+ content: fullName,
16062
+ className: "z-20"
16063
+ }
16064
+ ),
16065
+ document.body
16062
16066
  ),
16063
16067
  avatarSrc ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
16064
16068
  "img",
@@ -16273,7 +16277,7 @@ var BinaryField = (props) => {
16273
16277
  "label",
16274
16278
  {
16275
16279
  htmlFor: inputId,
16276
- className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-primary bg-white transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32" : "w-fit h-fit "}`,
16280
+ className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
16277
16281
  children: [
16278
16282
  /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
16279
16283
  "input",
@@ -16299,10 +16303,11 @@ var BinaryField = (props) => {
16299
16303
  /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
16300
16304
  "div",
16301
16305
  {
16302
- className: "absolute size-8 bg-white rounded-lg flex justify-center items-center z-20",
16306
+ className: " size-8 bg-white rounded-lg flex justify-center items-center z-20",
16303
16307
  style: {
16304
- bottom: "-8px",
16305
- left: "-8px",
16308
+ position: onlyImage ? "absolute" : "relative",
16309
+ bottom: onlyImage ? "-8px" : "auto",
16310
+ left: onlyImage ? "-8px" : "auto",
16306
16311
  boxShadow: "0 1px 2px 0 rgba(228, 229, 231, 0.24)",
16307
16312
  width: "2rem",
16308
16313
  height: "2rem",
@@ -21434,7 +21439,7 @@ function useFloating2(options2) {
21434
21439
  }
21435
21440
 
21436
21441
  // node_modules/react-datepicker/dist/index.es.js
21437
- var import_react_dom6 = __toESM(require("react-dom"));
21442
+ var import_react_dom7 = __toESM(require("react-dom"));
21438
21443
  var _extendStatics = function extendStatics(d, b2) {
21439
21444
  _extendStatics = Object.setPrototypeOf || {
21440
21445
  __proto__: []
@@ -24677,7 +24682,7 @@ var Portal = (
24677
24682
  }
24678
24683
  };
24679
24684
  Portal2.prototype.render = function() {
24680
- return import_react_dom6.default.createPortal(this.props.children, this.el);
24685
+ return import_react_dom7.default.createPortal(this.props.children, this.el);
24681
24686
  };
24682
24687
  return Portal2;
24683
24688
  }(import_react45.Component)
@@ -27245,7 +27250,7 @@ function _taggedTemplateLiteral(e3, t3) {
27245
27250
 
27246
27251
  // node_modules/react-select/dist/index-641ee5b8.esm.js
27247
27252
  var import_react51 = require("react");
27248
- var import_react_dom7 = require("react-dom");
27253
+ var import_react_dom8 = require("react-dom");
27249
27254
 
27250
27255
  // node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js
27251
27256
  var import_react49 = require("react");
@@ -27748,7 +27753,7 @@ var MenuPortal = function MenuPortal2(props) {
27748
27753
  }), innerProps), children);
27749
27754
  return jsx83(PortalPlacementContext.Provider, {
27750
27755
  value: portalPlacementContext
27751
- }, appendTo ? /* @__PURE__ */ (0, import_react_dom7.createPortal)(menuWrapper, appendTo) : menuWrapper);
27756
+ }, appendTo ? /* @__PURE__ */ (0, import_react_dom8.createPortal)(menuWrapper, appendTo) : menuWrapper);
27752
27757
  };
27753
27758
  var containerCSS = function containerCSS2(_ref3) {
27754
27759
  var isDisabled = _ref3.isDisabled, isRtl = _ref3.isRtl;
@@ -30641,7 +30646,7 @@ var import_toConsumableArray2 = __toESM(require_toConsumableArray());
30641
30646
  var import_typeof5 = __toESM(require_typeof());
30642
30647
  var import_taggedTemplateLiteral2 = __toESM(require_taggedTemplateLiteral());
30643
30648
  var import_defineProperty3 = __toESM(require_defineProperty());
30644
- var import_react_dom8 = require("react-dom");
30649
+ var import_react_dom9 = require("react-dom");
30645
30650
  var StateManagedSelect = /* @__PURE__ */ (0, import_react54.forwardRef)(function(props, ref) {
30646
30651
  var baseSelectProps = useStateManager(props);
30647
30652
  return /* @__PURE__ */ React14.createElement(Select, _extends({
@@ -32591,7 +32596,7 @@ var StatusDropdownField = (props) => {
32591
32596
  };
32592
32597
 
32593
32598
  // src/widgets/basic/many2many-field/many2many.tsx
32594
- var import_react_dom9 = require("react-dom");
32599
+ var import_react_dom10 = require("react-dom");
32595
32600
  var import_react66 = require("react");
32596
32601
  var import_jsx_runtime106 = require("react/jsx-runtime");
32597
32602
  var Many2ManyField = (props) => {
@@ -32666,7 +32671,7 @@ var Many2ManyField = (props) => {
32666
32671
  typeof setGroupByList === "function" && setGroupByList(null);
32667
32672
  };
32668
32673
  }, [selectedTags]);
32669
- return (0, import_react_dom9.createPortal)(
32674
+ return (0, import_react_dom10.createPortal)(
32670
32675
  /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
32671
32676
  "div",
32672
32677
  {
package/dist/widgets.mjs CHANGED
@@ -15953,6 +15953,7 @@ var VideoPlayer = ({ src }) => {
15953
15953
  };
15954
15954
 
15955
15955
  // src/widgets/basic/avatar-field/avatar.tsx
15956
+ import { createPortal as createPortal4 } from "react-dom";
15956
15957
  import { Fragment as Fragment15, jsx as jsx73, jsxs as jsxs48 } from "react/jsx-runtime";
15957
15958
  var AvatarField = (props) => {
15958
15959
  const {
@@ -15989,14 +15990,17 @@ var AvatarField = (props) => {
15989
15990
  place: "top-start"
15990
15991
  }
15991
15992
  ),
15992
- allowShowDetail && /* @__PURE__ */ jsx73(
15993
- M,
15994
- {
15995
- id: `avatar-widget-id-${id}`,
15996
- place: isForm ? "bottom" : "top",
15997
- content: fullName,
15998
- className: "z-20"
15999
- }
15993
+ allowShowDetail && createPortal4(
15994
+ /* @__PURE__ */ jsx73(
15995
+ M,
15996
+ {
15997
+ id: `avatar-widget-id-${id}`,
15998
+ place: isForm ? "bottom" : "top",
15999
+ content: fullName,
16000
+ className: "z-20"
16001
+ }
16002
+ ),
16003
+ document.body
16000
16004
  ),
16001
16005
  avatarSrc ? /* @__PURE__ */ jsx73(
16002
16006
  "img",
@@ -16211,7 +16215,7 @@ var BinaryField = (props) => {
16211
16215
  "label",
16212
16216
  {
16213
16217
  htmlFor: inputId,
16214
- className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-primary bg-white transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32" : "w-fit h-fit "}`,
16218
+ className: `relative p-2 flex cursor-pointer items-center justify-center rounded-lg transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
16215
16219
  children: [
16216
16220
  /* @__PURE__ */ jsx74(
16217
16221
  "input",
@@ -16237,10 +16241,11 @@ var BinaryField = (props) => {
16237
16241
  /* @__PURE__ */ jsx74(
16238
16242
  "div",
16239
16243
  {
16240
- className: "absolute size-8 bg-white rounded-lg flex justify-center items-center z-20",
16244
+ className: " size-8 bg-white rounded-lg flex justify-center items-center z-20",
16241
16245
  style: {
16242
- bottom: "-8px",
16243
- left: "-8px",
16246
+ position: onlyImage ? "absolute" : "relative",
16247
+ bottom: onlyImage ? "-8px" : "auto",
16248
+ left: onlyImage ? "-8px" : "auto",
16244
16249
  boxShadow: "0 1px 2px 0 rgba(228, 229, 231, 0.24)",
16245
16250
  width: "2rem",
16246
16251
  height: "2rem",
@@ -27183,7 +27188,7 @@ function _taggedTemplateLiteral(e3, t3) {
27183
27188
 
27184
27189
  // node_modules/react-select/dist/index-641ee5b8.esm.js
27185
27190
  import { useContext as useContext9, useRef as useRef13, useState as useState16, useMemo as useMemo7, useCallback as useCallback7, createContext as createContext5 } from "react";
27186
- import { createPortal as createPortal5 } from "react-dom";
27191
+ import { createPortal as createPortal6 } from "react-dom";
27187
27192
 
27188
27193
  // node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js
27189
27194
  import { useLayoutEffect as useLayoutEffect4 } from "react";
@@ -27686,7 +27691,7 @@ var MenuPortal = function MenuPortal2(props) {
27686
27691
  }), innerProps), children);
27687
27692
  return jsx83(PortalPlacementContext.Provider, {
27688
27693
  value: portalPlacementContext
27689
- }, appendTo ? /* @__PURE__ */ createPortal5(menuWrapper, appendTo) : menuWrapper);
27694
+ }, appendTo ? /* @__PURE__ */ createPortal6(menuWrapper, appendTo) : menuWrapper);
27690
27695
  };
27691
27696
  var containerCSS = function containerCSS2(_ref3) {
27692
27697
  var isDisabled = _ref3.isDisabled, isRtl = _ref3.isRtl;
@@ -32529,7 +32534,7 @@ var StatusDropdownField = (props) => {
32529
32534
  };
32530
32535
 
32531
32536
  // src/widgets/basic/many2many-field/many2many.tsx
32532
- import { createPortal as createPortal6 } from "react-dom";
32537
+ import { createPortal as createPortal7 } from "react-dom";
32533
32538
  import { useEffect as useEffect27 } from "react";
32534
32539
  import { jsx as jsx108, jsxs as jsxs73 } from "react/jsx-runtime";
32535
32540
  var Many2ManyField = (props) => {
@@ -32604,7 +32609,7 @@ var Many2ManyField = (props) => {
32604
32609
  typeof setGroupByList === "function" && setGroupByList(null);
32605
32610
  };
32606
32611
  }, [selectedTags]);
32607
- return createPortal6(
32612
+ return createPortal7(
32608
32613
  /* @__PURE__ */ jsxs73(
32609
32614
  "div",
32610
32615
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",