@arquimedes.co/eureka-forms 3.0.41 → 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 +13 -31
  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 -179
  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,24 +1,13 @@
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
2
  import { FormStyleTypes } from '../../constants/FormStepTypes';
14
3
  import MaterialTitleStep from './MaterialTitleStep/MaterialTitleStep';
15
4
  import { useAppSelector } from '../../hooks';
16
5
  function TitleStep(props) {
17
- var formStyle = useAppSelector(function (state) { return state.global; }).formStyle;
6
+ const { formStyle } = useAppSelector((state) => state.global);
18
7
  switch (formStyle.type) {
19
8
  case FormStyleTypes.MATERIAL:
20
9
  default: {
21
- return _jsx(MaterialTitleStep, __assign({}, props));
10
+ return _jsx(MaterialTitleStep, { ...props });
22
11
  }
23
12
  }
24
13
  }
@@ -1,9 +1,8 @@
1
1
  import { FillerSteps } from '../../StepFunctions';
2
2
  import React from 'react';
3
- export declare const SizeChangeContext: React.Context<(() => void) | undefined>;
4
3
  export interface StepFillerContainerProps {
5
4
  step: FillerSteps;
6
5
  children: React.ReactNode;
7
6
  }
8
- declare function StepFillerContainer({ step, children, }: StepFillerContainerProps): JSX.Element;
7
+ declare function StepFillerContainer({ step, children }: StepFillerContainerProps): JSX.Element;
9
8
  export default StepFillerContainer;
@@ -1,45 +1,33 @@
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, Fragment as _Fragment } from "react/jsx-runtime";
13
- import { createContext, useCallback, useContext, useState } from 'react';
2
+ import { useCallback, useContext, useState } from 'react';
14
3
  import { useFormContext } from 'react-hook-form';
15
4
  import { calcFillerSize } from '../../StepFunctions';
16
5
  import FormContext from '../../../Contexts/FormContext';
17
6
  import styles from './StepFiller.module.css';
18
7
  import { selectBreakPoint, useAppSelector } from '../../../hooks';
19
- export var SizeChangeContext = createContext(undefined);
20
- function StepFiller(_a) {
21
- var step = _a.step, children = _a.children;
22
- var getValues = useFormContext().getValues;
23
- var form = useContext(FormContext);
24
- var _b = useState(calcFillerSize(step, form.steps, getValues(), form.size)), fillerSize = _b[0], setFillerSize = _b[1];
25
- var currentBreakPoint = useAppSelector(selectBreakPoint);
26
- var handleSizeChange = useCallback(function () {
8
+ import { SizeChangeContext } from './StepFillerContext';
9
+ function StepFiller({ step, children }) {
10
+ const { getValues } = useFormContext();
11
+ const form = useContext(FormContext);
12
+ const [fillerSize, setFillerSize] = useState(calcFillerSize(step, form.steps, getValues(), form.size));
13
+ const currentBreakPoint = useAppSelector(selectBreakPoint);
14
+ const handleSizeChange = useCallback(() => {
27
15
  setFillerSize(calcFillerSize(step, form.steps, getValues(), form.size));
16
+ // eslint-disable-next-line react-hooks/exhaustive-deps
28
17
  }, []);
29
18
  if (step.maxSize && step.maxSize < form.size.blockNum) {
30
- return (_jsxs("div", __assign({ className: styles.firstLvlContainer, style: {
19
+ return (_jsxs("div", { className: styles.firstLvlContainer, style: {
31
20
  width: currentBreakPoint <= step.size ? '100%' : 'fit-content',
32
- } }, { children: [_jsx(SizeChangeContext.Provider, __assign({ value: handleSizeChange }, { children: children })), fillerSize > 0 && (_jsx("div", { className: styles.smallSeparator, style: {
21
+ }, children: [_jsx(SizeChangeContext.Provider, { value: handleSizeChange, children: children }), fillerSize > 0 && (_jsx("div", { className: styles.smallSeparator, style: {
33
22
  width: fillerSize,
34
- } }))] })));
23
+ } }))] }));
35
24
  }
36
25
  else {
37
- return (_jsxs(SizeChangeContext.Provider, __assign({ value: handleSizeChange }, { children: [children, step.maxSize && _jsx("div", { className: styles.separator })] })));
26
+ return (_jsxs(SizeChangeContext.Provider, { value: handleSizeChange, children: [children, step.maxSize && _jsx("div", { className: styles.separator })] }));
38
27
  }
39
28
  }
40
- function StepFillerContainer(_a) {
41
- var step = _a.step, children = _a.children;
42
- var handleSizeChange = useContext(SizeChangeContext);
29
+ function StepFillerContainer({ step, children }) {
30
+ const handleSizeChange = useContext(SizeChangeContext);
43
31
  if (handleSizeChange)
44
32
  return _jsx(_Fragment, { children: children });
45
33
  else
@@ -0,0 +1 @@
1
+ export declare const SizeChangeContext: import("react").Context<(() => void) | undefined>;
@@ -0,0 +1,2 @@
1
+ import { createContext } from 'react';
2
+ export const SizeChangeContext = createContext(undefined);
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { GSmartSelect } from '../../../@Types/GenericFormSteps';
3
- import { CheckBox, DatePicker, ClassifierSelector, FormSelector, TimePicker } from '../../../@Types/FormStep';
2
+ import { CheckBox, DatePicker, ClassifierSelector, FormSelector, TimePicker, DatePickerRange } from '../../../@Types/FormStep';
4
3
  interface MaterialInputProps {
5
- step: GSmartSelect | CheckBox | ClassifierSelector | DatePicker | TimePicker | FormSelector;
4
+ step: GSmartSelect | CheckBox | ClassifierSelector | DatePicker | TimePicker | FormSelector | DatePickerRange;
6
5
  editable: boolean;
7
6
  onClick?: () => void;
8
7
  children: React.ReactNode;
@@ -1,35 +1,20 @@
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
2
  import { useContext } from 'react';
14
3
  import FormContext from '../../../Contexts/FormContext';
15
4
  import { useAppSelector, selectBreakPoint } from '../../../hooks';
16
5
  import { calcStepWidth } from '../../StepFunctions';
17
6
  import styles from './MaterialInputContainer.module.css';
18
- function MaterialInputContainer(_a) {
19
- var step = _a.step, editable = _a.editable, children = _a.children, onClick = _a.onClick, _b = _a.maxHeight, maxHeight = _b === void 0 ? true : _b;
20
- var form = useContext(FormContext);
21
- var currentBreakPoint = useAppSelector(selectBreakPoint);
22
- var postview = useAppSelector(function (state) { return state.global.postview; });
23
- return (_jsx("div", __assign({ className: styles.container, style: {
24
- width: currentBreakPoint <= step.size
25
- ? '100%'
26
- : calcStepWidth(step.size, form.size),
7
+ function MaterialInputContainer({ step, editable, children, onClick, maxHeight = true, }) {
8
+ const form = useContext(FormContext);
9
+ const currentBreakPoint = useAppSelector(selectBreakPoint);
10
+ const postview = useAppSelector((state) => state.global.postview);
11
+ return (_jsx("div", { className: styles.container, style: {
12
+ width: currentBreakPoint <= step.size ? '100%' : calcStepWidth(step.size, form.size),
27
13
  minHeight: maxHeight
28
- ? step.description ||
29
- (!postview && editable && step.required)
14
+ ? step.description || (!postview && editable && step.required)
30
15
  ? '55px'
31
16
  : '43px'
32
17
  : undefined,
33
- }, onClick: onClick, "data-testid": step.id }, { children: children })));
18
+ }, onClick: onClick, "data-testid": step.id, children: children }));
34
19
  }
35
20
  export default MaterialInputContainer;
@@ -0,0 +1,14 @@
1
+ export interface IconProps {
2
+ fill?: string;
3
+ contrast?: string;
4
+ stroke?: string;
5
+ style?: React.CSSProperties;
6
+ className?: string;
7
+ size?: number;
8
+ onClick?: () => void;
9
+ preserveAspectRatio?: 'none';
10
+ }
11
+ export declare function useIconProps(props: IconProps): IconProps & {
12
+ width?: number;
13
+ height?: number;
14
+ };
@@ -0,0 +1,9 @@
1
+ export function useIconProps(props) {
2
+ return {
3
+ width: props.size,
4
+ height: props.size,
5
+ className: props.className ? props.className + ' ErkIcon' : 'ErkIcon',
6
+ fill: 'currentColor',
7
+ ...props,
8
+ };
9
+ }
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ArrowLeftIcon(props: IconProps): JSX.Element;
3
+ export default ArrowLeftIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ArrowLeftIcon(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.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41a.9959.9959 0 00-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z" }) }));
6
+ }
7
+ export default ArrowLeftIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ArrowRightIcon(props: IconProps): JSX.Element;
3
+ export default ArrowRightIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ArrowRightIcon(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: "M9.29 15.88L13.17 12 9.29 8.12a.9959.9959 0 010-1.41c.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z" }) }));
6
+ }
7
+ export default ArrowRightIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './@IconTypes';
3
- declare function CalendarIcon({ className, style, fill }: IconProps): JSX.Element;
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function CalendarIcon(props: IconProps): JSX.Element;
4
3
  export default CalendarIcon;
@@ -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 CalendarIcon(_a) {
14
- var className = _a.className, style = _a.style, fill = _a.fill;
15
- return (_jsx("svg", __assign({ fill: fill, style: style, className: className, xmlns: "http://www.w3.org/2000/svg", height: "24", viewBox: "-1 -1 26 26", width: "24" }, { children: _jsx("path", { d: "M20 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V8h16v12c0 .55-.45 1-1 1z" }) })));
2
+ import { useIconProps } from './@ErkIcon';
3
+ function CalendarIcon(props) {
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, xmlns: "http://www.w3.org/2000/svg", viewBox: "-1 -1 26 26", children: _jsx("path", { d: "M20 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V8h16v12c0 .55-.45 1-1 1z" }) }));
16
6
  }
