@scbt-ecom/ui 0.95.4 → 0.96.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.
Files changed (72) hide show
  1. package/dist/lib/shared/style.css +1 -1
  2. package/dist/lib/shared/ui/formElements/controlled/index.js +1 -1
  3. package/dist/lib/shared/ui/formElements/controlled/index.js.map +1 -1
  4. package/dist/lib/shared/ui/formElements/uncontrolled/select/Select.js +1 -1
  5. package/dist/lib/shared/ui/formElements/uncontrolled/select/Select.js.map +1 -1
  6. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.js +1 -1
  7. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.js.map +1 -1
  8. package/dist/lib/widgets/model/helpers.js +2 -2
  9. package/dist/lib/widgets/model/helpers.js.map +1 -1
  10. package/dist/stats.html +1 -1
  11. package/dist/types/lib/shared/hooks/useObserverWidgets.d.ts +1 -1
  12. package/dist/types/lib/shared/ui/button/model/helpers.d.ts +1 -1
  13. package/dist/types/lib/shared/ui/carousel/model/helpers.d.ts +1 -1
  14. package/dist/types/lib/shared/ui/carousel/ui/CarouselSlide.d.ts +1 -1
  15. package/dist/types/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.d.ts +1 -1
  16. package/dist/types/lib/shared/ui/formElements/controlled/dadata/address/DadataAddress.d.ts +1 -1
  17. package/dist/types/lib/shared/ui/formElements/controlled/dadata/auto/DadataAuto.d.ts +1 -1
  18. package/dist/types/lib/shared/ui/formElements/controlled/dadata/country/DadataCountry.d.ts +1 -1
  19. package/dist/types/lib/shared/ui/formElements/controlled/dadata/fio/DadataFio.d.ts +1 -1
  20. package/dist/types/lib/shared/ui/formElements/controlled/dadata/party/DadataOrganization.d.ts +1 -1
  21. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/dayPickerControl.d.ts +1 -1
  22. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/range.d.ts +1 -1
  23. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/single.d.ts +1 -1
  24. package/dist/types/lib/shared/ui/formElements/controlled/index.d.ts +0 -1
  25. package/dist/types/lib/shared/ui/formElements/controlled/inputCurrency/InputCurrencyControl.d.ts +1 -1
  26. package/dist/types/lib/shared/ui/formElements/controlled/inputOtp/InputOtpControl.d.ts +1 -1
  27. package/dist/types/lib/shared/ui/formElements/controlled/radio/RadioGroupControl.d.ts +1 -1
  28. package/dist/types/lib/shared/ui/formElements/controlled/radio/RadioGroupTabControl.d.ts +1 -1
  29. package/dist/types/lib/shared/ui/formElements/controlled/select/SelectControl.d.ts +1 -1
  30. package/dist/types/lib/shared/ui/formElements/controlled/switch/SwitchControl.d.ts +1 -1
  31. package/dist/types/lib/shared/ui/formElements/controlled/textarea/TextareaControl.d.ts +1 -1
  32. package/dist/types/lib/shared/ui/formElements/uncontrolled/autocomplete/Autocomplete.d.ts +1 -1
  33. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/combobox.d.ts +4 -4
  34. package/dist/types/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.d.ts +2 -2
  35. package/dist/types/lib/shared/ui/formElements/uncontrolled/index.d.ts +2 -2
  36. package/dist/types/lib/shared/ui/formElements/uncontrolled/input/Input.d.ts +1 -1
  37. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/Select.d.ts +3 -3
  38. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/hooks/useSelectController.d.ts +1 -1
  39. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/model/typeGuards.d.ts +1 -1
  40. package/dist/types/lib/shared/ui/formElements/uncontrolled/textarea/Textarea.d.ts +1 -1
  41. package/dist/types/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFiles.d.ts +1 -1
  42. package/dist/types/lib/shared/utils/scrollToElement.d.ts +1 -1
  43. package/dist/types/lib/widgets/authProvider/model/types.d.ts +1 -1
  44. package/dist/types/lib/widgets/authProvider/ui/ui/AuthWrapper.d.ts +1 -1
  45. package/dist/types/lib/widgets/banner/Banner.d.ts +1 -1
  46. package/dist/types/lib/widgets/banner/ui/banners/BannerImageFull.d.ts +1 -1
  47. package/dist/types/lib/widgets/banner/ui/banners/BannerWithSeparateImg.d.ts +1 -1
  48. package/dist/types/lib/widgets/benefit/model/types.d.ts +2 -2
  49. package/dist/types/lib/widgets/benefit/ui/BenefitItem.d.ts +2 -2
  50. package/dist/types/lib/widgets/buttonWithHandlers/ButtonWithHandlers.d.ts +1 -1
  51. package/dist/types/lib/widgets/calculator/ui/calculatorFields/ui/CalculatorModal.d.ts +1 -1
  52. package/dist/types/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.d.ts +2 -2
  53. package/dist/types/lib/widgets/calculator/ui/calculatorInfo/ui/AssistHint.d.ts +1 -1
  54. package/dist/types/lib/widgets/dynamicForm/DynamicForm.d.ts +3 -3
  55. package/dist/types/lib/widgets/dynamicForm/model/getFieldsProgress.d.ts +2 -2
  56. package/dist/types/lib/widgets/dynamicForm/model/types.d.ts +1 -1
  57. package/dist/types/lib/widgets/dynamicFormDialog/DynamicFormDialog.d.ts +3 -3
  58. package/dist/types/lib/widgets/fieldMapper/model/types.d.ts +1 -1
  59. package/dist/types/lib/widgets/footer/model/types.d.ts +1 -1
  60. package/dist/types/lib/widgets/header/model/types.d.ts +1 -1
  61. package/dist/types/lib/widgets/infoBlock/InfoBlock.d.ts +1 -1
  62. package/dist/types/lib/widgets/infoBlock/ui/LinksList.d.ts +1 -1
  63. package/dist/types/lib/widgets/interLinking/InterLinking.d.ts +1 -1
  64. package/dist/types/lib/widgets/interLinking/ui/Column.d.ts +1 -1
  65. package/dist/types/lib/widgets/interLinking/ui/ColumnGroup.d.ts +1 -1
  66. package/dist/types/lib/widgets/seoHeader/model/types.d.ts +1 -1
  67. package/dist/types/lib/widgets/stepper/ui/StepperCarousel.d.ts +1 -1
  68. package/dist/types/lib/widgets/usefulInfo/model/types.d.ts +1 -1
  69. package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts +1 -1
  70. package/dist/types/lib/widgets/userFeedback/UserFeedback.d.ts +1 -1
  71. package/dist/types/lib/widgets/userFeedback/ui/UserReview.d.ts +1 -1
  72. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"mappings":";iGACA,MAAMA,EAASC,EAAK,UAAM,OAAO,qBAAkB,+rGAAC,EAC9CC,EAAaD,EAAK,UAAM,OAAO,6BAA0B,y5GAAC,EAC1DE,EAAcF,EAAK,UAAM,OAAO,+BAA4B,u2GAAC,EAC7DG,EAAoBH,EAAK,UAAM,OAAO,2CAAwC,21GAAC,EAC/EI,EAASJ,EAAK,UAAM,OAAO,qBAAkB,mhGAAC,EAC9CK,EAASL,EAAK,UAAM,OAAO,qBAAkB,6/FAAC,EAC9CM,EAAeN,EAAK,UAAM,OAAO,iCAA8B,+/FAAC,EAChEO,EAAaP,EAAK,UAAM,OAAO,6BAA0B,6/FAAC,EAC1DQ,EAAYR,EAAK,UAAM,OAAO,2BAAwB,2iGAAC,EACvDS,EAAUT,EAAK,UAAM,OAAO,uBAAoB,mjGAAC,EACjDU,EAAaV,EAAK,UAAM,OAAO,6BAA0B,+hGAAC,EAC1DW,EAAUX,EAAK,UAAM,OAAO,uBAAoB,i/FAAC,EACjDY,EAAYZ,EAAK,UAAM,OAAO,2BAAwB,igGAAC,EACvDa,EAAeb,EAAK,UAAM,OAAO,iCAA8B,mmGAAC,EAIzDc,EAAkB,CAC7B,OAAQT,EACR,UAAWG,EACX,OAAQT,EACR,WAAYE,EACZ,KAAMC,EACN,WAAYC,EACZ,QAASM,EACT,QAASE,EACT,WAAYJ,EACZ,WAAYG,EACZ,aAAcJ,EACd,OAAQF,EACR,UAAWQ,EACX,aAAcC,CAChB,EAEaE,EAAsB,OAAO,KAAKD,CAAe,EAEjDE,EAAYD,EAAoB,OAC3C,CAACE,EAAKC,KACJD,EAAIC,CAAM,EAAIA,EACPD,GAET,EACF","names":["Banner","lazy","Calculator","DynamicForm","DynamicFormDialog","Footer","Header","InterLinking","LongBanner","SeoHeader","Stepper","UsefulInfo","Benefit","InfoBlock","UserFeedback","WIDGET_LIST_MAP","KEYS_OF_WIDGET_LIST","widgetIds","acc","widget"],"ignoreList":[],"sources":["../../../../lib/widgets/model/helpers.ts"],"sourcesContent":["import { lazy } from 'react'\nconst Banner = lazy(() => import('../banner/Banner'))\nconst Calculator = lazy(() => import('../calculator/Calculator'))\nconst DynamicForm = lazy(() => import('../dynamicForm/DynamicForm'))\nconst DynamicFormDialog = lazy(() => import('../dynamicFormDialog/DynamicFormDialog'))\nconst Footer = lazy(() => import('../footer/Footer'))\nconst Header = lazy(() => import('../header/Header'))\nconst InterLinking = lazy(() => import('../interLinking/InterLinking'))\nconst LongBanner = lazy(() => import('../longBanner/LongBanner'))\nconst SeoHeader = lazy(() => import('../seoHeader/SeoHeader'))\nconst Stepper = lazy(() => import('../stepper/Stepper'))\nconst UsefulInfo = lazy(() => import('../usefulInfo/UsefulInfo'))\nconst Benefit = lazy(() => import('../benefit/Benefit'))\nconst InfoBlock = lazy(() => import('../infoBlock/InfoBlock'))\nconst UserFeedback = lazy(() => import('../userFeedback/UserFeedback'))\n\nexport type AllowedWidgets = keyof typeof WIDGET_LIST_MAP\n\nexport const WIDGET_LIST_MAP = {\n header: Header,\n seoHeader: SeoHeader,\n banner: Banner,\n calculator: Calculator,\n form: DynamicForm,\n formDialog: DynamicFormDialog,\n stepper: Stepper,\n benefit: Benefit,\n longBanner: LongBanner,\n usefulInfo: UsefulInfo,\n interLinking: InterLinking,\n footer: Footer,\n infoBlock: InfoBlock,\n userFeedback: UserFeedback\n} as const\n\nexport const KEYS_OF_WIDGET_LIST = Object.keys(WIDGET_LIST_MAP) as readonly AllowedWidgets[]\n\nexport const widgetIds = KEYS_OF_WIDGET_LIST.reduce(\n (acc, widget) => {\n acc[widget] = widget\n return acc\n },\n {} as Record<AllowedWidgets, AllowedWidgets>\n)\n"],"file":"lib/widgets/model/helpers.js"}
