@pdg/react-form 1.2.13 → 1.2.15

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
@@ -1648,7 +1648,7 @@ var PFormBlock = function PFormBlock(t0) {
1648
1648
  };var _templateObject$g;
1649
1649
  var StyledWrapGrid = material.styled(material.Grid)(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral(["\n width: 100%;\n"])));var _excluded$A = ["variant", "size", "color", "spacing", "focused", "labelShrink", "fullWidth"];
1650
1650
  var PFormRow = function PFormRow(t0) {
1651
- var $ = compilerRuntime.c(73);
1651
+ var $ = compilerRuntime.c(74);
1652
1652
  var ref = t0.ref,
1653
1653
  initVariant = t0.variant,
1654
1654
  initSize = t0.size,
@@ -1662,6 +1662,7 @@ var PFormRow = function PFormRow(t0) {
1662
1662
  line = t0.line,
1663
1663
  lineVerticalMargin = t0.lineVerticalMargin,
1664
1664
  fullHeight = t0.fullHeight,
1665
+ endAdornment = t0.endAdornment,
1665
1666
  hidden = t0.hidden,
1666
1667
  error = t0.error,
1667
1668
  warning = t0.warning,
@@ -1843,7 +1844,7 @@ var PFormRow = function PFormRow(t0) {
1843
1844
  t9 = $[31];
1844
1845
  }
1845
1846
  var t10;
1846
- if ($[32] !== className || $[33] !== color || $[34] !== error || $[35] !== hidden || $[36] !== icon || $[37] !== label || $[38] !== line || $[39] !== lineVerticalMargin || $[40] !== size || $[41] !== warning) {
1847
+ if ($[32] !== className || $[33] !== color || $[34] !== endAdornment || $[35] !== error || $[36] !== hidden || $[37] !== icon || $[38] !== label || $[39] !== line || $[40] !== lineVerticalMargin || $[41] !== size || $[42] !== warning) {
1847
1848
  t10 = (icon || label || line) && /*#__PURE__*/React.createElement(PFormDivider, {
1848
1849
  className: classNames(className, "PFormRow-header"),
1849
1850
  size: size,
@@ -1854,55 +1855,57 @@ var PFormRow = function PFormRow(t0) {
1854
1855
  error: error,
1855
1856
  warning: warning,
1856
1857
  lineVerticalMargin: lineVerticalMargin,
1857
- hidden: hidden
1858
+ hidden: hidden,
1859
+ endAdornment: endAdornment
1858
1860
  });
1859
1861
  $[32] = className;
1860
1862
  $[33] = color;
1861
- $[34] = error;
1862
- $[35] = hidden;
1863
- $[36] = icon;
1864
- $[37] = label;
1865
- $[38] = line;
1866
- $[39] = lineVerticalMargin;
1867
- $[40] = size;
1868
- $[41] = warning;
1869
- $[42] = t10;
1863
+ $[34] = endAdornment;
1864
+ $[35] = error;
1865
+ $[36] = hidden;
1866
+ $[37] = icon;
1867
+ $[38] = label;
1868
+ $[39] = line;
1869
+ $[40] = lineVerticalMargin;
1870
+ $[41] = size;
1871
+ $[42] = warning;
1872
+ $[43] = t10;
1870
1873
  } else {
1871
- t10 = $[42];
1874
+ t10 = $[43];
1872
1875
  }
1873
1876
  var t11;
1874
- if ($[43] === Symbol["for"]("react.memo_cache_sentinel")) {
1877
+ if ($[44] === Symbol["for"]("react.memo_cache_sentinel")) {
1875
1878
  t11 = {
1876
1879
  xs: 12
1877
1880
  };
1878
- $[43] = t11;
1881
+ $[44] = t11;
1879
1882
  } else {
1880
- t11 = $[43];
1883
+ t11 = $[44];
1881
1884
  }
1882
1885
  var t12;
1883
- if ($[44] !== fullHeight) {
1886
+ if ($[45] !== fullHeight) {
1884
1887
  t12 = fullHeight ? {
1885
1888
  height: "100%"
1886
1889
  } : undefined;
1887
- $[44] = fullHeight;
1888
- $[45] = t12;
1890
+ $[45] = fullHeight;
1891
+ $[46] = t12;
1889
1892
  } else {
1890
- t12 = $[45];
1893
+ t12 = $[46];
1891
1894
  }
1892
1895
  var t13 = fullHeight ? "100%" : undefined;
1893
1896
  var t14;
1894
- if ($[46] !== t13) {
1897
+ if ($[47] !== t13) {
1895
1898
  t14 = {
1896
1899
  flexWrap: "nowrap",
1897
1900
  height: t13
1898
1901
  };
1899
- $[46] = t13;
1900
- $[47] = t14;
1902
+ $[47] = t13;
1903
+ $[48] = t14;
1901
1904
  } else {
1902
- t14 = $[47];
1905
+ t14 = $[48];
1903
1906
  }
1904
1907
  var t15;
1905
- if ($[48] !== children || $[49] !== spacing || $[50] !== t14) {
1908
+ if ($[49] !== children || $[50] !== spacing || $[51] !== t14) {
1906
1909
  t15 = /*#__PURE__*/React.createElement(material.Grid, {
1907
1910
  className: "PFormRow-content",
1908
1911
  container: true,
@@ -1910,57 +1913,57 @@ var PFormRow = function PFormRow(t0) {
1910
1913
  direction: "row",
1911
1914
  style: t14
1912
1915
  }, children);
1913
- $[48] = children;
1914
- $[49] = spacing;
1915
- $[50] = t14;
1916
- $[51] = t15;
1916
+ $[49] = children;
1917
+ $[50] = spacing;
1918
+ $[51] = t14;
1919
+ $[52] = t15;
1917
1920
  } else {
1918
- t15 = $[51];
1921
+ t15 = $[52];
1919
1922
  }
1920
1923
  var t16;
1921
- if ($[52] !== error || $[53] !== helperText) {
1924
+ if ($[53] !== error || $[54] !== helperText) {
1922
1925
  t16 = helperText && /*#__PURE__*/React.createElement(material.FormHelperText, {
1923
1926
  className: "PFormRow-helper-text",
1924
1927
  component: "div",
1925
1928
  error: error
1926
1929
  }, helperText);
1927
- $[52] = error;
1928
- $[53] = helperText;
1929
- $[54] = t16;
1930
+ $[53] = error;
1931
+ $[54] = helperText;
1932
+ $[55] = t16;
1930
1933
  } else {
1931
- t16 = $[54];
1934
+ t16 = $[55];
1932
1935
  }
1933
1936
  var t17;
1934
- if ($[55] !== t12 || $[56] !== t15 || $[57] !== t16) {
1937
+ if ($[56] !== t12 || $[57] !== t15 || $[58] !== t16) {
1935
1938
  t17 = /*#__PURE__*/React.createElement(StyledWrapGrid, {
1936
1939
  size: t11,
1937
1940
  className: "PFormRow-body",
1938
1941
  style: t12
1939
1942
  }, t15, t16);
1940
- $[55] = t12;
1941
- $[56] = t15;
1942
- $[57] = t16;
1943
- $[58] = t17;
1943
+ $[56] = t12;
1944
+ $[57] = t15;
1945
+ $[58] = t16;
1946
+ $[59] = t17;
1944
1947
  } else {
1945
- t17 = $[58];
1948
+ t17 = $[59];
1946
1949
  }
1947
1950
  var t18;
1948
- if ($[59] !== spacing || $[60] !== t10 || $[61] !== t17 || $[62] !== t9) {
1951
+ if ($[60] !== spacing || $[61] !== t10 || $[62] !== t17 || $[63] !== t9) {
1949
1952
  t18 = /*#__PURE__*/React.createElement(material.Grid, {
1950
1953
  container: true,
1951
1954
  spacing: spacing,
1952
1955
  style: t9
1953
1956
  }, t10, t17);
1954
- $[59] = spacing;
1955
- $[60] = t10;
1956
- $[61] = t17;
1957
- $[62] = t9;
1958
- $[63] = t18;
1957
+ $[60] = spacing;
1958
+ $[61] = t10;
1959
+ $[62] = t17;
1960
+ $[63] = t9;
1961
+ $[64] = t18;
1959
1962
  } else {
1960
- t18 = $[63];
1963
+ t18 = $[64];
1961
1964
  }
1962
1965
  var t19;
1963
- if ($[64] !== ref || $[65] !== style_0 || $[66] !== sx || $[67] !== t18 || $[68] !== t8) {
1966
+ if ($[65] !== ref || $[66] !== style_0 || $[67] !== sx || $[68] !== t18 || $[69] !== t8) {
1964
1967
  t19 = /*#__PURE__*/React.createElement(material.Grid, {
1965
1968
  ref: ref,
1966
1969
  size: t7,
@@ -1968,25 +1971,25 @@ var PFormRow = function PFormRow(t0) {
1968
1971
  style: style_0,
1969
1972
  sx: sx
1970
1973
  }, t18);
1971
- $[64] = ref;
1972
- $[65] = style_0;
1973
- $[66] = sx;
1974
- $[67] = t18;
1975
- $[68] = t8;
1976
- $[69] = t19;
1974
+ $[65] = ref;
1975
+ $[66] = style_0;
1976
+ $[67] = sx;
1977
+ $[68] = t18;
1978
+ $[69] = t8;
1979
+ $[70] = t19;
1977
1980
  } else {
1978
- t19 = $[69];
1981
+ t19 = $[70];
1979
1982
  }
1980
1983
  var t20;
1981
- if ($[70] !== t19 || $[71] !== t6) {
1984
+ if ($[71] !== t19 || $[72] !== t6) {
1982
1985
  t20 = /*#__PURE__*/React.createElement(PFormContextProvider, {
1983
1986
  value: t6
1984
1987
  }, t19);
1985
- $[70] = t19;
1986
- $[71] = t6;
1987
- $[72] = t20;
1988
+ $[71] = t19;
1989
+ $[72] = t6;
1990
+ $[73] = t20;
1988
1991
  } else {
1989
- t20 = $[72];
1992
+ t20 = $[73];
1990
1993
  }
1991
1994
  return t20;
1992
1995
  };var _templateObject$f, _templateObject2$8, _templateObject3$4;
@@ -11174,7 +11177,7 @@ _PFormTextEditor.apiKey = '';
11174
11177
  function _temp$m() {
11175
11178
  return "PFormTextEditor";
11176
11179
  }function PFormAutocomplete(t0) {
11177
- var $ = compilerRuntime.c(252);
11180
+ var $ = compilerRuntime.c(254);
11178
11181
  var ref = t0.ref,
11179
11182
  initVariant = t0.variant,
11180
11183
  initSize = t0.size,
@@ -11215,7 +11218,7 @@ function _temp$m() {
11215
11218
  onRenderItem = t0.onRenderItem,
11216
11219
  onRenderTag = t0.onRenderTag,
11217
11220
  onRenderValue = t0.onRenderValue,
11218
- onGetComponentValue = t0.onGetComponentValue,
11221
+ onGetDisplayValue = t0.onGetDisplayValue,
11219
11222
  onAddItem = t0.onAddItem,
11220
11223
  getOptionDisabled = t0.getOptionDisabled,
11221
11224
  onChange = t0.onChange,
@@ -11712,50 +11715,49 @@ function _temp$m() {
11712
11715
  componentValue = _useState22[0],
11713
11716
  setComponentValue = _useState22[1];
11714
11717
  var t29;
11715
- if ($[67] !== componentValue || $[68] !== computedComponentValue_0 || $[69] !== onGetComponentValue) {
11718
+ if ($[67] !== componentValue || $[68] !== computedComponentValue_0) {
11716
11719
  t29 = function t29() {
11717
11720
  if (componentValue && computedComponentValue_0 && compare.equal(componentValue, computedComponentValue_0)) ; else {
11718
- setComponentValue(onGetComponentValue ? onGetComponentValue(computedComponentValue_0) : computedComponentValue_0);
11721
+ setComponentValue(computedComponentValue_0);
11719
11722
  }
11720
11723
  };
11721
11724
  $[67] = componentValue;
11722
11725
  $[68] = computedComponentValue_0;
11723
- $[69] = onGetComponentValue;
11724
- $[70] = t29;
11726
+ $[69] = t29;
11725
11727
  } else {
11726
- t29 = $[70];
11728
+ t29 = $[69];
11727
11729
  }
11728
11730
  var t30;
11729
- if ($[71] !== computedComponentValue_0) {
11731
+ if ($[70] !== computedComponentValue_0) {
11730
11732
  t30 = [computedComponentValue_0];
11731
- $[71] = computedComponentValue_0;
11732
- $[72] = t30;
11733
+ $[70] = computedComponentValue_0;
11734
+ $[71] = t30;
11733
11735
  } else {
11734
- t30 = $[72];
11736
+ t30 = $[71];
11735
11737
  }
11736
11738
  reactHook.useChanged(t29, t30);
11737
11739
  var t31;
11738
- if ($[73] === Symbol["for"]("react.memo_cache_sentinel")) {
11740
+ if ($[72] === Symbol["for"]("react.memo_cache_sentinel")) {
11739
11741
  t31 = function t31() {
11740
11742
  setIsOnGetItemLoading(true);
11741
11743
  };
11742
- $[73] = t31;
11744
+ $[72] = t31;
11743
11745
  } else {
11744
- t31 = $[73];
11746
+ t31 = $[72];
11745
11747
  }
11746
11748
  var showOnGetItemLoading = t31;
11747
11749
  var t32;
11748
- if ($[74] === Symbol["for"]("react.memo_cache_sentinel")) {
11750
+ if ($[73] === Symbol["for"]("react.memo_cache_sentinel")) {
11749
11751
  t32 = function t32() {
11750
11752
  setIsOnGetItemLoading(false);
11751
11753
  };
11752
- $[74] = t32;
11754
+ $[73] = t32;
11753
11755
  } else {
11754
- t32 = $[74];
11756
+ t32 = $[73];
11755
11757
  }
11756
11758
  var hideOnGetItemLoading = t32;
11757
11759
  var t33;
11758
- if ($[75] !== async || $[76] !== onLoadItemsRef || $[77] !== setItems) {
11760
+ if ($[74] !== async || $[75] !== onLoadItemsRef || $[76] !== setItems) {
11759
11761
  t33 = function t33() {
11760
11762
  if (!async && onLoadItemsRef.current) {
11761
11763
  showOnGetItemLoading();
@@ -11765,44 +11767,44 @@ function _temp$m() {
11765
11767
  });
11766
11768
  }
11767
11769
  };
11768
- $[75] = async;
11769
- $[76] = onLoadItemsRef;
11770
- $[77] = setItems;
11771
- $[78] = t33;
11770
+ $[74] = async;
11771
+ $[75] = onLoadItemsRef;
11772
+ $[76] = setItems;
11773
+ $[77] = t33;
11772
11774
  } else {
11773
- t33 = $[78];
11775
+ t33 = $[77];
11774
11776
  }
11775
11777
  var t34;
11776
- if ($[79] === Symbol["for"]("react.memo_cache_sentinel")) {
11778
+ if ($[78] === Symbol["for"]("react.memo_cache_sentinel")) {
11777
11779
  t34 = [];
11778
- $[79] = t34;
11780
+ $[78] = t34;
11779
11781
  } else {
11780
- t34 = $[79];
11782
+ t34 = $[78];
11781
11783
  }
11782
11784
  reactHook.useEventEffect(t33, t34);
11783
11785
  var t35;
11784
- if ($[80] !== getFinalValueRef || $[81] !== updateValue || $[82] !== valueRef) {
11786
+ if ($[79] !== getFinalValueRef || $[80] !== updateValue || $[81] !== valueRef) {
11785
11787
  t35 = function t35() {
11786
11788
  updateValue(getFinalValueRef.current(valueRef.current));
11787
11789
  };
11788
- $[80] = getFinalValueRef;
11789
- $[81] = updateValue;
11790
- $[82] = valueRef;
11791
- $[83] = t35;
11790
+ $[79] = getFinalValueRef;
11791
+ $[80] = updateValue;
11792
+ $[81] = valueRef;
11793
+ $[82] = t35;
11792
11794
  } else {
11793
- t35 = $[83];
11795
+ t35 = $[82];
11794
11796
  }
11795
11797
  var t36;
11796
- if ($[84] !== multiple) {
11798
+ if ($[83] !== multiple) {
11797
11799
  t36 = [multiple];
11798
- $[84] = multiple;
11799
- $[85] = t36;
11800
+ $[83] = multiple;
11801
+ $[84] = t36;
11800
11802
  } else {
11801
- t36 = $[85];
11803
+ t36 = $[84];
11802
11804
  }
11803
11805
  reactHook.useFirstSkipEffect(t35, t36);
11804
11806
  var t37;
11805
- if ($[86] !== async || $[87] !== onAsyncLoadValueItemRef || $[88] !== setItems || $[89] !== valueItem || $[90] !== value_2) {
11807
+ if ($[85] !== async || $[86] !== onAsyncLoadValueItemRef || $[87] !== setItems || $[88] !== valueItem || $[89] !== value_2) {
11806
11808
  t37 = function t37() {
11807
11809
  if (async && onAsyncLoadValueItemRef.current) {
11808
11810
  if (value_2 != null) {
@@ -11823,28 +11825,28 @@ function _temp$m() {
11823
11825
  }
11824
11826
  }
11825
11827
  };
11826
- $[86] = async;
11827
- $[87] = onAsyncLoadValueItemRef;
11828
- $[88] = setItems;
11829
- $[89] = valueItem;
11830
- $[90] = value_2;
11831
- $[91] = t37;
11828
+ $[85] = async;
11829
+ $[86] = onAsyncLoadValueItemRef;
11830
+ $[87] = setItems;
11831
+ $[88] = valueItem;
11832
+ $[89] = value_2;
11833
+ $[90] = t37;
11832
11834
  } else {
11833
- t37 = $[91];
11835
+ t37 = $[90];
11834
11836
  }
11835
11837
  var t38;
11836
- if ($[92] !== async || $[93] !== valueItem || $[94] !== value_2) {
11838
+ if ($[91] !== async || $[92] !== valueItem || $[93] !== value_2) {
11837
11839
  t38 = [async, value_2, valueItem];
11838
- $[92] = async;
11839
- $[93] = valueItem;
11840
- $[94] = value_2;
11841
- $[95] = t38;
11840
+ $[91] = async;
11841
+ $[92] = valueItem;
11842
+ $[93] = value_2;
11843
+ $[94] = t38;
11842
11844
  } else {
11843
- t38 = $[95];
11845
+ t38 = $[94];
11844
11846
  }
11845
11847
  reactHook.useEventEffect(t37, t38);
11846
11848
  var t39;
11847
- if ($[96] !== async || $[97] !== asyncTimeoutRef || $[98] !== componentValue || $[99] !== inputValue || $[100] !== onLoadItems || $[101] !== setAsyncTimeout || $[102] !== setItems) {
11849
+ if ($[95] !== async || $[96] !== asyncTimeoutRef || $[97] !== componentValue || $[98] !== inputValue || $[99] !== onLoadItems || $[100] !== setAsyncTimeout || $[101] !== setItems) {
11848
11850
  t39 = function t39() {
11849
11851
  if (async && onLoadItems) {
11850
11852
  reactHook.clearTimeoutRef(asyncTimeoutRef);
@@ -11884,231 +11886,231 @@ function _temp$m() {
11884
11886
  }
11885
11887
  }
11886
11888
  };
11887
- $[96] = async;
11888
- $[97] = asyncTimeoutRef;
11889
- $[98] = componentValue;
11890
- $[99] = inputValue;
11891
- $[100] = onLoadItems;
11892
- $[101] = setAsyncTimeout;
11893
- $[102] = setItems;
11894
- $[103] = t39;
11889
+ $[95] = async;
11890
+ $[96] = asyncTimeoutRef;
11891
+ $[97] = componentValue;
11892
+ $[98] = inputValue;
11893
+ $[99] = onLoadItems;
11894
+ $[100] = setAsyncTimeout;
11895
+ $[101] = setItems;
11896
+ $[102] = t39;
11895
11897
  } else {
11896
- t39 = $[103];
11898
+ t39 = $[102];
11897
11899
  }
11898
11900
  var t40;
11899
- if ($[104] !== async || $[105] !== inputValue) {
11901
+ if ($[103] !== async || $[104] !== inputValue) {
11900
11902
  t40 = [async, inputValue];
11901
- $[104] = async;
11902
- $[105] = inputValue;
11903
- $[106] = t40;
11903
+ $[103] = async;
11904
+ $[104] = inputValue;
11905
+ $[105] = t40;
11904
11906
  } else {
11905
- t40 = $[106];
11907
+ t40 = $[105];
11906
11908
  }
11907
11909
  reactHook.useEventEffect(t39, t40);
11908
11910
  var t41;
11909
- if ($[107] === Symbol["for"]("react.memo_cache_sentinel")) {
11911
+ if ($[106] === Symbol["for"]("react.memo_cache_sentinel")) {
11910
11912
  t41 = function t41() {
11911
11913
  var _textFieldRef$current;
11912
11914
  (_textFieldRef$current = textFieldRef.current) === null || _textFieldRef$current === void 0 || _textFieldRef$current.focus();
11913
11915
  };
11914
- $[107] = t41;
11916
+ $[106] = t41;
11915
11917
  } else {
11916
- t41 = $[107];
11918
+ t41 = $[106];
11917
11919
  }
11918
11920
  var focus = t41;
11919
11921
  var t42;
11920
- if ($[108] !== name) {
11922
+ if ($[107] !== name) {
11921
11923
  t42 = function t42() {
11922
11924
  return name;
11923
11925
  };
11924
- $[108] = name;
11925
- $[109] = t42;
11926
+ $[107] = name;
11927
+ $[108] = t42;
11926
11928
  } else {
11927
- t42 = $[109];
11929
+ t42 = $[108];
11928
11930
  }
11929
11931
  var t43;
11930
- if ($[110] !== getFinalValueRef || $[111] !== initValueRef) {
11932
+ if ($[109] !== getFinalValueRef || $[110] !== initValueRef) {
11931
11933
  t43 = function t43() {
11932
11934
  return getFinalValueRef.current(initValueRef.current);
11933
11935
  };
11934
- $[110] = getFinalValueRef;
11935
- $[111] = initValueRef;
11936
- $[112] = t43;
11936
+ $[109] = getFinalValueRef;
11937
+ $[110] = initValueRef;
11938
+ $[111] = t43;
11937
11939
  } else {
11938
- t43 = $[112];
11940
+ t43 = $[111];
11939
11941
  }
11940
11942
  var t44;
11941
- if ($[113] !== initValueRef || $[114] !== updateValue) {
11943
+ if ($[112] !== initValueRef || $[113] !== updateValue) {
11942
11944
  t44 = function t44() {
11943
11945
  return updateValue(initValueRef.current);
11944
11946
  };
11945
- $[113] = initValueRef;
11946
- $[114] = updateValue;
11947
- $[115] = t44;
11947
+ $[112] = initValueRef;
11948
+ $[113] = updateValue;
11949
+ $[114] = t44;
11948
11950
  } else {
11949
- t44 = $[115];
11951
+ t44 = $[114];
11950
11952
  }
11951
11953
  var t45;
11952
- if ($[116] !== valueRef) {
11954
+ if ($[115] !== valueRef) {
11953
11955
  t45 = function t45() {
11954
11956
  return valueRef.current;
11955
11957
  };
11956
- $[116] = valueRef;
11957
- $[117] = t45;
11958
+ $[115] = valueRef;
11959
+ $[116] = t45;
11958
11960
  } else {
11959
- t45 = $[117];
11961
+ t45 = $[116];
11960
11962
  }
11961
11963
  var t46;
11962
- if ($[118] !== updateValue) {
11964
+ if ($[117] !== updateValue) {
11963
11965
  t46 = function t46(newValue_4) {
11964
11966
  return updateValue(newValue_4);
11965
11967
  };
11966
- $[118] = updateValue;
11967
- $[119] = t46;
11968
+ $[117] = updateValue;
11969
+ $[118] = t46;
11968
11970
  } else {
11969
- t46 = $[119];
11971
+ t46 = $[118];
11970
11972
  }
11971
11973
  var t47;
11972
- if ($[120] !== dataRef) {
11974
+ if ($[119] !== dataRef) {
11973
11975
  t47 = function t47() {
11974
11976
  return dataRef.current;
11975
11977
  };
11976
- $[120] = dataRef;
11977
- $[121] = t47;
11978
+ $[119] = dataRef;
11979
+ $[120] = t47;
11978
11980
  } else {
11979
- t47 = $[121];
11981
+ t47 = $[120];
11980
11982
  }
11981
11983
  var t48;
11982
- if ($[122] !== setData) {
11984
+ if ($[121] !== setData) {
11983
11985
  t48 = function t48(data_0) {
11984
11986
  return setData(data_0);
11985
11987
  };
11986
- $[122] = setData;
11987
- $[123] = t48;
11988
+ $[121] = setData;
11989
+ $[122] = t48;
11988
11990
  } else {
11989
- t48 = $[123];
11991
+ t48 = $[122];
11990
11992
  }
11991
11993
  var t49;
11992
- if ($[124] !== exceptValue) {
11994
+ if ($[123] !== exceptValue) {
11993
11995
  t49 = function t49() {
11994
11996
  return !!exceptValue;
11995
11997
  };
11996
- $[124] = exceptValue;
11997
- $[125] = t49;
11998
+ $[123] = exceptValue;
11999
+ $[124] = t49;
11998
12000
  } else {
11999
- t49 = $[125];
12001
+ t49 = $[124];
12000
12002
  }
12001
12003
  var t50;
12002
- if ($[126] !== disabled) {
12004
+ if ($[125] !== disabled) {
12003
12005
  t50 = function t50() {
12004
12006
  return !!disabled;
12005
12007
  };
12006
- $[126] = disabled;
12007
- $[127] = t50;
12008
+ $[125] = disabled;
12009
+ $[126] = t50;
12008
12010
  } else {
12009
- t50 = $[127];
12011
+ t50 = $[126];
12010
12012
  }
12011
12013
  var t51;
12012
- if ($[128] === Symbol["for"]("react.memo_cache_sentinel")) {
12014
+ if ($[127] === Symbol["for"]("react.memo_cache_sentinel")) {
12013
12015
  t51 = function t51(disabled_0) {
12014
12016
  return setDisabled(disabled_0);
12015
12017
  };
12016
- $[128] = t51;
12018
+ $[127] = t51;
12017
12019
  } else {
12018
- t51 = $[128];
12020
+ t51 = $[127];
12019
12021
  }
12020
12022
  var t52;
12021
- if ($[129] !== hidden) {
12023
+ if ($[128] !== hidden) {
12022
12024
  t52 = function t52() {
12023
12025
  return !!hidden;
12024
12026
  };
12025
- $[129] = hidden;
12026
- $[130] = t52;
12027
+ $[128] = hidden;
12028
+ $[129] = t52;
12027
12029
  } else {
12028
- t52 = $[130];
12030
+ t52 = $[129];
12029
12031
  }
12030
12032
  var t53;
12031
- if ($[131] === Symbol["for"]("react.memo_cache_sentinel")) {
12033
+ if ($[130] === Symbol["for"]("react.memo_cache_sentinel")) {
12032
12034
  t53 = function t53(hidden_0) {
12033
12035
  return setHidden(hidden_0);
12034
12036
  };
12035
- $[131] = t53;
12037
+ $[130] = t53;
12036
12038
  } else {
12037
- t53 = $[131];
12039
+ t53 = $[130];
12038
12040
  }
12039
12041
  var t54;
12040
- if ($[132] !== validate || $[133] !== valueRef) {
12042
+ if ($[131] !== validate || $[132] !== valueRef) {
12041
12043
  t54 = function t54() {
12042
12044
  return validate(valueRef.current);
12043
12045
  };
12044
- $[132] = validate;
12045
- $[133] = valueRef;
12046
- $[134] = t54;
12046
+ $[131] = validate;
12047
+ $[132] = valueRef;
12048
+ $[133] = t54;
12047
12049
  } else {
12048
- t54 = $[134];
12050
+ t54 = $[133];
12049
12051
  }
12050
12052
  var t55;
12051
- if ($[135] !== formValueSeparator) {
12053
+ if ($[134] !== formValueSeparator) {
12052
12054
  t55 = function t55() {
12053
12055
  return formValueSeparator;
12054
12056
  };
12055
- $[135] = formValueSeparator;
12056
- $[136] = t55;
12057
+ $[134] = formValueSeparator;
12058
+ $[135] = t55;
12057
12059
  } else {
12058
- t55 = $[136];
12060
+ t55 = $[135];
12059
12061
  }
12060
12062
  var t56;
12061
- if ($[137] !== formValueSort) {
12063
+ if ($[136] !== formValueSort) {
12062
12064
  t56 = function t56() {
12063
12065
  return !!formValueSort;
12064
12066
  };
12065
- $[137] = formValueSort;
12066
- $[138] = t56;
12067
+ $[136] = formValueSort;
12068
+ $[137] = t56;
12067
12069
  } else {
12068
- t56 = $[138];
12070
+ t56 = $[137];
12069
12071
  }
12070
12072
  var t57;
12071
- if ($[139] !== itemsRef) {
12073
+ if ($[138] !== itemsRef) {
12072
12074
  t57 = function t57() {
12073
12075
  return itemsRef.current;
12074
12076
  };
12075
- $[139] = itemsRef;
12076
- $[140] = t57;
12077
+ $[138] = itemsRef;
12078
+ $[139] = t57;
12077
12079
  } else {
12078
- t57 = $[140];
12080
+ t57 = $[139];
12079
12081
  }
12080
12082
  var t58;
12081
- if ($[141] !== multiple) {
12083
+ if ($[140] !== multiple) {
12082
12084
  t58 = function t58() {
12083
12085
  return !!multiple;
12084
12086
  };
12085
- $[141] = multiple;
12086
- $[142] = t58;
12087
+ $[140] = multiple;
12088
+ $[141] = t58;
12087
12089
  } else {
12088
- t58 = $[142];
12090
+ t58 = $[141];
12089
12091
  }
12090
12092
  var t59;
12091
- if ($[143] !== loadingRef) {
12093
+ if ($[142] !== loadingRef) {
12092
12094
  t59 = function t59() {
12093
12095
  return !!loadingRef.current;
12094
12096
  };
12095
- $[143] = loadingRef;
12096
- $[144] = t59;
12097
+ $[142] = loadingRef;
12098
+ $[143] = t59;
12097
12099
  } else {
12098
- t59 = $[144];
12100
+ t59 = $[143];
12099
12101
  }
12100
12102
  var t60;
12101
- if ($[145] !== setLoading) {
12103
+ if ($[144] !== setLoading) {
12102
12104
  t60 = function t60(loading_0) {
12103
12105
  return setLoading(loading_0);
12104
12106
  };
12105
- $[145] = setLoading;
12106
- $[146] = t60;
12107
+ $[144] = setLoading;
12108
+ $[145] = t60;
12107
12109
  } else {
12108
- t60 = $[146];
12110
+ t60 = $[145];
12109
12111
  }
12110
12112
  var t61;
12111
- if ($[147] !== async || $[148] !== onLoadItemsRef || $[149] !== setItems) {
12113
+ if ($[146] !== async || $[147] !== onLoadItemsRef || $[148] !== setItems) {
12112
12114
  t61 = function t61() {
12113
12115
  if (!async && onLoadItemsRef.current) {
12114
12116
  showOnGetItemLoading();
@@ -12119,15 +12121,15 @@ function _temp$m() {
12119
12121
  });
12120
12122
  }
12121
12123
  };
12122
- $[147] = async;
12123
- $[148] = onLoadItemsRef;
12124
- $[149] = setItems;
12125
- $[150] = t61;
12124
+ $[146] = async;
12125
+ $[147] = onLoadItemsRef;
12126
+ $[148] = setItems;
12127
+ $[149] = t61;
12126
12128
  } else {
12127
- t61 = $[150];
12129
+ t61 = $[149];
12128
12130
  }
12129
12131
  var t62;
12130
- if ($[151] !== setErrorErrorHelperText || $[152] !== setItems || $[153] !== t42 || $[154] !== t43 || $[155] !== t44 || $[156] !== t45 || $[157] !== t46 || $[158] !== t47 || $[159] !== t48 || $[160] !== t49 || $[161] !== t50 || $[162] !== t52 || $[163] !== t54 || $[164] !== t55 || $[165] !== t56 || $[166] !== t57 || $[167] !== t58 || $[168] !== t59 || $[169] !== t60 || $[170] !== t61) {
12132
+ if ($[150] !== setErrorErrorHelperText || $[151] !== setItems || $[152] !== t42 || $[153] !== t43 || $[154] !== t44 || $[155] !== t45 || $[156] !== t46 || $[157] !== t47 || $[158] !== t48 || $[159] !== t49 || $[160] !== t50 || $[161] !== t52 || $[162] !== t54 || $[163] !== t55 || $[164] !== t56 || $[165] !== t57 || $[166] !== t58 || $[167] !== t59 || $[168] !== t60 || $[169] !== t61) {
12131
12133
  t62 = {
12132
12134
  getType: _temp4,
12133
12135
  getName: t42,
@@ -12156,56 +12158,56 @@ function _temp$m() {
12156
12158
  reloadItems: t61,
12157
12159
  setInputValue: setInputValue
12158
12160
  };
12159
- $[151] = setErrorErrorHelperText;
12160
- $[152] = setItems;
12161
- $[153] = t42;
12162
- $[154] = t43;
12163
- $[155] = t44;
12164
- $[156] = t45;
12165
- $[157] = t46;
12166
- $[158] = t47;
12167
- $[159] = t48;
12168
- $[160] = t49;
12169
- $[161] = t50;
12170
- $[162] = t52;
12171
- $[163] = t54;
12172
- $[164] = t55;
12173
- $[165] = t56;
12174
- $[166] = t57;
12175
- $[167] = t58;
12176
- $[168] = t59;
12177
- $[169] = t60;
12178
- $[170] = t61;
12179
- $[171] = t62;
12180
- } else {
12181
- t62 = $[171];
12161
+ $[150] = setErrorErrorHelperText;
12162
+ $[151] = setItems;
12163
+ $[152] = t42;
12164
+ $[153] = t43;
12165
+ $[154] = t44;
12166
+ $[155] = t45;
12167
+ $[156] = t46;
12168
+ $[157] = t47;
12169
+ $[158] = t48;
12170
+ $[159] = t49;
12171
+ $[160] = t50;
12172
+ $[161] = t52;
12173
+ $[162] = t54;
12174
+ $[163] = t55;
12175
+ $[164] = t56;
12176
+ $[165] = t57;
12177
+ $[166] = t58;
12178
+ $[167] = t59;
12179
+ $[168] = t60;
12180
+ $[169] = t61;
12181
+ $[170] = t62;
12182
+ } else {
12183
+ t62 = $[170];
12182
12184
  }
12183
12185
  var commands = t62;
12184
12186
  var t63;
12185
- if ($[172] !== id || $[173] !== onAddValueItem) {
12187
+ if ($[171] !== id || $[172] !== onAddValueItem) {
12186
12188
  t63 = function t63(commands_0) {
12187
12189
  return onAddValueItem(id, commands_0);
12188
12190
  };
12189
- $[172] = id;
12190
- $[173] = onAddValueItem;
12191
- $[174] = t63;
12191
+ $[171] = id;
12192
+ $[172] = onAddValueItem;
12193
+ $[173] = t63;
12192
12194
  } else {
12193
- t63 = $[174];
12195
+ t63 = $[173];
12194
12196
  }
12195
12197
  var t64;
12196
- if ($[175] !== id || $[176] !== onRemoveValueItem) {
12198
+ if ($[174] !== id || $[175] !== onRemoveValueItem) {
12197
12199
  t64 = function t64() {
12198
12200
  return onRemoveValueItem(id);
12199
12201
  };
12200
- $[175] = id;
12201
- $[176] = onRemoveValueItem;
12202
- $[177] = t64;
12202
+ $[174] = id;
12203
+ $[175] = onRemoveValueItem;
12204
+ $[176] = t64;
12203
12205
  } else {
12204
- t64 = $[177];
12206
+ t64 = $[176];
12205
12207
  }
12206
12208
  reactHook.useForwardRef(ref, commands, t63, t64);
12207
12209
  var t65;
12208
- if ($[178] !== getFinalValueRef || $[179] !== multiple || $[180] !== name || $[181] !== onAddItem || $[182] !== onRequestSearchSubmit || $[183] !== onValueChangeByUser || $[184] !== updateValue || $[185] !== valueRef) {
12210
+ if ($[177] !== getFinalValueRef || $[178] !== multiple || $[179] !== name || $[180] !== onAddItem || $[181] !== onRequestSearchSubmit || $[182] !== onValueChangeByUser || $[183] !== updateValue || $[184] !== valueRef) {
12209
12211
  t65 = function t65(componentValue_0, reason, details) {
12210
12212
  var go = function go() {
12211
12213
  var newValue_5 = undefined;
@@ -12249,21 +12251,21 @@ function _temp$m() {
12249
12251
  go();
12250
12252
  }
12251
12253
  };
12252
- $[178] = getFinalValueRef;
12253
- $[179] = multiple;
12254
- $[180] = name;
12255
- $[181] = onAddItem;
12256
- $[182] = onRequestSearchSubmit;
12257
- $[183] = onValueChangeByUser;
12258
- $[184] = updateValue;
12259
- $[185] = valueRef;
12260
- $[186] = t65;
12254
+ $[177] = getFinalValueRef;
12255
+ $[178] = multiple;
12256
+ $[179] = name;
12257
+ $[180] = onAddItem;
12258
+ $[181] = onRequestSearchSubmit;
12259
+ $[182] = onValueChangeByUser;
12260
+ $[183] = updateValue;
12261
+ $[184] = valueRef;
12262
+ $[185] = t65;
12261
12263
  } else {
12262
- t65 = $[186];
12264
+ t65 = $[185];
12263
12265
  }
12264
12266
  var handleChange = t65;
12265
12267
  var t66;
12266
- if ($[187] !== getOptionDisabled) {
12268
+ if ($[186] !== getOptionDisabled) {
12267
12269
  t66 = function t66(option) {
12268
12270
  if (getOptionDisabled) {
12269
12271
  return option.disabled || getOptionDisabled(option);
@@ -12271,74 +12273,85 @@ function _temp$m() {
12271
12273
  return !!option.disabled;
12272
12274
  }
12273
12275
  };
12274
- $[187] = getOptionDisabled;
12275
- $[188] = t66;
12276
+ $[186] = getOptionDisabled;
12277
+ $[187] = t66;
12276
12278
  } else {
12277
- t66 = $[188];
12279
+ t66 = $[187];
12278
12280
  }
12279
12281
  var handleGetOptionDisabled = t66;
12280
- var style;
12281
- if ($[189] !== hidden || $[190] !== initStyle || $[191] !== width) {
12282
- style = _objectSpread2({
12282
+ var _style;
12283
+ if ($[188] !== hidden || $[189] !== initStyle || $[190] !== width) {
12284
+ _style = _objectSpread2({
12283
12285
  minWidth: 120
12284
12286
  }, initStyle);
12285
12287
  if (hidden) {
12286
- style.display = "none";
12288
+ _style.display = "none";
12287
12289
  }
12288
12290
  if (width != null) {
12289
- style.width = width;
12291
+ _style.width = width;
12290
12292
  }
12291
- $[189] = hidden;
12292
- $[190] = initStyle;
12293
- $[191] = width;
12294
- $[192] = style;
12293
+ $[188] = hidden;
12294
+ $[189] = initStyle;
12295
+ $[190] = width;
12296
+ $[191] = _style;
12295
12297
  } else {
12296
- style = $[192];
12298
+ _style = $[191];
12297
12299
  }
12300
+ var style = _style;
12298
12301
  var t67;
12299
- if ($[193] !== items) {
12300
- t67 = items || [];
12301
- $[193] = items;
12302
+ if ($[192] !== componentValue || $[193] !== onGetDisplayValue) {
12303
+ t67 = onGetDisplayValue ? onGetDisplayValue(componentValue) : componentValue;
12304
+ $[192] = componentValue;
12305
+ $[193] = onGetDisplayValue;
12302
12306
  $[194] = t67;
12303
12307
  } else {
12304
12308
  t67 = $[194];
12305
12309
  }
12310
+ var displayValue = t67;
12306
12311
  var t68;
12307
- if ($[195] !== className) {
12308
- t68 = classNames(className, "PFormValueItem", "PFormAutocomplete");
12309
- $[195] = className;
12312
+ if ($[195] !== items) {
12313
+ t68 = items || [];
12314
+ $[195] = items;
12310
12315
  $[196] = t68;
12311
12316
  } else {
12312
12317
  t68 = $[196];
12313
12318
  }
12314
- var t69 = !width && fullWidth;
12315
- var t70 = componentValue;
12316
- var t71 = loading || isOnGetItemLoading;
12317
- var t72;
12318
- if ($[197] !== handleChange) {
12319
- t72 = function t72(e, value_4, reason_0, details_0) {
12319
+ var t69;
12320
+ if ($[197] !== className) {
12321
+ t69 = classNames(className, "PFormValueItem", "PFormAutocomplete");
12322
+ $[197] = className;
12323
+ $[198] = t69;
12324
+ } else {
12325
+ t69 = $[198];
12326
+ }
12327
+ var t70 = !width && fullWidth;
12328
+ var t71 = displayValue;
12329
+ var t72 = loading || isOnGetItemLoading;
12330
+ var t73;
12331
+ if ($[199] !== handleChange) {
12332
+ t73 = function t73(e, value_4, reason_0, details_0) {
12320
12333
  return handleChange(value_4, reason_0, details_0);
12321
12334
  };
12322
- $[197] = handleChange;
12323
- $[198] = t72;
12335
+ $[199] = handleChange;
12336
+ $[200] = t73;
12324
12337
  } else {
12325
- t72 = $[198];
12338
+ t73 = $[200];
12326
12339
  }
12327
- var t73;
12328
- if ($[199] !== onRenderItem) {
12329
- t73 = function t73(props, option_1) {
12340
+ var t74;
12341
+ if ($[201] !== onRenderItem) {
12342
+ t74 = function t74(props, option_1) {
12330
12343
  return /*#__PURE__*/React.createElement("li", _extends({}, props, {
12331
12344
  key: "".concat(option_1.value)
12332
12345
  }), onRenderItem ? onRenderItem(option_1) : option_1.label);
12333
12346
  };
12334
- $[199] = onRenderItem;
12335
- $[200] = t73;
12347
+ $[201] = onRenderItem;
12348
+ $[202] = t74;
12336
12349
  } else {
12337
- t73 = $[200];
12350
+ t74 = $[202];
12338
12351
  }
12339
- var t74;
12340
- if ($[201] === Symbol["for"]("react.memo_cache_sentinel")) {
12341
- t74 = function t74(event, newInputValue, reason_1) {
12352
+ var t75;
12353
+ if ($[203] === Symbol["for"]("react.memo_cache_sentinel")) {
12354
+ t75 = function t75(event, newInputValue, reason_1) {
12342
12355
  if (reason_1 === "input") {
12343
12356
  setInputValue(newInputValue);
12344
12357
  } else {
@@ -12347,13 +12360,13 @@ function _temp$m() {
12347
12360
  }
12348
12361
  }
12349
12362
  };
12350
- $[201] = t74;
12363
+ $[203] = t75;
12351
12364
  } else {
12352
- t74 = $[201];
12365
+ t75 = $[203];
12353
12366
  }
12354
- var t75;
12355
- if ($[202] !== multiple || $[203] !== onRenderTag || $[204] !== onRenderValue || $[205] !== size || $[206] !== variant) {
12356
- t75 = multiple ? function (value_5, getItemProps) {
12367
+ var t76;
12368
+ if ($[204] !== multiple || $[205] !== onRenderTag || $[206] !== onRenderValue || $[207] !== size || $[208] !== variant) {
12369
+ t76 = multiple ? function (value_5, getItemProps) {
12357
12370
  if (Array.isArray(value_5)) {
12358
12371
  return value_5.map(function (option_2, index) {
12359
12372
  return /*#__PURE__*/React.createElement(material.Chip, _extends({
@@ -12387,18 +12400,18 @@ function _temp$m() {
12387
12400
  index: 0
12388
12401
  })), onRenderValue(value_6));
12389
12402
  } : undefined;
12390
- $[202] = multiple;
12391
- $[203] = onRenderTag;
12392
- $[204] = onRenderValue;
12393
- $[205] = size;
12394
- $[206] = variant;
12395
- $[207] = t75;
12403
+ $[204] = multiple;
12404
+ $[205] = onRenderTag;
12405
+ $[206] = onRenderValue;
12406
+ $[207] = size;
12407
+ $[208] = variant;
12408
+ $[209] = t76;
12396
12409
  } else {
12397
- t75 = $[207];
12410
+ t76 = $[209];
12398
12411
  }
12399
- var t76;
12400
- if ($[208] !== autoFocus || $[209] !== color || $[210] !== disabled || $[211] !== error || $[212] !== errorHelperText || $[213] !== focused || $[214] !== helperText || $[215] !== isOnGetItemLoading || $[216] !== label || $[217] !== labelIcon || $[218] !== labelShrink || $[219] !== loading || $[220] !== name || $[221] !== onBlurRef || $[222] !== onFocusRef || $[223] !== placeholder || $[224] !== readOnly || $[225] !== required || $[226] !== size || $[227] !== variant) {
12401
- t76 = function t76(params) {
12412
+ var t77;
12413
+ if ($[210] !== autoFocus || $[211] !== color || $[212] !== disabled || $[213] !== error || $[214] !== errorHelperText || $[215] !== focused || $[216] !== helperText || $[217] !== isOnGetItemLoading || $[218] !== label || $[219] !== labelIcon || $[220] !== labelShrink || $[221] !== loading || $[222] !== name || $[223] !== onBlurRef || $[224] !== onFocusRef || $[225] !== placeholder || $[226] !== readOnly || $[227] !== required || $[228] !== size || $[229] !== variant) {
12414
+ t77 = function t77(params) {
12402
12415
  var _params$inputProps;
12403
12416
  var slotProps = {
12404
12417
  input: _objectSpread2(_objectSpread2({}, params.InputProps), {}, {
@@ -12449,85 +12462,85 @@ function _temp$m() {
12449
12462
  noFormValueItem: true
12450
12463
  }));
12451
12464
  };
12452
- $[208] = autoFocus;
12453
- $[209] = color;
12454
- $[210] = disabled;
12455
- $[211] = error;
12456
- $[212] = errorHelperText;
12457
- $[213] = focused;
12458
- $[214] = helperText;
12459
- $[215] = isOnGetItemLoading;
12460
- $[216] = label;
12461
- $[217] = labelIcon;
12462
- $[218] = labelShrink;
12463
- $[219] = loading;
12464
- $[220] = name;
12465
- $[221] = onBlurRef;
12466
- $[222] = onFocusRef;
12467
- $[223] = placeholder;
12468
- $[224] = readOnly;
12469
- $[225] = required;
12470
- $[226] = size;
12471
- $[227] = variant;
12472
- $[228] = t76;
12465
+ $[210] = autoFocus;
12466
+ $[211] = color;
12467
+ $[212] = disabled;
12468
+ $[213] = error;
12469
+ $[214] = errorHelperText;
12470
+ $[215] = focused;
12471
+ $[216] = helperText;
12472
+ $[217] = isOnGetItemLoading;
12473
+ $[218] = label;
12474
+ $[219] = labelIcon;
12475
+ $[220] = labelShrink;
12476
+ $[221] = loading;
12477
+ $[222] = name;
12478
+ $[223] = onBlurRef;
12479
+ $[224] = onFocusRef;
12480
+ $[225] = placeholder;
12481
+ $[226] = readOnly;
12482
+ $[227] = required;
12483
+ $[228] = size;
12484
+ $[229] = variant;
12485
+ $[230] = t77;
12473
12486
  } else {
12474
- t76 = $[228];
12487
+ t77 = $[230];
12475
12488
  }
12476
- var t77;
12477
- if ($[229] !== disableClearable || $[230] !== disablePortal || $[231] !== disabled || $[232] !== getLimitTagsText || $[233] !== handleGetOptionDisabled || $[234] !== limitTags || $[235] !== loadingText || $[236] !== multiple || $[237] !== noOptionsText || $[238] !== openOnFocus || $[239] !== readOnly || $[240] !== style || $[241] !== sx || $[242] !== t67 || $[243] !== t68 || $[244] !== t69 || $[245] !== t70 || $[246] !== t71 || $[247] !== t72 || $[248] !== t73 || $[249] !== t75 || $[250] !== t76) {
12478
- t77 = /*#__PURE__*/React.createElement(material.Autocomplete, {
12479
- options: t67,
12480
- className: t68,
12489
+ var t78;
12490
+ if ($[231] !== disableClearable || $[232] !== disablePortal || $[233] !== disabled || $[234] !== getLimitTagsText || $[235] !== handleGetOptionDisabled || $[236] !== limitTags || $[237] !== loadingText || $[238] !== multiple || $[239] !== noOptionsText || $[240] !== openOnFocus || $[241] !== readOnly || $[242] !== style || $[243] !== sx || $[244] !== t68 || $[245] !== t69 || $[246] !== t70 || $[247] !== t71 || $[248] !== t72 || $[249] !== t73 || $[250] !== t74 || $[251] !== t76 || $[252] !== t77) {
12491
+ t78 = /*#__PURE__*/React.createElement(material.Autocomplete, {
12492
+ options: t68,
12493
+ className: t69,
12481
12494
  sx: sx,
12482
12495
  multiple: multiple,
12483
- fullWidth: t69,
12496
+ fullWidth: t70,
12484
12497
  openOnFocus: openOnFocus,
12485
12498
  disableClearable: disableClearable,
12486
12499
  disablePortal: disablePortal,
12487
12500
  noOptionsText: noOptionsText,
12488
- value: t70,
12501
+ value: t71,
12489
12502
  style: style,
12490
12503
  isOptionEqualToValue: _temp6,
12491
12504
  getOptionDisabled: handleGetOptionDisabled,
12492
12505
  disabled: disabled,
12493
12506
  readOnly: readOnly,
12494
- loading: t71,
12507
+ loading: t72,
12495
12508
  loadingText: loadingText,
12496
12509
  limitTags: limitTags,
12497
12510
  getLimitTagsText: getLimitTagsText,
12498
- onChange: t72,
12499
- renderOption: t73,
12500
- onInputChange: t74,
12501
- renderValue: t75,
12502
- renderInput: t76
12511
+ onChange: t73,
12512
+ renderOption: t74,
12513
+ onInputChange: t75,
12514
+ renderValue: t76,
12515
+ renderInput: t77
12503
12516
  });
12504
- $[229] = disableClearable;
12505
- $[230] = disablePortal;
12506
- $[231] = disabled;
12507
- $[232] = getLimitTagsText;
12508
- $[233] = handleGetOptionDisabled;
12509
- $[234] = limitTags;
12510
- $[235] = loadingText;
12511
- $[236] = multiple;
12512
- $[237] = noOptionsText;
12513
- $[238] = openOnFocus;
12514
- $[239] = readOnly;
12515
- $[240] = style;
12516
- $[241] = sx;
12517
- $[242] = t67;
12518
- $[243] = t68;
12519
- $[244] = t69;
12520
- $[245] = t70;
12521
- $[246] = t71;
12522
- $[247] = t72;
12523
- $[248] = t73;
12524
- $[249] = t75;
12525
- $[250] = t76;
12526
- $[251] = t77;
12527
- } else {
12528
- t77 = $[251];
12517
+ $[231] = disableClearable;
12518
+ $[232] = disablePortal;
12519
+ $[233] = disabled;
12520
+ $[234] = getLimitTagsText;
12521
+ $[235] = handleGetOptionDisabled;
12522
+ $[236] = limitTags;
12523
+ $[237] = loadingText;
12524
+ $[238] = multiple;
12525
+ $[239] = noOptionsText;
12526
+ $[240] = openOnFocus;
12527
+ $[241] = readOnly;
12528
+ $[242] = style;
12529
+ $[243] = sx;
12530
+ $[244] = t68;
12531
+ $[245] = t69;
12532
+ $[246] = t70;
12533
+ $[247] = t71;
12534
+ $[248] = t72;
12535
+ $[249] = t73;
12536
+ $[250] = t74;
12537
+ $[251] = t76;
12538
+ $[252] = t77;
12539
+ $[253] = t78;
12540
+ } else {
12541
+ t78 = $[253];
12529
12542
  }
12530
- return t77;
12543
+ return t78;
12531
12544
  }
12532
12545
  function _temp6(option_0, value_3) {
12533
12546
  return option_0.value === value_3.value;