@arquimedes.co/eureka-forms 3.0.39 → 3.0.42-test

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 (414) hide show
  1. package/dist/@Types/Condition.d.ts +4 -6
  2. package/dist/@Types/Form.d.ts +0 -1
  3. package/dist/@Types/FormStep.d.ts +8 -12
  4. package/dist/@Types/GenericFormSteps.d.ts +8 -0
  5. package/dist/App/App.d.ts +1 -3
  6. package/dist/App/App.js +21 -46
  7. package/dist/App/AppFunctions.d.ts +1 -1
  8. package/dist/App/AppFunctions.js +177 -336
  9. package/dist/App/AppFunctions.test.js +708 -0
  10. package/dist/App/AppHooks.d.ts +2 -2
  11. package/dist/App/AppHooks.js +149 -252
  12. package/dist/App/AppHooks.test.js +154 -0
  13. package/dist/Contexts/CustomContext.d.ts +0 -1
  14. package/dist/Contexts/CustomContext.js +1 -1
  15. package/dist/Contexts/FormContext.d.ts +1 -1
  16. package/dist/Contexts/FormContext.js +3 -2
  17. package/dist/Contexts/SectionContext.d.ts +0 -1
  18. package/dist/Contexts/SectionContext.js +1 -1
  19. package/dist/Form/ConfirmationDialog/ConfirmationDialog.d.ts +1 -2
  20. package/dist/Form/ConfirmationDialog/ConfirmationDialog.js +36 -62
  21. package/dist/Form/Form.d.ts +2 -3
  22. package/dist/Form/Form.js +74 -164
  23. package/dist/Form/Form.module.css +0 -9
  24. package/dist/Form/FormFunctions.js +63 -112
  25. package/dist/Form/FormFunctions.test.js +458 -0
  26. package/dist/Form/FormHooks.d.ts +1 -2
  27. package/dist/Form/FormHooks.js +14 -21
  28. package/dist/Form/FormTypes/ColumnForm/ColumnForm.d.ts +0 -1
  29. package/dist/Form/FormTypes/ColumnForm/ColumnForm.js +34 -105
  30. package/dist/Form/FormTypes/StepperForm/StepperForm.d.ts +1 -2
  31. package/dist/Form/FormTypes/StepperForm/StepperForm.js +48 -110
  32. package/dist/Form/Section/MaterialSection/MaterialSection.d.ts +0 -1
  33. package/dist/Form/Section/MaterialSection/MaterialSection.js +10 -23
  34. package/dist/Form/Section/MaterialSection/MaterialSection.module.css +0 -2
  35. package/dist/Form/Section/Section.d.ts +0 -1
  36. package/dist/Form/Section/Section.js +4 -15
  37. package/dist/Form/Terms/Term/MaterialTerm/MaterialTerm.d.ts +0 -1
  38. package/dist/Form/Terms/Term/MaterialTerm/MaterialTerm.js +30 -65
  39. package/dist/Form/Terms/Term/Term.d.ts +0 -1
  40. package/dist/Form/Terms/Term/Term.js +2 -13
  41. package/dist/Form/Terms/Terms.d.ts +0 -1
  42. package/dist/Form/Terms/Terms.js +17 -29
  43. package/dist/FormSteps/@Construction/CBRElementStep/CBRElementStep.d.ts +0 -1
  44. package/dist/FormSteps/@Construction/CBRElementStep/CBRElementStep.js +34 -107
  45. package/dist/FormSteps/@Construction/CBRIncidentsStep/CBRIncidentsStep.d.ts +0 -1
  46. package/dist/FormSteps/@Construction/CBRIncidentsStep/CBRIncidentsStep.js +2 -13
  47. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/Incident/Incident.d.ts +0 -1
  48. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/Incident/Incident.js +12 -40
  49. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/MaterialCBRIncidentsStep.d.ts +0 -1
  50. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/MaterialCBRIncidentsStep.js +66 -93
  51. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/addRecursiveElementStep.d.ts +2 -0
  52. package/dist/FormSteps/@Construction/CBRIncidentsStep/MaterialCBRIncidentsStep/addRecursiveElementStep.js +22 -0
  53. package/dist/FormSteps/@Construction/CBRPropertyStep/CBRPropertyStep.d.ts +0 -1
  54. package/dist/FormSteps/@Construction/CBRPropertyStep/CBRPropertyStep.js +45 -115
  55. package/dist/FormSteps/AYFStepMapper.d.ts +0 -1
  56. package/dist/FormSteps/AYFStepMapper.js +60 -137
  57. package/dist/FormSteps/ApiSelectorStep/ApiSelectorStep.d.ts +0 -1
  58. package/dist/FormSteps/ApiSelectorStep/ApiSelectorStep.js +2 -13
  59. package/dist/FormSteps/ApiSelectorStep/MaterialApiSelectorStep/MaterialApiSelectorStep.d.ts +0 -1
  60. package/dist/FormSteps/ApiSelectorStep/MaterialApiSelectorStep/MaterialApiSelectorStep.js +66 -172
  61. package/dist/FormSteps/CBRStepMapper.d.ts +0 -1
  62. package/dist/FormSteps/CBRStepMapper.js +57 -169
  63. package/dist/FormSteps/CheckBoxStep/CheckBoxStep.d.ts +0 -1
  64. package/dist/FormSteps/CheckBoxStep/CheckBoxStep.js +2 -13
  65. package/dist/FormSteps/CheckBoxStep/MaterialCheckBoxStep/MaterialCheckBoxStep.d.ts +0 -1
  66. package/dist/FormSteps/CheckBoxStep/MaterialCheckBoxStep/MaterialCheckBoxStep.js +19 -37
  67. package/dist/FormSteps/ClassifierSelectorStep/ClassifierSelectorStep.d.ts +0 -1
  68. package/dist/FormSteps/ClassifierSelectorStep/ClassifierSelectorStep.js +2 -13
  69. package/dist/FormSteps/ClassifierSelectorStep/MaterialClassifierSelectorStep/MaterialClassifierSelectorStep.d.ts +1 -2
  70. package/dist/FormSteps/ClassifierSelectorStep/MaterialClassifierSelectorStep/MaterialClassifierSelectorStep.js +49 -81
  71. package/dist/FormSteps/CollapsibleStep/CollapsibleStep.d.ts +0 -1
  72. package/dist/FormSteps/CollapsibleStep/CollapsibleStep.js +3 -26
  73. package/dist/FormSteps/CollapsibleStep/MaterialTitleStep/MaterialCollapsibleStep.d.ts +0 -1
  74. package/dist/FormSteps/CollapsibleStep/MaterialTitleStep/MaterialCollapsibleStep.js +35 -66
  75. package/dist/FormSteps/CustomStep.d.ts +0 -1
  76. package/dist/FormSteps/CustomStep.js +17 -31
  77. package/dist/FormSteps/DatePickerRangeStep/DatePickerRangeStep.d.ts +10 -0
  78. package/dist/FormSteps/DatePickerRangeStep/DatePickerRangeStep.js +14 -0
  79. package/dist/FormSteps/DatePickerRangeStep/MaterialDatePickerRangeStep/MaterialDatePickerRangeStep.d.ts +3 -0
  80. package/dist/FormSteps/DatePickerRangeStep/MaterialDatePickerRangeStep/MaterialDatePickerRangeStep.js +34 -0
  81. package/dist/FormSteps/DatePickerStep/DatePickerStep.d.ts +1 -2
  82. package/dist/FormSteps/DatePickerStep/DatePickerStep.js +2 -13
  83. package/dist/FormSteps/DatePickerStep/MaterialDatePickerStep/MaterialDatePickerStep.d.ts +1 -2
  84. package/dist/FormSteps/DatePickerStep/MaterialDatePickerStep/MaterialDatePickerStep.js +9 -20
  85. package/dist/FormSteps/EntityValueStep/EntityValuePickerStep.d.ts +0 -1
  86. package/dist/FormSteps/EntityValueStep/EntityValuePickerStep.js +2 -13
  87. package/dist/FormSteps/EntityValueStep/MaterialEntityValuePickerStep/MaterialEntityValueDialog/MaterialEntityValueDialog.d.ts +0 -1
  88. package/dist/FormSteps/EntityValueStep/MaterialEntityValuePickerStep/MaterialEntityValueDialog/MaterialEntityValueDialog.js +16 -32
  89. package/dist/FormSteps/EntityValueStep/MaterialEntityValuePickerStep/MaterialEntityValuePickerStep.d.ts +1 -2
  90. package/dist/FormSteps/EntityValueStep/MaterialEntityValuePickerStep/MaterialEntityValuePickerStep.js +107 -302
  91. package/dist/FormSteps/FileUploadStep/FileUploadStep.d.ts +0 -1
  92. package/dist/FormSteps/FileUploadStep/FileUploadStep.js +2 -13
  93. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileComponent/FileComponent.d.ts +0 -1
  94. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileComponent/FileComponent.js +33 -95
  95. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileFunctions.d.ts +2 -0
  96. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileFunctions.js +3 -0
  97. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/MaterialFileUploadStep.d.ts +0 -2
  98. package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/MaterialFileUploadStep.js +91 -184
  99. package/dist/FormSteps/MapperStep/MapperStep.d.ts +0 -1
  100. package/dist/FormSteps/MapperStep/MapperStep.js +2 -13
  101. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/ListMapperElement/ListMapperElement.d.ts +0 -1
  102. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/ListMapperElement/ListMapperElement.js +16 -38
  103. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/MapperElementComponent.js +22 -33
  104. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/PagedMapperElement/PagedMapperElement.d.ts +0 -1
  105. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/PagedMapperElement/PagedMapperElement.js +89 -175
  106. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/PillMapperElement/PillMapperElement.d.ts +0 -1
  107. package/dist/FormSteps/MapperStep/MaterialMapperStep/Element/PillMapperElement/PillMapperElement.js +20 -47
  108. package/dist/FormSteps/MapperStep/MaterialMapperStep/MaterialMapperStep.d.ts +0 -1
  109. package/dist/FormSteps/MapperStep/MaterialMapperStep/MaterialMapperStep.js +78 -117
  110. package/dist/FormSteps/PhoneInputStep/MaterialTextInputStep/MaterialPhoneInputStep.d.ts +1 -2
  111. package/dist/FormSteps/PhoneInputStep/MaterialTextInputStep/MaterialPhoneInputStep.js +15 -33
  112. package/dist/FormSteps/PhoneInputStep/PhoneInputStep.d.ts +0 -1
  113. package/dist/FormSteps/PhoneInputStep/PhoneInputStep.js +2 -13
  114. package/dist/FormSteps/RatingStep/MaterialRatingStep/MaterialRatingStep.d.ts +0 -1
  115. package/dist/FormSteps/RatingStep/MaterialRatingStep/MaterialRatingStep.js +17 -31
  116. package/dist/FormSteps/RatingStep/RatingStep.d.ts +0 -1
  117. package/dist/FormSteps/RatingStep/RatingStep.js +2 -13
  118. package/dist/FormSteps/SelectorStep/MaterialSelectorStep/MaterialSelectorStep.d.ts +0 -1
  119. package/dist/FormSteps/SelectorStep/MaterialSelectorStep/MaterialSelectorStep.js +37 -61
  120. package/dist/FormSteps/SelectorStep/SelectorStep.d.ts +0 -1
  121. package/dist/FormSteps/SelectorStep/SelectorStep.js +2 -13
  122. package/dist/FormSteps/SeparatorStep/MaterialSeparatorStep/MaterialSeparatorStep.d.ts +0 -1
  123. package/dist/FormSteps/SeparatorStep/MaterialSeparatorStep/MaterialSeparatorStep.js +2 -3
  124. package/dist/FormSteps/SeparatorStep/SeparatorStep.d.ts +0 -1
  125. package/dist/FormSteps/SeparatorStep/SeparatorStep.js +2 -13
  126. package/dist/FormSteps/SmartSelectStep/MaterialSmartSelectStep/MaterialSmartSelectStep.d.ts +1 -2
  127. package/dist/FormSteps/SmartSelectStep/MaterialSmartSelectStep/MaterialSmartSelectStep.js +80 -155
  128. package/dist/FormSteps/SmartSelectStep/SmartSelectStep.d.ts +7 -7
  129. package/dist/FormSteps/SmartSelectStep/SmartSelectStep.js +2 -13
  130. package/dist/FormSteps/Step.d.ts +0 -1
  131. package/dist/FormSteps/Step.js +33 -58
  132. package/dist/FormSteps/StepFunctions.d.ts +4 -6
  133. package/dist/FormSteps/StepFunctions.js +153 -208
  134. package/dist/FormSteps/StepFunctions.test.js +702 -0
  135. package/dist/FormSteps/StepHooks.d.ts +68 -14
  136. package/dist/FormSteps/StepHooks.js +96 -155
  137. package/dist/FormSteps/TextAreaStep/MaterialTextAreaStep/DraftEditor.css +18 -20
  138. package/dist/FormSteps/TextAreaStep/MaterialTextAreaStep/MaterialTextAreaEditorStep.d.ts +0 -1
  139. package/dist/FormSteps/TextAreaStep/MaterialTextAreaStep/MaterialTextAreaEditorStep.js +39 -75
  140. package/dist/FormSteps/TextAreaStep/MaterialTextAreaStep/MaterialTextAreaStep.d.ts +1 -2
  141. package/dist/FormSteps/TextAreaStep/MaterialTextAreaStep/MaterialTextAreaStep.js +12 -28
  142. package/dist/FormSteps/TextAreaStep/TextAreaStep.d.ts +0 -1
  143. package/dist/FormSteps/TextAreaStep/TextAreaStep.js +3 -14
  144. package/dist/FormSteps/TextInputStep/MaterialTextInputStep/MaterialTextInputStep.d.ts +1 -2
  145. package/dist/FormSteps/TextInputStep/MaterialTextInputStep/MaterialTextInputStep.js +12 -30
  146. package/dist/FormSteps/TextInputStep/TextInputStep.d.ts +1 -2
  147. package/dist/FormSteps/TextInputStep/TextInputStep.js +2 -13
  148. package/dist/FormSteps/TimePickerStep/MaterialTimePickerStep/MaterialTimePickerStep.d.ts +1 -2
  149. package/dist/FormSteps/TimePickerStep/MaterialTimePickerStep/MaterialTimePickerStep.js +9 -26
  150. package/dist/FormSteps/TimePickerStep/TimePickerStep.d.ts +0 -1
  151. package/dist/FormSteps/TimePickerStep/TimePickerStep.js +2 -13
  152. package/dist/FormSteps/TitleStep/MaterialTitleStep/MaterialTitleStep.d.ts +0 -1
  153. package/dist/FormSteps/TitleStep/MaterialTitleStep/MaterialTitleStep.js +21 -54
  154. package/dist/FormSteps/TitleStep/TitleStep.d.ts +0 -1
  155. package/dist/FormSteps/TitleStep/TitleStep.js +2 -13
  156. package/dist/FormSteps/Utils/@StepFiller/StepFiller.d.ts +1 -2
  157. package/dist/FormSteps/Utils/@StepFiller/StepFiller.js +15 -27
  158. package/dist/FormSteps/Utils/@StepFiller/StepFillerContext.d.ts +1 -0
  159. package/dist/FormSteps/Utils/@StepFiller/StepFillerContext.js +2 -0
  160. package/dist/FormSteps/Utils/MaterialInputContainer/MaterialInputContainer.d.ts +2 -3
  161. package/dist/FormSteps/Utils/MaterialInputContainer/MaterialInputContainer.js +8 -23
  162. package/dist/Icons/@ErkIcon.d.ts +14 -0
  163. package/dist/Icons/@ErkIcon.js +9 -0
  164. package/dist/Icons/ArrowLeftIcon.d.ts +3 -0
  165. package/dist/Icons/ArrowLeftIcon.js +7 -0
  166. package/dist/Icons/ArrowRightIcon.d.ts +3 -0
  167. package/dist/Icons/ArrowRightIcon.js +7 -0
  168. package/dist/Icons/CalendarIcon.d.ts +2 -3
  169. package/dist/Icons/CalendarIcon.js +4 -14
  170. package/dist/Icons/CheckCircleIcon.d.ts +3 -0
  171. package/dist/Icons/CheckCircleIcon.js +7 -0
  172. package/dist/Icons/CheckboxCheckedIcon.d.ts +3 -0
  173. package/dist/Icons/CheckboxCheckedIcon.js +7 -0
  174. package/dist/Icons/CheckboxUncheckedIcon.d.ts +3 -0
  175. package/dist/Icons/CheckboxUncheckedIcon.js +7 -0
  176. package/dist/Icons/ClockIcon.d.ts +3 -0
  177. package/dist/Icons/ClockIcon.js +7 -0
  178. package/dist/Icons/CloseIcon.d.ts +3 -0
  179. package/dist/Icons/CloseIcon.js +7 -0
  180. package/dist/Icons/Construction/LeakIcon.d.ts +2 -2
  181. package/dist/Icons/Construction/LeakIcon.js +3 -13
  182. package/dist/Icons/Construction/ProjectIcon.d.ts +2 -2
  183. package/dist/Icons/Construction/ProjectIcon.js +3 -13
  184. package/dist/Icons/Construction/PropertyIcon.d.ts +2 -2
  185. package/dist/Icons/Construction/PropertyIcon.js +3 -13
  186. package/dist/Icons/Construction/SpaceIcon.d.ts +2 -2
  187. package/dist/Icons/Construction/SpaceIcon.js +3 -13
  188. package/dist/Icons/DeleteIcon.d.ts +3 -0
  189. package/dist/Icons/DeleteIcon.js +7 -0
  190. package/dist/Icons/DocumentIcon.d.ts +2 -2
  191. package/dist/Icons/DocumentIcon.js +3 -13
  192. package/dist/Icons/Entities/CheckListIcon.d.ts +2 -2
  193. package/dist/Icons/Entities/CheckListIcon.js +3 -13
  194. package/dist/Icons/Entities/GenericEntityIcon.d.ts +2 -2
  195. package/dist/Icons/Entities/GenericEntityIcon.js +5 -15
  196. package/dist/Icons/Entities/HandshakeIcon.d.ts +2 -2
  197. package/dist/Icons/Entities/HandshakeIcon.js +5 -15
  198. package/dist/Icons/Entities/SupplierIcon.d.ts +2 -2
  199. package/dist/Icons/Entities/SupplierIcon.js +5 -15
  200. package/dist/Icons/Entities/WorkIcon.d.ts +3 -0
  201. package/dist/Icons/Entities/WorkIcon.js +7 -0
  202. package/dist/Icons/ErrorIcon.d.ts +3 -0
  203. package/dist/Icons/ErrorIcon.js +7 -0
  204. package/dist/Icons/ExpandLessIcon.d.ts +3 -0
  205. package/dist/Icons/ExpandLessIcon.js +7 -0
  206. package/dist/Icons/ExpandMoreIcon.d.ts +3 -0
  207. package/dist/Icons/ExpandMoreIcon.js +7 -0
  208. package/dist/Icons/FileIcon.d.ts +3 -0
  209. package/dist/Icons/FileIcon.js +7 -0
  210. package/dist/Icons/InfoIcon.d.ts +3 -0
  211. package/dist/Icons/InfoIcon.js +7 -0
  212. package/dist/Icons/LocationIcon.d.ts +2 -3
  213. package/dist/Icons/LocationIcon.js +4 -14
  214. package/dist/Icons/PersonIcon.d.ts +2 -3
  215. package/dist/Icons/PersonIcon.js +6 -16
  216. package/dist/Icons/Ratings/DislikeIcon.d.ts +3 -0
  217. package/dist/Icons/Ratings/DislikeIcon.js +7 -0
  218. package/dist/Icons/Ratings/DissatisfiedIcon.d.ts +3 -0
  219. package/dist/Icons/Ratings/DissatisfiedIcon.js +7 -0
  220. package/dist/Icons/Ratings/LikeIcon.d.ts +3 -0
  221. package/dist/Icons/Ratings/LikeIcon.js +7 -0
  222. package/dist/Icons/Ratings/SatisfiedIcon.d.ts +3 -0
  223. package/dist/Icons/Ratings/SatisfiedIcon.js +7 -0
  224. package/dist/Icons/Ratings/StarIcon.d.ts +3 -0
  225. package/dist/Icons/Ratings/StarIcon.js +7 -0
  226. package/dist/Icons/Ratings/VeryDissatisfiedIcon.d.ts +3 -0
  227. package/dist/Icons/Ratings/VeryDissatisfiedIcon.js +7 -0
  228. package/dist/Icons/Ratings/VerySatisfiedIcon.d.ts +3 -0
  229. package/dist/Icons/Ratings/VerySatisfiedIcon.js +7 -0
  230. package/dist/Icons/WarningIcon.d.ts +3 -0
  231. package/dist/Icons/WarningIcon.js +7 -0
  232. package/dist/Init.d.ts +1 -0
  233. package/dist/Init.js +2 -0
  234. package/dist/Services/DraftService.d.ts +14 -14
  235. package/dist/Services/DraftService.js +22 -72
  236. package/dist/Services/FileService.d.ts +1 -1
  237. package/dist/Services/FileService.js +29 -86
  238. package/dist/Services/FormService.js +11 -56
  239. package/dist/Services/OrganizationService.js +11 -62
  240. package/dist/Shared/CustomBtn/CustomBtn.d.ts +1 -2
  241. package/dist/Shared/CustomBtn/CustomBtn.js +25 -88
  242. package/dist/Shared/ErkButton/ErkButton.d.ts +25 -0
  243. package/dist/Shared/ErkButton/ErkButton.js +31 -0
  244. package/dist/Shared/ErkButton/ErkButton.stories.d.ts +16 -0
  245. package/dist/Shared/ErkButton/ErkButton.stories.js +28 -0
  246. package/dist/Shared/ErkCheckbox/ErkCheckBox.d.ts +19 -0
  247. package/dist/Shared/ErkCheckbox/ErkCheckBox.js +31 -0
  248. package/dist/Shared/ErkCheckbox/ErkCheckBox.stories.d.ts +13 -0
  249. package/dist/Shared/ErkCheckbox/ErkCheckBox.stories.js +34 -0
  250. package/dist/Shared/ErkDatePicker/ErkDatePicker.d.ts +18 -0
  251. package/dist/Shared/ErkDatePicker/ErkDatePicker.js +277 -0
  252. package/dist/Shared/ErkDatePicker/ErkDatePicker.stories.d.ts +23 -0
  253. package/dist/Shared/ErkDatePicker/ErkDatePicker.stories.js +98 -0
  254. package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.d.ts +18 -0
  255. package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.js +180 -0
  256. package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.stories.d.ts +36 -0
  257. package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.stories.js +274 -0
  258. package/dist/Shared/ErkMenuItem.d.ts +2 -0
  259. package/dist/Shared/ErkMenuItem.js +18 -0
  260. package/dist/Shared/ErkPhoneInput/EkrPhoneInput.d.ts +17 -0
  261. package/dist/Shared/ErkPhoneInput/EkrPhoneInput.js +96 -0
  262. package/dist/Shared/ErkSelect/ErkSelect.d.ts +48 -0
  263. package/dist/Shared/ErkSelect/ErkSelect.js +142 -0
  264. package/dist/Shared/ErkSelect/ErkSelect.stories.d.ts +21 -0
  265. package/dist/Shared/ErkSelect/ErkSelect.stories.js +87 -0
  266. package/dist/Shared/ErkSmartSelect/ErkSmartSelect.d.ts +28 -0
  267. package/dist/Shared/ErkSmartSelect/ErkSmartSelect.js +54 -0
  268. package/dist/Shared/{RoundedSmartSelect/RoundedSmartSelect.stories.d.ts → ErkSmartSelect/ErkSmartSelect.stories.d.ts} +3 -13
  269. package/dist/Shared/ErkSmartSelect/ErkSmartSelect.stories.js +159 -0
  270. package/dist/Shared/ErkTextField/ErkTextField.d.ts +34 -0
  271. package/dist/Shared/ErkTextField/ErkTextField.js +149 -0
  272. package/dist/Shared/{RoundedTextField/RoundedTextField.stories.d.ts → ErkTextField/ErkTextField.stories.d.ts} +4 -17
  273. package/dist/Shared/ErkTextField/ErkTextField.stories.js +99 -0
  274. package/dist/Shared/ErkTimePicker/ErkTimePicker.d.ts +32 -0
  275. package/dist/Shared/ErkTimePicker/ErkTimePicker.js +107 -0
  276. package/dist/Shared/InputIcon/InputIcon.d.ts +3 -3
  277. package/dist/Shared/InputIcon/InputIcon.js +29 -112
  278. package/dist/Shared/Loader/Loader.d.ts +0 -1
  279. package/dist/Shared/Loader/Loader.js +6 -18
  280. package/dist/Shared/Navbar/Navbar.d.ts +1 -3
  281. package/dist/Shared/Navbar/Navbar.js +3 -96
  282. package/dist/Shared/Navbar/Navbar.module.css +0 -15
  283. package/dist/Shared/Navbar/Navbar.stories.d.ts +1 -1
  284. package/dist/Shared/Navbar/Navbar.stories.js +2 -2
  285. package/dist/Shared/Rating/Rating.d.ts +3 -5
  286. package/dist/Shared/Rating/Rating.js +4 -27
  287. package/dist/Shared/Rating/Rating.stories.d.ts +1 -1
  288. package/dist/Shared/Rating/Rating.stories.js +13 -19
  289. package/dist/Shared/Rating/Ratings/LikeRating.d.ts +1 -2
  290. package/dist/Shared/Rating/Ratings/LikeRating.js +19 -33
  291. package/dist/Shared/Rating/Ratings/SatisfactionRating.d.ts +1 -2
  292. package/dist/Shared/Rating/Ratings/SatisfactionRating.js +27 -47
  293. package/dist/Shared/Rating/Ratings/ScaleRating.d.ts +1 -2
  294. package/dist/Shared/Rating/Ratings/ScaleRating.js +23 -54
  295. package/dist/Shared/SmartDraftRenderer/DraftLoadingContext.d.ts +1 -0
  296. package/dist/Shared/SmartDraftRenderer/DraftLoadingContext.js +2 -0
  297. package/dist/Shared/SmartDraftRenderer/FormDecorator.d.ts +1 -2
  298. package/dist/Shared/SmartDraftRenderer/FormDecorator.js +8 -22
  299. package/dist/Shared/SmartDraftRenderer/SmartDraftRenderer.d.ts +1 -2
  300. package/dist/Shared/SmartDraftRenderer/SmartDraftRenderer.js +27 -43
  301. package/dist/Shared/Toggle/Toggle.d.ts +5 -14
  302. package/dist/Shared/Toggle/Toggle.js +29 -32
  303. package/dist/States/GlobalSlice.d.ts +7 -12
  304. package/dist/States/GlobalSlice.js +6 -26
  305. package/dist/States/SiteSlice.d.ts +30 -48
  306. package/dist/States/SiteSlice.js +58 -76
  307. package/dist/States/WidthStatsSlice.d.ts +2 -2
  308. package/dist/States/WidthStatsSlice.js +8 -9
  309. package/dist/Utils/AxiosAPI.d.ts +4 -5
  310. package/dist/Utils/AxiosAPI.js +23 -73
  311. package/dist/Utils/AxiosWidget.js +4 -4
  312. package/dist/Utils/CBRFunctions.js +29 -30
  313. package/dist/Utils/DraftFunctions.d.ts +3 -3
  314. package/dist/Utils/DraftFunctions.js +102 -143
  315. package/dist/Utils/FormStepFunctions.d.ts +1 -1
  316. package/dist/Utils/FormStepFunctions.js +27 -45
  317. package/dist/Utils/LocaleUtils.d.ts +2 -0
  318. package/dist/Utils/LocaleUtils.js +12 -0
  319. package/dist/Utils/MaterialProviders.d.ts +21 -1
  320. package/dist/Utils/MaterialProviders.js +46 -28
  321. package/dist/Utils/MuiClassnameSetup.d.ts +1 -0
  322. package/dist/Utils/MuiClassnameSetup.js +3 -0
  323. package/dist/Utils/PhoneFunctions.js +5 -5
  324. package/dist/Utils/StoreContext.js +1 -1
  325. package/dist/Utils/TestUtils.d.ts +60 -81
  326. package/dist/Utils/TestUtils.js +28 -57
  327. package/dist/Utils/_api.d.ts +7 -7
  328. package/dist/Utils/_api.js +10 -8
  329. package/dist/Utils/store.d.ts +9 -17
  330. package/dist/Utils/store.js +15 -74
  331. package/dist/Widget.d.ts +1 -1
  332. package/dist/Widget.js +17 -27
  333. package/dist/constants/Draft/DraftEntityDataTypes.d.ts +3 -3
  334. package/dist/constants/{IconTypes.d.ts → ErkIconTypes.d.ts} +2 -4
  335. package/dist/constants/ErkIconTypes.js +16 -0
  336. package/dist/constants/Files/FileExtensions.js +3 -3
  337. package/dist/constants/Files/FileMaxSize.js +1 -1
  338. package/dist/constants/FormStepTypes.d.ts +2 -2
  339. package/dist/constants/FormStepTypes.js +1 -1
  340. package/dist/constants/InternalFormStyle.js +1 -1
  341. package/dist/hooks.d.ts +0 -3
  342. package/dist/hooks.js +14 -77
  343. package/dist/index.css +15 -0
  344. package/dist/index.lib.d.ts +0 -1
  345. package/dist/index.lib.js +0 -1
  346. package/dist/main.d.ts +3 -0
  347. package/dist/main.js +25 -0
  348. package/package.json +111 -125
  349. package/dist/@Types/ErkValue.d.ts +0 -16
  350. package/dist/@Types/User.d.ts +0 -13
  351. package/dist/Icons/@IconTypes.d.ts +0 -7
  352. package/dist/Icons/EmailIcon.d.ts +0 -4
  353. package/dist/Icons/EmailIcon.js +0 -17
  354. package/dist/Icons/Entities/SchoolIcon.d.ts +0 -2
  355. package/dist/Icons/Entities/SchoolIcon.js +0 -17
  356. package/dist/Icons/GroupIcon.d.ts +0 -4
  357. package/dist/Icons/GroupIcon.js +0 -17
  358. package/dist/Icons/LockedIcon.d.ts +0 -4
  359. package/dist/Icons/LockedIcon.js +0 -17
  360. package/dist/Login/Login.module.css +0 -135
  361. package/dist/Login/LoginLayout.module.css +0 -68
  362. package/dist/Login/LoginPage.d.ts +0 -11
  363. package/dist/Login/LoginPage.js +0 -177
  364. package/dist/Login/LoginTextField.d.ts +0 -15
  365. package/dist/Login/LoginTextField.js +0 -134
  366. package/dist/Services/ApiSelectorService.d.ts +0 -39
  367. package/dist/Services/ApiSelectorService.js +0 -244
  368. package/dist/Services/IntegrationService.d.ts +0 -21
  369. package/dist/Services/IntegrationService.js +0 -69
  370. package/dist/Services/UserService.d.ts +0 -10
  371. package/dist/Services/UserService.js +0 -71
  372. package/dist/Shared/RoundedButton/RoundedButton.d.ts +0 -30
  373. package/dist/Shared/RoundedButton/RoundedButton.js +0 -45
  374. package/dist/Shared/RoundedButton/RoundedButton.stories.d.ts +0 -23
  375. package/dist/Shared/RoundedButton/RoundedButton.stories.js +0 -36
  376. package/dist/Shared/RoundedCheckBox/RoundedCheckBox.d.ts +0 -24
  377. package/dist/Shared/RoundedCheckBox/RoundedCheckBox.js +0 -101
  378. package/dist/Shared/RoundedCheckBox/RoundedCheckBox.stories.d.ts +0 -21
  379. package/dist/Shared/RoundedCheckBox/RoundedCheckBox.stories.js +0 -50
  380. package/dist/Shared/RoundedDatePicker/RoundedDatePicker.d.ts +0 -49
  381. package/dist/Shared/RoundedDatePicker/RoundedDatePicker.js +0 -351
  382. package/dist/Shared/RoundedDatePicker/RoundedDatePicker.stories.d.ts +0 -36
  383. package/dist/Shared/RoundedDatePicker/RoundedDatePicker.stories.js +0 -223
  384. package/dist/Shared/RoundedPhoneInput/RoundedPhoneInput.d.ts +0 -43
  385. package/dist/Shared/RoundedPhoneInput/RoundedPhoneInput.js +0 -226
  386. package/dist/Shared/RoundedSelect/RoundedSelect.d.ts +0 -68
  387. package/dist/Shared/RoundedSelect/RoundedSelect.js +0 -214
  388. package/dist/Shared/RoundedSelect/RoundedSelect.stories.d.ts +0 -28
  389. package/dist/Shared/RoundedSelect/RoundedSelect.stories.js +0 -91
  390. package/dist/Shared/RoundedSmartSelect/RoundedSmartSelect.d.ts +0 -63
  391. package/dist/Shared/RoundedSmartSelect/RoundedSmartSelect.js +0 -236
  392. package/dist/Shared/RoundedSmartSelect/RoundedSmartSelect.stories.js +0 -318
  393. package/dist/Shared/RoundedTextField/RoundedTextField.d.ts +0 -45
  394. package/dist/Shared/RoundedTextField/RoundedTextField.js +0 -175
  395. package/dist/Shared/RoundedTextField/RoundedTextField.stories.js +0 -224
  396. package/dist/Shared/RoundedTimePicker/RoundedTimePicker.d.ts +0 -41
  397. package/dist/Shared/RoundedTimePicker/RoundedTimePicker.js +0 -314
  398. package/dist/Shared/SmartDraftRenderer/LinkDecorator.d.ts +0 -14
  399. package/dist/Shared/SmartDraftRenderer/LinkDecorator.js +0 -60
  400. package/dist/__mocks__/axios.d.ts +0 -2
  401. package/dist/__mocks__/axios.js +0 -2
  402. package/dist/constants/ErkValueTypes.d.ts +0 -6
  403. package/dist/constants/ErkValueTypes.js +0 -7
  404. package/dist/constants/IconTypes.js +0 -18
  405. package/dist/constants/MaterialClassNameSeed.d.ts +0 -1
  406. package/dist/constants/MaterialClassNameSeed.js +0 -1
  407. package/dist/index.js +0 -31
  408. /package/dist/{@Types/ErkValue.js → App/AppFunctions.test.d.ts} +0 -0
  409. /package/dist/{@Types/User.js → App/AppHooks.test.d.ts} +0 -0
  410. /package/dist/{Icons/@IconTypes.js → Form/FormFunctions.test.d.ts} +0 -0
  411. /package/dist/{index.d.ts → FormSteps/StepFunctions.test.d.ts} +0 -0
  412. /package/dist/Shared/{RoundedTimePicker/RoundedTimePicker.module.css → ErkTimePicker/ErkTimePicker.module.css} +0 -0
  413. /package/dist/{setupTests.d.ts → __tests__/setup.d.ts} +0 -0
  414. /package/dist/{setupTests.js → __tests__/setup.js} +0 -0
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare const HandShakeIcon: (props: SVGProps<SVGSVGElement>) => any;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function HandShakeIcon(props: IconProps): JSX.Element;
3
3
  export default HandShakeIcon;
