pds-dev-kit-web 2.1.12 → 2.1.14

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.
Files changed (86) hide show
  1. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.js +30 -0
  3. package/dist/src/common/assets/icons/fill/Layout.js +1 -1
  4. package/dist/src/common/assets/icons/fill/LogoYt.js +1 -1
  5. package/dist/src/common/assets/icons/fill/TextAlignBottom.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/TextAlignBottom.js +30 -0
  7. package/dist/src/common/assets/icons/fill/TextAlignCenter.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/TextAlignCenter.js +30 -0
  9. package/dist/src/common/assets/icons/fill/TextAlignLeft.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/TextAlignLeft.js +30 -0
  11. package/dist/src/common/assets/icons/fill/TextAlignMiddle.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/TextAlignMiddle.js +30 -0
  13. package/dist/src/common/assets/icons/fill/TextAlignRight.d.ts +4 -0
  14. package/dist/src/common/assets/icons/fill/TextAlignRight.js +30 -0
  15. package/dist/src/common/assets/icons/fill/TextAlignTop.d.ts +4 -0
  16. package/dist/src/common/assets/icons/fill/TextAlignTop.js +30 -0
  17. package/dist/src/common/assets/icons/fill/index.d.ts +7 -0
  18. package/dist/src/common/assets/icons/fill/index.js +14 -0
  19. package/dist/src/common/assets/icons/line/ArrowRoundLeft.js +1 -1
  20. package/dist/src/common/assets/icons/line/Layout.js +1 -1
  21. package/dist/src/common/assets/icons/line/SectionContent32.js +1 -1
  22. package/dist/src/common/assets/icons/line/SectionContent40.js +1 -1
  23. package/dist/src/common/assets/icons/line/SectionContentsCarousel32.js +1 -1
  24. package/dist/src/common/assets/icons/line/SectionContentsCarousel40.js +1 -1
  25. package/dist/src/common/assets/icons/line/SectionCustom32.js +1 -1
  26. package/dist/src/common/assets/icons/line/SectionCustom40.js +1 -1
  27. package/dist/src/common/assets/icons/line/SectionDivider32.js +1 -1
  28. package/dist/src/common/assets/icons/line/SectionDivider40.js +1 -1
  29. package/dist/src/common/assets/icons/line/SectionFooter32.js +1 -1
  30. package/dist/src/common/assets/icons/line/SectionFooter40.js +1 -1
  31. package/dist/src/common/assets/icons/line/SectionIframe32.js +1 -1
  32. package/dist/src/common/assets/icons/line/SectionIframe40.js +1 -1
  33. package/dist/src/common/assets/icons/line/SectionInfoBox32.js +1 -1
  34. package/dist/src/common/assets/icons/line/SectionInfoBox40.js +1 -1
  35. package/dist/src/common/assets/icons/line/SectionIntro32.js +1 -1
  36. package/dist/src/common/assets/icons/line/SectionIntro40.js +1 -1
  37. package/dist/src/common/assets/icons/line/SectionMap32.js +1 -1
  38. package/dist/src/common/assets/icons/line/SectionMap40.js +1 -1
  39. package/dist/src/common/assets/icons/line/SectionMembership32.js +1 -1
  40. package/dist/src/common/assets/icons/line/SectionMembership40.js +1 -1
  41. package/dist/src/common/assets/icons/line/SectionPriceBox32.js +1 -1
  42. package/dist/src/common/assets/icons/line/SectionPriceBox40.js +1 -1
  43. package/dist/src/common/assets/icons/line/SectionProductsCarousel32.js +1 -1
  44. package/dist/src/common/assets/icons/line/SectionProductsCarousel40.js +1 -1
  45. package/dist/src/common/assets/icons/line/SectionReview32.js +1 -1
  46. package/dist/src/common/assets/icons/line/SectionReview40.js +1 -1
  47. package/dist/src/common/assets/icons/line/SectionSlider32.js +1 -1
  48. package/dist/src/common/assets/icons/line/SectionSlider40.js +1 -1
  49. package/dist/src/common/assets/icons/line/SectionTab32.js +1 -1
  50. package/dist/src/common/assets/icons/line/SectionTab40.js +1 -1
  51. package/dist/src/common/assets/icons/line/TextAlignBottom.d.ts +4 -0
  52. package/dist/src/common/assets/icons/line/TextAlignBottom.js +30 -0
  53. package/dist/src/common/assets/icons/line/TextAlignCenter.d.ts +4 -0
  54. package/dist/src/common/assets/icons/line/TextAlignCenter.js +30 -0
  55. package/dist/src/common/assets/icons/line/TextAlignLeft.d.ts +4 -0
  56. package/dist/src/common/assets/icons/line/TextAlignLeft.js +30 -0
  57. package/dist/src/common/assets/icons/line/TextAlignMiddle.d.ts +4 -0
  58. package/dist/src/common/assets/icons/line/TextAlignMiddle.js +30 -0
  59. package/dist/src/common/assets/icons/line/TextAlignRight.d.ts +4 -0
  60. package/dist/src/common/assets/icons/line/TextAlignRight.js +30 -0
  61. package/dist/src/common/assets/icons/line/TextAlignTop.d.ts +4 -0
  62. package/dist/src/common/assets/icons/line/TextAlignTop.js +30 -0
  63. package/dist/src/common/assets/icons/line/index.d.ts +6 -0
  64. package/dist/src/common/assets/icons/line/index.js +12 -0
  65. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +3 -2
  66. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  67. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  68. package/dist/src/common/styles/colorSet/index.d.ts +5 -2
  69. package/dist/src/common/styles/colorSet/index.js +2 -2
  70. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  71. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  72. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +181 -28
  73. package/dist/src/desktop/common/components/TextFieldBase/constants.d.ts +1 -0
  74. package/dist/src/desktop/common/components/TextFieldBase/constants.js +2 -1
  75. package/dist/src/desktop/components/Slider/Slider.js +8 -1
  76. package/dist/src/desktop/components/TextField/TextField.js +1 -1
  77. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  78. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +180 -27
  79. package/dist/src/mobile/common/components/TextFieldBase/constants.d.ts +1 -0
  80. package/dist/src/mobile/common/components/TextFieldBase/constants.js +2 -1
  81. package/dist/src/mobile/components/Slider/Slider.js +8 -1
  82. package/dist/src/mobile/components/TextField/TextField.js +1 -1
  83. package/dist/src/sub/AdminList/ToolBar/SearchField.js +1 -1
  84. package/package.json +1 -1
  85. package/release-note.md +19 -97
  86. package/webhook/node_modules/esrecurse/.babelrc +0 -3
