@tetacom/ng-components 1.0.3 → 1.0.7

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 (232) hide show
  1. package/assets/color-icons.svg +339 -0
  2. package/assets/icons.svg +669 -0
  3. package/assets/lithotype-icons.svg +423 -0
  4. package/component/filter/filter-host/filter-host.component.d.ts +2 -3
  5. package/component/table/cell-host/cell-host.component.d.ts +2 -3
  6. package/component/table/head-cell-host/head-cell-host.component.d.ts +2 -3
  7. package/component/table/table/table.component.d.ts +2 -2
  8. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -2
  9. package/esm2020/common/service/click.service.mjs +3 -3
  10. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  11. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  12. package/esm2020/component/accordion/accordion/accordion.component.mjs +3 -3
  13. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  14. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  15. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  16. package/esm2020/component/accordion/accordion.module.mjs +4 -4
  17. package/esm2020/component/button/button/button.component.mjs +3 -3
  18. package/esm2020/component/button/button.module.mjs +4 -4
  19. package/esm2020/component/chart/chart/chart.component.mjs +3 -3
  20. package/esm2020/component/chart/chart.module.mjs +4 -4
  21. package/esm2020/component/chart/core/chart.mjs +4 -4
  22. package/esm2020/component/chart-3d/chart-3d.module.mjs +4 -4
  23. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  24. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  25. package/esm2020/component/checkbox/checkbox.module.mjs +4 -4
  26. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +3 -3
  27. package/esm2020/component/date-picker/date-picker.module.mjs +4 -4
  28. package/esm2020/component/date-picker/day-select/day-select.component.mjs +3 -3
  29. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +3 -3
  30. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  31. package/esm2020/component/date-picker/service/picker-locale.service.mjs +3 -3
  32. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  33. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +3 -3
  34. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  35. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  36. package/esm2020/component/delimiter/delimiter.module.mjs +4 -4
  37. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +3 -3
  38. package/esm2020/component/dropdown/dropdown-base.mjs +8 -8
  39. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  40. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  41. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  42. package/esm2020/component/dropdown/dropdown.module.mjs +4 -4
  43. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +4 -4
  44. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +3 -3
  45. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  46. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  47. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  48. package/esm2020/component/expand-panel/expand-panel.module.mjs +4 -4
  49. package/esm2020/component/file-upload/file-item/file-item.component.mjs +3 -3
  50. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -3
  51. package/esm2020/component/file-upload/file-upload.module.mjs +4 -4
  52. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  53. package/esm2020/component/filter/contarct/string-filter.mjs +1 -1
  54. package/esm2020/component/filter/date-filter/date-filter.component.mjs +3 -3
  55. package/esm2020/component/filter/filter-host/filter-host.component.mjs +7 -9
  56. package/esm2020/component/filter/filter-panel/filter-panel.component.mjs +3 -3
  57. package/esm2020/component/filter/filter.module.mjs +4 -4
  58. package/esm2020/component/filter/list-filter/list-filter.component.mjs +3 -3
  59. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  60. package/esm2020/component/filter/string-filter/string-filter.component.mjs +3 -3
  61. package/esm2020/component/icon/icon/icon.component.mjs +3 -3
  62. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  63. package/esm2020/component/icon/icon.module.mjs +4 -4
  64. package/esm2020/component/icon/icon.service.mjs +3 -3
  65. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +3 -3
  66. package/esm2020/component/input/input/input.component.mjs +3 -3
  67. package/esm2020/component/input/input.module.mjs +4 -4
  68. package/esm2020/component/input/text-field/text-field.component.mjs +3 -3
  69. package/esm2020/component/message/message/message.component.mjs +3 -3
  70. package/esm2020/component/message/message-host/message-host.component.mjs +3 -3
  71. package/esm2020/component/message/message.module.mjs +4 -4
  72. package/esm2020/component/message/message.service.mjs +3 -3
  73. package/esm2020/component/modal/dialog/dialog.component.mjs +3 -3
  74. package/esm2020/component/modal/dialog.service.mjs +3 -3
  75. package/esm2020/component/modal/modal-container/modal-container.component.mjs +3 -3
  76. package/esm2020/component/modal/modal.module.mjs +4 -4
  77. package/esm2020/component/modal/modal.service.mjs +3 -3
  78. package/esm2020/component/pager/pager/pager.component.mjs +3 -3
  79. package/esm2020/component/pager/pager.module.mjs +4 -4
  80. package/esm2020/component/panel/panel/panel.component.mjs +3 -3
  81. package/esm2020/component/panel/panel.module.mjs +4 -4
  82. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +3 -3
  83. package/esm2020/component/progress-bar/progress-bar.module.mjs +4 -4
  84. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +3 -3
  85. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +3 -3
  86. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +3 -3
  87. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +3 -3
  88. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  89. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +3 -3
  90. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +3 -3
  91. package/esm2020/component/property-grid/property-grid.module.mjs +4 -4
  92. package/esm2020/component/radio/radio/radio.component.mjs +3 -3
  93. package/esm2020/component/radio/radio-button/radio-button.component.mjs +3 -3
  94. package/esm2020/component/radio/radio.module.mjs +4 -4
  95. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +3 -3
  96. package/esm2020/component/resize-panel/resize-panel.module.mjs +4 -4
  97. package/esm2020/component/select/select/select.component.mjs +3 -3
  98. package/esm2020/component/select/select-option.directive.mjs +3 -3
  99. package/esm2020/component/select/select-value.directive.mjs +3 -3
  100. package/esm2020/component/select/select.module.mjs +4 -4
  101. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  102. package/esm2020/component/sidebar/sidebar.module.mjs +4 -4
  103. package/esm2020/component/switch/switch/switch.component.mjs +3 -3
  104. package/esm2020/component/switch/switch-button/switch-button.component.mjs +3 -3
  105. package/esm2020/component/switch/switch.module.mjs +4 -4
  106. package/esm2020/component/switch/switch.service.mjs +3 -3
  107. package/esm2020/component/table/base/cell-component-base.mjs +4 -4
  108. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  109. package/esm2020/component/table/cell/cell.component.mjs +3 -3
  110. package/esm2020/component/table/cell-host/cell-host.component.mjs +7 -9
  111. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
  112. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +6 -6
  113. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  114. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
  115. package/esm2020/component/table/default/group-row/group-row.component.mjs +3 -3
  116. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +3 -3
  117. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  118. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +3 -3
  119. package/esm2020/component/table/head-cell/head-cell.component.mjs +3 -3
  120. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
  121. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +7 -9
  122. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +3 -3
  123. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +3 -3
  124. package/esm2020/component/table/service/table.service.mjs +3 -3
  125. package/esm2020/component/table/table/table.component.mjs +15 -23
  126. package/esm2020/component/table/table-body/table-body.component.mjs +3 -3
  127. package/esm2020/component/table/table-head/table-head.component.mjs +3 -3
  128. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +3 -3
  129. package/esm2020/component/table/table.module.mjs +4 -4
  130. package/esm2020/component/tabs/tab/tab.component.mjs +3 -3
  131. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  132. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  133. package/esm2020/component/tabs/tabs/tabs.component.mjs +3 -3
  134. package/esm2020/component/tabs/tabs.module.mjs +4 -4
  135. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  136. package/esm2020/component/theme-switch/theme-switch.module.mjs +4 -4
  137. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  138. package/esm2020/component/toggle/toggle/toggle.component.mjs +3 -3
  139. package/esm2020/component/toggle/toggle.module.mjs +4 -4
  140. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +3 -3
  141. package/esm2020/component/toolbar/toolbar.module.mjs +4 -4
  142. package/esm2020/component/tree/tree/tree.component.mjs +3 -3
  143. package/esm2020/component/tree/tree-item/tree-item.component.mjs +3 -3
  144. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  145. package/esm2020/component/tree/tree.module.mjs +4 -4
  146. package/esm2020/component/tree/tree.service.mjs +3 -3
  147. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  148. package/esm2020/directive/click-outside/click-outside.module.mjs +4 -4
  149. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  150. package/esm2020/directive/context-menu/context-menu.module.mjs +4 -4
  151. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  152. package/esm2020/directive/disable-control/disable-control.module.mjs +4 -4
  153. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +10 -9
  154. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  155. package/esm2020/directive/drag-sort/drag-sort.module.mjs +4 -4
  156. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  157. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  158. package/esm2020/directive/highlight/highlight.module.mjs +4 -4
  159. package/esm2020/directive/hint/hint.directive.mjs +4 -4
  160. package/esm2020/directive/hint/hint.module.mjs +4 -4
  161. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  162. package/esm2020/directive/loader/loader.module.mjs +4 -4
  163. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  164. package/esm2020/directive/no-autofill/no-autofill.module.mjs +4 -4
  165. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  166. package/esm2020/directive/only-number/only-number.module.mjs +4 -4
  167. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  168. package/esm2020/directive/resize-drag/resize-drag.module.mjs +4 -4
  169. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  170. package/esm2020/directive/teta-template/teta-template.module.mjs +4 -4
  171. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  172. package/esm2020/directive/tooltip/tooltip.module.mjs +4 -4
  173. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +4 -4
  174. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  175. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +4 -4
  176. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  177. package/fesm2015/tetacom-ng-components.mjs +629 -643
  178. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  179. package/fesm2020/tetacom-ng-components.mjs +627 -643
  180. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  181. package/package.json +1 -1
  182. package/style/accordion.scss +47 -0
  183. package/style/assembly-library.scss +36 -0
  184. package/style/assembly-presets.scss +5 -0
  185. package/style/assembly.scss +4 -0
  186. package/style/border.scss +24 -0
  187. package/style/button.scss +43 -0
  188. package/style/checkbox.scss +31 -0
  189. package/style/chips.scss +23 -0
  190. package/style/color.scss +42 -0
  191. package/style/common.scss +1 -0
  192. package/style/datepicker.scss +106 -0
  193. package/style/drag.scss +40 -0
  194. package/style/dropdown.scss +30 -0
  195. package/style/font.scss +7 -0
  196. package/style/hint.scss +13 -0
  197. package/style/icon.scss +12 -0
  198. package/style/input.scss +162 -0
  199. package/style/layout.scss +109 -0
  200. package/style/library.scss +208 -0
  201. package/style/list.scss +70 -0
  202. package/style/loader.scss +40 -0
  203. package/style/message.scss +51 -0
  204. package/style/modal.scss +29 -0
  205. package/style/navigation.scss +26 -0
  206. package/style/presets/color-presets.scss +151 -0
  207. package/style/presets/font-presets.scss +132 -0
  208. package/style/presets/layout-presets.scss +1 -0
  209. package/style/presets/shadow-presets.scss +16 -0
  210. package/style/presets/spacing-presets.scss +2 -0
  211. package/style/progress.scss +28 -0
  212. package/style/radio.scss +56 -0
  213. package/style/reset.scss +35 -0
  214. package/style/resize-panel.scss +58 -0
  215. package/style/scroll.scss +51 -0
  216. package/style/select.scss +108 -0
  217. package/style/shadow.scss +23 -0
  218. package/style/sidebar.scss +40 -0
  219. package/style/sizing.scss +12 -0
  220. package/style/spacing.scss +45 -0
  221. package/style/switch.scss +36 -0
  222. package/style/table.scss +226 -0
  223. package/style/tabs.scss +64 -0
  224. package/style/toggle.scss +70 -0
  225. package/style/toolbar.scss +23 -0
  226. package/style/tooltip.scss +60 -0
  227. package/style/tree.scss +60 -0
  228. package/style/util/button-util.scss +58 -0
  229. package/style/util/color-util.scss +3 -0
  230. package/style/util/font-util.scss +11 -0
  231. package/style/util/scroll-util.scss +4 -0
  232. package/style/util/shadow-util.scss +3 -0
