@tetacom/ng-components 1.0.40 → 1.0.43

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 (324) hide show
  1. package/assets/icons.svg +92 -70
  2. package/component/accordion/accordion/accordion.component.d.ts +1 -1
  3. package/component/accordion/accordion-content.directive.d.ts +1 -1
  4. package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
  5. package/component/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  6. package/component/button/button/button.component.d.ts +1 -1
  7. package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
  8. package/component/checkbox/checkbox/checkbox.component.d.ts +1 -1
  9. package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
  10. package/component/date-picker/day-select/day-select.component.d.ts +1 -1
  11. package/component/date-picker/month-picker/month-picker.component.d.ts +1 -1
  12. package/component/date-picker/month-select/month-select.component.d.ts +1 -1
  13. package/component/date-picker/time-part-control/time-part-control.component.d.ts +1 -1
  14. package/component/date-picker/year-select/year-select.component.d.ts +1 -1
  15. package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
  16. package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
  17. package/component/dropdown/dropdown-base.d.ts +1 -1
  18. package/component/dropdown/dropdown-content.directive.d.ts +1 -1
  19. package/component/dropdown/dropdown-head.directive.d.ts +1 -1
  20. package/component/dropdown/dropdown.directive.d.ts +1 -1
  21. package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
  22. package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
  23. package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
  24. package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
  25. package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
  26. package/component/file-upload/file-item/file-item.component.d.ts +1 -1
  27. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +1 -1
  28. package/component/filter/base/filter-component-base.d.ts +1 -2
  29. package/component/filter/boolean-filter/boolean-filter.component.d.ts +2 -3
  30. package/component/filter/date-filter/date-filter.component.d.ts +2 -3
  31. package/component/filter/filter-host/filter-host.component.d.ts +2 -3
  32. package/component/filter/list-filter/list-filter.component.d.ts +2 -3
  33. package/component/filter/numeric-filter/numeric-filter.component.d.ts +2 -3
  34. package/component/filter/string-filter/string-filter.component.d.ts +2 -3
  35. package/component/icon/icon/icon.component.d.ts +1 -1
  36. package/component/icon/icon-sprite.directive.d.ts +1 -1
  37. package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
  38. package/component/input/input/input.component.d.ts +1 -1
  39. package/component/input/text-field/text-field.component.d.ts +1 -1
  40. package/component/message/message/message.component.d.ts +1 -1
  41. package/component/message/message-host/message-host.component.d.ts +1 -1
  42. package/component/modal/dialog/dialog.component.d.ts +1 -1
  43. package/component/modal/modal-container/modal-container.component.d.ts +1 -1
  44. package/component/pager/pager/pager.component.d.ts +1 -1
  45. package/component/panel/panel/panel.component.d.ts +1 -1
  46. package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
  47. package/component/property-grid/default/date-item-default/date-item-default.component.d.ts +1 -1
  48. package/component/property-grid/default/list-item-default/list-item-default.component.d.ts +1 -1
  49. package/component/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts +1 -1
  50. package/component/property-grid/default/string-item-default/string-item-default.component.d.ts +1 -1
  51. package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +3 -3
  52. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +4 -4
  53. package/component/property-grid/property-grid/property-grid.component.d.ts +3 -3
  54. package/component/radio/radio/radio.component.d.ts +1 -1
  55. package/component/radio/radio-button/radio-button.component.d.ts +1 -1
  56. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
  57. package/component/select/select/select.component.d.ts +1 -1
  58. package/component/select/select-option.directive.d.ts +1 -1
  59. package/component/select/select-value.directive.d.ts +1 -1
  60. package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
  61. package/component/switch/switch/switch.component.d.ts +1 -1
  62. package/component/switch/switch-button/switch-button.component.d.ts +1 -1
  63. package/component/table/base/cell-component-base.d.ts +2 -3
  64. package/component/table/base/detail-component-base.d.ts +1 -2
  65. package/component/table/base/head-cell-component-base.d.ts +3 -3
  66. package/component/table/cell/cell.component.d.ts +2 -3
  67. package/component/table/cell-host/cell-host.component.d.ts +2 -3
  68. package/component/table/contract/i-cell-instance.d.ts +1 -2
  69. package/component/table/contract/public-api.d.ts +0 -1
  70. package/component/table/contract/table-column.d.ts +0 -16
  71. package/component/table/default/boolean-cell/boolean-cell.component.d.ts +2 -3
  72. package/component/table/default/date-cell/date-cell.component.d.ts +2 -3
  73. package/component/table/default/date-time-cell/date-time-cell.component.d.ts +2 -3
  74. package/component/table/default/default-head-cell/default-head-cell.component.d.ts +6 -4
  75. package/component/table/default/list-cell/list-cell.component.d.ts +2 -3
  76. package/component/table/default/numeric-cell/numeric-cell.component.d.ts +2 -3
  77. package/component/table/default/string-cell/string-cell.component.d.ts +2 -3
  78. package/component/table/head-cell/head-cell.component.d.ts +2 -3
  79. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +2 -3
  80. package/component/table/head-cell-host/head-cell-host.component.d.ts +6 -4
  81. package/component/table/public-api.d.ts +0 -1
  82. package/component/table/selection-cell/selection-cell.component.d.ts +3 -4
  83. package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
  84. package/component/table/service/table.service.d.ts +13 -17
  85. package/component/table/table/table.component.d.ts +12 -18
  86. package/component/table/table-body/table-body.component.d.ts +11 -17
  87. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +2 -3
  88. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +2 -3
  89. package/component/table/table-head/table-head.component.d.ts +2 -3
  90. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +2 -3
  91. package/component/table/table-head-group/table-head-group.component.d.ts +2 -3
  92. package/component/table/table.module.d.ts +31 -32
  93. package/component/tabs/tab/tab.component.d.ts +1 -1
  94. package/component/tabs/tab-content.directive.d.ts +1 -1
  95. package/component/tabs/tab-title.directive.d.ts +1 -1
  96. package/component/tabs/tabs/tabs.component.d.ts +1 -1
  97. package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
  98. package/component/toggle/toggle/toggle.component.d.ts +1 -1
  99. package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
  100. package/component/tree/tree/tree.component.d.ts +1 -1
  101. package/component/tree/tree-item/tree-item.component.d.ts +1 -1
  102. package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
  103. package/directive/click-outside/click-outside.directive.d.ts +1 -1
  104. package/directive/context-menu/context-menu.directive.d.ts +1 -1
  105. package/directive/disable-control/disable-control.directive.d.ts +1 -1
  106. package/directive/drag-drop/drag-container.directive.d.ts +1 -1
  107. package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
  108. package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
  109. package/directive/drag-drop/drag.directive.d.ts +1 -1
  110. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
  111. package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
  112. package/directive/dynamic-content-base.directive.d.ts +1 -1
  113. package/directive/highlight/highlight.directive.d.ts +1 -1
  114. package/directive/hint/hint.directive.d.ts +1 -1
  115. package/directive/let/let.directive.d.ts +1 -1
  116. package/directive/loader/loader.directive.d.ts +1 -1
  117. package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
  118. package/directive/only-number/only-number.directive.d.ts +1 -1
  119. package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
  120. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
  121. package/directive/teta-template/teta-template.directive.d.ts +1 -1
  122. package/directive/tooltip/tooltip.directive.d.ts +1 -1
  123. package/esm2020/common/service/click.service.mjs +3 -3
  124. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  125. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  126. package/esm2020/common/util/array-util.mjs +2 -2
  127. package/esm2020/component/accordion/accordion/accordion.component.mjs +4 -4
  128. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  129. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +6 -6
  130. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +4 -4
  131. package/esm2020/component/accordion/accordion.module.mjs +6 -8
  132. package/esm2020/component/button/button/button.component.mjs +4 -4
  133. package/esm2020/component/button/button.module.mjs +5 -7
  134. package/esm2020/component/chart-3d/chart-3d.module.mjs +5 -5
  135. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  136. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +6 -6
  137. package/esm2020/component/checkbox/checkbox.module.mjs +6 -8
  138. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +15 -15
  139. package/esm2020/component/date-picker/date-picker.module.mjs +12 -14
  140. package/esm2020/component/date-picker/day-select/day-select.component.mjs +4 -4
  141. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +12 -12
  142. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  143. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  144. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +5 -5
  145. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  146. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  147. package/esm2020/component/delimiter/delimiter.module.mjs +5 -7
  148. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +4 -4
  149. package/esm2020/component/dropdown/dropdown-base.mjs +3 -3
  150. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  151. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  152. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  153. package/esm2020/component/dropdown/dropdown.module.mjs +5 -7
  154. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +5 -7
  155. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +4 -4
  156. package/esm2020/component/expand-card/expand-card/expand-card.component.mjs +8 -8
  157. package/esm2020/component/expand-card/expand-card.module.mjs +9 -11
  158. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +7 -7
  159. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  160. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  161. package/esm2020/component/expand-panel/expand-panel.module.mjs +9 -11
  162. package/esm2020/component/file-upload/file-item/file-item.component.mjs +4 -4
  163. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +6 -6
  164. package/esm2020/component/file-upload/file-upload.module.mjs +5 -5
  165. package/esm2020/component/filter/base/filter-component-base.mjs +1 -1
  166. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +8 -8
  167. package/esm2020/component/filter/date-filter/date-filter.component.mjs +9 -9
  168. package/esm2020/component/filter/filter-host/filter-host.component.mjs +5 -10
  169. package/esm2020/component/filter/filter.module.mjs +12 -14
  170. package/esm2020/component/filter/list-filter/list-filter.component.mjs +8 -8
  171. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +8 -8
  172. package/esm2020/component/filter/string-filter/string-filter.component.mjs +7 -7
  173. package/esm2020/component/icon/icon/icon.component.mjs +4 -4
  174. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  175. package/esm2020/component/icon/icon.module.mjs +6 -8
  176. package/esm2020/component/icon/icon.service.mjs +3 -3
  177. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +4 -4
  178. package/esm2020/component/input/input/input.component.mjs +3 -3
  179. package/esm2020/component/input/input.module.mjs +5 -5
  180. package/esm2020/component/input/text-field/text-field.component.mjs +7 -7
  181. package/esm2020/component/message/message/message.component.mjs +6 -6
  182. package/esm2020/component/message/message-host/message-host.component.mjs +6 -6
  183. package/esm2020/component/message/message.module.mjs +7 -9
  184. package/esm2020/component/message/message.service.mjs +3 -3
  185. package/esm2020/component/modal/dialog/dialog.component.mjs +7 -7
  186. package/esm2020/component/modal/dialog.service.mjs +3 -3
  187. package/esm2020/component/modal/modal-container/modal-container.component.mjs +4 -4
  188. package/esm2020/component/modal/modal.module.mjs +10 -12
  189. package/esm2020/component/modal/modal.service.mjs +3 -3
  190. package/esm2020/component/pager/pager/pager.component.mjs +4 -4
  191. package/esm2020/component/pager/pager.module.mjs +6 -8
  192. package/esm2020/component/panel/panel/panel.component.mjs +4 -4
  193. package/esm2020/component/panel/panel.module.mjs +5 -7
  194. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
  195. package/esm2020/component/progress-bar/progress-bar.module.mjs +5 -7
  196. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +4 -4
  197. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +4 -4
  198. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +4 -4
  199. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +4 -4
  200. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +8 -8
  201. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +12 -12
  202. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +8 -8
  203. package/esm2020/component/property-grid/property-grid.module.mjs +16 -18
  204. package/esm2020/component/radio/radio/radio.component.mjs +4 -4
  205. package/esm2020/component/radio/radio-button/radio-button.component.mjs +4 -4
  206. package/esm2020/component/radio/radio.module.mjs +5 -5
  207. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +7 -7
  208. package/esm2020/component/resize-panel/resize-panel.module.mjs +5 -5
  209. package/esm2020/component/select/select/select.component.mjs +15 -15
  210. package/esm2020/component/select/select-option.directive.mjs +3 -3
  211. package/esm2020/component/select/select-value.directive.mjs +3 -3
  212. package/esm2020/component/select/select.module.mjs +11 -13
  213. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +5 -5
  214. package/esm2020/component/sidebar/sidebar.module.mjs +7 -9
  215. package/esm2020/component/switch/switch/switch.component.mjs +4 -4
  216. package/esm2020/component/switch/switch-button/switch-button.component.mjs +4 -4
  217. package/esm2020/component/switch/switch.module.mjs +5 -7
  218. package/esm2020/component/switch/switch.service.mjs +3 -3
  219. package/esm2020/component/table/base/cell-component-base.mjs +5 -5
  220. package/esm2020/component/table/base/detail-component-base.mjs +1 -1
  221. package/esm2020/component/table/base/head-cell-component-base.mjs +4 -4
  222. package/esm2020/component/table/cell/cell.component.mjs +5 -5
  223. package/esm2020/component/table/cell-host/cell-host.component.mjs +5 -5
  224. package/esm2020/component/table/contract/i-cell-instance.mjs +1 -1
  225. package/esm2020/component/table/contract/public-api.mjs +1 -2
  226. package/esm2020/component/table/contract/table-column.mjs +1 -8
  227. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +8 -8
  228. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +9 -9
  229. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +9 -9
  230. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +15 -6
  231. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +11 -11
  232. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +5 -5
  233. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +5 -5
  234. package/esm2020/component/table/head-cell/head-cell.component.mjs +16 -16
  235. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +11 -12
  236. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +16 -4
  237. package/esm2020/component/table/public-api.mjs +1 -2
  238. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +6 -6
  239. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -5
  240. package/esm2020/component/table/service/table.service.mjs +13 -15
  241. package/esm2020/component/table/table/table.component.mjs +24 -21
  242. package/esm2020/component/table/table-body/table-body.component.mjs +38 -41
  243. package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +10 -10
  244. package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +4 -4
  245. package/esm2020/component/table/table-head/table-head.component.mjs +7 -7
  246. package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +13 -13
  247. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +7 -7
  248. package/esm2020/component/table/table.module.mjs +23 -30
  249. package/esm2020/component/tabs/tab/tab.component.mjs +4 -4
  250. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  251. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  252. package/esm2020/component/tabs/tabs/tabs.component.mjs +4 -4
  253. package/esm2020/component/tabs/tabs.module.mjs +5 -7
  254. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  255. package/esm2020/component/theme-switch/theme-switch.module.mjs +7 -9
  256. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  257. package/esm2020/component/toggle/toggle/toggle.component.mjs +4 -4
  258. package/esm2020/component/toggle/toggle.module.mjs +5 -5
  259. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +4 -4
  260. package/esm2020/component/toolbar/toolbar.module.mjs +5 -7
  261. package/esm2020/component/tree/tree/tree.component.mjs +6 -6
  262. package/esm2020/component/tree/tree-item/tree-item.component.mjs +5 -5
  263. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  264. package/esm2020/component/tree/tree.module.mjs +5 -5
  265. package/esm2020/component/tree/tree.service.mjs +3 -3
  266. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  267. package/esm2020/directive/click-outside/click-outside.module.mjs +5 -7
  268. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  269. package/esm2020/directive/context-menu/context-menu.module.mjs +6 -8
  270. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  271. package/esm2020/directive/disable-control/disable-control.module.mjs +5 -7
  272. package/esm2020/directive/drag-drop/drag-container.directive.mjs +3 -3
  273. package/esm2020/directive/drag-drop/drag-drop.module.mjs +5 -7
  274. package/esm2020/directive/drag-drop/drag-drop.service.mjs +3 -3
  275. package/esm2020/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
  276. package/esm2020/directive/drag-drop/drag-preview.directive.mjs +3 -3
  277. package/esm2020/directive/drag-drop/drag.directive.mjs +3 -3
  278. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
  279. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  280. package/esm2020/directive/drag-sort/drag-sort.module.mjs +5 -5
  281. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  282. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  283. package/esm2020/directive/highlight/highlight.module.mjs +5 -7
  284. package/esm2020/directive/hint/hint.directive.mjs +3 -3
  285. package/esm2020/directive/hint/hint.module.mjs +6 -8
  286. package/esm2020/directive/let/let.directive.mjs +3 -3
  287. package/esm2020/directive/let/let.module.mjs +5 -7
  288. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  289. package/esm2020/directive/loader/loader.module.mjs +5 -7
  290. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  291. package/esm2020/directive/no-autofill/no-autofill.module.mjs +5 -5
  292. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  293. package/esm2020/directive/only-number/only-number.module.mjs +5 -5
  294. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  295. package/esm2020/directive/resize-drag/resize-drag.module.mjs +5 -5
  296. package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +5 -5
  297. package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +5 -7
  298. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  299. package/esm2020/directive/teta-template/teta-template.module.mjs +5 -7
  300. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  301. package/esm2020/directive/tooltip/tooltip.module.mjs +5 -5
  302. package/esm2020/locale/teta-config.service.mjs +3 -3
  303. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +5 -7
  304. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  305. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +5 -5
  306. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  307. package/esm2020/util/forms-util.mjs +6 -6
  308. package/fesm2015/tetacom-ng-components.mjs +1241 -1364
  309. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  310. package/fesm2020/tetacom-ng-components.mjs +1215 -1341
  311. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  312. package/{tetacom-ng-components.d.ts → index.d.ts} +0 -0
  313. package/package.json +3 -3
  314. package/pipe/number-pipe/number.pipe.d.ts +1 -1
  315. package/pipe/prepend-zero/prepend-zero.pipe.d.ts +1 -1
  316. package/style/presets/color-presets.scss +58 -52
  317. package/style/switch.scss +1 -2
  318. package/util/forms-util.d.ts +5 -5
  319. package/component/table/base/group-row-component-base.d.ts +0 -12
  320. package/component/table/contract/table-row.d.ts +0 -17
  321. package/component/table/default/group-row/group-row.component.d.ts +0 -13
  322. package/esm2020/component/table/base/group-row-component-base.mjs +0 -3
  323. package/esm2020/component/table/contract/table-row.mjs +0 -40
  324. package/esm2020/component/table/default/group-row/group-row.component.mjs +0 -20