@@ -50,15 +50,28 @@ var jsx_runtime_1 = require("react/jsx-runtime");
50
50
  /* eslint-disable react/jsx-no-bind */
51
51
  var react_1 = require("react");
52
52
  var react_hook_form_1 = require("react-hook-form");
53
- var components_1 = require("../../../../hybrid/components");
53
+ var components_1 = require("../../../components");
54
+ var components_2 = require("../../../../hybrid/components");
54
55
  var styled_components_1 = __importStar(require("styled-components"));
55
56
  var common_1 = require("../../../../common");
56
57
  var IconButton_1 = require("../../../components/IconButton");
57
58
  var constants_1 = require("./constants");
58
59
  function TextFieldBase(_a) {
59
- var name = _a.name, hintText = _a.hintText, defaultText = _a.defaultText, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, validation = _a.validation, _c = _a.preventBlankMode, preventBlankMode = _c === void 0 ? 'none' : _c, _d = _a.enterSubmitMode, enterSubmitMode = _d === void 0 ? 'none' : _d, _e = _a.textLineType, textLineType = _e === void 0 ? 'single' : _e, multiRows = _a.multiRows, autoMinRows = _a.autoMinRows, autoMaxRows = _a.autoMaxRows, _f = _a.inputType, inputType = _f === void 0 ? 'text' : _f, _g = _a.state, state = _g === void 0 ? 'normal' : _g, _h = _a.colorTheme, colorTheme = _h === void 0 ? 'none' : _h, min = _a.min, max = _a.max, _j = _a.maxLength, maxLength = _j === void 0 ? Infinity : _j, _k = _a.textSize, textSize = _k === void 0 ? 'form2' : _k, _l = _a.textWeight, textWeight = _l === void 0 ? 'normal' : _l, textPadding = _a.textPadding, _m = _a.fieldHeight, fieldHeight = _m === void 0 ? 48 : _m, _o = _a.deleteIconMode, deleteIconMode = _o === void 0 ? 'use' : _o, _p = _a.deleteIconSize, deleteIconSize = _p === void 0 ? 20 : _p, _q = _a.deleteIconColor, deleteIconColor = _q === void 0 ? 'ui_cpnt_button_icon_disabled' : _q, isFocused = _a.isFocused, _r = _a.autoComplete, autoComplete = _r === void 0 ? 'on' : _r, _s = _a.stepperMode, stepperMode = _s === void 0 ? 'none' : _s, innerSpinButtonSize = _a.innerSpinButtonSize, step = _a.step, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onKeyDown = _a.onKeyDown, onKeyUp = _a.onKeyUp, onTarget = _a.onTarget, inputRef = _a.inputRef, rest = __rest(_a, ["name", "hintText", "defaultText", "textAlign", "validation", "preventBlankMode", "enterSubmitMode", "textLineType", "multiRows", "autoMinRows", "autoMaxRows", "inputType", "state", "colorTheme", "min", "max", "maxLength", "textSize", "textWeight", "textPadding", "fieldHeight", "deleteIconMode", "deleteIconSize", "deleteIconColor", "isFocused", "autoComplete", "stepperMode", "innerSpinButtonSize", "step", "onBlur", "onChange", "onFocus", "onKeyDown", "onKeyUp", "onTarget", "inputRef"]);
60
- var _t = (0, react_hook_form_1.useFormContext)(), register = _t.register, setValue = _t.setValue, getValues = _t.getValues, clearErrors = _t.clearErrors;
60
+ var name = _a.name, hintText = _a.hintText, defaultText = _a.defaultText, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, validation = _a.validation, _c = _a.preventBlankMode, preventBlankMode = _c === void 0 ? 'none' : _c, _d = _a.enterSubmitMode, enterSubmitMode = _d === void 0 ? 'none' : _d, _e = _a.textLineType, textLineType = _e === void 0 ? 'single' : _e, multiRows = _a.multiRows, autoMinRows = _a.autoMinRows, autoMaxRows = _a.autoMaxRows, _f = _a.inputType, inputType = _f === void 0 ? 'text' : _f, _g = _a.state, state = _g === void 0 ? 'normal' : _g, _h = _a.colorTheme, colorTheme = _h === void 0 ? 'none' : _h, min = _a.min, max = _a.max, _j = _a.maxLength, maxLength = _j === void 0 ? Infinity : _j, _k = _a.textSize, textSize = _k === void 0 ? 'form2' : _k, _l = _a.textWeight, textWeight = _l === void 0 ? 'normal' : _l, fieldPaddingRight = _a.fieldPaddingRight, fieldPaddingLeft = _a.fieldPaddingLeft, _m = _a.fieldHeight, fieldHeight = _m === void 0 ? 48 : _m, _o = _a.deleteIconMode, deleteIconMode = _o === void 0 ? 'use' : _o, _p = _a.deleteIconSize, deleteIconSize = _p === void 0 ? 20 : _p, _q = _a.deleteIconColor, deleteIconColor = _q === void 0 ? 'ui_cpnt_button_icon_disabled' : _q, suffixText = _a.suffixText, _r = _a.suffixTextRightSpacingMode, suffixTextRightSpacingMode = _r === void 0 ? 'none' : _r, isFocused = _a.isFocused, _s = _a.autoComplete, autoComplete = _s === void 0 ? 'on' : _s, _t = _a.stepperMode, stepperMode = _t === void 0 ? 'none' : _t, _u = _a.stepperRightSpacing, stepperRightSpacing = _u === void 0 ? 1 : _u, _v = _a.innerSpinButtonSize, innerSpinButtonSize = _v === void 0 ? 16 : _v, step = _a.step, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onKeyDown = _a.onKeyDown, onKeyUp = _a.onKeyUp, onTarget = _a.onTarget, inputRef = _a.inputRef, rest = __rest(_a, ["name", "hintText", "defaultText", "textAlign", "validation", "preventBlankMode", "enterSubmitMode", "textLineType", "multiRows", "autoMinRows", "autoMaxRows", "inputType", "state", "colorTheme", "min", "max", "maxLength", "textSize", "textWeight", "fieldPaddingRight", "fieldPaddingLeft", "fieldHeight", "deleteIconMode", "deleteIconSize", "deleteIconColor", "suffixText", "suffixTextRightSpacingMode", "isFocused", "autoComplete", "stepperMode", "stepperRightSpacing", "innerSpinButtonSize", "step", "onBlur", "onChange", "onFocus", "onKeyDown", "onKeyUp", "onTarget", "inputRef"]);
61
+ var _w = (0, react_hook_form_1.useFormContext)(), register = _w.register, setValue = _w.setValue, getValues = _w.getValues, clearErrors = _w.clearErrors;
61
62
  var timeout;
63
+ var suffixTextRef = (0, react_1.useRef)(null);
64
+ var _x = (0, react_1.useState)(0), suffixTextWidth = _x[0], setSuffixTextWidth = _x[1];
65
+ // NOTE suffixText가 변할때마다 suffixText가 차지하는 너비를 알아내어 suffixTextWidth에 담는다.
66
+ (0, react_1.useEffect)(function () {
67
+ var calculateDivWidth = function () {
68
+ if (suffixTextRef.current) {
69
+ var width = suffixTextRef.current.offsetWidth;
70
+ setSuffixTextWidth(width);
71
+ }
72
+ };
73
+ calculateDivWidth();
74
+ }, [suffixText]);
62
75
  (0, react_1.useEffect)(function () {
63
76
  return function () { return clearTimeout(timeout); };
64
77
  }, []);
@@ -119,7 +132,7 @@ function TextFieldBase(_a) {
119
132
  }
120
133
  }
