@wizishop/angular-components 18.2.0 → 19.0.0-beta.1

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 (216) hide show
  1. package/README.md +13 -76
  2. package/angular-components.scss +10684 -9433
  3. package/assets/images/upload/upload_images.svg +23 -0
  4. package/fesm2022/wizishop-angular-components.mjs +1294 -559
  5. package/fesm2022/wizishop-angular-components.mjs.map +1 -1
  6. package/lib/components/alert-popup/alert-popup.component.d.ts +3 -3
  7. package/lib/components/border-picker/border-picker.component.d.ts +29 -0
  8. package/lib/components/calendar/calendar.component.d.ts +5 -1
  9. package/lib/components/color-picker/color-picker.component.d.ts +23 -0
  10. package/lib/components/faq-section/faq-section-content.dto.d.ts +4 -0
  11. package/lib/components/faq-section/faq-section.component.d.ts +8 -0
  12. package/lib/components/faq-section/faq-section.dto.d.ts +5 -0
  13. package/lib/components/grid/grid.component.d.ts +13 -0
  14. package/lib/components/hn/h1/h1.component.d.ts +4 -1
  15. package/lib/components/hn/h2/h2.component.d.ts +4 -1
  16. package/lib/components/hn/h3/h3.component.d.ts +4 -1
  17. package/lib/components/hn/h4/h4.component.d.ts +4 -1
  18. package/lib/components/image-text-section/image-text-section.component.d.ts +11 -0
  19. package/lib/components/image-text-section/image-text-section.dto.d.ts +11 -0
  20. package/lib/components/info/info.component.d.ts +3 -1
  21. package/lib/components/menu-tile/menu-tile.component.d.ts +23 -0
  22. package/lib/components/mosaic/mosaic.component.d.ts +2 -2
  23. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +2 -1
  24. package/lib/components/pricing-section/pricing-section-table.dto.d.ts +6 -0
  25. package/lib/components/pricing-section/pricing-section.component.d.ts +8 -0
  26. package/lib/components/pricing-section/pricing-section.dto.d.ts +7 -0
  27. package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts} +3 -3
  28. package/lib/components/radio-legacy/{radio-directive.d.ts → radio-legacy-directive.d.ts} +3 -3
  29. package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts +4 -0
  30. package/lib/components/reassurance-section/reassurance-section.component.d.ts +8 -0
  31. package/lib/components/reassurance-section/reassurance-section.dto.d.ts +5 -0
  32. package/lib/components/row/row.component.d.ts +3 -1
  33. package/lib/components/select/option-group/option-group.component.d.ts +6 -0
  34. package/lib/components/select/select/select.component.d.ts +1 -1
  35. package/lib/components/shared-components.module.d.ts +119 -109
  36. package/lib/components/slide-in/slide-in.component.d.ts +32 -0
  37. package/lib/components/tabs/tabs.component.d.ts +2 -1
  38. package/lib/components/tag/tag.component.d.ts +2 -1
  39. package/lib/components/tag-input/tag-input.component.d.ts +25 -0
  40. package/lib/components/text/text.component.d.ts +4 -1
  41. package/lib/components/upload/upload.component.d.ts +8 -1
  42. package/lib/directives/shared-directives.module.d.ts +3 -3
  43. package/package.json +24 -29
  44. package/public-api.d.ts +20 -2
  45. package/esm2022/lib/animations/in-out/in-out-x.animation.mjs +0 -12
  46. package/esm2022/lib/animations/in-out/in-out-y.animation.mjs +0 -12
  47. package/esm2022/lib/animations/list/animate-list-from-bottom.animation.mjs +0 -18
  48. package/esm2022/lib/animations/list/animate-list-from-left.animation.mjs +0 -18
  49. package/esm2022/lib/animations/list/animate-list-from-right.animation.mjs +0 -18
  50. package/esm2022/lib/animations/list/animate-list-from-top.animation.mjs +0 -16
  51. package/esm2022/lib/animations/show/opacity.animation.mjs +0 -5
  52. package/esm2022/lib/animations/show/show-from-bottom.animation.mjs +0 -15
  53. package/esm2022/lib/animations/show/show-from-left.animation.mjs +0 -15
  54. package/esm2022/lib/animations/show/show-from-right.animation.mjs +0 -15
  55. package/esm2022/lib/animations/show/show-from-top.animation.mjs +0 -15
  56. package/esm2022/lib/animations/switch/switch-in-out.animation.mjs +0 -6
  57. package/esm2022/lib/components/ai-express/ai-express.component.mjs +0 -83
  58. package/esm2022/lib/components/alert/alert.component.mjs +0 -42
  59. package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +0 -20
  60. package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  61. package/esm2022/lib/components/alert-popup/alert-popup.service.mjs +0 -33
  62. package/esm2022/lib/components/back/back.component.mjs +0 -12
  63. package/esm2022/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +0 -21
  64. package/esm2022/lib/components/block/block.component.mjs +0 -124
  65. package/esm2022/lib/components/block/separator/block-separator.component.mjs +0 -17
  66. package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  67. package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +0 -27
  68. package/esm2022/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -2
  69. package/esm2022/lib/components/button/button.component.mjs +0 -200
  70. package/esm2022/lib/components/calendar/calendar.component.mjs +0 -237
  71. package/esm2022/lib/components/card-price/card-price.component.mjs +0 -76
  72. package/esm2022/lib/components/charging-bar/charging-bar.component.mjs +0 -19
  73. package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -78
  74. package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -25
  75. package/esm2022/lib/components/column/column.component.mjs +0 -11
  76. package/esm2022/lib/components/common/label/label.component.mjs +0 -16
  77. package/esm2022/lib/components/common/placeholder/placeholder.component.mjs +0 -16
  78. package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  79. package/esm2022/lib/components/content-with-buttons/content-with-buttons.component.mjs +0 -72
  80. package/esm2022/lib/components/delete/delete.component.mjs +0 -12
  81. package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  82. package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -26
  83. package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  84. package/esm2022/lib/components/expanded-panel/expanded-panel.component.mjs +0 -24
  85. package/esm2022/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -2
  86. package/esm2022/lib/components/expansion/accordion/accordion-item.token.mjs +0 -3
  87. package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  88. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +0 -29
  89. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  90. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +0 -27
  91. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  92. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -2
  93. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -3
  94. package/esm2022/lib/components/expansion/expansion.module.mjs +0 -48
  95. package/esm2022/lib/components/filters/filter-item.dto.mjs +0 -2
  96. package/esm2022/lib/components/filters/filters.component.mjs +0 -41
  97. package/esm2022/lib/components/free-popin/free-popin.component.mjs +0 -66
  98. package/esm2022/lib/components/google-preview/google-preview.component.mjs +0 -20
  99. package/esm2022/lib/components/header-page/header-page.component.mjs +0 -42
  100. package/esm2022/lib/components/hn/h1/h1.component.mjs +0 -26
  101. package/esm2022/lib/components/hn/h2/h2.component.mjs +0 -13
  102. package/esm2022/lib/components/hn/h3/h3.component.mjs +0 -18
  103. package/esm2022/lib/components/hn/h4/h4.component.mjs +0 -18
  104. package/esm2022/lib/components/image/image.component.mjs +0 -17
  105. package/esm2022/lib/components/info/info.component.mjs +0 -12
  106. package/esm2022/lib/components/inputs/input/input.component.mjs +0 -184
  107. package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  108. package/esm2022/lib/components/inputs/input-with-select/input-with-select.component.mjs +0 -17
  109. package/esm2022/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -2
  110. package/esm2022/lib/components/link/link.component.mjs +0 -57
  111. package/esm2022/lib/components/loader/loader.component.mjs +0 -21
  112. package/esm2022/lib/components/logo/logo.component.mjs +0 -20
  113. package/esm2022/lib/components/mosaic/mosaic.component.mjs +0 -81
  114. package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  115. package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
  116. package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +0 -2
  117. package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +0 -2
  118. package/esm2022/lib/components/optional-disable-container/optional-disable-container.component.mjs +0 -17
  119. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -50
  120. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -33
  121. package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  122. package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  123. package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  124. package/esm2022/lib/components/popin/popin.component.mjs +0 -73
  125. package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  126. package/esm2022/lib/components/radio/option/option.component.mjs +0 -27
  127. package/esm2022/lib/components/radio/radio-group.directive.mjs +0 -40
  128. package/esm2022/lib/components/radio/radio.component.mjs +0 -38
  129. package/esm2022/lib/components/radio-legacy/radio-directive.mjs +0 -22
  130. package/esm2022/lib/components/radio-legacy/radio-group.directive.mjs +0 -34
  131. package/esm2022/lib/components/radio-legacy/radio.component.mjs +0 -58
  132. package/esm2022/lib/components/row/row.component.mjs +0 -144
  133. package/esm2022/lib/components/search/search.component.mjs +0 -86
  134. package/esm2022/lib/components/search/shared/search-option.model.mjs +0 -2
  135. package/esm2022/lib/components/select/call-to-action.model.mjs +0 -2
  136. package/esm2022/lib/components/select/option/option-selection-handler.interface.mjs +0 -2
  137. package/esm2022/lib/components/select/option/option-selection-handler.token.mjs +0 -3
  138. package/esm2022/lib/components/select/option/option.component.mjs +0 -28
  139. package/esm2022/lib/components/select/option/select-option.directive.mjs +0 -98
  140. package/esm2022/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +0 -12
  141. package/esm2022/lib/components/select/select/select.component.mjs +0 -198
  142. package/esm2022/lib/components/select/select/select.directive.mjs +0 -175
  143. package/esm2022/lib/components/select/select/value-change.service.mjs +0 -190
  144. package/esm2022/lib/components/select/select-items.dto.mjs +0 -2
  145. package/esm2022/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +0 -38
  146. package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  147. package/esm2022/lib/components/selected-list/selected-list.component.mjs +0 -62
  148. package/esm2022/lib/components/selected-list/shared/selected-list-option.model.mjs +0 -2
  149. package/esm2022/lib/components/separator/separator.component.mjs +0 -17
  150. package/esm2022/lib/components/settings/settings.component.mjs +0 -12
  151. package/esm2022/lib/components/shared-components.module.mjs +0 -444
  152. package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -85
  153. package/esm2022/lib/components/state/state.component.mjs +0 -16
  154. package/esm2022/lib/components/summary/summary.component.mjs +0 -41
  155. package/esm2022/lib/components/switch/switch.component.mjs +0 -89
  156. package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  157. package/esm2022/lib/components/table/directives/column.directive.mjs +0 -42
  158. package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  159. package/esm2022/lib/components/table/directives/raw.directive.mjs +0 -30
  160. package/esm2022/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -21
  161. package/esm2022/lib/components/table/shared/filters-table.service.mjs +0 -68
  162. package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  163. package/esm2022/lib/components/table/shared/table-filters-group.model.mjs +0 -10
  164. package/esm2022/lib/components/table/shared/table-filters.model.mjs +0 -2
  165. package/esm2022/lib/components/table/table.component.mjs +0 -146
  166. package/esm2022/lib/components/table/table.module.mjs +0 -46
  167. package/esm2022/lib/components/tabs/tab/tab.component.mjs +0 -43
  168. package/esm2022/lib/components/tabs/tab-body/tab-body.component.mjs +0 -23
  169. package/esm2022/lib/components/tabs/tab-body/tab-body.directive.mjs +0 -36
  170. package/esm2022/lib/components/tabs/tabs.component.mjs +0 -99
  171. package/esm2022/lib/components/tag/tag.component.mjs +0 -38
  172. package/esm2022/lib/components/tag-dropdown/tag-dropdown.component.mjs +0 -45
  173. package/esm2022/lib/components/tag-label/tag-label.component.mjs +0 -34
  174. package/esm2022/lib/components/text/text.component.mjs +0 -13
  175. package/esm2022/lib/components/text-area/text-area.component.mjs +0 -99
  176. package/esm2022/lib/components/token-check/token-check.component.mjs +0 -21
  177. package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -30
  178. package/esm2022/lib/components/tooltip/tooltip.module.mjs +0 -25
  179. package/esm2022/lib/components/tree/tree.component.mjs +0 -25
  180. package/esm2022/lib/components/tree/tree.dto.mjs +0 -2
  181. package/esm2022/lib/components/tree/tree.module.mjs +0 -29
  182. package/esm2022/lib/components/upload/upload.component.mjs +0 -36
  183. package/esm2022/lib/components/wrapper/wrapper.component.mjs +0 -18
  184. package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
  185. package/esm2022/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +0 -12
  186. package/esm2022/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +0 -30
  187. package/esm2022/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +0 -37
  188. package/esm2022/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +0 -24
  189. package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
  190. package/esm2022/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +0 -32
  191. package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
  192. package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
  193. package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
  194. package/esm2022/lib/directives/ng-var.directive.mjs +0 -32
  195. package/esm2022/lib/directives/scroll-to/scroll-to.directive.mjs +0 -32
  196. package/esm2022/lib/directives/shared-directives.module.mjs +0 -72
  197. package/esm2022/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +0 -30
  198. package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
  199. package/esm2022/lib/pipes/call-component-function.pipe.mjs +0 -24
  200. package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
  201. package/esm2022/lib/pipes/select/filter-options.pipe.mjs +0 -19
  202. package/esm2022/lib/pipes/select/select-filters.pipe.mjs +0 -19
  203. package/esm2022/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +0 -17
  204. package/esm2022/lib/pipes/shared-pipes.module.mjs +0 -43
  205. package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
  206. package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
  207. package/esm2022/lib/services/dom.service.mjs +0 -59
  208. package/esm2022/lib/services/history.service.mjs +0 -53
  209. package/esm2022/lib/services/multiple-selection.service.mjs +0 -62
  210. package/esm2022/lib/utils/array.mjs +0 -2
  211. package/esm2022/lib/utils/html-container.class.mjs +0 -30
  212. package/esm2022/lib/utils/slection-item.interface.mjs +0 -2
  213. package/esm2022/lib/utils/uuid.mjs +0 -8
  214. package/esm2022/lib/wizi-components.module.mjs +0 -34
  215. package/esm2022/public-api.mjs +0 -156
  216. package/esm2022/wizishop-angular-components.mjs +0 -5