package/assets/icons.svg CHANGED
@@ -70,6 +70,10 @@
70
70
  <path fill-rule="evenodd" clip-rule="evenodd"
71
71
  d="M2.09009 10L5.46655 1H6.53457L8.98793 7.54228C8.68434 7.71935 8.40618 7.93525 8.16026 8.18317L7.71657 6.99999H4.28364L3.15815 10H2.09009ZM6.00048 2.42374L7.34157 5.99999H4.6588L6.00048 2.42374ZM11 13C12.1046 13 13 12.1046 13 11C13 9.89543 12.1046 9 11 9C9.89543 9 9 9.89543 9 11C9 12.1046 9.89543 13 11 13ZM13.4454 12.7383C13.7946 12.2479 14 11.6479 14 11C14 9.34315 12.6569 8 11 8C9.34315 8 8 9.34315 8 11C8 12.6569 9.34315 14 11 14C11.6479 14 12.2479 13.7946 12.7383 13.4454L14.6464 15.3536L15.3536 14.6464L13.4454 12.7383Z"></path>
72
72
  </symbol>
73
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoSizeAll">
74
+ <path fill-rule="evenodd" clip-rule="evenodd"
75
+ d="M2 4V6H3V4H7V6H8V4H12V6H13V4H14V3H13V1H12V3H8V1H7V3H3V1H2V3H1V4H2ZM2 14V7H13V14H2ZM3 13V8H7V13H3ZM8 13V8H12V13H8Z"></path>
76
+ </symbol>
73
77
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoSize">
74
78
  <path fill-rule="evenodd" clip-rule="evenodd"
75
79
  d="M2 4V6H3V4H7H8H12V6H13V4H14V3H13V1H12V3H8H7H3V1H2V3H1V4H2ZM2 14V7H13V14H2ZM3 8H7H8H12V13H8H7H3V8Z"></path>
@@ -78,10 +82,6 @@
78
82
  <path fill-rule="evenodd" clip-rule="evenodd"
79
83
  d="M3.91421 6.35355L6.56066 9L5.85355 9.70711L2.35355 6.20711L2 5.85355L2.35355 5.5L5.85355 2L6.56066 2.70711L3.91421 5.35355H7.70711C11.2832 5.35355 14.2071 8.27741 14.2071 11.8536L14.2071 13.3536H13.2071L13.2071 11.8536C13.2071 8.8297 10.731 6.35355 7.70711 6.35355H3.91421Z"></path>
80
84
  </symbol>
81
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoSizeAll">
82
- <path fill-rule="evenodd" clip-rule="evenodd"
83
- d="M2 4V6H3V4H7V6H8V4H12V6H13V4H14V3H13V1H12V3H8V1H7V3H3V1H2V3H1V4H2ZM2 14V7H13V14H2ZM3 13V8H7V13H3ZM8 13V8H12V13H8Z"></path>
84
- </symbol>
85
85
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="backspace">
86
86
  <path fill-rule="evenodd" clip-rule="evenodd"
87
87
  d="M1.28062 8L4.48063 4H15V12H4.48062L1.28062 8ZM0 8L4 13H15H16V12V4V3H15H4L0 8ZM10.6464 5.64645L8.99999 7.2929L7.35355 5.64648L6.64645 6.35359L8.29288 8.00001L6.64645 9.64645L7.35355 10.3536L8.99999 8.70711L10.6464 10.3536L11.3536 9.64645L9.7071 8.00001L11.3536 6.35355L10.6464 5.64645Z"></path>
@@ -89,14 +89,14 @@
89
89
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="bullet">
90
90
  <circle cx="8" cy="8" r="3"></circle>
91
91
  </symbol>
92
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendar">
93
- <path fill-rule="evenodd" clip-rule="evenodd"
94
- d="M5 1H6V2H10V1H11V2H13H14V3V5V6V13V14H13H3H2V13V6V5V3V2H3H5V1ZM11 3H10H6H5H3V5H13V3H11ZM13 6V13H3V6H13ZM6 8V7H4V8H6ZM4 9H6V10H4V9ZM6 12V11H4V12H6ZM7 7H9V8H7V7ZM9 9H7V10H9V9ZM7 11H9V12H7V11ZM12 8V7H10V8H12ZM10 9H12V10H10V9Z"></path>
95
- </symbol>
96
92
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calc">
97
93
  <path fill-rule="evenodd" clip-rule="evenodd"
98
94
  d="M12 3H4V13H12V3ZM4 2H3V3V13V14H4H12H13V13V3V2H12H4ZM5 7H6V8H5V7ZM11 4H5V6H11V4ZM5 9H6V10H5V9ZM6 11H5V12H6V11ZM7 7H8V8H7V7ZM8 9H7V10H8V9ZM7 11H8V12H7V11ZM11 7H9V8H11V7ZM9 9H11V10H9V9ZM11 11H9V12H11V11Z"></path>
99
95
  </symbol>
96
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendar">
97
+ <path fill-rule="evenodd" clip-rule="evenodd"
98
+ d="M5 1H6V2H10V1H11V2H13H14V3V5V6V13V14H13H3H2V13V6V5V3V2H3H5V1ZM11 3H10H6H5H3V5H13V3H11ZM13 6V13H3V6H13ZM6 8V7H4V8H6ZM4 9H6V10H4V9ZM6 12V11H4V12H6ZM7 7H9V8H7V7ZM9 9H7V10H9V9ZM7 11H9V12H7V11ZM12 8V7H10V8H12ZM10 9H12V10H10V9Z"></path>
99
+ </symbol>
100
100
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="camera">
101
101
  <path fill-rule="evenodd" clip-rule="evenodd"
102
102
  d="M2 5H10V11H2V5ZM1 12V4H11V12H1ZM15 4.9939V11.0262L12 9.27699V6.74309L15 4.9939ZM14 6.73453V9.28555L13 8.70249V7.3176L14 6.73453Z"></path>
@@ -105,14 +105,14 @@
105
105
  <path fill-rule="evenodd" clip-rule="evenodd"
106
106
  d="M3.5 13L3.5 7L4.5 7L4.5 13L3.5 13ZM7.5 13L7.5 3L8.5 3L8.5 13L7.5 13ZM11.5 5L11.5 13L12.5 13L12.5 5L11.5 5Z"></path>
107
107
  </symbol>
108
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="checkCircle">
109
- <path fill-rule="evenodd" clip-rule="evenodd"
110
- d="M8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5ZM1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8ZM11.1118 6.15486C11.3024 6.35467 11.2949 6.67116 11.0951 6.86178L7.42639 10.3618C7.23308 10.5462 6.92895 10.5461 6.73581 10.3615L4.90456 8.61148C4.70492 8.4207 4.69774 8.1042 4.88852 7.90456C5.0793 7.70492 5.3958 7.69774 5.59544 7.88852L7.08154 9.30868L10.4049 6.13822C10.6047 5.94761 10.9212 5.95506 11.1118 6.15486Z"></path>
111
- </symbol>
112
108
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clock">
113
109
  <path fill-rule="evenodd" clip-rule="evenodd"
114
110
  d="M8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5ZM1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8ZM7.5 8V4.4H8.5V7.69098L10.6236 8.75279L10.1764 9.64721L7.77639 8.44721C7.607 8.36252 7.5 8.18939 7.5 8Z"></path>
115
111
  </symbol>
112
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="checkCircle">
113
+ <path fill-rule="evenodd" clip-rule="evenodd"
114
+ d="M8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5ZM1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8ZM11.1118 6.15486C11.3024 6.35467 11.2949 6.67116 11.0951 6.86178L7.42639 10.3618C7.23308 10.5462 6.92895 10.5461 6.73581 10.3615L4.90456 8.61148C4.70492 8.4207 4.69774 8.1042 4.88852 7.90456C5.0793 7.70492 5.3958 7.69774 5.59544 7.88852L7.08154 9.30868L10.4049 6.13822C10.6047 5.94761 10.9212 5.95506 11.1118 6.15486Z"></path>
115
+ </symbol>
116
116
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clockChange">
117
117
  <path fill-rule="evenodd" clip-rule="evenodd"
118
118
  d="M8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 8.46094 2.5567 8.90863 2.66351 9.33649L1.86037 10.1396C1.62689 9.46959 1.5 8.74962 1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8C14.5 8.74962 14.3731 9.46959 14.1396 10.1396L13.3365 9.33649C13.4433 8.90863 13.5 8.46094 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5ZM7.5 8V4.4H8.5V7.19098L9.77639 6.55279L10.2236 7.44721L8.22361 8.44721C8.06861 8.52471 7.88454 8.51643 7.73713 8.42532C7.58973 8.33422 7.5 8.17329 7.5 8ZM4.85355 14.7071L2 11.8536L4.85355 9L5.56066 9.70711L3.91421 11.3536L7.99995 11.3535L7.99995 11.3536L12.0857 11.3536L10.4392 9.70712L11.1464 9.00002L13.9999 11.8536L11.1464 14.7071L10.4392 14L12.0857 12.3536L7.99995 12.3536L7.99995 12.3535L3.91421 12.3536L5.56066 14L4.85355 14.7071Z"></path>
@@ -137,14 +137,14 @@
137
137
  <path fill-rule="evenodd" clip-rule="evenodd"
138
138
  d="M13 2H14V3V11V12H13V11V4V3H12H6H5V2H6H13ZM11 5H4V13H11V5ZM4 4H3V5V13V14H4H11H12V13V5V4H11H4ZM9.66562 6.62826L6.66506 9.32723L5.33469 8.12854L4.66531 8.87146L6.33008 10.3715L6.66449 10.6728L6.99915 10.3717L10.3344 7.37174L9.66562 6.62826Z"></path>
139
139
  </symbol>
140
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="cut">
141
- <path fill-rule="evenodd" clip-rule="evenodd"
142
- d="M6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5ZM6.21505 6.31896C5.7674 6.74119 5.16393 7 4.5 7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2C5.88071 2 7 3.11929 7 4.5C7 4.85534 6.92587 5.19336 6.79222 5.49944L9.27111 7.51354L13.8083 4.22748L14.3949 5.03738L10.0746 8.16636L14.3153 11.6119L13.6847 12.3881L9.23614 8.7736L6.80629 10.5334C6.93106 10.8308 7 11.1573 7 11.5C7 12.8807 5.88071 14 4.5 14C3.11929 14 2 12.8807 2 11.5C2 10.1193 3.11929 9 4.5 9C5.1775 9 5.79206 9.2695 6.24232 9.70714L8.43267 8.12078L6.21505 6.31896ZM6 11.5C6 12.3284 5.32843 13 4.5 13C3.67157 13 3 12.3284 3 11.5C3 10.6716 3.67157 10 4.5 10C5.32843 10 6 10.6716 6 11.5Z"></path>
143
- </symbol>
144
140
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="cutArea">
145
141
  <path fill-rule="evenodd" clip-rule="evenodd"
146
142
  d="M3 1H4V3H3V1ZM3 5H4V7H3V5ZM4 9H3V11H4V9ZM3 13H4V15H3V13ZM8 12C8 11.4477 7.55228 11 7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13C7.55228 13 8 12.5523 8 12ZM9 12C9 11.4482 8.77655 10.9486 8.41521 10.5868L10.5 7.70014L12.5848 10.5868C12.2234 10.9486 12 11.4482 12 12C12 13.1046 12.8954 14 14 14C15.1046 14 16 13.1046 16 12C16 10.8954 15.1046 10 14 10C13.8092 10 13.6247 10.0267 13.4499 10.0766L11.1168 6.84615L14.4053 2.29275L13.5947 1.70725L10.5 5.99217L7.40534 1.70725L6.59466 2.29275L9.88323 6.84615L7.55012 10.0766C7.37535 10.0267 7.19079 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14C8.10457 14 9 13.1046 9 12ZM15 12C15 11.4477 14.5523 11 14 11C13.4477 11 13 11.4477 13 12C13 12.5523 13.4477 13 14 13C14.5523 13 15 12.5523 15 12Z"></path>