121
134
  var textAreaRef = (0, react_1.useRef)(null);
122
- var _u = register(name, validation), ref = _u.ref, refRest = __rest(_u, ["ref"]);
135
+ var _y = register(name, validation), ref = _y.ref, refRest = __rest(_y, ["ref"]);
123
136
  (0, react_1.useEffect)(function () {
124
137
  if (textAreaRef === null || textAreaRef.current === null) {
125
138
  return;
@@ -180,15 +193,15 @@ function TextFieldBase(_a) {
180
193
  }
181
194
  var S_TextFieldBase = function () {
182
195
  if (textLineType === 'single') {
183
- return ((0, jsx_runtime_1.jsxs)(S_InputWrapper, { children: [stepperMode === 'use' && ((0, jsx_runtime_1.jsxs)(S_IconBox, __assign({ innerSpinButtonSize: innerSpinButtonSize }, { children: [(0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_up", fillType: "fill", size: innerSpinButtonSize }, void 0), (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_down", fillType: "fill", size: innerSpinButtonSize }, void 0)] }), void 0)), (0, jsx_runtime_1.jsx)(S_Input, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, type: inputType, state: state, readOnly: state === 'read_only', disabled: state === 'disabled', maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, min: min, max: max, autoComplete: autoComplete, stepperMode: stepperMode, innerSpinButtonSize: innerSpinButtonSize, step: step, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
196
+ return ((0, jsx_runtime_1.jsxs)(S_InputWrapper, { children: [stepperMode === 'use' && ((0, jsx_runtime_1.jsxs)(S_IconBox, __assign({ innerSpinButtonSize: innerSpinButtonSize, isFocused: isFocused, stepperRightSpacing: stepperRightSpacing }, { children: [(0, jsx_runtime_1.jsx)(components_2.Icon, { iconName: "ic_arrow_up_stepper", fillType: "fill", size: innerSpinButtonSize }, void 0), (0, jsx_runtime_1.jsx)(components_2.Icon, { iconName: "ic_arrow_down_stepper", fillType: "fill", size: innerSpinButtonSize }, void 0)] }), void 0)), (0, jsx_runtime_1.jsx)(S_Input, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, type: inputType, state: state, readOnly: state === 'read_only', disabled: state === 'disabled', maxLength: maxLength, textSize: textSize, textWeight: textWeight, fieldPaddingRight: fieldPaddingRight, fieldPaddingLeft: fieldPaddingLeft, colorTheme: colorTheme, min: min, max: max, autoComplete: autoComplete, stepperMode: stepperMode, innerSpinButtonSize: innerSpinButtonSize, step: step, deleteIconMode: deleteIconMode, suffixText: suffixText, suffixTextWidth: suffixTextWidth, stepperRightSpacing: stepperRightSpacing, isFocused: isFocused, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
184
197
  ref(e);
185
198
  if (inputRef) {
186
199
  inputRef.current = e;
187
200
  }
188
- } }), void 0), deleteIconMode === 'use' && isFocused && stepperMode === 'none' && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { iconName: "ic_delete", baseSize: "small", shapeType: "rectangle", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconSize: deleteIconSize, iconColorKey: deleteIconColor, iconFillType: "fill", state: state === 'disabled' ? 'disabled' : 'normal', tabIndex: -1, onMouseDown: deleteValue }, void 0))] }, void 0));
201
+ } }), void 0), (deleteIconMode === 'use' || suffixText) && ((0, jsx_runtime_1.jsxs)(S_RightBox, __assign({ deleteIconMode: deleteIconMode, stepperMode: stepperMode, suffixText: suffixText, innerSpinButtonSize: innerSpinButtonSize }, { children: [deleteIconMode === 'use' && ((0, jsx_runtime_1.jsx)(S_IconButtonWrapper, __assign({ innerSpinButtonSize: innerSpinButtonSize, deleteIconMode: deleteIconMode, stepperMode: stepperMode, suffixText: suffixText, isFocused: isFocused, suffixTextWidth: suffixTextWidth, stepperRightSpacing: stepperRightSpacing }, { children: isFocused && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { iconName: "ic_delete", baseSize: "small", shapeType: "rectangle", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconSize: deleteIconSize, iconColorKey: deleteIconColor, iconFillType: "fill", state: state === 'disabled' ? 'disabled' : 'normal', tabIndex: -1, onMouseDown: deleteValue }, void 0)) }), void 0)), suffixText && ((0, jsx_runtime_1.jsxs)(S_SuffixTextBox, __assign({ ref: suffixTextRef }, { children: [(0, jsx_runtime_1.jsx)(components_2.Spacing, { size: "spacing_b", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(components_1.TextLabel, { text: suffixText, styleTheme: "caption1Bold", colorTheme: "sysTextTertiary", colorOverride: stepperMode === 'use' && isFocused ? 'ui_106' : undefined, textAlign: "right", singleLineMode: "use" }, void 0), suffixTextRightSpacingMode === 'use' && ((0, jsx_runtime_1.jsx)(components_2.Spacing, { size: "spacing_b", spacingType: "width" }, void 0))] }), void 0))] }), void 0))] }, void 0));
189
202
  }