@@ -1,17 +1,7 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- var HandShakeIcon = function (props) {
14
- var _a;
15
- return (_jsxs("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', version: "1.1", width: "511pt", height: "511pt", viewBox: "0 -3 511.99992 511", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "m509.914062 214.859375-85.695312-111.320313c-3.171875-4.117187-8.957031-5.132812-13.34375-2.34375l-55.328125 35.1875h-72.160156c-.933594 0-1.863281.199219-2.761719.460938l-55.949219 16.105469-58.054687-15.878907-56.410156-35.875c-4.3125-2.742187-9.992188-1.8125-13.199219 2.164063l-94.785157 117.40625c-3.40625 4.21875-2.84375 10.378906 1.265626 13.914063l49.679687 42.753906 44.570313 60.0625c-13.035157 13.886718-12.78125 35.789062.78125 49.355468 6.011718 6.007813 13.65625 9.402344 21.519531 10.191407-.273438 1.78125-.414063 3.589843-.414063 5.425781 0 9.476562 3.691406 18.386719 10.390625 25.085938 6.703125 6.703124 15.613281 10.394531 25.089844 10.394531.128906 0 .253906-.007813.378906-.011719-.003906.242188-.015625.480469-.015625.722656 0 9.476563 3.691406 18.386719 10.390625 25.089844 6.703125 6.699219 15.613281 10.390625 25.089844 10.390625 1.871094 0 3.722656-.152344 5.539063-.433594.769531 7.890625 4.171874 15.570313 10.203124 21.601563 6.914063 6.917968 16 10.375 25.085938 10.375s18.171875-3.457032 25.089844-10.375l5.425781-5.425782 2.277344 1.835938c6.859375 6.644531 15.765625 9.964844 24.671875 9.964844 9.085937 0 18.171875-3.457032 25.085937-10.375 7.058594-7.058594 10.515625-16.375 10.371094-25.644532 9.265625.140626 18.585937-3.3125 25.644531-10.367187 7.050782-7.054687 10.507813-16.363281 10.371094-25.628906 9.652344.152343 18.808594-3.554688 25.640625-10.386719 7.058594-7.058594 10.515625-16.375 10.371094-25.644531 9.273437.140625 18.585937-3.3125 25.644531-10.371094 12.046875-12.046875 13.597656-30.667969 4.664062-44.414063l32.542969-68.15625 48.925781-42.101562c4.042969-3.480469 4.660157-9.511719 1.40625-13.734375zm-402.914062-91.910156 40.5625 25.792969-88.238281 107.5-35.359375-30.433594zm5.722656 227.921875 12.242188-12.242188c.371094-.371094.761718-.722656 1.160156-1.050781 2.394531-1.953125 5.292969-3.117187 8.363281-3.394531.085938-.007813.175781-.007813.261719-.011719.4375-.035156.875-.058594 1.316406-.054687 4.195313.058593 8.09375 1.773437 10.984375 4.824218 5.671875 5.996094 5.367188 15.792969-.679687 21.839844l-11.871094 11.871094c-6.003906 6.003906-15.773438 6.003906-21.777344 0-6.003906-6.007813-6.003906-15.777344 0-21.78125zm31.496094 62.484375c-2.910156-2.90625-4.511719-6.773438-4.511719-10.886719s1.601563-7.980469 4.511719-10.890625l23.738281-23.738281c4.546875-4.546875 11.695313-5.792969 17.507813-3.023438 5.992187 2.855469 9.363281 9.359375 8.484375 15.902344-.46875 3.492188-2.09375 6.78125-4.585938 9.277344l-23.363281 23.359375c-2.910156 2.910156-6.777344 4.511719-10.890625 4.511719s-7.980469-1.601563-10.890625-4.511719zm35.84375 36.191406c-2.910156-2.90625-4.511719-6.773437-4.511719-10.886719 0-4.113281 1.601563-7.980468 4.511719-10.890625l23.734375-23.738281c4.863281-4.859375 12.664063-5.90625 18.617187-2.441406 5.4375 3.164062 8.285157 9.375 7.351563 15.5625-.511719 3.402344-2.128906 6.601562-4.5625 9.035156l-23.359375 23.359375c-2.910156 2.910156-6.777344 4.511719-10.890625 4.511719s-7.980469-1.601563-10.890625-4.511719zm40.828125 31.5625c-6.003906-6.003906-6.003906-15.773437 0-21.777344l12.242187-12.242187c.371094-.371094.757813-.71875 1.15625-1.046875.011719-.007813.019532-.015625.027344-.023438 1.992188-1.617187 4.332032-2.699219 6.828125-3.171875.058594-.007812.117188-.015625.175781-.023437.429688-.078125.867188-.140625 1.304688-.179688.175781-.015625.351562-.015625.53125-.027343.359375-.019532.714844-.042969 1.078125-.039063 4.191406.058594 8.09375 1.769531 10.984375 4.824219.355469.375.6875.765625.992188 1.167968 4.617187 6.035157 3.996093 15-1.734376 20.734376l-11.808593 11.808593c-6.003907 6.003907-15.773438 6-21.777344-.003906zm187.285156-112.042969c-6.003906 6.007813-15.773437 6.003906-21.777343 0-.21875-.21875-.449219-.421875-.683594-.613281l-64.554688-65.234375c-3.902344-3.941406-10.257812-3.972656-14.199218-.070312-3.941407 3.898437-3.972657 10.253906-.074219 14.195312l65.253906 65.933594c.007813.007812.015625.015625.023437.023437 6.003907 6.003907 6.003907 15.777344 0 21.78125-2.910156 2.910157-6.777343 4.511719-10.890624 4.511719-4.117188 0-7.984376-1.601562-10.890626-4.511719l-43.652343-44.105469c-3.898438-3.941406-10.253907-3.972656-14.195313-.074218-3.941406 3.902344-3.972656 10.257812-.074218 14.199218l42.984374 43.429688c.21875.273438.453126.535156.703126.785156 6.003906 6.003906 6.003906 15.777344 0 21.78125-6.007813 6.003906-15.78125 6-21.785157-.003906l-23.824219-24.074219c-3.902343-3.941406-10.257812-3.976562-14.199218-.074219-3.941406 3.898438-3.972656 10.253907-.074219 14.195313l23.160156 23.398437c.21875.273438.453125.539063.707031.789063 6.003907 6.003906 6.003907 15.777344 0 21.78125-6.003906 6.007813-15.773437 6.003906-21.777343 0-.691407-.691406-1.503907-1.222656-2.277344-1.816406-.65625-.5-.828125-.847657-.5-1.644531.332031-.808594.828125-1.539063 1.160156-2.351563.367188-.90625.664063-1.839844.953125-2.777344 1.539063-4.960937 1.992188-10.296875 1.300782-15.445312-1.328126-9.878907-6.761719-18.792969-14.996094-24.433594-4.449219-3.042969-9.597656-5.039063-14.933594-5.789063 2.585938-11.40625-.519531-23.773437-8.597656-32.308593-6.648438-7.023438-15.628906-10.964844-25.289063-11.097657-.351562-.003906-.703125-.003906-1.058593 0 .214843-9.21875-3.136719-18.378906-9.492188-25.09375-6.652344-7.023437-15.632812-10.964843-25.289062-11.097656-2.871094-.039062-5.769532.265625-8.566407.910156-1.195312-8.316406-5.386719-16.011718-11.734375-21.515624-6.308594-5.460938-14.242187-8.492188-22.691406-8.609376-8.894531-.128906-17.632812 3.152344-24.238281 9.117188l-38.808594-52.292969 92.84375-113.109375 29.589844 8.09375-38.644531 68.191406c-4.671876 8.246094-5.851563 17.816407-3.324219 26.949219 2.527343 9.136719 8.457031 16.738281 16.703125 21.410157.515625.292968 1.035156.570312 1.5625.835937.039062.019531.078125.039063.121094.058594 1.386718.691406 2.8125 1.285156 4.257812 1.785156 6.730469 2.332031 14 2.585937 21.011719.648437 9.132812-2.527343 16.734375-8.460937 21.40625-16.703124l25.113281-44.316407 44.839844 3.179688 119.402344 119.398437c6 6.007813 6 15.777344-.003907 21.78125zm4.160157-46.019531-112.011719-112.007813c-.210938-.214843-.433594-.417968-.664063-.609374-1.613281-1.34375-3.613281-2.15625-5.722656-2.304688l-54.902344-3.894531c-3.796875-.261719-7.570312 1.757812-9.445312 5.066406l-28.234375 49.828125c-2.027344 3.578125-5.328125 6.152344-9.292969 7.25-3.960938 1.097656-8.117188.582031-11.699219-1.445312-3.578125-2.027344-6.152343-5.328126-7.25-9.292969-1.097656-3.964844-.585937-8.121094 1.445313-11.699219l37.691406-66.519531 15.273438-4.394531c.101562-.03125.199218-.070313.300781-.101563l57.003906-16.460937h68.875l85.984375 109.304687zm40.503906-73.039063-79.515625-101.136718 40.582031-25.808594 74.300781 96.511719zm0 0" }), _jsx("path", { d: "m310.183594 117.53125c2.570312 0 5.140625-.980469 7.101562-2.941406l68.578125-68.578125c3.921875-3.921875 3.921875-10.277344 0-14.199219s-10.277343-3.921875-14.199219 0l-68.578124 68.578125c-3.921876 3.921875-3.921876 10.277344 0 14.199219 1.960937 1.960937 4.53125 2.941406 7.097656 2.941406zm0 0" }), _jsx("path", { d: "m194.714844 114.589844c1.960937 1.960937 4.53125 2.941406 7.101562 2.941406 2.566406 0 5.136719-.980469 7.097656-2.941406 3.921876-3.921875 3.921876-10.277344 0-14.199219l-68.578124-68.578125c-3.921876-3.921875-10.277344-3.921875-14.199219 0s-3.921875 10.277344 0 14.199219zm0 0" }), _jsx("path", { d: "m256 117.53125c5.542969 0 10.039062-4.496094 10.039062-10.039062v-56.753907c0-5.542969-4.496093-10.039062-10.039062-10.039062s-10.039062 4.496093-10.039062 10.039062v56.753907c0 5.542968 4.496093 10.039062 10.039062 10.039062zm0 0" }), _jsx("path", { d: "m246.734375 14.351562c1.59375 3.863282 5.566406 6.398438 9.757813 6.179688 4.140624-.214844 7.777343-3.011719 9.058593-6.953125 1.285157-3.972656-.113281-8.5-3.441406-11.03125-3.394531-2.5859375-8.128906-2.730469-11.679687-.382813-3.960938 2.617188-5.496094 7.828126-3.695313 12.1875zm0 0" })] })));
16
- };
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function HandShakeIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, version: "1.1", viewBox: "0 -3 511.99992 511", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "m509.914062 214.859375-85.695312-111.320313c-3.171875-4.117187-8.957031-5.132812-13.34375-2.34375l-55.328125 35.1875h-72.160156c-.933594 0-1.863281.199219-2.761719.460938l-55.949219 16.105469-58.054687-15.878907-56.410156-35.875c-4.3125-2.742187-9.992188-1.8125-13.199219 2.164063l-94.785157 117.40625c-3.40625 4.21875-2.84375 10.378906 1.265626 13.914063l49.679687 42.753906 44.570313 60.0625c-13.035157 13.886718-12.78125 35.789062.78125 49.355468 6.011718 6.007813 13.65625 9.402344 21.519531 10.191407-.273438 1.78125-.414063 3.589843-.414063 5.425781 0 9.476562 3.691406 18.386719 10.390625 25.085938 6.703125 6.703124 15.613281 10.394531 25.089844 10.394531.128906 0 .253906-.007813.378906-.011719-.003906.242188-.015625.480469-.015625.722656 0 9.476563 3.691406 18.386719 10.390625 25.089844 6.703125 6.699219 15.613281 10.390625 25.089844 10.390625 1.871094 0 3.722656-.152344 5.539063-.433594.769531 7.890625 4.171874 15.570313 10.203124 21.601563 6.914063 6.917968 16 10.375 25.085938 10.375s18.171875-3.457032 25.089844-10.375l5.425781-5.425782 2.277344 1.835938c6.859375 6.644531 15.765625 9.964844 24.671875 9.964844 9.085937 0 18.171875-3.457032 25.085937-10.375 7.058594-7.058594 10.515625-16.375 10.371094-25.644532 9.265625.140626 18.585937-3.3125 25.644531-10.367187 7.050782-7.054687 10.507813-16.363281 10.371094-25.628906 9.652344.152343 18.808594-3.554688 25.640625-10.386719 7.058594-7.058594 10.515625-16.375 10.371094-25.644531 9.273437.140625 18.585937-3.3125 25.644531-10.371094 12.046875-12.046875 13.597656-30.667969 4.664062-44.414063l32.542969-68.15625 48.925781-42.101562c4.042969-3.480469 4.660157-9.511719 1.40625-13.734375zm-402.914062-91.910156 40.5625 25.792969-88.238281 107.5-35.359375-30.433594zm5.722656 227.921875 12.242188-12.242188c.371094-.371094.761718-.722656 1.160156-1.050781 2.394531-1.953125 5.292969-3.117187 8.363281-3.394531.085938-.007813.175781-.007813.261719-.011719.4375-.035156.875-.058594 1.316406-.054687 4.195313.058593 8.09375 1.773437 10.984375 4.824218 5.671875 5.996094 5.367188 15.792969-.679687 21.839844l-11.871094 11.871094c-6.003906 6.003906-15.773438 6.003906-21.777344 0-6.003906-6.007813-6.003906-15.777344 0-21.78125zm31.496094 62.484375c-2.910156-2.90625-4.511719-6.773438-4.511719-10.886719s1.601563-7.980469 4.511719-10.890625l23.738281-23.738281c4.546875-4.546875 11.695313-5.792969 17.507813-3.023438 5.992187 2.855469 9.363281 9.359375 8.484375 15.902344-.46875 3.492188-2.09375 6.78125-4.585938 9.277344l-23.363281 23.359375c-2.910156 2.910156-6.777344 4.511719-10.890625 4.511719s-7.980469-1.601563-10.890625-4.511719zm35.84375 36.191406c-2.910156-2.90625-4.511719-6.773437-4.511719-10.886719 0-4.113281 1.601563-7.980468 4.511719-10.890625l23.734375-23.738281c4.863281-4.859375 12.664063-5.90625 18.617187-2.441406 5.4375 3.164062 8.285157 9.375 7.351563 15.5625-.511719 3.402344-2.128906 6.601562-4.5625 9.035156l-23.359375 23.359375c-2.910156 2.910156-6.777344 4.511719-10.890625 4.511719s-7.980469-1.601563-10.890625-4.511719zm40.828125 31.5625c-6.003906-6.003906-6.003906-15.773437 0-21.777344l12.242187-12.242187c.371094-.371094.757813-.71875 1.15625-1.046875.011719-.007813.019532-.015625.027344-.023438 1.992188-1.617187 4.332032-2.699219 6.828125-3.171875.058594-.007812.117188-.015625.175781-.023437.429688-.078125.867188-.140625 1.304688-.179688.175781-.015625.351562-.015625.53125-.027343.359375-.019532.714844-.042969 1.078125-.039063 4.191406.058594 8.09375 1.769531 10.984375 4.824219.355469.375.6875.765625.992188 1.167968 4.617187 6.035157 3.996093 15-1.734376 20.734376l-11.808593 11.808593c-6.003907 6.003907-15.773438 6-21.777344-.003906zm187.285156-112.042969c-6.003906 6.007813-15.773437 6.003906-21.777343 0-.21875-.21875-.449219-.421875-.683594-.613281l-64.554688-65.234375c-3.902344-3.941406-10.257812-3.972656-14.199218-.070312-3.941407 3.898437-3.972657 10.253906-.074219 14.195312l65.253906 65.933594c.007813.007812.015625.015625.023437.023437 6.003907 6.003907 6.003907 15.777344 0 21.78125-2.910156 2.910157-6.777343 4.511719-10.890624 4.511719-4.117188 0-7.984376-1.601562-10.890626-4.511719l-43.652343-44.105469c-3.898438-3.941406-10.253907-3.972656-14.195313-.074218-3.941406 3.902344-3.972656 10.257812-.074218 14.199218l42.984374 43.429688c.21875.273438.453126.535156.703126.785156 6.003906 6.003906 6.003906 15.777344 0 21.78125-6.007813 6.003906-15.78125 6-21.785157-.003906l-23.824219-24.074219c-3.902343-3.941406-10.257812-3.976562-14.199218-.074219-3.941406 3.898438-3.972656 10.253907-.074219 14.195313l23.160156 23.398437c.21875.273438.453125.539063.707031.789063 6.003907 6.003906 6.003907 15.777344 0 21.78125-6.003906 6.007813-15.773437 6.003906-21.777343 0-.691407-.691406-1.503907-1.222656-2.277344-1.816406-.65625-.5-.828125-.847657-.5-1.644531.332031-.808594.828125-1.539063 1.160156-2.351563.367188-.90625.664063-1.839844.953125-2.777344 1.539063-4.960937 1.992188-10.296875 1.300782-15.445312-1.328126-9.878907-6.761719-18.792969-14.996094-24.433594-4.449219-3.042969-9.597656-5.039063-14.933594-5.789063 2.585938-11.40625-.519531-23.773437-8.597656-32.308593-6.648438-7.023438-15.628906-10.964844-25.289063-11.097657-.351562-.003906-.703125-.003906-1.058593 0 .214843-9.21875-3.136719-18.378906-9.492188-25.09375-6.652344-7.023437-15.632812-10.964843-25.289062-11.097656-2.871094-.039062-5.769532.265625-8.566407.910156-1.195312-8.316406-5.386719-16.011718-11.734375-21.515624-6.308594-5.460938-14.242187-8.492188-22.691406-8.609376-8.894531-.128906-17.632812 3.152344-24.238281 9.117188l-38.808594-52.292969 92.84375-113.109375 29.589844 8.09375-38.644531 68.191406c-4.671876 8.246094-5.851563 17.816407-3.324219 26.949219 2.527343 9.136719 8.457031 16.738281 16.703125 21.410157.515625.292968 1.035156.570312 1.5625.835937.039062.019531.078125.039063.121094.058594 1.386718.691406 2.8125 1.285156 4.257812 1.785156 6.730469 2.332031 14 2.585937 21.011719.648437 9.132812-2.527343 16.734375-8.460937 21.40625-16.703124l25.113281-44.316407 44.839844 3.179688 119.402344 119.398437c6 6.007813 6 15.777344-.003907 21.78125zm4.160157-46.019531-112.011719-112.007813c-.210938-.214843-.433594-.417968-.664063-.609374-1.613281-1.34375-3.613281-2.15625-5.722656-2.304688l-54.902344-3.894531c-3.796875-.261719-7.570312 1.757812-9.445312 5.066406l-28.234375 49.828125c-2.027344 3.578125-5.328125 6.152344-9.292969 7.25-3.960938 1.097656-8.117188.582031-11.699219-1.445312-3.578125-2.027344-6.152343-5.328126-7.25-9.292969-1.097656-3.964844-.585937-8.121094 1.445313-11.699219l37.691406-66.519531 15.273438-4.394531c.101562-.03125.199218-.070313.300781-.101563l57.003906-16.460937h68.875l85.984375 109.304687zm40.503906-73.039063-79.515625-101.136718 40.582031-25.808594 74.300781 96.511719zm0 0" }), _jsx("path", { d: "m310.183594 117.53125c2.570312 0 5.140625-.980469 7.101562-2.941406l68.578125-68.578125c3.921875-3.921875 3.921875-10.277344 0-14.199219s-10.277343-3.921875-14.199219 0l-68.578124 68.578125c-3.921876 3.921875-3.921876 10.277344 0 14.199219 1.960937 1.960937 4.53125 2.941406 7.097656 2.941406zm0 0" }), _jsx("path", { d: "m194.714844 114.589844c1.960937 1.960937 4.53125 2.941406 7.101562 2.941406 2.566406 0 5.136719-.980469 7.097656-2.941406 3.921876-3.921875 3.921876-10.277344 0-14.199219l-68.578124-68.578125c-3.921876-3.921875-10.277344-3.921875-14.199219 0s-3.921875 10.277344 0 14.199219zm0 0" }), _jsx("path", { d: "m256 117.53125c5.542969 0 10.039062-4.496094 10.039062-10.039062v-56.753907c0-5.542969-4.496093-10.039062-10.039062-10.039062s-10.039062 4.496093-10.039062 10.039062v56.753907c0 5.542968 4.496093 10.039062 10.039062 10.039062zm0 0" }), _jsx("path", { d: "m246.734375 14.351562c1.59375 3.863282 5.566406 6.398438 9.757813 6.179688 4.140624-.214844 7.777343-3.011719 9.058593-6.953125 1.285157-3.972656-.113281-8.5-3.441406-11.03125-3.394531-2.5859375-8.128906-2.730469-11.679687-.382813-3.960938 2.617188-5.496094 7.828126-3.695313 12.1875zm0 0" })] }));
6
+ }
17
7
  export default HandShakeIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare const SupplierIcon: (props: SVGProps<SVGSVGElement>) => any;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function SupplierIcon(props: IconProps): JSX.Element;