147
143
  </symbol>
144
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="cut">
145
+ <path fill-rule="evenodd" clip-rule="evenodd"
146
+ d="M6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5ZM6.21505 6.31896C5.7674 6.74119 5.16393 7 4.5 7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2C5.88071 2 7 3.11929 7 4.5C7 4.85534 6.92587 5.19336 6.79222 5.49944L9.27111 7.51354L13.8083 4.22748L14.3949 5.03738L10.0746 8.16636L14.3153 11.6119L13.6847 12.3881L9.23614 8.7736L6.80629 10.5334C6.93106 10.8308 7 11.1573 7 11.5C7 12.8807 5.88071 14 4.5 14C3.11929 14 2 12.8807 2 11.5C2 10.1193 3.11929 9 4.5 9C5.1775 9 5.79206 9.2695 6.24232 9.70714L8.43267 8.12078L6.21505 6.31896ZM6 11.5C6 12.3284 5.32843 13 4.5 13C3.67157 13 3 12.3284 3 11.5C3 10.6716 3.67157 10 4.5 10C5.32843 10 6 10.6716 6 11.5Z"></path>
147
+ </symbol>
148
148
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="dash">
149
149
  <path d="M5 7.5H11V8.5H5V7.5Z"></path>
150
150
  </symbol>
@@ -152,26 +152,26 @@
152
152
  <path fill-rule="evenodd" clip-rule="evenodd"
153
153
  d="M5 1H5.5H10.5H11V1.5V3H12.5H14V4H13V13.5V14H12.5H3.5H3V13.5V4H2V3H3.5H5V1.5V1ZM6 3H10V2H6V3ZM4 4V13H12V4H10.5H5.5H4ZM6 10V7H7V10H6ZM9 10V7H10V10H9Z"></path>
154
154
  </symbol>
155
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="detach">
156
- <path fill-rule="evenodd" clip-rule="evenodd"
157
- d="M5.00049 1V4H6.00049V1H5.00049ZM14.1036 1.89644C12.9418 0.734677 11.0582 0.734685 9.89644 1.89646L7.14653 4.64641L7.85364 5.35351L10.6036 2.60356C11.3748 1.83232 12.6252 1.83231 13.3965 2.60355C14.1677 3.37478 14.1677 4.6252 13.3965 5.39643L10.6465 8.14641L11.3536 8.85351L14.1036 6.10354C15.2653 4.94177 15.2653 3.0582 14.1036 1.89644ZM1.89663 14.1035C0.73487 12.9418 0.734868 11.0582 1.89663 9.89643L4.64663 7.14642L5.35374 7.85353L2.60374 10.6035C1.8325 11.3748 1.8325 12.6252 2.60374 13.3964C3.37497 14.1677 4.62539 14.1677 5.39663 13.3964L8.14663 10.6464L8.85374 11.3535L6.10374 14.1035C4.94198 15.2653 3.05839 15.2653 1.89663 14.1035ZM15 11H12V10H15V11ZM11.0006 12V15H10.0006V12H11.0006ZM4 5H1V6H4V5Z"></path>
158
- </symbol>
159
155
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="deleteSelected">
160
156
  <path fill-rule="evenodd" clip-rule="evenodd"
161
157
  d="M5 1H5.5H10.5H11V1.5V3H12.5H14V4H13V13.5V14H12.5H3.5H3V13.5V4H2V3H3.5H5V1.5V1ZM6 3H10V2H6V3ZM4 4V13H12V4H10.5H5.5H4ZM7.08154 9.30868L10.4049 6.13822L11.0951 6.86178L7.42639 10.3618L7.08096 10.6913L6.73581 10.3615L4.90456 8.61148L5.59544 7.88852L7.08154 9.30868Z"></path>
162
158
  </symbol>
163
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="document">
159
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="detach">
164
160
  <path fill-rule="evenodd" clip-rule="evenodd"
165
- d="M3 2H8.70711L13 6.29289V14H3L3 2ZM4 3L4 13H12V7H8V3H4ZM9 3.70711L11.2929 6H9V3.70711Z"></path>
161
+ d="M5.00049 1V4H6.00049V1H5.00049ZM14.1036 1.89644C12.9418 0.734677 11.0582 0.734685 9.89644 1.89646L7.14653 4.64641L7.85364 5.35351L10.6036 2.60356C11.3748 1.83232 12.6252 1.83231 13.3965 2.60355C14.1677 3.37478 14.1677 4.6252 13.3965 5.39643L10.6465 8.14641L11.3536 8.85351L14.1036 6.10354C15.2653 4.94177 15.2653 3.0582 14.1036 1.89644ZM1.89663 14.1035C0.73487 12.9418 0.734868 11.0582 1.89663 9.89643L4.64663 7.14642L5.35374 7.85353L2.60374 10.6035C1.8325 11.3748 1.8325 12.6252 2.60374 13.3964C3.37497 14.1677 4.62539 14.1677 5.39663 13.3964L8.14663 10.6464L8.85374 11.3535L6.10374 14.1035C4.94198 15.2653 3.05839 15.2653 1.89663 14.1035ZM15 11H12V10H15V11ZM11.0006 12V15H10.0006V12H11.0006ZM4 5H1V6H4V5Z"></path>
166
162
  </symbol>
167
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentAdd">
163
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="document">
168
164
  <path fill-rule="evenodd" clip-rule="evenodd"
169
- d="M4 2H4.5H8.5H8.70711L8.85356 2.14645L12.8536 6.14645L13 6.29289V6.5V9H12V7H8.5H8V6.5V3H5L5 13H8V14H4.5H4V13.5V2.5V2ZM9 3.70711L11.2929 6H9V3.70711ZM12 16V14H10V13H12V11H13V13H15V14H13V16H12Z"></path>
165
+ d="M3 2H8.70711L13 6.29289V14H3L3 2ZM4 3L4 13H12V7H8V3H4ZM9 3.70711L11.2929 6H9V3.70711Z"></path>
170
166
  </symbol>
171
167
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentAnalyze">
172
168
  <path fill-rule="evenodd" clip-rule="evenodd"
173
169
  d="M7 7H4.99902V6.00195H8.99805V7H7ZM11.001 7V6L8 2.99902H4.00098V13.002H7V14H4.00098C3.70019 14 3.45866 13.9089 3.27637 13.7266C3.09407 13.5443 3.00293 13.3027 3.00293 13.002V2.99902C3.00293 2.69824 3.09407 2.45671 3.27637 2.27441C3.45866 2.09212 3.70019 2.00098 4.00098 2.00098H8.41699L11.999 5.58301V7H11.001ZM7 10.999H4.99902V10.001H7V10.999ZM7 7.99805V9.00293H4.99902V7.99805H7ZM11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14ZM14.3002 13.6001C14.7396 13.0151 15 12.288 15 11.5C15 9.567 13.433 8 11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15C12.288 15 13.0151 14.7396 13.6001 14.3002C13.6141 14.3188 13.6295 14.3366 13.6464 14.3536L15.1464 15.8536C15.3417 16.0488 15.6583 16.0488 15.8536 15.8536C16.0488 15.6583 16.0488 15.3417 15.8536 15.1464L14.3536 13.6464C14.3366 13.6295 14.3188 13.6141 14.3002 13.6001Z"></path>
174
170
  </symbol>
171
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentAdd">
172
+ <path fill-rule="evenodd" clip-rule="evenodd"
173
+ d="M4 2H4.5H8.5H8.70711L8.85356 2.14645L12.8536 6.14645L13 6.29289V6.5V9H12V7H8.5H8V6.5V3H5L5 13H8V14H4.5H4V13.5V2.5V2ZM9 3.70711L11.2929 6H9V3.70711ZM12 16V14H10V13H12V11H13V13H15V14H13V16H12Z"></path>
174
+ </symbol>
175
175
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="dots">
176
176
  <path fill-rule="evenodd" clip-rule="evenodd"
177
177
  d="M8 3C8 2.44772 8.44772 2 9 2C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4C8.44772 4 8 3.55228 8 3ZM3 5C3 4.44772 3.44772 4 4 4C4.55228 4 5 4.44772 5 5C5 5.55228 4.55228 6 4 6C3.44772 6 3 5.55228 3 5ZM12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7ZM10 13C10 12.4477 10.4477 12 11 12C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13ZM12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3ZM8 7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8C8.44772 8 8 7.55228 8 7ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10ZM5 8C5 7.44772 5.44772 7 6 7C6.55228 7 7 7.44772 7 8C7 8.55228 6.55228 9 6 9C5.44772 9 5 8.55228 5 8ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11Z"></path>
@@ -184,31 +184,31 @@
184
184
  <path fill-rule="evenodd" clip-rule="evenodd"
185
185
  d="M8.00203 2.00195C11.334 5.31097 13 6.96593 13 9.02229C13.0031 10.2971 12.515 11.573 11.5356 12.5456C9.58296 14.4848 6.41717 14.4848 4.46458 12.5456C3.48515 11.573 2.99687 10.2971 3.00002 9.02225L3.00011 9.02225L3.00002 9.02225C3.00001 6.96586 4.66616 5.31093 7.99822 2.00183C7.99865 2.0014 7.99908 2.00097 7.99952 2.00055L8.00006 2C8.00072 2.00065 8.00137 2.0013 8.00203 2.00195ZM8.00006 3.41026C6.67995 4.72627 5.71204 5.71969 5.04304 6.59045C4.27772 7.58658 4.00002 8.30257 4.00002 9.02225V9.02472C3.99751 10.0421 4.38631 11.0586 5.16924 11.8361C6.73187 13.388 9.26826 13.388 10.8309 11.8361C11.6138 11.0586 12.0025 10.0422 12 9.02476L12 9.02229C12 8.30259 11.7223 7.58658 10.957 6.59045C10.288 5.7197 9.32016 4.72627 8.00006 3.41026Z"></path>
186
186
  </symbol>
187
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="edit">
188
- <path fill-rule="evenodd" clip-rule="evenodd"
189
- d="M1.21715 13.9381L1.6909 11.6151L1.92286 10.4775L1.90813 10.4628L1.93041 10.4405L1.93044 10.4404L1.9305 10.4404L2.63761 9.73334L11.4922 0.878738L12.1993 0.171631L12.9064 0.878738L15.1244 3.09671L15.8315 3.80381L15.1244 4.51092L6.24743 13.3879L5.54032 14.095L5.52547 14.0801L2.06486 14.7859L1 15.003L1.21715 13.9381ZM2.28202 13.721L2.85016 10.935L9.82868 3.95649L12.0466 6.17446L5.06831 13.1528L2.28202 13.721ZM12.7538 5.46735L14.4173 3.80381L12.1993 1.58584L10.5358 3.24938L12.7538 5.46735Z"></path>
190
- </symbol>
191
187
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="end">
192
188
  <path d="M3 3H4V13H3V3Z"></path>
193
189
  <path
194
190
  d="M4.29289 8.00001L7 5L7.70711 5.70711L6.20711 7.50001H13V8.50001H6.20711L7.70711 10.2929L7 11L4.29289 8.00001Z"></path>
195
191
  </symbol>
196
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="export">
192
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="edit">
197
193
  <path fill-rule="evenodd" clip-rule="evenodd"
198
- d="M14.5 15H15V14.5V9H14V14H2V2H7V1H1.5H1V1.5V14.5V15H1.5H14.5ZM10.75 4.37501C9.15874 4.37501 7.92622 5.05037 7.07994 6.12233C6.22493 7.20535 5.75 8.71483 5.75 10.375H4.75C4.75 8.53519 5.27507 6.79467 6.29506 5.50269C7.32378 4.19965 8.84126 3.37501 10.75 3.37501H13.0429L11.3964 1.72856L12.1036 1.02146L14.6036 3.52146L14.9571 3.87501L14.6036 4.22856L12.1036 6.72856L11.3964 6.02146L13.0429 4.37501H10.75Z"></path>
194
+ d="M1.21715 13.9381L1.6909 11.6151L1.92286 10.4775L1.90813 10.4628L1.93041 10.4405L1.93044 10.4404L1.9305 10.4404L2.63761 9.73334L11.4922 0.878738L12.1993 0.171631L12.9064 0.878738L15.1244 3.09671L15.8315 3.80381L15.1244 4.51092L6.24743 13.3879L5.54032 14.095L5.52547 14.0801L2.06486 14.7859L1 15.003L1.21715 13.9381ZM2.28202 13.721L2.85016 10.935L9.82868 3.95649L12.0466 6.17446L5.06831 13.1528L2.28202 13.721ZM12.7538 5.46735L14.4173 3.80381L12.1993 1.58584L10.5358 3.24938L12.7538 5.46735Z"></path>
199
195
  </symbol>
200
196
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="equal">
201
197
  <path fill-rule="evenodd" clip-rule="evenodd"
202
198
  d="M4.00098 14L4.00146 7H2V6H4.00146L4.00098 4.31055C4.00098 3.57422 4.19775 3.00505 4.59131 2.60303C4.98486 2.20101 5.45882 2 6.17822 2C6.44906 2 6.71777 2.03597 6.98438 2.10791L6.9209 3.06006C6.722 3.02197 6.51042 3.00293 6.28613 3.00293C5.90527 3.00293 5.5179 3.11507 5.31055 3.33936C5.10319 3.55941 4.99951 3.87679 4.99951 4.2915L5 6H7V7H5L4.99951 14H4.00098ZM11.0085 11.8082L9.28258 14H8.00977L10.3721 11L8.00977 8H9.28258L11.0085 10.1918L12.7344 8H14.0072L11.6449 11L14.0072 14H12.7344L11.0085 11.8082Z"></path>
203
199
  </symbol>
204
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="eye">
200
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="export">
205
201
  <path fill-rule="evenodd" clip-rule="evenodd"