190
203
  if (textLineType === 'multi') {
191
- return ((0, jsx_runtime_1.jsx)(S_Multi, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, rows: multiRows, textSize: textSize, textWeight: textWeight, textPadding: textPadding, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
204
+ return ((0, jsx_runtime_1.jsx)(S_Multi, __assign({}, register(name, validation), rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, rows: multiRows, textSize: textSize, textWeight: textWeight, fieldPaddingRight: fieldPaddingRight, fieldPaddingLeft: fieldPaddingLeft, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
192
205
  ref(e);
193
206
  if (inputRef) {
194
207
  inputRef.current = e;
@@ -196,7 +209,7 @@ function TextFieldBase(_a) {
196
209
  } }), void 0));
197
210
  }
198
211
  if (textLineType === 'auto') {
199
- return ((0, jsx_runtime_1.jsx)(S_Auto, __assign({}, refRest, rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, textSize: textSize, textWeight: textWeight, textPadding: textPadding, fieldHeight: fieldHeight, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
212
+ return ((0, jsx_runtime_1.jsx)(S_Auto, __assign({}, refRest, rest, { name: name, defaultValue: defaultText, placeholder: hintText, textAlign: textAlign, autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, state: state, readOnly: state === 'read_only' && true, disabled: state === 'disabled' && true, maxLength: maxLength, textSize: textSize, textWeight: textWeight, fieldPaddingRight: fieldPaddingRight, fieldPaddingLeft: fieldPaddingLeft, fieldHeight: fieldHeight, colorTheme: colorTheme, autoComplete: autoComplete, onFocus: handleFocus, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, onKeyUp: handleKeyUp, ref: function (e) {
200
213
  ref(e);
201
214
  if (textAreaRef) {
202
215
  textAreaRef.current = e;
@@ -209,8 +222,54 @@ function TextFieldBase(_a) {
209
222
  };
210
223
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: S_TextFieldBase() }, void 0);
211
224
  }
212
- var S_InputWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n position: relative;\n width: 100%;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n position: relative;\n width: 100%;\n"])));
213
- var read_only = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
225
+ var stepper_and_delete_style = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: absolute;\n right: ", ";\n"], ["\n position: absolute;\n right: ", ";\n"])), function (_a) {
226
+ var innerSpinButtonSize = _a.innerSpinButtonSize, stepperRightSpacing = _a.stepperRightSpacing;
227
+ return innerSpinButtonSize && stepperRightSpacing && innerSpinButtonSize + stepperRightSpacing + "px";
228
+ });
229
+ var S_IconButtonWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n\n ", "\n"], ["\n ", ";\n\n ", "\n"])), function (_a) {
230
+ var deleteIconMode = _a.deleteIconMode, stepperMode = _a.stepperMode, suffixText = _a.suffixText;
231
+ return deleteIconMode === 'use' && stepperMode === 'use' && !suffixText && stepper_and_delete_style;
232
+ }, function (_a) {
233
+ var innerSpinButtonSize = _a.innerSpinButtonSize, deleteIconMode = _a.deleteIconMode, stepperMode = _a.stepperMode, suffixText = _a.suffixText, isFocused = _a.isFocused, suffixTextWidth = _a.suffixTextWidth, stepperRightSpacing = _a.stepperRightSpacing;
234
+ if (deleteIconMode === 'use' && stepperMode === 'use' && suffixText && stepperRightSpacing) {
235
+ if (isFocused) {
236
+ if (innerSpinButtonSize) {
237
+ if (innerSpinButtonSize + constants_1.DELETE_BUTTON_BASE_SIZE > suffixTextWidth) {
238
+ return "margin-right: " + (innerSpinButtonSize - suffixTextWidth + stepperRightSpacing) + "px;";
239
+ }
240
+ return;
241
+ }
242
+ return;
243
+ }
244
+ return;
245
+ }
246
+ return;
247
+ });
248
+ var S_RightBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: ", ";\n height: 100%;\n display: flex;\n align-items: center;\n right: 0;\n"], ["\n position: ", ";\n height: 100%;\n display: flex;\n align-items: center;\n right: 0;\n"])), function (_a) {
249
+ var deleteIconMode = _a.deleteIconMode, stepperMode = _a.stepperMode, suffixText = _a.suffixText;
250
+ if ((deleteIconMode === 'use' && stepperMode === 'use' && suffixText) ||
251
+ (deleteIconMode === 'use' && stepperMode === 'use') ||
252
+ stepperMode === 'use') {
253
+ return 'absolute';
254
+ }
255
+ return 'relative';
256
+ });
257
+ var S_IconBox = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-direction: column;\n height: ", ";\n justify-content: center;\n position: absolute;\n right: ", ";\n width: ", ";\n visibility: hidden;\n\n ", ";\n"], ["\n align-items: center;\n display: flex;\n flex-direction: column;\n height: ", ";\n justify-content: center;\n position: absolute;\n right: ", ";\n width: ", ";\n visibility: hidden;\n\n ", ";\n"])), function (_a) {
258
+ var innerSpinButtonSize = _a.innerSpinButtonSize;
259
+ return innerSpinButtonSize && innerSpinButtonSize * 2 + "px";
260
+ }, function (_a) {
261
+ var stepperRightSpacing = _a.stepperRightSpacing;
262
+ return stepperRightSpacing && stepperRightSpacing + "px";
263
+ }, function (_a) {
264
+ var innerSpinButtonSize = _a.innerSpinButtonSize;
265
+ return innerSpinButtonSize && innerSpinButtonSize + "px";
266
+ }, function (_a) {
267
+ var isFocused = _a.isFocused;
268
+ return isFocused && 'visibility: visible;';
269
+ });
270
+ var S_SuffixTextBox = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
271
+ var S_InputWrapper = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n position: relative;\n width: 100%;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n position: relative;\n width: 100%;\n"])));
272
+ var read_only = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
214
273
  var theme = _a.theme, colorTheme = _a.colorTheme;
215
274
  return colorTheme &&
216
275
  {
@@ -219,7 +278,7 @@ var read_only = (0, styled_components_1.css)(templateObject_2 || (templateObject
219
278
  transparent: theme.ui_cpnt_textfield_text_colortheme_transparent_readonly
220
279
  }[colorTheme];
221
280
  });
222
- var disabled = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: ", ";\n pointer-events: none;\n"], ["\n color: ", ";\n pointer-events: none;\n"])), function (_a) {
281
+ var disabled = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n color: ", ";\n pointer-events: none;\n"], ["\n color: ", ";\n pointer-events: none;\n"])), function (_a) {
223
282
  var theme = _a.theme, colorTheme = _a.colorTheme;
224
283
  return colorTheme &&
225
284
  {
@@ -228,7 +287,7 @@ var disabled = (0, styled_components_1.css)(templateObject_3 || (templateObject_
228
287
  transparent: theme.ui_cpnt_textfield_text_colortheme_transparent_disabled
229
288
  }[colorTheme];
230
289
  });
231
- var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n cursor: ", ";\n display: inline-flex;\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n justify-content: center;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n text-align: ", ";\n width: 100%;\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n"], ["\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n cursor: ", ";\n display: inline-flex;\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n justify-content: center;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n text-align: ", ";\n width: 100%;\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n"])), function (_a) {
290
+ var basicStyle = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n cursor: ", ";\n display: inline-flex;\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n justify-content: center;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n text-align: ", ";\n width: 100%;\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n ", "\n\n ", "\n"], ["\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n cursor: ", ";\n display: inline-flex;\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n justify-content: center;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n text-align: ", ";\n width: 100%;\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n ", "\n\n ", "\n"])), function (_a) {
232
291
  var theme = _a.theme, colorTheme = _a.colorTheme;
233
292
  return colorTheme &&
234
293
  {
@@ -277,10 +336,105 @@ var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObjec
277
336
  disabled: disabled
278
337
  }[state];
279
338
  }, function (_a) {
280
- var textPadding = _a.textPadding;
281
- return textPadding && "padding: " + textPadding + ";";
339
+ var fieldPaddingRight = _a.fieldPaddingRight;
340
+ return fieldPaddingRight && "padding-right: " + fieldPaddingRight + "px;";
341
+ }, function (_a) {
342
+ var fieldPaddingLeft = _a.fieldPaddingLeft;
343
+ return fieldPaddingLeft && "padding-left: " + fieldPaddingLeft + "px;";
344
+ }, function (_a) {
345
+ var deleteIconMode = _a.deleteIconMode, stepperMode = _a.stepperMode, suffixText = _a.suffixText;
346
+ if (deleteIconMode === 'use' && stepperMode === 'use' && suffixText) {
347
+ return delete_stepper_suffix;
348
+ }
349
+ if (deleteIconMode === 'use' && stepperMode === 'use' && !suffixText) {
350
+ return delete_stepper;
351
+ }
352
+ if (deleteIconMode === 'none' && stepperMode === 'use' && suffixText) {
353
+ return stepper_suffix;
354
+ }
355
+ if (deleteIconMode === 'none' && stepperMode === 'use' && !suffixText) {
356
+ return stepper;
357
+ }
358
+ return;
282
359
  });