17
7
  export default CalendarIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function CheckCircleIcon(props: IconProps): JSX.Element;
3
+ export default CheckCircleIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function CheckCircleIcon(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 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.88-11.71L10 14.17l-1.88-1.88a.9959.9959 0 00-1.41 0c-.39.39-.39 1.02 0 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7c.39-.39.39-1.02 0-1.41-.39-.39-1.03-.39-1.42 0z" }) }));
6
+ }
7
+ export default CheckCircleIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function CheckboxCheckedIcon(props: IconProps): JSX.Element;
3
+ export default CheckboxCheckedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function CheckboxCheckedIcon(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: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.29 13.29c-.39.39-1.02.39-1.41 0L5.71 12.7a.9959.9959 0 010-1.41c.39-.39 1.02-.39 1.41 0L10 14.17l6.88-6.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-7.58 7.59z" }) }));
6
+ }
7
+ export default CheckboxCheckedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function CheckboxUncheckedIcon(props: IconProps): JSX.Element;
3
+ export default CheckboxUncheckedIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function CheckboxUncheckedIcon(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: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" }) }));
6
+ }
7
+ export default CheckboxUncheckedIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function ClockIcon(props: IconProps): JSX.Element;
3
+ export default ClockIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function ClockIcon(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.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-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24.21-.34.1-.79-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72z" }) }));
6
+ }
7
+ export default ClockIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function CloseIcon(props: IconProps): JSX.Element;
3
+ export default CloseIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function CloseIcon(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: "M18.3 5.71a.9959.9959 0 00-1.41 0L12 10.59 7.11 5.7a.9959.9959 0 00-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z" }) }));
6
+ }
7
+ export default CloseIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function LeakIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function LeakIcon(props: IconProps): JSX.Element;
3
3
  export default LeakIcon;
