@cuby-ui/core 0.0.448 → 0.0.451

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 (404) hide show
  1. package/components/index.d.ts +0 -1
  2. package/esm2022/components/index.mjs +1 -2
  3. package/esm2022/index.mjs +2 -1
  4. package/esm2022/widgets/assets/constants/index.mjs +2 -0
  5. package/esm2022/widgets/assets/constants/translations.mjs +5 -0
  6. package/esm2022/widgets/assets/i18n/en.json +45 -0
  7. package/esm2022/widgets/assets/i18n/ru.json +45 -0
  8. package/esm2022/widgets/assets/index.mjs +2 -0
  9. package/esm2022/widgets/index.mjs +5 -0
  10. package/esm2022/widgets/model/index.mjs +10 -0
  11. package/esm2022/widgets/model/resource-state-service.interface.mjs +2 -0
  12. package/esm2022/widgets/model/resource-state-service.token.mjs +3 -0
  13. package/esm2022/widgets/model/resources-block.options.mjs +2 -0
  14. package/esm2022/widgets/model/subject-modal-service.interface.mjs +2 -0
  15. package/esm2022/widgets/model/subject-modal-service.token.mjs +3 -0
  16. package/esm2022/widgets/model/used-elements-service.interface.mjs +2 -0
  17. package/esm2022/widgets/model/used-elements-service.token.mjs +3 -0
  18. package/esm2022/widgets/model/utility-service.interface.mjs +2 -0
  19. package/esm2022/widgets/model/utility-service.token.mjs +3 -0
  20. package/esm2022/widgets/service/index.mjs +5 -0
  21. package/esm2022/widgets/service/resource-state-base.service.mjs +19 -0
  22. package/esm2022/widgets/service/subject-modal-base.service.mjs +15 -0
  23. package/esm2022/widgets/service/used-elements-base.service.mjs +17 -0
  24. package/esm2022/widgets/service/utility-base.service.mjs +129 -0
  25. package/esm2022/widgets/ui/assignee-role-item/assignee-role-item.component.mjs +31 -0
  26. package/esm2022/widgets/ui/assignee-role-item/index.mjs +2 -0
  27. package/esm2022/widgets/ui/assignee-roles-tabs/assignee-roles-tabs.component.mjs +48 -0
  28. package/esm2022/widgets/ui/assignee-roles-tabs/index.mjs +2 -0
  29. package/esm2022/widgets/ui/categories/categories.component.mjs +78 -0
  30. package/esm2022/widgets/ui/categories/components/categories-list/categories-list.component.mjs +17 -0
  31. package/esm2022/widgets/ui/categories/components/categories-list/index.mjs +2 -0
  32. package/esm2022/widgets/ui/categories/components/category-form/category-form.component.mjs +79 -0
  33. package/esm2022/widgets/ui/categories/components/category-form/index.mjs +2 -0
  34. package/esm2022/widgets/ui/categories/components/category-item/category-item.component.mjs +126 -0
  35. package/esm2022/widgets/ui/categories/components/category-item/index.mjs +2 -0
  36. package/esm2022/widgets/ui/categories/components/create-category-item/create-category-item.component.mjs +25 -0
  37. package/esm2022/widgets/ui/categories/components/create-category-item/index.mjs +2 -0
  38. package/esm2022/widgets/ui/categories/components/index.mjs +3 -0
  39. package/esm2022/widgets/ui/categories/index.mjs +3 -0
  40. package/esm2022/widgets/ui/categories/services/index.mjs +2 -0
  41. package/esm2022/widgets/ui/categories/services/selected-category.service.mjs +38 -0
  42. package/esm2022/widgets/ui/checklist-block/checklist-block.component.mjs +75 -0
  43. package/esm2022/widgets/ui/checklist-block/checklist-block.options.mjs +2 -0
  44. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list/checklist-block-list.component.mjs +85 -0
  45. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list/index.mjs +2 -0
  46. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.mjs +133 -0
  47. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-card/index.mjs +2 -0
  48. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.mjs +45 -0
  49. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-with-verification/index.mjs +2 -0
  50. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.mjs +35 -0
  51. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-action-without-verification/index.mjs +2 -0
  52. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.mjs +152 -0
  53. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.mjs +2 -0
  54. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-container/index.mjs +2 -0
  55. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.mjs +282 -0
  56. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.options.mjs +2 -0
  57. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/index.mjs +2 -0
  58. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.mjs +117 -0
  59. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.options.mjs +2 -0
  60. package/esm2022/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/index.mjs +2 -0
  61. package/esm2022/widgets/ui/checklist-block/components/checklist-block-title-control/checklist-block-title-control.component.mjs +39 -0
  62. package/esm2022/widgets/ui/checklist-block/components/checklist-block-title-control/index.mjs +2 -0
  63. package/esm2022/widgets/ui/checklist-block/components/index.mjs +2 -0
  64. package/esm2022/widgets/ui/checklist-block/index.mjs +2 -0
  65. package/esm2022/widgets/ui/checklist-block/services/checklist-block.service.mjs +50 -0
  66. package/esm2022/widgets/ui/checklist-block/services/index.mjs +2 -0
  67. package/esm2022/widgets/ui/consumable-form/components/consumable-form-item/consumable-form-item.component.mjs +78 -0
  68. package/esm2022/widgets/ui/consumable-form/components/consumable-form-item/default-control-delay.mjs +2 -0
  69. package/esm2022/widgets/ui/consumable-form/components/consumable-form-item/index.mjs +3 -0
  70. package/esm2022/widgets/ui/consumable-form/components/consumable-form-item-readonly/consumable-form-item-readonly.component.mjs +17 -0
  71. package/esm2022/widgets/ui/consumable-form/components/consumable-form-item-readonly/index.mjs +2 -0
  72. package/esm2022/widgets/ui/consumable-form/components/index.mjs +4 -0
  73. package/esm2022/widgets/ui/consumable-form/consumable-form.component.mjs +184 -0
  74. package/esm2022/widgets/ui/consumable-form/consumable-form.options.mjs +2 -0
  75. package/esm2022/widgets/ui/consumable-form/index.mjs +2 -0
  76. package/esm2022/widgets/ui/criterion-info/criterion-info.component.mjs +137 -0
  77. package/esm2022/widgets/ui/criterion-info/index.mjs +2 -0
  78. package/esm2022/widgets/ui/criterion-info-form/criterion-info-form.component.mjs +147 -0
  79. package/esm2022/widgets/ui/criterion-info-form/criterion-info-form.options.mjs +2 -0
  80. package/esm2022/widgets/ui/criterion-info-form/index.mjs +2 -0
  81. package/esm2022/widgets/ui/criterion-readonly-info/criterion-readonly-info.component.mjs +72 -0
  82. package/esm2022/widgets/ui/criterion-readonly-info/index.mjs +2 -0
  83. package/esm2022/widgets/ui/delete-modal/delete-modal.component.mjs +39 -0
  84. package/esm2022/widgets/ui/delete-modal/delete-modal.options.mjs +2 -0
  85. package/esm2022/widgets/ui/delete-modal/index.mjs +2 -0
  86. package/esm2022/widgets/ui/framer-preview/framer-preview.component.mjs +77 -0
  87. package/esm2022/widgets/ui/framer-preview/framer-preview.options.mjs +2 -0
  88. package/esm2022/widgets/ui/framer-preview/index.mjs +2 -0
  89. package/esm2022/widgets/ui/general-control-error-hint/general-control-error-hint.component.mjs +21 -0
  90. package/esm2022/widgets/ui/general-control-error-hint/index.mjs +2 -0
  91. package/esm2022/widgets/ui/index.mjs +25 -0
  92. package/esm2022/widgets/ui/inserted/index.mjs +2 -2
  93. package/esm2022/widgets/ui/instruction-info/index.mjs +2 -0
  94. package/esm2022/widgets/ui/instruction-info/instruction-info.component.mjs +147 -0
  95. package/esm2022/widgets/ui/instruction-info-form/index.mjs +2 -0
  96. package/esm2022/widgets/ui/instruction-info-form/instruction-info-form.component.mjs +153 -0
  97. package/esm2022/widgets/ui/instruction-info-form/instruction-info-form.options.mjs +2 -0
  98. package/esm2022/widgets/ui/instruction-readonly-info/index.mjs +2 -0
  99. package/esm2022/widgets/ui/instruction-readonly-info/instruction-readonly-info.component.mjs +72 -0
  100. package/esm2022/widgets/ui/loader/index.mjs +2 -0
  101. package/esm2022/widgets/ui/loader/loader.component.mjs +36 -0
  102. package/esm2022/widgets/ui/modal-criteria-tab/index.mjs +2 -0
  103. package/esm2022/widgets/ui/modal-criteria-tab/modal-criteria-tab.component.mjs +45 -0
  104. package/esm2022/widgets/ui/modal-divided-section/index.mjs +3 -0
  105. package/esm2022/widgets/ui/modal-divided-section/modal-divided-section.component.mjs +55 -0
  106. package/esm2022/widgets/ui/modal-divided-section/modal-divided-section.interfaces.mjs +2 -0
  107. package/esm2022/widgets/ui/modal-header/modal-header.component.mjs +2 -2
  108. package/esm2022/widgets/ui/modal-header-inserted-buttons/index.mjs +2 -0
  109. package/esm2022/widgets/ui/modal-header-inserted-buttons/modal-header-inserted-buttons.component.mjs +22 -0
  110. package/esm2022/widgets/ui/modal-header-tabs/index.mjs +2 -0
  111. package/esm2022/widgets/ui/modal-header-tabs/modal-header-tabs.component.mjs +19 -0
  112. package/esm2022/widgets/ui/modal-info-tab/index.mjs +3 -0
  113. package/esm2022/widgets/ui/modal-info-tab/modal-info-tab.component.mjs +19 -0
  114. package/esm2022/widgets/ui/modal-info-tab/modal-info-tab.options.mjs +2 -0
  115. package/esm2022/widgets/ui/modal-instructions-tab/index.mjs +2 -0
  116. package/esm2022/widgets/ui/modal-instructions-tab/modal-instructions-tab.component.mjs +31 -0
  117. package/esm2022/widgets/ui/modal-operation-part/index.mjs +2 -0
  118. package/esm2022/widgets/ui/modal-operation-part/modal-operation-part.component.mjs +114 -0
  119. package/esm2022/widgets/ui/modal-resources-tab/index.mjs +2 -0
  120. package/esm2022/widgets/ui/modal-resources-tab/modal-resources-tab.component.mjs +33 -0
  121. package/esm2022/widgets/ui/render-dynamic-modal/index.mjs +3 -0
  122. package/esm2022/widgets/ui/render-dynamic-modal/render-dynamic-modal.component.mjs +29 -0
  123. package/esm2022/widgets/ui/render-dynamic-modal/render-dynamic-modal.option.mjs +2 -0
  124. package/esm2022/widgets/ui/resources-block/components/index.mjs +4 -0
  125. package/esm2022/widgets/ui/resources-block/components/resources-block-consumables/index.mjs +2 -0
  126. package/esm2022/widgets/ui/resources-block/components/resources-block-consumables/resources-block-consumables.component.mjs +53 -0
  127. package/esm2022/widgets/ui/resources-block/components/resources-block-consumables/resources-block-consumables.options.mjs +2 -0
  128. package/esm2022/widgets/ui/resources-block/components/resources-block-content/index.mjs +2 -0
  129. package/esm2022/widgets/ui/resources-block/components/resources-block-content/resources-block-content.component.mjs +38 -0
  130. package/esm2022/widgets/ui/resources-block/components/resources-block-part/index.mjs +2 -0
  131. package/esm2022/widgets/ui/resources-block/components/resources-block-part/resources-block-part.component.mjs +57 -0
  132. package/esm2022/widgets/ui/resources-block/components/resources-block-part/resources-block-part.options.mjs +2 -0
  133. package/esm2022/widgets/ui/resources-block/components/resources-block-tabs/index.mjs +2 -0
  134. package/esm2022/widgets/ui/resources-block/components/resources-block-tabs/resources-block-tabs.component.mjs +56 -0
  135. package/esm2022/widgets/ui/resources-block/components/resources-block-tabs/resources-block-tabs.options.mjs +10 -0
  136. package/esm2022/widgets/ui/resources-block/components/resources-block-toolbox/index.mjs +2 -0
  137. package/esm2022/widgets/ui/resources-block/components/resources-block-toolbox/resources-block-toolbox.component.mjs +56 -0
  138. package/esm2022/widgets/ui/resources-block/components/resources-block-toolbox/resources-block-toolbox.options.mjs +2 -0
  139. package/esm2022/widgets/ui/resources-block/components/resources-options/index.mjs +2 -0
  140. package/esm2022/widgets/ui/resources-block/components/resources-options/resources-options.component.mjs +42 -0
  141. package/esm2022/widgets/ui/resources-block/index.mjs +3 -0
  142. package/esm2022/widgets/ui/resources-block/resources-block.component.mjs +137 -0
  143. package/esm2022/widgets/ui/resources-block-tabs/index.mjs +2 -0
  144. package/esm2022/widgets/ui/resources-block-tabs/resources-block-tabs.component.mjs +57 -0
  145. package/esm2022/widgets/ui/resources-block-tabs/resources-block-tabs.options.mjs +10 -0
  146. package/esm2022/widgets/ui/select-modal/components/index.mjs +3 -0
  147. package/esm2022/widgets/ui/select-modal/components/select-modal-folder/index.mjs +2 -0
  148. package/esm2022/widgets/ui/select-modal/components/select-modal-folder/select-modal-folder.component.mjs +21 -0
  149. package/esm2022/widgets/ui/select-modal/components/select-modal-search/index.mjs +2 -0
  150. package/esm2022/widgets/ui/select-modal/components/select-modal-search/select-modal-search.component.mjs +32 -0
  151. package/esm2022/widgets/ui/select-modal/index.mjs +4 -0
  152. package/esm2022/widgets/ui/select-modal/select-modal.component.mjs +35 -0
  153. package/esm2022/widgets/ui/select-modal/select-modal.interfaces.mjs +2 -0
  154. package/esm2022/widgets/ui/select-modal/select-modal.service.mjs +23 -0
  155. package/esm2022/widgets/ui/storage-list/components/index.mjs +2 -0
  156. package/esm2022/widgets/ui/storage-list/components/storage-list-item/index.mjs +2 -0
  157. package/esm2022/widgets/ui/storage-list/components/storage-list-item/storage-list-item.component.mjs +87 -0
  158. package/esm2022/widgets/ui/storage-list/index.mjs +3 -0
  159. package/esm2022/widgets/ui/storage-list/storage-list.component.mjs +17 -0
  160. package/esm2022/widgets/ui/storage-list/storage-list.options.mjs +3 -0
  161. package/esm2022/widgets/ui/toolbox-form/components/index.mjs +2 -0
  162. package/esm2022/widgets/ui/toolbox-form/components/tool-form-readonly/index.mjs +2 -0
  163. package/esm2022/widgets/ui/toolbox-form/components/tool-form-readonly/tool-form-readonly.component.mjs +19 -0
  164. package/esm2022/widgets/ui/toolbox-form/index.mjs +3 -0
  165. package/esm2022/widgets/ui/toolbox-form/tool-form.component.mjs +106 -0
  166. package/esm2022/widgets/ui/toolbox-form/tool-form.options.mjs +2 -0
  167. package/esm2022/widgets/ui/user-action-context-menu/activity-item/activity-item.component.mjs +61 -0
  168. package/esm2022/widgets/ui/user-action-context-menu/activity-item/index.mjs +2 -0
  169. package/esm2022/widgets/ui/user-action-context-menu/company-item/company-item.component.mjs +68 -0
  170. package/esm2022/widgets/ui/user-action-context-menu/company-item/index.mjs +2 -0
  171. package/esm2022/widgets/ui/user-action-context-menu/index.mjs +4 -0
  172. package/esm2022/widgets/ui/user-action-context-menu/services/activity-base.service.mjs +32 -0
  173. package/esm2022/widgets/ui/user-action-context-menu/services/activity.service.mjs +35 -0
  174. package/esm2022/widgets/ui/user-action-context-menu/services/index.mjs +3 -0
  175. package/esm2022/widgets/ui/user-action-context-menu/user-action-context-menu.component.mjs +83 -0
  176. package/esm2022/widgets/ui/user-action-context-menu/user-action-context.option.mjs +3 -0
  177. package/esm2022/widgets/ui/utility-info-readonly/index.mjs +3 -0
  178. package/esm2022/widgets/ui/utility-info-readonly/utility-info-readonly.component.mjs +85 -0
  179. package/esm2022/widgets/ui/utility-info-readonly/utility-info-readonly.options.mjs +2 -0
  180. package/esm2022/widgets/ui/utility-modal/components/criterion-modal-create/criterion-modal-create.component.mjs +41 -0
  181. package/esm2022/widgets/ui/utility-modal/components/criterion-modal-create/index.mjs +2 -0
  182. package/esm2022/widgets/ui/utility-modal/components/index.mjs +5 -0
  183. package/esm2022/widgets/ui/utility-modal/components/instruction-modal-create/index.mjs +2 -0
  184. package/esm2022/widgets/ui/utility-modal/components/instruction-modal-create/instruction-modal-create.component.mjs +41 -0
  185. package/esm2022/widgets/ui/utility-modal/components/readonly-criterion-modal/index.mjs +2 -0
  186. package/esm2022/widgets/ui/utility-modal/components/readonly-criterion-modal/readonly-criterion-modal.component.mjs +40 -0
  187. package/esm2022/widgets/ui/utility-modal/components/readonly-instruction-modal/index.mjs +2 -0
  188. package/esm2022/widgets/ui/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.mjs +40 -0
  189. package/esm2022/widgets/ui/utility-modal/components/readonly-utility-modal/index.mjs +2 -0
  190. package/esm2022/widgets/ui/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.mjs +43 -0
  191. package/esm2022/widgets/ui/utility-modal/components/utility-modal-create/index.mjs +2 -0
  192. package/esm2022/widgets/ui/utility-modal/components/utility-modal-create/utility-modal-create.component.mjs +55 -0
  193. package/esm2022/widgets/ui/utility-modal/index.mjs +4 -0
  194. package/esm2022/widgets/ui/utility-modal/utility-modal.component.mjs +22 -0
  195. package/esm2022/widgets/ui/utility-modal/utility-modal.options.mjs +3 -0
  196. package/esm2022/widgets/ui/utility-readonly-thumbnail/index.mjs +2 -0
  197. package/esm2022/widgets/ui/utility-readonly-thumbnail/utility-readonly-thumbnail.component.mjs +15 -0
  198. package/esm2022/widgets/ui/utility-thumbnail/index.mjs +2 -0
  199. package/esm2022/widgets/ui/utility-thumbnail/utility-thumbnail.component.mjs +95 -0
  200. package/fesm2022/cuby-ui-core-en-BvvbrGg1.mjs +91 -0
  201. package/fesm2022/cuby-ui-core-en-BvvbrGg1.mjs.map +1 -0
  202. package/fesm2022/cuby-ui-core-ru-bROcEQBf.mjs +91 -0
  203. package/fesm2022/cuby-ui-core-ru-bROcEQBf.mjs.map +1 -0
  204. package/fesm2022/cuby-ui-core.mjs +4178 -18
  205. package/fesm2022/cuby-ui-core.mjs.map +1 -1
  206. package/index.d.ts +1 -0
  207. package/package.json +4 -4
  208. package/widgets/assets/constants/index.d.ts +1 -0
  209. package/widgets/assets/constants/translations.d.ts +2 -0
  210. package/widgets/assets/index.d.ts +1 -0
  211. package/widgets/index.d.ts +4 -0
  212. package/widgets/model/index.d.ts +9 -0
  213. package/widgets/model/resource-state-service.interface.d.ts +4 -0
  214. package/widgets/model/resource-state-service.token.d.ts +3 -0
  215. package/widgets/model/resources-block.options.d.ts +15 -0
  216. package/widgets/model/subject-modal-service.interface.d.ts +7 -0
  217. package/widgets/model/subject-modal-service.token.d.ts +3 -0
  218. package/widgets/model/used-elements-service.interface.d.ts +5 -0
  219. package/widgets/model/used-elements-service.token.d.ts +3 -0
  220. package/widgets/model/utility-service.interface.d.ts +23 -0
  221. package/widgets/model/utility-service.token.d.ts +3 -0
  222. package/widgets/service/index.d.ts +4 -0
  223. package/widgets/service/resource-state-base.service.d.ts +10 -0
  224. package/widgets/service/subject-modal-base.service.d.ts +11 -0
  225. package/widgets/service/used-elements-base.service.d.ts +11 -0
  226. package/widgets/service/utility-base.service.d.ts +29 -0
  227. package/widgets/ui/assignee-role-item/assignee-role-item.component.d.ts +12 -0
  228. package/widgets/ui/assignee-role-item/index.d.ts +1 -0
  229. package/widgets/ui/assignee-roles-tabs/assignee-roles-tabs.component.d.ts +18 -0
  230. package/widgets/ui/assignee-roles-tabs/index.d.ts +1 -0
  231. package/widgets/ui/categories/categories.component.d.ts +25 -0
  232. package/widgets/ui/categories/components/categories-list/categories-list.component.d.ts +8 -0
  233. package/widgets/ui/categories/components/categories-list/index.d.ts +1 -0
  234. package/widgets/ui/categories/components/category-form/category-form.component.d.ts +28 -0
  235. package/widgets/ui/categories/components/category-form/index.d.ts +1 -0
  236. package/widgets/ui/categories/components/category-item/category-item.component.d.ts +42 -0
  237. package/widgets/ui/categories/components/category-item/index.d.ts +1 -0
  238. package/widgets/ui/categories/components/create-category-item/create-category-item.component.d.ts +10 -0
  239. package/widgets/ui/categories/components/create-category-item/index.d.ts +1 -0
  240. package/widgets/ui/categories/components/index.d.ts +2 -0
  241. package/widgets/ui/categories/index.d.ts +2 -0
  242. package/widgets/ui/categories/services/index.d.ts +1 -0
  243. package/widgets/ui/categories/services/selected-category.service.d.ts +18 -0
  244. package/widgets/ui/checklist-block/checklist-block.component.d.ts +21 -0
  245. package/widgets/ui/checklist-block/checklist-block.options.d.ts +12 -0
  246. package/widgets/ui/checklist-block/components/checklist-block-list/checklist-block-list.component.d.ts +27 -0
  247. package/widgets/ui/checklist-block/components/checklist-block-list/index.d.ts +1 -0
  248. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.d.ts +30 -0
  249. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-card/index.d.ts +1 -0
  250. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.d.ts +11 -0
  251. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-with-verification/index.d.ts +1 -0
  252. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.d.ts +10 -0
  253. package/widgets/ui/checklist-block/components/checklist-block-list-item-action-without-verification/index.d.ts +1 -0
  254. package/widgets/ui/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.d.ts +41 -0
  255. package/widgets/ui/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.d.ts +5 -0
  256. package/widgets/ui/checklist-block/components/checklist-block-list-item-container/index.d.ts +1 -0
  257. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.d.ts +51 -0
  258. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.options.d.ts +14 -0
  259. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation/index.d.ts +2 -0
  260. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.d.ts +33 -0
  261. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.options.d.ts +4 -0
  262. package/widgets/ui/checklist-block/components/checklist-block-list-item-evaluation-criteria/index.d.ts +1 -0
  263. package/widgets/ui/checklist-block/components/checklist-block-title-control/checklist-block-title-control.component.d.ts +8 -0
  264. package/widgets/ui/checklist-block/components/checklist-block-title-control/index.d.ts +1 -0
  265. package/widgets/ui/checklist-block/components/index.d.ts +1 -0
  266. package/widgets/ui/checklist-block/index.d.ts +1 -0
  267. package/widgets/ui/checklist-block/services/checklist-block.service.d.ts +19 -0
  268. package/widgets/ui/checklist-block/services/index.d.ts +1 -0
  269. package/widgets/ui/consumable-form/components/consumable-form-item/consumable-form-item.component.d.ts +31 -0
  270. package/widgets/ui/consumable-form/components/consumable-form-item/default-control-delay.d.ts +1 -0
  271. package/widgets/ui/consumable-form/components/consumable-form-item/index.d.ts +2 -0
  272. package/widgets/ui/consumable-form/components/consumable-form-item-readonly/consumable-form-item-readonly.component.d.ts +8 -0
  273. package/widgets/ui/consumable-form/components/consumable-form-item-readonly/index.d.ts +1 -0
  274. package/widgets/ui/consumable-form/components/index.d.ts +3 -0
  275. package/widgets/ui/consumable-form/consumable-form.component.d.ts +46 -0
  276. package/widgets/ui/consumable-form/consumable-form.options.d.ts +22 -0
  277. package/widgets/ui/consumable-form/index.d.ts +1 -0
  278. package/widgets/ui/criterion-info/criterion-info.component.d.ts +43 -0
  279. package/widgets/ui/criterion-info/index.d.ts +1 -0
  280. package/widgets/ui/criterion-info-form/criterion-info-form.component.d.ts +39 -0
  281. package/widgets/ui/criterion-info-form/criterion-info-form.options.d.ts +7 -0
  282. package/widgets/ui/criterion-info-form/index.d.ts +2 -0
  283. package/widgets/ui/criterion-readonly-info/criterion-readonly-info.component.d.ts +26 -0
  284. package/widgets/ui/criterion-readonly-info/index.d.ts +1 -0
  285. package/widgets/ui/delete-modal/delete-modal.component.d.ts +13 -0
  286. package/widgets/ui/delete-modal/delete-modal.options.d.ts +7 -0
  287. package/widgets/ui/delete-modal/index.d.ts +2 -0
  288. package/widgets/ui/framer-preview/framer-preview.component.d.ts +26 -0
  289. package/widgets/ui/framer-preview/framer-preview.options.d.ts +5 -0
  290. package/widgets/ui/framer-preview/index.d.ts +2 -0
  291. package/widgets/ui/general-control-error-hint/general-control-error-hint.component.d.ts +9 -0
  292. package/widgets/ui/general-control-error-hint/index.d.ts +1 -0
  293. package/widgets/ui/index.d.ts +24 -0
  294. package/widgets/ui/inserted/index.d.ts +1 -1
  295. package/widgets/ui/instruction-info/index.d.ts +1 -0
  296. package/widgets/ui/instruction-info/instruction-info.component.d.ts +45 -0
  297. package/widgets/ui/instruction-info-form/index.d.ts +2 -0
  298. package/widgets/ui/instruction-info-form/instruction-info-form.component.d.ts +43 -0
  299. package/widgets/ui/instruction-info-form/instruction-info-form.options.d.ts +9 -0
  300. package/widgets/ui/instruction-readonly-info/index.d.ts +1 -0
  301. package/widgets/ui/instruction-readonly-info/instruction-readonly-info.component.d.ts +26 -0
  302. package/widgets/ui/loader/index.d.ts +1 -0
  303. package/widgets/ui/loader/loader.component.d.ts +20 -0
  304. package/widgets/ui/modal-criteria-tab/index.d.ts +1 -0
  305. package/widgets/ui/modal-criteria-tab/modal-criteria-tab.component.d.ts +15 -0
  306. package/widgets/ui/modal-divided-section/index.d.ts +2 -0
  307. package/widgets/ui/modal-divided-section/modal-divided-section.component.d.ts +22 -0
  308. package/widgets/ui/modal-divided-section/modal-divided-section.interfaces.d.ts +6 -0
  309. package/widgets/ui/modal-header-inserted-buttons/index.d.ts +1 -0
  310. package/widgets/ui/modal-header-inserted-buttons/modal-header-inserted-buttons.component.d.ts +7 -0
  311. package/widgets/ui/modal-header-tabs/index.d.ts +1 -0
  312. package/widgets/ui/modal-header-tabs/modal-header-tabs.component.d.ts +8 -0
  313. package/widgets/ui/modal-info-tab/index.d.ts +2 -0
  314. package/widgets/ui/modal-info-tab/modal-info-tab.component.d.ts +8 -0
  315. package/widgets/ui/modal-info-tab/modal-info-tab.options.d.ts +4 -0
  316. package/widgets/ui/modal-instructions-tab/index.d.ts +1 -0
  317. package/widgets/ui/modal-instructions-tab/modal-instructions-tab.component.d.ts +15 -0
  318. package/widgets/ui/modal-operation-part/index.d.ts +1 -0
  319. package/widgets/ui/modal-operation-part/modal-operation-part.component.d.ts +24 -0
  320. package/widgets/ui/modal-resources-tab/index.d.ts +1 -0
  321. package/widgets/ui/modal-resources-tab/modal-resources-tab.component.d.ts +14 -0
  322. package/widgets/ui/render-dynamic-modal/index.d.ts +2 -0
  323. package/widgets/ui/render-dynamic-modal/render-dynamic-modal.component.d.ts +11 -0
  324. package/widgets/ui/render-dynamic-modal/render-dynamic-modal.option.d.ts +5 -0
  325. package/widgets/ui/resources-block/components/index.d.ts +5 -0
  326. package/widgets/ui/resources-block/components/resources-block-consumables/index.d.ts +2 -0
  327. package/widgets/ui/resources-block/components/resources-block-consumables/resources-block-consumables.component.d.ts +17 -0
  328. package/widgets/ui/resources-block/components/resources-block-consumables/resources-block-consumables.options.d.ts +7 -0
  329. package/widgets/ui/resources-block/components/resources-block-content/index.d.ts +1 -0
  330. package/widgets/ui/resources-block/components/resources-block-content/resources-block-content.component.d.ts +19 -0
  331. package/widgets/ui/resources-block/components/resources-block-part/index.d.ts +1 -0
  332. package/widgets/ui/resources-block/components/resources-block-part/resources-block-part.component.d.ts +19 -0
  333. package/widgets/ui/resources-block/components/resources-block-part/resources-block-part.options.d.ts +5 -0
  334. package/widgets/ui/resources-block/components/resources-block-tabs/index.d.ts +1 -0
  335. package/widgets/ui/resources-block/components/resources-block-tabs/resources-block-tabs.component.d.ts +28 -0
  336. package/widgets/ui/resources-block/components/resources-block-tabs/resources-block-tabs.options.d.ts +13 -0
  337. package/widgets/ui/resources-block/components/resources-block-toolbox/index.d.ts +2 -0
  338. package/widgets/ui/resources-block/components/resources-block-toolbox/resources-block-toolbox.component.d.ts +17 -0
  339. package/widgets/ui/resources-block/components/resources-block-toolbox/resources-block-toolbox.options.d.ts +5 -0
  340. package/widgets/ui/resources-block/components/resources-options/index.d.ts +1 -0
  341. package/widgets/ui/resources-block/components/resources-options/resources-options.component.d.ts +20 -0
  342. package/widgets/ui/resources-block/index.d.ts +2 -0
  343. package/widgets/ui/resources-block/resources-block.component.d.ts +35 -0
  344. package/widgets/ui/resources-block-tabs/index.d.ts +1 -0
  345. package/widgets/ui/resources-block-tabs/resources-block-tabs.component.d.ts +28 -0
  346. package/widgets/ui/resources-block-tabs/resources-block-tabs.options.d.ts +14 -0
  347. package/widgets/ui/select-modal/components/index.d.ts +2 -0
  348. package/widgets/ui/select-modal/components/select-modal-folder/index.d.ts +1 -0
  349. package/widgets/ui/select-modal/components/select-modal-folder/select-modal-folder.component.d.ts +10 -0
  350. package/widgets/ui/select-modal/components/select-modal-search/index.d.ts +1 -0
  351. package/widgets/ui/select-modal/components/select-modal-search/select-modal-search.component.d.ts +12 -0
  352. package/widgets/ui/select-modal/index.d.ts +3 -0
  353. package/widgets/ui/select-modal/select-modal.component.d.ts +13 -0
  354. package/widgets/ui/select-modal/select-modal.interfaces.d.ts +15 -0
  355. package/widgets/ui/select-modal/select-modal.service.d.ts +13 -0
  356. package/widgets/ui/storage-list/components/index.d.ts +1 -0
  357. package/widgets/ui/storage-list/components/storage-list-item/index.d.ts +1 -0
  358. package/widgets/ui/storage-list/components/storage-list-item/storage-list-item.component.d.ts +24 -0
  359. package/widgets/ui/storage-list/index.d.ts +2 -0
  360. package/widgets/ui/storage-list/storage-list.component.d.ts +10 -0
  361. package/widgets/ui/storage-list/storage-list.options.d.ts +16 -0
  362. package/widgets/ui/toolbox-form/components/index.d.ts +1 -0
  363. package/widgets/ui/toolbox-form/components/tool-form-readonly/index.d.ts +1 -0
  364. package/widgets/ui/toolbox-form/components/tool-form-readonly/tool-form-readonly.component.d.ts +7 -0
  365. package/widgets/ui/toolbox-form/index.d.ts +2 -0
  366. package/widgets/ui/toolbox-form/tool-form.component.d.ts +34 -0
  367. package/widgets/ui/toolbox-form/tool-form.options.d.ts +5 -0
  368. package/widgets/ui/user-action-context-menu/activity-item/activity-item.component.d.ts +17 -0
  369. package/widgets/ui/user-action-context-menu/activity-item/index.d.ts +1 -0
  370. package/widgets/ui/user-action-context-menu/company-item/company-item.component.d.ts +22 -0
  371. package/widgets/ui/user-action-context-menu/company-item/index.d.ts +1 -0
  372. package/widgets/ui/user-action-context-menu/index.d.ts +3 -0
  373. package/widgets/ui/user-action-context-menu/services/activity-base.service.d.ts +14 -0
  374. package/widgets/ui/user-action-context-menu/services/activity.service.d.ts +14 -0
  375. package/widgets/ui/user-action-context-menu/services/index.d.ts +2 -0
  376. package/widgets/ui/user-action-context-menu/user-action-context-menu.component.d.ts +29 -0
  377. package/widgets/ui/user-action-context-menu/user-action-context.option.d.ts +15 -0
  378. package/widgets/ui/utility-info-readonly/index.d.ts +2 -0
  379. package/widgets/ui/utility-info-readonly/utility-info-readonly.component.d.ts +28 -0
  380. package/widgets/ui/utility-info-readonly/utility-info-readonly.options.d.ts +4 -0
  381. package/widgets/ui/utility-modal/components/criterion-modal-create/criterion-modal-create.component.d.ts +18 -0
  382. package/widgets/ui/utility-modal/components/criterion-modal-create/index.d.ts +1 -0
  383. package/widgets/ui/utility-modal/components/index.d.ts +4 -0
  384. package/widgets/ui/utility-modal/components/instruction-modal-create/index.d.ts +1 -0
  385. package/widgets/ui/utility-modal/components/instruction-modal-create/instruction-modal-create.component.d.ts +18 -0
  386. package/widgets/ui/utility-modal/components/readonly-criterion-modal/index.d.ts +1 -0
  387. package/widgets/ui/utility-modal/components/readonly-criterion-modal/readonly-criterion-modal.component.d.ts +16 -0
  388. package/widgets/ui/utility-modal/components/readonly-instruction-modal/index.d.ts +1 -0
  389. package/widgets/ui/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.d.ts +16 -0
  390. package/widgets/ui/utility-modal/components/readonly-utility-modal/index.d.ts +1 -0
  391. package/widgets/ui/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.d.ts +18 -0
  392. package/widgets/ui/utility-modal/components/utility-modal-create/index.d.ts +1 -0
  393. package/widgets/ui/utility-modal/components/utility-modal-create/utility-modal-create.component.d.ts +25 -0
  394. package/widgets/ui/utility-modal/index.d.ts +3 -0
  395. package/widgets/ui/utility-modal/utility-modal.component.d.ts +10 -0
  396. package/widgets/ui/utility-modal/utility-modal.options.d.ts +12 -0
  397. package/widgets/ui/utility-readonly-thumbnail/index.d.ts +1 -0
  398. package/widgets/ui/utility-readonly-thumbnail/utility-readonly-thumbnail.component.d.ts +8 -0
  399. package/widgets/ui/utility-thumbnail/index.d.ts +1 -0
  400. package/widgets/ui/utility-thumbnail/utility-thumbnail.component.d.ts +21 -0
  401. package/components/inserted/index.d.ts +0 -1
  402. package/components/inserted/inserted.component.d.ts +0 -5
  403. package/esm2022/components/inserted/index.mjs +0 -2
  404. package/esm2022/components/inserted/inserted.component.mjs +0 -15