@@ -1,114 +1,124 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tag/tag.component";
3
- import * as i2 from "./button/button.component";
4
- import * as i3 from "./info/info.component";
5
- import * as i4 from "./settings/settings.component";
6
- import * as i5 from "./delete/delete.component";
7
- import * as i6 from "./dropdown/dropdown.component";
8
- import * as i7 from "./image/image.component";
9
- import * as i8 from "./back/back.component";
10
- import * as i9 from "./separator/separator.component";
11
- import * as i10 from "./logo/logo.component";
12
- import * as i11 from "./radio-legacy/radio.component";
13
- import * as i12 from "./radio/radio.component";
14
- import * as i13 from "./state/state.component";
15
- import * as i14 from "./tag-label/tag-label.component";
16
- import * as i15 from "./calendar/calendar.component";
17
- import * as i16 from "./edit-in-place/edit-in-place.component";
18
- import * as i17 from "./alert/alert.component";
19
- import * as i18 from "./header-page/header-page.component";
20
- import * as i19 from "./switch/switch.component";
21
- import * as i20 from "./link/link.component";
22
- import * as i21 from "./hn/h1/h1.component";
23
- import * as i22 from "./hn/h2/h2.component";
24
- import * as i23 from "./hn/h3/h3.component";
25
- import * as i24 from "./hn/h4/h4.component";
26
- import * as i25 from "./text/text.component";
27
- import * as i26 from "./upload/upload.component";
28
- import * as i27 from "./select-in-text/select-in-text.component";
29
- import * as i28 from "./multiple-search/multiple-search.component";
30
- import * as i29 from "./multiple-search-plus/multiple-search-plus.component";
31
- import * as i30 from "./popin/popin.component";
32
- import * as i31 from "./free-popin/free-popin.component";
33
- import * as i32 from "./wrapper/wrapper.component";
34
- import * as i33 from "./filters/filters.component";
35
- import * as i34 from "./wrapper-blocs/wrapper-blocs.component";
36
- import * as i35 from "./search/search.component";
37
- import * as i36 from "./selected-list/selected-list.component";
38
- import * as i37 from "./optional-disable-container/optional-disable-container.component";
39
- import * as i38 from "./select/select/select.component";
40
- import * as i39 from "./select/option/option.component";
41
- import * as i40 from "./select/option-call-to-action/option-call-to-action.component";
42
- import * as i41 from "./common/placeholder/placeholder.component";
43
- import * as i42 from "./common/label/label.component";
44
- import * as i43 from "./select/select-search-trigger/select-search-trigger.component";
45
- import * as i44 from "./wrapper-sidebar/wrapper-sidebar.component";
46
- import * as i45 from "./breadcrumbs/breadcrumbs.component";
47
- import * as i46 from "./card-price/card-price.component";
48
- import * as i47 from "./token-check/token-check.component";
49
- import * as i48 from "./block-with-checkbox/block-with-checkbox.component";
50
- import * as i49 from "./confirm-delete/confirm-delete.component";
51
- import * as i50 from "./mosaic/mosaic.component";
52
- import * as i51 from "./content-with-buttons/content-with-buttons.component";
53
- import * as i52 from "./wrapper-multiple-block/wrapper-multiple-block.component";
54
- import * as i53 from "./draganddrop-list/draganddrop-list.component";
55
- import * as i54 from "./summary/summary.component";
56
- import * as i55 from "./google-preview/google-preview.component";
57
- import * as i56 from "./charging-bar/charging-bar.component";
58
- import * as i57 from "./expanded-panel/expanded-panel.component";
59
- import * as i58 from "./row/row.component";
60
- import * as i59 from "./column/column.component";
61
- import * as i60 from "./ai-express/ai-express.component";
62
- import * as i61 from "./radio/option/option.component";
63
- import * as i62 from "./tag-dropdown/tag-dropdown.component";
64
- import * as i63 from "@angular/common";
65
- import * as i64 from "@angular/forms";
66
- import * as i65 from "@wizishop/ng-wizi-bulma";
67
- import * as i66 from "@ngx-translate/core";
68
- import * as i67 from "../directives/shared-directives.module";
69
- import * as i68 from "../pipes/shared-pipes.module";
70
- import * as i69 from "@angular/cdk/table";
71
- import * as i70 from "ngx-chips";
72
- import * as i71 from "@angular/cdk/drag-drop";
73
- import * as i72 from "./pagination/pagination.module";
74
- import * as i73 from "./table/table.module";
75
- import * as i74 from "./tooltip/tooltip.module";
76
- import * as i75 from "./checkbox/checkbox.module";
77
- import * as i76 from "./alert-popup/alert-popup-module";
78
- import * as i77 from "@angular/router";
79
- import * as i78 from "ngx-autosize";
80
- import * as i79 from "ngx-scrollbar";
81
- import * as i80 from "ngx-scrollbar/reached-event";
82
- import * as i81 from "./tree/tree.module";
83
- import * as i82 from "./expansion/expansion.module";
84
- import * as i83 from "./tabs/tabs.component";
85
- import * as i84 from "./tabs/tab/tab.component";
86
- import * as i85 from "./snackbar/snackbar.component";
87
- import * as i86 from "./block/block.component";
88
- import * as i87 from "./loader/loader.component";
89
- import * as i88 from "./text-area/text-area.component";
90
- import * as i89 from "./progress-bar/progress-bar.component";
91
- import * as i90 from "./inputs/input/input.component";
92
- import * as i91 from "./inputs/input-search/input-search.component";
93
- import * as i92 from "./inputs/input-with-select/input-with-select.component";
94
- import * as i93 from "./block/block-title-legacy/block-title-legacy.component";
95
- import * as i94 from "./block/separator/block-separator.component";
96
- import * as i95 from "./pagination/pagination.component";
97
- import * as i96 from "./table/table.component";
98
- import * as i97 from "./table/directives/column.directive";
99
- import * as i98 from "./table/directives/checkBoxRow.directive";
100
- import * as i99 from "./table/directives/columnHeader.directive";
101
- import * as i100 from "./table/directives/raw.directive";
102
- import * as i101 from "./tooltip/tooltip.component";
103
- import * as i102 from "./checkbox/checkbox.component";
104
- import * as i103 from "./tree/tree.component";
105
- import * as i104 from "./expansion/expansion-panel/expansion-panel.component";
106
- import * as i105 from "./expansion/expansion-panel-header/expansion-panel-header.component";
107
- import * as i106 from "./expansion/accordion/accordion.component";
108
- import * as i107 from "./expansion/expansion-panel/expansion-panel.directive";
109
- import * as i108 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
2
+ import * as i1 from "./grid/grid.component";
3
+ import * as i2 from "./tag/tag.component";
4
+ import * as i3 from "./button/button.component";
5
+ import * as i4 from "./info/info.component";
6
+ import * as i5 from "./settings/settings.component";
7
+ import * as i6 from "./delete/delete.component";
8
+ import * as i7 from "./dropdown/dropdown.component";
9
+ import * as i8 from "./image/image.component";
10
+ import * as i9 from "./back/back.component";
11
+ import * as i10 from "./separator/separator.component";
12
+ import * as i11 from "./logo/logo.component";
13
+ import * as i12 from "./radio-legacy/radio.component";
14
+ import * as i13 from "./radio/radio.component";
15
+ import * as i14 from "./state/state.component";
16
+ import * as i15 from "./tag-label/tag-label.component";
17
+ import * as i16 from "./calendar/calendar.component";
18
+ import * as i17 from "./edit-in-place/edit-in-place.component";
19
+ import * as i18 from "./alert/alert.component";
20
+ import * as i19 from "./header-page/header-page.component";
21
+ import * as i20 from "./switch/switch.component";
22
+ import * as i21 from "./link/link.component";
23
+ import * as i22 from "./hn/h1/h1.component";
24
+ import * as i23 from "./hn/h2/h2.component";
25
+ import * as i24 from "./hn/h3/h3.component";
26
+ import * as i25 from "./hn/h4/h4.component";
27
+ import * as i26 from "./text/text.component";
28
+ import * as i27 from "./upload/upload.component";
29
+ import * as i28 from "./select-in-text/select-in-text.component";
30
+ import * as i29 from "./multiple-search/multiple-search.component";
31
+ import * as i30 from "./multiple-search-plus/multiple-search-plus.component";
32
+ import * as i31 from "./popin/popin.component";
33
+ import * as i32 from "./free-popin/free-popin.component";
34
+ import * as i33 from "./wrapper/wrapper.component";
35
+ import * as i34 from "./filters/filters.component";
36
+ import * as i35 from "./wrapper-blocs/wrapper-blocs.component";
37
+ import * as i36 from "./search/search.component";
38
+ import * as i37 from "./selected-list/selected-list.component";
39
+ import * as i38 from "./optional-disable-container/optional-disable-container.component";
40
+ import * as i39 from "./select/select/select.component";
41
+ import * as i40 from "./select/option/option.component";
42
+ import * as i41 from "./select/option-call-to-action/option-call-to-action.component";
43
+ import * as i42 from "./common/placeholder/placeholder.component";
44
+ import * as i43 from "./common/label/label.component";
45
+ import * as i44 from "./select/select-search-trigger/select-search-trigger.component";
46
+ import * as i45 from "./wrapper-sidebar/wrapper-sidebar.component";
47
+ import * as i46 from "./breadcrumbs/breadcrumbs.component";
48
+ import * as i47 from "./card-price/card-price.component";
49
+ import * as i48 from "./token-check/token-check.component";
50
+ import * as i49 from "./block-with-checkbox/block-with-checkbox.component";
51
+ import * as i50 from "./confirm-delete/confirm-delete.component";
52
+ import * as i51 from "./mosaic/mosaic.component";
53
+ import * as i52 from "./content-with-buttons/content-with-buttons.component";
54
+ import * as i53 from "./wrapper-multiple-block/wrapper-multiple-block.component";
55
+ import * as i54 from "./draganddrop-list/draganddrop-list.component";
56
+ import * as i55 from "./summary/summary.component";
57
+ import * as i56 from "./google-preview/google-preview.component";
58
+ import * as i57 from "./charging-bar/charging-bar.component";
59
+ import * as i58 from "./expanded-panel/expanded-panel.component";
60
+ import * as i59 from "./row/row.component";
61
+ import * as i60 from "./column/column.component";
62
+ import * as i61 from "./ai-express/ai-express.component";
63
+ import * as i62 from "./radio/option/option.component";
64
+ import * as i63 from "./tag-dropdown/tag-dropdown.component";
65
+ import * as i64 from "./slide-in/slide-in.component";
66
+ import * as i65 from "./select/option-group/option-group.component";
67
+ import * as i66 from "./menu-tile/menu-tile.component";
68
+ import * as i67 from "./color-picker/color-picker.component";
69
+ import * as i68 from "./image-text-section/image-text-section.component";
70
+ import * as i69 from "./faq-section/faq-section.component";
71
+ import * as i70 from "./reassurance-section/reassurance-section.component";
72
+ import * as i71 from "./pricing-section/pricing-section.component";
73
+ import * as i72 from "@angular/common";
74
+ import * as i73 from "@angular/forms";
75
+ import * as i74 from "@wizishop/ng-wizi-bulma";
76
+ import * as i75 from "@ngx-translate/core";
77
+ import * as i76 from "../directives/shared-directives.module";
78
+ import * as i77 from "../pipes/shared-pipes.module";
79
+ import * as i78 from "@angular/cdk/table";
80
+ import * as i79 from "@angular/cdk/drag-drop";
81
+ import * as i80 from "./pagination/pagination.module";
82
+ import * as i81 from "./table/table.module";
83
+ import * as i82 from "./tooltip/tooltip.module";
84
+ import * as i83 from "./checkbox/checkbox.module";
85
+ import * as i84 from "./alert-popup/alert-popup-module";
86
+ import * as i85 from "@angular/router";
87
+ import * as i86 from "ngx-autosize";
88
+ import * as i87 from "ngx-scrollbar";
89
+ import * as i88 from "ngx-scrollbar/reached-event";
90
+ import * as i89 from "./tree/tree.module";
91
+ import * as i90 from "./expansion/expansion.module";
92
+ import * as i91 from "ngx-color-picker";
93
+ import * as i92 from "./tabs/tabs.component";
94
+ import * as i93 from "./tabs/tab/tab.component";
95
+ import * as i94 from "./snackbar/snackbar.component";
96
+ import * as i95 from "./block/block.component";
97
+ import * as i96 from "./loader/loader.component";
98
+ import * as i97 from "./text-area/text-area.component";
99
+ import * as i98 from "./progress-bar/progress-bar.component";
100
+ import * as i99 from "./inputs/input/input.component";
101
+ import * as i100 from "./inputs/input-search/input-search.component";
102
+ import * as i101 from "./inputs/input-with-select/input-with-select.component";
103
+ import * as i102 from "./block/block-title-legacy/block-title-legacy.component";
104
+ import * as i103 from "./block/separator/block-separator.component";
105
+ import * as i104 from "./border-picker/border-picker.component";
106
+ import * as i105 from "./pagination/pagination.component";
107
+ import * as i106 from "./table/table.component";
108
+ import * as i107 from "./table/directives/column.directive";
109
+ import * as i108 from "./table/directives/checkBoxRow.directive";
110
+ import * as i109 from "./table/directives/columnHeader.directive";
111
+ import * as i110 from "./table/directives/raw.directive";
112
+ import * as i111 from "./tooltip/tooltip.component";
113
+ import * as i112 from "./checkbox/checkbox.component";
114
+ import * as i113 from "./tree/tree.component";
115
+ import * as i114 from "./expansion/expansion-panel/expansion-panel.component";
116
+ import * as i115 from "./expansion/expansion-panel-header/expansion-panel-header.component";
117
+ import * as i116 from "./expansion/accordion/accordion.component";
118
+ import * as i117 from "./expansion/expansion-panel/expansion-panel.directive";
119
+ import * as i118 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
110
120
  export declare class SharedComponentsModule {
111
121
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
112
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent], [typeof i63.CommonModule, typeof i64.FormsModule, typeof i65.NwbAllModule, typeof i66.TranslateModule, typeof i64.ReactiveFormsModule, typeof i67.SharedDirectives, typeof i68.SharedPipes, typeof i69.CdkTableModule, typeof i70.TagInputModule, typeof i71.DragDropModule, typeof i72.PaginationModule, typeof i73.TableModule, typeof i74.TooltipModule, typeof i75.CheckboxModule, typeof i76.AlertPopupModule, typeof i77.RouterModule, typeof i78.AutosizeModule, typeof i79.NgScrollbarModule, typeof i80.NgScrollbarReachedModule, typeof i81.TreeModule, typeof i82.ExpansionModule, typeof i83.TabsComponent, typeof i84.TabComponent, typeof i85.SnackbarComponent, typeof i86.BlockComponent, typeof i87.LoaderComponent, typeof i88.TextAreaComponent, typeof i89.ProgressBarComponent, typeof i90.InputComponent, typeof i91.InputSearchComponent, typeof i92.InputWithSelectComponent, typeof i93.BlockTitleLegacyComponent, typeof i94.BlockSeparatorComponent], [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent, typeof i95.PaginationComponent, typeof i96.TableComponent, typeof i97.TableColumn, typeof i98.CheckBoxRow, typeof i99.TableColumnHeader, typeof i100.TableRow, typeof i101.TooltipComponent, typeof i102.CheckboxComponent, typeof i87.LoaderComponent, typeof i103.TreeComponent, typeof i104.ExpansionPanelComponent, typeof i105.ExpansionPanelHeaderComponent, typeof i106.AccordionComponent, typeof i107.ExpansionPanelDirective, typeof i108.ExpansionPanelHeaderDirective, typeof i83.TabsComponent, typeof i84.TabComponent, typeof i85.SnackbarComponent, typeof i86.BlockComponent, typeof i87.LoaderComponent, typeof i88.TextAreaComponent, typeof i89.ProgressBarComponent, typeof i90.InputComponent, typeof i91.InputSearchComponent, typeof i92.InputWithSelectComponent, typeof i93.BlockTitleLegacyComponent, typeof i94.BlockSeparatorComponent]>;
122
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent], [typeof i72.CommonModule, typeof i73.FormsModule, typeof i74.NwbAllModule, typeof i75.TranslateModule, typeof i73.ReactiveFormsModule, typeof i76.SharedDirectives, typeof i77.SharedPipes, typeof i78.CdkTableModule, typeof i79.DragDropModule, typeof i80.PaginationModule, typeof i81.TableModule, typeof i82.TooltipModule, typeof i83.CheckboxModule, typeof i84.AlertPopupModule, typeof i85.RouterModule, typeof i86.AutosizeModule, typeof i87.NgScrollbarModule, typeof i88.NgScrollReached, typeof i89.TreeModule, typeof i90.ExpansionModule, typeof i91.ColorPickerDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent], [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent, typeof i105.PaginationComponent, typeof i106.TableComponent, typeof i107.TableColumn, typeof i108.CheckBoxRow, typeof i109.TableColumnHeader, typeof i110.TableRow, typeof i111.TooltipComponent, typeof i112.CheckboxComponent, typeof i96.LoaderComponent, typeof i113.TreeComponent, typeof i114.ExpansionPanelComponent, typeof i115.ExpansionPanelHeaderComponent, typeof i116.AccordionComponent, typeof i117.ExpansionPanelDirective, typeof i118.ExpansionPanelHeaderDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent]>;
113
123
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
114
124
  }