1
+ {"version":3,"mappings":";iGACA,MAAMA,EAASC,EAAK,UAAM,OAAO,qBAAkB,+rGAAC,EAC9CC,EAAaD,EAAK,UAAM,OAAO,6BAA0B,q5GAAC,EAC1DE,EAAcF,EAAK,UAAM,OAAO,+BAA4B,m2GAAC,EAC7DG,EAAoBH,EAAK,UAAM,OAAO,2CAAwC,u1GAAC,EAC/EI,EAASJ,EAAK,UAAM,OAAO,qBAAkB,mhGAAC,EAC9CK,EAASL,EAAK,UAAM,OAAO,qBAAkB,6/FAAC,EAC9CM,EAAeN,EAAK,UAAM,OAAO,iCAA8B,+/FAAC,EAChEO,EAAaP,EAAK,UAAM,OAAO,6BAA0B,6/FAAC,EAC1DQ,EAAYR,EAAK,UAAM,OAAO,2BAAwB,2iGAAC,EACvDS,EAAUT,EAAK,UAAM,OAAO,uBAAoB,mjGAAC,EACjDU,EAAaV,EAAK,UAAM,OAAO,6BAA0B,+hGAAC,EAC1DW,EAAUX,EAAK,UAAM,OAAO,uBAAoB,i/FAAC,EACjDY,EAAYZ,EAAK,UAAM,OAAO,2BAAwB,igGAAC,EACvDa,EAAeb,EAAK,UAAM,OAAO,iCAA8B,mmGAAC,EAIzDc,EAAkB,CAC7B,OAAQT,EACR,UAAWG,EACX,OAAQT,EACR,WAAYE,EACZ,KAAMC,EACN,WAAYC,EACZ,QAASM,EACT,QAASE,EACT,WAAYJ,EACZ,WAAYG,EACZ,aAAcJ,EACd,OAAQF,EACR,UAAWQ,EACX,aAAcC,CAChB,EAEaE,EAAsB,OAAO,KAAKD,CAAe,EAEjDE,EAAYD,EAAoB,OAC3C,CAACE,EAAKC,KACJD,EAAIC,CAAM,EAAIA,EACPD,GAET,EACF","names":["Banner","lazy","Calculator","DynamicForm","DynamicFormDialog","Footer","Header","InterLinking","LongBanner","SeoHeader","Stepper","UsefulInfo","Benefit","InfoBlock","UserFeedback","WIDGET_LIST_MAP","KEYS_OF_WIDGET_LIST","widgetIds","acc","widget"],"ignoreList":[],"sources":["../../../../lib/widgets/model/helpers.ts"],"sourcesContent":["import { lazy } from 'react'\nconst Banner = lazy(() => import('../banner/Banner'))\nconst Calculator = lazy(() => import('../calculator/Calculator'))\nconst DynamicForm = lazy(() => import('../dynamicForm/DynamicForm'))\nconst DynamicFormDialog = lazy(() => import('../dynamicFormDialog/DynamicFormDialog'))\nconst Footer = lazy(() => import('../footer/Footer'))\nconst Header = lazy(() => import('../header/Header'))\nconst InterLinking = lazy(() => import('../interLinking/InterLinking'))\nconst LongBanner = lazy(() => import('../longBanner/LongBanner'))\nconst SeoHeader = lazy(() => import('../seoHeader/SeoHeader'))\nconst Stepper = lazy(() => import('../stepper/Stepper'))\nconst UsefulInfo = lazy(() => import('../usefulInfo/UsefulInfo'))\nconst Benefit = lazy(() => import('../benefit/Benefit'))\nconst InfoBlock = lazy(() => import('../infoBlock/InfoBlock'))\nconst UserFeedback = lazy(() => import('../userFeedback/UserFeedback'))\n\nexport type AllowedWidgets = keyof typeof WIDGET_LIST_MAP\n\nexport const WIDGET_LIST_MAP = {\n header: Header,\n seoHeader: SeoHeader,\n banner: Banner,\n calculator: Calculator,\n form: DynamicForm,\n formDialog: DynamicFormDialog,\n stepper: Stepper,\n benefit: Benefit,\n longBanner: LongBanner,\n usefulInfo: UsefulInfo,\n interLinking: InterLinking,\n footer: Footer,\n infoBlock: InfoBlock,\n userFeedback: UserFeedback\n} as const\n\nexport const KEYS_OF_WIDGET_LIST = Object.keys(WIDGET_LIST_MAP) as readonly AllowedWidgets[]\n\nexport const widgetIds = KEYS_OF_WIDGET_LIST.reduce(\n (acc, widget) => {\n acc[widget] = widget\n return acc\n },\n {} as Record<AllowedWidgets, AllowedWidgets>\n)\n"],"file":"lib/widgets/model/helpers.js"}