3
3
  export default SupplierIcon;
@@ -1,17 +1,7 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- var SupplierIcon = function (props) {
14
- var _a;
15
- return (_jsx("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', width: "512", height: "512", version: "1.1", viewBox: "0 0 160 160", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsxs("g", { children: [_jsx("path", { d: "M146.227,105.699l-27.514,5.464l-0.974-4.922l-1.858-9.362l-14.284,2.843l1.858,9.362l0.974,4.922l-7.976,1.587 c-0.743-1.627-1.627-3.164-2.622-4.601c-4.37-6.298-11.009-10.738-18.493-12.366c-1.708-0.372-3.466-0.593-5.254-0.663 l-9.884-49.784c-0.271-1.356,0.613-2.682,1.969-2.943l27.514-5.465l0.974,4.922l1.868,9.362l14.284-2.843l-1.858-9.362 l-0.974-4.922l27.504-5.465c1.366-0.271,2.682,0.613,2.953,1.979l13.772,69.301C148.477,104.112,147.593,105.428,146.227,105.699z" }), _jsx("path", { d: "M149.741,108.588l-51.994,10.327c0.356,1.106,0.66,2.24,0.891,3.407c0.232,1.167,0.385,2.331,0.478,3.489l51.994-10.327 c1.905-0.378,3.142-2.229,2.764-4.133C153.496,109.447,151.645,108.209,149.741,108.588z" }), _jsx("path", { d: "M32.325,7.401c-0.554-1.651-2.248-2.682-4.002-2.333c-1.158,0.23-2.062,1.005-2.509,2.005 c-0.508,1.137-1.618,1.89-2.84,2.133L8.982,11.985c-1.646,0.327-2.918,1.739-2.924,3.417c-0.008,2.308,2.064,3.923,4.203,3.498 l14.083-2.797c1.221-0.243,2.535,0.029,3.439,0.886c0.795,0.753,1.927,1.124,3.085,0.894c1.718-0.341,2.881-1.882,2.817-3.579 c4.769-0.432,9.207,2.805,10.161,7.605l15.416,77.618c1.219-0.41,2.473-0.755,3.768-1.012c1.039-0.206,2.077-0.356,3.11-0.452 L50.743,20.538C49.035,11.938,40.899,6.239,32.325,7.401z" }), _jsx("path", { d: "M63.715,101.963c-14.503,2.88-23.925,16.973-21.044,31.475c2.88,14.503,16.972,23.925,31.475,21.044 c14.503-2.881,23.925-16.973,21.044-31.475S78.218,99.082,63.715,101.963z M70.914,138.208c-5.506,1.094-10.876-2.496-11.969-8.003 c-1.094-5.506,2.496-10.876,8.003-11.969c5.506-1.094,10.876,2.496,11.969,8.003C80.01,131.745,76.42,137.115,70.914,138.208z" })] }) })));
16
- };
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function SupplierIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 160 160", xmlns: "http://www.w3.org/2000/svg", children: _jsxs("g", { children: [_jsx("path", { d: "M146.227,105.699l-27.514,5.464l-0.974-4.922l-1.858-9.362l-14.284,2.843l1.858,9.362l0.974,4.922l-7.976,1.587 c-0.743-1.627-1.627-3.164-2.622-4.601c-4.37-6.298-11.009-10.738-18.493-12.366c-1.708-0.372-3.466-0.593-5.254-0.663 l-9.884-49.784c-0.271-1.356,0.613-2.682,1.969-2.943l27.514-5.465l0.974,4.922l1.868,9.362l14.284-2.843l-1.858-9.362 l-0.974-4.922l27.504-5.465c1.366-0.271,2.682,0.613,2.953,1.979l13.772,69.301C148.477,104.112,147.593,105.428,146.227,105.699z" }), _jsx("path", { d: "M149.741,108.588l-51.994,10.327c0.356,1.106,0.66,2.24,0.891,3.407c0.232,1.167,0.385,2.331,0.478,3.489l51.994-10.327 c1.905-0.378,3.142-2.229,2.764-4.133C153.496,109.447,151.645,108.209,149.741,108.588z" }), _jsx("path", { d: "M32.325,7.401c-0.554-1.651-2.248-2.682-4.002-2.333c-1.158,0.23-2.062,1.005-2.509,2.005 c-0.508,1.137-1.618,1.89-2.84,2.133L8.982,11.985c-1.646,0.327-2.918,1.739-2.924,3.417c-0.008,2.308,2.064,3.923,4.203,3.498 l14.083-2.797c1.221-0.243,2.535,0.029,3.439,0.886c0.795,0.753,1.927,1.124,3.085,0.894c1.718-0.341,2.881-1.882,2.817-3.579 c4.769-0.432,9.207,2.805,10.161,7.605l15.416,77.618c1.219-0.41,2.473-0.755,3.768-1.012c1.039-0.206,2.077-0.356,3.11-0.452 L50.743,20.538C49.035,11.938,40.899,6.239,32.325,7.401z" }), _jsx("path", { d: "M63.715,101.963c-14.503,2.88-23.925,16.973-21.044,31.475c2.88,14.503,16.972,23.925,31.475,21.044 c14.503-2.881,23.925-16.973,21.044-31.475S78.218,99.082,63.715,101.963z M70.914,138.208c-5.506,1.094-10.876-2.496-11.969-8.003 c-1.094-5.506,2.496-10.876,8.003-11.969c5.506-1.094,10.876,2.496,11.969,8.003C80.01,131.745,76.42,137.115,70.914,138.208z" })] }) }));
6
+ }
17
7
  export default SupplierIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function WorkIcon(props: IconProps): JSX.Element;
3
+ export default WorkIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function WorkIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m-6 0h-4V4h4z" }) }));
6
+ }
7
+ export default WorkIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ErrorIcon(props: IconProps): JSX.Element;
3
+ export default ErrorIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ErrorIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 11c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z" }) }));
6
+ }
7
+ export default ErrorIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ExpandLessIcon(props: IconProps): JSX.Element;
3
+ export default ExpandLessIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ExpandLessIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M11.29 8.71L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.38-.39-1.02-.39-1.41 0z" }) }));
6
+ }
7
+ export default ExpandLessIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ExpandMoreIcon(props: IconProps): JSX.Element;
3
+ export default ExpandMoreIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ExpandMoreIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M15.88 9.29L12 13.17 8.12 9.29a.9959.9959 0 00-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z" }) }));
6
+ }
7
+ export default ExpandMoreIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function FileIcon(props: IconProps): JSX.Element;
3
+ export default FileIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function FileIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M14.59 2.59c-.38-.38-.89-.59-1.42-.59H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.82-4.83zM15 18H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1zm-2-6V3.5L18.5 9H14c-.55 0-1-.45-1-1z" }) }));
6
+ }
7
+ export default FileIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function InfoIcon(props: IconProps): JSX.Element;
3
+ export default InfoIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function InfoIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm1-8h-2V7h2v2z" }) }));
6
+ }
7
+ export default InfoIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './@IconTypes';
3
- declare function LocationIcon({ className, style, fill }: IconProps): JSX.Element;
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function LocationIcon(props: IconProps): JSX.Element;
4
3
  export default LocationIcon;