206
- d="M8.00001 12C5.57254 12 3.35528 10.4594 2.10729 7.99999C3.35528 5.54063 5.57254 4 8 4C10.4275 4 12.6447 5.54064 13.8927 8.00001C12.6447 10.4594 10.4275 12 8.00001 12ZM8 3C11.0364 3 13.6733 5.02638 15 8.00001C13.6733 10.9736 11.0364 13 8.00001 13C4.96361 13 2.32668 10.9736 1 7.99999C2.32668 5.02637 4.96361 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"></path>
202
+ d="M14.5 15H15V14.5V9H14V14H2V2H7V1H1.5H1V1.5V14.5V15H1.5H14.5ZM10.75 4.37501C9.15874 4.37501 7.92622 5.05037 7.07994 6.12233C6.22493 7.20535 5.75 8.71483 5.75 10.375H4.75C4.75 8.53519 5.27507 6.79467 6.29506 5.50269C7.32378 4.19965 8.84126 3.37501 10.75 3.37501H13.0429L11.3964 1.72856L12.1036 1.02146L14.6036 3.52146L14.9571 3.87501L14.6036 4.22856L12.1036 6.72856L11.3964 6.02146L13.0429 4.37501H10.75Z"></path>
207
203
  </symbol>
208
204
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filter">
209
205
  <path fill-rule="evenodd" clip-rule="evenodd"
210
206
  d="M10 9L15 4V2H1V4L6 9V14L10 12V9ZM9 11.382V8.58579L14 3.58579V3H2V3.58579L7 8.58579V12.382L9 11.382Z"></path>
211
207
  </symbol>
208
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="eye">
209
+ <path fill-rule="evenodd" clip-rule="evenodd"
210
+ d="M8.00001 12C5.57254 12 3.35528 10.4594 2.10729 7.99999C3.35528 5.54063 5.57254 4 8 4C10.4275 4 12.6447 5.54064 13.8927 8.00001C12.6447 10.4594 10.4275 12 8.00001 12ZM8 3C11.0364 3 13.6733 5.02638 15 8.00001C13.6733 10.9736 11.0364 13 8.00001 13C4.96361 13 2.32668 10.9736 1 7.99999C2.32668 5.02637 4.96361 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"></path>
211
+ </symbol>
212
212
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterClear">
213
213
  <path fill-rule="evenodd" clip-rule="evenodd"
214
214
  d="M3.41414 1L2.70703 1.70711L11.1562 10.1563L11.8633 9.44915L10.7071 8.29294L15 4.00001V3.00001V2.00001H14H4.41415L3.41414 1ZM5.41415 3.00001L9.99997 7.58583L14 3.5858V3.00001H5.41415ZM1 2.00001H1.58578L2.58578 3.00001H2V3.5858L6.70711 8.29291L7 8.5858V9.00001V12.382L9 11.382V9.41423L10 10.4142V12L7 13.5L6 14V12.882V9.00001L1 4.00001V3.00001V2.00001Z"></path>
@@ -233,13 +233,13 @@
233
233
  <path fill-rule="evenodd" clip-rule="evenodd"
234
234
  d="M1 2H1.5H6H6.16667L6.3 2.1L8.1667 3.50003L13.5001 3.50084L14 3.50091V4.00084V8H13V4.50076L8.118 4.50002L6.22361 5.44721L6.11803 5.5H6H2V13H9V14H1.5H1V13.5V5V2.5V2ZM7.05279 3.91459L5.83333 3H2V4.5H5.88197L7.05279 3.91459ZM13 16V14H11V13H13V11H14V13H16V14H14V16H13Z"></path>
235
235
  </symbol>
236
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="fullScreen">
237
- <path fill-rule="evenodd" clip-rule="evenodd"
238
- d="M12.9971 2.99902V7.98242L11.1172 6.10254L6.11328 11.0996L8 13H3.00293V7.98242L4.90332 9.90332L9.90039 4.88574L8 2.99902H12.9971Z"/>
239
- </symbol>
240
236
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gantt">
241
237
  <path fill-rule="evenodd" clip-rule="evenodd" d="M5 11H15V12H5V11ZM3 7H13V8H3V7ZM1 3H11V4H1V3Z"></path>
242
238
  </symbol>
239
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="fullScreen">
240
+ <path d="M2 2H2.5H5V3H3V13H13V11H14V13.5V14H13.5H2.5H2V13.5V2.5V2Z"></path>
241
+ <path d="M6 10V9.5V5H7V8.29289L12.2929 3H9V2H13.5H14V2.5V7H13V3.70711L7.70711 9H11V10H6.5H6Z"></path>
242
+ </symbol>
243
243
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbag">
244
244
  <path fill-rule="evenodd" clip-rule="evenodd"
245
245
  d="M4.5 2.5H5H11H11.5V3V4.5H14H14.5V5V13V13.5H14H2H1.5V13V5V4.5H2H4.5V3V2.5ZM10.5 3.5V4.5H5.5V3.5H10.5ZM3.35163 5.5H5H11H12.6484L10.315 7.5H5.68496L3.35163 5.5ZM2.5 6.08711V12.5H13.5V6.08711L10.8254 8.37963L10.685 8.5H10.5H5.5H5.31504L5.1746 8.37963L2.5 6.08711Z"></path>
@@ -248,6 +248,17 @@
248
248
  <path fill-rule="evenodd" clip-rule="evenodd"
249
249
  d="M3 2C3.55228 2 4 2.44772 4 3C4 3.55228 3.55228 4 3 4C2.44772 4 2 3.55228 2 3C2 2.44772 2.44772 2 3 2ZM5 3C5 3.93192 4.36261 4.71497 3.5 4.93699V8C3.5 10.4853 5.51472 12.5 8 12.5H11.063C11.285 11.6374 12.0681 11 13 11C14.1046 11 15 11.8954 15 13C15 14.1046 14.1046 15 13 15C12.0681 15 11.285 14.3626 11.063 13.5H8C4.96243 13.5 2.5 11.0376 2.5 8V4.93699C1.63739 4.71497 1 3.93192 1 3C1 1.89543 1.89543 1 3 1C4.10457 1 5 1.89543 5 3ZM12 13C12 13.5523 12.4477 14 13 14C13.5523 14 14 13.5523 14 13C14 12.4477 13.5523 12 13 12C12.4477 12 12 12.4477 12 13Z"></path>
250
250
  </symbol>
251
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="image">
252
+ <mask id="path-1-inside-1_5398_17413" fill="white">
253
+ <path fill-rule="evenodd" clip-rule="evenodd"
254
+ d="M14 6.5C14 7.88071 12.8807 9 11.5 9C10.1193 9 9 7.88071 9 6.5C9 5.11929 10.1193 4 11.5 4C12.8807 4 14 5.11929 14 6.5ZM13 6.5C13 7.32843 12.3284 8 11.5 8C10.6716 8 10 7.32843 10 6.5C10 5.67157 10.6716 5 11.5 5C12.3284 5 13 5.67157 13 6.5Z"></path>
255
+ <path fill-rule="evenodd" clip-rule="evenodd"
256
+ d="M0 0V16H16V0H0ZM15 1H1V10.2929L5 6.29289L13.7071 15H15V1ZM1 15V11.7071L5 7.70711L12.2929 15H1Z"></path>
257
+ </mask>
258
+ <path
259
+ d="M1 1V0H0V1H1ZM15 1H16V0H15V1ZM1 10.2929H0V12.7071L1.70711 11L1 10.2929ZM5 6.29289L5.70711 5.58579L5 4.87868L4.29289 5.58579L5 6.29289ZM13.7071 15L13 15.7071L13.2929 16H13.7071V15ZM15 15V16H16V15H15ZM1 11.7071L0.292893 11L0 11.2929V11.7071H1ZM1 15H0V16H1V15ZM5 7.70711L5.70711 7L5 6.29289L4.29289 7L5 7.70711ZM12.2929 15V16H14.7071L13 14.2929L12.2929 15ZM0 0V-1H-1V0H0ZM0 16H-1V17H0V16ZM16 16V17H17V16H16ZM16 0H17V-1H16V0ZM1 2H15V0H1V2ZM2 10.2929V1H0V10.2929H2ZM15 14H13.7071V16H15V14ZM14 1V15H16V1H14ZM0 11.7071V15H2V11.7071H0ZM13 14.2929L5.70711 7L4.29289 8.41421L11.5858 15.7071L13 14.2929ZM1 16H12.2929V14H1V16ZM11.5 9C12.8807 9 14 7.88071 14 6.5H12C12 6.77614 11.7761 7 11.5 7V9ZM9 6.5C9 7.88071 10.1193 9 11.5 9V7C11.2239 7 11 6.77614 11 6.5H9ZM11.5 4C10.1193 4 9 5.11929 9 6.5H11C11 6.22386 11.2239 6 11.5 6V4ZM14 6.5C14 5.11929 12.8807 4 11.5 4V6C11.7761 6 12 6.22386 12 6.5H14ZM11.5 10C13.433 10 15 8.433 15 6.5H13C13 7.32843 12.3284 8 11.5 8V10ZM8 6.5C8 8.433 9.567 10 11.5 10V8C10.6716 8 10 7.32843 10 6.5H8ZM11.5 3C9.567 3 8 4.567 8 6.5H10C10 5.67157 10.6716 5 11.5 5V3ZM15 6.5C15 4.567 13.433 3 11.5 3V5C12.3284 5 13 5.67157 13 6.5H15ZM4.29289 5.58579L0.292893 9.58579L1.70711 11L5.70711 7L4.29289 5.58579ZM14.4142 14.2929L5.70711 5.58579L4.29289 7L13 15.7071L14.4142 14.2929ZM4.29289 7L0.292893 11L1.70711 12.4142L5.70711 8.41421L4.29289 7ZM0 1H16V-1H0V1ZM1 16V0H-1V16H1ZM16 15H0V17H16V15ZM15 0V16H17V0H15Z"
260
+ fill="black" fill-opacity="0.8" mask="url(#path-1-inside-1_5398_17413)"></path>
261
+ </symbol>
251
262
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="info">
252
263
  <path fill-rule="evenodd" clip-rule="evenodd"
253
264
  d="M3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8ZM8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM8.5 7V12H7.5L7.5 7H8.5ZM8.75 5.00009C8.75 5.4143 8.41421 5.75009 8 5.75009C7.58579 5.75009 7.25 5.4143 7.25 5.00009V4.93153C7.25 4.51732 7.58579 4.18153 8 4.18153C8.41421 4.18153 8.75 4.51732 8.75 4.93153V5.00009Z"></path>
@@ -264,14 +275,14 @@
264
275
  <path fill-rule="evenodd" clip-rule="evenodd"
265
276
  d="M15 6.9409L7.99997 10.4409L1 6.94093V8.05896L7.77637 11.4471L7.99997 11.5589L8.22358 11.4471L15 8.05893V6.9409ZM15 9.9409L7.99997 13.4409L1 9.94093V11.059L7.77637 14.4471L7.99997 14.5589L8.22358 14.4471L15 11.0589V9.9409ZM1.87178 5.45773L1 5.01636V5.01039L1.87038 4.56628L7.77272 1.55456L7.99998 1.4386L8.22723 1.55456L14.1218 4.56237L14.9968 5.0089L14.1208 5.45359L8.2263 8.44578L8.00027 8.56051L7.77413 8.44602L1.87178 5.45773ZM3.20113 5.00991L7.99968 7.43935L12.7922 5.00658L7.99997 2.56126L3.20113 5.00991Z"></path>
266
277
  </symbol>
267
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="link">
268
- <path fill-rule="evenodd" clip-rule="evenodd"
269
- d="M5.45926 13.3189L8.11091 10.6673L8.81802 11.3744L6.16637 14.026C4.89717 15.2952 2.83938 15.2952 1.57018 14.026C0.300971 12.7568 0.300971 10.699 1.57018 9.42982L4.22183 6.77817L4.92893 7.48528L2.27728 10.1369C1.3986 11.0156 1.3986 12.4402 2.27728 13.3189C3.15596 14.1976 4.58058 14.1976 5.45926 13.3189ZM11.6464 8.54594L10.9393 7.83883L13.591 5.18718C14.4697 4.3085 14.4697 2.88388 13.591 2.0052C12.7123 1.12652 11.2877 1.12652 10.409 2.0052L7.75736 4.65685L7.05025 3.94975L9.7019 1.2981C10.9711 0.0288935 13.0289 0.0288931 14.2981 1.2981C15.5673 2.5673 15.5673 4.62509 14.2981 5.89429L11.6464 8.54594ZM6.19583 10.1664L10.4385 5.92375L9.67244 5.15772L5.4298 9.40036L6.19583 10.1664Z"></path>
270
- </symbol>
271
278
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="list">
272
279
  <path fill-rule="evenodd" clip-rule="evenodd"
273
280
  d="M14 4V5H5V4H14ZM2 8H3V9H2V8ZM14 8H5V9H14V8ZM14 12H5V13H14V12ZM3 12H2V13H3V12ZM3 5V4H2V5H3Z"></path>
274
281
  </symbol>
282
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="link">
283
+ <path fill-rule="evenodd" clip-rule="evenodd"
284
+ d="M5.45926 13.3189L8.11091 10.6673L8.81802 11.3744L6.16637 14.026C4.89717 15.2952 2.83938 15.2952 1.57018 14.026C0.300971 12.7568 0.300971 10.699 1.57018 9.42982L4.22183 6.77817L4.92893 7.48528L2.27728 10.1369C1.3986 11.0156 1.3986 12.4402 2.27728 13.3189C3.15596 14.1976 4.58058 14.1976 5.45926 13.3189ZM11.6464 8.54594L10.9393 7.83883L13.591 5.18718C14.4697 4.3085 14.4697 2.88388 13.591 2.0052C12.7123 1.12652 11.2877 1.12652 10.409 2.0052L7.75736 4.65685L7.05025 3.94975L9.7019 1.2981C10.9711 0.0288935 13.0289 0.0288931 14.2981 1.2981C15.5673 2.5673 15.5673 4.62509 14.2981 5.89429L11.6464 8.54594ZM6.19583 10.1664L10.4385 5.92375L9.67244 5.15772L5.4298 9.40036L6.19583 10.1664Z"></path>
285
+ </symbol>
275
286
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lock">
276
287
  <path fill-rule="evenodd" clip-rule="evenodd"
277
288
  d="M4 8V13H12V8H4ZM6.22222 7V4.77778C6.22222 3.79594 7.01816 3 8 3C8.98184 3 9.77778 3.79594 9.77778 4.77778V7H6.22222ZM8 2C9.53412 2 10.7778 3.24365 10.7778 4.77778V7H13V14H3V7H5.22222V4.77778C5.22222 3.24365 6.46588 2 8 2Z"></path>
@@ -291,41 +302,47 @@
291
302
  <path fill-rule="evenodd" clip-rule="evenodd"
292
303
  d="M12 3H4V9H6.59971C6.43777 9.31679 6.30564 9.65136 6.20703 10H4V12H6.02242C6.05337 12.3434 6.11588 12.6777 6.20703 13H4H3V12V10V9V3V2H4H12H13V3V6.20703C12.6777 6.11588 12.3434 6.05337 12 6.02242V3ZM11 5V6.02242C10.6566 6.05337 10.3223 6.11588 10 6.20703V5H6V7H8.33692C7.93379 7.28389 7.57052 7.62057 7.25716 8H6H5V7V5V4H6H10H11V5ZM15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8C13.433 8 15 9.567 15 11.5ZM16 11.5C16 13.9853 13.9853 16 11.5 16C9.01472 16 7 13.9853 7 11.5C7 9.01472 9.01472 7 11.5 7C13.9853 7 16 9.01472 16 11.5ZM11 9V11V12H12H14V11H12V9H11Z"></path>