@@ -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";
2
+ import { useIconProps } from '../@ErkIcon';
13
3
  function LeakIcon(props) {
14
- var _a;
15
- return (_jsxs("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', height: "512pt", viewBox: "0 -86 512.00056 512", width: "512pt", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "m203.484375 196.359375c2.402344 0 4.753906-.867187 6.601563-2.492187l26.621093-23.394532c3.03125-2.664062 4.164063-6.890625 2.871094-10.714844l-9.21875-27.257812 21.613281-18.996094c3.03125-2.664062 4.164063-6.890625 2.871094-10.714844l-11.359375-33.570312c-1.070313-3.167969-3.652344-5.589844-6.882813-6.457031l-57.925781-15.519531c-5.335937-1.433594-10.816406 1.734374-12.246093 7.070312-1.429688 5.335938 1.734374 10.820312 7.070312 12.25l52.753906 14.132812 7.507813 22.1875-21.613281 18.996094c-3.03125 2.664063-4.164063 6.890625-2.871094 10.714844l9.21875 27.257812-17.59375 15.460938-130.027344-34.839844 30.992188-115.667968c.6875-2.5625.328124-5.292969-.996094-7.589844-1.328125-2.296875-3.511719-3.972656-6.074219-4.660156l-45.574219-12.210938c-5.332031-1.429688-10.816406 1.734375-12.246094 7.070312l-36.636718 136.722657c-.6875 2.5625-.324219 5.292969 1 7.589843 1.324218 2.292969 3.511718 3.972657 6.070312 4.65625l45.574219 12.210938c.867187.234375 1.738281.34375 2.597656.34375 4.414063 0 8.453125-2.945312 9.652344-7.414062l.464844-1.734376 135.199219 36.226563c.851562.230469 1.722656.34375 2.585937.34375zm-181.238281-56.703125 31.460937-117.40625 26.253907 7.035156-31.457032 117.40625zm0 0" }), _jsx("path", { d: "m511.660156 144.136719-36.636718-136.722657c-1.429688-5.332031-6.910157-8.5-12.246094-7.070312l-45.574219 12.210938c-2.5625.6875-4.746094 2.363281-6.070313 4.660156-1.328124 2.296875-1.6875 5.023437-1 7.585937l.464844 1.734375-135.199218 36.226563c-3.28125.878906-5.894532 3.367187-6.933594 6.605469-1.039063 3.238281-.363282 6.777343 1.796875 9.40625l19.121093 23.265624-5.867187 25.070313c-.796875 3.40625.242187 6.980469 2.738281 9.425781l19.386719 18.988282-6.847656 28.496093c-.824219 3.429688.21875 7.039063 2.742187 9.5 1.894532 1.84375 4.40625 2.839844 6.980469 2.839844.863281 0 1.730469-.113281 2.585937-.34375l57.925782-15.519531c5.335937-1.429688 8.5-6.914063 7.070312-12.25-1.429687-5.332032-6.914062-8.5-12.246094-7.070313l-41.683593 11.171875 4.246093-17.664062c.820313-3.421875-.214843-7.023438-2.726562-9.484375l-19.417969-19.015625 5.714844-24.398438c.710937-3.035156-.035156-6.222656-2.011719-8.628906l-12.40625-15.09375 120.207032-32.207031 30.992187 115.667969c1.199219 4.46875 5.238281 7.414062 9.65625 7.414062.855469 0 1.726563-.109375 2.59375-.339844l45.574219-12.210937c2.5625-.6875 4.746094-2.363281 6.070312-4.660157 1.328125-2.296874 1.6875-5.027343 1-7.589843zm-48.160156 2.554687-30.996094-115.667968s0 0 0-.003907v-.003906l-.464844-1.730469 26.257813-7.035156 31.457031 117.40625zm0 0" }), _jsx("path", { d: "m263.386719 203.265625c-1.894531-2.078125-4.574219-3.261719-7.386719-3.261719-2.808594 0-5.492188 1.183594-7.386719 3.261719-.78125.855469-1.640625 1.789063-2.570312 2.792969-14.488281 15.730468-44.640625 48.457031-44.640625 79.34375 0 30.105468 24.492187 54.601562 54.597656 54.601562s54.597656-24.496094 54.597656-54.601562c0-30.886719-30.148437-63.613282-44.640625-79.339844-.925781-1.007812-1.789062-1.941406-2.570312-2.796875zm-7.386719 116.738281c-19.078125 0-34.597656-15.523437-34.597656-34.601562 0-20.492188 20.960937-45.539063 34.597656-60.601563 13.636719 15.0625 34.597656 40.109375 34.597656 60.601563 0 19.078125-15.519531 34.601562-34.597656 34.601562zm0 0" }), _jsx("path", { d: "m129.878906 54.871094c.917969.261718 1.839844.386718 2.75.386718 4.351563 0 8.355469-2.863281 9.609375-7.253906 1.519531-5.3125-1.554687-10.847656-6.867187-12.363281h-.007813c-5.308593-1.519531-10.839843 1.554687-12.359375 6.867187-1.515625 5.308594 1.5625 10.847657 6.875 12.363282zm0 0" }), _jsx("path", { d: "m407.335938 149.527344-.007813.003906c-5.335937 1.421875-8.507813 6.898438-7.082031 12.238281 1.191406 4.472657 5.238281 7.421875 9.65625 7.421875.855468 0 1.722656-.109375 2.585937-.339844 5.335938-1.421874 8.507813-6.902343 7.085938-12.238281-1.425781-5.335937-6.90625-8.511719-12.238281-7.085937zm0 0" })] })));
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, viewBox: "0 -86 512.00056 512", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "m203.484375 196.359375c2.402344 0 4.753906-.867187 6.601563-2.492187l26.621093-23.394532c3.03125-2.664062 4.164063-6.890625 2.871094-10.714844l-9.21875-27.257812 21.613281-18.996094c3.03125-2.664062 4.164063-6.890625 2.871094-10.714844l-11.359375-33.570312c-1.070313-3.167969-3.652344-5.589844-6.882813-6.457031l-57.925781-15.519531c-5.335937-1.433594-10.816406 1.734374-12.246093 7.070312-1.429688 5.335938 1.734374 10.820312 7.070312 12.25l52.753906 14.132812 7.507813 22.1875-21.613281 18.996094c-3.03125 2.664063-4.164063 6.890625-2.871094 10.714844l9.21875 27.257812-17.59375 15.460938-130.027344-34.839844 30.992188-115.667968c.6875-2.5625.328124-5.292969-.996094-7.589844-1.328125-2.296875-3.511719-3.972656-6.074219-4.660156l-45.574219-12.210938c-5.332031-1.429688-10.816406 1.734375-12.246094 7.070312l-36.636718 136.722657c-.6875 2.5625-.324219 5.292969 1 7.589843 1.324218 2.292969 3.511718 3.972657 6.070312 4.65625l45.574219 12.210938c.867187.234375 1.738281.34375 2.597656.34375 4.414063 0 8.453125-2.945312 9.652344-7.414062l.464844-1.734376 135.199219 36.226563c.851562.230469 1.722656.34375 2.585937.34375zm-181.238281-56.703125 31.460937-117.40625 26.253907 7.035156-31.457032 117.40625zm0 0" }), _jsx("path", { d: "m511.660156 144.136719-36.636718-136.722657c-1.429688-5.332031-6.910157-8.5-12.246094-7.070312l-45.574219 12.210938c-2.5625.6875-4.746094 2.363281-6.070313 4.660156-1.328124 2.296875-1.6875 5.023437-1 7.585937l.464844 1.734375-135.199218 36.226563c-3.28125.878906-5.894532 3.367187-6.933594 6.605469-1.039063 3.238281-.363282 6.777343 1.796875 9.40625l19.121093 23.265624-5.867187 25.070313c-.796875 3.40625.242187 6.980469 2.738281 9.425781l19.386719 18.988282-6.847656 28.496093c-.824219 3.429688.21875 7.039063 2.742187 9.5 1.894532 1.84375 4.40625 2.839844 6.980469 2.839844.863281 0 1.730469-.113281 2.585937-.34375l57.925782-15.519531c5.335937-1.429688 8.5-6.914063 7.070312-12.25-1.429687-5.332032-6.914062-8.5-12.246094-7.070313l-41.683593 11.171875 4.246093-17.664062c.820313-3.421875-.214843-7.023438-2.726562-9.484375l-19.417969-19.015625 5.714844-24.398438c.710937-3.035156-.035156-6.222656-2.011719-8.628906l-12.40625-15.09375 120.207032-32.207031 30.992187 115.667969c1.199219 4.46875 5.238281 7.414062 9.65625 7.414062.855469 0 1.726563-.109375 2.59375-.339844l45.574219-12.210937c2.5625-.6875 4.746094-2.363281 6.070312-4.660157 1.328125-2.296874 1.6875-5.027343 1-7.589843zm-48.160156 2.554687-30.996094-115.667968s0 0 0-.003907v-.003906l-.464844-1.730469 26.257813-7.035156 31.457031 117.40625zm0 0" }), _jsx("path", { d: "m263.386719 203.265625c-1.894531-2.078125-4.574219-3.261719-7.386719-3.261719-2.808594 0-5.492188 1.183594-7.386719 3.261719-.78125.855469-1.640625 1.789063-2.570312 2.792969-14.488281 15.730468-44.640625 48.457031-44.640625 79.34375 0 30.105468 24.492187 54.601562 54.597656 54.601562s54.597656-24.496094 54.597656-54.601562c0-30.886719-30.148437-63.613282-44.640625-79.339844-.925781-1.007812-1.789062-1.941406-2.570312-2.796875zm-7.386719 116.738281c-19.078125 0-34.597656-15.523437-34.597656-34.601562 0-20.492188 20.960937-45.539063 34.597656-60.601563 13.636719 15.0625 34.597656 40.109375 34.597656 60.601563 0 19.078125-15.519531 34.601562-34.597656 34.601562zm0 0" }), _jsx("path", { d: "m129.878906 54.871094c.917969.261718 1.839844.386718 2.75.386718 4.351563 0 8.355469-2.863281 9.609375-7.253906 1.519531-5.3125-1.554687-10.847656-6.867187-12.363281h-.007813c-5.308593-1.519531-10.839843 1.554687-12.359375 6.867187-1.515625 5.308594 1.5625 10.847657 6.875 12.363282zm0 0" }), _jsx("path", { d: "m407.335938 149.527344-.007813.003906c-5.335937 1.421875-8.507813 6.898438-7.082031 12.238281 1.191406 4.472657 5.238281 7.421875 9.65625 7.421875.855468 0 1.722656-.109375 2.585937-.339844 5.335938-1.421874 8.507813-6.902343 7.085938-12.238281-1.425781-5.335937-6.90625-8.511719-12.238281-7.085937zm0 0" })] }));
16
6
  }