@@ -1,17 +1,7 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
- function LocationIcon(_a) {
14
- var className = _a.className, style = _a.style, fill = _a.fill;
15
- return (_jsx("svg", __assign({ fill: fill, style: style, className: className, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 2C8.13 2 5 5.13 5 9c0 4.17 4.42 9.92 6.24 12.11.4.48 1.13.48 1.53 0C14.58 18.92 19 13.17 19 9c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" }) })));
2
+ import { useIconProps } from './@ErkIcon';
3
+ function LocationIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 2C8.13 2 5 5.13 5 9c0 4.17 4.42 9.92 6.24 12.11.4.48 1.13.48 1.53 0C14.58 18.92 19 13.17 19 9c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" }) }));
16
6
  }
17
7
  export default LocationIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './@IconTypes';
3
- declare const PersonIcon: ({ className, style, fill }: IconProps) => JSX.Element;
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function PersonIcon(props: IconProps): JSX.Element;
4
3
  export default PersonIcon;
@@ -1,17 +1,7 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- var PersonIcon = function (_a) {
14
- var className = _a.className, style = _a.style, fill = _a.fill;
15
- return (_jsxs("svg", __assign({ fill: fill, style: style, className: className, version: "1.1", viewBox: "-42 0 512 512", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "m210.351562 246.632812c33.882813 0 63.222657-12.152343 87.195313-36.128906 23.972656-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.132812 87.195312 23.976563 23.96875 53.3125 36.125 87.1875 36.125zm0 0" }), _jsx("path", { d: "m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.308594-10.339844-7.808594-20.550781-13.371094-30.335938-5.773438-10.15625-12.554688-19-20.164063-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.039063 5.339844-10.972656 0-22.085937-1.796876-33.046874-5.339844-11.210938-3.621094-20.296876-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.75-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.605469 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.058594 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.796875-1.023438 19.964844-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.441406 23.734375 65.066406 23.734375h246.53125c26.625 0 48.511719-7.984375 65.0625-23.734375 16.757813-15.945312 25.253906-37.585937 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm0 0" })] })));
16
- };
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function PersonIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "1 1 22 22", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4z" }) }));
6
+ }
17
7
  export default PersonIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function DislikeIcon(props: IconProps): JSX.Element;
