@fctc/sme-widget-ui 1.5.5 → 1.5.6

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
@@ -33467,6 +33467,7 @@ var Many2ManyTagField = (props) => {
33467
33467
  menuPortalTarget: typeof window !== "undefined" ? document.body : null,
33468
33468
  value: filteredValue,
33469
33469
  onChange: handleChange,
33470
+ menuPlacement: "auto",
33470
33471
  placeholder: readonly ? "" : instance.t("choose_place"),
33471
33472
  classNames: isEditTable ? {
33472
33473
  valueContainer: () => "overflow-unset !px-0",
package/dist/index.mjs CHANGED
@@ -33348,6 +33348,7 @@ var Many2ManyTagField = (props) => {
33348
33348
  menuPortalTarget: typeof window !== "undefined" ? document.body : null,
33349
33349
  value: filteredValue,
33350
33350
  onChange: handleChange,
33351
+ menuPlacement: "auto",
33351
33352
  placeholder: readonly ? "" : instance.t("choose_place"),
33352
33353
  classNames: isEditTable ? {
33353
33354
  valueContainer: () => "overflow-unset !px-0",
package/dist/widgets.js CHANGED
@@ -33093,6 +33093,7 @@ var Many2ManyTagField = (props) => {
33093
33093
  menuPortalTarget: typeof window !== "undefined" ? document.body : null,
33094
33094
  value: filteredValue,
33095
33095
  onChange: handleChange,
33096
+ menuPlacement: "auto",
33096
33097
  placeholder: readonly ? "" : instance.t("choose_place"),
33097
33098
  classNames: isEditTable ? {
33098
33099
  valueContainer: () => "overflow-unset !px-0",
package/dist/widgets.mjs CHANGED
@@ -33030,6 +33030,7 @@ var Many2ManyTagField = (props) => {
33030
33030
  menuPortalTarget: typeof window !== "undefined" ? document.body : null,
33031
33031
  value: filteredValue,
33032
33032
  onChange: handleChange,
33033
+ menuPlacement: "auto",
33033
33034
  placeholder: readonly ? "" : instance.t("choose_place"),
33034
33035
  classNames: isEditTable ? {
33035
33036
  valueContainer: () => "overflow-unset !px-0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",