293
304
  </symbol>
294
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moreHorizontal">
295
- <path fill-rule="evenodd" clip-rule="evenodd"
296
- d="M3.875 7.875C3.875 8.42728 3.42728 8.875 2.875 8.875C2.32272 8.875 1.875 8.42728 1.875 7.875C1.875 7.32272 2.32272 6.875 2.875 6.875C3.42728 6.875 3.875 7.32272 3.875 7.875ZM9.125 7.875C9.125 8.42729 8.67728 8.875 8.125 8.875C7.57272 8.875 7.125 8.42729 7.125 7.875C7.125 7.32272 7.57272 6.875 8.125 6.875C8.67728 6.875 9.125 7.32272 9.125 7.875ZM13.125 8.875C13.6773 8.875 14.125 8.42729 14.125 7.875C14.125 7.32272 13.6773 6.875 13.125 6.875C12.5727 6.875 12.125 7.32272 12.125 7.875C12.125 8.42729 12.5727 8.875 13.125 8.875Z"></path>
297
- </symbol>
298
305
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moreVertical">
299
306
  <path fill-rule="evenodd" clip-rule="evenodd"
300
307
  d="M8 12C8.55228 12 9 12.4477 9 13C9 13.5523 8.55228 14 8 14C7.44772 14 7 13.5523 7 13C7 12.4477 7.44772 12 8 12ZM8 6.75C8.55228 6.75 9 7.19772 9 7.75C9 8.30228 8.55228 8.75 8 8.75C7.44772 8.75 7 8.30228 7 7.75C7 7.19772 7.44772 6.75 8 6.75ZM9 2.75C9 2.19772 8.55228 1.75 8 1.75C7.44772 1.75 7 2.19772 7 2.75C7 3.30229 7.44772 3.75 8 3.75C8.55228 3.75 9 3.30229 9 2.75Z"></path>
301
308
  </symbol>
302
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="multiCopy">
309
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moreHorizontal">
303
310
  <path fill-rule="evenodd" clip-rule="evenodd"
304
- d="M15 1H14H7H6V2H7H13H14V3V10V11H15V10V2V1ZM12 3H13V4V12V13H12V12V5V4H11H5H4V3H5H12ZM10 6H3V14H10V6ZM3 5H2V6V14V15H3H10H11V14V6V5H10H3Z"></path>
311
+ d="M3.875 7.875C3.875 8.42728 3.42728 8.875 2.875 8.875C2.32272 8.875 1.875 8.42728 1.875 7.875C1.875 7.32272 2.32272 6.875 2.875 6.875C3.42728 6.875 3.875 7.32272 3.875 7.875ZM9.125 7.875C9.125 8.42729 8.67728 8.875 8.125 8.875C7.57272 8.875 7.125 8.42729 7.125 7.875C7.125 7.32272 7.57272 6.875 8.125 6.875C8.67728 6.875 9.125 7.32272 9.125 7.875ZM13.125 8.875C13.6773 8.875 14.125 8.42729 14.125 7.875C14.125 7.32272 13.6773 6.875 13.125 6.875C12.5727 6.875 12.125 7.32272 12.125 7.875C12.125 8.42729 12.5727 8.875 13.125 8.875Z"></path>
305
312
  </symbol>
306
313
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="newTemplate">
307
314
  <path fill-rule="evenodd" clip-rule="evenodd"
308
315
  d="M7 2H2V14H8V11V6H13V2H8H7ZM7 6V11V13H3V6H7ZM7 3V5H3V3H7ZM12 5H8V3H12V5ZM11.9961 12.9961V11H12.999V12.9961H14.9951V13.999H12.999V15.9951H11.9961V13.999H10V12.9961H11.9961Z"></path>
309
316
  </symbol>
310
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="noSignal">
317
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="multiCopy">
311
318
  <path fill-rule="evenodd" clip-rule="evenodd"
312
- d="M5.39744 4.26146L4.13599 3L3.42888 3.70711L11.7101 11.9884L12.4172 11.2812L9.53716 8.40117C9.87935 8.58516 10.1982 8.82596 10.4968 9.1246L11.2039 8.41749C10.3344 7.5479 9.30104 7.06474 8.10398 6.96799L6.22687 5.09088C6.67658 5.00299 7.14658 4.95601 7.63778 4.94983C9.60079 4.9512 11.2411 5.63003 12.6162 7.0052L13.3234 6.29809C11.7578 4.73257 9.86068 3.94983 7.63181 3.94983C6.84391 3.95921 6.09913 4.06308 5.39744 4.26146ZM3.43771 5.13002C2.92911 5.44838 2.44988 5.83111 2 6.27822L2.70711 6.98533C3.16084 6.53473 3.64645 6.15923 4.16619 5.8585L3.43771 5.13002ZM5.66126 7.35357C5.10026 7.59548 4.58879 7.94598 4.12685 8.40507L4.83396 9.11218C5.307 8.64267 5.8375 8.31634 6.43908 8.13139L5.66126 7.35357ZM7.66666 11.9498C7.38805 11.9498 7.15256 11.8519 6.96019 11.6562C6.76782 11.4639 6.67163 11.2284 6.67163 10.9498C6.67163 10.6712 6.76782 10.4357 6.96019 10.2433C7.15256 10.0509 7.38805 9.95308 7.66666 9.94977C7.94526 9.94977 8.18241 10.0476 8.3781 10.2433C8.57379 10.439 8.67163 10.6745 8.67163 10.9498C8.67163 11.2251 8.57379 11.4605 8.3781 11.6562C8.18241 11.8519 7.94526 11.9498 7.66666 11.9498Z"></path>
319
+ d="M15 1H14H7H6V2H7H13H14V3V10V11H15V10V2V1ZM12 3H13V4V12V13H12V12V5V4H11H5H4V3H5H12ZM10 6H3V14H10V6ZM3 5H2V6V14V15H3H10H11V14V6V5H10H3Z"></path>
313
320
  </symbol>
314
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="paste">
321
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="noSignal">
315
322
  <path fill-rule="evenodd" clip-rule="evenodd"
316
- d="M11 2H5V3H3V14H13V3H11V2ZM10 3H6V5H10V3ZM5 4H4V13H12V4H11V6H5V4Z"></path>
323
+ d="M5.39744 4.26146L4.13599 3L3.42888 3.70711L11.7101 11.9884L12.4172 11.2812L9.53716 8.40117C9.87935 8.58516 10.1982 8.82596 10.4968 9.1246L11.2039 8.41749C10.3344 7.5479 9.30104 7.06474 8.10398 6.96799L6.22687 5.09088C6.67658 5.00299 7.14658 4.95601 7.63778 4.94983C9.60079 4.9512 11.2411 5.63003 12.6162 7.0052L13.3234 6.29809C11.7578 4.73257 9.86068 3.94983 7.63181 3.94983C6.84391 3.95921 6.09913 4.06308 5.39744 4.26146ZM3.43771 5.13002C2.92911 5.44838 2.44988 5.83111 2 6.27822L2.70711 6.98533C3.16084 6.53473 3.64645 6.15923 4.16619 5.8585L3.43771 5.13002ZM5.66126 7.35357C5.10026 7.59548 4.58879 7.94598 4.12685 8.40507L4.83396 9.11218C5.307 8.64267 5.8375 8.31634 6.43908 8.13139L5.66126 7.35357ZM7.66666 11.9498C7.38805 11.9498 7.15256 11.8519 6.96019 11.6562C6.76782 11.4639 6.67163 11.2284 6.67163 10.9498C6.67163 10.6712 6.76782 10.4357 6.96019 10.2433C7.15256 10.0509 7.38805 9.95308 7.66666 9.94977C7.94526 9.94977 8.18241 10.0476 8.3781 10.2433C8.57379 10.439 8.67163 10.6745 8.67163 10.9498C8.67163 11.2251 8.57379 11.4605 8.3781 11.6562C8.18241 11.8519 7.94526 11.9498 7.66666 11.9498Z"></path>
317
324
  </symbol>
318
325
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pause">
319
326
  <path d="M5 3H6V13H5V3Z"></path>
320
327
  <path d="M10 3H11V13H10V3Z"></path>
321
328
  </symbol>
329
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="paste">
330
+ <path fill-rule="evenodd" clip-rule="evenodd"
331
+ d="M11 2H5V3H3V14H13V3H11V2ZM10 3H6V5H10V3ZM5 4H4V13H12V4H11V6H5V4Z"></path>
332
+ </symbol>
322
333
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pc">
323
334
  <path fill-rule="evenodd" clip-rule="evenodd"
324
335
  d="M12 3H4V9H12V3ZM13 9V3V2H12H4H3V3V9V10V12V13H4H12H13V12V10V9ZM4 10V12H12V10H4ZM10 5H6V7H10V5ZM6 4H5V5V7V8H6H10H11V7V5V4H10H6Z"></path>
325
336
  </symbol>
337
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="photoCamera">
338
+ <path fill-rule="evenodd" clip-rule="evenodd"
339
+ d="M3 4H0V14H16V4H13L12 2H4L3 4ZM4.61803 3L3.61803 5H1V13H15V5H12.382L11.382 3H4.61803Z"></path>
340
+ <path fill-rule="evenodd" clip-rule="evenodd"
341
+ d="M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10ZM8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z"></path>
342
+ </symbol>
326
343
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pdf">
327
344
  <path fill-rule="evenodd" clip-rule="evenodd"