@@ -0,0 +1,32 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlideInComponent {
4
+ title: string;
5
+ subtitle: string;
6
+ isOpen: boolean;
7
+ hasButton: boolean;
8
+ primaryButtonText: string;
9
+ secondaryButtonText: string;
10
+ maxWidth: string | null;
11
+ closed: EventEmitter<void>;
12
+ primaryButtonClick: EventEmitter<void>;
13
+ secondaryButtonClick: EventEmitter<void>;
14
+ /**
15
+ * Ouvre le panneau coulissant
16
+ */
17
+ open(): void;
18
+ /**
19
+ * Ferme le panneau coulissant
20
+ */
21
+ close(): void;
22
+ /**
23
+ * Gère le clic sur le bouton primaire
24
+ */
25
+ onPrimaryButtonClick(): void;
26
+ /**
27
+ * Gère le clic sur le bouton secondaire
28
+ */
29
+ onSecondaryButtonClick(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlideInComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlideInComponent, "wac-slide-in", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "hasButton": { "alias": "hasButton"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "closed": "closed"; "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; }, never, ["*"], false, never>;
32
+ }
@@ -21,6 +21,7 @@ export declare class TabsComponent implements AfterViewInit {
21
21
  button: boolean;
22
22
  right: boolean;
23
23
  marginBottom: string;
24
+ column: boolean;
24
25
  get defaultViewModel(): {
25
26
  index: number;
26
27
  tabList: any[];
@@ -38,5 +39,5 @@ export declare class TabsComponent implements AfterViewInit {
38
39
  private setIndex;
39
40
  openList($event: any): void;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": { "alias": "underline"; "required": false; }; "button": { "alias": "button"; "required": false; }; "right": { "alias": "right"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, {}, ["tabList"], never, true, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": { "alias": "underline"; "required": false; }; "button": { "alias": "button"; "required": false; }; "right": { "alias": "right"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "column": { "alias": "column"; "required": false; }; }, {}, ["tabList"], never, true, never>;
42
43
  }
@@ -5,11 +5,12 @@ export declare class TagComponent {
5
5
  class: 'default' | 'success' | 'warning' | 'error' | 'dark' | 'gray' | 'lightgray' | 'white';
6
6
  hasClose: boolean;
7
7
  draggable: boolean;
8
+ hoverDelete: boolean;
8
9
  big: boolean;
9
10
  isOpen: boolean;
10
11
  isOpenChange: EventEmitter<boolean>;
11
12
  constructor();
12
13
  toggleTag(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "hoverDelete": { "alias": "hoverDelete"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
15
16
  }
@@ -0,0 +1,25 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export interface TagModel {
4
+ display: string;
5
+ value: string;
6
+ }
7
+ export declare class TagInputComponent {
8
+ placeholder: string;
9
+ secondaryPlaceholder: string;
10
+ addOnBlur: boolean;
11
+ addOnPaste: boolean;
12
+ tags: TagModel[];
13
+ tagsChange: EventEmitter<TagModel[]>;
14
+ onAdd: EventEmitter<TagModel>;
15
+ onRemove: EventEmitter<TagModel>;
16
+ inputValue: string;
17
+ get currentPlaceholder(): string;
18
+ onKeydown(event: KeyboardEvent): void;
19
+ onInputBlur(): void;
20
+ onPaste(event: ClipboardEvent): void;
21
+ removeTag(tag: TagModel, index: number): void;
22
+ private addTag;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagInputComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagInputComponent, "wac-tag-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "secondaryPlaceholder": { "alias": "secondaryPlaceholder"; "required": false; }; "addOnBlur": { "alias": "addOnBlur"; "required": false; }; "addOnPaste": { "alias": "addOnPaste"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; }, { "tagsChange": "tagsChange"; "onAdd": "onAdd"; "onRemove": "onRemove"; }, never, never, true, never>;
25
+ }
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TextComponent {
3
3
  textClass: 'grey' | 'yellow' | 'red' | 'label' | 'optional';
4
+ private _noMargin;
5
+ get noMargin(): boolean;
6
+ set noMargin(value: boolean | string | '');
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": { "alias": "textClass"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": { "alias": "textClass"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
6
9
  }
@@ -6,10 +6,17 @@ export declare class UploadComponent implements OnInit {
6
6
  icon: string | boolean;
7
7
  image: string | boolean;
8
8
  labelImage: string;
9
+ imageBlock: string | boolean;
10
+ labelUploadImage: string;
11
+ onClickAction: () => void;
12
+ isUploaded: boolean;
13
+ imageUpload: string;
9
14
  open: EventEmitter<any>;
15
+ clickEvent: EventEmitter<void>;
10
16
  constructor();
11
17
  ngOnInit(): void;
12
18
  triggerEvent(event: any): void;
19
+ clickAction(): void;
13
20
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "labelImage": { "alias": "labelImage"; "required": false; }; }, { "open": "open"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "labelImage": { "alias": "labelImage"; "required": false; }; "imageBlock": { "alias": "imageBlock"; "required": false; }; "labelUploadImage": { "alias": "labelUploadImage"; "required": false; }; "onClickAction": { "alias": "onClickAction"; "required": false; }; "isUploaded": { "alias": "isUploaded"; "required": false; }; "imageUpload": { "alias": "imageUpload"; "required": false; }; }, { "open": "open"; "clickEvent": "clickEvent"; }, never, never, false, never>;
15
22
  }
@@ -7,8 +7,8 @@ import * as i5 from "./ng-var.directive";
7
7
  import * as i6 from "./keyboard-events/keypress-enter.directive";
8
8
  import * as i7 from "./keyboard-events/only-numbers.directive";
9
9
  import * as i8 from "./keyboard-events/two-digital-decimal-number.directive";
10
- import * as i9 from "../components/radio-legacy/radio-directive";
11
- import * as i10 from "../components/radio-legacy/radio-group.directive";
10
+ import * as i9 from "../components/radio-legacy/radio-legacy-directive";
11
+ import * as i10 from "../components/radio-legacy/radio-group-legacy.directive";
12
12
  import * as i11 from "./watch-dom-tree/watch-dom-tree.directive";
13
13
  import * as i12 from "@angular/common";
14
14
  import * as i13 from "@angular/forms";
@@ -18,6 +18,6 @@ import * as i16 from "../components/select/select/select.directive";
18
18
  import * as i17 from "../components/select/option/select-option.directive";
19
19
  export declare class SharedDirectives {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectives, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioDirective, typeof i10.RadioGroupDirective, typeof i11.DomChangedDirective], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioDirective, typeof i10.RadioGroupDirective, typeof i11.DomChangedDirective, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioLegacyDirective, typeof i10.RadioGroupLegacyDirective, typeof i11.DomChangedDirective], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioLegacyDirective, typeof i10.RadioGroupLegacyDirective, typeof i11.DomChangedDirective, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective]>;
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectives>;
23
23
  }
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "18.2.0",
3
+ "version": "19.0.0-beta.1",
4
4
  "peerDependencies": {
5
- "@angular/animations": "^18.2.0",
6
- "@angular/cdk": "^18.2.0",
7
- "@angular/common": "^18.2.0",
8
- "@angular/compiler": "^18.2.0",
9
- "@angular/core": "^18.2.0",
10
- "@angular/forms": "^18.2.0",
11
- "@angular/platform-browser": "^18.2.0",
12
- "@angular/platform-browser-dynamic": "^18.2.0",
13
- "@angular/router": "^18.2.0",
14
- "@ngx-translate/core": "^14.0.0",
15
- "@ngx-translate/http-loader": "^7.0.0",
16
- "@wizishop/ng-wizi-bulma": "^17.0.0",
17
- "bourbon": "^7.3.0",
5
+ "@angular/animations": ">=19.0.0",
6
+ "@angular/cdk": ">=19.0.0",
7
+ "@angular/common": ">=19.0.0",
8
+ "@angular/compiler": ">=19.0.0",
9
+ "@angular/core": ">=19.0.0",
10
+ "@angular/forms": ">=19.0.0",
11
+ "@angular/platform-browser": ">=19.0.0",
12
+ "@angular/platform-browser-dynamic": ">=19.0.0",
13
+ "@angular/router": ">=19.0.0",
14
+ "@ngx-translate/core": "^16.0.0",
15
+ "@ngx-translate/http-loader": "^16.0.0",
16
+ "@wizishop/ng-wizi-bulma": ">=19.0.0-beta.1",
18
17
  "bulma": "^0.9.4",
19
- "bulma-calendar": "^6.1.19",
18
+ "bulma-calendar": "git+https://github.com/WiziShop/bulma-calendar.git#feat/modernize-build",
20
19
  "bulma-extensions": "^6.2.7",
21
- "include-media": "^1.4.10",
22
- "ngx-autosize": "^2.0.4",
23
- "ngx-chips": "^3.0.0",
24
- "ngx-perfect-scrollbar": "^10.1.1",
25
- "ngx-scrollbar": "^10.0.1",
26
- "rxjs": "^7.8.1",
20
+ "include-media": "^1.4.9",
21
+ "ngx-autosize": "^2.0.2",
22
+ "ngx-color-picker": ">=19.0.0",
23
+ "ngx-scrollbar": ">=18.0.0",
24
+ "rxjs": "^7.5.6",
27
25
  "sass-flex-mixin": "^1.0.3",
28
- "typescript": "^5.4.5",
29
- "zone.js": "^0.14.7"
26
+ "zone.js": "^0.15.0"
27
+ },
28
+ "dependencies": {
29
+ "tslib": "^2.0.0"
30
30
  },
31
31
  "module": "fesm2022/wizishop-angular-components.mjs",
32
32
  "typings": "index.d.ts",
@@ -36,13 +36,8 @@
36
36
  },
37
37
  ".": {
38
38
  "types": "./index.d.ts",
39
- "esm2022": "./esm2022/wizishop-angular-components.mjs",
40
- "esm": "./esm2022/wizishop-angular-components.mjs",
41
39
  "default": "./fesm2022/wizishop-angular-components.mjs"
42
40
  }
43
41
  },
44
- "sideEffects": false,
45
- "dependencies": {
46
- "tslib": "^2.6.3"
47
- }
42
+ "sideEffects": false
48
43
  }
