@xaypay/tui 0.3.0 → 0.3.1

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.es.js CHANGED
@@ -624,6 +624,7 @@ var packageResult = {
624
624
  marginTop: '10px',
625
625
  iconMargin: '10px',
626
626
  lineHeight: '19px',
627
+ inContent: false,
627
628
  box: {
628
629
  shadow: '0 0 0 1px #F20918'
629
630
  },
@@ -827,6 +828,7 @@ var packageResult = {
827
828
  colors: {
828
829
  hover: '#373538',
829
830
  background: presetColors.extraLight,
831
+ placeholderDisable: presetColors.dark,
830
832
  backgroundDisable: presetColors.secondary
831
833
  },
832
834
  font: {
@@ -865,6 +867,7 @@ var packageResult = {
865
867
  color: 'rgb(238, 0, 0)',
866
868
  marginTop: '10px',
867
869
  zIndex: 10,
870
+ inContent: false,
868
871
  box: {
869
872
  shadow: `0 0 0 2px ${presetColors.danger}`
870
873
  },
@@ -895,7 +898,8 @@ var packageResult = {
895
898
  sizing: boxSizing,
896
899
  shadow: `0 0 0 2px ${presetColors.secondary}`,
897
900
  // like border
898
-
901
+ width: '2px',
902
+ // like border width
899
903
  colors: {
900
904
  hover: `0 0 0 2px ${presetColors.dark}`,
901
905
  // like border color
@@ -1048,6 +1052,7 @@ var packageResult = {
1048
1052
  error: {
1049
1053
  color: presetColors.danger,
1050
1054
  marginTop: '10px',
1055
+ inContent: false,
1051
1056
  font: {
1052
1057
  ...fontObject
1053
1058
  },
@@ -1083,10 +1088,9 @@ var packageResult = {
1083
1088
  width: '27.8rem',
1084
1089
  height: 'auto'
1085
1090
  },
1086
- or: 'կամ',
1087
1091
  upload: 'Բեռնել',
1088
1092
  uploadColor: presetColors.success,
1089
- putFileHere: 'Տեղադրել ֆայլը այստեղ',
1093
+ putFileHere: 'Տեղադրել ֆայլը այստեղ կամ',
1090
1094
  sizeText: 'Առավելագույնը',
1091
1095
  timeForRemoveError: 4000,
1092
1096
  extentionsRowMarginTop: '40px',
@@ -1130,11 +1134,13 @@ var packageResult = {
1130
1134
  },
1131
1135
  error: {
1132
1136
  color: presetColors.danger,
1137
+ marginTop: '6px',
1133
1138
  font: {
1134
1139
  ...fontObject
1135
1140
  },
1136
1141
  format: 'ֆայլի սխալ ֆորմատ',
1137
1142
  maxSize: 'Առավելագույն ծավալ',
1143
+ formatValidate: 'Վնասված ֆայլ',
1138
1144
  noChoosenFile: 'Ֆայլը ընտրված չէ'
1139
1145
  },
1140
1146
  progress: {
@@ -1202,10 +1208,9 @@ var packageResult = {
1202
1208
  height: '',
1203
1209
  maxWidth: '95%',
1204
1210
  minWidth: '320px',
1205
- maxHeight: '95vh',
1211
+ maxHeight: '95dvh',
1206
1212
  minHeight: '200px',
1207
- radius: '14px',
1208
- noScroll: false,
1213
+ underScroll: false,
1209
1214
  padding: '20px 20px 20px',
1210
1215
  className: '',
1211
1216
  alignItems: 'center',
@@ -1215,7 +1220,8 @@ var packageResult = {
1215
1220
  border: {
1216
1221
  width: '20px',
1217
1222
  style: 'solid',
1218
- color: transparent
1223
+ color: transparent,
1224
+ radius: '14px'
1219
1225
  },
1220
1226
  colors: {
1221
1227
  background: 'white',
@@ -1259,8 +1265,8 @@ var packageResult = {
1259
1265
  // default properties for <SwipeModal /> component
1260
1266
  SWIPEMODAL: {
1261
1267
  width: '300px',
1262
- height: '100vh',
1263
- noScroll: false,
1268
+ height: '100dvh',
1269
+ underScroll: false,
1264
1270
  titleStyle: {
1265
1271
  color: '#1C212D',
1266
1272
  textAlign: 'left',
@@ -1272,7 +1278,7 @@ var packageResult = {
1272
1278
  },
1273
1279
  parent: {
1274
1280
  width: '100%',
1275
- height: '100vh',
1281
+ height: '100dvh',
1276
1282
  colors: {
1277
1283
  background: 'rgba(60, 61, 70, 0.2)'
1278
1284
  }
@@ -1845,16 +1851,15 @@ styleInject(css_248z$d);
1845
1851
 
1846
1852
  // eslint-disable-next-line react/display-name
1847
1853
  const File = /*#__PURE__*/forwardRef(({
1848
- or,
1849
- size,
1850
1854
  name,
1851
1855
  color,
1852
- style,
1853
- weight,
1854
- family,
1855
1856
  height,
1856
- radius,
1857
1857
  change,
1858
+ fontSize,
1859
+ fontStyle,
1860
+ fontFamily,
1861
+ fontWeight,
1862
+ borderRadius,
1858
1863
  borderWidth,
1859
1864
  borderStyle,
1860
1865
  borderColor,
@@ -1864,17 +1869,18 @@ const File = /*#__PURE__*/forwardRef(({
1864
1869
  multiple,
1865
1870
  required,
1866
1871
  className,
1867
- errorSize,
1868
- errorStyle,
1869
- errorWeight,
1870
- errorFamily,
1872
+ errorFontSize,
1873
+ errorFontStyle,
1874
+ errorFontWeight,
1875
+ errorFontFamily,
1876
+ errorMarginTop,
1871
1877
  label,
1872
- labelSize,
1873
1878
  labelColor,
1874
- labelStyle,
1875
- labelWeight,
1876
- labelFamily,
1877
1879
  lableShowMore,
1880
+ labelFontSize,
1881
+ labelFontStyle,
1882
+ labelFontWeight,
1883
+ labelFontFamily,
1878
1884
  labelShowLessText,
1879
1885
  labelShowMoreText,
1880
1886
  showMoreTextColor,
@@ -1896,6 +1902,7 @@ const File = /*#__PURE__*/forwardRef(({
1896
1902
  uploadColor,
1897
1903
  defaultData,
1898
1904
  formatError,
1905
+ formatValidateError,
1899
1906
  errorIcon,
1900
1907
  errorIconShow,
1901
1908
  errorMessage,
@@ -1979,20 +1986,211 @@ const File = /*#__PURE__*/forwardRef(({
1979
1986
  const [tooltipElem, setTooltipElem] = useState(null);
1980
1987
  const [choosenFileCount, setChoosenFileCount] = useState(0);
1981
1988
  const [image, setImage] = useState(!multiple ? defaultData ? defaultData.type !== 'application/pdf' ? defaultData.url.startsWith('data:image/heif') || defaultData.url.startsWith('data:image/heic') || defaultData.url.startsWith('data:application/octet-stream') ? 'heic' : defaultData.url : 'pdf' : null : null);
1982
- const handleCheckHeicFormat = async file => {
1989
+ const handleCheckFileFormat = async (file, type) => {
1983
1990
  const buffer = await file.arrayBuffer();
1984
1991
  const dataView = new DataView(buffer);
1985
- if (dataView.byteLength < 12) return false;
1986
- for (let i = 0; i < dataView.byteLength - 8; i++) {
1987
- if (dataView.getUint8(i) === 0x66 && dataView.getUint8(i + 1) === 0x74 && dataView.getUint8(i + 2) === 0x79 && dataView.getUint8(i + 3) === 0x70) {
1988
- const majorBrand = String.fromCharCode(dataView.getUint8(i + 4), dataView.getUint8(i + 5), dataView.getUint8(i + 6), dataView.getUint8(i + 7));
1989
- const heicIdentifiers = ['heic', 'heix', 'mif1', 'msf1', 'hevc'];
1990
- if (heicIdentifiers.includes(majorBrand)) {
1992
+ if (type === 'png') {
1993
+ if (dataView.byteLength < 8) {
1994
+ return Promise.reject();
1995
+ } else {
1996
+ if (dataView.getUint8(0) === 0x89 && dataView.getUint8(1) === 0x50 && dataView.getUint8(2) === 0x4E && dataView.getUint8(3) === 0x47 && dataView.getUint8(4) === 0x0D && dataView.getUint8(5) === 0x0A && dataView.getUint8(6) === 0x1A && dataView.getUint8(7) === 0x0A) {
1997
+ const end = dataView.byteLength - 12;
1998
+ if (dataView.getUint8(end) === 0x00 && dataView.getUint8(end + 1) === 0x00 && dataView.getUint8(end + 2) === 0x00 && dataView.getUint8(end + 3) === 0x00 && dataView.getUint8(end + 4) === 0x49 && dataView.getUint8(end + 5) === 0x45 && dataView.getUint8(end + 6) === 0x4E && dataView.getUint8(end + 7) === 0x44 && dataView.getUint8(end + 8) === 0xAE && dataView.getUint8(end + 9) === 0x42 && dataView.getUint8(end + 10) === 0x60 && dataView.getUint8(end + 11) === 0x82) {
1999
+ return Promise.resolve();
2000
+ } else {
2001
+ return Promise.reject();
2002
+ }
2003
+ } else {
2004
+ return Promise.reject();
2005
+ }
2006
+ }
2007
+ } else if (type === 'jpg') {
2008
+ if (dataView.byteLength < 2) {
2009
+ return Promise.reject();
2010
+ } else {
2011
+ if (dataView.getUint8(0) === 0xFF && dataView.getUint8(1) === 0xD8 && dataView.getUint8(dataView.byteLength - 2) === 0xFF && dataView.getUint8(dataView.byteLength - 1) === 0xD9) {
1991
2012
  return Promise.resolve();
2013
+ } else {
2014
+ return Promise.reject();
2015
+ }
2016
+ }
2017
+ } else if (type === 'svg') {
2018
+ if (dataView.byteLength < 8) return Promise.reject();
2019
+ const len = dataView.byteLength;
2020
+ let start = 0;
2021
+ let end = len - 1;
2022
+ const isWS = b => b === 0x20 || b === 0x09 || b === 0x0A || b === 0x0D;
2023
+ while (start < len && isWS(dataView.getUint8(start))) start++;
2024
+ const scanLimit = Math.min(len, start + 4096);
2025
+ let foundSvgOpen = false;
2026
+ for (let i = start; i <= scanLimit - 4; i++) {
2027
+ if (dataView.getUint8(i) === 0x3C && (dataView.getUint8(i + 1) === 0x73 || dataView.getUint8(i + 1) === 0x53) && (dataView.getUint8(i + 2) === 0x76 || dataView.getUint8(i + 2) === 0x56) && (dataView.getUint8(i + 3) === 0x67 || dataView.getUint8(i + 3) === 0x47)) {
2028
+ foundSvgOpen = true;
2029
+ break;
2030
+ }
2031
+ }
2032
+ if (!foundSvgOpen) return Promise.reject();
2033
+ while (end >= 0 && isWS(dataView.getUint8(end))) end--;
2034
+ if (end >= 5 && dataView.getUint8(end - 5) === 0x3C && dataView.getUint8(end - 4) === 0x2F && (dataView.getUint8(end - 3) === 0x73 || dataView.getUint8(end - 3) === 0x53) && (dataView.getUint8(end - 2) === 0x76 || dataView.getUint8(end - 2) === 0x56) && (dataView.getUint8(end - 1) === 0x67 || dataView.getUint8(end - 1) === 0x47) && dataView.getUint8(end) === 0x3E) {
2035
+ return Promise.resolve();
2036
+ } else {
2037
+ return Promise.reject();
2038
+ }
2039
+ } else if (type === 'docx') {
2040
+ const len = dataView.byteLength;
2041
+ if (len < 22) return Promise.reject();
2042
+ const isZipHeader = dataView.getUint8(0) === 0x50 && dataView.getUint8(1) === 0x4B && dataView.getUint8(2) === 0x03 && dataView.getUint8(3) === 0x04;
2043
+ if (!isZipHeader) return Promise.reject();
2044
+ const EOCD = [0x50, 0x4B, 0x05, 0x06];
2045
+ const maxBack = Math.min(len - 4, 0xFFFF + 22);
2046
+ let eocdIndex = -1;
2047
+ for (let i = len - 4; i >= len - 4 - maxBack; i--) {
2048
+ if (i < 0) break;
2049
+ if (dataView.getUint8(i) === EOCD[0] && dataView.getUint8(i + 1) === EOCD[1] && dataView.getUint8(i + 2) === EOCD[2] && dataView.getUint8(i + 3) === EOCD[3]) {
2050
+ eocdIndex = i;
2051
+ break;
2052
+ }
2053
+ }
2054
+ if (eocdIndex === -1) return Promise.reject();
2055
+ const findAscii = needle => {
2056
+ const enc = new TextEncoder().encode(needle);
2057
+ for (let i = 0; i <= len - enc.length; i++) {
2058
+ let ok = true;
2059
+ for (let j = 0; j < enc.length; j++) {
2060
+ if (dataView.getUint8(i + j) !== enc[j]) {
2061
+ ok = false;
2062
+ break;
2063
+ }
2064
+ }
2065
+ if (ok) return true;
2066
+ }
2067
+ return false;
2068
+ };
2069
+ const hasContentTypes = findAscii('[Content_Types].xml');
2070
+ const hasRels = findAscii('_rels/.rels');
2071
+ const hasDocument = findAscii('word/document.xml');
2072
+ return hasContentTypes && hasRels && hasDocument ? Promise.resolve() : Promise.reject();
2073
+ } else if (type === 'doc') {
2074
+ const len = dataView.byteLength;
2075
+ if (len < 512) return Promise.reject();
2076
+ const FREESECT = 0xFFFFFFFF;
2077
+ const ENDOFCHAIN = 0xFFFFFFFE;
2078
+ const getU32 = off => dataView.getUint32(off, true);
2079
+ const getI32 = off => dataView.getInt32(off, true);
2080
+ const getU16 = off => dataView.getUint16(off, true);
2081
+ const sectorOffset = (sector, sectorSize) => (sector + 1) * sectorSize;
2082
+ const isOle = dataView.getUint8(0) === 0xD0 && dataView.getUint8(1) === 0xCF && dataView.getUint8(2) === 0x11 && dataView.getUint8(3) === 0xE0 && dataView.getUint8(4) === 0xA1 && dataView.getUint8(5) === 0xB1 && dataView.getUint8(6) === 0x1A && dataView.getUint8(7) === 0xE1;
2083
+ if (!isOle) return Promise.reject();
2084
+ if (dataView.getUint8(0x1C) !== 0xFE || dataView.getUint8(0x1D) !== 0xFF) {
2085
+ return Promise.reject();
2086
+ }
2087
+ const sectorShift = getU16(0x1E); // 9 => 512, 12 => 4096
2088
+ if (sectorShift !== 9 && sectorShift !== 12) return Promise.reject();
2089
+ const sectorSize = 1 << sectorShift;
2090
+ const firstDirSector = getI32(0x30);
2091
+ if (firstDirSector < 0) return Promise.reject();
2092
+ const dirStartOff = sectorOffset(firstDirSector, sectorSize);
2093
+ if (dirStartOff < 512 || dirStartOff + sectorSize > len) return Promise.reject();
2094
+ const numFATSectors = getU32(0x2C);
2095
+ let firstDIFATSector = getI32(0x44);
2096
+ let numDIFATSectors = getU32(0x48);
2097
+ const difat = [];
2098
+ for (let i = 0; i < 109; i++) {
2099
+ const sec = getU32(0x4C + i * 4);
2100
+ if (sec !== FREESECT) difat.push(sec);
2101
+ }
2102
+ const entriesPerDifatSector = sectorSize / 4 - 1;
2103
+ while (numDIFATSectors > 0 && firstDIFATSector !== -1 && firstDIFATSector !== ENDOFCHAIN) {
2104
+ const off = sectorOffset(firstDIFATSector, sectorSize);
2105
+ if (off < 512 || off + sectorSize > len) break;
2106
+ for (let i = 0; i < entriesPerDifatSector; i++) {
2107
+ const sec = dataView.getUint32(off + i * 4, true);
2108
+ if (sec !== FREESECT) difat.push(sec);
1992
2109
  }
2110
+ firstDIFATSector = dataView.getInt32(off + entriesPerDifatSector * 4, true); // next DIFAT
2111
+ numDIFATSectors--;
1993
2112
  }
2113
+ if (difat.length === 0 || numFATSectors === 0) return Promise.reject();
2114
+ const fat = [];
2115
+ for (let i = 0; i < difat.length; i++) {
2116
+ const fatSector = difat[i];
2117
+ const off = sectorOffset(fatSector, sectorSize);
2118
+ if (off < 512 || off + sectorSize > len) continue;
2119
+ for (let j = 0; j < sectorSize; j += 4) {
2120
+ fat.push(dataView.getUint32(off + j, true));
2121
+ }
2122
+ }
2123
+ if (fat.length === 0) return Promise.reject();
2124
+ const nextSector = s => s >= 0 && s < fat.length ? fat[s] : ENDOFCHAIN;
2125
+ const names = new Set();
2126
+ const td = new TextDecoder("utf-16le");
2127
+ let dirSector = firstDirSector;
2128
+ let safety = 0;
2129
+ while (dirSector !== ENDOFCHAIN && dirSector !== FREESECT && safety++ < 10000) {
2130
+ const off = sectorOffset(dirSector, sectorSize);
2131
+ if (off < 512 || off + sectorSize > len) break;
2132
+ for (let pos = 0; pos < sectorSize; pos += 128) {
2133
+ const entryOff = off + pos;
2134
+ const nameLen = getU16(entryOff + 64);
2135
+ const objType = dataView.getUint8(entryOff + 66);
2136
+ if (objType === 0 || nameLen < 2 || nameLen > 64) continue;
2137
+ const nameBytes = new Uint8Array(dataView.buffer, dataView.byteOffset + entryOff, 64);
2138
+ const realLen = Math.max(0, nameLen - 2);
2139
+ const name = td.decode(nameBytes.slice(0, realLen)).replace(/\0/g, "");
2140
+ if (name) names.add(name);
2141
+ }
2142
+ dirSector = nextSector(dirSector);
2143
+ }
2144
+ const hasWordDocument = names.has("WordDocument");
2145
+ const hasTable = names.has("1Table") || names.has("0Table");
2146
+ return hasWordDocument && hasTable ? Promise.resolve() : Promise.reject();
2147
+ } else if (type === 'pdf') {
2148
+ if (dataView.byteLength < 8) {
2149
+ return Promise.reject();
2150
+ } else {
2151
+ if (dataView.getUint8(0) === 0x25 && dataView.getUint8(1) === 0x50 && dataView.getUint8(2) === 0x44 && dataView.getUint8(3) === 0x46) {
2152
+ const len = dataView.byteLength;
2153
+ let end = len - 1;
2154
+ while (end >= 0 && (dataView.getUint8(end) === 0x0A ||
2155
+ // \n
2156
+ dataView.getUint8(end) === 0x0D ||
2157
+ // \r
2158
+ dataView.getUint8(end) === 0x20 ||
2159
+ // space
2160
+ dataView.getUint8(end) === 0x09 // tab
2161
+ )) {
2162
+ end--;
2163
+ }
2164
+ if (end >= 4 && dataView.getUint8(end - 4) === 0x25 && dataView.getUint8(end - 3) === 0x25 && dataView.getUint8(end - 2) === 0x45 && dataView.getUint8(end - 1) === 0x4F && dataView.getUint8(end) === 0x46) {
2165
+ return Promise.resolve();
2166
+ } else {
2167
+ return Promise.reject();
2168
+ }
2169
+ } else {
2170
+ return Promise.reject();
2171
+ }
2172
+ }
2173
+ } else if (type === 'heic') {
2174
+ if (dataView.byteLength < 12) {
2175
+ return Promise.reject();
2176
+ } else {
2177
+ if (dataView.getUint8(0) === 0x66 && dataView.getUint8(1) === 0x74 && dataView.getUint8(2) === 0x79 && dataView.getUint8(3) === 0x70) {
2178
+ if (dataView.getUint8(dataView.length - 4) === 0x6D && dataView.getUint8(dataView.length - 3) === 0x64 && dataView.getUint8(dataView.length - 2) === 0x61 && dataView.getUint8(dataView.length - 1) === 0x74) {
2179
+ const majorBrand = String.fromCharCode(dataView.getUint8(4), dataView.getUint8(5), dataView.getUint8(6), dataView.getUint8(7));
2180
+ const heicIdentifiers = ['heic', 'heix', 'mif1', 'msf1', 'heif'];
2181
+ if (heicIdentifiers.includes(majorBrand)) {
2182
+ return Promise.resolve();
2183
+ } else {
2184
+ return Promise.reject();
2185
+ }
2186
+ } else {
2187
+ return Promise.reject();
2188
+ }
2189
+ }
2190
+ }
2191
+ } else {
2192
+ return Promise.reject();
1994
2193
  }
1995
- return Promise.reject();
1996
2194
  };
1997
2195
  const handleRemoveComponent = () => {
1998
2196
  if (!multiple) {
@@ -2006,6 +2204,7 @@ const File = /*#__PURE__*/forwardRef(({
2006
2204
  setImage(null);
2007
2205
  setSingleFile(null);
2008
2206
  removeFile && removeFile(singleFile);
2207
+ error && setError('');
2009
2208
  };
2010
2209
  const handleUploadFiles = file => {
2011
2210
  if (maxCHoosenLength && choosenFileCount > 0) {
@@ -2022,43 +2221,24 @@ const File = /*#__PURE__*/forwardRef(({
2022
2221
  for (let ix = 0; ix < file.length; ix++) {
2023
2222
  if (file[ix]) {
2024
2223
  if (file[ix].size <= maxSize * Math.pow(2, 20)) {
2025
- if (fileExtensions.includes(file[ix].type.split('/')[1]) || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif') || (fileExtensions.includes('doc') || fileExtensions.includes('docx')) && (file[ix].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || file[ix].type.split('/')[1] === 'msword') || fileExtensions.includes('svg') && file[ix].type.split('/')[1] === 'svg+xml') {
2224
+ if (fileExtensions.includes(file[ix].name.split('.')[file[ix].name.split('.').length - 1]) && ((fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[ix].type.split('/')[1] === 'heif' || file[ix].type.split('/')[1] === 'heic' || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif')) || fileExtensions.includes('doc') && file[ix].type.split('/')[1] === 'msword' || fileExtensions.includes('docx') && file[ix].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || fileExtensions.includes('svg') && file[ix].type.split('/')[1] === 'svg+xml' || fileExtensions.includes('png') && file[ix].type.split('/')[1] === 'png' || fileExtensions.includes('pdf') && file[ix].type.split('/')[1] === 'pdf' || (fileExtensions.includes('jpg') || fileExtensions.includes('jpeg')) && file[ix].type.split('/')[1] === 'jpeg')) {
2225
+ let typeOfFile = '';
2026
2226
  if (file[ix].type === 'application/vnd.openxmlformats-officedocument.wordprocessingml.document') {
2027
- change({
2028
- id: '',
2029
- check: '',
2030
- status: '',
2031
- file: file[ix],
2032
- uuid: v4()
2033
- });
2034
- setImage('docx');
2227
+ typeOfFile = 'docx';
2035
2228
  } else if (file[ix].type === 'application/msword') {
2036
- change({
2037
- id: '',
2038
- check: '',
2039
- status: '',
2040
- file: file[ix],
2041
- uuid: v4()
2042
- });
2043
- setImage('doc');
2044
- } else if ((fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif'))) {
2045
- handleCheckHeicFormat(file[ix]).then(() => {
2046
- change({
2047
- id: '',
2048
- check: '',
2049
- status: '',
2050
- file: file[ix],
2051
- uuid: v4()
2052
- });
2053
- setImage('heic');
2054
- }).catch(() => {
2055
- change({
2056
- file: file[ix],
2057
- uuid: v4(),
2058
- check: formatError ?? configStyles.FILE.error.format
2059
- });
2060
- });
2229
+ typeOfFile = 'doc';
2230
+ } else if (file[ix].type === 'application/pdf') {
2231
+ typeOfFile = 'pdf';
2232
+ } else if (file[ix].type === 'image/heif' || file[ix].type === 'image/heic' || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif')) {
2233
+ typeOfFile = 'heic';
2234
+ } else if (file[ix].type === 'image/jpeg') {
2235
+ typeOfFile = 'jpg';
2236
+ } else if (file[ix].type === 'image/png') {
2237
+ typeOfFile = 'png';
2061
2238
  } else if (file[ix].type === 'image/svg+xml') {
2239
+ typeOfFile = 'svg';
2240
+ }
2241
+ handleCheckFileFormat(file[ix], typeOfFile).then(() => {
2062
2242
  change({
2063
2243
  id: '',
2064
2244
  check: '',
@@ -2066,16 +2246,14 @@ const File = /*#__PURE__*/forwardRef(({
2066
2246
  file: file[ix],
2067
2247
  uuid: v4()
2068
2248
  });
2069
- setImage('svg');
2070
- } else {
2249
+ setImage(typeOfFile);
2250
+ }).catch(() => {
2071
2251
  change({
2072
- id: '',
2073
- check: '',
2074
- status: '',
2075
2252
  file: file[ix],
2076
- uuid: v4()
2253
+ uuid: v4(),
2254
+ check: formatValidateError ?? configStyles.FILE.error.formatValidate
2077
2255
  });
2078
- }
2256
+ });
2079
2257
  } else {
2080
2258
  change({
2081
2259
  file: file[ix],
@@ -2097,43 +2275,24 @@ const File = /*#__PURE__*/forwardRef(({
2097
2275
  for (let ix = 0; ix < file.length; ix++) {
2098
2276
  if (file[ix]) {
2099
2277
  if (file[ix].size <= maxSize * Math.pow(2, 20)) {
2100
- if (fileExtensions.includes(file[ix].type.split('/')[1]) || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif') || (fileExtensions.includes('doc') || fileExtensions.includes('docx')) && (file[ix].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || file[ix].type.split('/')[1] === 'msword') || fileExtensions.includes('svg') && file[ix].type.split('/')[1] === 'svg+xml') {
2278
+ if (fileExtensions.includes(file[ix].name.split('.')[file[ix].name.split('.').length - 1]) && ((fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[ix].type.split('/')[1] === 'heif' || file[ix].type.split('/')[1] === 'heic' || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif')) || fileExtensions.includes('doc') && file[ix].type.split('/')[1] === 'msword' || fileExtensions.includes('docx') && file[ix].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || fileExtensions.includes('svg') && file[ix].type.split('/')[1] === 'svg+xml' || fileExtensions.includes('png') && file[ix].type.split('/')[1] === 'png' || fileExtensions.includes('pdf') && file[ix].type.split('/')[1] === 'pdf' || (fileExtensions.includes('jpg') || fileExtensions.includes('jpeg')) && file[ix].type.split('/')[1] === 'jpeg')) {
2279
+ let typeOfFile = '';
2101
2280
  if (file[ix].type === 'application/vnd.openxmlformats-officedocument.wordprocessingml.document') {
2102
- change({
2103
- id: '',
2104
- check: '',
2105
- status: '',
2106
- file: file[ix],
2107
- uuid: v4()
2108
- });
2109
- setImage('docx');
2281
+ typeOfFile = 'docx';
2110
2282
  } else if (file[ix].type === 'application/msword') {
2111
- change({
2112
- id: '',
2113
- check: '',
2114
- status: '',
2115
- file: file[ix],
2116
- uuid: v4()
2117
- });
2118
- setImage('doc');
2119
- } else if ((fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif'))) {
2120
- handleCheckHeicFormat(file[ix]).then(() => {
2121
- change({
2122
- id: '',
2123
- check: '',
2124
- status: '',
2125
- file: file[ix],
2126
- uuid: v4()
2127
- });
2128
- setImage('heic');
2129
- }).catch(() => {
2130
- change({
2131
- file: file[ix],
2132
- uuid: v4(),
2133
- check: formatError ?? configStyles.FILE.error.format
2134
- });
2135
- });
2283
+ typeOfFile = 'doc';
2284
+ } else if (file[ix].type === 'application/pdf') {
2285
+ typeOfFile = 'pdf';
2286
+ } else if (file[ix].type === 'image/heif' || file[ix].type === 'image/heic' || file[ix].name.toLowerCase().endsWith('.heic') || file[ix].name.toLowerCase().endsWith('.heif')) {
2287
+ typeOfFile = 'heic';
2288
+ } else if (file[ix].type === 'image/jpeg') {
2289
+ typeOfFile = 'jpg';
2290
+ } else if (file[ix].type === 'image/png') {
2291
+ typeOfFile = 'png';
2136
2292
  } else if (file[ix].type === 'image/svg+xml') {
2293
+ typeOfFile = 'svg';
2294
+ }
2295
+ handleCheckFileFormat(file[ix], typeOfFile).then(() => {
2137
2296
  change({
2138
2297
  id: '',
2139
2298
  check: '',
@@ -2141,16 +2300,14 @@ const File = /*#__PURE__*/forwardRef(({
2141
2300
  file: file[ix],
2142
2301
  uuid: v4()
2143
2302
  });
2144
- setImage('svg');
2145
- } else {
2303
+ setImage(typeOfFile);
2304
+ }).catch(() => {
2146
2305
  change({
2147
- id: '',
2148
- check: '',
2149
- status: '',
2150
2306
  file: file[ix],
2151
- uuid: v4()
2307
+ uuid: v4(),
2308
+ check: formatValidateError ?? configStyles.FILE.error.formatValidate
2152
2309
  });
2153
- }
2310
+ });
2154
2311
  } else {
2155
2312
  change({
2156
2313
  file: file[ix],
@@ -2181,34 +2338,36 @@ const File = /*#__PURE__*/forwardRef(({
2181
2338
  } else {
2182
2339
  if (file[0]) {
2183
2340
  if (file[0].size <= maxSize * Math.pow(2, 20)) {
2184
- if (fileExtensions.includes(file[0].type.split('/')[1]) || (fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[0].type === 'image/heif' || file[0].type === 'image/heic' || file[0].name.toLowerCase().endsWith('.heic') || file[0].name.toLowerCase().endsWith('.heif')) || (fileExtensions.includes('doc') || fileExtensions.includes('docx')) && (file[0].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || file[0].type.split('/')[1] === 'msword') || fileExtensions.includes('svg') && file[0].type.split('/')[1] === 'svg+xml') {
2341
+ if (fileExtensions.includes(file[0].name.split('.')[file[0].name.split('.').length - 1]) && ((fileExtensions.includes('heic') || fileExtensions.includes('heif')) && (file[0].type.split('/')[1] === 'heif' || file[0].type.split('/')[1] === 'heic' || file[0].name.toLowerCase().endsWith('.heic') || file[0].name.toLowerCase().endsWith('.heif')) || fileExtensions.includes('doc') && file[0].type.split('/')[1] === 'msword' || fileExtensions.includes('docx') && file[0].type.split('/')[1] === 'vnd.openxmlformats-officedocument.wordprocessingml.document' || fileExtensions.includes('svg') && file[0].type.split('/')[1] === 'svg+xml' || fileExtensions.includes('png') && file[0].type.split('/')[1] === 'png' || fileExtensions.includes('pdf') && file[0].type.split('/')[1] === 'pdf' || (fileExtensions.includes('jpg') || fileExtensions.includes('jpeg')) && file[0].type.split('/')[1] === 'jpeg')) {
2185
2342
  setError('');
2343
+ let typeOfFile = '';
2186
2344
  if (file[0].type === 'application/vnd.openxmlformats-officedocument.wordprocessingml.document') {
2187
- setImage('docx');
2188
- change(file);
2189
- setSingleFile(file);
2345
+ typeOfFile = 'docx';
2190
2346
  } else if (file[0].type === 'application/msword') {
2191
- setImage('doc');
2192
- change(file);
2193
- setSingleFile(file);
2347
+ typeOfFile = 'doc';
2194
2348
  } else if (file[0].type === 'application/pdf') {
2195
- setImage('pdf');
2196
- change(file);
2197
- setSingleFile(file);
2349
+ typeOfFile = 'pdf';
2198
2350
  } else if (file[0].type === 'image/heif' || file[0].type === 'image/heic' || file[0].name.toLowerCase().endsWith('.heic') || file[0].name.toLowerCase().endsWith('.heif')) {
2199
- handleCheckHeicFormat(file[0]).then(() => {
2200
- setImage('heic');
2201
- change(file);
2202
- setSingleFile(file);
2203
- }).catch(() => {
2204
- setImage(null);
2205
- setError(formatError ?? configStyles.FILE.error.format);
2206
- });
2207
- } else {
2351
+ typeOfFile = 'heic';
2352
+ } else if (file[0].type === 'image/jpeg') {
2353
+ typeOfFile = 'jpg';
2354
+ } else if (file[0].type === 'image/png') {
2355
+ typeOfFile = 'png';
2356
+ } else if (file[0].type === 'image/svg+xml') {
2357
+ typeOfFile = 'svg';
2358
+ }
2359
+ handleCheckFileFormat(file[0], typeOfFile).then(() => {
2360
+ if (typeOfFile === 'svg' || typeOfFile === 'png' || typeOfFile === 'jpg') {
2361
+ setImage(URL.createObjectURL(file[0]));
2362
+ } else {
2363
+ setImage(typeOfFile);
2364
+ }
2208
2365
  change(file);
2209
2366
  setSingleFile(file);
2210
- setImage(URL.createObjectURL(file[0]));
2211
- }
2367
+ }).catch(() => {
2368
+ setImage(null);
2369
+ setError(formatValidateError ?? configStyles.FILE.error.formatValidate);
2370
+ });
2212
2371
  } else {
2213
2372
  setImage(null);
2214
2373
  setError(formatError ?? configStyles.FILE.error.format);
@@ -2465,10 +2624,10 @@ const File = /*#__PURE__*/forwardRef(({
2465
2624
  style: {
2466
2625
  width: '100%',
2467
2626
  color: labelColor ?? configStyles.FILE.label.color,
2468
- fontSize: labelSize ?? configStyles.FILE.label.font.size,
2469
- fontStyle: labelStyle ?? configStyles.FILE.label.font.style,
2470
- fontWeight: labelWeight ?? configStyles.FILE.label.font.weight,
2471
- fontFamily: labelFamily ?? configStyles.FILE.label.font.family,
2627
+ fontSize: labelFontSize ?? configStyles.FILE.label.font.size,
2628
+ fontStyle: labelFontStyle ?? configStyles.FILE.label.font.style,
2629
+ fontWeight: labelFontWeight ?? configStyles.FILE.label.font.weight,
2630
+ fontFamily: labelFontFamily ?? configStyles.FILE.label.font.family,
2472
2631
  whiteSpace: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.FILE.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.FILE.label.showMore) && !showMore ? 'nowrap' : 'normal',
2473
2632
  overflow: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.FILE.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.FILE.label.showMore) && !showMore ? 'hidden' : 'visible',
2474
2633
  textOverflow: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.FILE.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.FILE.label.showMore) && !showMore ? 'ellipsis' : '',
@@ -2479,20 +2638,20 @@ const File = /*#__PURE__*/forwardRef(({
2479
2638
  }, label, handleCheckTextWidth('label') === 'more' && showMore && (lableShowMore || configStyles.FILE.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
2480
2639
  className: styles$c['show-more-text'],
2481
2640
  style: {
2482
- fontSize: labelSize ?? configStyles.FILE.label.font.size,
2483
- fontStyle: labelStyle ?? configStyles.FILE.label.font.style,
2484
- fontWeight: labelWeight ?? configStyles.FILE.label.font.weight,
2485
- fontFamily: labelFamily ?? configStyles.FILE.label.font.family,
2641
+ fontSize: labelFontSize ?? configStyles.FILE.label.font.size,
2642
+ fontStyle: labelFontStyle ?? configStyles.FILE.label.font.style,
2643
+ fontWeight: labelFontWeight ?? configStyles.FILE.label.font.weight,
2644
+ fontFamily: labelFontFamily ?? configStyles.FILE.label.font.family,
2486
2645
  color: showMoreTextColor ?? configStyles.FILE.label.showMoreTextColor
2487
2646
  },
2488
2647
  onClick: handleChangeShowMore
2489
2648
  }, ' ', " ", labelShowLessText ?? configStyles.FILE.label.showLessText) : ''), required && /*#__PURE__*/React__default.createElement("sup", null, iconRequired ? iconRequired : configStyles.FILE.icon.required ? configStyles.FILE.icon.required : /*#__PURE__*/React__default.createElement(SvgRequired, null)), handleCheckTextWidth('label') === 'more' && !showMore && (lableShowMore || configStyles.FILE.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
2490
2649
  className: styles$c['show-more-text'],
2491
2650
  style: {
2492
- fontSize: labelSize ?? configStyles.FILE.label.font.size,
2493
- fontStyle: labelStyle ?? configStyles.FILE.label.font.style,
2494
- fontWeight: labelWeight ?? configStyles.FILE.label.font.weight,
2495
- fontFamily: labelFamily ?? configStyles.FILE.label.font.family,
2651
+ fontSize: labelFontSize ?? configStyles.FILE.label.font.size,
2652
+ fontStyle: labelFontStyle ?? configStyles.FILE.label.font.style,
2653
+ fontWeight: labelFontWeight ?? configStyles.FILE.label.font.weight,
2654
+ fontFamily: labelFontFamily ?? configStyles.FILE.label.font.family,
2496
2655
  color: showMoreTextColor ?? configStyles.FILE.label.showMoreTextColor
2497
2656
  },
2498
2657
  onClick: handleChangeShowMore
@@ -2513,9 +2672,9 @@ const File = /*#__PURE__*/forwardRef(({
2513
2672
  height: height ?? configStyles.FILE.height,
2514
2673
  borderWidth: borderWidth ?? configStyles.FILE.border.width,
2515
2674
  borderStyle: borderStyle ?? configStyles.FILE.border.style,
2516
- borderRadius: radius ?? configStyles.FILE.radius,
2675
+ borderRadius: borderRadius ?? configStyles.FILE.radius,
2517
2676
  backgroundColor: backgroundColor ?? configStyles.FILE.colors.background,
2518
- borderColor: error ? errorColor ? errorColor : configStyles.FILE.error.color : disabled ? borderColor ? borderColor : configStyles.FILE.border.color : isHover ? borderHoverColor ? borderHoverColor : configStyles.FILE.border.colors.hover : borderColor ? borderColor : configStyles.FILE.border.color
2677
+ borderColor: !multiple && error ? errorColor ? errorColor : configStyles.FILE.error.color : disabled ? borderColor ? borderColor : configStyles.FILE.border.color : isHover ? borderHoverColor ? borderHoverColor : configStyles.FILE.border.colors.hover : borderColor ? borderColor : configStyles.FILE.border.color
2519
2678
  },
2520
2679
  onDrop: handleDrop,
2521
2680
  onClick: handleClick,
@@ -2540,10 +2699,10 @@ const File = /*#__PURE__*/forwardRef(({
2540
2699
  flexDirection: 'column',
2541
2700
  justifyContent: 'center',
2542
2701
  color: color ?? configStyles.FILE.color,
2543
- fontSize: size ?? configStyles.FILE.font.size,
2544
- fontStyle: style ?? configStyles.FILE.font.style,
2545
- fontFamily: family ?? configStyles.FILE.font.family,
2546
- fontWeight: weight ?? configStyles.FILE.font.weight
2702
+ fontSize: fontSize ?? configStyles.FILE.font.size,
2703
+ fontStyle: fontStyle ?? configStyles.FILE.font.style,
2704
+ fontFamily: fontFamily ?? configStyles.FILE.font.family,
2705
+ fontWeight: fontWeight ?? configStyles.FILE.font.weight
2547
2706
  }
2548
2707
  }, !multiple && image && preview ? image === 'svg' ? iconSvg ? iconSvg : configStyles.FILE.icon.svg ? configStyles.FILE.icon.svg : /*#__PURE__*/React__default.createElement(SvgSvg, null) : image === 'pdf' ? iconPdf ? iconPdf : configStyles.FILE.icon.pdf ? configStyles.FILE.icon.pdf : /*#__PURE__*/React__default.createElement(SvgPdf, null) : image === 'heif' || image === 'heic' ? iconHeic ? iconHeic : configStyles.FILE.icon.heic ? configStyles.FILE.icon.heic : /*#__PURE__*/React__default.createElement(SvgHeic, null) : image === 'doc' ? iconDoc ? iconDoc : configStyles.FILE.icon.doc ? configStyles.FILE.icon.doc : /*#__PURE__*/React__default.createElement(SvgDocIcon, null) : image === 'docx' ? iconDocx ? iconDocx : configStyles.FILE.icon.docx ? configStyles.FILE.icon.docx : /*#__PURE__*/React__default.createElement(SvgDocIcon, null) : /*#__PURE__*/React__default.createElement("img", {
2549
2708
  src: image,
@@ -2560,7 +2719,7 @@ const File = /*#__PURE__*/forwardRef(({
2560
2719
  style: {
2561
2720
  margin: '0px'
2562
2721
  }
2563
- }, putFileHere ?? configStyles.FILE.putFileHere, /*#__PURE__*/React__default.createElement("br", null), or ? or : configStyles.FILE.or, ' ', /*#__PURE__*/React__default.createElement("span", {
2722
+ }, putFileHere ?? configStyles.FILE.putFileHere, ' ', /*#__PURE__*/React__default.createElement("span", {
2564
2723
  style: {
2565
2724
  color: uploadColor ?? configStyles.FILE.uploadColor
2566
2725
  }
@@ -2595,11 +2754,11 @@ const File = /*#__PURE__*/forwardRef(({
2595
2754
  }, showPreviewIconInSmallComponent ? !image ? /*#__PURE__*/React__default.createElement(Button, {
2596
2755
  contentWidth: true,
2597
2756
  onClick: _ => _,
2598
- font: uploadBtnFont ?? configStyles.FILE.uploadBtn.font.family,
2599
- size: uploadBtnSize ?? configStyles.FILE.uploadBtn.font.size,
2600
- style: uploadBtnStyle ?? configStyles.FILE.uploadBtn.font.style,
2601
- weight: uploadBtnWeight ?? configStyles.FILE.uploadBtn.font.weight,
2602
- label: uploadBtnLabel ?? configStyles.FILE.uploadBtn.label,
2757
+ fontFamily: uploadBtnFont ?? configStyles.FILE.uploadBtn.font.family,
2758
+ fontSize: uploadBtnSize ?? configStyles.FILE.uploadBtn.font.size,
2759
+ fontStyle: uploadBtnStyle ?? configStyles.FILE.uploadBtn.font.style,
2760
+ fontWeight: uploadBtnWeight ?? configStyles.FILE.uploadBtn.font.weight,
2761
+ text: uploadBtnLabel ?? configStyles.FILE.uploadBtn.label,
2603
2762
  color: uploadBtnColor ?? configStyles.FILE.uploadBtn.color,
2604
2763
  height: uploadBtnHeight ?? configStyles.FILE.uploadBtn.height,
2605
2764
  hoverColor: uploadBtnHoverColor ?? configStyles.FILE.uploadBtn.colors.hover,
@@ -2608,11 +2767,11 @@ const File = /*#__PURE__*/forwardRef(({
2608
2767
  }) : image === 'svg' ? iconSvg ? iconSvg : configStyles.FILE.icon.svg ? configStyles.FILE.icon.svg : /*#__PURE__*/React__default.createElement(SvgSvg, null) : image === 'pdf' ? iconPdf ? iconPdf : configStyles.FILE.icon.pdf ? configStyles.FILE.icon.pdf : /*#__PURE__*/React__default.createElement(SvgPdf, null) : image === 'heif' || image === 'heic' ? iconHeic ? iconHeic : configStyles.FILE.icon.heic ? configStyles.FILE.icon.heic : /*#__PURE__*/React__default.createElement(SvgHeic, null) : image === 'doc' ? iconDoc ? iconDoc : configStyles.FILE.icon.doc ? configStyles.FILE.icon.doc : /*#__PURE__*/React__default.createElement(SvgDocIcon, null) : image === 'docx' ? iconDocx ? iconDocx : configStyles.FILE.icon.docx ? configStyles.FILE.icon.docx : /*#__PURE__*/React__default.createElement(SvgDocIcon, null) : singleFile[0].type === 'image/jpeg' ? iconJpeg ? iconJpeg : configStyles.FILE.icon.jpeg ? configStyles.FILE.icon.jpeg : /*#__PURE__*/React__default.createElement(SvgListItemJpeg, null) : singleFile[0].type === 'image/png' ? iconPng ? iconPng : configStyles.FILE.icon.png ? configStyles.FILE.icon.png : /*#__PURE__*/React__default.createElement(SvgListItemPng, null) : singleFile[0].type === 'image/jpg' ? iconJpeg ? iconJpg : configStyles.FILE.icon.jpg ? configStyles.FILE.icon.jpg : /*#__PURE__*/React__default.createElement(SvgListItemJpg, null) : '' : /*#__PURE__*/React__default.createElement(Button, {
2609
2768
  contentWidth: true,
2610
2769
  onClick: _ => _,
2611
- font: uploadBtnFont ?? configStyles.FILE.uploadBtn.font.family,
2612
- size: uploadBtnSize ?? configStyles.FILE.uploadBtn.font.size,
2613
- style: uploadBtnStyle ?? configStyles.FILE.uploadBtn.font.style,
2614
- weight: uploadBtnWeight ?? configStyles.FILE.uploadBtn.font.weight,
2615
- label: uploadBtnLabel ?? configStyles.FILE.uploadBtn.label,
2770
+ fontFamily: uploadBtnFont ?? configStyles.FILE.uploadBtn.font.family,
2771
+ fontSize: uploadBtnSize ?? configStyles.FILE.uploadBtn.font.size,
2772
+ fontStyle: uploadBtnStyle ?? configStyles.FILE.uploadBtn.font.style,
2773
+ fontWeight: uploadBtnWeight ?? configStyles.FILE.uploadBtn.font.weight,
2774
+ text: uploadBtnLabel ?? configStyles.FILE.uploadBtn.label,
2616
2775
  color: uploadBtnColor ?? configStyles.FILE.uploadBtn.color,
2617
2776
  height: uploadBtnHeight ?? configStyles.FILE.uploadBtn.height,
2618
2777
  hoverColor: uploadBtnHoverColor ?? configStyles.FILE.uploadBtn.colors.hover,
@@ -2657,8 +2816,8 @@ const File = /*#__PURE__*/forwardRef(({
2657
2816
  boxSizing: 'border-box',
2658
2817
  alignItems: 'flex-start',
2659
2818
  justifyContent: 'flex-end',
2660
- borderRadius: radius ?? configStyles.FILE.radius,
2661
- display: !multiple && !disabled && image && !error && isHover ? 'flex' : 'none',
2819
+ borderRadius: borderRadius ?? configStyles.FILE.radius,
2820
+ display: !multiple && !disabled && image && isHover ? 'flex' : 'none',
2662
2821
  backgroundColor: hiddenBackgroundColor ?? configStyles.FILE.colors.backgroundHidden
2663
2822
  },
2664
2823
  onClick: handleStopPropagation
@@ -2667,16 +2826,16 @@ const File = /*#__PURE__*/forwardRef(({
2667
2826
  cursor: 'pointer'
2668
2827
  },
2669
2828
  onClick: handleRemoveFile
2670
- }, iconRemoveFile ? iconRemoveFile : configStyles.FILE.icon.removeFile ? configStyles.FILE.icon.removeFile : /*#__PURE__*/React__default.createElement(SvgRemoveFile, null)))), error ? /*#__PURE__*/React__default.createElement("span", {
2829
+ }, iconRemoveFile ? iconRemoveFile : configStyles.FILE.icon.removeFile ? configStyles.FILE.icon.removeFile : /*#__PURE__*/React__default.createElement(SvgRemoveFile, null)))), !multiple && error ? /*#__PURE__*/React__default.createElement("span", {
2671
2830
  style: {
2672
- marginTop: '6px',
2673
- color: errorColor ?? configStyles.FILE.error.color,
2674
- fontSize: errorSize ?? configStyles.FILE.error.font.size,
2675
- fontStyle: errorStyle ?? configStyles.FILE.error.font.style,
2676
- fontWeight: errorWeight ?? configStyles.FILE.error.font.weight,
2677
- fontFamily: errorFamily ?? configStyles.FILE.error.font.family,
2678
- alignItems: 'center',
2679
2831
  columnGap: '5px',
2832
+ alignItems: 'center',
2833
+ color: errorColor ?? configStyles.FILE.error.color,
2834
+ fontSize: errorFontSize ?? configStyles.FILE.error.font.size,
2835
+ marginTop: errorMarginTop ?? configStyles.FILE.error.marginTop,
2836
+ fontStyle: errorFontStyle ?? configStyles.FILE.error.font.style,
2837
+ fontWeight: errorFontWeight ?? configStyles.FILE.error.font.weight,
2838
+ fontFamily: errorFontFamily ?? configStyles.FILE.error.font.family,
2680
2839
  display: errorIconShow && (errorIcon || configStyles.FILE.error?.icon) ? 'inline-flex' : 'inline-block'
2681
2840
  }
2682
2841
  }, errorIconShow ? errorIcon ? errorIcon : configStyles.FILE.error?.icon ? configStyles.FILE.error?.icon : '' : '', error) : '', multiple && memoizedItems && memoizedItems.length > 0 && memoizedItems.map(item => {
@@ -2699,7 +2858,7 @@ const File = /*#__PURE__*/forwardRef(({
2699
2858
  iconDelItem: iconDeleteItem ?? configStyles.FILE.icon.deleteItem,
2700
2859
  timeForRemoveError: timeForRemoveError,
2701
2860
  removeFile: removeFile ? removeFile : _ => _,
2702
- radius: radius ?? configStyles.FILE.radius,
2861
+ radius: borderRadius ?? configStyles.FILE.radius,
2703
2862
  fileFormat: item?.file?.type.split('/')[1]?.toLowerCase(),
2704
2863
  progressColor: progressColor ?? configStyles.FILE.progress.color,
2705
2864
  listItemHeight: listItemHeight ?? configStyles.FILE.listItem.height,
@@ -2723,34 +2882,33 @@ const File = /*#__PURE__*/forwardRef(({
2723
2882
  }));
2724
2883
  });
2725
2884
  File.propTypes = {
2726
- or: PropTypes.string,
2727
- size: PropTypes.string,
2728
2885
  preview: PropTypes.bool,
2729
2886
  label: PropTypes.string,
2730
2887
  color: PropTypes.string,
2731
2888
  height: PropTypes.string,
2732
2889
  disabled: PropTypes.bool,
2733
- radius: PropTypes.string,
2890
+ borderRadius: PropTypes.string,
2734
2891
  borderWidth: PropTypes.string,
2735
2892
  borderStyle: PropTypes.string,
2736
2893
  borderColor: PropTypes.string,
2737
2894
  required: PropTypes.bool,
2738
2895
  upload: PropTypes.string,
2739
- weight: PropTypes.number,
2740
- style: PropTypes.string,
2741
- family: PropTypes.string,
2896
+ fontSize: PropTypes.string,
2897
+ fontWeight: PropTypes.number,
2898
+ fontStyle: PropTypes.string,
2899
+ fontFamily: PropTypes.string,
2742
2900
  maxSize: PropTypes.number,
2743
2901
  maxWidth: PropTypes.string,
2744
2902
  removeFile: PropTypes.func,
2745
2903
  className: PropTypes.string,
2746
- errorSize: PropTypes.string,
2747
- errorStyle: PropTypes.string,
2748
- errorWeight: PropTypes.string,
2749
- errorFamily: PropTypes.string,
2750
- labelSize: PropTypes.string,
2751
- labelStyle: PropTypes.string,
2752
- labelWeight: PropTypes.string,
2753
- labelFamily: PropTypes.string,
2904
+ errorFontSize: PropTypes.string,
2905
+ errorFontStyle: PropTypes.string,
2906
+ errorFontWeight: PropTypes.string,
2907
+ errorFontFamily: PropTypes.string,
2908
+ labelFontSize: PropTypes.string,
2909
+ labelFontStyle: PropTypes.string,
2910
+ labelFontWeight: PropTypes.string,
2911
+ labelFontFamily: PropTypes.string,
2754
2912
  labelColor: PropTypes.string,
2755
2913
  lableShowMore: PropTypes.bool,
2756
2914
  labelShowLessText: PropTypes.string,
@@ -2768,6 +2926,7 @@ File.propTypes = {
2768
2926
  labelTooltipBackgroundColor: PropTypes.string,
2769
2927
  errorColor: PropTypes.string,
2770
2928
  formatError: PropTypes.string,
2929
+ formatValidateError: PropTypes.string,
2771
2930
  putFileHere: PropTypes.string,
2772
2931
  uploadColor: PropTypes.string,
2773
2932
  defaultData: PropTypes.object,
@@ -2775,6 +2934,7 @@ File.propTypes = {
2775
2934
  maxSizeError: PropTypes.string,
2776
2935
  errorIcon: PropTypes.element,
2777
2936
  errorIconShow: PropTypes.bool,
2937
+ errorMarginTop: PropTypes.string,
2778
2938
  errorMessage: PropTypes.string,
2779
2939
  fileSizeText: PropTypes.string,
2780
2940
  noChoosenFile: PropTypes.string,
@@ -3188,6 +3348,7 @@ const TD = ({
3188
3348
  orderFontSize,
3189
3349
  tBodyFontSize,
3190
3350
  openListColor,
3351
+ tBodyFontStyle,
3191
3352
  orderFontStyle,
3192
3353
  tBodyTextAlign,
3193
3354
  orderFontFamily,
@@ -3281,6 +3442,7 @@ const TD = ({
3281
3442
  padding: tBodyPadding,
3282
3443
  fontSize: tBodyFontSize,
3283
3444
  borderRight: borderRight,
3445
+ fontStyle: tBodyFontStyle,
3284
3446
  textAlign: tBodyTextAlign,
3285
3447
  fontFamily: tBodyFontFamily,
3286
3448
  fontWeight: tBodyFontWeight,
@@ -3574,7 +3736,7 @@ const Table = ({
3574
3736
  tableColumnMaxWidth,
3575
3737
  tableColumnMinWidth,
3576
3738
  tHeadColor,
3577
- tHeadFamily,
3739
+ tHeadFontFamily,
3578
3740
  tHeadPadding,
3579
3741
  tHeadFontSize,
3580
3742
  tHeadFontStyle,
@@ -3585,6 +3747,7 @@ const Table = ({
3585
3747
  tBodyColor,
3586
3748
  tBodyPadding,
3587
3749
  tBodyFontSize,
3750
+ tBodyFontStyle,
3588
3751
  tBodyTextAlign,
3589
3752
  tBodyRowBorder,
3590
3753
  tBodyBoxShadow,
@@ -4371,7 +4534,7 @@ const Table = ({
4371
4534
  handleCheckedHeader: handleCheckedHeader,
4372
4535
  handleHeaderItemClick: handleHeaderItemClick,
4373
4536
  handleCheckArrowActionHeader: handleCheckArrowActionHeader,
4374
- tHeadFamily: tHeadFamily ?? configStyles.TABLE.head.font.family,
4537
+ tHeadFamily: tHeadFontFamily ?? configStyles.TABLE.head.font.family,
4375
4538
  tHeadPadding: tHeadPadding ?? configStyles.TABLE.head.padding,
4376
4539
  tHeadFontSize: tHeadFontSize ?? configStyles.TABLE.head.font.size,
4377
4540
  tHeadFontStyle: tHeadFontStyle ?? configStyles.TABLE.head.font.style,
@@ -4433,6 +4596,7 @@ const Table = ({
4433
4596
  rowRadius: tableRowRadius ?? configStyles.TABLE.body.row.radius,
4434
4597
  tBodyPadding: tBodyPadding ?? configStyles.TABLE.body.padding,
4435
4598
  tBodyFontSize: tBodyFontSize ?? configStyles.TABLE.body.font.size,
4599
+ tBodyFontStyle: tBodyFontStyle ?? configStyles.TABLE.body.font.style,
4436
4600
  tBodyTextAlign: tBodyTextAlign ?? configStyles.TABLE.textAlign,
4437
4601
  tBodyFontFamily: tBodyFontFamily ?? configStyles.TABLE.body.font.family,
4438
4602
  tBodyFontWeight: tBodyFontWeight ?? configStyles.TABLE.body.font.weight,
@@ -4509,7 +4673,7 @@ Table.propTypes = {
4509
4673
  tableColumnMaxWidth: PropTypes.string,
4510
4674
  tableColumnMinWidth: PropTypes.string,
4511
4675
  tHeadColor: PropTypes.string,
4512
- tHeadFamily: PropTypes.string,
4676
+ tHeadFontFamily: PropTypes.string,
4513
4677
  tHeadPadding: PropTypes.string,
4514
4678
  tHeadFontSize: PropTypes.string,
4515
4679
  tHeadFontStyle: PropTypes.string,
@@ -4520,6 +4684,7 @@ Table.propTypes = {
4520
4684
  tBodyColor: PropTypes.string,
4521
4685
  tBodyPadding: PropTypes.string,
4522
4686
  tBodyFontSize: PropTypes.string,
4687
+ tBodyFontStyle: PropTypes.string,
4523
4688
  tBodyBoxShadow: PropTypes.string,
4524
4689
  tBodyTextAlign: PropTypes.string,
4525
4690
  tBodyFontWeight: PropTypes.string,
@@ -4655,15 +4820,16 @@ const Modal = ({
4655
4820
  data,
4656
4821
  width,
4657
4822
  loader,
4658
- radius,
4659
4823
  height,
4660
4824
  padding,
4661
4825
  setShow,
4826
+ underScroll,
4662
4827
  zoomIcon,
4663
4828
  prevIcon,
4664
4829
  nextIcon,
4665
4830
  closeIcon,
4666
4831
  closeIconFix,
4832
+ borderRadius,
4667
4833
  showCloseIcon,
4668
4834
  closeIconClass,
4669
4835
  closeSlideIcon,
@@ -4674,15 +4840,12 @@ const Modal = ({
4674
4840
  minWidth,
4675
4841
  minHeight,
4676
4842
  className,
4677
- mMaxWidth,
4843
+ maxWidth,
4678
4844
  alignItems,
4679
- mMaxHeight,
4845
+ maxHeight,
4680
4846
  headerText,
4681
4847
  imageWidth,
4682
- headerSize,
4683
4848
  headerIcon,
4684
- headerStyle,
4685
- headerFamily,
4686
4849
  imageHeight,
4687
4850
  headerColor,
4688
4851
  borderStyle,
@@ -4691,13 +4854,16 @@ const Modal = ({
4691
4854
  imageMargin,
4692
4855
  showZoomIcon,
4693
4856
  outsideClose,
4694
- headerWeight,
4695
4857
  headerHeight,
4696
4858
  justifyContent,
4859
+ headerFontSize,
4697
4860
  headerTextAlign,
4698
4861
  backgroundColor,
4699
4862
  imageWrapHeight,
4700
4863
  grayDecorHeight,
4864
+ headerFontStyle,
4865
+ headerFontFamily,
4866
+ headerFontWeight,
4701
4867
  headerIconMaxWidth,
4702
4868
  headerIconMaxHeight,
4703
4869
  layerBackgroundColor,
@@ -4805,7 +4971,17 @@ const Modal = ({
4805
4971
  newConfigStyles = {
4806
4972
  ...data
4807
4973
  };
4808
- if (newConfigStyles.MODAL && hasOwnerProperty(newConfigStyles.MODAL, 'noScroll') && newConfigStyles.MODAL.noScroll) {
4974
+ if (underScroll === undefined) {
4975
+ if (newConfigStyles.MODAL && hasOwnerProperty(newConfigStyles.MODAL, 'underScroll') && newConfigStyles.MODAL.underScroll === false) {
4976
+ style.textContent = `.tui-no-srcoll-class{overflow:hidden!important;}`;
4977
+ document.head.appendChild(style);
4978
+ document.body.classList.add('tui-no-srcoll-class');
4979
+ document.documentElement.classList.add('tui-no-srcoll-class');
4980
+ document.documentElement.addEventListener('touchmove', ResetTouchRemove, {
4981
+ passive: false
4982
+ });
4983
+ }
4984
+ } else if (underScroll === false) {
4809
4985
  style.textContent = `.tui-no-srcoll-class{overflow:hidden!important;}`;
4810
4986
  document.head.appendChild(style);
4811
4987
  document.body.classList.add('tui-no-srcoll-class');
@@ -4826,7 +5002,17 @@ const Modal = ({
4826
5002
  return () => {
4827
5003
  setSelect(0);
4828
5004
  setInnerData([]);
4829
- if (newConfigStyles.MODAL && hasOwnerProperty(newConfigStyles.MODAL, 'noScroll') && newConfigStyles.MODAL.noScroll) {
5005
+ if (underScroll === undefined) {
5006
+ if (newConfigStyles.MODAL && hasOwnerProperty(newConfigStyles.MODAL, 'underScroll') && newConfigStyles.MODAL.underScroll === false) {
5007
+ const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
5008
+ if (noScrllable) {
5009
+ style.remove();
5010
+ document.body.classList.remove('tui-no-srcoll-class');
5011
+ document.documentElement.classList.remove('tui-no-srcoll-class');
5012
+ document.documentElement.removeEventListener('touchmove', ResetTouchRemove);
5013
+ }
5014
+ }
5015
+ } else if (underScroll === false) {
4830
5016
  const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
4831
5017
  if (noScrllable) {
4832
5018
  style.remove();
@@ -4850,7 +5036,7 @@ const Modal = ({
4850
5036
  left: '0px',
4851
5037
  zIndex: 999,
4852
5038
  width: '100%',
4853
- height: '100vh',
5039
+ height: '100dvh',
4854
5040
  position: 'fixed',
4855
5041
  backgroundColor: layerBackgroundColor ?? configStyles.MODAL.colors.backgroundLayer
4856
5042
  }
@@ -4859,7 +5045,7 @@ const Modal = ({
4859
5045
  position: 'relative',
4860
5046
  display: 'flex',
4861
5047
  width: '100%',
4862
- height: '100vh',
5048
+ height: '100dvh',
4863
5049
  alignItems: alignItems ?? configStyles.MODAL.alignItems,
4864
5050
  justifyContent: justifyContent ?? configStyles.MODAL.justifyContent
4865
5051
  }
@@ -4873,10 +5059,10 @@ const Modal = ({
4873
5059
  height: height ?? configStyles.MODAL.height,
4874
5060
  display: type === 'content' ? 'grid' : 'block',
4875
5061
  overflow: type === 'content' ? 'auto' : 'hidden',
4876
- borderRadius: radius ?? configStyles.MODAL.radius,
4877
- maxWidth: mMaxWidth ?? configStyles.MODAL.maxWidth,
4878
- maxHeight: mMaxHeight ?? configStyles.MODAL.maxHeight,
5062
+ maxWidth: maxWidth ?? configStyles.MODAL.maxWidth,
5063
+ maxHeight: maxHeight ?? configStyles.MODAL.maxHeight,
4879
5064
  gridTemplateRows: type === 'content' ? 'auto 10fr' : '',
5065
+ borderRadius: borderRadius ?? configStyles.MODAL.border.radius,
4880
5066
  minWidth: type === 'content' ? minWidth ?? configStyles.MODAL.minWidth : '',
4881
5067
  backgroundColor: backgroundColor ?? configStyles.MODAL.colors.background,
4882
5068
  minHeight: type === 'content' ? minHeight ?? configStyles.MODAL.minHeight : ''
@@ -4913,11 +5099,11 @@ const Modal = ({
4913
5099
  textOverflow: 'ellipsis',
4914
5100
  margin: '0px 16px 0px 0px',
4915
5101
  color: headerColor ?? configStyles.MODAL.header.color,
4916
- fontSize: headerSize ?? configStyles.MODAL.header.font.size,
5102
+ fontSize: headerFontSize ?? configStyles.MODAL.header.font.size,
4917
5103
  textAlign: headerTextAlign ?? configStyles.MODAL.header.align,
4918
- fontStyle: headerStyle ?? configStyles.MODAL.header.font.style,
4919
- fontFamily: headerFamily ?? configStyles.MODAL.header.font.family,
4920
- fontWeight: headerWeight ?? configStyles.MODAL.header.font.weight
5104
+ fontStyle: headerFontStyle ?? configStyles.MODAL.header.font.style,
5105
+ fontFamily: headerFontFamily ?? configStyles.MODAL.header.font.family,
5106
+ fontWeight: headerFontWeight ?? configStyles.MODAL.header.font.weight
4921
5107
  }
4922
5108
  }, headerText), showCloseIcon ? /*#__PURE__*/React__default.createElement("div", {
4923
5109
  onClick: () => setShow(false),
@@ -5009,7 +5195,7 @@ const Modal = ({
5009
5195
  display: 'block',
5010
5196
  objectFit: 'contain',
5011
5197
  margin: imageMargin ?? configStyles.MODAL.image.margin,
5012
- borderRadius: radius ?? configStyles.MODAL.radius,
5198
+ borderRadius: borderRadius ?? configStyles.MODAL.border.radius,
5013
5199
  width: imageWidth ?? configStyles.MODAL.image.width,
5014
5200
  height: imageHeight ?? configStyles.MODAL.image.height
5015
5201
  },
@@ -5072,12 +5258,12 @@ Modal.propTypes = {
5072
5258
  type: PropTypes.string,
5073
5259
  setShow: PropTypes.func,
5074
5260
  width: PropTypes.string,
5075
- radius: PropTypes.string,
5076
5261
  height: PropTypes.string,
5077
5262
  padding: PropTypes.string,
5078
5263
  selected: PropTypes.number,
5079
5264
  minWidth: PropTypes.string,
5080
- mMaxWidth: PropTypes.string,
5265
+ maxWidth: PropTypes.string,
5266
+ underScroll: PropTypes.bool,
5081
5267
  minHeight: PropTypes.string,
5082
5268
  className: PropTypes.string,
5083
5269
  zoomIcon: PropTypes.element,
@@ -5086,21 +5272,22 @@ Modal.propTypes = {
5086
5272
  closeIcon: PropTypes.element,
5087
5273
  closeIconFix: PropTypes.bool,
5088
5274
  showCloseIcon: PropTypes.bool,
5275
+ borderRadius: PropTypes.string,
5089
5276
  closeIconClass: PropTypes.string,
5090
5277
  closeSlideIcon: PropTypes.element,
5091
5278
  closeIconTopPosition: PropTypes.string,
5092
5279
  closeIconRightPosition: PropTypes.string,
5093
5280
  headerText: PropTypes.string,
5094
- headerSize: PropTypes.string,
5095
- headerStyle: PropTypes.string,
5281
+ headerFontSize: PropTypes.string,
5282
+ headerFontStyle: PropTypes.string,
5096
5283
  headerIcon: PropTypes.element,
5097
- headerFamily: PropTypes.string,
5284
+ headerFontFamily: PropTypes.string,
5098
5285
  headerTextAlign: PropTypes.string,
5099
5286
  headerIconMaxWidth: PropTypes.string,
5100
5287
  headerIconMaxHeight: PropTypes.string,
5101
5288
  headerIconMarginRight: PropTypes.string,
5102
5289
  alignItems: PropTypes.string,
5103
- mMaxHeight: PropTypes.string,
5290
+ maxHeight: PropTypes.string,
5104
5291
  imageWidth: PropTypes.string,
5105
5292
  outsideClose: PropTypes.bool,
5106
5293
  showZoomIcon: PropTypes.bool,
@@ -5109,7 +5296,7 @@ Modal.propTypes = {
5109
5296
  borderWidth: PropTypes.string,
5110
5297
  headerColor: PropTypes.string,
5111
5298
  imageHeight: PropTypes.string,
5112
- headerWeight: PropTypes.string,
5299
+ headerFontWeight: PropTypes.string,
5113
5300
  headerHeight: PropTypes.string,
5114
5301
  justifyContent: PropTypes.string,
5115
5302
  backgroundColor: PropTypes.string,
@@ -5447,7 +5634,7 @@ const NumberInput = ({
5447
5634
  });
5448
5635
  };
5449
5636
 
5450
- var css_248z$a = ".input-module_input-wrap__NunrE{position:relative;width:100%}.input-module_input-content__kP7lZ{appearance:none!important;-webkit-appearance:none!important;display:flex;width:100%}.input-module_show-more-text__PQC9x{align-self:self-end;cursor:pointer}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:inherit!important}input::-ms-clear,input::-ms-reveal{display:none}.input-module_error-message-show__OrVSo{animation-fill-mode:forwards;animation-name:input-module_error-show__9MP6k}.input-module_inp-num__vH7HL::-webkit-inner-spin-button,.input-module_inp-num__vH7HL::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-module_inp-num__vH7HL[type=number]{-moz-appearance:textfield}@keyframes input-module_error-show__9MP6k{to{bottom:-20px;transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}}";
5637
+ var css_248z$a = ".input-module_input-wrap__NunrE{width:100%}.input-module_input-content__kP7lZ{appearance:none!important;-webkit-appearance:none!important;display:flex;width:100%}.input-module_show-more-text__PQC9x{align-self:self-end;cursor:pointer}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:inherit!important}input::-ms-clear,input::-ms-reveal{display:none}.input-module_error-message-show__OrVSo{animation-fill-mode:forwards;animation-name:input-module_error-show__9MP6k}.input-module_inp-num__vH7HL::-webkit-inner-spin-button,.input-module_inp-num__vH7HL::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-module_inp-num__vH7HL[type=number]{-moz-appearance:textfield}@keyframes input-module_error-show__9MP6k{to{bottom:-20px;transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}}";
5451
5638
  var styles$9 = {"input-wrap":"input-module_input-wrap__NunrE","input-content":"input-module_input-content__kP7lZ","show-more-text":"input-module_show-more-text__PQC9x","error-message-show":"input-module_error-message-show__OrVSo","error-show":"input-module_error-show__9MP6k","inp-num":"input-module_inp-num__vH7HL"};
5452
5639
  styleInject(css_248z$a);
5453
5640
 
@@ -5466,60 +5653,61 @@ const P = styled.span`
5466
5653
  `;
5467
5654
  const Input = ({
5468
5655
  ssn,
5469
- size,
5470
5656
  name,
5471
- style,
5657
+ fontSize,
5658
+ fontStyle,
5659
+ fontWeight,
5660
+ fontFamily,
5661
+ borderRadius,
5472
5662
  color,
5473
5663
  value,
5474
5664
  width,
5475
5665
  regexp,
5476
5666
  height,
5477
- radius,
5478
5667
  change,
5479
- weight,
5480
- family,
5481
5668
  padding,
5482
5669
  telClass,
5483
5670
  leftIcon,
5484
5671
  required,
5485
5672
  disabled,
5486
- errorDots,
5487
- errorIcon,
5488
5673
  iconWidth,
5489
5674
  rightIcon,
5490
5675
  className,
5491
5676
  boxSizing,
5492
5677
  boxShadow,
5493
- errorLeft,
5494
- errorSize,
5495
5678
  maxLength,
5496
5679
  floatToFix,
5497
5680
  minNumSize,
5498
5681
  maxNumSize,
5499
- errorColor,
5500
5682
  withoutDot,
5501
- errorStyle,
5502
5683
  iconPadding,
5503
- errorAction,
5504
5684
  placeholder,
5505
- errorZindex,
5506
- errorWeight,
5507
- errorFamily,
5508
5685
  phoneDisplay,
5509
- errorMessage,
5510
5686
  autoComplete,
5511
5687
  showLabelIcon,
5688
+ boxShadowHover,
5689
+ errorLeft,
5690
+ errorDots,
5691
+ errorIcon,
5692
+ errorColor,
5693
+ errorAction,
5694
+ errorZindex,
5695
+ errorMessage,
5512
5696
  errorIconSide,
5513
5697
  showErrorIcon,
5698
+ errorFontSize,
5514
5699
  errorMarginTop,
5515
5700
  errorBoxShadow,
5516
- boxShadowHover,
5517
5701
  errorClassName,
5518
- phoneAlignItems,
5702
+ errorFontStyle,
5519
5703
  errorLineHeight,
5704
+ errorIconMargin,
5705
+ errorFontWeight,
5706
+ errorFontFamily,
5707
+ errorInContent,
5708
+ phoneAlignItems,
5520
5709
  numberMaxLength,
5521
5710
  backgroundColor,
5522
- errorIconMargin,
5523
5711
  placeholderColor,
5524
5712
  withZero = false,
5525
5713
  regexpErrorMessage,
@@ -5531,19 +5719,19 @@ const Input = ({
5531
5719
  backgroundDisableColor,
5532
5720
  telBorderRightColorHover,
5533
5721
  label,
5534
- labelSize,
5535
5722
  labelIcon,
5536
- labelStyle,
5537
5723
  labelColor,
5538
5724
  labelAction,
5539
- labelWeight,
5540
5725
  labelDisplay,
5726
+ lableShowMore,
5541
5727
  labelIconSide,
5728
+ labelFontSize,
5729
+ labelFontStyle,
5542
5730
  labelIconMargin,
5731
+ labelFontWeight,
5543
5732
  labelFontFamily,
5544
5733
  labelLineHeight,
5545
5734
  labelMarginBottom,
5546
- lableShowMore,
5547
5735
  labelShowLessText,
5548
5736
  labelShowMoreText,
5549
5737
  showMoreTextColor,
@@ -5580,10 +5768,10 @@ const Input = ({
5580
5768
  cursor: disabled ? 'not-allowed' : 'auto',
5581
5769
  height: height ?? configStyles.INPUT.height,
5582
5770
  padding: padding ?? configStyles.INPUT.padding,
5583
- fontSize: size ?? configStyles.INPUT.font.size,
5584
- fontStyle: style ?? configStyles.INPUT.font.style,
5585
- fontWeight: weight ?? configStyles.INPUT.font.weight,
5586
- fontFamily: family ?? configStyles.INPUT.font.family,
5771
+ fontSize: fontSize ?? configStyles.INPUT.font.size,
5772
+ fontStyle: fontStyle ?? configStyles.INPUT.font.style,
5773
+ fontWeight: fontWeight ?? configStyles.INPUT.font.weight,
5774
+ fontFamily: fontFamily ?? configStyles.INPUT.font.family,
5587
5775
  boxSizing: boxSizing ?? configStyles.INPUT.box.sizing,
5588
5776
  color: innerErrorMessage && errorColor ? errorColor : color ? color : configStyles.INPUT.color,
5589
5777
  backgroundColor: disabled ? backgroundDisableColor ? backgroundDisableColor : configStyles.INPUT.colors.backgroundDisable : backgroundColor ? backgroundColor : configStyles.INPUT.colors.background
@@ -5763,7 +5951,10 @@ const Input = ({
5763
5951
  }, []);
5764
5952
  return configStyles.INPUT && /*#__PURE__*/React__default.createElement("div", {
5765
5953
  ref: parentRef,
5766
- className: classProps
5954
+ className: classProps,
5955
+ style: {
5956
+ position: (errorInContent ? errorInContent : configStyles.INPUT.error.inContent) ? 'static' : 'relative'
5957
+ }
5767
5958
  }, /*#__PURE__*/React__default.createElement("style", null, `.tui-color-placeholder::placeholder {
5768
5959
  color: ${placeholderColor ?? configStyles.INPUT.colors.placeholder};
5769
5960
  }`), label && /*#__PURE__*/React__default.createElement("div", {
@@ -5788,13 +5979,13 @@ const Input = ({
5788
5979
  ref: labelRef,
5789
5980
  style: {
5790
5981
  color: labelColor ?? configStyles.INPUT.label.color,
5791
- fontSize: labelSize ?? configStyles.INPUT.label.font.size,
5792
- fontStyle: labelStyle ?? configStyles.INPUT.label.font.style,
5793
5982
  display: labelDisplay ?? configStyles.INPUT.label.display,
5794
- fontWeight: labelWeight ?? configStyles.INPUT.label.font.weight,
5983
+ fontSize: labelFontSize ?? configStyles.INPUT.label.font.size,
5984
+ fontStyle: labelFontStyle ?? configStyles.INPUT.label.font.style,
5795
5985
  lineHeight: labelLineHeight ?? configStyles.INPUT.label.lineHeight,
5796
- marginBottom: labelMarginBottom ?? configStyles.INPUT.label.marginBottom,
5986
+ fontWeight: labelFontWeight ?? configStyles.INPUT.label.font.weight,
5797
5987
  fontFamily: labelFontFamily ?? configStyles.INPUT.label.font.family,
5988
+ marginBottom: labelMarginBottom ?? configStyles.INPUT.label.marginBottom,
5798
5989
  whiteSpace: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.INPUT.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.INPUT.label.showMore) && !showMore ? 'nowrap' : 'normal',
5799
5990
  overflow: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.INPUT.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.INPUT.label.showMore) && !showMore ? 'hidden' : 'visible',
5800
5991
  textOverflow: (useLabelTooltip ? useLabelTooltip : (useLabelTooltip === null || useLabelTooltip === undefined) && configStyles.INPUT.label.useTooltip) || (lableShowMore ? lableShowMore : (lableShowMore === null || lableShowMore === undefined) && configStyles.INPUT.label.showMore) && !showMore ? 'ellipsis' : '',
@@ -5805,9 +5996,9 @@ const Input = ({
5805
5996
  }, label, handleCheckTextWidth() === 'more' && showMore && (lableShowMore || configStyles.INPUT.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
5806
5997
  className: styles$9['show-more-text'],
5807
5998
  style: {
5808
- fontSize: labelSize ?? configStyles.INPUT.label.font.size,
5809
- fontStyle: labelStyle ?? configStyles.INPUT.label.font.style,
5810
- fontWeight: labelWeight ?? configStyles.INPUT.label.font.weight,
5999
+ fontSize: labelFontSize ?? configStyles.INPUT.label.font.size,
6000
+ fontStyle: labelFontStyle ?? configStyles.INPUT.label.font.style,
6001
+ fontWeight: labelFontWeight ?? configStyles.INPUT.label.font.weight,
5811
6002
  fontFamily: labelFontFamily ?? configStyles.INPUT.label.font.family,
5812
6003
  color: showMoreTextColor ?? configStyles.INPUT.label.showMoreTextColor
5813
6004
  },
@@ -5825,9 +6016,9 @@ const Input = ({
5825
6016
  }) : '', handleCheckTextWidth() === 'more' && !showMore && (lableShowMore || configStyles.INPUT.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
5826
6017
  className: styles$9['show-more-text'],
5827
6018
  style: {
5828
- fontSize: labelSize ?? configStyles.INPUT.label.font.size,
5829
- fontStyle: labelStyle ?? configStyles.INPUT.label.font.style,
5830
- fontWeight: labelWeight ?? configStyles.INPUT.label.font.weight,
6019
+ fontSize: labelFontSize ?? configStyles.INPUT.label.font.size,
6020
+ fontStyle: labelFontStyle ?? configStyles.INPUT.label.font.style,
6021
+ fontWeight: labelFontWeight ?? configStyles.INPUT.label.font.weight,
5831
6022
  fontFamily: labelFontFamily ?? configStyles.INPUT.label.font.family,
5832
6023
  color: showMoreTextColor ?? configStyles.INPUT.label.showMoreTextColor,
5833
6024
  marginBottom: labelMarginBottom ?? configStyles.INPUT.label.marginBottom
@@ -5837,7 +6028,7 @@ const Input = ({
5837
6028
  className: `${styles$9['input-content']}`,
5838
6029
  style: {
5839
6030
  width: width ?? configStyles.INPUT.width,
5840
- borderRadius: radius ?? configStyles.INPUT.radius,
6031
+ borderRadius: borderRadius ?? configStyles.INPUT.radius,
5841
6032
  boxShadow: innerErrorMessage ? errorBoxShadow ? errorBoxShadow : configStyles.INPUT.error.box.shadow : isHover && !disabled ? boxShadowHover ? boxShadowHover : configStyles.INPUT.box.shadowHover : boxShadow ? boxShadow : configStyles.INPUT.box.shadow
5842
6033
  },
5843
6034
  onMouseEnter: handleMouseEnter,
@@ -5853,8 +6044,8 @@ const Input = ({
5853
6044
  width: iconWidth ?? configStyles.INPUT.iconWidth,
5854
6045
  boxSizing: boxSizing ?? configStyles.INPUT.box.sizing,
5855
6046
  padding: iconPadding ?? configStyles.INPUT.iconPadding,
5856
- borderTopLeftRadius: radius ?? configStyles.INPUT.radius,
5857
- borderBottomLeftRadius: radius ?? configStyles.INPUT.radius,
6047
+ borderTopLeftRadius: borderRadius ?? configStyles.INPUT.radius,
6048
+ borderBottomLeftRadius: borderRadius ?? configStyles.INPUT.radius,
5858
6049
  backgroundColor: disabled ? backgroundDisableColor ? backgroundDisableColor : configStyles.INPUT.colors.backgroundDisable : backgroundColor ? backgroundColor : configStyles.INPUT.colors.background
5859
6050
  }
5860
6051
  }, type === 'password' ? show ? leftIcon[1] : leftIcon[0] : leftIcon[0]) : '', type === 'tel' ? /*#__PURE__*/React__default.createElement(TelInput, {
@@ -5865,7 +6056,7 @@ const Input = ({
5865
6056
  disabled: disabled,
5866
6057
  inpStyles: inpStyles,
5867
6058
  inpAttributes: inpAttributes,
5868
- radius: radius ?? configStyles.INPUT.radius,
6059
+ radius: borderRadius ?? configStyles.INPUT.radius,
5869
6060
  telClass: telClass ?? configStyles.INPUT.tel.className,
5870
6061
  phoneDisplay: phoneDisplay ?? configStyles.INPUT.tel.display,
5871
6062
  phoneAlignItems: phoneAlignItems ?? configStyles.INPUT.tel.alignItems,
@@ -5890,7 +6081,7 @@ const Input = ({
5890
6081
  minNumSize: minNumSize ? minNumSize : '',
5891
6082
  maxNumSize: maxNumSize ? maxNumSize : '',
5892
6083
  setInnerErrorMessage: setInnerErrorMessage,
5893
- radius: radius ?? configStyles.INPUT.radius,
6084
+ radius: borderRadius ?? configStyles.INPUT.radius,
5894
6085
  checkLeftIcon: leftIcon && leftIcon.length > 0 ? true : false,
5895
6086
  checkRightIcon: rightIcon && rightIcon.length > 0 ? true : false
5896
6087
  }) : type === 'password' ? /*#__PURE__*/React__default.createElement(PassInput, {
@@ -5901,7 +6092,7 @@ const Input = ({
5901
6092
  inputChange: change,
5902
6093
  inpStyles: inpStyles,
5903
6094
  inpAttributes: inpAttributes,
5904
- radius: radius ?? configStyles.INPUT.radius,
6095
+ radius: borderRadius ?? configStyles.INPUT.radius,
5905
6096
  maxLength: maxLength ?? configStyles.INPUT.maxLength,
5906
6097
  checkLeftIcon: leftIcon && leftIcon.length > 0 ? true : false,
5907
6098
  checkRightIcon: rightIcon && rightIcon.length > 0 ? true : false
@@ -5912,7 +6103,7 @@ const Input = ({
5912
6103
  inputChange: change,
5913
6104
  inpStyles: inpStyles,
5914
6105
  inpAttributes: inpAttributes,
5915
- radius: radius ?? configStyles.INPUT.radius,
6106
+ radius: borderRadius ?? configStyles.INPUT.radius,
5916
6107
  maxLength: maxLength ?? configStyles.INPUT.maxLength,
5917
6108
  checkLeftIcon: leftIcon && leftIcon.length > 0 ? true : false,
5918
6109
  checkRightIcon: rightIcon && rightIcon.length > 0 ? true : false
@@ -5927,8 +6118,8 @@ const Input = ({
5927
6118
  width: iconWidth ?? configStyles.INPUT.iconWidth,
5928
6119
  boxSizing: boxSizing ?? configStyles.INPUT.box.sizing,
5929
6120
  padding: iconPadding ?? configStyles.INPUT.iconPadding,
5930
- borderTopRightRadius: radius ?? configStyles.INPUT.radius,
5931
- borderBottomRightRadius: radius ?? configStyles.INPUT.radius,
6121
+ borderTopRightRadius: borderRadius ?? configStyles.INPUT.radius,
6122
+ borderBottomRightRadius: borderRadius ?? configStyles.INPUT.radius,
5932
6123
  backgroundColor: disabled ? backgroundDisableColor ? backgroundDisableColor : configStyles.INPUT.colors.backgroundDisable : backgroundColor ? backgroundColor : configStyles.INPUT.colors.background
5933
6124
  }
5934
6125
  }, type === 'password' ? show ? rightIcon[1] : rightIcon[0] : rightIcon[0]) : ''), innerErrorMessage ? /*#__PURE__*/React__default.createElement(P
@@ -5938,16 +6129,17 @@ const Input = ({
5938
6129
  margin: '0px',
5939
6130
  display: 'flex',
5940
6131
  alignItems: 'center',
5941
- position: 'absolute',
6132
+ position: (errorInContent ? errorInContent : configStyles.INPUT.error.inContent) ? 'static' : 'absolute',
5942
6133
  width: width ?? configStyles.INPUT.width,
5943
6134
  left: errorLeft ?? configStyles.INPUT.error.left,
5944
6135
  color: errorColor ?? configStyles.INPUT.error.color,
5945
6136
  zIndex: errorZindex ?? configStyles.INPUT.error.zIndex,
5946
- fontSize: errorSize ?? configStyles.INPUT.error.font.size,
5947
- fontStyle: errorStyle ?? configStyles.INPUT.error.font.style,
5948
- fontFamily: errorFamily ?? configStyles.INPUT.error.font.family,
5949
- fontWeight: errorWeight ?? configStyles.INPUT.error.font.weight,
6137
+ fontSize: errorFontSize ?? configStyles.INPUT.error.font.size,
6138
+ fontStyle: errorFontStyle ?? configStyles.INPUT.error.font.style,
6139
+ fontFamily: errorFontFamily ?? configStyles.INPUT.error.font.family,
6140
+ fontWeight: errorFontWeight ?? configStyles.INPUT.error.font.weight,
5950
6141
  lineHeight: errorLineHeight ?? configStyles.INPUT.error.lineHeight,
6142
+ marginTop: (errorInContent ? errorInContent : configStyles.INPUT.error.inContent) ? errorMarginTop ?? configStyles.INPUT.error.marginTop : '0px',
5951
6143
  top: errorMarginTop ? `calc(100% + ${errorMarginTop})` : `calc(100% + ${configStyles.INPUT.error.marginTop})`,
5952
6144
  transform: 'scale3d(1,1,1)'
5953
6145
  },
@@ -5984,55 +6176,54 @@ const Input = ({
5984
6176
  };
5985
6177
  Input.propTypes = {
5986
6178
  ssn: PropTypes.bool,
5987
- size: PropTypes.string,
5988
6179
  name: PropTypes.string,
5989
6180
  change: PropTypes.func,
5990
- style: PropTypes.string,
6181
+ fontSize: PropTypes.string,
6182
+ fontStyle: PropTypes.string,
6183
+ fontWeight: PropTypes.string,
6184
+ fontFamily: PropTypes.string,
5991
6185
  color: PropTypes.string,
5992
6186
  width: PropTypes.string,
5993
6187
  withZero: PropTypes.bool,
5994
- weight: PropTypes.string,
5995
- family: PropTypes.string,
5996
6188
  required: PropTypes.bool,
5997
6189
  disabled: PropTypes.bool,
5998
6190
  height: PropTypes.string,
5999
- radius: PropTypes.string,
6000
6191
  padding: PropTypes.string,
6001
6192
  cardNumber: PropTypes.bool,
6002
6193
  withoutDot: PropTypes.bool,
6003
6194
  className: PropTypes.string,
6004
6195
  iconWidth: PropTypes.string,
6005
- iconPadding: PropTypes.string,
6006
6196
  maxLength: PropTypes.number,
6007
6197
  floatToFix: PropTypes.number,
6008
6198
  minNumSize: PropTypes.number,
6009
6199
  maxNumSize: PropTypes.number,
6010
- borderRight: PropTypes.string,
6200
+ iconPadding: PropTypes.string,
6011
6201
  placeholder: PropTypes.string,
6202
+ borderRadius: PropTypes.string,
6012
6203
  placeholderColor: PropTypes.string,
6013
6204
  phoneDisplay: PropTypes.string,
6014
6205
  autoComplete: PropTypes.string,
6015
6206
  errorDots: PropTypes.bool,
6016
6207
  errorLeft: PropTypes.string,
6017
- errorSize: PropTypes.string,
6018
6208
  errorIcon: PropTypes.string,
6019
6209
  errorAction: PropTypes.func,
6020
6210
  errorColor: PropTypes.string,
6021
- errorStyle: PropTypes.string,
6022
6211
  showErrorIcon: PropTypes.bool,
6023
- errorWeight: PropTypes.string,
6024
- errorFamily: PropTypes.string,
6212
+ errorFontSize: PropTypes.string,
6213
+ errorFontStyle: PropTypes.string,
6214
+ errorFontWeight: PropTypes.string,
6215
+ errorFontFamily: PropTypes.string,
6025
6216
  errorZindex: PropTypes.string,
6026
- errorIconSide: PropTypes.oneOf(Object.values(IconSides)),
6027
6217
  errorMessage: PropTypes.string,
6028
- errorPosition: PropTypes.string,
6218
+ errorInContent: PropTypes.bool,
6029
6219
  errorMarginTop: PropTypes.string,
6030
6220
  errorClassName: PropTypes.string,
6221
+ errorBoxShadow: PropTypes.string,
6031
6222
  errorIconMargin: PropTypes.string,
6032
6223
  errorLineHeight: PropTypes.string,
6224
+ errorIconSide: PropTypes.oneOf(Object.values(IconSides)),
6033
6225
  boxSizing: PropTypes.string,
6034
6226
  boxShadow: PropTypes.string,
6035
- errorBoxShadow: PropTypes.string,
6036
6227
  boxShadowHover: PropTypes.string,
6037
6228
  phoneAlignItems: PropTypes.string,
6038
6229
  numberMaxLength: PropTypes.number,
@@ -6055,14 +6246,14 @@ Input.propTypes = {
6055
6246
  label: PropTypes.string,
6056
6247
  labelAction: PropTypes.func,
6057
6248
  labelIcon: PropTypes.string,
6058
- labelSize: PropTypes.string,
6059
6249
  labelColor: PropTypes.string,
6060
- labelStyle: PropTypes.string,
6061
6250
  showLabelIcon: PropTypes.bool,
6062
- labelWeight: PropTypes.string,
6063
6251
  labelDisplay: PropTypes.string,
6064
6252
  labelIconSide: PropTypes.oneOf(Object.values(IconSides)),
6065
6253
  labelLineHeight: PropTypes.string,
6254
+ labelFontSize: PropTypes.string,
6255
+ labelFontStyle: PropTypes.string,
6256
+ labelFontWeight: PropTypes.string,
6066
6257
  labelFontFamily: PropTypes.string,
6067
6258
  labelIconMargin: PropTypes.string,
6068
6259
  labelMarginBottom: PropTypes.string,
@@ -6305,23 +6496,20 @@ const Select = ({
6305
6496
  keyNames,
6306
6497
  selected,
6307
6498
  className,
6308
- marginTop,
6309
6499
  arrowIcon,
6310
6500
  closeIcon,
6311
- errorZindex,
6312
- errorMessage,
6313
6501
  arrowNoRotate,
6314
6502
  showCloseIcon,
6315
6503
  defaultOption,
6316
6504
  multipleCheckbox,
6317
6505
  label,
6318
6506
  labelColor,
6319
- labelWeight,
6320
6507
  labelDisplay,
6321
6508
  labelFontSize,
6322
6509
  labelFontStyle,
6323
6510
  labelLineHeight,
6324
6511
  labelFontFamily,
6512
+ labelFontWeight,
6325
6513
  labelMarginBottom,
6326
6514
  labelTextTransform,
6327
6515
  lableShowMore,
@@ -6340,12 +6528,16 @@ const Select = ({
6340
6528
  labelTooltipBackgroundColor,
6341
6529
  cursor,
6342
6530
  errorIcon,
6343
- errorSize,
6344
6531
  errorColor,
6345
- errorStyle,
6346
- errorFamily,
6347
- errorWeight,
6532
+ errorZindex,
6533
+ errorMessage,
6348
6534
  showErrorIcon,
6535
+ errorFontSize,
6536
+ errorInContent,
6537
+ errorMarginTop,
6538
+ errorFontStyle,
6539
+ errorFontFamily,
6540
+ errorFontWeight,
6349
6541
  selectedColor,
6350
6542
  selectedRadius,
6351
6543
  selectedPadding,
@@ -6360,6 +6552,7 @@ const Select = ({
6360
6552
  selectedTransition,
6361
6553
  selectedBackgroundColor,
6362
6554
  selectedDisableBackgroundColor,
6555
+ selectedDisablePlaceholderColor,
6363
6556
  optionsBoxShadow,
6364
6557
  optionsBorderRadius,
6365
6558
  optionsBackgroundColor,
@@ -6611,8 +6804,8 @@ const Select = ({
6611
6804
  ref: parentRef,
6612
6805
  className: classProps,
6613
6806
  style: {
6614
- position: 'relative',
6615
- width: '100%'
6807
+ width: '100%',
6808
+ position: (errorInContent ? errorInContent : configStyles.SELECT.error.inContent) ? 'static' : 'relative'
6616
6809
  }
6617
6810
  }, label && /*#__PURE__*/React__default.createElement("div", {
6618
6811
  style: {
@@ -6626,7 +6819,7 @@ const Select = ({
6626
6819
  ref: labelRef,
6627
6820
  style: {
6628
6821
  color: labelColor ?? configStyles.SELECT.label.color,
6629
- fontWeight: labelWeight ?? configStyles.SELECT.label.font.weight,
6822
+ fontWeight: labelFontWeight ?? configStyles.SELECT.label.font.weight,
6630
6823
  display: labelDisplay ?? configStyles.SELECT.label.display,
6631
6824
  fontSize: labelFontSize ?? configStyles.SELECT.label.font.size,
6632
6825
  fontStyle: labelFontStyle ?? configStyles.SELECT.label.font.style,
@@ -6646,7 +6839,7 @@ const Select = ({
6646
6839
  style: {
6647
6840
  fontSize: labelFontSize ?? configStyles.SELECT.label.font.size,
6648
6841
  fontStyle: labelFontStyle ?? configStyles.SELECT.label.font.style,
6649
- fontWeight: labelWeight ?? configStyles.SELECT.label.font.weight,
6842
+ fontWeight: labelFontWeight ?? configStyles.SELECT.label.font.weight,
6650
6843
  fontFamily: labelFontFamily ?? configStyles.SELECT.label.font.family,
6651
6844
  color: showMoreTextColor ?? configStyles.SELECT.label.showMoreTextColor
6652
6845
  },
@@ -6656,7 +6849,7 @@ const Select = ({
6656
6849
  style: {
6657
6850
  fontSize: labelFontSize ?? configStyles.SELECT.label.font.size,
6658
6851
  fontStyle: labelFontStyle ?? configStyles.SELECT.label.font.style,
6659
- fontWeight: labelWeight ?? configStyles.SELECT.label.font.weight,
6852
+ fontWeight: labelFontWeight ?? configStyles.SELECT.label.font.weight,
6660
6853
  fontFamily: labelFontFamily ?? configStyles.SELECT.label.font.family,
6661
6854
  color: showMoreTextColor ?? configStyles.SELECT.label.showMoreTextColor,
6662
6855
  marginBottom: labelMarginBottom ?? configStyles.INPUT.label.marginBottom
@@ -6693,7 +6886,7 @@ const Select = ({
6693
6886
  whiteSpace: disabled ? 'pre-wrap' : 'nowrap',
6694
6887
  overflow: insidePagination ? 'visible' : 'hidden',
6695
6888
  textOverflow: insidePagination ? 'initial' : 'ellipsis',
6696
- color: placeholderColor && !newSelected.length ? placeholderColor : isHover ? selectedHoverColor ? selectedHoverColor : configStyles.SELECT.selected.colors.hover : selectedColor ? selectedColor : configStyles.SELECT.selected.color
6889
+ color: disabled ? selectedDisablePlaceholderColor ? selectedDisablePlaceholderColor : configStyles.SELECT.selected.colors.placeholderDisable : placeholderColor && !newSelected.length ? placeholderColor : isHover ? selectedHoverColor ? selectedHoverColor : configStyles.SELECT.selected.colors.hover : selectedColor ? selectedColor : configStyles.SELECT.selected.color
6697
6890
  }
6698
6891
  }, !multiple && newSelected && newSelected[0] && newSelected[0][keyNames.name] ? newSelected[0][keyNames.name] : newSelected && newSelected.length > 0 ? newSelected.map((_, index) => {
6699
6892
  if (newSelected[index][keyNames.name]) {
@@ -6760,16 +6953,17 @@ const Select = ({
6760
6953
  }) : '', option[keyNames.name]);
6761
6954
  }))) : null)), errorMessage ? /*#__PURE__*/React__default.createElement("span", {
6762
6955
  style: {
6763
- position: 'absolute',
6956
+ position: (errorInContent ? errorInContent : configStyles.SELECT.error.inContent) ? 'static' : 'absolute',
6764
6957
  columnGap: '4px',
6765
6958
  color: errorColor ?? configStyles.SELECT.error.color,
6766
- fontSize: errorSize ?? configStyles.SELECT.error.font.size,
6767
- fontStyle: errorStyle ?? configStyles.SELECT.error.font.style,
6768
- display: errorIcon && showErrorIcon ? 'inline-flex' : 'inline',
6769
- fontFamily: errorFamily ?? configStyles.SELECT.error.font.family,
6770
- fontWeight: errorWeight ?? configStyles.SELECT.error.font.weight,
6959
+ fontSize: errorFontSize ?? configStyles.SELECT.error.font.size,
6960
+ fontStyle: errorFontStyle ?? configStyles.SELECT.error.font.style,
6961
+ display: errorIcon && showErrorIcon ? 'inline-flex' : 'inline-block',
6962
+ fontFamily: errorFontFamily ?? configStyles.SELECT.error.font.family,
6963
+ fontWeight: errorFontWeight ?? configStyles.SELECT.error.font.weight,
6771
6964
  zIndex: errorZindex ?? configStyles.SELECT.error.zIndex,
6772
- top: marginTop ? `calc(100% + ${marginTop})` : `calc(100% + ${configStyles.SELECT.error.marginTop})`
6965
+ marginTop: (errorInContent ? errorInContent : configStyles.SELECT.error.inContent) ? errorMarginTop ?? configStyles.SELECT.error.marginTop : '0px',
6966
+ top: errorMarginTop ? `calc(100% + ${errorMarginTop})` : `calc(100% + ${configStyles.SELECT.error.marginTop})`
6773
6967
  }
6774
6968
  }, showErrorIcon ? errorIcon ? errorIcon : configStyles.SELECT.error?.icon ? configStyles.SELECT.error?.icon : '' : '', errorMessage) : '');
6775
6969
  };
@@ -6783,24 +6977,21 @@ Select.propTypes = {
6783
6977
  disabled: PropTypes.bool,
6784
6978
  selected: PropTypes.array,
6785
6979
  keyNames: PropTypes.object,
6786
- marginTop: PropTypes.string,
6787
6980
  className: PropTypes.string,
6788
6981
  arrowIcon: PropTypes.element,
6789
6982
  closeIcon: PropTypes.element,
6790
6983
  arrowNoRotate: PropTypes.bool,
6791
6984
  showCloseIcon: PropTypes.bool,
6792
- errorZindex: PropTypes.number,
6793
- errorMessage: PropTypes.string,
6794
6985
  defaultOption: PropTypes.string,
6795
6986
  multipleCheckbox: PropTypes.bool,
6796
6987
  label: PropTypes.string,
6797
6988
  labelColor: PropTypes.string,
6798
- labelWeight: PropTypes.string,
6799
6989
  labelDisplay: PropTypes.string,
6800
6990
  labelFontSize: PropTypes.string,
6801
6991
  labelFontStyle: PropTypes.string,
6802
6992
  labelLineHeight: PropTypes.string,
6803
6993
  labelFontFamily: PropTypes.string,
6994
+ labelFontWeight: PropTypes.string,
6804
6995
  labelMarginBottom: PropTypes.string,
6805
6996
  labelTextTransform: PropTypes.string,
6806
6997
  lableShowMore: PropTypes.bool,
@@ -6808,10 +6999,17 @@ Select.propTypes = {
6808
6999
  labelShowMoreText: PropTypes.string,
6809
7000
  showMoreTextColor: PropTypes.string,
6810
7001
  cursor: PropTypes.string,
6811
- errorSize: PropTypes.string,
6812
7002
  errorColor: PropTypes.string,
6813
7003
  errorIcon: PropTypes.element,
6814
7004
  showErrorIcon: PropTypes.bool,
7005
+ errorZindex: PropTypes.number,
7006
+ errorInContent: PropTypes.bool,
7007
+ errorMessage: PropTypes.string,
7008
+ errorFontSize: PropTypes.string,
7009
+ errorMarginTop: PropTypes.string,
7010
+ errorFontStyle: PropTypes.string,
7011
+ errorFontFamily: PropTypes.string,
7012
+ errorFontWeight: PropTypes.string,
6815
7013
  selectedColor: PropTypes.string,
6816
7014
  selectedRadius: PropTypes.string,
6817
7015
  selectedMinHeight: PropTypes.string,
@@ -6826,6 +7024,7 @@ Select.propTypes = {
6826
7024
  selectedTransition: PropTypes.string,
6827
7025
  selectedBackgroundColor: PropTypes.string,
6828
7026
  selectedDisableBackgroundColor: PropTypes.string,
7027
+ selectedDisablePlaceholderColor: PropTypes.string,
6829
7028
  optionsBoxShadow: PropTypes.string,
6830
7029
  optionsBorderRadius: PropTypes.string,
6831
7030
  optionsBackgroundColor: PropTypes.string,
@@ -7156,9 +7355,9 @@ Toast.propTypes = {
7156
7355
  type: PropTypes.oneOf(Object.values(ToasterType)).isRequired
7157
7356
  };
7158
7357
 
7159
- let toastify = document.getElementById('toastify');
7160
7358
  let path = window.location.href;
7161
7359
  const removeToast = ref => {
7360
+ let toastify = document.getElementById('toastify');
7162
7361
  if (ref.current) {
7163
7362
  const node = ref.current;
7164
7363
  const removeElem = node.parentNode;
@@ -7232,6 +7431,7 @@ const createToast = ({
7232
7431
  styleProps,
7233
7432
  description
7234
7433
  }) => {
7434
+ let toastify = document.getElementById('toastify');
7235
7435
  let innerConfigStyles = {};
7236
7436
  let toastParentBlock;
7237
7437
  if (!toastify) {
@@ -7331,6 +7531,7 @@ const Toaster = () => {
7331
7531
  const [configStyles, setConfigStyles] = useState({});
7332
7532
  window.addEventListener('popstate', () => {
7333
7533
  if (path !== window.location.href) {
7534
+ let toastify = document.getElementById('toastify');
7334
7535
  if (!toastify) {
7335
7536
  toastify = document.createElement('div');
7336
7537
  toastify.setAttribute('id', 'toastify');
@@ -7403,7 +7604,6 @@ const Tooltip = ({
7403
7604
  width,
7404
7605
  color,
7405
7606
  height,
7406
- radius,
7407
7607
  fontSize,
7408
7608
  hoverOpen,
7409
7609
  className,
@@ -7411,9 +7611,10 @@ const Tooltip = ({
7411
7611
  fontFamily,
7412
7612
  fontWeight,
7413
7613
  tooltipIcon,
7614
+ borderRadius,
7414
7615
  tooltipWidth,
7415
- tooltipRadius,
7416
7616
  backgroundColor,
7617
+ tooltipBorderRadius,
7417
7618
  tooltipBackgroundColor,
7418
7619
  direction = 'top'
7419
7620
  }) => {
@@ -7486,7 +7687,7 @@ const Tooltip = ({
7486
7687
  style: {
7487
7688
  width: width ?? configStyles.TOOLTIP.parent.width,
7488
7689
  height: height ?? configStyles.TOOLTIP.parent.height,
7489
- borderRadius: radius ?? configStyles.TOOLTIP.parent.radius,
7690
+ borderRadius: borderRadius ?? configStyles.TOOLTIP.parent.radius,
7490
7691
  backgroundColor: backgroundColor ?? configStyles.TOOLTIP.parent.colors.background
7491
7692
  },
7492
7693
  onClick: e => e.stopPropagation()
@@ -7495,7 +7696,7 @@ const Tooltip = ({
7495
7696
  className: `${styles$6['tooltip']}`,
7496
7697
  style: {
7497
7698
  width: tooltipWidth ?? configStyles.TOOLTIP.width,
7498
- borderRadius: tooltipRadius ?? configStyles.TOOLTIP.radius,
7699
+ borderRadius: tooltipBorderRadius ?? configStyles.TOOLTIP.radius,
7499
7700
  backgroundColor: tooltipBackgroundColor ?? configStyles.TOOLTIP.colors.background,
7500
7701
  top: direction === 'top' || direction === 'top-left' || direction === 'top-right' ? `calc(-${checkTooltipHeight + 7}px)` : direction === 'bottom' || direction === 'bottom-left' || direction === 'bottom-right' ? 'calc(100% + 7px)' : direction === 'left' || direction === 'right' ? `calc(50% - ${checkTooltipHeight / 2}px)` : direction === 'left-top' || direction === 'right-top' ? '0px' : direction === 'left-bottom' || direction === 'right-bottom' ? `calc(-${checkTooltipHeight - tooltipIconParentHeight}px)` : '0px',
7501
7702
  left: direction === 'top' || direction === 'bottom' ? `calc(50% - ${checkTooltipWidth / 2}px)` : direction === 'left' || direction === 'left-top' || direction === 'left-bottom' ? `-${checkTooltipWidth + 7}px` : direction === 'top-left' || direction === 'bottom-left' ? `0px` : direction === 'top-right' || direction === 'bottom-right' ? `-${checkTooltipWidth - tooltipIconParentWidth}px` : direction === 'right' || direction === 'right-top' || direction === 'right-bottom' ? 'calc(100% + 7px)' : '0px'
@@ -7532,16 +7733,16 @@ Tooltip.propTypes = {
7532
7733
  width: PropTypes.string,
7533
7734
  color: PropTypes.string,
7534
7735
  height: PropTypes.string,
7535
- radius: PropTypes.string,
7536
7736
  hoverOpen: PropTypes.bool,
7537
7737
  fontSize: PropTypes.string,
7538
7738
  fontStyle: PropTypes.string,
7539
7739
  className: PropTypes.string,
7540
7740
  fontFamily: PropTypes.string,
7541
7741
  fontWeight: PropTypes.string,
7742
+ borderRadius: PropTypes.string,
7542
7743
  tooltipWidth: PropTypes.string,
7543
7744
  tooltipIcon: PropTypes.element,
7544
- tooltipRadius: PropTypes.string,
7745
+ tooltipBorderRadius: PropTypes.string,
7545
7746
  text: PropTypes.string.isRequired,
7546
7747
  backgroundColor: PropTypes.string,
7547
7748
  tooltipBackgroundColor: PropTypes.string,
@@ -7907,16 +8108,11 @@ const PositionSide = {
7907
8108
  BOTTOM: 'bottom'
7908
8109
  };
7909
8110
  const Textarea = ({
7910
- size,
7911
8111
  name,
7912
- style,
7913
- family,
7914
- weight,
7915
8112
  width,
7916
8113
  value,
7917
8114
  height,
7918
8115
  resize,
7919
- radius,
7920
8116
  padding,
7921
8117
  disabled,
7922
8118
  required,
@@ -7928,25 +8124,31 @@ const Textarea = ({
7928
8124
  maxHeight,
7929
8125
  boxSizing,
7930
8126
  maxLength,
7931
- errorSize,
7932
- errorStyle,
7933
- errorWeight,
7934
- errorFamily,
7935
- marginTop,
8127
+ fontSize,
8128
+ fontStyle,
8129
+ fontFamily,
8130
+ fontWeight,
8131
+ placeholder,
8132
+ borderRadius,
8133
+ errorMarginTop,
7936
8134
  className,
7937
8135
  errorColor,
7938
- placeholder,
7939
8136
  errorMessage,
8137
+ errorFontSize,
8138
+ errorFontStyle,
8139
+ errorFontWeight,
8140
+ errorFontFamily,
8141
+ borderWidth,
7940
8142
  backgroundColor,
7941
8143
  borderFocusColor,
7942
8144
  borderHoverColor,
7943
8145
  showCharacterCount,
7944
8146
  label,
7945
- labelSize,
7946
8147
  labelColor,
7947
- labelStyle,
7948
- labelWeight,
7949
8148
  labelDisplay,
8149
+ labelFontSize,
8150
+ labelFontStyle,
8151
+ labelFontWeight,
7950
8152
  labelFontFamily,
7951
8153
  labelMarginBottom,
7952
8154
  lableShowMore,
@@ -8145,9 +8347,10 @@ const Textarea = ({
8145
8347
  alignItems: 'center',
8146
8348
  justifyContent: label ? 'space-between' : 'flex-end',
8147
8349
  color: labelColor ?? configStyles.TEXTAREA.label.color,
8148
- fontSize: labelSize ?? configStyles.TEXTAREA.label.font.size,
8350
+ fontSize: labelFontSize ?? configStyles.TEXTAREA.label.font.size,
8351
+ fontStyle: labelFontStyle ?? configStyles.TEXTAREA.label.font.style,
8149
8352
  fontFamily: labelFontFamily ?? configStyles.TEXTAREA.label.font.family,
8150
- fontWeight: labelWeight ?? configStyles.TEXTAREA.label.font.weight,
8353
+ fontWeight: labelFontWeight ?? configStyles.TEXTAREA.label.font.weight,
8151
8354
  marginBottom: labelMarginBottom ?? configStyles.TEXTAREA.label.marginBottom
8152
8355
  }
8153
8356
  }, label && /*#__PURE__*/React__default.createElement("div", {
@@ -8172,9 +8375,9 @@ const Textarea = ({
8172
8375
  }, label, handleCheckTextWidth() === 'more' && showMore && (lableShowMore || configStyles.TEXTAREA.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
8173
8376
  className: styles$3['show-more-text'],
8174
8377
  style: {
8175
- fontSize: labelSize ?? configStyles.TEXTAREA.label.font.size,
8176
- fontStyle: labelStyle ?? configStyles.TEXTAREA.label.font.style,
8177
- fontWeight: labelWeight ?? configStyles.TEXTAREA.label.font.weight,
8378
+ fontSize: labelFontSize ?? configStyles.TEXTAREA.label.font.size,
8379
+ fontStyle: labelFontStyle ?? configStyles.TEXTAREA.label.font.style,
8380
+ fontWeight: labelFontWeight ?? configStyles.TEXTAREA.label.font.weight,
8178
8381
  fontFamily: labelFontFamily ?? configStyles.TEXTAREA.label.font.family,
8179
8382
  color: showMoreTextColor ?? configStyles.TEXTAREA.label.showMoreTextColor
8180
8383
  },
@@ -8182,9 +8385,9 @@ const Textarea = ({
8182
8385
  }, ' ', " ", labelShowLessText ?? configStyles.TEXTAREA.label.showLessText) : ''), required && /*#__PURE__*/React__default.createElement("sup", null, iconRequired ? iconRequired : configStyles.TEXTAREA.icon.required ? configStyles.TEXTAREA.icon.required : /*#__PURE__*/React__default.createElement(SvgRequired, null)), handleCheckTextWidth() === 'more' && !showMore && (lableShowMore || configStyles.TEXTAREA.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
8183
8386
  className: styles$3['show-more-text'],
8184
8387
  style: {
8185
- fontSize: labelSize ?? configStyles.TEXTAREA.label.font.size,
8186
- fontStyle: labelStyle ?? configStyles.TEXTAREA.label.font.style,
8187
- fontWeight: labelWeight ?? configStyles.TEXTAREA.label.font.weight,
8388
+ fontSize: labelFontSize ?? configStyles.TEXTAREA.label.font.size,
8389
+ fontStyle: labelFontStyle ?? configStyles.TEXTAREA.label.font.style,
8390
+ fontWeight: labelFontWeight ?? configStyles.TEXTAREA.label.font.weight,
8188
8391
  fontFamily: labelFontFamily ?? configStyles.TEXTAREA.label.font.family,
8189
8392
  color: showMoreTextColor ?? configStyles.TEXTAREA.label.showMoreTextColor
8190
8393
  },
@@ -8201,20 +8404,20 @@ const Textarea = ({
8201
8404
  outline: 'none',
8202
8405
  overflow: 'auto',
8203
8406
  cursor: disabled ? 'not-allowed' : 'auto',
8204
- fontSize: size ?? configStyles.TEXTAREA.font.size,
8205
- fontStyle: style ?? configStyles.TEXTAREA.font.style,
8206
- fontFamily: family ?? configStyles.TEXTAREA.font.family,
8207
- fontWeight: weight ?? configStyles.TEXTAREA.font.weight,
8208
8407
  height: height ?? configStyles.TEXTAREA.height,
8209
8408
  padding: padding ?? configStyles.TEXTAREA.padding,
8210
- borderRadius: radius ?? configStyles.TEXTAREA.radius,
8211
8409
  minWidth: minWidth ?? configStyles.TEXTAREA.minWidth,
8212
8410
  maxWidth: maxWidth ?? configStyles.TEXTAREA.maxWidth,
8411
+ fontSize: fontSize ?? configStyles.TEXTAREA.font.size,
8213
8412
  minHeight: minHeight ?? configStyles.TEXTAREA.minHeight,
8214
8413
  maxHeight: maxHeight ?? configStyles.TEXTAREA.maxHeight,
8215
8414
  boxSizing: boxSizing ?? configStyles.TEXTAREA.box.sizing,
8415
+ fontStyle: fontStyle ?? configStyles.TEXTAREA.font.style,
8416
+ borderRadius: borderRadius ?? configStyles.TEXTAREA.radius,
8417
+ fontFamily: fontFamily ?? configStyles.TEXTAREA.font.family,
8418
+ fontWeight: fontWeight ?? configStyles.TEXTAREA.font.weight,
8216
8419
  backgroundColor: backgroundColor ?? configStyles.TEXTAREA.colors.background,
8217
- boxShadow: error ? errorColor ? `0 0 0 2px ${errorColor}` : configStyles.TEXTAREA.error.box.shadow : isFocus ? borderFocusColor ? `0 0 0 2px ${borderFocusColor}` : configStyles.TEXTAREA.box.colors.focus : isHover ? borderHoverColor ? `0 0 0 2px ${borderHoverColor}` : configStyles.TEXTAREA.box.colors.hover : boxShadow ? boxShadow : configStyles.INPUT.box.shadow,
8420
+ boxShadow: error ? errorColor ? `0 0 0 ${borderWidth ? borderWidth : configStyles.TEXTAREA.box.width} ${errorColor}` : configStyles.TEXTAREA.error.box.shadow : isFocus ? borderFocusColor ? `0 0 0 ${borderWidth ? borderWidth : configStyles.TEXTAREA.box.width} ${borderFocusColor}` : configStyles.TEXTAREA.box.colors.focus : isHover ? borderHoverColor ? `0 0 0 ${borderWidth ? borderWidth : configStyles.TEXTAREA.box.width} ${borderHoverColor}` : configStyles.TEXTAREA.box.colors.hover : boxShadow ? boxShadow : configStyles.INPUT.box.shadow,
8218
8421
  resize: resize ? resize : configStyles.TEXTAREA.resize
8219
8422
  },
8220
8423
  name: name,
@@ -8233,8 +8436,9 @@ const Textarea = ({
8233
8436
  }, /*#__PURE__*/React__default.createElement("span", {
8234
8437
  style: {
8235
8438
  color: labelColor ?? configStyles.TEXTAREA.label.color,
8236
- fontSize: labelSize ?? configStyles.TEXTAREA.label.font.size,
8237
- fontWeight: labelWeight ?? configStyles.TEXTAREA.label.font.weight,
8439
+ fontSize: labelFontSize ?? configStyles.TEXTAREA.label.font.size,
8440
+ fontStyle: labelFontStyle ?? configStyles.TEXTAREA.label.font.style,
8441
+ fontWeight: labelFontWeight ?? configStyles.TEXTAREA.label.font.weight,
8238
8442
  fontFamily: labelFontFamily ?? configStyles.TEXTAREA.label.font.family
8239
8443
  }
8240
8444
  }, maxLength - value.length, " \u0576\u056B\u0577")), error ? /*#__PURE__*/React__default.createElement("div", {
@@ -8247,11 +8451,11 @@ const Textarea = ({
8247
8451
  style: {
8248
8452
  display: 'inline-block',
8249
8453
  color: errorColor ?? configStyles.TEXTAREA.error.color,
8250
- fontSize: errorSize ?? configStyles.TEXTAREA.error.font.size,
8251
- fontStyle: errorStyle ?? configStyles.TEXTAREA.error.font.style,
8252
- fontWeight: errorWeight ?? configStyles.TEXTAREA.error.font.weight,
8253
- fontFamily: errorFamily ?? configStyles.TEXTAREA.error.font.family,
8254
- marginTop: marginTop ?? configStyles.TEXTAREA.error.marginTop
8454
+ fontSize: errorFontSize ?? configStyles.TEXTAREA.error.font.size,
8455
+ fontStyle: errorFontStyle ?? configStyles.TEXTAREA.error.font.style,
8456
+ fontWeight: errorFontWeight ?? configStyles.TEXTAREA.error.font.weight,
8457
+ fontFamily: errorFontFamily ?? configStyles.TEXTAREA.error.font.family,
8458
+ marginTop: errorMarginTop ?? configStyles.TEXTAREA.error.marginTop
8255
8459
  }
8256
8460
  }, error)) : '');
8257
8461
  };
@@ -8272,15 +8476,15 @@ Textarea.propTypes = {
8272
8476
  minWidth: PropTypes.string,
8273
8477
  maxWidth: PropTypes.string,
8274
8478
  boxShadow: PropTypes.string,
8275
- marginTop: PropTypes.string,
8276
8479
  boxSizing: PropTypes.string,
8277
8480
  minHeight: PropTypes.string,
8278
8481
  maxHeight: PropTypes.string,
8279
8482
  maxLength: PropTypes.number,
8280
- errorSize: PropTypes.string,
8281
- errorStyle: PropTypes.string,
8282
- errorWeight: PropTypes.string,
8283
- errorFamily: PropTypes.string,
8483
+ errorFontSize: PropTypes.string,
8484
+ errorMarginTop: PropTypes.string,
8485
+ errorFontStyle: PropTypes.string,
8486
+ errorFontWeight: PropTypes.string,
8487
+ errorFontFamily: PropTypes.string,
8284
8488
  className: PropTypes.string,
8285
8489
  errorColor: PropTypes.string,
8286
8490
  placeholder: PropTypes.string,
@@ -8291,10 +8495,10 @@ Textarea.propTypes = {
8291
8495
  borderFocusColor: PropTypes.string,
8292
8496
  borderHoverColor: PropTypes.string,
8293
8497
  label: PropTypes.string,
8294
- labelSize: PropTypes.string,
8295
- labelStyle: PropTypes.string,
8498
+ labelFontSize: PropTypes.string,
8499
+ labelFontStyle: PropTypes.string,
8296
8500
  labelColor: PropTypes.string,
8297
- labelWeight: PropTypes.string,
8501
+ labelFontWeight: PropTypes.string,
8298
8502
  labelDisplay: PropTypes.string,
8299
8503
  labelFontFamily: PropTypes.string,
8300
8504
  labelMarginBottom: PropTypes.string,
@@ -8643,7 +8847,7 @@ const Swipe = ({
8643
8847
  return /*#__PURE__*/React__default.createElement("div", {
8644
8848
  style: {
8645
8849
  width: position === 'left' || position === 'right' ? width ?? SWIPEMODAL.width : '100%',
8646
- height: position === 'top' || position === 'bottom' ? height ?? SWIPEMODAL.height : '100vh'
8850
+ height: position === 'top' || position === 'bottom' ? height ?? SWIPEMODAL.height : '100dvh'
8647
8851
  }
8648
8852
  }, (title || showCloseIcon) && /*#__PURE__*/React__default.createElement("div", {
8649
8853
  style: {
@@ -8717,7 +8921,7 @@ const createElem = (id, title, child, props, swipeBlock, innerConfigStyles) => {
8717
8921
  swipeBlock.style.zIndex = swipeCount;
8718
8922
  swipeBlock.style.backgroundColor = backgroundColor ?? innerConfigStyles.SWIPEMODAL.colors.background;
8719
8923
  swipeBlock.style.width = position === 'left' || position === 'right' ? width ?? innerConfigStyles.SWIPEMODAL.width : '100%';
8720
- swipeBlock.style.height = position === 'top' || position === 'bottom' ? height ?? innerConfigStyles.SWIPEMODAL.height : '100vh';
8924
+ swipeBlock.style.height = position === 'top' || position === 'bottom' ? height ?? innerConfigStyles.SWIPEMODAL.height : '100dvh';
8721
8925
  swipeBlock.style.borderTopLeftRadius = position === 'right' || position === 'bottom' ? '0px' : borderRadius ?? innerConfigStyles.SWIPEMODAL.border.radius;
8722
8926
  swipeBlock.style.borderTopRightRadius = position === 'left' || position === 'bottom' ? '0px' : borderRadius ?? innerConfigStyles.SWIPEMODAL.border.radius;
8723
8927
  swipeBlock.style.borderBottomLeftRadius = position === 'right' || position === 'top' ? '0px' : borderRadius ?? innerConfigStyles.SWIPEMODAL.border.radius;
@@ -8759,10 +8963,10 @@ const createSwipe = (id, title, child, props, swipable) => {
8759
8963
  swipable.style.left = '0px';
8760
8964
  swipable.style.zIndex = 99999;
8761
8965
  swipable.style.maxWidth = '100%';
8762
- swipable.style.maxHeight = '100vh';
8966
+ swipable.style.maxHeight = '100dvh';
8763
8967
  swipable.style.visibility = 'hidden';
8764
8968
  swipable.style.width = widthParent ? '100%' : '0px';
8765
- swipable.style.height = widthParent ? '100vh' : '0px';
8969
+ swipable.style.height = widthParent ? '100dvh' : '0px';
8766
8970
  swipable.style.backgroundColor = props?.parent?.backgroundColor ?? innerConfigStyles.SWIPEMODAL.parent.colors.background;
8767
8971
  swipable.classList.add(styles$2['visible']);
8768
8972
  if (props.outSideClose || innerConfigStyles.SWIPEMODAL.outSideClose) {
@@ -8818,7 +9022,17 @@ const swipe = {
8818
9022
  return;
8819
9023
  }
8820
9024
  if (swipeCount === 0) {
8821
- if (newConfigStyles.SWIPEMODAL && hasOwnerProperty(newConfigStyles.SWIPEMODAL, 'noScroll') && newConfigStyles.SWIPEMODAL.noScroll) {
9025
+ if (!hasOwnerProperty(props, 'underScroll')) {
9026
+ if (newConfigStyles.SWIPEMODAL && hasOwnerProperty(newConfigStyles.SWIPEMODAL, 'underScroll') && newConfigStyles.SWIPEMODAL.underScroll === false) {
9027
+ style.textContent = `.tui-no-srcoll-class{overflow:hidden!important;}`;
9028
+ document.head.appendChild(style);
9029
+ document.body.classList.add('tui-no-srcoll-class');
9030
+ document.documentElement.classList.add('tui-no-srcoll-class');
9031
+ document.documentElement.addEventListener('touchmove', ResetTouchRemove, {
9032
+ passive: false
9033
+ });
9034
+ }
9035
+ } else if (hasOwnerProperty(props, 'underScroll') && props.underScroll === false) {
8822
9036
  style.textContent = `.tui-no-srcoll-class{overflow:hidden!important;}`;
8823
9037
  document.head.appendChild(style);
8824
9038
  document.body.classList.add('tui-no-srcoll-class');
@@ -8839,11 +9053,10 @@ const swipe = {
8839
9053
  });
8840
9054
  },
8841
9055
  close: id => {
8842
- let newConfigStyles = {};
8843
9056
  configStylesPromise.then(data => {
8844
- newConfigStyles = {
9057
+ ({
8845
9058
  ...data
8846
- };
9059
+ });
8847
9060
  }, error => {
8848
9061
  console.error(error);
8849
9062
  });
@@ -8865,14 +9078,12 @@ const swipe = {
8865
9078
  window.removeEventListener('popstate', handleNavigationChange);
8866
9079
  window.removeEventListener('navigationchange', handleNavigationChange);
8867
9080
  document.body.removeChild(swipable);
8868
- if (newConfigStyles.SWIPEMODAL && hasOwnerProperty(newConfigStyles.SWIPEMODAL, 'noScroll') && newConfigStyles.SWIPEMODAL.noScroll) {
8869
- const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
8870
- if (noScrllable) {
8871
- style.remove();
8872
- document.body.classList.remove('tui-no-srcoll-class');
8873
- document.documentElement.classList.remove('tui-no-srcoll-class');
8874
- document.documentElement.removeEventListener('touchmove', ResetTouchRemove);
8875
- }
9081
+ const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
9082
+ if (noScrllable) {
9083
+ style.remove();
9084
+ document.body.classList.remove('tui-no-srcoll-class');
9085
+ document.documentElement.classList.remove('tui-no-srcoll-class');
9086
+ document.documentElement.removeEventListener('touchmove', ResetTouchRemove);
8876
9087
  }
8877
9088
  }
8878
9089
  }, 200);
@@ -8882,14 +9093,12 @@ const swipe = {
8882
9093
  window.removeEventListener('popstate', handleNavigationChange);
8883
9094
  window.removeEventListener('navigationchange', handleNavigationChange);
8884
9095
  document.body.removeChild(swipable);
8885
- if (newConfigStyles.SWIPEMODAL && hasOwnerProperty(newConfigStyles.SWIPEMODAL, 'noScroll') && newConfigStyles.SWIPEMODAL.noScroll) {
8886
- const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
8887
- if (noScrllable) {
8888
- style.remove();
8889
- document.body.classList.remove('tui-no-srcoll-class');
8890
- document.documentElement.classList.remove('tui-no-srcoll-class');
8891
- document.documentElement.removeEventListener('touchmove', ResetTouchRemove);
8892
- }
9096
+ const noScrllable = document.getElementsByClassName('tui-no-srcoll-class');
9097
+ if (noScrllable) {
9098
+ style.remove();
9099
+ document.body.classList.remove('tui-no-srcoll-class');
9100
+ document.documentElement.classList.remove('tui-no-srcoll-class');
9101
+ document.documentElement.removeEventListener('touchmove', ResetTouchRemove);
8893
9102
  }
8894
9103
  }
8895
9104
  }
@@ -8922,21 +9131,21 @@ const TypographyType = {
8922
9131
  span: 'span'
8923
9132
  };
8924
9133
  const Typography = ({
8925
- size,
8926
9134
  color,
8927
- weight,
8928
- radius,
8929
9135
  border,
8930
9136
  cursor,
8931
9137
  onClick,
8932
9138
  children,
9139
+ fontSize,
8933
9140
  textAlign,
8934
9141
  fontStyle,
8935
9142
  className,
8936
9143
  textShadow,
8937
9144
  lineHeight,
8938
9145
  colorHover,
9146
+ fontWeight,
8939
9147
  fontFamily,
9148
+ borderRadius,
8940
9149
  textTransform,
8941
9150
  textDecoration,
8942
9151
  backgroundColor,
@@ -8957,9 +9166,9 @@ const Typography = ({
8957
9166
  style: {
8958
9167
  border: border ?? configStyles.TYPOGRAPHY.border,
8959
9168
  cursor: cursor ?? configStyles.TYPOGRAPHY.cursor,
8960
- borderRadius: radius ?? configStyles.TYPOGRAPHY.radius,
8961
- fontSize: size ?? configStyles.TYPOGRAPHY.font['size' + variant],
8962
- fontWeight: weight ?? configStyles.TYPOGRAPHY.font['weight' + variant],
9169
+ borderRadius: borderRadius ?? configStyles.TYPOGRAPHY.radius,
9170
+ fontSize: fontSize ?? configStyles.TYPOGRAPHY.font['size' + variant],
9171
+ fontWeight: fontWeight ?? configStyles.TYPOGRAPHY.font['weight' + variant],
8963
9172
  textShadow: textShadow ?? configStyles.TYPOGRAPHY.text['shadow' + variant],
8964
9173
  textAlign: textAlign ?? configStyles.TYPOGRAPHY.text['align' + variant],
8965
9174
  fontStyle: fontStyle ?? configStyles.TYPOGRAPHY.font['style' + variant],
@@ -9001,10 +9210,8 @@ const Typography = ({
9001
9210
  Typography.propTypes = {
9002
9211
  color: PropTypes.string,
9003
9212
  onClick: PropTypes.func,
9004
- weight: PropTypes.string,
9005
9213
  border: PropTypes.string,
9006
9214
  cursor: PropTypes.string,
9007
- radius: PropTypes.string,
9008
9215
  textAlign: PropTypes.string,
9009
9216
  className: PropTypes.string,
9010
9217
  fontStyle: PropTypes.string,
@@ -9012,11 +9219,13 @@ Typography.propTypes = {
9012
9219
  textShadow: PropTypes.string,
9013
9220
  fontFamily: PropTypes.string,
9014
9221
  colorHover: PropTypes.string,
9222
+ fontWeight: PropTypes.string,
9223
+ borderRadius: PropTypes.string,
9015
9224
  textTransform: PropTypes.string,
9016
9225
  textDecoration: PropTypes.string,
9017
9226
  backgroundColor: PropTypes.string,
9018
9227
  variant: PropTypes.oneOf(Object.values(TypographyType)),
9019
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9228
+ fontSize: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9020
9229
  };
9021
9230
 
9022
9231
  const Dots = '...';
@@ -9480,12 +9689,13 @@ const Autocomplete = ({
9480
9689
  required,
9481
9690
  selected,
9482
9691
  className,
9483
- errorSize,
9484
- errorStyle,
9485
- errorWeight,
9486
- errorFamily,
9487
- marginTop,
9692
+ errorFontSize,
9693
+ errorFontStyle,
9694
+ errorFontWeight,
9695
+ errorFontFamily,
9696
+ errorMarginTop,
9488
9697
  errorColor,
9698
+ errorInContent,
9489
9699
  placeHolder,
9490
9700
  errorMessage,
9491
9701
  autoComplete,
@@ -9543,11 +9753,11 @@ const Autocomplete = ({
9543
9753
  contentBottomRowHoverBackgroundColor,
9544
9754
  backgroundDisableColor,
9545
9755
  label,
9546
- labelSize,
9547
- labelStyle,
9548
9756
  labelColor,
9549
- labelWeight,
9550
9757
  labelDisplay,
9758
+ labelFontSize,
9759
+ labelFontStyle,
9760
+ labelFontWeight,
9551
9761
  labelLineHeight,
9552
9762
  labelFontFamily,
9553
9763
  labelMarginBottom,
@@ -9687,14 +9897,15 @@ const Autocomplete = ({
9687
9897
  }, item[keyNames.name]);
9688
9898
  }))) : innerError ? '' : innerValue.length <= 0 ? '' : /*#__PURE__*/React__default.createElement("span", {
9689
9899
  style: {
9690
- position: 'absolute',
9900
+ position: (errorInContent ? errorInContent : configStyles.AUTOCOMPLETE.error.inContent) ? 'static' : 'absolute',
9691
9901
  zIndex: '1',
9692
9902
  color: errorColor ?? configStyles.AUTOCOMPLETE.error.color,
9693
- fontSize: errorSize ?? configStyles.AUTOCOMPLETE.error.font.size,
9694
- fontStyle: errorStyle ?? configStyles.AUTOCOMPLETE.error.font.style,
9695
- fontWeight: errorWeight ?? configStyles.AUTOCOMPLETE.error.font.weight,
9696
- fontFamily: errorFamily ?? configStyles.AUTOCOMPLETE.error.font.family,
9697
- top: marginTop ? `calc(100% + ${marginTop})` : `calc(100% + ${configStyles.AUTOCOMPLETE.error.marginTop})`,
9903
+ fontSize: errorFontSize ?? configStyles.AUTOCOMPLETE.error.font.size,
9904
+ fontStyle: errorFontStyle ?? configStyles.AUTOCOMPLETE.error.font.style,
9905
+ fontWeight: errorFontWeight ?? configStyles.AUTOCOMPLETE.error.font.weight,
9906
+ fontFamily: errorFontFamily ?? configStyles.AUTOCOMPLETE.error.font.family,
9907
+ marginTop: (errorInContent ? errorInContent : configStyles.AUTOCOMPLETE.error.inContent) ? errorMarginTop ?? configStyles.AUTOCOMPLETE.error.marginTop : '0px',
9908
+ top: errorMarginTop ? `calc(100% + ${errorMarginTop})` : `calc(100% + ${configStyles.AUTOCOMPLETE.error.marginTop})`,
9698
9909
  padding: innerErrorPadding ?? configStyles.AUTOCOMPLETE.innerError.padding,
9699
9910
  height: contentBottomRowHeight ?? configStyles.AUTOCOMPLETE.contentBottom.row.height,
9700
9911
  lineHeight: contentBottomRowLineHeight ?? configStyles.AUTOCOMPLETE.contentBottom.row.lineHeight,
@@ -9863,9 +10074,9 @@ const Autocomplete = ({
9863
10074
  style: {
9864
10075
  color: labelColor ?? configStyles.AUTOCOMPLETE.label.color,
9865
10076
  display: labelDisplay ?? configStyles.AUTOCOMPLETE.label.display,
9866
- fontSize: labelSize ?? configStyles.AUTOCOMPLETE.label.font.size,
9867
- fontStyle: labelStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
9868
- fontWeight: labelWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
10077
+ fontSize: labelFontSize ?? configStyles.AUTOCOMPLETE.label.font.size,
10078
+ fontStyle: labelFontStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
10079
+ fontWeight: labelFontWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
9869
10080
  fontFamily: labelFontFamily ?? configStyles.AUTOCOMPLETE.label.font.family,
9870
10081
  lineHeight: labelLineHeight ?? configStyles.AUTOCOMPLETE.label.lineHeight,
9871
10082
  marginBottom: labelMarginBottom ?? configStyles.AUTOCOMPLETE.label.marginBottom,
@@ -9880,9 +10091,9 @@ const Autocomplete = ({
9880
10091
  }, label, handleCheckTextWidth() === 'more' && showMore && (lableShowMore || configStyles.AUTOCOMPLETE.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
9881
10092
  className: styles['show-more-text'],
9882
10093
  style: {
9883
- fontSize: labelSize ?? configStyles.AUTOCOMPLETE.label.font.size,
9884
- fontStyle: labelStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
9885
- fontWeight: labelWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
10094
+ fontSize: labelFontSize ?? configStyles.AUTOCOMPLETE.label.font.size,
10095
+ fontStyle: labelFontStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
10096
+ fontWeight: labelFontWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
9886
10097
  fontFamily: labelFontFamily ?? configStyles.AUTOCOMPLETE.label.font.family,
9887
10098
  color: showMoreTextColor ?? configStyles.AUTOCOMPLETE.label.showMoreTextColor
9888
10099
  },
@@ -9890,9 +10101,9 @@ const Autocomplete = ({
9890
10101
  }, ' ', " ", labelShowLessText ?? configStyles.AUTOCOMPLETE.label.showLessText) : ''), required && /*#__PURE__*/React__default.createElement("sup", null, iconRequired ? iconRequired : configStyles.FILE.icon.required ? configStyles.FILE.icon.required : /*#__PURE__*/React__default.createElement(SvgRequired, null)), handleCheckTextWidth() === 'more' && !showMore && (lableShowMore || configStyles.AUTOCOMPLETE.label.showMore) ? /*#__PURE__*/React__default.createElement("span", {
9891
10102
  className: styles['show-more-text'],
9892
10103
  style: {
9893
- fontSize: labelSize ?? configStyles.AUTOCOMPLETE.label.font.size,
9894
- fontStyle: labelStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
9895
- fontWeight: labelWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
10104
+ fontSize: labelFontSize ?? configStyles.AUTOCOMPLETE.label.font.size,
10105
+ fontStyle: labelFontStyle ?? configStyles.AUTOCOMPLETE.label.font.style,
10106
+ fontWeight: labelFontWeight ?? configStyles.AUTOCOMPLETE.label.font.weight,
9896
10107
  fontFamily: labelFontFamily ?? configStyles.AUTOCOMPLETE.label.font.family,
9897
10108
  color: showMoreTextColor ?? configStyles.AUTOCOMPLETE.label.showMoreTextColor,
9898
10109
  marginBottom: labelMarginBottom ?? configStyles.AUTOCOMPLETE.label.marginBottom
@@ -9941,13 +10152,14 @@ const Autocomplete = ({
9941
10152
  }, props)), innerError ? /*#__PURE__*/React__default.createElement("span", {
9942
10153
  style: {
9943
10154
  left: '0px',
9944
- position: 'absolute',
10155
+ position: (errorInContent ? errorInContent : configStyles.AUTOCOMPLETE.error.inContent) ? 'static' : 'absolute',
9945
10156
  color: errorColor ?? configStyles.AUTOCOMPLETE.error.color,
9946
- fontSize: errorSize ?? configStyles.AUTOCOMPLETE.error.font.size,
9947
- fontStyle: errorStyle ?? configStyles.AUTOCOMPLETE.error.font.style,
9948
- fontWeight: errorWeight ?? configStyles.AUTOCOMPLETE.error.font.weight,
9949
- fontFamily: errorFamily ?? configStyles.AUTOCOMPLETE.error.font.family,
9950
- top: marginTop ? `calc(100% + ${marginTop})` : `calc(100% + ${configStyles.AUTOCOMPLETE.error.marginTop})`,
10157
+ fontSize: errorFontSize ?? configStyles.AUTOCOMPLETE.error.font.size,
10158
+ fontStyle: errorFontStyle ?? configStyles.AUTOCOMPLETE.error.font.style,
10159
+ fontWeight: errorFontWeight ?? configStyles.AUTOCOMPLETE.error.font.weight,
10160
+ fontFamily: errorFontFamily ?? configStyles.AUTOCOMPLETE.error.font.family,
10161
+ marginTop: (errorInContent ? errorInContent : configStyles.AUTOCOMPLETE.error.inContent) ? errorMarginTop ?? configStyles.AUTOCOMPLETE.error.marginTop : '0px',
10162
+ top: errorMarginTop ? `calc(100% + ${errorMarginTop})` : `calc(100% + ${configStyles.AUTOCOMPLETE.error.marginTop})`,
9951
10163
  maxWidth: contentTopMaxWidth ?? configStyles.AUTOCOMPLETE.maxWidth
9952
10164
  }
9953
10165
  }, innerError) : '', optionList));
@@ -9959,18 +10171,19 @@ Autocomplete.propTypes = {
9959
10171
  keyNames: PropTypes.object,
9960
10172
  selected: PropTypes.object,
9961
10173
  className: PropTypes.string,
9962
- errorSize: PropTypes.string,
9963
- errorStyle: PropTypes.string,
9964
- errorWeight: PropTypes.string,
9965
- errorFamily: PropTypes.string,
9966
- marginTop: PropTypes.string,
9967
- labelSize: PropTypes.string,
9968
- labelStyle: PropTypes.string,
10174
+ errorFontSize: PropTypes.string,
10175
+ errorFontStyle: PropTypes.string,
10176
+ errorFontWeight: PropTypes.string,
10177
+ errorFontFamily: PropTypes.string,
10178
+ errorMarginTop: PropTypes.string,
9969
10179
  errorColor: PropTypes.string,
9970
10180
  labelColor: PropTypes.string,
9971
10181
  searchCount: PropTypes.number,
9972
10182
  placeHolder: PropTypes.string,
9973
- labelWeight: PropTypes.number,
10183
+ labelFontSize: PropTypes.string,
10184
+ labelFontStyle: PropTypes.string,
10185
+ labelFontWeight: PropTypes.number,
10186
+ errorInContent: PropTypes.bool,
9974
10187
  errorMessage: PropTypes.string,
9975
10188
  labelDisplay: PropTypes.string,
9976
10189
  autoComplete: PropTypes.string,