328
- d="M5.56795 2.16794C5.80248 2.53255 5.95212 2.99025 5.98354 3.27832C6.03282 3.73023 6.03083 4.12306 5.94579 4.97053C5.95173 4.97674 5.95769 4.98298 5.96367 4.98924C6.5331 5.58533 7.3007 6.38885 7.84202 6.90589C8.2415 7.28744 9.16747 8.13021 10.0719 8.92788C10.094 8.94735 10.1161 8.9668 10.1381 8.9862C10.9904 8.92857 11.6817 8.9972 12.4343 9.14591C12.9911 9.25595 13.5459 9.5726 13.9312 9.94338C14.1249 10.1298 14.2993 10.3524 14.4025 10.598C14.5068 10.8461 14.5538 11.161 14.4083 11.4682C14.2485 11.8056 14.0017 12.0472 13.6738 12.1525C13.3658 12.2514 13.0582 12.2062 12.809 12.13C12.3859 12.0007 11.9545 11.7211 11.672 11.538C11.6333 11.5129 11.5974 11.4896 11.5647 11.4688C11.3792 11.3507 11.0567 11.0915 10.6913 10.7849C10.4237 10.5603 10.1185 10.2977 9.80077 10.0204C9.14629 10.0932 8.36375 10.2434 7.34647 10.4967C6.21303 10.779 5.29635 11.0998 4.58032 11.4323C4.56562 11.4988 4.55092 11.5647 4.53622 11.63C4.45142 12.0066 4.36686 12.3591 4.28262 12.6533C4.20237 12.9335 4.10966 13.2086 3.99665 13.3991C3.77218 13.7774 3.46204 14.1129 3.11999 14.3111C2.79122 14.5016 2.28176 14.6339 1.86294 14.2739C1.51042 13.9708 1.46031 13.5178 1.52419 13.1455C1.58976 12.7633 1.78468 12.3646 2.06719 12.0061C2.41818 11.5607 2.97181 11.1375 3.70552 10.7498C3.72156 10.6755 3.73772 10.6004 3.754 10.5248C3.86388 10.0144 3.97919 9.4787 4.09685 8.98873C4.42366 7.62785 4.75593 6.14134 4.89118 5.31566C4.75547 5.17418 4.65108 5.06618 4.59204 5.00753C4.38799 4.80485 4.1684 4.51394 3.99417 4.24538C3.90545 4.10863 3.8232 3.96954 3.75681 3.84085C3.69466 3.72037 3.63102 3.57987 3.59971 3.44827C3.59471 3.42726 3.58622 3.39761 3.57087 3.34476L3.57067 3.34405C3.55676 3.29616 3.53908 3.23524 3.52215 3.16922C3.48867 3.03863 3.45219 2.86626 3.44832 2.68164C3.44445 2.49655 3.47267 2.27041 3.59554 2.0551C3.72371 1.83051 3.92852 1.66399 4.194 1.56431C4.51512 1.44373 4.81982 1.50406 5.06097 1.64879C5.28358 1.78239 5.4494 1.98364 5.56795 2.16794ZM5.0151 3.9632C4.95351 3.88032 4.89166 3.79141 4.83309 3.70112C4.75806 3.58547 4.6935 3.47538 4.64554 3.38241C4.62161 3.33601 4.60337 3.29689 4.59043 3.2657C4.58403 3.25027 4.57949 3.23812 4.57641 3.2291C4.57353 3.22064 4.57252 3.21667 4.57252 3.21667C4.57252 3.21667 4.57253 3.21671 4.57255 3.21678C4.56126 3.16935 4.54586 3.11633 4.53335 3.0733C4.53263 3.07081 4.53192 3.06836 4.53122 3.06594C4.51696 3.01683 4.50339 2.96989 4.49083 2.92089C4.46517 2.8208 4.44963 2.73368 4.4481 2.6607C4.44658 2.58818 4.45958 2.5586 4.46406 2.55075C4.46587 2.54758 4.46882 2.54312 4.47687 2.53653C4.48514 2.52976 4.50372 2.51678 4.53999 2.5026C4.54182 2.50357 4.54394 2.50476 4.54637 2.50622C4.58515 2.52949 4.65067 2.59039 4.72691 2.70892C4.88196 2.94996 4.97568 3.2606 4.98943 3.38674C5.00896 3.56579 5.01973 3.73488 5.0151 3.9632ZM5.74374 6.20558C5.57028 7.08031 5.31279 8.20792 5.06921 9.22224C4.99017 9.55137 4.9141 9.89282 4.83966 10.235C5.49025 9.97954 6.24436 9.74066 7.10481 9.52637C7.7534 9.36485 8.31697 9.24227 8.81992 9.15357C8.11965 8.52789 7.47506 7.93824 7.15133 7.62903C6.76565 7.26066 6.22986 6.7108 5.74374 6.20558ZM3.39134 12.1196C3.15405 12.2969 2.97688 12.4673 2.85262 12.625C2.64761 12.8852 2.54091 13.1332 2.50979 13.3146C2.49284 13.4134 2.50017 13.4684 2.50841 13.4961C2.53081 13.4901 2.56624 13.4762 2.61858 13.4459C2.77907 13.3529 2.97712 13.1577 3.13662 12.8888C3.17721 12.8204 3.24114 12.6578 3.32126 12.378C3.3443 12.2975 3.36766 12.2112 3.39134 12.1196ZM2.47649 13.4985C2.47692 13.4975 2.48164 13.4971 2.48938 13.4998C2.47994 13.5008 2.47607 13.4994 2.47649 13.4985ZM2.51826 13.5188C2.51896 13.5196 2.51925 13.52 2.51922 13.52L2.51826 13.5188ZM11.2994 9.98972C11.3111 9.99952 11.3227 10.0092 11.3342 10.0189C11.7121 10.336 11.9824 10.5493 12.1018 10.6253C12.1424 10.6511 12.1831 10.6773 12.2238 10.7035C12.5226 10.8955 12.8233 11.0887 13.1012 11.1737C13.2504 11.2192 13.3312 11.2122 13.3681 11.2004C13.3847 11.1951 13.4371 11.1777 13.4998 11.0499C13.499 11.0404 13.4952 11.02 13.4807 10.9856C13.4463 10.9037 13.3688 10.79 13.2377 10.6639C12.9734 10.4095 12.587 10.1954 12.2404 10.1269C11.923 10.0642 11.6179 10.0164 11.2994 9.98972ZM13.4997 11.0567C13.4996 11.0566 13.4995 11.0554 13.5 11.0532C13.5 11.0556 13.4998 11.0567 13.4997 11.0567Z"></path>
345
+ d="M5.56795 2.16794C5.80248 2.53255 5.95212 2.99025 5.98354 3.27832C6.03282 3.73023 6.03083 4.12306 5.94579 4.97053C5.95173 4.97674 5.95769 4.98298 5.96367 4.98924C6.5331 5.58533 7.3007 6.38885 7.84202 6.90589C8.2415 7.28744 9.16747 8.13021 10.0719 8.92788C10.094 8.94735 10.1161 8.9668 10.1381 8.9862C10.9904 8.92857 11.6817 8.9972 12.4343 9.14591C12.9911 9.25595 13.5459 9.5726 13.9312 9.94338C14.1249 10.1298 14.2993 10.3524 14.4025 10.598C14.5068 10.8461 14.5538 11.161 14.4083 11.4682C14.2485 11.8056 14.0017 12.0472 13.6738 12.1525C13.3658 12.2514 13.0582 12.2062 12.809 12.13C12.3859 12.0007 11.9545 11.7211 11.672 11.538C11.6333 11.5129 11.5974 11.4896 11.5647 11.4688C11.3792 11.3507 11.0567 11.0915 10.6913 10.7849C10.4237 10.5603 10.1185 10.2977 9.80077 10.0204C9.14629 10.0932 8.36375 10.2434 7.34647 10.4967C6.21303 10.779 5.29635 11.0998 4.58032 11.4323C4.56562 11.4988 4.55092 11.5647 4.53622 11.63C4.45142 12.0066 4.36686 12.3591 4.28262 12.6533C4.20237 12.9335 4.10966 13.2086 3.99665 13.3991C3.77218 13.7774 3.46204 14.1129 3.11999 14.3111C2.79122 14.5016 2.28176 14.6339 1.86294 14.2739C1.51042 13.9708 1.46031 13.5178 1.52419 13.1455C1.58976 12.7633 1.78468 12.3646 2.06719 12.0061C2.41818 11.5607 2.97181 11.1375 3.70552 10.7498C3.72156 10.6755 3.73772 10.6004 3.754 10.5248C3.86388 10.0144 3.97919 9.4787 4.09685 8.98873C4.42366 7.62785 4.75593 6.14134 4.89118 5.31566C4.75547 5.17418 4.65108 5.06618 4.59204 5.00753C4.38799 4.80485 4.1684 4.51394 3.99417 4.24538C3.90545 4.10863 3.8232 3.96954 3.75681 3.84085C3.69466 3.72037 3.63102 3.57987 3.59971 3.44827C3.59471 3.42726 3.58622 3.39761 3.57087 3.34476L3.57067 3.34405C3.55676 3.29616 3.53908 3.23524 3.52215 3.16922C3.48867 3.03863 3.45219 2.86626 3.44832 2.68164C3.44445 2.49655 3.47267 2.27041 3.59554 2.0551C3.72371 1.83051 3.92852 1.66399 4.194 1.56431C4.51512 1.44373 4.81982 1.50406 5.06097 1.64879C5.28358 1.78239 5.4494 1.98364 5.56795 2.16794ZM5.0151 3.9632C4.95351 3.88032 4.89166 3.79141 4.83309 3.70112C4.75806 3.58547 4.6935 3.47538 4.64554 3.38241C4.62161 3.33601 4.60337 3.29689 4.59043 3.2657C4.58403 3.25027 4.57949 3.23812 4.57641 3.2291C4.57353 3.22064 4.57252 3.21667 4.57252 3.21667C4.57252 3.21667 4.57253 3.21671 4.57255 3.21678C4.56126 3.16935 4.54586 3.11633 4.53335 3.0733C4.53263 3.07081 4.53192 3.06836 4.53122 3.06594C4.51696 3.01683 4.50339 2.96989 4.49083 2.92089C4.46517 2.8208 4.44963 2.73368 4.4481 2.6607C4.44658 2.58818 4.45958 2.5586 4.46406 2.55075C4.46587 2.54758 4.46882 2.54312 4.47687 2.53653C4.48514 2.52976 4.50372 2.51678 4.53999 2.5026C4.54182 2.50357 4.54394 2.50476 4.54637 2.50622C4.58515 2.52949 4.65067 2.59039 4.72691 2.70892C4.88196 2.94996 4.97568 3.2606 4.98943 3.38674C5.00896 3.56579 5.01973 3.73488 5.0151 3.9632ZM5.74374 6.20558C5.57028 7.08031 5.31279 8.20792 5.06921 9.22224C4.99017 9.55137 4.9141 9.89282 4.83966 10.235C5.49025 9.97954 6.24436 9.74066 7.10481 9.52637C7.7534 9.36485 8.31697 9.24227 8.81992 9.15357C8.11965 8.52789 7.47506 7.93824 7.15133 7.62903C6.76565 7.26066 6.22986 6.7108 5.74374 6.20558ZM3.39134 12.1196C3.15405 12.2969 2.97688 12.4673 2.85262 12.625C2.64761 12.8852 2.54091 13.1332 2.50979 13.3146C2.49284 13.4134 2.50017 13.4684 2.50841 13.4961C2.53081 13.4901 2.56624 13.4762 2.61858 13.4459C2.77907 13.3529 2.97712 13.1577 3.13662 12.8888C3.17721 12.8204 3.24114 12.6578 3.32126 12.378C3.3443 12.2975 3.36766 12.2112 3.39134 12.1196ZM2.47649 13.4985C2.47692 13.4975 2.48164 13.4971 2.48938 13.4998C2.47994 13.5008 2.47607 13.4994 2.47649 13.4985ZM2.51826 13.5188C2.51896 13.5196 2.51925 13.52 2.51922 13.52ZM11.2994 9.98972C11.3111 9.99952 11.3227 10.0092 11.3342 10.0189C11.7121 10.336 11.9824 10.5493 12.1018 10.6253C12.1424 10.6511 12.1831 10.6773 12.2238 10.7035C12.5226 10.8955 12.8233 11.0887 13.1012 11.1737C13.2504 11.2192 13.3312 11.2122 13.3681 11.2004C13.3847 11.1951 13.4371 11.1777 13.4998 11.0499C13.499 11.0404 13.4952 11.02 13.4807 10.9856C13.4463 10.9037 13.3688 10.79 13.2377 10.6639C12.9734 10.4095 12.587 10.1954 12.2404 10.1269C11.923 10.0642 11.6179 10.0164 11.2994 9.98972ZM13.4997 11.0567C13.4996 11.0566 13.4995 11.0554 13.5 11.0532C13.5 11.0556 13.4998 11.0567 13.4997 11.0567Z"></path>
329
346
  </symbol>
330
347
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pieChart">
331
348
  <path fill-rule="evenodd" clip-rule="evenodd"
@@ -333,26 +350,31 @@
333
350
  <path fill-rule="evenodd" clip-rule="evenodd"
334
351
  d="M7.41605 8.58395L7.41263 2.16676L7.40586 2.16677C7.06988 2.16712 6.73882 2.19411 6.41267 2.24772C5.91015 2.33033 5.41929 2.47615 4.9401 2.6852C3.35554 3.36581 2.215 4.50901 1.51843 6.11484C1.17281 6.91243 1 7.7366 1 8.58737C1 9.44345 1.17281 10.2676 1.51843 11.0599C2.20437 12.6551 3.34491 13.7983 4.9401 14.4895C5.73238 14.8298 6.55655 15 7.41263 15C8.26872 15 9.09554 14.8298 9.89314 14.4895C11.4777 13.7983 12.6182 12.6551 13.3148 11.0599C13.5244 10.5827 13.6704 10.0918 13.7529 9.58728C13.8057 9.26448 13.8325 8.93608 13.8332 8.60207L13.8332 8.58737L10.9163 8.58395H7.41605ZM6.41322 3.26376C6.0489 3.33589 5.69155 3.44839 5.33995 3.60178L5.33477 3.60404C3.98849 4.18231 3.03279 5.13682 2.43599 6.51244C2.14364 7.18723 2 7.87652 2 8.58737C2 9.30448 2.14386 9.99264 2.43501 10.6601L2.4371 10.6649C3.02197 12.025 3.97546 12.9813 5.33624 13.5713C6.0043 13.8581 6.69378 14 7.41263 14C8.13073 14 8.82298 13.8584 9.49699 13.5713C10.8467 12.9816 11.8025 12.0243 12.3984 10.6597L12.3992 10.6578C12.5526 10.3086 12.6651 9.95183 12.7372 9.58609L6.41658 9.58395L6.41322 3.26376Z"></path>
335
352
  </symbol>
336
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pin">
353
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="photoCameraCrossed">
337
354
  <path fill-rule="evenodd" clip-rule="evenodd"
338
- d="M11.8996 6.94973L11.1925 7.65684L9.77828 9.07105L9.07117 9.77816L9.77828 10.4853L10.4854 11.1924L9.77828 11.8995L9.07117 12.6066L8.36406 13.3137L7.65696 12.6066L5.53564 10.4853L3.41432 8.36395L2.70721 7.65684L3.41432 6.94973L4.12142 6.24263L4.82853 5.53552L5.53564 6.24263L6.24274 6.94973L6.94985 6.24263L8.36406 4.82841L9.07117 4.12131L8.36406 3.4142L9.07117 2.70709L9.77828 3.4142L10.4854 4.12131L11.8996 5.53552L12.6067 6.24263L13.3138 6.94973L12.6067 7.65684L11.8996 6.94973ZM8.36406 10.4853L9.07117 11.1924L8.36406 11.8995L6.24274 9.77816L4.12142 7.65684L4.82853 6.94973L5.53564 7.65684L6.24274 8.36395L6.94985 7.65684L9.77828 4.82841L11.1925 6.24263L8.36406 9.07105L7.65696 9.77816L8.36406 10.4853ZM5.18202 10.1317L1.64648 13.6673L2.35359 14.3744L5.88912 10.8388L5.18202 10.1317Z"></path>
355
+ d="M2.29297 4.00001H0V14H12.293L11.293 13H1V5.00001H3.29297L2.29297 4.00001ZM3.23573 3.52856L3.98108 4.27391L4.61803 3.00001H11.382L12.382 5.00001H15V13H12.7072L13.7072 14H16V4.00001H13L12 2.00001H4L3.23573 3.52856ZM9.96988 10.2627C10.6011 9.71273 11 8.90296 11 8.00001C11 6.34316 9.65685 5.00001 8 5.00001C7.09705 5.00001 6.28728 5.39892 5.7373 6.03013L6.44693 6.73976C6.81363 6.28841 7.37314 6.00001 8 6.00001C9.10457 6.00001 10 6.89544 10 8.00001C10 8.62687 9.7116 9.18638 9.26025 9.55308L9.96988 10.2627ZM6.01866 7.7257C6.00636 7.81538 6 7.90695 6 8.00001C6 9.10458 6.89543 10 8 10C8.09306 10 8.18463 9.99366 8.27431 9.98135L9.08914 10.7962C8.75152 10.9278 8.38419 11 8 11C6.34315 11 5 9.65687 5 8.00001C5 7.61582 5.07222 7.24849 5.20382 6.91087L6.01866 7.7257Z"></path>
356
+ <path d="M1.83319 2.14168L2.5403 1.43457L15.855 14.7493L15.1479 15.4564L1.83319 2.14168Z"></path>
339
357
  </symbol>
340
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="play">
358
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pin">
341
359
  <path fill-rule="evenodd" clip-rule="evenodd"
342
- d="M3 2.00021L12.4434 7.90234L3 13.8045V2.00021ZM4 3.80446V12.0002L10.5566 7.90234L4 3.80446Z"></path>
360
+ d="M11.8996 6.94973L11.1925 7.65684L9.77828 9.07105L9.07117 9.77816L9.77828 10.4853L10.4854 11.1924L9.77828 11.8995L9.07117 12.6066L8.36406 13.3137L7.65696 12.6066L5.53564 10.4853L3.41432 8.36395L2.70721 7.65684L3.41432 6.94973L4.12142 6.24263L4.82853 5.53552L5.53564 6.24263L6.24274 6.94973L6.94985 6.24263L8.36406 4.82841L9.07117 4.12131L8.36406 3.4142L9.07117 2.70709L9.77828 3.4142L10.4854 4.12131L11.8996 5.53552L12.6067 6.24263L13.3138 6.94973L12.6067 7.65684L11.8996 6.94973ZM8.36406 10.4853L9.07117 11.1924L8.36406 11.8995L6.24274 9.77816L4.12142 7.65684L4.82853 6.94973L5.53564 7.65684L6.24274 8.36395L6.94985 7.65684L9.77828 4.82841L11.1925 6.24263L8.36406 9.07105L7.65696 9.77816L8.36406 10.4853ZM5.18202 10.1317L1.64648 13.6673L2.35359 14.3744L5.88912 10.8388L5.18202 10.1317Z"></path>
343
361
  </symbol>
344
362
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="playBackRight">
345
363
  <path fill-rule="evenodd" clip-rule="evenodd"
346
364
  d="M4.00085 2.99982V12.9998H5.00085V8.1958L5.22148 8.34674L11.2215 12.4517L12.0038 12.987L12.0038 12.0391L12.0038 3.93408L12.0038 2.99982L11.2265 3.51805L5.22645 7.51805L5.00085 7.66845V2.99982H4.00085ZM11.0038 4.86833L11.0038 11.0912L6.39714 7.93944L11.0038 4.86833Z"></path>