package/public-api.d.ts CHANGED
@@ -10,12 +10,23 @@ export * from './lib/components/settings/settings.component';
10
10
  export * from './lib/components/delete/delete.component';
11
11
  export * from './lib/components/dropdown/dropdown.component';
12
12
  export * from './lib/components/image/image.component';
13
+ export * from './lib/components/image-text-section/image-text-section.component';
14
+ export * from './lib/components/image-text-section/image-text-section.dto';
15
+ export * from './lib/components/faq-section/faq-section.component';
16
+ export * from './lib/components/faq-section/faq-section.dto';
17
+ export * from './lib/components/faq-section/faq-section-content.dto';
18
+ export * from './lib/components/reassurance-section/reassurance-section.component';
19
+ export * from './lib/components/reassurance-section/reassurance-section.dto';
20
+ export * from './lib/components/reassurance-section/reassurance-section-content.dto';
21
+ export * from './lib/components/pricing-section/pricing-section.component';
22
+ export * from './lib/components/pricing-section/pricing-section.dto';
23
+ export * from './lib/components/pricing-section/pricing-section-table.dto';
13
24
  export * from './lib/components/back/back.component';
14
25
  export * from './lib/components/separator/separator.component';
15
26
  export * from './lib/components/logo/logo.component';
16
27
  export * from './lib/components/radio-legacy/radio.component';