3
+ export default DislikeIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function DislikeIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M10.88 21.94l5.53-5.54c.37-.37.58-.88.58-1.41V5c0-1.1-.9-2-2-2H6c-.8 0-1.52.48-1.83 1.21L.91 11.82C.06 13.8 1.51 16 3.66 16h5.65l-.95 4.58c-.1.5.05 1.01.41 1.37.59.58 1.53.58 2.11-.01zM21 3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z" }) }));
6
+ }
7
+ export default DislikeIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function DissatisfiedIcon(props: IconProps): JSX.Element;
3
+ export default DissatisfiedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function DissatisfiedIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "15.5", cy: "9.5", r: "1.5" }), _jsx("circle", { cx: "8.5", cy: "9.5", r: "1.5" }), _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14-.85-.56-1.87-.89-2.98-.89-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z" })] }));
6
+ }
7
+ export default DissatisfiedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function LikeIcon(props: IconProps): JSX.Element;
3
+ export default LikeIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function LikeIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.12 2.06L7.58 7.6c-.37.37-.58.88-.58 1.41V19c0 1.1.9 2 2 2h9c.8 0 1.52-.48 1.84-1.21l3.26-7.61C23.94 10.2 22.49 8 20.34 8h-5.65l.95-4.58c.1-.5-.05-1.01-.41-1.37-.59-.58-1.53-.58-2.11.01zM3 21c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2z" }) }));
6
+ }
7
+ export default LikeIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function SatisfiedIcon(props: IconProps): JSX.Element;
3
+ export default SatisfiedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function SatisfiedIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "15.5", cy: "9.5", r: "1.5" }), _jsx("circle", { cx: "8.5", cy: "9.5", r: "1.5" }), _jsx("path", { d: "M12 16c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2zm-.01-14C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" })] }));
6
+ }
7
+ export default SatisfiedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function StarIcon(props: IconProps): JSX.Element;
3
+ export default StarIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function StarIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M12 17.27l5.17 3.12c.38.23.85-.11.75-.54l-1.37-5.88 4.56-3.95c.33-.29.16-.84-.29-.88l-6.01-.51-2.35-5.54c-.17-.41-.75-.41-.92 0L9.19 8.63l-6.01.51c-.44.04-.62.59-.28.88l4.56 3.95-1.37 5.88c-.1.43.37.77.75.54L12 17.27z" }) }));
6
+ }
7
+ export default StarIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function VeryDissatisfiedIcon(props: IconProps): JSX.Element;
3
+ export default VeryDissatisfiedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function VeryDissatisfiedIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "15.5", cy: "9.5", r: "1.5" }), _jsx("circle", { cx: "8.5", cy: "9.5", r: "1.5" }), _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z" })] }));
6
+ }
7
+ export default VeryDissatisfiedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function VerySatisfiedIcon(props: IconProps): JSX.Element;
3
+ export default VerySatisfiedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function VerySatisfiedIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "15.5", cy: "9.5", r: "1.5" }), _jsx("circle", { cx: "8.5", cy: "9.5", r: "1.5" }), _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-5-6c.78 2.34 2.72 4 5 4s4.22-1.66 5-4H7z" })] }));
6
+ }
7
+ export default VerySatisfiedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function WarningIcon(props: IconProps): JSX.Element;
3
+ export default WarningIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function WarningIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, version: "1.1", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M4.47 21h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L2.74 18c-.77 1.33.19 3 1.73 3zM12 14c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z" }) }));
6
+ }
7
+ export default WarningIcon;
package/dist/Init.d.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
package/dist/Init.js ADDED
@@ -0,0 +1,2 @@
1
+ window.global || (window.global = window);
2
+ export {};
@@ -1,23 +1,23 @@
1
1
  import { EurekaDraft } from '../@Types/Draft/Draft';