283
- var inputInnerSpinButtonStyle = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n -webkit-appearance: none;\n cursor: pointer;\n height: ", ";\n margin-left: ", ";\n opacity: 1;\n width: ", ";\n"], ["\n -webkit-appearance: none;\n cursor: pointer;\n height: ", ";\n margin-left: ", ";\n opacity: 1;\n width: ", ";\n"])), function (_a) {
360
+ var delete_stepper_suffix = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n padding-right: ", ";\n"], ["\n padding-right: ", ";\n"])), function (_a) {
361
+ var innerSpinButtonSize = _a.innerSpinButtonSize, fieldPaddingRight = _a.fieldPaddingRight, isFocused = _a.isFocused, suffixTextWidth = _a.suffixTextWidth, stepperRightSpacing = _a.stepperRightSpacing;
362
+ if (innerSpinButtonSize && stepperRightSpacing) {
363
+ if (isFocused) {
364
+ if (innerSpinButtonSize + constants_1.DELETE_BUTTON_BASE_SIZE + stepperRightSpacing <
365
+ constants_1.DELETE_BUTTON_BASE_SIZE + suffixTextWidth) {
366
+ if (fieldPaddingRight) {
367
+ return constants_1.DELETE_BUTTON_BASE_SIZE + suffixTextWidth + fieldPaddingRight + "px";
368
+ }
369
+ return constants_1.DELETE_BUTTON_BASE_SIZE + suffixTextWidth + "px";
370
+ }
371
+ if (fieldPaddingRight) {
372
+ return constants_1.DELETE_BUTTON_BASE_SIZE + innerSpinButtonSize + fieldPaddingRight + stepperRightSpacing + "px";
373
+ }
374
+ return constants_1.DELETE_BUTTON_BASE_SIZE + innerSpinButtonSize + stepperRightSpacing + "px";
375
+ }
376
+ if (fieldPaddingRight) {
377
+ return suffixTextWidth + fieldPaddingRight + "px";
378
+ }
379
+ return suffixTextWidth + "px";
380
+ }
381
+ return;
382
+ });
383
+ var delete_stepper = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n padding-right: ", ";\n"], ["\n padding-right: ", ";\n"])), function (_a) {
384
+ var innerSpinButtonSize = _a.innerSpinButtonSize, fieldPaddingRight = _a.fieldPaddingRight, isFocused = _a.isFocused, stepperRightSpacing = _a.stepperRightSpacing;
385
+ if (innerSpinButtonSize && stepperRightSpacing) {
386
+ if (isFocused) {
387
+ if (fieldPaddingRight) {
388
+ return innerSpinButtonSize + constants_1.DELETE_BUTTON_BASE_SIZE + fieldPaddingRight + stepperRightSpacing + "px";
389
+ }
390
+ return innerSpinButtonSize + constants_1.DELETE_BUTTON_BASE_SIZE + stepperRightSpacing + "px";
391
+ }
392
+ if (fieldPaddingRight) {
393
+ return fieldPaddingRight + "px";
394
+ }
395
+ return;
396
+ }
397
+ return;
398
+ });
399
+ var stepper_suffix = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n padding-right: ", ";\n"], ["\n padding-right: ", ";\n"])), function (_a) {
400
+ var innerSpinButtonSize = _a.innerSpinButtonSize, fieldPaddingRight = _a.fieldPaddingRight, isFocused = _a.isFocused, suffixTextWidth = _a.suffixTextWidth, stepperRightSpacing = _a.stepperRightSpacing;
401
+ if (innerSpinButtonSize && stepperRightSpacing) {
402
+ if (isFocused) {
403
+ if (innerSpinButtonSize + stepperRightSpacing < suffixTextWidth) {
404
+ if (fieldPaddingRight) {
405
+ return suffixTextWidth + fieldPaddingRight + "px";
406
+ }
407
+ return suffixTextWidth + "px";
408
+ }
409
+ if (fieldPaddingRight) {
410
+ return innerSpinButtonSize + stepperRightSpacing + fieldPaddingRight + "px";
411
+ }
412
+ return innerSpinButtonSize + stepperRightSpacing + "px";
413
+ }
414
+ if (fieldPaddingRight) {
415
+ return suffixTextWidth + fieldPaddingRight + "px";
416
+ }
417
+ return suffixTextWidth + "px";
418
+ }
419
+ return;
420
+ });
421
+ var stepper = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n padding-right: ", ";\n"], ["\n padding-right: ", ";\n"])), function (_a) {
422
+ var innerSpinButtonSize = _a.innerSpinButtonSize, fieldPaddingRight = _a.fieldPaddingRight, isFocused = _a.isFocused, stepperRightSpacing = _a.stepperRightSpacing;
423
+ if (innerSpinButtonSize && stepperRightSpacing) {
424
+ if (isFocused) {
425
+ if (fieldPaddingRight) {
426
+ return innerSpinButtonSize + stepperRightSpacing + fieldPaddingRight + "px";
427
+ }
428
+ return innerSpinButtonSize + stepperRightSpacing + "px";
429
+ }
430
+ if (fieldPaddingRight) {
431
+ return fieldPaddingRight + "px";
432
+ }
433
+ return;
434
+ }
435
+ return;
436
+ });
437
+ var inputInnerSpinButtonStyle = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n -webkit-appearance: none;\n z-index: 1;\n cursor: pointer;\n height: ", ";\n margin-left: ", ";\n opacity: 1;\n width: ", ";\n position: absolute;\n right: ", ";\n top: calc(\n 50% - ", "\n );\n"], ["\n -webkit-appearance: none;\n z-index: 1;\n cursor: pointer;\n height: ", ";\n margin-left: ", ";\n opacity: 1;\n width: ", ";\n position: absolute;\n right: ", ";\n top: calc(\n 50% - ", "\n );\n"])), function (_a) {
284
438
  var innerSpinButtonSize = _a.innerSpinButtonSize;