17
- export * from './lib/components/radio-legacy/radio-directive';
18
- export * from './lib/components/radio-legacy/radio-group.directive';
28
+ export * from './lib/components/radio-legacy/radio-legacy-directive';
29
+ export * from './lib/components/radio-legacy/radio-group-legacy.directive';
19
30
  export * from './lib/components/radio/radio.component';
20
31
  export * from './lib/components/radio/option/option.component';
21
32
  export * from './lib/components/state/state.component';
@@ -117,10 +128,13 @@ export * from './lib/directives/keyboard-events/two-digital-decimal-number.direc
117
128
  export * from './lib/directives/watch-dom-tree/watch-dom-tree.directive';
118
129
  export * from './lib/components/optional-disable-container/optional-disable-container.component';
119
130
  export * from './lib/components/summary/summary.component';
131
+ export * from './lib/components/color-picker/color-picker.component';
132
+ export * from './lib/components/border-picker/border-picker.component';
120
133
  export * from './lib/components/select/select/select.component';
121
134
  export * from './lib/components/select/select/value-change.service';
122
135
  export * from './lib/components/select/select/select.directive';
123
136
  export * from './lib/components/select/option/option.component';
137
+ export * from './lib/components/select/option-group/option-group.component';
124
138
  export * from './lib/components/select/option-call-to-action/option-call-to-action.component';