@@ -0,0 +1,423 @@
1
+ <!-- SVG Sprite -->
2
+ <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" width="0"
3
+ height="0" class="hidden">
4
+ <!-- SVG Sprite -->
5
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon1">
6
+ <g clip-path="url(#clip0)">
7
+ <rect width="16" height="16" fill="#E38C36"></rect>
8
+ <rect width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
9
+ <rect y="4" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
10
+ <rect y="8" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
11
+ <rect y="12" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
12
+ <rect x="15" y="1" width="1" height="1" transform="rotate(180 15 1)" fill="#600C00" fill-opacity="0.5"></rect>
13
+ <rect x="15" y="5" width="1" height="1" transform="rotate(180 15 5)" fill="#600C00" fill-opacity="0.5"></rect>
14
+ <rect x="15" y="9" width="1" height="1" transform="rotate(180 15 9)" fill="#600C00" fill-opacity="0.5"></rect>
15
+ <rect x="15" y="13" width="1" height="1" transform="rotate(180 15 13)" fill="#600C00" fill-opacity="0.5"></rect>
16
+ <rect x="13" y="1" width="5" height="1" transform="rotate(180 13 1)" fill="#600C00" fill-opacity="0.5"></rect>
17
+ <rect x="13" y="5" width="5" height="1" transform="rotate(180 13 5)" fill="#600C00" fill-opacity="0.5"></rect>
18
+ <rect x="13" y="9" width="5" height="1" transform="rotate(180 13 9)" fill="#600C00" fill-opacity="0.5"></rect>
19
+ <rect x="13" y="13" width="5" height="1" transform="rotate(180 13 13)" fill="#600C00" fill-opacity="0.5"></rect>
20
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 7 0)" fill="#600C00" fill-opacity="0.5"></rect>
21
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 7 4)" fill="#600C00" fill-opacity="0.5"></rect>
22
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 7 8)" fill="#600C00" fill-opacity="0.5"></rect>
23
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 7 12)" fill="#600C00" fill-opacity="0.5"></rect>
24
+ <rect x="4" y="2" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
25
+ <rect x="4" y="6" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
26
+ <rect x="4" y="10" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
27
+ <rect x="4" y="14" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
28
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 11 2)" fill="#600C00" fill-opacity="0.5"></rect>
29
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 11 6)" fill="#600C00" fill-opacity="0.5"></rect>
30
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 11 10)" fill="#600C00" fill-opacity="0.5"></rect>
31
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 11 14)" fill="#600C00" fill-opacity="0.5"></rect>
32
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 16 2)" fill="#600C00" fill-opacity="0.5"></rect>
33
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 16 6)" fill="#600C00" fill-opacity="0.5"></rect>
34
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 16 10)" fill="#600C00" fill-opacity="0.5"></rect>
35
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 16 14)" fill="#600C00" fill-opacity="0.5"></rect>
36
+ <rect x="2" y="2" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
37
+ <rect x="2" y="6" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
38
+ <rect x="2" y="10" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
39
+ <rect x="2" y="14" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
40
+ <rect y="2" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
41
+ <rect y="6" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
42
+ <rect y="10" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
43
+ <rect y="14" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
44
+ </g>
45
+ <defs>
46
+ <clipPath>
47
+ <rect width="16" height="16" fill="white"></rect>
48
+ </clipPath>
49
+ </defs>
50
+ </symbol>
51
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon2">
52
+ <g clip-path="url(#clip0)">
53
+ <rect width="16" height="16" fill="#BEBDBE"></rect>
54
+ <rect x="1" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
55
+ <rect x="1" y="4" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
56
+ <rect x="1" y="8" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
57
+ <rect x="1" y="12" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
58
+ <rect x="9" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
59
+ <rect x="9" y="4" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
60
+ <rect x="9" y="8" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
61
+ <rect x="9" y="12" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
62
+ <rect x="5" y="2" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
63
+ <rect x="5" y="6" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
64
+ <rect x="5" y="10" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
65
+ <rect x="5" y="14" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
66
+ <rect x="13" y="2" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
67
+ <rect x="13" y="6" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
68
+ <rect x="13" y="10" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
69
+ <rect x="13" y="14" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
70
+ <rect y="2" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
71
+ <rect y="6" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
72
+ <rect y="10" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
73
+ <rect y="14" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
74
+ </g>
75
+ <defs>
76
+ <clipPath>
77
+ <rect width="16" height="16" fill="white"></rect>
78
+ </clipPath>
79
+ </defs>
80
+ </symbol>
81
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon3">
82
+ <g clip-path="url(#clip0)">
83
+ <rect width="16" height="16" fill="#B0DEF5"></rect>
84
+ <path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.6"></path>
85
+ <path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.6"></path>
86
+ <rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
87
+ <rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
88
+ <rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
89
+ <rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
90
+ <rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
91
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.6"></rect>
92
+ </g>
93
+ <defs>
94
+ <clipPath>
95
+ <rect width="16" height="16" fill="white"></rect>
96
+ </clipPath>
97
+ </defs>
98
+ </symbol>
99
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon4">
100
+ <g clip-path="url(#clip0)">
101
+ <rect width="16" height="16" fill="#9CB8AA"></rect>
102
+ <path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.5"></path>
103
+ <path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.5"></path>
104
+ <rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
105
+ <rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
106
+ <rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
107
+ <rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
108
+ <rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
109
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.5"></rect>
110
+ </g>
111
+ <defs>
112
+ <clipPath>
113
+ <rect width="16" height="16" fill="white"></rect>
114
+ </clipPath>
115
+ </defs>
116
+ </symbol>
117
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon5">
118
+ <g clip-path="url(#clip0)">
119
+ <rect width="16" height="16" fill="#797E82"></rect>
120
+ <path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.6"></path>
121
+ <path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.6"></path>
122
+ <rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
123
+ <rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
124
+ <rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
125
+ <rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
126
+ <rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
127
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.6"></rect>
128
+ </g>
129
+ <defs>
130
+ <clipPath>
131
+ <rect width="16" height="16" fill="white"></rect>
132
+ </clipPath>
133
+ </defs>
134
+ </symbol>
135
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon6">
136
+ <g clip-path="url(#clip0)">
137
+ <rect width="16" height="16" fill="#D4B19D"></rect>
138
+ <rect y="1" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
139
+ <rect y="5" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
140
+ <rect x="1.40918" y="5.4256" width="1" height="4.68398" transform="rotate(30 1.40918 5.4256)" fill="#976659"
141
+ fill-opacity="0.6"></rect>
142
+ <rect x="5.15283" y="13.3691" width="1" height="4.2186" transform="rotate(30 5.15283 13.3691)" fill="#976659"
143
+ fill-opacity="0.6"></rect>
144
+ <rect x="9.53296" y="5.21106" width="1" height="4.93174" transform="rotate(30 9.53296 5.21106)" fill="#976659"
145
+ fill-opacity="0.6"></rect>
146
+ <path d="M17.5361 5.21106L18.4022 5.71106L15.9363 9.98207L15.0703 9.48207L17.5361 5.21106Z" fill="#976659"
147
+ fill-opacity="0.6"></path>
148
+ <rect x="13.0149" y="13.6081" width="1" height="4.25711" transform="rotate(30 13.0149 13.6081)" fill="#976659"
149
+ fill-opacity="0.6"></rect>
150
+ <rect x="7.31714" y="1.08496" width="1" height="5" transform="rotate(30 7.31714 1.08496)" fill="#976659"
151
+ fill-opacity="0.6"></rect>
152
+ <rect x="15.3171" y="1.08496" width="1" height="5" transform="rotate(30 15.3171 1.08496)" fill="#976659"
153
+ fill-opacity="0.6"></rect>
154
+ <rect x="11.3171" y="9.08496" width="1" height="5" transform="rotate(30 11.3171 9.08496)" fill="#976659"
155
+ fill-opacity="0.6"></rect>
156
+ <rect x="13.3171" y="-2.91504" width="1" height="5" transform="rotate(30 13.3171 -2.91504)" fill="#976659"
157
+ fill-opacity="0.6"></rect>
158
+ <rect x="3.51733" y="9.2381" width="1" height="4.90049" transform="rotate(30 3.51733 9.2381)" fill="#976659"
159
+ fill-opacity="0.6"></rect>
160
+ <path d="M5.28857 -2.82861L6.1546 -2.32861L3.70435 1.91534L2.83833 1.41534L5.28857 -2.82861Z" fill="#976659"
161
+ fill-opacity="0.6"></path>
162
+ <rect y="9" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
163
+ <rect y="13" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
164
+ </g>
165
+ <defs>
166
+ <clipPath>
167
+ <rect width="16" height="16" fill="white"></rect>
168
+ </clipPath>
169
+ </defs>
170
+ </symbol>
171
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon7">
172
+ <g clip-path="url(#clip0)">
173
+ <rect width="16" height="16" fill="#CFCFC5"></rect>
174
+ <path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.5"></path>
175
+ <path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.5"></path>
176
+ <rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
177
+ <rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
178
+ <rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
179
+ <rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
180
+ <rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
181
+ <rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.5"></rect>
182
+ </g>
183
+ <defs>
184
+ <clipPath>
185
+ <rect width="16" height="16" fill="white"></rect>
186
+ </clipPath>
187
+ </defs>
188
+ </symbol>
189
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon8">
190
+ <g clip-path="url(#clip0)">
191
+ <rect width="16" height="16" fill="#FFEFD5"></rect>
192
+ <rect y="2" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
193
+ <rect y="6" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
194
+ <rect x="3" y="7" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
195
+ <rect x="3" y="15" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
196
+ <rect x="3" y="-1" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
197
+ <rect x="11" y="7" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
198
+ <rect x="11" y="15" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
199
+ <rect x="11" y="-1" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
200
+ <rect x="7" y="2" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
201
+ <rect x="15" y="2" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
202
+ <rect x="15" y="10" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
203
+ <rect x="7" y="11" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
204
+ <rect y="10" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
205
+ <rect y="14" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
206
+ </g>
207
+ <defs>
208
+ <clipPath>
209
+ <rect width="16" height="16" fill="white"></rect>
210
+ </clipPath>
211
+ </defs>
212
+ </symbol>
213
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon9">
214
+ <g clip-path="url(#clip0)">
215
+ <rect width="16" height="16" fill="#914F2F"></rect>
216
+ <rect y="1" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
217
+ <rect y="5" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
218
+ <rect x="1.40918" y="5.4256" width="1" height="4.68398" transform="rotate(30 1.40918 5.4256)" fill="#361F19"
219
+ fill-opacity="0.5"></rect>
220
+ <rect x="5.15283" y="13.3691" width="1" height="4.2186" transform="rotate(30 5.15283 13.3691)" fill="#361F19"
221
+ fill-opacity="0.5"></rect>
222
+ <rect x="9.53296" y="5.21106" width="1" height="4.93174" transform="rotate(30 9.53296 5.21106)" fill="#361F19"
223
+ fill-opacity="0.5"></rect>
224
+ <path d="M17.5361 5.21106L18.4022 5.71106L15.9363 9.98207L15.0703 9.48207L17.5361 5.21106Z" fill="#361F19"
225
+ fill-opacity="0.5"></path>
226
+ <rect x="13.0149" y="13.6081" width="1" height="4.25711" transform="rotate(30 13.0149 13.6081)" fill="#361F19"
227
+ fill-opacity="0.5"></rect>
228
+ <rect x="7.31714" y="1.08496" width="1" height="5" transform="rotate(30 7.31714 1.08496)" fill="#361F19"
229
+ fill-opacity="0.5"></rect>
230
+ <rect x="15.3171" y="1.08496" width="1" height="5" transform="rotate(30 15.3171 1.08496)" fill="#361F19"
231
+ fill-opacity="0.5"></rect>
232
+ <rect x="11.3171" y="9.08496" width="1" height="5" transform="rotate(30 11.3171 9.08496)" fill="#361F19"
233
+ fill-opacity="0.5"></rect>
234
+ <rect x="13.3171" y="-2.91504" width="1" height="5" transform="rotate(30 13.3171 -2.91504)" fill="#361F19"
235
+ fill-opacity="0.5"></rect>
236
+ <rect x="3.51733" y="9.2381" width="1" height="4.90049" transform="rotate(30 3.51733 9.2381)" fill="#361F19"
237
+ fill-opacity="0.5"></rect>
238
+ <path d="M5.28864 -2.82861L6.15466 -2.32861L3.70442 1.91534L2.83839 1.41534L5.28864 -2.82861Z" fill="#361F19"
239
+ fill-opacity="0.5"></path>
240
+ <rect y="9" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
241
+ <rect y="13" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
242
+ </g>
243
+ <defs>
244
+ <clipPath>
245
+ <rect width="16" height="16" fill="white"></rect>
246
+ </clipPath>
247
+ </defs>
248
+ </symbol>
249
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon10">
250
+ <rect width="16" height="16" fill="#FFF487"></rect>
251
+ <rect width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
252
+ <rect y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
253
+ <rect y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
254
+ <rect y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
255
+ <rect x="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
256
+ <rect x="4" y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
257
+ <rect x="4" y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
258
+ <rect x="4" y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
259
+ <rect x="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
260
+ <rect x="12" y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
261
+ <rect x="12" y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
262
+ <rect x="12" y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
263
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 9 0)" fill="#504400" fill-opacity="0.6"></rect>
264
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 9 4)" fill="#504400" fill-opacity="0.6"></rect>
265
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 9 8)" fill="#504400" fill-opacity="0.6"></rect>
266
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 9 12)" fill="#504400" fill-opacity="0.6"></rect>
267
+ <rect x="10" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
268
+ <rect x="10" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
269
+ <rect x="10" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
270
+ <rect x="10" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
271
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 15 2)" fill="#504400" fill-opacity="0.6"></rect>
272
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 15 6)" fill="#504400" fill-opacity="0.6"></rect>
273
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 15 10)" fill="#504400" fill-opacity="0.6"></rect>
274
+ <rect width="1" height="1" transform="matrix(-1 0 0 1 15 14)" fill="#504400" fill-opacity="0.6"></rect>
275
+ <rect x="6" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
276
+ <rect x="6" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
277
+ <rect x="6" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
278
+ <rect x="6" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
279
+ <rect x="2" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
280
+ <rect x="2" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
281
+ <rect x="2" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
282
+ <rect x="2" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
283
+ </symbol>
284
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon11">
285
+ <g clip-path="url(#clip0)">
286
+ <rect width="16" height="16" fill="#526B56"></rect>
287
+ <path
288
+ d="M5.94797 3.06923C5.65383 3.06923 5.32917 3.15641 4.97399 3.33077C4.62435 3.5 4.29969 3.72308 4 4V2.83846C4.55498 2.27949 5.23205 2 6.03122 2C6.4086 2 6.75269 2.0359 7.06348 2.10769C7.37981 2.17949 7.78495 2.31282 8.27888 2.50769C8.64516 2.65128 8.96427 2.75897 9.23621 2.83077C9.50815 2.89744 9.77454 2.93077 10.0354 2.93077C10.3351 2.93077 10.6625 2.84872 11.0177 2.68462C11.3729 2.52051 11.7003 2.29231 12 2V3.15385C11.4339 3.71795 10.7569 4 9.96878 4C9.5692 4 9.19459 3.95897 8.84495 3.87692C8.49532 3.78974 8.12071 3.6641 7.72112 3.5C7.30489 3.3359 6.9719 3.22308 6.72216 3.16154C6.47242 3.1 6.21436 3.06923 5.94797 3.06923Z"
289
+ fill="#D1D1D1" fill-opacity="0.6"></path>
290
+ <path
291
+ d="M-2.05203 7.06923C-2.34617 7.06923 -2.67083 7.15641 -3.02601 7.33077C-3.37565 7.5 -3.70031 7.72308 -4 8V6.83846C-3.44502 6.27949 -2.76795 6 -1.96878 6C-1.5914 6 -1.24731 6.0359 -0.936524 6.10769C-0.620187 6.17949 -0.215054 6.31282 0.278876 6.50769C0.645161 6.65128 0.964273 6.75897 1.23621 6.83077C1.50815 6.89744 1.77454 6.93077 2.03538 6.93077C2.33507 6.93077 2.6625 6.84872 3.01769 6.68462C3.37288 6.52051 3.70031 6.29231 4 6V7.15385C3.43392 7.71795 2.75685 8 1.96878 8C1.5692 8 1.19459 7.95897 0.844953 7.87692C0.495317 7.78974 0.120708 7.6641 -0.278876 7.5C-0.695109 7.3359 -1.0281 7.22308 -1.27784 7.16154C-1.52758 7.1 -1.78564 7.06923 -2.05203 7.06923Z"
292
+ fill="#D1D1D1" fill-opacity="0.6"></path>
293
+ <path
294
+ d="M5.94797 11.0692C5.65383 11.0692 5.32917 11.1564 4.97399 11.3308C4.62435 11.5 4.29969 11.7231 4 12V10.8385C4.55498 10.2795 5.23205 10 6.03122 10C6.4086 10 6.75269 10.0359 7.06348 10.1077C7.37981 10.1795 7.78495 10.3128 8.27888 10.5077C8.64516 10.6513 8.96427 10.759 9.23621 10.8308C9.50815 10.8974 9.77454 10.9308 10.0354 10.9308C10.3351 10.9308 10.6625 10.8487 11.0177 10.6846C11.3729 10.5205 11.7003 10.2923 12 10V11.1538C11.4339 11.7179 10.7569 12 9.96878 12C9.5692 12 9.19459 11.959 8.84495 11.8769C8.49532 11.7897 8.12071 11.6641 7.72112 11.5C7.30489 11.3359 6.9719 11.2231 6.72216 11.1615C6.47242 11.1 6.21436 11.0692 5.94797 11.0692Z"
295
+ fill="#D1D1D1" fill-opacity="0.6"></path>
296
+ <path
297
+ d="M-2.05203 15.0692C-2.34617 15.0692 -2.67083 15.1564 -3.02601 15.3308C-3.37565 15.5 -3.70031 15.7231 -4 16V14.8385C-3.44502 14.2795 -2.76795 14 -1.96878 14C-1.5914 14 -1.24731 14.0359 -0.936524 14.1077C-0.620187 14.1795 -0.215054 14.3128 0.278876 14.5077C0.645161 14.6513 0.964273 14.759 1.23621 14.8308C1.50815 14.8974 1.77454 14.9308 2.03538 14.9308C2.33507 14.9308 2.6625 14.8487 3.01769 14.6846C3.37288 14.5205 3.70031 14.2923 4 14V15.1538C3.43392 15.7179 2.75685 16 1.96878 16C1.5692 16 1.19459 15.959 0.844953 15.8769C0.495317 15.7897 0.120708 15.6641 -0.278876 15.5C-0.695109 15.3359 -1.0281 15.2231 -1.27784 15.1615C-1.52758 15.1 -1.78564 15.0692 -2.05203 15.0692Z"
298
+ fill="#D1D1D1" fill-opacity="0.6"></path>
299
+ <path
300
+ d="M13.948 15.0692C13.6538 15.0692 13.3292 15.1564 12.974 15.3308C12.6243 15.5 12.2997 15.7231 12 16V14.8385C12.555 14.2795 13.232 14 14.0312 14C14.4086 14 14.7527 14.0359 15.0635 14.1077C15.3798 14.1795 15.7849 14.3128 16.2789 14.5077C16.6452 14.6513 16.9643 14.759 17.2362 14.8308C17.5082 14.8974 17.7745 14.9308 18.0354 14.9308C18.3351 14.9308 18.6625 14.8487 19.0177 14.6846C19.3729 14.5205 19.7003 14.2923 20 14V15.1538C19.4339 15.7179 18.7569 16 17.9688 16C17.5692 16 17.1946 15.959 16.845 15.8769C16.4953 15.7897 16.1207 15.6641 15.7211 15.5C15.3049 15.3359 14.9719 15.2231 14.7222 15.1615C14.4724 15.1 14.2144 15.0692 13.948 15.0692Z"
301
+ fill="#D1D1D1" fill-opacity="0.6"></path>
302
+ <path
303
+ d="M13.948 7.06923C13.6538 7.06923 13.3292 7.15641 12.974 7.33077C12.6243 7.5 12.2997 7.72308 12 8V6.83846C12.555 6.27949 13.232 6 14.0312 6C14.4086 6 14.7527 6.0359 15.0635 6.10769C15.3798 6.17949 15.7849 6.31282 16.2789 6.50769C16.6452 6.65128 16.9643 6.75897 17.2362 6.83077C17.5082 6.89744 17.7745 6.93077 18.0354 6.93077C18.3351 6.93077 18.6625 6.84872 19.0177 6.68462C19.3729 6.52051 19.7003 6.29231 20 6V7.15385C19.4339 7.71795 18.7569 8 17.9688 8C17.5692 8 17.1946 7.95897 16.845 7.87692C16.4953 7.78974 16.1207 7.6641 15.7211 7.5C15.3049 7.3359 14.9719 7.22308 14.7222 7.16154C14.4724 7.1 14.2144 7.06923 13.948 7.06923Z"
304
+ fill="#D1D1D1" fill-opacity="0.6"></path>
305
+ </g>
306
+ <defs>
307
+ <clipPath>
308
+ <rect width="16" height="16" fill="white"></rect>
309
+ </clipPath>
310
+ </defs>
311
+ </symbol>
312
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon12">
313
+ <g clip-path="url(#clip0)">
314
+ <rect width="16" height="16" fill="white"></rect>
315
+ <rect x="0.5" y="1.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
316
+ <rect x="4.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
317
+ <rect x="-3.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
318
+ <rect x="8.5" y="1.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
319
+ <rect x="12.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
320
+ </g>
321
+ <defs>
322
+ <clipPath>
323
+ <rect width="16" height="16" fill="white"></rect>
324
+ </clipPath>
325
+ </defs>
326
+ </symbol>
327
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon13">
328
+ <g clip-path="url(#clip0)">
329
+ <rect width="16" height="16" fill="white"></rect>
330
+ <rect y="2" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
331
+ <rect y="6" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
332
+ <rect x="3" y="7" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
333
+ <rect x="3" y="15" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
334
+ <rect x="3" y="-1" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
335
+ <rect x="11" y="7" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
336
+ <rect x="11" y="15" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
337
+ <rect x="11" y="-1" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
338
+ <rect x="7" y="2" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
339
+ <rect x="15" y="2" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
340
+ <rect x="15" y="10" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
341
+ <rect x="7" y="11" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
342
+ <rect y="10" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
343
+ <rect y="14" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
344
+ </g>
345
+ <defs>
346
+ <clipPath>
347
+ <rect width="16" height="16" fill="white"></rect>
348
+ </clipPath>
349
+ </defs>
350
+ </symbol>
351
+ <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon14">
352
+ <g clip-path="url(#clip0)">
353
+ <rect width="16" height="16" fill="white"></rect>
354
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 1H0V2H2V3H6V2H4V1Z" fill="#4A4A4A" fill-opacity="0.5"></path>
355
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 9H1V10H3V11H7V10H5V9Z" fill="#4A4A4A"
356
+ fill-opacity="0.5"></path>
357
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5H4V6H6V7H10V6H8V5Z" fill="#4A4A4A" fill-opacity="0.5"></path>
358
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 13H5V14H7V15H11V14H9V13Z" fill="#4A4A4A"
359
+ fill-opacity="0.5"></path>
360
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 5H-4V6H-2V7H2V6H0V5Z" fill="#4A4A4A"
361
+ fill-opacity="0.5"></path>
362
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1 13H-3V14H-1V15H3V14H1V13Z" fill="#4A4A4A"
363
+ fill-opacity="0.5"></path>
364
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 1H8V2H10V3H14V2H12V1Z" fill="#4A4A4A"
365
+ fill-opacity="0.5"></path>
366
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 9H9V10H11V11H15V10H13V9Z" fill="#4A4A4A"
367
+ fill-opacity="0.5"></path>
368
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 5H12V6H14V7H18V6H16V5Z" fill="#4A4A4A"
369
+ fill-opacity="0.5"></path>
370
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17 13H13V14H15V15H19V14H17V13Z" fill="#4A4A4A"
371
+ fill-opacity="0.5"></path>
372
+ </g>
373
+ <defs>
374
+ <clipPath>
375
+ <rect width="16" height="16" fill="white"></rect>
376
+ </clipPath>
377
+ </defs>
378
+ </symbol>
379
+ <defs>
380
+ <pattern id="patternicon1" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
381
+ <use width="16" height="16" xlink:href="#icon1"></use>
382
+ </pattern>
383
+ <pattern id="patternicon2" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
384
+ <use width="16" height="16" xlink:href="#icon2"></use>
385
+ </pattern>
386
+ <pattern id="patternicon3" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
387
+ <use width="16" height="16" xlink:href="#icon3"></use>
388
+ </pattern>
389
+ <pattern id="patternicon4" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
390
+ <use width="16" height="16" xlink:href="#icon4"></use>
391
+ </pattern>
392
+ <pattern id="patternicon5" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
393
+ <use width="16" height="16" xlink:href="#icon5"></use>
394
+ </pattern>
395
+ <pattern id="patternicon6" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
396
+ <use width="16" height="16" xlink:href="#icon6"></use>
397
+ </pattern>
398
+ <pattern id="patternicon7" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
399
+ <use width="16" height="16" xlink:href="#icon7"></use>
400
+ </pattern>
401
+ <pattern id="patternicon8" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
402
+ <use width="16" height="16" xlink:href="#icon8"></use>
403
+ </pattern>
404
+ <pattern id="patternicon9" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
405
+ <use width="16" height="16" xlink:href="#icon9"></use>
406
+ </pattern>
407
+ <pattern id="patternicon10" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
408
+ <use width="16" height="16" xlink:href="#icon10"></use>
409
+ </pattern>
410
+ <pattern id="patternicon11" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
411
+ <use width="16" height="16" xlink:href="#icon11"></use>
412
+ </pattern>
413
+ <pattern id="patternicon12" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
414
+ <use width="16" height="16" xlink:href="#icon12"></use>
415
+ </pattern>
416
+ <pattern id="patternicon13" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
417
+ <use width="16" height="16" xlink:href="#icon13"></use>
418
+ </pattern>
419
+ <pattern id="patternicon14" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
420
+ <use width="16" height="16" xlink:href="#icon14"></use>
421
+ </pattern>
422
+ </defs>
423
+ </svg>
@@ -1,4 +1,4 @@
1
- import { ComponentFactoryResolver, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { FilterState } from '../contarct/filter-state';
3
3
  import { FilterItem } from '../contarct/filter-item';
4
4
  import { FilterBase } from '../base/filter-base';
@@ -6,7 +6,6 @@ import { IIdName } from '../../../common/contract/i-id-name';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class FilterHostComponent implements OnInit, OnDestroy {
8
8
  private viewContainerRef;
9
- private componentFactoryResolver;
10
9
  set column(val: FilterItem);
11
10
  set state(val: FilterState);
12
11
  set filterOptions(val: IIdName<any>[]);
@@ -17,7 +16,7 @@ export declare class FilterHostComponent implements OnInit, OnDestroy {
17
16
  private _filterOptions;
18
17
  private _componentRef;
19
18
  private _init;
20
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
19
+ constructor(viewContainerRef: ViewContainerRef);
21
20
  ngOnInit(): void;
22
21
  ngOnDestroy(): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterHostComponent, never>;
@@ -1,4 +1,4 @@
1
- import { ComponentFactoryResolver, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
1
+ import { OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
2
  import { TableColumn } from '../contract/table-column';
3
3
  import { TableRow } from '../contract/table-row';
4
4
  import { IIdName } from '../../../common/contract/i-id-name';
@@ -6,14 +6,13 @@ import { IDictionary } from '../../../common/contract/i-dictionary';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CellHostComponent<T> implements OnInit, OnDestroy, OnChanges {
8
8
  private viewContainerRef;
9
- private componentFactoryResolver;
10
9
  column: TableColumn;
11
10
  row: TableRow<T>;
12
11
  filterOptions: IIdName<any>[];
13
12
  dict: IDictionary<IIdName<any>[]>;
14
13
  private _init;
15
14
  private _componentRef;
16
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
15
+ constructor(viewContainerRef: ViewContainerRef);
17
16
  ngOnInit(): void;
18
17
  ngOnDestroy(): void;
19
18
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,15 +1,14 @@
1
- import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { TableColumn } from '../contract/table-column';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class HeadCellHostComponent implements OnInit {
5
5
  private viewContainerRef;
6
- private componentFactoryResolver;
7
6
  private _column;
8
7
  private componentRef;
9
8
  private init;
10
9
  set column(column: TableColumn);
11
10
  get column(): TableColumn;
12
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
11
+ constructor(viewContainerRef: ViewContainerRef);
13
12
  ngOnInit(): void;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellHostComponent, never>;
15
14
  static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellHostComponent, "teta-head-cell-host", never, { "column": "column"; }, {}, never, never>;
@@ -85,8 +85,8 @@ export declare class TableComponent<T> implements OnInit, OnDestroy, AfterViewIn
85
85
  ngOnDestroy(): void;
86
86
  ngOnChanges(changes: SimpleChanges): void;
87
87
  private startEditRowOrCell;
88
- private getCell;
89
- private isRow;
88
+ private getEventCell;
89
+ private eventIsOnRow;
90
90
  private getCoordinates;
91
91
  private onScroll;
92
92
  private getSelectedText;
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
4
4
  export declare class DragSortContainerDirective<T> {
5
5
  dragSortList: T[];
6
6
  dragSorted: EventEmitter<DragSortEvent<T>>;
7
- private items;
8
7
  private _dragItem;
9
8
  constructor();
10
9
  drop(event: DragEvent): void;
@@ -14,5 +13,5 @@ export declare class DragSortContainerDirective<T> {
14
13
  setList(list: T[]): void;
15
14
  updateSortOrder(source: T, target: T, insertBefore: boolean): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DragSortContainerDirective<any>, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, ["items"]>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never>;
18
17
  }
@@ -9,9 +9,9 @@ export class ClickService {
9
9
  this.contextMenu = fromEvent(this._document, 'contextmenu');
10
10
  }
11
11
  }
12
- ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
- ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, providedIn: 'root' });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, decorators: [{
12
+ ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
+ ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, providedIn: 'root' });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, decorators: [{
15
15
  type: Injectable,
16
16
  args: [{
17
17
  providedIn: 'root',
@@ -82,9 +82,9 @@ export class DynamicComponentService {
82
82
  return new TetaContentRef([[componentNativeEl]], componentRef.hostView, componentRef);
83
83
  }
84
84
  }
85
- DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
- DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, decorators: [{
85
+ DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, decorators: [{
88
88
  type: Injectable,
89
89
  args: [{
90
90
  providedIn: 'root',
@@ -27,9 +27,9 @@ export class OverlayContainerService {
27
27
  this.removeContainer();
28
28
  }
29
29
  }
30
- OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
- OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, decorators: [{
30
+ OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
+ OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, decorators: [{
33
33
  type: Injectable,
34
34
  args: [{
35
35
  providedIn: 'root'
@@ -6,9 +6,9 @@ export class AccordionComponent {
6
6
  }
7
7
  ngOnInit() { }
8
8
  }
9
- AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionComponent, decorators: [{
9
+ AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'teta-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
14
14
  }], ctorParameters: function () { return []; }, propDecorators: { accordionClassName: [{
@@ -5,9 +5,9 @@ export class AccordionContentDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionContentDirective, decorators: [{
8
+ AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaAccordionContent]'