2
2
  export declare const DraftApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<{
3
3
  url: string;
4
- timeout?: number | undefined;
5
- method?: string | undefined;
6
- body?: any;
7
- params?: any;
8
- headers?: Record<string, any> | undefined;
9
- }, unknown, unknown, {}, {}>, {
4
+ timeout?: import("axios").AxiosRequestConfig["timeout"];
5
+ method?: import("axios").AxiosRequestConfig["method"];
6
+ body?: import("axios").AxiosRequestConfig["data"];
7
+ params?: import("axios").AxiosRequestConfig["params"];
8
+ headers?: Record<string, any>;
9
+ }, unknown, unknown>, {
10
10
  mapDraft: import("@reduxjs/toolkit/query").QueryDefinition<{
11
11
  idForm: string;
12
12
  property: string;
13
13
  dependencies: Record<string, any>;
14
- mapDraftEntities?: ((property: string, dependencies: Record<string, any>) => Promise<EurekaDraft>) | undefined;
14
+ mapDraftEntities?: (property: string, dependencies: Record<string, any>) => Promise<EurekaDraft>;
15
15
  }, import("@reduxjs/toolkit/query").BaseQueryFn<{
16
16
  url: string;
17
- timeout?: number | undefined;
18
- method?: string | undefined;
19
- body?: any;
20
- params?: any;
21
- headers?: Record<string, any> | undefined;
22
- }, unknown, unknown, {}, {}>, never, EurekaDraft | undefined, "api">;
23
- }, "api", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
17
+ timeout?: import("axios").AxiosRequestConfig["timeout"];
18
+ method?: import("axios").AxiosRequestConfig["method"];
19
+ body?: import("axios").AxiosRequestConfig["data"];
20
+ params?: import("axios").AxiosRequestConfig["params"];
21
+ headers?: Record<string, any>;
22
+ }, unknown, unknown>, never, EurekaDraft | undefined, "api", unknown>;
23
+ }, "api", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
@@ -1,80 +1,30 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- var __generator = (this && this.__generator) || function (thisArg, body) {
11
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13
- function verb(n) { return function (v) { return step([n, v]); }; }
14
- function step(op) {
15
- if (f) throw new TypeError("Generator is already executing.");
16
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
- if (y = 0, t) op = [op[0] & 2, t.value];
19
- switch (op[0]) {
20
- case 0: case 1: t = op; break;
21
- case 4: _.label++; return { value: op[1], done: false };
22
- case 5: _.label++; y = op[1]; op = [0]; continue;
23
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
24
- default:
25
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
26
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
27
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
28
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
29
- if (t[2]) _.ops.pop();
30
- _.trys.pop(); continue;
31
- }
32
- op = body.call(thisArg, _);
33
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
34
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
35
- }
36
- };
37
1
  import { RootApi } from '../Utils/_api';