285
439
  return innerSpinButtonSize && innerSpinButtonSize * 2 + "px";
286
440
  }, function (_a) {
@@ -289,24 +443,23 @@ var inputInnerSpinButtonStyle = (0, styled_components_1.css)(templateObject_5 ||
289
443
  }, function (_a) {
290
444
  var innerSpinButtonSize = _a.innerSpinButtonSize;
291
445
  return innerSpinButtonSize && innerSpinButtonSize + "px";
446
+ }, function (_a) {
447
+ var stepperRightSpacing = _a.stepperRightSpacing;
448
+ return stepperRightSpacing && stepperRightSpacing + "px";
449
+ }, function (_a) {
450
+ var innerSpinButtonSize = _a.innerSpinButtonSize;
451
+ return innerSpinButtonSize && innerSpinButtonSize + "px";
292
452
  });
293
- var S_Input = styled_components_1.default.input(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", "\n flex: 1;\n line-height: ", ";\n position: relative;\n\n ::-webkit-inner-spin-button {\n ", "\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"], ["\n ", "\n flex: 1;\n line-height: ", ";\n position: relative;\n\n ::-webkit-inner-spin-button {\n ", "\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), basicStyle, function (_a) {
453
+ var S_Input = styled_components_1.default.input(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n ", "\n flex: 1;\n line-height: ", ";\n position: relative;\n\n ::-webkit-inner-spin-button {\n ", "\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"], ["\n ", "\n flex: 1;\n line-height: ", ";\n position: relative;\n\n ::-webkit-inner-spin-button {\n ", "\n }\n ::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), basicStyle, function (_a) {
294
454
  var theme = _a.theme;
295
455
  return theme.desktopLineHeight.singleLine;
296
456
  }, function (_a) {
297
- var stepperMode = _a.stepperMode, type = _a.type;
298
- return stepperMode === 'use' && type === 'number'
457
+ var stepperMode = _a.stepperMode, type = _a.type, isFocused = _a.isFocused;
458
+ return stepperMode === 'use' && type === 'number' && isFocused
299
459
  ? inputInnerSpinButtonStyle
300
460
  : '-webkit-appearance: none; margin: 0;';
301
461
  });
302
- var S_IconBox = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-direction: column;\n height: ", ";\n justify-content: center;\n position: absolute;\n right: ", "px;\n width: ", ";\n"], ["\n align-items: center;\n display: flex;\n flex-direction: column;\n height: ", ";\n justify-content: center;\n position: absolute;\n right: ", "px;\n width: ", ";\n"])), function (_a) {
303
- var innerSpinButtonSize = _a.innerSpinButtonSize;
304
- return innerSpinButtonSize && innerSpinButtonSize * 2 + "px";
305
- }, constants_1.PIXEL_FOR_ICONS_CENTER, function (_a) {
306
- var innerSpinButtonSize = _a.innerSpinButtonSize;
307
- return innerSpinButtonSize && innerSpinButtonSize + "px";
308
- });
309
- var S_Auto = styled_components_1.default.textarea(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n ", "\n ", ";\n"], ["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n ", "\n ", ";\n"])), basicStyle, function (_a) {
462
+ var S_Auto = styled_components_1.default.textarea(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n ", "\n ", ";\n"], ["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n ", "\n ", ";\n"])), basicStyle, function (_a) {
310
463
  var autoMaxRows = _a.autoMaxRows, textSize = _a.textSize, fieldHeight = _a.fieldHeight;
311
464
  return autoMaxRows &&
312
465
  fieldHeight &&
@@ -321,6 +474,6 @@ var S_Auto = styled_components_1.default.textarea(templateObject_8 || (templateO
321
474
  Number(common_1.desktopLineHeight[textSize]) *
322
475
  autoMinRows + "px;";
323
476
  });
324
- var S_Multi = styled_components_1.default.textarea(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"], ["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"])), basicStyle);
477
+ var S_Multi = styled_components_1.default.textarea(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"], ["\n ", "\n display: block;\n overflow-y: auto;\n resize: none;\n"])), basicStyle);
325
478
  exports.default = TextFieldBase;
326
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
479
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17;
@@ -1 +1,2 @@
1
1
  export declare const PIXEL_FOR_ICONS_CENTER = 1;
2
+ export declare const DELETE_BUTTON_BASE_SIZE = 32;
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PIXEL_FOR_ICONS_CENTER = void 0;
3
+ exports.DELETE_BUTTON_BASE_SIZE = exports.PIXEL_FOR_ICONS_CENTER = void 0;
4
4
  exports.PIXEL_FOR_ICONS_CENTER = 1;
5
+ exports.DELETE_BUTTON_BASE_SIZE = 32;
@@ -60,7 +60,14 @@ function Slider(_a, ref) {
60
60
  };
61
61
  var getThumbPositionOnTrack = function (percent, value, width) {
62
62
  var thumbOffset = getThumbOffset(percent, width);
63
- return "calc(" + ((Number(value) - min) / (max - min)) * 100 + "% + " + thumbOffset + "px)";
63
+ var calcValue = ((Number(value) - min) / (max - min)) * 100;
64
+ if (!calcValue || calcValue < 0) {
65
+ return "calc(0% + 10px)";
66
+ }
67
+ if (calcValue > 100) {
68
+ return "calc(100% - 10px)";
69
+ }
70
+ return "calc(" + calcValue + "% + " + thumbOffset + "px)";
64
71
  };
65
72
  var updateFillTrackAndThumb = function (trackElement, thumbElement, thumbPosition) {
66
73
  trackElement.style.backgroundSize = thumbPosition + " 100%";
@@ -136,7 +136,7 @@ function TextField(_a) {
136
136
  break;
137
137
  }
138
138
  }
139
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [prefixText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: prefixText, styleTheme: "caption1Bold", colorTheme: "sysTextTertiary", singleLineMode: "use" }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0)] }, void 0)), (0, jsx_runtime_1.jsx)(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, textAlign: inputType === 'number' && numberStepperMode === 'use' ? 'right' : textAlign, validation: validation, preventBlankMode: preventBlankMode, enterSubmitMode: enterSubmitMode, textLineType: "single", inputType: inputType, state: state, colorTheme: colorTheme, min: min, max: max, maxLength: maxLength, textSize: "form2", textWeight: fontWeight === 'bold' ? 'bold' : 'normal', textPadding: size === 'large' || size === 'rlarge' ? '0 8px 0 0' : undefined, deleteIconMode: deleteBtnMode, deleteIconSize: size === 'large' || size === 'rlarge' ? 20 : 16, deleteIconColor: deleteIconColor, isFocused: isFocused, autoComplete: autoComplete, stepperMode: inputType === 'number' && numberStepperMode === 'use' ? 'use' : 'none', innerSpinButtonSize: size === 'small' ? 12 : 16, step: numberStep, onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur, onKeyUp: handleKeyUp, onKeyDown: handleKeyDown }, void 0), (0, jsx_runtime_1.jsxs)(S_RightBox, { children: [suffixText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: suffixText, styleTheme: "caption1Bold", colorTheme: "sysTextTertiary", textAlign: "right", singleLineMode: "use" }, void 0), size === 'large' || size === 'rlarge' ? ((0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0)) : ((0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_a", spacingType: "width" }, void 0))] }, void 0)), iBtn2IconName && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { iconName: iBtn2IconName, baseSize: "small", shapeType: "rectangle", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconSize: size === 'large' || size === 'rlarge' ? 20 : 16, iconColorKey: colorTheme &&
139
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [prefixText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: prefixText, styleTheme: "caption1Bold", colorTheme: "sysTextTertiary", singleLineMode: "use" }, void 0), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0)] }, void 0)), (0, jsx_runtime_1.jsx)(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, textAlign: textAlign, validation: validation, preventBlankMode: preventBlankMode, enterSubmitMode: enterSubmitMode, textLineType: "single", inputType: inputType, state: state, colorTheme: colorTheme, min: min, max: max, maxLength: maxLength, textSize: "form2", textWeight: fontWeight === 'bold' ? 'bold' : 'normal', fieldPaddingRight: size === 'large' || size === 'rlarge' ? 8 : undefined, deleteIconMode: deleteBtnMode, deleteIconSize: size === 'large' || size === 'rlarge' ? 20 : 16, deleteIconColor: deleteIconColor, isFocused: isFocused, autoComplete: autoComplete, stepperMode: inputType === 'number' && numberStepperMode === 'use' ? 'use' : 'none', stepperRightSpacing: size === 'large' || size === 'rlarge' ? 1 : -4, innerSpinButtonSize: size === 'small' ? 12 : 16, step: numberStep, suffixText: suffixText, suffixTextRightSpacingMode: size === 'large' || size === 'rlarge' ? 'use' : 'none', onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur, onKeyUp: handleKeyUp, onKeyDown: handleKeyDown }, void 0), (0, jsx_runtime_1.jsxs)(S_RightBox, { children: [iBtn2IconName && ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { iconName: iBtn2IconName, baseSize: "small", shapeType: "rectangle", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconSize: size === 'large' || size === 'rlarge' ? 20 : 16, iconColorKey: colorTheme &&
140
140
  {
141
141
  none: basicThemeIconColors[state],
142
142
  dark: darkThemeIconColors[state],
@@ -23,14 +23,18 @@ export declare type TextFieldBaseProps = {
23
23
  maxLength?: number;
24
24
  textSize: DesktopFontSize;
25
25
  textWeight: FontWeight;
26
- textPadding?: string;
26
+ fieldPaddingRight?: number;
27
+ fieldPaddingLeft?: number;
27
28
  fieldHeight?: number;
28
29
  deleteIconMode?: 'none' | 'use';
29
30
  deleteIconSize?: 12 | 16 | 20 | 24;
30
31
  deleteIconColor?: UiColors;
32
+ suffixText?: PDSTextType;
33
+ suffixTextRightSpacingMode?: 'none' | 'use';
31
34
  isFocused?: boolean;
32
35
  autoComplete?: string;
33
36
  stepperMode?: 'none' | 'use';
37
+ stepperRightSpacing?: number;
34
38
  innerSpinButtonSize?: 12 | 16 | 20 | 24 | 32 | 40 | 48 | 56 | 64 | 72;
35
39
  step?: number;
36
40
  onBlur?: (e: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLTextAreaElement>) => void;
@@ -41,5 +45,5 @@ export declare type TextFieldBaseProps = {
41
45
  onTarget?: () => void;
42
46
  [x: string]: any;
43
47
  } & Record<string, any>;
44
- declare function TextFieldBase({ name, hintText, defaultText, textAlign, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, isFocused, autoComplete, stepperMode, innerSpinButtonSize, step, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, ...rest }: TextFieldBaseProps): JSX.Element;
48
+ declare function TextFieldBase({ name, hintText, defaultText, textAlign, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, fieldPaddingRight, fieldPaddingLeft, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, suffixText, suffixTextRightSpacingMode, isFocused, autoComplete, stepperMode, stepperRightSpacing, innerSpinButtonSize, step, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, ...rest }: TextFieldBaseProps): JSX.Element;
45
49
  export default TextFieldBase;