17
7
  export default LeakIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function ProjectIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function ProjectIcon(props: IconProps): JSX.Element;
3
3
  export default ProjectIcon;
@@ -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";
2
+ import { useIconProps } from '../@ErkIcon';
13
3
  function ProjectIcon(props) {
14
- var _a;
15
- return (_jsx("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', height: "480pt", viewBox: "0 -8 480 480", width: "480pt", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "m440 448v-49.960938c10.546875-6.214843 16.726562-17.816406 16-30.039062 0-17.671875-10.742188-32-24-32s-24 14.328125-24 32c-.726562 12.222656 5.453125 23.824219 16 30.039062v49.960938h-56v-243.054688l-48-24v43.054688h24v16h-24v32h24v16h-24v32h24v16h-24v32h24v16h-24v32h24v16h-24v16h-16v-321.96875l-96-27.421875v29.390625h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v16h-16v-448h-144v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v16h-48v16h480v-16zm0 0" }) })));
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, viewBox: "0 -8 480 480", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "m440 448v-49.960938c10.546875-6.214843 16.726562-17.816406 16-30.039062 0-17.671875-10.742188-32-24-32s-24 14.328125-24 32c-.726562 12.222656 5.453125 23.824219 16 30.039062v49.960938h-56v-243.054688l-48-24v43.054688h24v16h-24v32h24v16h-24v32h24v16h-24v32h24v16h-24v32h24v16h-24v16h-16v-321.96875l-96-27.421875v29.390625h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v32h56v16h-56v16h-16v-448h-144v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v32h72v16h-72v16h-48v16h480v-16zm0 0" }) }));
16
6
  }
17
7
  export default ProjectIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function PropertyIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function PropertyIcon(props: IconProps): JSX.Element;
3
3
  export default PropertyIcon;
@@ -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";
2
+ import { useIconProps } from '../@ErkIcon';
13
3
  function PropertyIcon(props) {
14
- var _a;
15
- return (_jsx("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', height: "512", viewBox: "0 0 512 512", width: "512", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("g", __assign({ id: "_01-home", "data-name": "01-home" }, { children: _jsxs("g", __assign({ id: "glyph" }, { children: [_jsx("path", { d: "m256 4c-108.075 0-196 87.925-196 196 0 52.5 31.807 119.92 94.537 200.378a1065.816 1065.816 0 0 0 93.169 104.294 12 12 0 0 0 16.588 0 1065.816 1065.816 0 0 0 93.169-104.294c62.73-80.458 94.537-147.878 94.537-200.378 0-108.075-87.925-196-196-196zm0 336c-77.2 0-140-62.8-140-140s62.8-140 140-140 140 62.8 140 140-62.8 140-140 140z" }), _jsx("path", { d: "m352.072 183.121-88-80a12 12 0 0 0 -16.144 0l-88 80a12.006 12.006 0 0 0 -2.23 15.039 12.331 12.331 0 0 0 10.66 5.84h11.642v76a12 12 0 0 0 12 12h28a12 12 0 0 0 12-12v-44a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v44a12 12 0 0 0 12 12h28a12 12 0 0 0 12-12v-76h11.642a12.331 12.331 0 0 0 10.66-5.84 12.006 12.006 0 0 0 -2.23-15.039z" })] })) })) })));
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, viewBox: "0 0 512 512", xmlns: "http://www.w3.org/2000/svg", children: _jsxs("g", { children: [_jsx("path", { d: "m256 4c-108.075 0-196 87.925-196 196 0 52.5 31.807 119.92 94.537 200.378a1065.816 1065.816 0 0 0 93.169 104.294 12 12 0 0 0 16.588 0 1065.816 1065.816 0 0 0 93.169-104.294c62.73-80.458 94.537-147.878 94.537-200.378 0-108.075-87.925-196-196-196zm0 336c-77.2 0-140-62.8-140-140s62.8-140 140-140 140 62.8 140 140-62.8 140-140 140z" }), _jsx("path", { d: "m352.072 183.121-88-80a12 12 0 0 0 -16.144 0l-88 80a12.006 12.006 0 0 0 -2.23 15.039 12.331 12.331 0 0 0 10.66 5.84h11.642v76a12 12 0 0 0 12 12h28a12 12 0 0 0 12-12v-44a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v44a12 12 0 0 0 12 12h28a12 12 0 0 0 12-12v-76h11.642a12.331 12.331 0 0 0 10.66-5.84 12.006 12.006 0 0 0 -2.23-15.039z" })] }) }));
16
6
  }
17
7
  export default PropertyIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function SpaceIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function SpaceIcon(props: IconProps): JSX.Element;
3
3
  export default SpaceIcon;