38
2
  import axiosInstance from '../Utils/AxiosAPI';
39
3
  import widgetInstance from '../Utils/AxiosWidget';
40
- export var DraftApi = RootApi.injectEndpoints({
41
- endpoints: function (build) { return ({
4
+ export const DraftApi = RootApi.injectEndpoints({
5
+ endpoints: (build) => ({
42
6
  mapDraft: build.query({
43
- queryFn: function (_a, _b) {
44
- var idForm = _a.idForm, dependencies = _a.dependencies, property = _a.property, mapDraftEntities = _a.mapDraftEntities;
45
- var getState = _b.getState;
46
- return __awaiter(void 0, void 0, void 0, function () {
47
- var idOrganization, apiKey, response;
48
- var _c;
49
- return __generator(this, function (_d) {
50
- switch (_d.label) {
51
- case 0:
52
- idOrganization = getState().forms[idForm]
53
- .global.idOrganization;
54
- if (!mapDraftEntities) return [3 /*break*/, 2];
55
- _c = {};
56
- return [4 /*yield*/, mapDraftEntities(property, dependencies)];
57
- case 1: return [2 /*return*/, (_c.data = _d.sent(),
58
- _c)];
59
- case 2:
60
- apiKey = getState().forms[idForm].global
61
- .apiKey;
62
- if (!apiKey)
63
- return [2 /*return*/, { data: undefined }];
64
- if (!idOrganization) return [3 /*break*/, 4];
65
- return [4 /*yield*/, widgetInstance.post("/form/draft/".concat(apiKey, "?idOrganization=").concat(idOrganization), { property: property, dependencies: dependencies })];
66
- case 3:
67
- response = _d.sent();
68
- return [3 /*break*/, 6];
69
- case 4: return [4 /*yield*/, axiosInstance.post("/form/draft/".concat(apiKey), { property: property, dependencies: dependencies })];
70
- case 5:
71
- response = _d.sent();
72
- _d.label = 6;
73
- case 6: return [2 /*return*/, { data: response.data }];
74
- }
7
+ queryFn: async ({ idForm, dependencies, property, mapDraftEntities }, { getState }) => {
8
+ const idOrganization = getState().forms[idForm].global.idOrganization;
9
+ if (mapDraftEntities)
10
+ return {
11
+ data: await mapDraftEntities(property, dependencies),
12
+ };
13
+ const apiKey = getState().forms[idForm].global.apiKey;
14
+ if (!apiKey)
15
+ return { data: undefined };
16
+ let response;
17
+ if (idOrganization) {
18
+ response = await widgetInstance.post(`/form/draft/${apiKey}?idOrganization=${idOrganization}`, {
19
+ property,
20
+ dependencies,
75
21
  });
76
- });
22
+ }
23
+ else {
24
+ response = await axiosInstance.post(`/form/draft/${apiKey}`, dependencies);
25
+ }
26
+ return { data: response.data };
77
27
  },
78
28
  }),
79
- }); },
29
+ }),
80
30
  });
@@ -1,4 +1,4 @@
1
- export declare function getUploadUrls(files: Array<File>, idOrganization?: string): Promise<(Record<string, any> | string)[]>;
1
+ export declare function getUploadUrls(files: File[], idOrganization?: string): Promise<(Record<string, any> | string)[]>;
2
2
  export declare function postFile(file: File, postInfo: Record<string, any>): Promise<{
3
3
  fileName: string;
4
4
  S3Key: string;