347
365
  </symbol>
348
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="playForwardRight">
366
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="play">
349
367
  <path fill-rule="evenodd" clip-rule="evenodd"
350
- d="M4.78072 3.58618L4.00056 3.05716L4.0001 3.99977L3.99619 12.0657L3.99574 13.0005L4.77354 12.482L10.7735 8.48195L10.9991 8.33155L10.9991 13.0002L11.9991 13.0002L11.9991 3.00019L10.9991 3.00019L10.9991 7.80286L10.7768 7.6521L4.78072 3.58618ZM4.99665 11.1314L4.99965 4.94286L9.6001 8.0624L4.99665 11.1314Z"></path>
368
+ d="M3 2.00021L12.4434 7.90234L3 13.8045V2.00021ZM4 3.80446V12.0002L10.5566 7.90234L4 3.80446Z"></path>
351
369
  </symbol>
352
370
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="print">
353
371
  <path fill-rule="evenodd" clip-rule="evenodd"
354
372
  d="M12 1H4V4H1V12H4V15H12V12H15V4H12V1ZM11 4V2H5V4H11ZM11 12H5V14H11V12ZM2 5H14V11H2V5Z"></path>
355
373
  </symbol>
374
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="playForwardRight">
375
+ <path fill-rule="evenodd" clip-rule="evenodd"
376
+ d="M4.78072 3.58618L4.00056 3.05716L4.0001 3.99977L3.99619 12.0657L3.99574 13.0005L4.77354 12.482L10.7735 8.48195L10.9991 8.33155L10.9991 13.0002L11.9991 13.0002L11.9991 3.00019L10.9991 3.00019L10.9991 7.80286L10.7768 7.6521L4.78072 3.58618ZM4.99665 11.1314L4.99965 4.94286L9.6001 8.0624L4.99665 11.1314Z"></path>
377
+ </symbol>
356
378
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="question">
357
379
  <path fill-rule="evenodd" clip-rule="evenodd"
358
380
  d="M3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8ZM8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM7.07377 4.65147C7.5183 4.50042 8.0034 4.4618 8.4707 4.53805C8.93781 4.61427 9.37772 4.80388 9.73133 5.09395C10.0857 5.38466 10.342 5.76785 10.4475 6.20273C10.5534 6.63963 10.4975 7.09095 10.2941 7.49384C10.0919 7.89421 9.75822 8.22026 9.35146 8.44321C9.08883 8.58716 8.79974 8.68618 8.5 8.73826V10H7.5V8.28125C7.5 8.14864 7.55268 8.02146 7.64645 7.9277C7.74021 7.83393 7.86739 7.78125 8 7.78125C8.31631 7.78125 8.61964 7.70397 8.87082 7.5663C9.12186 7.4287 9.30085 7.24229 9.40143 7.04309C9.50075 6.84641 9.52405 6.63798 9.47565 6.43838C9.42676 6.23676 9.30212 6.03528 9.0971 5.8671C8.8913 5.69828 8.61848 5.57539 8.30966 5.525C8.00103 5.47464 7.68187 5.501 7.39549 5.5983C7.10892 5.69568 6.87884 5.85571 6.72473 6.04492C6.57197 6.23245 6.5 6.43983 6.5 6.64063H5.5C5.5 6.19246 5.66262 5.76543 5.94939 5.41337C6.2348 5.06297 6.62944 4.80245 7.07377 4.65147ZM8 12C8.27614 12 8.5 11.7761 8.5 11.5C8.5 11.2239 8.27614 11 8 11C7.72386 11 7.5 11.2239 7.5 11.5C7.5 11.7761 7.72386 12 8 12Z"></path>
@@ -375,14 +397,14 @@
375
397
  d="M15 4C15 5.65685 13.6569 7 12 7C10.3431 7 9 5.65685 9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4Z"
376
398
  fill="#E25241"></path>
377
399
  </symbol>
378
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="ring">
379
- <path fill-rule="evenodd" clip-rule="evenodd"
380
- d="M12 6V9C12 9.76835 12.2889 10.4692 12.7639 11H3.23611C3.71115 10.4692 4 9.76835 4 9V6C4 3.79086 5.79086 2 8 2C10.2091 2 12 3.79086 12 6ZM13 6V9C13 10.1046 13.8954 11 15 11V12H14H2H1V11C2.10457 11 3 10.1046 3 9V6C3 3.23858 5.23858 1 8 1C10.7614 1 13 3.23858 13 6ZM8 15C6.89543 15 6 14.1046 6 13H5C5 14.6569 6.34315 16 8 16C9.65685 16 11 14.6569 11 13H10C10 14.1046 9.10457 15 8 15Z"></path>
381
- </symbol>
382
400
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="save">
383
401
  <path fill-rule="evenodd" clip-rule="evenodd"
384
402
  d="M3 3V13H13V5.41421L10.5858 3H3ZM11 2L14 5V13V14H13H3H2V13V3V2H3H11ZM10 5.5H6V4.5H10V5.5ZM8 11C9.10457 11 10 10.1046 10 9C10 7.89543 9.10457 7 8 7C6.89543 7 6 7.89543 6 9C6 10.1046 6.89543 11 8 11Z"></path>
385
403
  </symbol>
404
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="ring">
405
+ <path fill-rule="evenodd" clip-rule="evenodd"
406
+ d="M12 6V9C12 9.76835 12.2889 10.4692 12.7639 11H3.23611C3.71115 10.4692 4 9.76835 4 9V6C4 3.79086 5.79086 2 8 2C10.2091 2 12 3.79086 12 6ZM13 6V9C13 10.1046 13.8954 11 15 11V12H14H2H1V11C2.10457 11 3 10.1046 3 9V6C3 3.23858 5.23858 1 8 1C10.7614 1 13 3.23858 13 6ZM8 15C6.89543 15 6 14.1046 6 13H5C5 14.6569 6.34315 16 8 16C9.65685 16 11 14.6569 11 13H10C10 14.1046 9.10457 15 8 15Z"></path>
407
+ </symbol>
386
408
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="search">
387
409
  <path fill-rule="evenodd" clip-rule="evenodd"
388
410
  d="M10.6391 6.82034C10.6391 8.93042 8.92891 10.6407 6.81957 10.6407C4.71023 10.6407 3 8.93042 3 6.82034C3 4.71027 4.71023 3 6.81957 3C8.92891 3 10.6391 4.71027 10.6391 6.82034ZM9.85559 10.5643C9.02687 11.2373 7.97031 11.6407 6.81957 11.6407C4.15779 11.6407 2 9.48255 2 6.82034C2 4.15814 4.15779 2 6.81957 2C9.48134 2 11.6391 4.15814 11.6391 6.82034C11.6391 7.9714 11.2358 9.02822 10.5627 9.85711L14.0011 13.2961L13.2939 14.0031L9.85559 10.5643Z"></path>
@@ -391,27 +413,27 @@
391
413
  <path fill-rule="evenodd" clip-rule="evenodd"
392
414
  d="M4 8.05001V1H5V8.05001C6.14112 8.28164 7 9.29052 7 10.5C7 11.7095 6.14112 12.7184 5 12.95V15H4V12.95C2.85888 12.7184 2 11.7095 2 10.5C2 9.29052 2.85888 8.28164 4 8.05001ZM6 10.5C6 11.3284 5.32843 12 4.5 12C3.67157 12 3 11.3284 3 10.5C3 9.67157 3.67157 9 4.5 9C5.32843 9 6 9.67157 6 10.5ZM11 15H12V7.94999C13.1411 7.71836 14 6.70948 14 5.5C14 4.29052 13.1411 3.28164 12 3.05001V1H11V3.05001C9.85888 3.28164 9 4.29052 9 5.5C9 6.70948 9.85888 7.71836 11 7.94999V15ZM13 5.5C13 4.67157 12.3284 4 11.5 4C10.6716 4 10 4.67157 10 5.5C10 6.32843 10.6716 7 11.5 7C12.3284 7 13 6.32843 13 5.5Z"></path>
393
415
  </symbol>
394
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="share">
395
- <path fill-rule="evenodd" clip-rule="evenodd"
396
- d="M10 3.5C10 2.67157 10.6716 2 11.5 2C12.3284 2 13 2.67157 13 3.5C13 4.32843 12.3284 5 11.5 5C10.9815 5 10.5244 4.73691 10.255 4.33694C10.2501 4.3282 10.2449 4.31954 10.2394 4.31099C10.2337 4.30213 10.2278 4.29351 10.2216 4.28513C10.0811 4.05675 10 3.78784 10 3.5ZM11.5 6C10.7984 6 10.1642 5.71095 9.71017 5.24543L6.83132 7.09541C6.94025 7.37593 7 7.68099 7 8C7 8.31904 6.94024 8.62413 6.83129 8.90467L9.71011 10.7546C10.1642 10.2891 10.7983 10 11.5 10C12.8807 10 14 11.1193 14 12.5C14 13.8807 12.8807 15 11.5 15C10.1193 15 9 13.8807 9 12.5C9 12.181 9.05976 11.8759 9.16869 11.5954L6.28985 9.74541C5.8358 10.2109 5.20166 10.5 4.5 10.5C3.11929 10.5 2 9.38071 2 8C2 6.61929 3.11929 5.5 4.5 5.5C5.20169 5.5 5.83586 5.78908 6.28991 6.25465L9.16872 4.4047C9.05977 4.12415 9 3.81905 9 3.5C9 2.11929 10.1193 1 11.5 1C12.8807 1 14 2.11929 14 3.5C14 4.88071 12.8807 6 11.5 6ZM5.77811 8.78554C5.77207 8.79379 5.76624 8.80228 5.76064 8.81099C5.75524 8.8194 5.75012 8.82791 5.74528 8.8365C5.47591 9.23672 5.0187 9.5 4.5 9.5C3.67157 9.5 3 8.82843 3 8C3 7.17157 3.67157 6.5 4.5 6.5C5.01849 6.5 5.47554 6.76307 5.74495 7.16301C5.74988 7.1718 5.75511 7.18051 5.76064 7.1891C5.76636 7.198 5.77231 7.20665 5.77848 7.21506C5.91897 7.4434 6 7.71224 6 8C6 8.28802 5.91883 8.55708 5.77811 8.78554ZM10.2213 11.7155C10.0809 11.9437 10 12.2124 10 12.5C10 13.3284 10.6716 14 11.5 14C12.3284 14 13 13.3284 13 12.5C13 11.6716 12.3284 11 11.5 11C10.9817 11 10.5248 11.2629 10.2553 11.6626C10.2503 11.6715 10.245 11.6804 10.2394 11.6891C10.2336 11.6981 10.2275 11.7069 10.2213 11.7155Z"></path>
397
- </symbol>
398
416
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sigma">
399
417
  <path fill-rule="evenodd" clip-rule="evenodd"
400
418
  d="M12 8C12 10.9738 10.257 13 8 13C5.74303 13 4 10.9738 4 8C4 5.02623 5.74303 3 8 3C10.257 3 12 5.02623 12 8ZM10.8699 3H14V2H8C5 2 3 4.68629 3 8C3 11.3137 5 14 8 14C11 14 13 11.3137 13 8C13 5.91303 12.2067 4.07492 10.8699 3Z"></path>
401
419
  </symbol>
420
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="share">
421
+ <path fill-rule="evenodd" clip-rule="evenodd"
422
+ d="M10 3.5C10 2.67157 10.6716 2 11.5 2C12.3284 2 13 2.67157 13 3.5C13 4.32843 12.3284 5 11.5 5C10.9815 5 10.5244 4.73691 10.255 4.33694C10.2501 4.3282 10.2449 4.31954 10.2394 4.31099C10.2337 4.30213 10.2278 4.29351 10.2216 4.28513C10.0811 4.05675 10 3.78784 10 3.5ZM11.5 6C10.7984 6 10.1642 5.71095 9.71017 5.24543L6.83132 7.09541C6.94025 7.37593 7 7.68099 7 8C7 8.31904 6.94024 8.62413 6.83129 8.90467L9.71011 10.7546C10.1642 10.2891 10.7983 10 11.5 10C12.8807 10 14 11.1193 14 12.5C14 13.8807 12.8807 15 11.5 15C10.1193 15 9 13.8807 9 12.5C9 12.181 9.05976 11.8759 9.16869 11.5954L6.28985 9.74541C5.8358 10.2109 5.20166 10.5 4.5 10.5C3.11929 10.5 2 9.38071 2 8C2 6.61929 3.11929 5.5 4.5 5.5C5.20169 5.5 5.83586 5.78908 6.28991 6.25465L9.16872 4.4047C9.05977 4.12415 9 3.81905 9 3.5C9 2.11929 10.1193 1 11.5 1C12.8807 1 14 2.11929 14 3.5C14 4.88071 12.8807 6 11.5 6ZM5.77811 8.78554C5.77207 8.79379 5.76624 8.80228 5.76064 8.81099C5.75524 8.8194 5.75012 8.82791 5.74528 8.8365C5.47591 9.23672 5.0187 9.5 4.5 9.5C3.67157 9.5 3 8.82843 3 8C3 7.17157 3.67157 6.5 4.5 6.5C5.01849 6.5 5.47554 6.76307 5.74495 7.16301C5.74988 7.1718 5.75511 7.18051 5.76064 7.1891C5.76636 7.198 5.77231 7.20665 5.77848 7.21506C5.91897 7.4434 6 7.71224 6 8C6 8.28802 5.91883 8.55708 5.77811 8.78554ZM10.2213 11.7155C10.0809 11.9437 10 12.2124 10 12.5C10 13.3284 10.6716 14 11.5 14C12.3284 14 13 13.3284 13 12.5C13 11.6716 12.3284 11 11.5 11C10.9817 11 10.5248 11.2629 10.2553 11.6626C10.2503 11.6715 10.245 11.6804 10.2394 11.6891C10.2336 11.6981 10.2275 11.7069 10.2213 11.7155Z"></path>
423
+ </symbol>
402
424
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="signal">
403
425
  <path fill-rule="evenodd" clip-rule="evenodd"
404
426
  d="M7.63181 4C9.86068 4 11.7578 4.78275 13.3234 6.34826L12.6162 7.05537C11.2411 5.6802 9.60079 5.00138 7.63778 5C5.67532 5.02469 4.05133 5.70057 2.70711 7.0355L2 6.32839C3.5353 4.80254 5.41256 4.02642 7.63181 4ZM7.64673 7C9.03978 7 10.2255 7.48922 11.2039 8.46766L10.4968 9.17477C9.70872 8.38665 8.77981 8.00134 7.65263 8C6.52249 8.01478 5.60242 8.39963 4.83396 9.16235L4.12685 8.45524C5.08642 7.50159 6.2597 7.01651 7.64673 7ZM6.96019 11.7065C7.15256 11.9022 7.38805 12 7.66666 12C7.94526 12 8.18241 11.9022 8.3781 11.7065C8.57379 11.5108 8.67163 11.2753 8.67163 11C8.67163 10.7247 8.57379 10.4892 8.3781 10.2935C8.18241 10.0978 7.94526 10 7.66666 10C7.38805 10.0033 7.15256 10.1012 6.96019 10.2935C6.76782 10.4859 6.67163 10.7214 6.67163 11C6.67163 11.2786 6.76782 11.5141 6.96019 11.7065Z"></path>