@@ -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";
2
+ import { useIconProps } from '../@ErkIcon';
13
3
  function SpaceIcon(props) {
14
- var _a;
15
- return (_jsxs("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', width: "512pt", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }, { children: [_jsx("title", { children: "SpaceType" }), _jsxs("g", __assign({ id: "space_type", "data-name": "space type" }, { children: [_jsx("path", { d: "M29.74,39A10.21,10.21,0,0,0,27.61,39,1.63,1.63,0,0,0,26,40.61V53.35A1.63,1.63,0,0,0,27.61,55h1.74A1.63,1.63,0,0,0,31,53.35V40.61A1.63,1.63,0,0,0,29.74,39Z" }), _jsx("path", { d: "M57.35,39a10.27,10.27,0,0,0-2.13.05A1.63,1.63,0,0,0,54,40.61V53.35A1.63,1.63,0,0,0,55.61,55h1.74A1.63,1.63,0,0,0,59,53.35V40.61A1.63,1.63,0,0,0,57.35,39Z" }), _jsx("path", { d: "M33,54a1,1,0,0,0,1,1H51a1,1,0,0,0,1-1V49H33Z" }), _jsx("path", { d: "M49,42H36a3,3,0,0,0-3,3v2H52V45A3,3,0,0,0,49,42Z" }), _jsx("path", { d: "M54,31a5,5,0,0,0-5-5H36a5,5,0,0,0-5,5v6.39a3.62,3.62,0,0,1,1.86,2.24A4.68,4.68,0,0,1,33,41c1.37-1.37,4.2-1,16-1a5,5,0,0,1,2.68.78c.64.39.07.39.46-1.15a3.65,3.65,0,0,1,1.43-2C54.15,37.19,54,38.41,54,31Z" }), _jsx("path", { d: "M17,32c-5.85,0-4.33,0-4-.05a7.06,7.06,0,0,0,6-7,7,7,0,0,0-4.47,1.59,7.08,7.08,0,0,0-2.07-5.05,7.06,7.06,0,0,0-2.07,5.05,7,7,0,0,0-4.47-1.59,7.07,7.07,0,0,0,6,7c.36.08,1.89.05-4,.05l1.71,6H3V55H5V50H20v5h2V38H15.26ZM15,45H10V43h5Z" }), _jsx("path", { d: "M26,21h6L31,10H19L18,21h6V40.61a3.63,3.63,0,0,1,2-3.24Z" })] }))] })));
4
+ const iconProps = useIconProps(props);
5
+ return (_jsx("svg", { ...iconProps, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", children: _jsxs("g", { children: [_jsx("path", { d: "M29.74,39A10.21,10.21,0,0,0,27.61,39,1.63,1.63,0,0,0,26,40.61V53.35A1.63,1.63,0,0,0,27.61,55h1.74A1.63,1.63,0,0,0,31,53.35V40.61A1.63,1.63,0,0,0,29.74,39Z" }), _jsx("path", { d: "M57.35,39a10.27,10.27,0,0,0-2.13.05A1.63,1.63,0,0,0,54,40.61V53.35A1.63,1.63,0,0,0,55.61,55h1.74A1.63,1.63,0,0,0,59,53.35V40.61A1.63,1.63,0,0,0,57.35,39Z" }), _jsx("path", { d: "M33,54a1,1,0,0,0,1,1H51a1,1,0,0,0,1-1V49H33Z" }), _jsx("path", { d: "M49,42H36a3,3,0,0,0-3,3v2H52V45A3,3,0,0,0,49,42Z" }), _jsx("path", { d: "M54,31a5,5,0,0,0-5-5H36a5,5,0,0,0-5,5v6.39a3.62,3.62,0,0,1,1.86,2.24A4.68,4.68,0,0,1,33,41c1.37-1.37,4.2-1,16-1a5,5,0,0,1,2.68.78c.64.39.07.39.46-1.15a3.65,3.65,0,0,1,1.43-2C54.15,37.19,54,38.41,54,31Z" }), _jsx("path", { d: "M17,32c-5.85,0-4.33,0-4-.05a7.06,7.06,0,0,0,6-7,7,7,0,0,0-4.47,1.59,7.08,7.08,0,0,0-2.07-5.05,7.06,7.06,0,0,0-2.07,5.05,7,7,0,0,0-4.47-1.59,7.07,7.07,0,0,0,6,7c.36.08,1.89.05-4,.05l1.71,6H3V55H5V50H20v5h2V38H15.26ZM15,45H10V43h5Z" }), _jsx("path", { d: "M26,21h6L31,10H19L18,21h6V40.61a3.63,3.63,0,0,1,2-3.24Z" })] }) }));
16
6
  }
17
7
  export default SpaceIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function DeleteIcon(props: IconProps): JSX.Element;
3
+ export default DeleteIcon;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useIconProps } from './@ErkIcon';
3
+ function DeleteIcon(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: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v10zM18 4h-2.5l-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z" }) }));
6
+ }
7
+ export default DeleteIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function DocumentIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from './@ErkIcon';
2
+ declare function DocumentIcon(props: IconProps): JSX.Element;
3
3
  export default DocumentIcon;
@@ -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";
2
+ import { useIconProps } from './@ErkIcon';
13
3
  function DocumentIcon(props) {
14
- var _a;
15
- return (_jsx("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', id: "bold", enableBackground: "new 0 0 24 24", height: "512", viewBox: "0 0 24 24", width: "512", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "m21.25 3h-18.5c-1.517 0-2.75 1.233-2.75 2.75v12.5c0 1.517 1.233 2.75 2.75 2.75h18.5c1.517 0 2.75-1.233 2.75-2.75v-12.5c0-1.517-1.233-2.75-2.75-2.75zm-13.75 4c1.378 0 2.5 1.122 2.5 2.5s-1.122 2.5-2.5 2.5-2.5-1.122-2.5-2.5 1.122-2.5 2.5-2.5zm4.5 9.25c0 .414-.336.75-.75.75h-7.5c-.414 0-.75-.336-.75-.75v-.5c0-1.517 1.233-2.75 2.75-2.75h3.5c1.517 0 2.75 1.233 2.75 2.75zm8.25.75h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75zm0-4h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75zm0-4h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75z" }) })));
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: "m21.25 3h-18.5c-1.517 0-2.75 1.233-2.75 2.75v12.5c0 1.517 1.233 2.75 2.75 2.75h18.5c1.517 0 2.75-1.233 2.75-2.75v-12.5c0-1.517-1.233-2.75-2.75-2.75zm-13.75 4c1.378 0 2.5 1.122 2.5 2.5s-1.122 2.5-2.5 2.5-2.5-1.122-2.5-2.5 1.122-2.5 2.5-2.5zm4.5 9.25c0 .414-.336.75-.75.75h-7.5c-.414 0-.75-.336-.75-.75v-.5c0-1.517 1.233-2.75 2.75-2.75h3.5c1.517 0 2.75 1.233 2.75 2.75zm8.25.75h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75zm0-4h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75zm0-4h-5.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.5c.414 0 .75.336.75.75s-.336.75-.75.75z" }) }));
16
6
  }
17
7
  export default DocumentIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare function CheckListIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function CheckListIcon(props: IconProps): JSX.Element;
3
3
  export default CheckListIcon;
@@ -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";
2
+ import { useIconProps } from '../@ErkIcon';
13
3
  function CheckListIcon(props) {
14
- var _a;
15
- return (_jsxs("svg", __assign({}, props, { fill: (_a = props.fill) !== null && _a !== void 0 ? _a : '#757575', height: "480pt", viewBox: "0 0 60 70", width: "480pt", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M24.79,8.7c1.27,0,2.29-1.03,2.29-2.3c0-1.26-1.03-2.29-2.29-2.29c-1.27,0-2.3,1.03-2.3,2.29 C22.49,7.67,23.52,8.7,24.79,8.7z" }), _jsx("path", { d: "M13.61,53.84H8.14c-0.41,0-0.75,0.34-0.75,0.75v4.1c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75v-4.1 C14.36,54.18,14.02,53.84,13.61,53.84z" }), _jsx("path", { d: "M22.88,47.19h-5.46c-0.41,0-0.75,0.34-0.75,0.75v10.75c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75V47.94 C23.63,47.53,23.3,47.19,22.88,47.19z" }), _jsx("path", { d: "M32.16,43.19h-5.46c-0.41,0-0.75,0.34-0.75,0.75v14.75c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75V43.94 C32.91,43.53,32.57,43.19,32.16,43.19z" }), _jsx("path", { d: "M41.43,51.06h-5.46c-0.41,0-0.75,0.34-0.75,0.75v6.89c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75v-6.89 C42.18,51.39,41.85,51.06,41.43,51.06z" }), _jsx("path", { d: "M41.91,18.96H24.27c-0.41,0-0.75,0.34-0.75,0.75s0.34,0.75,0.75,0.75h17.64c0.41,0,0.75-0.34,0.75-0.75 S42.33,18.96,41.91,18.96z" }), _jsx("path", { d: "M9.93,27.1h5.33c1.26,0,2.29-1.03,2.29-2.29v-5.39c0-1.26-1.03-2.29-2.29-2.29H9.93c-1.26,0-2.29,1.03-2.29,2.29v5.39 C7.64,26.07,8.67,27.1,9.93,27.1z M9.14,19.42c0-0.44,0.35-0.79,0.79-0.79h5.33c0.44,0,0.79,0.35,0.79,0.79v5.39 c0,0.43-0.35,0.79-0.79,0.79H9.93c-0.43,0-0.79-0.35-0.79-0.79V19.42z" }), _jsx("path", { d: "M17.55,38.48v-5.39c0-1.26-1.03-2.29-2.29-2.29H9.93c-1.26,0-2.29,1.03-2.29,2.29v5.39c0,1.26,1.03,2.29,2.29,2.29h5.33 C16.52,40.76,17.55,39.74,17.55,38.48z M16.05,38.48c0,0.43-0.35,0.79-0.79,0.79H9.93c-0.43,0-0.79-0.35-0.79-0.79v-5.39 c0-0.43,0.35-0.79,0.79-0.79h5.33c0.44,0,0.79,0.35,0.79,0.79V38.48z" }), _jsx("path", { d: "M23.55,25.28h11.61c0.41,0,0.75-0.34,0.75-0.75s-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75 S23.13,25.28,23.55,25.28z" }), _jsx("path", { d: "M23.55,34.12h17.64c0.41,0,0.75-0.34,0.75-0.75s-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75 S23.13,34.12,23.55,34.12z" }), _jsx("path", { d: "M35.91,38.19c0-0.41-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75s0.34,0.75,0.75,0.75h11.61 C35.57,38.94,35.91,38.6,35.91,38.19z" }), _jsx("path", { d: "M11.34,23.42c0.12,0.17,0.3,0.27,0.5,0.3c0.03,0,0.07,0.01,0.1,0.01c0.17,0,0.33-0.06,0.47-0.16l2.17-1.72 c0.32-0.26,0.38-0.73,0.12-1.05c-0.26-0.32-0.73-0.38-1.05-0.12l-1.56,1.23l-0.41-0.55c-0.25-0.33-0.71-0.41-1.05-0.16 c-0.33,0.25-0.41,0.71-0.16,1.05L11.34,23.42z" }), _jsx("path", { d: "M13.65,34.33l-1.56,1.23l-0.41-0.55c-0.24-0.33-0.71-0.41-1.05-0.16c-0.33,0.24-0.41,0.71-0.16,1.05l0.87,1.18 c0.12,0.16,0.3,0.27,0.5,0.3c0.03,0,0.07,0.01,0.1,0.01c0.17,0,0.33-0.06,0.47-0.16l2.17-1.72c0.32-0.26,0.38-0.73,0.12-1.05 C14.44,34.13,13.97,34.08,13.65,34.33z" }), _jsx("path", { d: "M62.2,14.25l-1.59-0.3c-0.13-0.02-0.23-0.13-0.27-0.27c-0.28-1.01-0.68-1.98-1.19-2.88c-0.07-0.13-0.07-0.27-0.01-0.37 l0.91-1.34c0.49-0.73,0.4-1.7-0.22-2.32L58.3,5.21C57.68,4.6,56.7,4.5,55.98,5l-1.35,0.92c-0.1,0.07-0.25,0.07-0.37,0 C53.36,5.4,52.39,5,51.39,4.72c-0.12-0.03-0.25-0.12-0.28-0.26l-0.3-1.6C50.65,2,49.9,1.37,49.02,1.37h-2.19 c-0.88,0-1.63,0.63-1.8,1.49l-0.3,1.6c-0.02,0.13-0.13,0.23-0.27,0.27C43.45,5,42.49,5.4,41.58,5.91c-0.12,0.07-0.26,0.07-0.36,0 l-1.36-0.92c-0.73-0.48-1.7-0.39-2.31,0.23L36,6.76c-0.54,0.54-0.66,1.35-0.35,2.04h-0.77V8.06c0-1.14-0.93-2.08-2.08-2.08h-2.52 c-0.45-2.64-2.73-4.62-5.49-4.62c-2.75,0-5.03,1.98-5.48,4.62h-2.53c-1.14,0-2.07,0.93-2.07,2.08V8.8H7.38 c-2.8,0-5.07,2.27-5.07,5.07v45.7c0,2.79,2.27,5.07,5.07,5.07H42.2c1.72,0,3.24-0.87,4.16-2.18h1.07c0.79,0,1.47-0.56,1.62-1.34 l0.25-1.33c0.01-0.07,0.08-0.11,0.13-0.12c0.86-0.24,1.67-0.57,2.42-1c0.06-0.03,0.13-0.04,0.18-0.01l1.12,0.76 c0.65,0.44,1.53,0.36,2.09-0.19l1.29-1.29c0.56-0.56,0.64-1.44,0.2-2.09l-0.76-1.12c-0.03-0.04-0.02-0.11,0.01-0.17 c0.44-0.77,0.77-1.58,1-2.42c0.01-0.04,0.04-0.12,0.12-0.14l1.32-0.25c0.78-0.14,1.34-0.82,1.34-1.62v-1.82 c0-0.79-0.56-1.47-1.34-1.62l-1.32-0.25c-0.08-0.02-0.12-0.1-0.12-0.13c-0.23-0.85-0.57-1.67-1-2.43c-0.03-0.06-0.04-0.13-0.01-0.18 l0.76-1.12c0.44-0.65,0.36-1.53-0.2-2.09l-1.29-1.29c-0.56-0.55-1.43-0.64-2.09-0.19l-1.12,0.76c-0.04,0.03-0.12,0.03-0.17-0.01 c-0.75-0.43-1.57-0.77-2.42-1c-0.06-0.02-0.13-0.06-0.14-0.12l-0.25-1.33c-0.14-0.78-0.82-1.34-1.62-1.34h-0.16v-3.05h1.75 c0.88,0,1.64-0.63,1.8-1.49l0.3-1.59c0.03-0.15,0.16-0.24,0.27-0.27c1.02-0.28,1.99-0.68,2.88-1.19c0.13-0.07,0.28-0.07,0.38,0 l1.35,0.91c0.73,0.49,1.7,0.4,2.32-0.21l1.55-1.55c0.62-0.62,0.72-1.6,0.22-2.33l-0.91-1.34c-0.07-0.1-0.06-0.25,0-0.37 c0.52-0.91,0.92-1.88,1.19-2.88c0.02-0.07,0.09-0.24,0.26-0.27l1.59-0.3c0.86-0.16,1.49-0.92,1.49-1.8v-2.19 C63.69,15.17,63.07,14.41,62.2,14.25z M47.92,11.29c3.23,0,5.85,2.63,5.85,5.85c0,3.23-2.63,5.85-5.85,5.85 c-0.21,0-0.43-0.01-0.65-0.04v-9.09c0-0.88-0.25-1.69-0.64-2.42C47.05,11.35,47.48,11.29,47.92,11.29z M51.26,49.21 c0,2.36-1.73,4.3-3.99,4.66v-9.33C49.53,44.9,51.26,46.85,51.26,49.21z M16.2,8.06c0-0.32,0.25-0.58,0.57-0.58h3.2 c0.4,0,0.73-0.32,0.75-0.72c0.09-2.19,1.88-3.9,4.06-3.9c2.2,0,3.98,1.71,4.07,3.9c0.02,0.4,0.35,0.72,0.75,0.72h3.2 c0.32,0,0.58,0.25,0.58,0.58v3.28c0,0.31-0.26,0.57-0.58,0.57H16.77c-0.31,0-0.57-0.25-0.57-0.57V8.06z M42.2,63.13H7.38 c-1.97,0-3.57-1.6-3.57-3.57v-45.7c0-1.97,1.6-3.57,3.57-3.57h7.33v1.05c0,1.14,0.93,2.07,2.07,2.07H32.8 c1.14,0,2.08-0.93,2.08-2.07V10.3h7.33c1.97,0,3.57,1.6,3.57,3.57v45.7C45.77,61.53,44.17,63.13,42.2,63.13z" })] })));
4
+ const iconProps = useIconProps(props);
5
+ return (_jsxs("svg", { ...iconProps, viewBox: "0 0 60 70", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M24.79,8.7c1.27,0,2.29-1.03,2.29-2.3c0-1.26-1.03-2.29-2.29-2.29c-1.27,0-2.3,1.03-2.3,2.29 C22.49,7.67,23.52,8.7,24.79,8.7z" }), _jsx("path", { d: "M13.61,53.84H8.14c-0.41,0-0.75,0.34-0.75,0.75v4.1c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75v-4.1 C14.36,54.18,14.02,53.84,13.61,53.84z" }), _jsx("path", { d: "M22.88,47.19h-5.46c-0.41,0-0.75,0.34-0.75,0.75v10.75c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75V47.94 C23.63,47.53,23.3,47.19,22.88,47.19z" }), _jsx("path", { d: "M32.16,43.19h-5.46c-0.41,0-0.75,0.34-0.75,0.75v14.75c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75V43.94 C32.91,43.53,32.57,43.19,32.16,43.19z" }), _jsx("path", { d: "M41.43,51.06h-5.46c-0.41,0-0.75,0.34-0.75,0.75v6.89c0,0.41,0.34,0.75,0.75,0.75h5.46c0.41,0,0.75-0.34,0.75-0.75v-6.89 C42.18,51.39,41.85,51.06,41.43,51.06z" }), _jsx("path", { d: "M41.91,18.96H24.27c-0.41,0-0.75,0.34-0.75,0.75s0.34,0.75,0.75,0.75h17.64c0.41,0,0.75-0.34,0.75-0.75 S42.33,18.96,41.91,18.96z" }), _jsx("path", { d: "M9.93,27.1h5.33c1.26,0,2.29-1.03,2.29-2.29v-5.39c0-1.26-1.03-2.29-2.29-2.29H9.93c-1.26,0-2.29,1.03-2.29,2.29v5.39 C7.64,26.07,8.67,27.1,9.93,27.1z M9.14,19.42c0-0.44,0.35-0.79,0.79-0.79h5.33c0.44,0,0.79,0.35,0.79,0.79v5.39 c0,0.43-0.35,0.79-0.79,0.79H9.93c-0.43,0-0.79-0.35-0.79-0.79V19.42z" }), _jsx("path", { d: "M17.55,38.48v-5.39c0-1.26-1.03-2.29-2.29-2.29H9.93c-1.26,0-2.29,1.03-2.29,2.29v5.39c0,1.26,1.03,2.29,2.29,2.29h5.33 C16.52,40.76,17.55,39.74,17.55,38.48z M16.05,38.48c0,0.43-0.35,0.79-0.79,0.79H9.93c-0.43,0-0.79-0.35-0.79-0.79v-5.39 c0-0.43,0.35-0.79,0.79-0.79h5.33c0.44,0,0.79,0.35,0.79,0.79V38.48z" }), _jsx("path", { d: "M23.55,25.28h11.61c0.41,0,0.75-0.34,0.75-0.75s-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75 S23.13,25.28,23.55,25.28z" }), _jsx("path", { d: "M23.55,34.12h17.64c0.41,0,0.75-0.34,0.75-0.75s-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75 S23.13,34.12,23.55,34.12z" }), _jsx("path", { d: "M35.91,38.19c0-0.41-0.34-0.75-0.75-0.75H23.55c-0.41,0-0.75,0.34-0.75,0.75s0.34,0.75,0.75,0.75h11.61 C35.57,38.94,35.91,38.6,35.91,38.19z" }), _jsx("path", { d: "M11.34,23.42c0.12,0.17,0.3,0.27,0.5,0.3c0.03,0,0.07,0.01,0.1,0.01c0.17,0,0.33-0.06,0.47-0.16l2.17-1.72 c0.32-0.26,0.38-0.73,0.12-1.05c-0.26-0.32-0.73-0.38-1.05-0.12l-1.56,1.23l-0.41-0.55c-0.25-0.33-0.71-0.41-1.05-0.16 c-0.33,0.25-0.41,0.71-0.16,1.05L11.34,23.42z" }), _jsx("path", { d: "M13.65,34.33l-1.56,1.23l-0.41-0.55c-0.24-0.33-0.71-0.41-1.05-0.16c-0.33,0.24-0.41,0.71-0.16,1.05l0.87,1.18 c0.12,0.16,0.3,0.27,0.5,0.3c0.03,0,0.07,0.01,0.1,0.01c0.17,0,0.33-0.06,0.47-0.16l2.17-1.72c0.32-0.26,0.38-0.73,0.12-1.05 C14.44,34.13,13.97,34.08,13.65,34.33z" }), _jsx("path", { d: "M62.2,14.25l-1.59-0.3c-0.13-0.02-0.23-0.13-0.27-0.27c-0.28-1.01-0.68-1.98-1.19-2.88c-0.07-0.13-0.07-0.27-0.01-0.37 l0.91-1.34c0.49-0.73,0.4-1.7-0.22-2.32L58.3,5.21C57.68,4.6,56.7,4.5,55.98,5l-1.35,0.92c-0.1,0.07-0.25,0.07-0.37,0 C53.36,5.4,52.39,5,51.39,4.72c-0.12-0.03-0.25-0.12-0.28-0.26l-0.3-1.6C50.65,2,49.9,1.37,49.02,1.37h-2.19 c-0.88,0-1.63,0.63-1.8,1.49l-0.3,1.6c-0.02,0.13-0.13,0.23-0.27,0.27C43.45,5,42.49,5.4,41.58,5.91c-0.12,0.07-0.26,0.07-0.36,0 l-1.36-0.92c-0.73-0.48-1.7-0.39-2.31,0.23L36,6.76c-0.54,0.54-0.66,1.35-0.35,2.04h-0.77V8.06c0-1.14-0.93-2.08-2.08-2.08h-2.52 c-0.45-2.64-2.73-4.62-5.49-4.62c-2.75,0-5.03,1.98-5.48,4.62h-2.53c-1.14,0-2.07,0.93-2.07,2.08V8.8H7.38 c-2.8,0-5.07,2.27-5.07,5.07v45.7c0,2.79,2.27,5.07,5.07,5.07H42.2c1.72,0,3.24-0.87,4.16-2.18h1.07c0.79,0,1.47-0.56,1.62-1.34 l0.25-1.33c0.01-0.07,0.08-0.11,0.13-0.12c0.86-0.24,1.67-0.57,2.42-1c0.06-0.03,0.13-0.04,0.18-0.01l1.12,0.76 c0.65,0.44,1.53,0.36,2.09-0.19l1.29-1.29c0.56-0.56,0.64-1.44,0.2-2.09l-0.76-1.12c-0.03-0.04-0.02-0.11,0.01-0.17 c0.44-0.77,0.77-1.58,1-2.42c0.01-0.04,0.04-0.12,0.12-0.14l1.32-0.25c0.78-0.14,1.34-0.82,1.34-1.62v-1.82 c0-0.79-0.56-1.47-1.34-1.62l-1.32-0.25c-0.08-0.02-0.12-0.1-0.12-0.13c-0.23-0.85-0.57-1.67-1-2.43c-0.03-0.06-0.04-0.13-0.01-0.18 l0.76-1.12c0.44-0.65,0.36-1.53-0.2-2.09l-1.29-1.29c-0.56-0.55-1.43-0.64-2.09-0.19l-1.12,0.76c-0.04,0.03-0.12,0.03-0.17-0.01 c-0.75-0.43-1.57-0.77-2.42-1c-0.06-0.02-0.13-0.06-0.14-0.12l-0.25-1.33c-0.14-0.78-0.82-1.34-1.62-1.34h-0.16v-3.05h1.75 c0.88,0,1.64-0.63,1.8-1.49l0.3-1.59c0.03-0.15,0.16-0.24,0.27-0.27c1.02-0.28,1.99-0.68,2.88-1.19c0.13-0.07,0.28-0.07,0.38,0 l1.35,0.91c0.73,0.49,1.7,0.4,2.32-0.21l1.55-1.55c0.62-0.62,0.72-1.6,0.22-2.33l-0.91-1.34c-0.07-0.1-0.06-0.25,0-0.37 c0.52-0.91,0.92-1.88,1.19-2.88c0.02-0.07,0.09-0.24,0.26-0.27l1.59-0.3c0.86-0.16,1.49-0.92,1.49-1.8v-2.19 C63.69,15.17,63.07,14.41,62.2,14.25z M47.92,11.29c3.23,0,5.85,2.63,5.85,5.85c0,3.23-2.63,5.85-5.85,5.85 c-0.21,0-0.43-0.01-0.65-0.04v-9.09c0-0.88-0.25-1.69-0.64-2.42C47.05,11.35,47.48,11.29,47.92,11.29z M51.26,49.21 c0,2.36-1.73,4.3-3.99,4.66v-9.33C49.53,44.9,51.26,46.85,51.26,49.21z M16.2,8.06c0-0.32,0.25-0.58,0.57-0.58h3.2 c0.4,0,0.73-0.32,0.75-0.72c0.09-2.19,1.88-3.9,4.06-3.9c2.2,0,3.98,1.71,4.07,3.9c0.02,0.4,0.35,0.72,0.75,0.72h3.2 c0.32,0,0.58,0.25,0.58,0.58v3.28c0,0.31-0.26,0.57-0.58,0.57H16.77c-0.31,0-0.57-0.25-0.57-0.57V8.06z M42.2,63.13H7.38 c-1.97,0-3.57-1.6-3.57-3.57v-45.7c0-1.97,1.6-3.57,3.57-3.57h7.33v1.05c0,1.14,0.93,2.07,2.07,2.07H32.8 c1.14,0,2.08-0.93,2.08-2.07V10.3h7.33c1.97,0,3.57,1.6,3.57,3.57v45.7C45.77,61.53,44.17,63.13,42.2,63.13z" })] }));
16
6
  }
17
7
  export default CheckListIcon;
@@ -1,3 +1,3 @@
1
- import { SVGProps } from 'react';
2
- declare const GenericEntityIcon: (props: SVGProps<SVGSVGElement>) => any;
1
+ import { IconProps } from '../@ErkIcon';
2
+ declare function GenericEntityIcon(props: IconProps): JSX.Element;
3
3
  export default GenericEntityIcon;
@@ -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 GenericEntityIcon = 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: "500pt", height: "500pt", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M10 5H4c-.55 0-1 .45-1 1s.45 1 1 1h2v3c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1zM10 2H4c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zM20.89 13.11a.9959.9959 0 00-1.41 0l-6.36 6.36c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41z" }), _jsx("circle", { cx: "14.5", cy: "14.5", r: "1.5" }), _jsx("circle", { cx: "19.5", cy: "19.5", r: "1.5" }), _jsx("path", { d: "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zM10.45 18.09c.39-.39.39-1.02 0-1.41a.9959.9959 0 00-1.41 0l-.71.71-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.48 1.14.72 1.78.72.64 0 1.28-.24 1.77-.73l1.06-1.06.71.71c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71.71-.71zm-4.6-3.89c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35l1.06-1.06.71.71-1.07 1.05z" })] })));
16
- };
2
+ import { useIconProps } from '../@ErkIcon';
3
+ function GenericEntityIcon(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("path", { d: "M10 5H4c-.55 0-1 .45-1 1s.45 1 1 1h2v3c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1zM10 2H4c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zM20.89 13.11a.9959.9959 0 00-1.41 0l-6.36 6.36c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l6.36-6.36c.39-.39.39-1.02 0-1.41z" }), _jsx("circle", { cx: "14.5", cy: "14.5", r: "1.5" }), _jsx("circle", { cx: "19.5", cy: "19.5", r: "1.5" }), _jsx("path", { d: "M15.5 11c1.38 0 2.5-1.12 2.5-2.5V4h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3.51c-.42-.32-.93-.51-1.5-.51C14.12 6 13 7.12 13 8.5s1.12 2.5 2.5 2.5zM10.45 18.09c.39-.39.39-1.02 0-1.41a.9959.9959 0 00-1.41 0l-.71.71-.71-.71.35-.35c.98-.98.98-2.56 0-3.54-.49-.49-1.13-.73-1.77-.73-.64 0-1.28.24-1.77.73-.98.98-.98 2.56 0 3.54l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.48 1.14.72 1.78.72.64 0 1.28-.24 1.77-.73l1.06-1.06.71.71c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41l-.71-.71.71-.71zm-4.6-3.89c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15c-.12-.12-.15-.26-.15-.35s.03-.23.15-.35l1.06-1.06.71.71-1.07 1.05z" })] }));
6
+ }
17
7
  export default GenericEntityIcon;