125
139
  export * from './lib/components/common/placeholder/placeholder.component';
126
140
  export * from './lib/components/common/label/label.component';
@@ -128,6 +142,9 @@ export * from './lib/components/ai-express/ai-express.component';
128
142
  export * from './lib/components/select/option/select-option.directive';
129
143
  export * from './lib/components/select/select-search-trigger/select-search-trigger.component';
130
144
  export * from './lib/pipes/select/filter-options.pipe';
145
+ export * from './lib/components/slide-in/slide-in.component';
146
+ export * from './lib/components/menu-tile/menu-tile.component';
147
+ export * from './lib/components/grid/grid.component';
131
148
  export * from './lib/components/expansion/expansion.module';
132
149
  export * from './lib/components/expansion/accordion/accordion.component';
133
150
  export * from './lib/components/expansion/accordion/accordion-item.token';
@@ -149,3 +166,4 @@ export * from './lib/animations/switch/switch-in-out.animation';
149
166
  export * from './lib/animations/in-out/in-out-x.animation';
150
167
  export * from './lib/animations/in-out/in-out-y.animation';
151
168
  export * from './lib/services/history.service';
169
+ export * from './lib/components/tag-input/tag-input.component';
@@ -1,12 +0,0 @@
1
- import { animate, style, transition, trigger } from '@angular/animations';
2
- export const inOutX = trigger('inOutXAnimation', [
3
- transition(':enter', [
4
- style({ zIndex: -1, transform: 'scaleX(0)', width: 0, opacity: 0 }),
5
- animate('.3s ease-out', style({ zIndex: 1, transform: 'scaleX(1)', width: 'auto', opacity: 1 }))
6
- ]),
7
- transition(':leave', [
8
- style({ zIndex: 1, transform: 'scaleX(1)', width: 'auto', opacity: 1 }),
9
- animate('.3s ease-in', style({ zIndex: -1, transform: 'scaleX(0)', width: 0, opacity: 0 }))
10
- ])
11
- ]);
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW4tb3V0LXguYW5pbWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvYW5pbWF0aW9ucy9pbi1vdXQvaW4tb3V0LXguYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRSxPQUFPLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUUxRSxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDLGlCQUFpQixFQUFFO0lBQy9DLFVBQVUsQ0FBQyxRQUFRLEVBQUU7UUFDbkIsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDbkUsT0FBTyxDQUFDLGNBQWMsRUFBRSxLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztLQUNqRyxDQUFDO0lBQ0YsVUFBVSxDQUFDLFFBQVEsRUFBRTtRQUNuQixLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDdkUsT0FBTyxDQUFDLGFBQWEsRUFBRSxLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0tBQzVGLENBQUM7Q0FDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuXG5leHBvcnQgY29uc3QgaW5PdXRYID0gdHJpZ2dlcignaW5PdXRYQW5pbWF0aW9uJywgW1xuICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgc3R5bGUoeyB6SW5kZXg6IC0xLCB0cmFuc2Zvcm06ICdzY2FsZVgoMCknLCB3aWR0aDogMCwgb3BhY2l0eTogMCB9KSxcbiAgICBhbmltYXRlKCcuM3MgZWFzZS1vdXQnLCBzdHlsZSh7IHpJbmRleDogMSwgdHJhbnNmb3JtOiAnc2NhbGVYKDEpJywgd2lkdGg6ICdhdXRvJywgb3BhY2l0eTogMSB9KSlcbiAgXSksXG4gIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtcbiAgICBzdHlsZSh7IHpJbmRleDogMSwgdHJhbnNmb3JtOiAnc2NhbGVYKDEpJywgd2lkdGg6ICdhdXRvJywgb3BhY2l0eTogMSB9KSxcbiAgICBhbmltYXRlKCcuM3MgZWFzZS1pbicsIHN0eWxlKHsgekluZGV4OiAtMSwgdHJhbnNmb3JtOiAnc2NhbGVYKDApJywgd2lkdGg6IDAsIG9wYWNpdHk6IDAgfSkpXG4gIF0pXG5dKTtcbiJdfQ==
@@ -1,12 +0,0 @@
1
- import { animate, style, transition, trigger } from '@angular/animations';
2
- export const inOutY = trigger('inOutYAnimation', [
3
- transition(':enter', [
4
- style({ transform: 'scaleY(0)', height: 0, opacity: 0 }),
5
- animate('.3s ease-out', style({ transform: 'scaleY(1)', height: 'auto', opacity: 1 }))
6
- ]),
7
- transition(':leave', [
8
- style({ transform: 'scaleY(1)', height: 'auto', opacity: 1 }),
9
- animate('.3s ease-in', style({ transform: 'scaleY(0)', height: 0, opacity: 0 }))
10
- ])
11
- ]);
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW4tb3V0LXkuYW5pbWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvYW5pbWF0aW9ucy9pbi1vdXQvaW4tb3V0LXkuYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRSxPQUFPLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUUxRSxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDLGlCQUFpQixFQUFFO0lBQy9DLFVBQVUsQ0FBQyxRQUFRLEVBQUU7UUFDbkIsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUN4RCxPQUFPLENBQUMsY0FBYyxFQUFFLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztLQUN2RixDQUFDO0lBQ0YsVUFBVSxDQUFDLFFBQVEsRUFBRTtRQUNuQixLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQzdELE9BQU8sQ0FBQyxhQUFhLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0tBQ2pGLENBQUM7Q0FDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuXG5leHBvcnQgY29uc3QgaW5PdXRZID0gdHJpZ2dlcignaW5PdXRZQW5pbWF0aW9uJywgW1xuICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgc3R5bGUoeyB0cmFuc2Zvcm06ICdzY2FsZVkoMCknLCBoZWlnaHQ6IDAsIG9wYWNpdHk6IDAgfSksXG4gICAgYW5pbWF0ZSgnLjNzIGVhc2Utb3V0Jywgc3R5bGUoeyB0cmFuc2Zvcm06ICdzY2FsZVkoMSknLCBoZWlnaHQ6ICdhdXRvJywgb3BhY2l0eTogMSB9KSlcbiAgXSksXG4gIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtcbiAgICBzdHlsZSh7IHRyYW5zZm9ybTogJ3NjYWxlWSgxKScsIGhlaWdodDogJ2F1dG8nLCBvcGFjaXR5OiAxIH0pLFxuICAgIGFuaW1hdGUoJy4zcyBlYXNlLWluJywgc3R5bGUoeyB0cmFuc2Zvcm06ICdzY2FsZVkoMCknLCBoZWlnaHQ6IDAsIG9wYWNpdHk6IDAgfSkpXG4gIF0pXG5dKTtcbiJdfQ==