405
427
  </symbol>
406
- <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortZA">
407
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12H6V13H2V12ZM2 8H10V9H2V8ZM2 4H14V5H2V4Z"></path>
408
- </symbol>
409
428
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortAZ">
410
429
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12H14V13H2V12ZM2 8H10V9H2V8ZM2 4H6V5H2V4Z"></path>
411
430
  </symbol>
412
431
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="square">
413
432
  <rect x="2" y="2" width="12" height="12"></rect>
414
433
  </symbol>
434
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortZA">
435
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12H6V13H2V12ZM2 8H10V9H2V8ZM2 4H14V5H2V4Z"></path>
436
+ </symbol>
415
437
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="star">
416
438
  <path fill-rule="evenodd" clip-rule="evenodd"
417
439
  d="M9.93586 6.31765L8 1L6.07886 6.31765H1L4.88644 9.65098L3.4511 15L8 11.8471L12.5489 15L10.8854 9.65098L15 6.31765H9.93586ZM12.177 7.31765H9.2357L8.00359 3.93314L6.78085 7.31765H3.70196L6.01548 9.30191L5.12414 12.6237L8 10.6303L10.7315 12.5236L9.72919 9.30066L12.177 7.31765Z"></path>
@@ -489,7 +511,7 @@
489
511
  </symbol>
490
512
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="warningStroke">
491
513
  <path fill-rule="evenodd" clip-rule="evenodd"
492
- d="M1 14L1.63636 13L7.40735 3.93131L8 3L8.59265 3.93131L14.3636 13L15 14H13.8147H2.18531H1ZM8 4.86263L13.1783 13H2.82167L8 4.86263ZM7.5 10V7H8.5V10H7.5ZM7.5 12V11H8.5V12H7.5Z"></path>
514
+ d="M1 13L1.63636 12L7.40735 2.93131L8 2L8.59265 2.93131L14.3636 12L15 13H13.8147H2.18531H1ZM8 3.86263L13.1783 12H2.82167L8 3.86263ZM7.5 9V6H8.5V9H7.5ZM7.5 11V10H8.5V11H7.5Z"></path>
493
515
  </symbol>
494
516
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" id="well">
495
517
  <path fill-rule="evenodd" clip-rule="evenodd"
@@ -501,7 +523,7 @@
501
523
  </symbol>
502
524
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wrench">
503
525
  <path fill-rule="evenodd" clip-rule="evenodd"
504
- d="M2.07562 3.66791C1.97415 4.04956 1.97481 4.45116 2.07754 4.83247C2.18028 5.21378 2.38148 5.5614 2.66098 5.84048C2.94048 6.11956 3.28845 6.3203 3.67002 6.42258C4.0516 6.52486 4.45336 6.52509 4.83505 6.42324L9.5924 11.1119C9.49353 11.4477 9.4743 11.8018 9.53624 12.1463C9.59818 12.4908 9.73959 12.8161 9.94923 13.0964C10.1589 13.3767 10.431 13.6043 10.744 13.7612C11.057 13.918 11.4023 13.9998 11.7524 14C12.0749 13.9996 12.3936 13.9298 12.6869 13.7955C12.9801 13.6612 13.2411 13.4654 13.452 13.2215C13.6629 12.9775 13.819 12.6911 13.9095 12.3817C14.0001 12.0722 14.023 11.7469 13.9768 11.4278C13.9306 11.1087 13.8163 10.8032 13.6416 10.5321C13.467 10.261 13.2361 10.0306 12.9646 9.85651C12.6931 9.6824 12.3874 9.56865 12.0681 9.52298C11.7488 9.4773 11.4234 9.50077 11.1139 9.59178L6.42334 4.83634C6.52572 4.45466 6.52588 4.05277 6.42377 3.67101C6.32167 3.28925 6.12091 2.94105 5.84164 2.66136C5.56237 2.38167 5.21442 2.18033 4.8327 2.07754C4.45099 1.97476 4.04894 1.97414 3.66691 2.07576L5.2732 3.68216L5.00011 5.00058L3.68191 5.27356L2.07562 3.66791ZM12.1065 10.4317L11.7524 10.2502L11.399 10.4317L11.0021 10.4512L10.7868 10.785L10.4529 11.0002L10.4334 11.3969L10.2519 11.7501L10.4334 12.1034L10.4529 12.5001L10.7868 12.7153L11.0021 13.0491L11.399 13.0686L11.7524 13.25L12.1057 13.0686L12.5026 13.0491L12.718 12.7153L13.0518 12.5001L13.0713 12.1034L13.2529 11.7501L13.0713 11.3969L13.0518 11.0002L12.718 10.785L12.5026 10.4512L12.1057 10.4317H12.1065Z"></path>
526
+ d="M2.07562 3.66791C1.97415 4.04956 1.97481 4.45116 2.07754 4.83247C2.18028 5.21378 2.38148 5.5614 2.66098 5.84048C2.94048 6.11956 3.28845 6.3203 3.67002 6.42258C4.0516 6.52486 4.45336 6.52509 4.83505 6.42324L9.5924 11.1119C9.49353 11.4477 9.4743 11.8018 9.53624 12.1463C9.59818 12.4908 9.73959 12.8161 9.94923 13.0964C10.1589 13.3767 10.431 13.6043 10.744 13.7612C11.057 13.918 11.4023 13.9998 11.7524 14C12.0749 13.9996 12.3936 13.9298 12.6869 13.7955C12.9801 13.6612 13.2411 13.4654 13.452 13.2215C13.6629 12.9775 13.819 12.6911 13.9095 12.3817C14.0001 12.0722 14.023 11.7469 13.9768 11.4278C13.9306 11.1087 13.8163 10.8032 13.6416 10.5321C13.467 10.261 13.2361 10.0306 12.9646 9.85651C12.6931 9.6824 12.3874 9.56865 12.0681 9.52298C11.7488 9.4773 11.4234 9.50077 11.1139 9.59178L6.42334 4.83634C6.52572 4.45466 6.52587 4.05277 6.42377 3.67101C6.32167 3.28925 6.12091 2.94105 5.84164 2.66136C5.56237 2.38167 5.21442 2.18033 4.8327 2.07754C4.45099 1.97476 4.04894 1.97414 3.66691 2.07576L5.2732 3.68216L5.00011 5.00058L3.68191 5.27356L2.07562 3.66791ZM12.1065 10.4317L11.7524 10.2502L11.399 10.4317L11.0021 10.4512L10.7868 10.785L10.4529 11.0002L10.4334 11.3969L10.2519 11.7501L10.4334 12.1034L10.4529 12.5001L10.7868 12.7153L11.0021 13.0491L11.399 13.0686L11.7524 13.25L12.1057 13.0686L12.5026 13.0491L12.718 12.7153L13.0518 12.5001L13.0713 12.1034L13.2529 11.7501L13.0713 11.3969L13.0518 11.0002L12.718 10.785L12.5026 10.4512L12.1057 10.4317H12.1065Z"></path>
505
527
  </symbol>
506
528
  <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="xls">
507
529
  <path fill-rule="evenodd" clip-rule="evenodd"
@@ -5,5 +5,5 @@ export declare class AccordionComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "teta-accordion", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "teta-accordion", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -4,5 +4,5 @@ export declare class AccordionContentDirective {
4
4
  template: TemplateRef<any>;
5
5
  constructor(template: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionContentDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionContentDirective, "[tetaAccordionContent]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionContentDirective, "[tetaAccordionContent]", never, {}, {}, never, never, false>;
8
8
  }
@@ -11,5 +11,5 @@ export declare class AccordionHeadComponent implements OnInit {
11
11
  get disabled(): boolean;
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeadComponent, [{ host: true; }]>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeadComponent, "teta-accordion-head", never, { "showToggle": "showToggle"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeadComponent, "teta-accordion-head", never, { "showToggle": "showToggle"; }, {}, never, ["*"], false>;
15
15
  }
@@ -13,5 +13,5 @@ export declare class AccordionItemComponent implements OnInit {
13
13
  toggle(): void;
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, [{ optional: true; }, null]>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "teta-accordion-item", never, { "open": "open"; "disabled": "disabled"; }, {}, ["content"], ["teta-accordion-head"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "teta-accordion-item", never, { "open": "open"; "disabled": "disabled"; }, {}, ["content"], ["teta-accordion-head"], false>;
17
17
  }
@@ -10,5 +10,5 @@ export declare class ButtonComponent implements OnInit {
10
10
  constructor();
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[teta-button], teta-button", never, { "palette": "palette"; "class": "class"; "view": "view"; "square": "square"; }, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[teta-button], teta-button", never, { "palette": "palette"; "class": "class"; "view": "view"; "square": "square"; }, {}, never, ["*"], false>;
14
14
  }
@@ -33,5 +33,5 @@ export declare class Chart3dComponent implements OnInit, AfterViewInit, OnDestro
33
33
  private drawTicks;
34
34
  private getScales;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<Chart3dComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<Chart3dComponent, "teta-chart3d", never, { "config": "config"; }, {}, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<Chart3dComponent, "teta-chart3d", never, { "config": "config"; }, {}, never, never, false>;
37
37
  }
@@ -42,5 +42,5 @@ export declare class CheckboxComponent implements ControlValueAccessor, OnInit {
42
42
  registerOnTouched(fn: () => void): void;
43
43
  setDisabledState?(isDisabled: boolean): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "teta-checkbox", never, { "class": "class"; "palette": "palette"; "noLabel": "noLabel"; "disabled": "disabled"; "value": "value"; "binary": "binary"; "allowNull": "allowNull"; }, {}, never, ["*"]>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "teta-checkbox", never, { "class": "class"; "palette": "palette"; "noLabel": "noLabel"; "disabled": "disabled"; "value": "value"; "binary": "binary"; "allowNull": "allowNull"; }, {}, never, ["*"], false>;
46
46
  }
@@ -76,5 +76,5 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
76
76
  setMode(mode: DatePickerMode): void;
77
77
  private emptyDate;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "teta-date-picker", never, { "disabled": "disabled"; "invalid": "invalid"; "firstDayOfWeek": "firstDayOfWeek"; "disabledDates": "disabledDates"; "disabledPeriods": "disabledPeriods"; "disabledDays": "disabledDays"; "minDate": "minDate"; "maxDate": "maxDate"; "minYearDate": "minYearDate"; "maxYearDate": "maxYearDate"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "allowNull": "allowNull"; "backdrop": "backdrop"; "showTime": "showTime"; "format": "format"; }, {}, never, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "teta-date-picker", never, { "disabled": "disabled"; "invalid": "invalid"; "firstDayOfWeek": "firstDayOfWeek"; "disabledDates": "disabledDates"; "disabledPeriods": "disabledPeriods"; "disabledDays": "disabledDays"; "minDate": "minDate"; "maxDate": "maxDate"; "minYearDate": "minYearDate"; "maxYearDate": "maxYearDate"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "allowNull": "allowNull"; "backdrop": "backdrop"; "showTime": "showTime"; "format": "format"; }, {}, never, never, false>;
80
80
  }
@@ -45,5 +45,5 @@ export declare class DaySelectComponent implements OnInit, OnDestroy, ControlVal
45
45
  private checkDays;
46
46
  private preventEvent;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<DaySelectComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<DaySelectComponent, "teta-day-select", never, { "firstDayOfWeek": "firstDayOfWeek"; "disabledDates": "disabledDates"; "disabledPeriods": "disabledPeriods"; "disabledDays": "disabledDays"; "minDate": "minDate"; "maxDate": "maxDate"; "disabled": "disabled"; }, { "dateSelected": "dateSelected"; "monthSelected": "monthSelected"; "yearSelected": "yearSelected"; }, never, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<DaySelectComponent, "teta-day-select", never, { "firstDayOfWeek": "firstDayOfWeek"; "disabledDates": "disabledDates"; "disabledPeriods": "disabledPeriods"; "disabledDays": "disabledDays"; "minDate": "minDate"; "maxDate": "maxDate"; "disabled": "disabled"; }, { "dateSelected": "dateSelected"; "monthSelected": "monthSelected"; "yearSelected": "yearSelected"; }, never, never, false>;
49
49
  }
@@ -50,5 +50,5 @@ export declare class MonthPickerComponent implements ControlValueAccessor, OnIni
50
50
  setToday: () => void;
51
51
  setMode(mode: DatePickerMode): void;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<MonthPickerComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<MonthPickerComponent, "teta-month-picker", never, { "disabled": "disabled"; "minDate": "minDate"; "maxDate": "maxDate"; "showToday": "showToday"; "appendToBody": "appendToBody"; }, {}, never, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonthPickerComponent, "teta-month-picker", never, { "disabled": "disabled"; "minDate": "minDate"; "maxDate": "maxDate"; "showToday": "showToday"; "appendToBody": "appendToBody"; }, {}, never, never, false>;
54
54
  }
@@ -36,5 +36,5 @@ export declare class MonthSelectComponent implements OnInit, AfterViewInit, OnDe
36
36
  isMaxInvalid: (dat: Date) => boolean;
37
37
  private makeMonths;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MonthSelectComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MonthSelectComponent, "teta-month-select", never, { "locale": "locale"; "minDate": "minDate"; "maxDate": "maxDate"; "size": "size"; "currentMonth": "currentMonth"; "currentYear": "currentYear"; }, { "monthSelected": "monthSelected"; "monthApplied": "monthApplied"; }, never, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonthSelectComponent, "teta-month-select", never, { "locale": "locale"; "minDate": "minDate"; "maxDate": "maxDate"; "size": "size"; "currentMonth": "currentMonth"; "currentYear": "currentYear"; }, { "monthSelected": "monthSelected"; "monthApplied": "monthApplied"; }, never, never, false>;
40
40
  }
@@ -22,5 +22,5 @@ export declare class TimePartControlComponent implements OnInit, ControlValueAcc
22
22
  registerOnTouched(fn: () => void): void;
23
23
  setDisabledState?(isDisabled: boolean): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePartControlComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePartControlComponent, "teta-time-part-control", never, { "min": "min"; "max": "max"; "disabled": "disabled"; }, {}, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePartControlComponent, "teta-time-part-control", never, { "min": "min"; "max": "max"; "disabled": "disabled"; }, {}, never, never, false>;
26
26
  }