package/index.d.ts CHANGED
@@ -7,3 +7,4 @@ export * from './services';
7
7
  export * from './types';
8
8
  export * from './utils';
9
9
  export * from './providers';
10
+ export * from './widgets';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.448",
3
+ "version": "0.0.451",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
7
  "@angular/elements": ">=18.0.0",
8
8
  "@angular/forms": ">=18.0.0",
9
- "@cuby-ui/api": "^0.0.448",
10
- "@cuby-ui/cdk": "^0.0.448",
11
- "@cuby-ui/icons": "^0.0.448",
9
+ "@cuby-ui/api": "^0.0.451",
10
+ "@cuby-ui/cdk": "^0.0.451",
11
+ "@cuby-ui/icons": "^0.0.451",
12
12
  "@editorjs/editorjs": "2.29.1",
13
13
  "@editorjs/header": "^2.8.1",
14
14
  "@editorjs/list": "^1.9.0",
@@ -0,0 +1 @@
1
+ export * from './translations';
@@ -0,0 +1,2 @@
1
+ import { Translation } from '@jsverse/transloco';
2
+ export declare const CuiLibTranslations: Record<string, Promise<Translation>>;
@@ -0,0 +1 @@
1
+ export * from './constants';
@@ -0,0 +1,4 @@
1
+ export * from './ui';
2
+ export * from './service';
3
+ export * from './model';
4
+ export * from './assets';
@@ -0,0 +1,9 @@
1
+ export * from './resource-state-service.interface';
2
+ export * from './resource-state-service.token';
3
+ export * from './resources-block.options';
4
+ export * from './subject-modal-service.interface';
5
+ export * from './subject-modal-service.token';
6
+ export * from './used-elements-service.interface';
7
+ export * from './used-elements-service.token';
8
+ export * from './utility-service.interface';
9
+ export * from './utility-service.token';
@@ -0,0 +1,4 @@
1
+ import { Resource } from '@cuby-ui/api';
2
+ export interface ResourceStateService {
3
+ updateResources(utilityId: string, resources: Resource[]): void;
4
+ }
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import type { ResourceStateService } from './resource-state-service.interface';
3
+ export declare const CUI_RESOURCE_STATE_SERVICE_TOKEN: InjectionToken<ResourceStateService>;
@@ -0,0 +1,15 @@
1
+ import { ResourceUtilityMaterial } from '../ui/resources-block/components';
2
+ import { ResourceContentType, Specifications, UtilityComponentType } from '@cuby-ui/api';
3
+ export interface UpdateResource {
4
+ newConsumable: ResourceUtilityMaterial;
5
+ utilityComponentType: UtilityComponentType;
6
+ resourceContentType: ResourceContentType;
7
+ }
8
+ export interface TreeStructCategoryElement {
9
+ readonly id: string;
10
+ readonly itemId: string;
11
+ readonly name: string;
12
+ readonly format: string;
13
+ readonly specifications?: Specifications;
14
+ readonly parameters?: Specifications;
15
+ }
@@ -0,0 +1,7 @@
1
+ import type { Observable } from 'rxjs';
2
+ import { UtilitySubject } from '@cuby-ui/api';
3
+ import { TreeStructCategoryElement } from './resources-block.options';
4
+ export interface SubjectModalService {
5
+ addResource(utilityId: string): void;
6
+ handleAddedResource(ids: Record<string, TreeStructCategoryElement>, type: string): Observable<UtilitySubject[]>;
7
+ }
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { SubjectModalService } from './subject-modal-service.interface';
3
+ export declare const CUI_SUBJECT_MODAL_SERVICE_TOKEN: InjectionToken<SubjectModalService>;
@@ -0,0 +1,5 @@
1
+ import type { Signal } from '@angular/core';
2
+ export interface UsedElementsService<T = unknown> {
3
+ readonly usedElements: Signal<Record<string, T>>;
4
+ setAll(elements: T[]): void;
5
+ }
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import type { UsedElementsService } from './used-elements-service.interface';
3
+ export declare const CUI_USED_ELEMENTS_SERVICE_TOKEN: InjectionToken<UsedElementsService<unknown>>;
@@ -0,0 +1,23 @@
1
+ import type { Signal } from '@angular/core';
2
+ import type { CuiNullable } from '@cuby-ui/cdk';
3
+ import { ListObjectInstruction, Resource, StorageObjectInstruction, Utility, UtilityComponent, UtilityComponentType, UtilityComponentWithInstructions, UtilityComponentWithResources, UtilitySubject } from '@cuby-ui/api';
4
+ import type { ResourceUtilityMaterial } from '../ui/resources-block/components';
5
+ export interface UtilityService {
6
+ readonly instructions: Signal<StorageObjectInstruction[]>;
7
+ readonly resources: Signal<Resource[]>;
8
+ readonly instructionComponent: Signal<CuiNullable<UtilityComponentWithInstructions>>;
9
+ readonly resourcesComponent: Signal<CuiNullable<UtilityComponentWithResources>>;
10
+ readonly utility: Signal<CuiNullable<Utility>>;
11
+ setUtility(utility: Utility): void;
12
+ setComponent(component: UtilityComponent): void;
13
+ removeComponent(componentType: UtilityComponentType): void;
14
+ addInstructions(instructions: ListObjectInstruction[]): void;
15
+ updateInstruction(instruction: StorageObjectInstruction, id?: string): void;
16
+ removeInstruction(instructionStorageId: string): void;
17
+ updateInstructionTitle(instructionId: string, title: string): void;
18
+ addResourceStructure(resource: Resource): void;
19
+ removeResourceStructure(resourceId: string): void;
20
+ addResources(resources: UtilitySubject[], containerId: string): void;
21
+ updateResource(resource: UtilitySubject | ResourceUtilityMaterial, containerId: string): void;
22
+ removeResource(resourceId: string, containerId: string): void;
23
+ }
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import type { UtilityService } from './utility-service.interface';
3
+ export declare const CUI_UTILITY_SERVICE_TOKEN: InjectionToken<UtilityService>;
@@ -0,0 +1,4 @@
1
+ export * from './utility-base.service';
2
+ export * from './subject-modal-base.service';
3
+ export * from './used-elements-base.service';
4
+ export * from './resource-state-base.service';
@@ -0,0 +1,10 @@
1
+ import { ResourceStateService } from '../model/resource-state-service.interface';
2
+ import { Resource } from '@cuby-ui/api';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ResourceStateBaseService implements ResourceStateService {
5
+ protected readonly resourcesMapSignal: import("@angular/core").WritableSignal<Map<string, Resource[]>>;
6
+ readonly resourcesMap: import("@angular/core").Signal<Map<string, Resource[]>>;
7
+ updateResources(utilityId: string, resources: Resource[]): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResourceStateBaseService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<ResourceStateBaseService>;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { Observable } from 'rxjs';
2
+ import { UtilitySubject } from '@cuby-ui/api';
3
+ import { SubjectModalService } from '../model';
4
+ import { TreeStructCategoryElement } from '../model/resources-block.options';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SubjectModalBaseService implements SubjectModalService {
7
+ addResource(utilityId: string): void;
8
+ handleAddedResource(ids: Record<string, TreeStructCategoryElement>, type: string): Observable<UtilitySubject[]>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubjectModalBaseService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<SubjectModalBaseService>;
11
+ }
@@ -0,0 +1,11 @@
1
+ import { UsedElementsService } from '../model/used-elements-service.interface';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UsedElementsBaseService<T extends {
4
+ id: string;
5
+ }> implements UsedElementsService<T> {
6
+ protected readonly usedElementsSignal: import("@angular/core").WritableSignal<Record<string, T>>;
7
+ readonly usedElements: import("@angular/core").Signal<Record<string, T>>;
8
+ setAll(elements: T[]): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UsedElementsBaseService<any>, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<UsedElementsBaseService<any>>;
11
+ }
@@ -0,0 +1,29 @@
1
+ import { UtilityService } from '../model';
2
+ import { CuiNullable } from '@cuby-ui/cdk';
3
+ import { ListObjectInstruction, Resource, StorageObjectInstruction, Utility, UtilityComponent, UtilityComponentType, UtilityComponentWithInstructions, UtilityComponentWithResources, UtilitySubject } from '@cuby-ui/api';
4
+ import type { ResourceUtilityMaterial } from '../ui/resources-block/components';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UtilityBaseService implements UtilityService {
7
+ private readonly utilitySignal;
8
+ private readonly instructionComponentSignal;
9
+ private readonly resourcesComponentSignal;
10
+ readonly instructions: import("@angular/core").Signal<StorageObjectInstruction[]>;
11
+ readonly resources: import("@angular/core").Signal<Resource[]>;
12
+ readonly instructionComponent: import("@angular/core").Signal<CuiNullable<UtilityComponentWithInstructions>>;
13
+ readonly resourcesComponent: import("@angular/core").Signal<CuiNullable<UtilityComponentWithResources>>;
14
+ readonly utility: import("@angular/core").Signal<CuiNullable<Utility>>;
15
+ setUtility(utility: Utility): void;
16
+ setComponent(component: UtilityComponent): void;
17
+ removeComponent(componentType: UtilityComponentType): void;
18
+ addInstructions(instructions: ListObjectInstruction[]): void;
19
+ updateInstruction(instruction: StorageObjectInstruction, id?: string): void;
20
+ removeInstruction(instructionStorageId: string): void;
21
+ updateInstructionTitle(instructionId: string, title: string): void;
22
+ addResourceStructure(resource: Resource): void;
23
+ removeResourceStructure(resourceId: string): void;
24
+ addResources(resources: UtilitySubject[], containerId: string): void;
25
+ updateResource(resource: UtilitySubject | ResourceUtilityMaterial, containerId: string): void;
26
+ removeResource(resourceId: string, containerId: string): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<UtilityBaseService, never>;
28
+ static ɵprov: i0.ɵɵInjectableDeclaration<UtilityBaseService>;
29
+ }
@@ -0,0 +1,12 @@
1
+ import { CuiContextMenuItem } from '../../../interfaces';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AssigneeRoleItemComponent {
4
+ private readonly translocoService;
5
+ protected readonly OPTIONS: CuiContextMenuItem[];
6
+ readonly role: import("@angular/core").InputSignal<string>;
7
+ readonly readonly: import("@angular/core").InputSignal<boolean>;
8
+ readonly empty: import("@angular/core").InputSignal<boolean>;
9
+ readonly deleteClicked: import("@angular/core").OutputEmitterRef<void>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssigneeRoleItemComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssigneeRoleItemComponent, "cui-assignee-role-item", never, { "role": { "alias": "role"; "required": true; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "empty": { "alias": "empty"; "required": false; "isSignal": true; }; }, { "deleteClicked": "deleteClicked"; }, never, never, true, never>;
12
+ }
@@ -0,0 +1 @@
1
+ export { AssigneeRoleItemComponent } from './assignee-role-item.component';
@@ -0,0 +1,18 @@
1
+ import { ElementRef, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AssigneeRolesTabsComponent {
4
+ protected readonly SCROLL_LENGTH = 200;
5
+ protected readonly buttons: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
6
+ readonly tabs: import("@angular/core").InputSignal<unknown[]>;
7
+ readonly itemSlot: import("@angular/core").InputSignal<TemplateRef<unknown>>;
8
+ readonly buttonSlot: import("@angular/core").InputSignal<TemplateRef<unknown>>;
9
+ readonly contentSlot: import("@angular/core").InputSignal<TemplateRef<unknown>>;
10
+ readonly selectedIndex: import("@angular/core").InputSignal<number>;
11
+ readonly selectedIndexChange: import("@angular/core").OutputEmitterRef<number>;
12
+ protected trackTab(index: number, tab: unknown): unknown;
13
+ protected onSelectTab(index: number): void;
14
+ protected onScrollLeft(): void;
15
+ protected onScrollRight(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssigneeRolesTabsComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssigneeRolesTabsComponent, "cui-assignee-roles-tabs", never, { "tabs": { "alias": "tabs"; "required": true; "isSignal": true; }; "itemSlot": { "alias": "itemSlot"; "required": true; "isSignal": true; }; "buttonSlot": { "alias": "buttonSlot"; "required": true; "isSignal": true; }; "contentSlot": { "alias": "contentSlot"; "required": true; "isSignal": true; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1 @@
1
+ export { AssigneeRolesTabsComponent } from './assignee-roles-tabs.component';
@@ -0,0 +1,25 @@
1
+ import type { CuiNullable } from '@cuby-ui/cdk';
2
+ import { CuiApiContext, TreeStruct, TreeStructType } from '@cuby-ui/api';
3
+ import { CuiDropdownDirective } from '../../../components';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CuiCategoriesComponent {
6
+ private readonly treeStructNavigatorApiService;
7
+ private readonly selectedCategoryService;
8
+ protected readonly stageStorages: import("@angular/core").WritableSignal<CuiNullable<TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>[]>>;
9
+ protected readonly isCategoryCreating: import("@angular/core").WritableSignal<boolean>;
10
+ protected readonly isCategoryCreationLoading: import("@angular/core").WritableSignal<boolean>;
11
+ protected readonly isCreateCategoryControlVisible: import("@angular/core").Signal<boolean>;
12
+ protected readonly dropdown: import("@angular/core").Signal<CuiDropdownDirective>;
13
+ readonly treeStructType: import("@angular/core").InputSignal<TreeStructType>;
14
+ readonly buttonId: import("@angular/core").InputSignal<string | undefined>;
15
+ readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
16
+ readonly context: import("@angular/core").InputSignal<CuiApiContext | undefined>;
17
+ constructor();
18
+ protected onOpenStageStorages(): void;
19
+ protected onStartCreatingNewCategory(): void;
20
+ protected onCreateNewCategory(title: string): void;
21
+ protected onCreatingCategoryCanceled(): void;
22
+ private initSelectCategoryEffect;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCategoriesComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCategoriesComponent, "cui-categories", never, { "treeStructType": { "alias": "treeStructType"; "required": true; "isSignal": true; }; "buttonId": { "alias": "buttonId"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
25
+ }
@@ -0,0 +1,8 @@
1
+ import { CuiApiContext, TreeStruct } from '@cuby-ui/api';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiCategoriesListComponent {
4
+ readonly stageStorages: import("@angular/core").InputSignal<TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>[]>;
5
+ readonly context: import("@angular/core").InputSignal<CuiApiContext | undefined>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCategoriesListComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCategoriesListComponent, "cui-categories-list", never, { "stageStorages": { "alias": "stageStorages"; "required": true; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1 @@
1
+ export { CuiCategoriesListComponent } from './categories-list.component';
@@ -0,0 +1,28 @@
1
+ import type { OnInit } from '@angular/core';
2
+ import { ElementRef } from '@angular/core';
3
+ import { NonNullableFormBuilder } from '@angular/forms';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CuiCategoryFormComponent implements OnInit {
6
+ protected readonly nonNullableFormBuilder: NonNullableFormBuilder;
7
+ protected readonly form: import("@angular/forms").FormGroup<{
8
+ title: import("@angular/forms").FormControl<string>;
9
+ }>;
10
+ protected readonly titleControl: import("@angular/forms").FormControl<string>;
11
+ readonly isDisabled: import("@angular/core").InputSignal<boolean>;
12
+ readonly defaultTitle: import("@angular/core").InputSignal<string>;
13
+ protected readonly created: import("@angular/core").OutputEmitterRef<string>;
14
+ protected readonly canceled: import("@angular/core").OutputEmitterRef<void>;
15
+ protected readonly input: import("@angular/core").Signal<ElementRef<any>>;
16
+ protected get isTitleInvalid(): boolean;
17
+ protected get isSubmitButtonDisabled(): boolean;
18
+ constructor();
19
+ ngOnInit(): void;
20
+ protected onHostClick(event: Event): void;
21
+ protected onSubmit(): void;
22
+ protected onCancel(event: Event): void;
23
+ private initInputDisableStateSubscription;
24
+ private initDefaultTitle;
25
+ private initInputFocus;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCategoryFormComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCategoryFormComponent, "cui-category-form", never, { "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "defaultTitle": { "alias": "defaultTitle"; "required": false; "isSignal": true; }; }, { "created": "created"; "canceled": "canceled"; }, never, never, true, never>;
28
+ }
@@ -0,0 +1 @@
1
+ export { CuiCategoryFormComponent } from './category-form.component';
@@ -0,0 +1,42 @@
1
+ import { CuiApiContext, TreeStruct } from '@cuby-ui/api';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiCategoryItemComponent {
4
+ private readonly treeStructNavigatorApiService;
5
+ private readonly selectedCategoryService;
6
+ protected readonly isStageCreationLoading: import("@angular/core").WritableSignal<boolean>;
7
+ protected readonly stageStorageChildren: import("@angular/core").WritableSignal<TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>[]>;
8
+ protected readonly areChildrenOpened: import("@angular/core").WritableSignal<boolean>;
9
+ protected readonly openCloseButtonIcon: import("@angular/core").Signal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm" | "cuiIconEyeBold" | "cuiIconEyeBoldSm">;
10
+ protected readonly doChildrenExist: import("@angular/core").Signal<number>;
11
+ protected readonly isOpenCloseButtonHidden: import("@angular/core").Signal<boolean>;
12
+ protected readonly stageStorageIcon: import("@angular/core").Signal<"cuiIconLock2" | "cuiIconClipboardListBold" | "cuiIconClipboardCompletedBold" | "cuiIconStarOutlined" | "cuiIconSlashSm" | "cuiIconTextSm" | "cuiIconSlash" | "cuiIconLoading" | "cuiIconCheck" | "cuiIconCheckSm" | "cuiIconCheckCircle" | "cuiIconCheckCircleSm" | "cuiIconCheckCircleV2" | "cuiIconMoreVertical" | "cuiIconMoreVerticalSm" | "cuiIconTrash" | "cuiIconTrashSm" | "cuiIconEdit" | "cuiIconEditSm" | "cuiIconArrowSortSm" | "cuiIconX" | "cuiIconXSm" | "cuiIconXCircle" | "cuiIconXCircleSm" | "cuiIconClear" | "cuiIconClearSm" | "cuiIconEye" | "cuiIconEyeSm" | "cuiIconEyeOff" | "cuiIconEyeOffSm" | "cuiIconChevronUp" | "cuiIconChevronUpSm" | "cuiIconChevronRight" | "cuiIconChevronRightSm" | "cuiIconChevronDown" | "cuiIconChevronDownSm" | "cuiIconChevronLeft" | "cuiIconChevronLeftSm" | "cuiIconChevronsRight" | "cuiIconChevronsRightSm" | "cuiIconChevronsLeft" | "cuiIconChevronsLeftSm" | "cuiIconChevronsSwitch" | "cuiIconDatabase" | "cuiIconDatabaseSm" | "cuiIconHome" | "cuiIconHomeSm" | "cuiIconUser" | "cuiIconUserSm" | "cuiIconUsers" | "cuiIconUsersBg" | "cuiIconUsersSm" | "cuiIconUserPlus" | "cuiIconUserPlusSm" | "cuiIconFormula" | "cuiIconSettings" | "cuiIconSettingsSm" | "cuiIconSettingsBold" | "cuiIconCopy" | "cuiIconCopySm" | "cuiIconSidebar" | "cuiIconSidebarSm" | "cuiIconChart" | "cuiIconFolder" | "cuiIconFolderSm" | "cuiIconFolderOpen" | "cuiIconFolderOpenSm" | "cuiIconPlus" | "cuiIconPlusSm" | "cuiIconPlusCircle" | "cuiIconFiltersLines" | "cuiIconFiltersLinesSm" | "cuiIconSearch" | "cuiIconSearchSm" | "cuiIconGrid" | "cuiIconGridSm" | "cuiIconList" | "cuiIconListSm" | "cuiIconProgress" | "cuiIconSortAZSm" | "cuiIconFlagBold" | "cuiIconFileText" | "cuiIconFileTextSm" | "cuiIconLink" | "cuiIconExternalLinkSm" | "cuiIconLinkBroken" | "cuiIconLinkBrokenSm" | "cuiIconClock" | "cuiIconClockSm" | "cuiIconInfo" | "cuiIconInfoSm" | "cuiIconInfoCircle" | "cuiIconInfoCircleBg" | "cuiIconAlertTriangle" | "cuiIconAlertTriangleSm" | "cuiIconAlertCircle" | "cuiIcon2Layers" | "cuiIcon2LayersSm" | "cuiIcon3Layers" | "cuiIcon3LayersSm" | "cuiIconLearningSm" | "cuiIconBellSm" | "cuiIconMessageCircle" | "cuiIconMessageCircleSm" | "cuiIconSlashDivider" | "cuiIconCaretDownFillXxs" | "cuiIconCaretDownFill" | "cuiIconDragHandleDots" | "cuiIconPlayCircle" | "cuiIconPlayCircleSm" | "cuiIconClipBoardBold" | "cuiIconClipBoard" | "cuiIconClipBoardSm" | "cuiIconUpload" | "cuiIconUploadSm" | "cuiIconMaximize" | "cuiIconMaximizeSm" | "cuiIconArrowUpRight" | "cuiIconArrowUpRightSm" | "cuiIconAddBranchSm" | "cuiIconBranch" | "cuiIconBranchSm" | "cuiIconPaperclip" | "cuiIconPaperclipSm" | "cuiIconToolsSm" | "cuiIconPartsSm" | "cuiIconEquipmentSm" | "cuiIconPrimitive" | "cuiIconPrimitiveSm" | "cuiIconSpool" | "cuiIconSpoolSm" | "cuiIconTank" | "cuiIconTankSm" | "cuiIconAssembly" | "cuiIconAssemblySm" | "cuiIconVariant" | "cuiIconVariantSm" | "cuiIconRichText" | "cuiIconRichTextSm" | "cuiIconChecklist" | "cuiIconRefreshCcwSm" | "cuiIconRefreshCcw" | "cuiIconBarChartSm" | "cuiIconBarChart" | "cuiIconCurvedArrow" | "cuiIconBulletFillSm" | "cuiIconBulletSm" | "cuiIconArrowRight" | "cuiIconArrowRightSm" | "cuiIconImage" | "cuiIconCutLinearSm" | "cuiIconCutLinear" | "cuiIconForkLift" | "cuiIconForkLiftSm" | "cuiIconPartPrimitive" | "cuiIconPartPrimitiveSm" | "cuiIconChecklistsSm" | "cuiIconViewInAr" | "cuiIconViewInArSm" | "cuiIconFloorplanSolid" | "cuiIconFloorplanSolidSm" | "cuiIconMoon" | "cuiIconMoonSm" | "cuiIconSunSm" | "cuiIconTool" | "cuiIconToolSm" | "cuiIconCamera" | "cuiIconPanModeSm" | "cuiIconCrane" | "cuiIconCraneSm" | "cuiIconBin" | "cuiIconBinSm" | "cuiIconAuxSm" | "cuiIcon5sSm" | "cuiIconRackSm" | "cuiIconComputerChipSm" | "cuiIconRack" | "cuiIconAccessories" | "cuiIconAccessoriesSm" | "cuiIconLogisticVehicle" | "cuiIconLogisticVehicleSm" | "cuiIconCollapse" | "cuiIconCollapseSm" | "cuiIconBookOpenSm" | "cuiIconBriefcaseSm" | "cuiIconCreditCardSm" | "cuiIconTrelloSm" | "cuiIconBookOpen" | "cuiIconBriefcase" | "cuiIconCreditCard" | "cuiIconTrello" | "cuiIconLogOut" | "cuiIconOrderSm" | "cuiIconCalendarSm" | "cuiIconMapPin" | "cuiIconBuildingSm" | "cuiIconStopCircleSm" | "cuiIconPauseCircleSm" | "cuiIconPlayCircleFilledSm" | "cuiIconMenuSm" | "cuiIconTeaCupSm" | "cuiIconSubstageInstructionSm" | "cuiIconTaskInstructionSm" | "cuiIconToolsInstructionSm" | "cuiIconApprovalInstructionSm" | "cuiIconQuestionCircleBold" | "cuiIconClockBold" | "cuiIconHammerBold" | "cuiIconAlignLeftSm" | "cuiIconChecklistSm" | "cuiIconMessageSquare" | "cuiIconMessageSquareSm" | "cuiIconSurfaceArea" | "cuiIconMinimize2" | "cuiIconMinimize2Sm" | "cuiIconHistorySm" | "cuiIconSun" | "cuiIconGlobeSm" | "cuiIconPaletteSm" | "cuiIconLogOutSm" | "cuiIconLogo" | "cuiIconBoldFileDefaultSm" | "cuiIconEyeBold" | "cuiIconEyeBoldSm">;
13
+ protected readonly isSubcategoryCreating: import("@angular/core").WritableSignal<boolean>;
14
+ protected readonly isSubcategoryCreationLoading: import("@angular/core").WritableSignal<boolean>;
15
+ protected readonly alignItems: import("@angular/core").Signal<"center" | "flex-start">;
16
+ protected readonly isTitleEdit: import("@angular/core").Signal<boolean>;
17
+ protected readonly isCreateCategoryControlVisible: import("@angular/core").Signal<boolean>;
18
+ readonly categoryTitle: import("@angular/core").WritableSignal<string>;
19
+ readonly category: import("@angular/core").Signal<{
20
+ title: string;
21
+ elements: import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>[];
22
+ children: string[] | TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>[];
23
+ id: string;
24
+ treeStructType: string;
25
+ description?: string;
26
+ ancestors: [import("@cuby-ui/api").TreeStructAncestor, ...import("@cuby-ui/api").TreeStructAncestor[]];
27
+ }>;
28
+ readonly stageStorage: import("@angular/core").InputSignal<TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>>;
29
+ readonly context: import("@angular/core").InputSignal<CuiApiContext | undefined>;
30
+ constructor();
31
+ protected onSelectCategory(): void;
32
+ protected onToggleChildren(event: MouseEvent): void;
33
+ protected onTitleChanged(title: string): void;
34
+ protected onStartTitleEdit(event?: Event): void;
35
+ protected onCancelTitleEdit(): void;
36
+ protected onStartCreatingSubcategory(event: MouseEvent): void;
37
+ protected onCreateNewSubcategoryCategory(title: string): void;
38
+ protected onCreatingSubcategoryCanceled(): void;
39
+ private initStageStorageChildren;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCategoryItemComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCategoryItemComponent, "cui-category-item", never, { "stageStorage": { "alias": "stageStorage"; "required": true; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
42
+ }
@@ -0,0 +1 @@
1
+ export { CuiCategoryItemComponent } from './category-item.component';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CuiCreateCategoryItemComponent {
3
+ protected readonly created: import("@angular/core").OutputEmitterRef<string>;
4
+ protected readonly canceled: import("@angular/core").OutputEmitterRef<void>;
5
+ readonly isDisabled: import("@angular/core").InputSignal<boolean>;
6
+ protected onSubmit(title: string): void;
7
+ protected onCancel(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCreateCategoryItemComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCreateCategoryItemComponent, "cui-create-category-item", never, { "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; }, { "created": "created"; "canceled": "canceled"; }, never, never, true, never>;
10
+ }
@@ -0,0 +1 @@
1
+ export { CuiCreateCategoryItemComponent } from './create-category-item.component';
@@ -0,0 +1,2 @@
1
+ export { CuiCategoriesListComponent } from './categories-list';
2
+ export { CuiCreateCategoryItemComponent } from './create-category-item';
@@ -0,0 +1,2 @@
1
+ export { CuiCategoriesComponent } from './categories.component';
2
+ export { CuiSelectedCategoryService } from './services';
@@ -0,0 +1 @@
1
+ export { CuiSelectedCategoryService } from './selected-category.service';
@@ -0,0 +1,18 @@
1
+ import type { CuiNullable } from '@cuby-ui/cdk';
2
+ import { TreeStruct } from '@cuby-ui/api';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CuiSelectedCategoryService {
5
+ private readonly editingIdSignal;
6
+ private readonly creatingIdSignal;
7
+ private readonly categorySignal;
8
+ readonly editingId: import("@angular/core").Signal<CuiNullable<string>>;
9
+ readonly creatingId: import("@angular/core").Signal<CuiNullable<string>>;
10
+ readonly category: import("@angular/core").Signal<CuiNullable<TreeStruct<import("@cuby-ui/api").Job<import("@cuby-ui/api").JobContentStructureType>>>>;
11
+ setCurrentCategory(category: CuiNullable<TreeStruct>): void;
12
+ setEditingId(id: string): void;
13
+ setCreatingId(id: string): void;
14
+ clearEditingId(): void;
15
+ clearCreatingId(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiSelectedCategoryService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<CuiSelectedCategoryService>;
18
+ }
@@ -0,0 +1,21 @@
1
+ import { NodeCheckListItem, NodeCheckListItemContentType } from '@cuby-ui/api';
2
+ import { CuiContextMenuItem } from '../../../interfaces';
3
+ import { CuiEditorConfig } from '../../../editor/interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CuiChecklistBlockComponent {
6
+ private readonly destroyRef;
7
+ private readonly treeStructApiService;
8
+ private readonly translocoService;
9
+ private readonly nodeCheckListApiService;
10
+ private readonly checkListBlockService;
11
+ protected readonly CHECKLIST_BLOCK_SELECT_OPTIONS: CuiContextMenuItem[];
12
+ protected readonly checkListItems: import("@angular/core").Signal<import("@cuby-ui/cdk").CuiNullable<NodeCheckListItem<NodeCheckListItemContentType>[]>>;
13
+ protected readonly isLoading: import("@angular/core").WritableSignal<boolean>;
14
+ readonly componentId: import("@angular/core").InputSignal<string>;
15
+ readonly config: import("@angular/core").InputSignal<CuiEditorConfig>;
16
+ constructor();
17
+ private initNodeCheckListBlock;
18
+ private addCheckListItem;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiChecklistBlockComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiChecklistBlockComponent, "cui-checklist-block, [cuiCheckListBlock]", never, { "componentId": { "alias": "componentId"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
21
+ }
@@ -0,0 +1,12 @@
1
+ import type { Type } from '@angular/core';
2
+ import { NodeCheckListItem, NodeCheckListItemContentType } from '@cuby-ui/api';
3
+ export declare const enum CuiCheckListBlockItemType {
4
+ WITH_VERIFICATION = "NODE_CHECKLIST_ACTION_WITH_VERIFICATION",
5
+ WITHOUT_VERIFICATION = "NODE_CHECKLIST_ACTION_WITHOUT_VERIFICATION",
6
+ EVALUATION = "NODE_CHECKLIST_EVALUATION"
7
+ }
8
+ export interface CuiCheckListBlockItem {
9
+ readonly id: string;
10
+ readonly content: NodeCheckListItem<NodeCheckListItemContentType>;
11
+ readonly component: Type<unknown>;
12
+ }
@@ -0,0 +1,27 @@
1
+ import { NodeCheckListItem, NodeCheckListItemContentType } from '@cuby-ui/api';
2
+ import { CuiDragDropData } from '@cuby-ui/cdk';
3
+ import { CuiEditorConfig } from '../../../../../editor';
4
+ import type { CuiCheckListBlockItem } from '../../checklist-block.options';
5
+ import { CuiCheckListBlockListItemActionWithVerificationComponent } from '../checklist-block-list-item-action-with-verification';
6
+ import { CuiCheckListBlockListItemActionWithoutVerificationComponent } from '../checklist-block-list-item-action-without-verification';
7
+ import { CuiCheckListBlockListItemEvaluationComponent } from '../checklist-block-list-item-evaluation';
8
+ import * as i0 from "@angular/core";
9
+ export declare class CuiChecklistBlockListComponent {
10
+ private readonly treeStructApiService;
11
+ private readonly treeStructNavigatorApiService;
12
+ private readonly checkListBlockService;
13
+ protected readonly checkListItems: import("@angular/core").Signal<import("@cuby-ui/cdk").CuiNullable<NodeCheckListItem<NodeCheckListItemContentType>[]>>;
14
+ protected readonly isDragAvailable: import("@angular/core").Signal<boolean>;
15
+ protected readonly checkListItemActionWithVerification: typeof CuiCheckListBlockListItemActionWithVerificationComponent;
16
+ protected readonly checkListItemActionWithoutVerification: typeof CuiCheckListBlockListItemActionWithoutVerificationComponent;
17
+ protected readonly checkListItemEvaluation: typeof CuiCheckListBlockListItemEvaluationComponent;
18
+ protected readonly componentId: import("@angular/core").Signal<import("@cuby-ui/cdk").CuiNullable<string>>;
19
+ protected readonly isLoading: import("@angular/core").WritableSignal<boolean>;
20
+ protected readonly isDragEnabled: import("@angular/core").Signal<boolean>;
21
+ protected readonly checkListItemsWithComponents: import("@angular/core").Signal<CuiCheckListBlockItem[]>;
22
+ readonly config: import("@angular/core").InputSignal<CuiEditorConfig>;
23
+ protected moveTreeStruct(data: CuiDragDropData, element: CuiCheckListBlockItem): void;
24
+ private getNodeCheckListItemComponent;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiChecklistBlockListComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiChecklistBlockListComponent, "cui-checklist-block-list", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
27
+ }
@@ -0,0 +1 @@
1
+ export { CuiChecklistBlockListComponent } from './checklist-block-list.component';
@@ -0,0 +1,30 @@
1
+ import type { OnInit } from '@angular/core';
2
+ import type { FormGroup } from '@angular/forms';
3
+ import type { CuiNullable } from '@cuby-ui/cdk';
4
+ import { NodeCheckListActionItemContent, NodeCheckListItemContentAction } from '@cuby-ui/api';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CuiCheckListBlockListItemActionCardComponent implements OnInit {
7
+ private readonly destroyRef;
8
+ private readonly nonNullableFormBuilder;
9
+ actionForm: FormGroup;
10
+ readonly purposeType: import("@angular/core").InputSignal<string | undefined>;
11
+ readonly isConsiderationNeeded: import("@angular/core").InputSignal<boolean>;
12
+ readonly actionInfo: import("@angular/core").InputSignal<NodeCheckListActionItemContent>;
13
+ readonly consideredCorrectChanged: import("@angular/core").OutputEmitterRef<string>;
14
+ readonly checkListActionChanged: import("@angular/core").OutputEmitterRef<NodeCheckListItemContentAction>;
15
+ protected readonly _actionInfo: import("@angular/core").WritableSignal<CuiNullable<NodeCheckListActionItemContent>>;
16
+ protected readonly attachmentPhotoAction: import("@angular/core").Signal<NodeCheckListItemContentAction>;
17
+ protected readonly textAreaAction: import("@angular/core").Signal<NodeCheckListItemContentAction>;
18
+ protected readonly isConsideredCorrectControl: import("@angular/forms").FormControl<boolean>;
19
+ protected get photoGroup(): FormGroup;
20
+ protected get commentGroup(): FormGroup;
21
+ constructor();
22
+ ngOnInit(): void;
23
+ private initActionForm;
24
+ private initActionFormSegmentsSubscriptions;
25
+ private isConsideredCorrectControlSubscription;
26
+ private initPhotoGroupSubscription;
27
+ private initCommentGroupSubscription;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckListBlockListItemActionCardComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCheckListBlockListItemActionCardComponent, "cui-checklist-block-list-item-action-card", never, { "purposeType": { "alias": "purposeType"; "required": false; "isSignal": true; }; "isConsiderationNeeded": { "alias": "isConsiderationNeeded"; "required": false; "isSignal": true; }; "actionInfo": { "alias": "actionInfo"; "required": true; "isSignal": true; }; }, { "consideredCorrectChanged": "consideredCorrectChanged"; "checkListActionChanged": "checkListActionChanged"; }, never, never, true, never>;
30
+ }
@@ -0,0 +1 @@
1
+ export { CuiCheckListBlockListItemActionCardComponent } from './checklist-block-list-item-action-card.component';
@@ -0,0 +1,11 @@
1
+ import { NodeCheckListActionItemContent, NodeCheckListItem, NodeCheckListItemContentAction } from '@cuby-ui/api';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiCheckListBlockListItemActionWithVerificationComponent {
4
+ private readonly nodeCheckListApiService;
5
+ private checkListBlockService;
6
+ readonly checkListItem: import("@angular/core").InputSignal<NodeCheckListItem<NodeCheckListActionItemContent>>;
7
+ protected onConsiderCorrectChanged(actionId: string, purposeType: string): void;
8
+ protected onCheckListActionChanged(actionContent: NodeCheckListItemContentAction, actionId: string, purposeType: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckListBlockListItemActionWithVerificationComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCheckListBlockListItemActionWithVerificationComponent, "cui-checklist-block-list-item-action-with-verification", never, { "checkListItem": { "alias": "checkListItem"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1 @@
1
+ export { CuiCheckListBlockListItemActionWithVerificationComponent } from './checklist-block-list-item-action-with-verification.component';
@@ -0,0 +1,10 @@
1
+ import { NodeCheckListActionItemContent, NodeCheckListItem, NodeCheckListItemContentAction } from '@cuby-ui/api';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CuiCheckListBlockListItemActionWithoutVerificationComponent {
4
+ private readonly nodeCheckListApiService;
5
+ private checkListBlockService;
6
+ readonly checkListItem: import("@angular/core").InputSignal<NodeCheckListItem<NodeCheckListActionItemContent>>;
7
+ protected onCheckListActionChanged(actionContent: NodeCheckListItemContentAction, actionId: string): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckListBlockListItemActionWithoutVerificationComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuiCheckListBlockListItemActionWithoutVerificationComponent, "cui-checklist-block-list-item-action-without-verification", never, { "checkListItem": { "alias": "checkListItem"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1 @@
1
+ export { CuiCheckListBlockListItemActionWithoutVerificationComponent } from './checklist-block-list-item-action-without-verification.component';