@testgorilla/tgo-ui 2.11.0 → 2.11.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 (1001) hide show
  1. package/.circleci/config.yml +112 -0
  2. package/.editorconfig +16 -0
  3. package/.eslintignore +5 -0
  4. package/.eslintrc.js +301 -0
  5. package/.github/README.md +81 -0
  6. package/.husky/pre-commit +4 -0
  7. package/.prettierignore +2 -0
  8. package/.prettierrc +13 -0
  9. package/.storybook/main.js +25 -0
  10. package/.storybook/preview-head.html +10 -0
  11. package/.storybook/preview.js +107 -0
  12. package/.storybook/tsconfig.json +24 -0
  13. package/.storybook/typings.d.ts +4 -0
  14. package/.stylelintrc.json +30 -0
  15. package/.vscode/extensions.json +4 -0
  16. package/.vscode/launch.json +20 -0
  17. package/.vscode/tasks.json +42 -0
  18. package/CHANGELOG.md +149 -0
  19. package/angular.json +174 -0
  20. package/e2e/bannerAction.spec.ts +46 -0
  21. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-darwin.png +0 -0
  22. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-linux.png +0 -0
  23. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-darwin.png +0 -0
  24. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-linux.png +0 -0
  25. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-darwin.png +0 -0
  26. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-linux.png +0 -0
  27. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-darwin.png +0 -0
  28. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-linux.png +0 -0
  29. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-darwin.png +0 -0
  30. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
  31. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--default-chromium-linux.png +0 -0
  32. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--error-chromium-linux.png +0 -0
  33. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--info-chromium-linux.png +0 -0
  34. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--warning-chromium-linux.png +0 -0
  35. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
  36. package/e2e/button.spec.ts +53 -0
  37. package/e2e/button.spec.ts-snapshots/id-button--basic-chromium-linux.png +0 -0
  38. package/e2e/button.spec.ts-snapshots/id-button--button-as-link-chromium-linux.png +0 -0
  39. package/e2e/button.spec.ts-snapshots/id-button--button-only-label-chromium-linux.png +0 -0
  40. package/e2e/button.spec.ts-snapshots/id-button--disabled-chromium-linux.png +0 -0
  41. package/e2e/button.spec.ts-snapshots/id-button--full-width-chromium-linux.png +0 -0
  42. package/e2e/button.spec.ts-snapshots/id-button--label-icon-left-chromium-linux.png +0 -0
  43. package/e2e/button.spec.ts-snapshots/id-button--label-icon-right-chromium-linux.png +0 -0
  44. package/e2e/button.spec.ts-snapshots/id-button--loading-chromium-linux.png +0 -0
  45. package/e2e/button.spec.ts-snapshots/id-button--menu-cell-chromium-linux.png +0 -0
  46. package/e2e/button.spec.ts-snapshots/id-button--menu-trigger-chromium-linux.png +0 -0
  47. package/e2e/button.spec.ts-snapshots/id-button--only-icon-chromium-linux.png +0 -0
  48. package/e2e/button.spec.ts-snapshots/id-button--small-chromium-linux.png +0 -0
  49. package/e2e/card.spec.ts +43 -0
  50. package/e2e/card.spec.ts-snapshots/id-card--default-chromium-linux.png +0 -0
  51. package/e2e/colors.spec.ts +47 -0
  52. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--greysacale-chromium-linux.png +0 -0
  53. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-error-chromium-linux.png +0 -0
  54. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-petrol-chromium-linux.png +0 -0
  55. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-teal-chromium-linux.png +0 -0
  56. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-warning-chromium-linux.png +0 -0
  57. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--secondary-colors-chromium-linux.png +0 -0
  58. package/e2e/createAccount.spec.ts +102 -0
  59. package/e2e/createAccount.spec.ts-snapshots/id-create-account--default-chromium-linux.png +0 -0
  60. package/e2e/createAccount.spec.ts-snapshots/id-deprecated-create-account--default-chromium-linux.png +0 -0
  61. package/e2e/createAccount.spec.ts-snapshots/register-with-errors-chromium-linux.png +0 -0
  62. package/e2e/createAccount.spec.ts-snapshots/register-with-texts-chromium-linux.png +0 -0
  63. package/e2e/createPassword.spec.ts +94 -0
  64. package/e2e/createPassword.spec.ts-snapshots/createPassword-with-errors-chromium-linux.png +0 -0
  65. package/e2e/createPassword.spec.ts-snapshots/createPassword-with-texts-chromium-linux.png +0 -0
  66. package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-args-viewMode-story-chromium-linux.png +0 -0
  67. package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-chromium-linux.png +0 -0
  68. package/e2e/createPassword.spec.ts-snapshots/id-deprecated-create-password--default-chromium-linux.png +0 -0
  69. package/e2e/dialog.spec.ts +43 -0
  70. package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-darwin.png +0 -0
  71. package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-linux.png +0 -0
  72. package/e2e/field.spec.ts +51 -0
  73. package/e2e/field.spec.ts-snapshots/id-forms-field--email-chromium-linux.png +0 -0
  74. package/e2e/field.spec.ts-snapshots/id-forms-field--number-type-chromium-linux.png +0 -0
  75. package/e2e/field.spec.ts-snapshots/id-forms-field--password-chromium-linux.png +0 -0
  76. package/e2e/field.spec.ts-snapshots/id-forms-field--search-chromium-linux.png +0 -0
  77. package/e2e/field.spec.ts-snapshots/id-forms-field--tel-chromium-linux.png +0 -0
  78. package/e2e/field.spec.ts-snapshots/id-forms-field--text-chromium-linux.png +0 -0
  79. package/e2e/field.spec.ts-snapshots/id-forms-field--with-disable-chromium-linux.png +0 -0
  80. package/e2e/field.spec.ts-snapshots/id-forms-field--with-errors-chromium-linux.png +0 -0
  81. package/e2e/field.spec.ts-snapshots/id-forms-field--with-require-chromium-linux.png +0 -0
  82. package/e2e/field.spec.ts-snapshots/id-forms-field--without-label-chromium-linux.png +0 -0
  83. package/e2e/forgotPassword.spec.ts +94 -0
  84. package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-errors-chromium-linux.png +0 -0
  85. package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-texts-chromium-linux.png +0 -0
  86. package/e2e/forgotPassword.spec.ts-snapshots/id-deprecated-forgot-password--default-chromium-linux.png +0 -0
  87. package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-args-viewMode-story-chromium-linux.png +0 -0
  88. package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-chromium-linux.png +0 -0
  89. package/e2e/label.spec.ts +47 -0
  90. package/e2e/label.spec.ts-snapshots/id-label--big-chromium-linux.png +0 -0
  91. package/e2e/label.spec.ts-snapshots/id-label--huge-chromium-linux.png +0 -0
  92. package/e2e/label.spec.ts-snapshots/id-label--large-chromium-linux.png +0 -0
  93. package/e2e/label.spec.ts-snapshots/id-label--medium-chromium-linux.png +0 -0
  94. package/e2e/label.spec.ts-snapshots/id-label--small-chromium-linux.png +0 -0
  95. package/e2e/label.spec.ts-snapshots/id-under-review-label--big-chromium-linux.png +0 -0
  96. package/e2e/label.spec.ts-snapshots/id-under-review-label--huge-chromium-linux.png +0 -0
  97. package/e2e/label.spec.ts-snapshots/id-under-review-label--large-chromium-linux.png +0 -0
  98. package/e2e/label.spec.ts-snapshots/id-under-review-label--medium-chromium-linux.png +0 -0
  99. package/e2e/label.spec.ts-snapshots/id-under-review-label--small-chromium-linux.png +0 -0
  100. package/e2e/login.spec.ts +102 -0
  101. package/e2e/login.spec.ts-snapshots/id-deprecated-login--default-chromium-linux.png +0 -0
  102. package/e2e/login.spec.ts-snapshots/id-login--default-chromium-linux.png +0 -0
  103. package/e2e/login.spec.ts-snapshots/login-with-errors-chromium-linux.png +0 -0
  104. package/e2e/login.spec.ts-snapshots/login-with-texts-chromium-linux.png +0 -0
  105. package/e2e/logo.spec.ts +45 -0
  106. package/e2e/logo.spec.ts-snapshots/id-logo--default-chromium-linux.png +0 -0
  107. package/e2e/logo.spec.ts-snapshots/id-logo--powered-by-chromium-linux.png +0 -0
  108. package/e2e/logo.spec.ts-snapshots/id-logo--reverse-chromium-linux.png +0 -0
  109. package/e2e/navbar.spec.ts +42 -0
  110. package/e2e/navbar.spec.ts-snapshots/id-navbar--default-chromium-linux.png +0 -0
  111. package/e2e/navigation.spec.ts +43 -0
  112. package/e2e/navigation.spec.ts-snapshots/id-navigation--default-chromium-linux.png +0 -0
  113. package/e2e/paginator.spec.ts +42 -0
  114. package/e2e/paginator.spec.ts-snapshots/id-paginator--default-chromium-linux.png +0 -0
  115. package/e2e/progressBar.spec.ts +42 -0
  116. package/e2e/progressBar.spec.ts-snapshots/id-progressbar--determinate-chromium-linux.png +0 -0
  117. package/e2e/table.spec.ts +47 -0
  118. package/e2e/table.spec.ts-snapshots/id-deprecated-table--default-chromium-linux.png +0 -0
  119. package/e2e/table.spec.ts-snapshots/id-table--default-chromium-darwin.png +0 -0
  120. package/e2e/table.spec.ts-snapshots/id-table--default-chromium-linux.png +0 -0
  121. package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-darwin.png +0 -0
  122. package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-linux.png +0 -0
  123. package/e2e/typography.spec.ts +42 -0
  124. package/e2e/typography.spec.ts-snapshots/id-foundations-typography--page-args-viewMode-story-chromium-linux.png +0 -0
  125. package/globalSetup.js +9 -0
  126. package/jest.config.js +69 -0
  127. package/ng-package.json +9 -0
  128. package/package.json +68 -17
  129. package/projects/client/src/app/app.component.html +1 -0
  130. package/projects/client/src/app/app.component.scss +8 -0
  131. package/projects/client/src/app/app.component.spec.ts +27 -0
  132. package/projects/client/src/app/app.component.ts +37 -0
  133. package/projects/client/src/app/app.routes.ts +11 -0
  134. package/projects/client/src/app/components/avatar/avatar.component.html +10 -0
  135. package/projects/client/src/app/components/avatar/avatar.component.scss +0 -0
  136. package/projects/client/src/app/components/avatar/avatar.component.ts +25 -0
  137. package/projects/client/src/app/components/badge/badge.component.html +11 -0
  138. package/projects/client/src/app/components/badge/badge.component.scss +0 -0
  139. package/projects/client/src/app/components/badge/badge.component.ts +22 -0
  140. package/projects/client/src/app/components/checkbox/checkbox.component.html +13 -0
  141. package/projects/client/src/app/components/checkbox/checkbox.component.scss +0 -0
  142. package/projects/client/src/app/components/checkbox/checkbox.component.ts +23 -0
  143. package/projects/client/src/app/components/icon/icon.component.html +10 -0
  144. package/projects/client/src/app/components/icon/icon.component.scss +0 -0
  145. package/projects/client/src/app/components/icon/icon.component.ts +19 -0
  146. package/projects/client/src/assets/.gitkeep +0 -0
  147. package/projects/client/src/assets/Avatar.png +0 -0
  148. package/projects/client/src/favicon.ico +0 -0
  149. package/projects/client/src/index.html +13 -0
  150. package/projects/client/src/main.ts +15 -0
  151. package/projects/client/src/styles.scss +10 -0
  152. package/projects/client/tsconfig.app.json +14 -0
  153. package/projects/client/tsconfig.spec.json +14 -0
  154. package/projects/tgo-canopy-ui/__mocks__/alert-bar.mock.ts +18 -0
  155. package/projects/tgo-canopy-ui/__mocks__/button.mock.ts +34 -0
  156. package/projects/tgo-canopy-ui/__mocks__/field.mock.ts +10 -0
  157. package/projects/tgo-canopy-ui/__mocks__/icon.mock.ts +14 -0
  158. package/projects/tgo-canopy-ui/__mocks__/tag.mock.ts +9 -0
  159. package/projects/tgo-canopy-ui/assets/.gitkeep +0 -0
  160. package/projects/tgo-canopy-ui/components/accordion/accordion.component.html +35 -0
  161. package/projects/tgo-canopy-ui/components/accordion/accordion.component.module.ts +26 -0
  162. package/projects/tgo-canopy-ui/components/accordion/accordion.component.scss +284 -0
  163. package/projects/tgo-canopy-ui/components/accordion/accordion.component.spec.ts +37 -0
  164. package/projects/tgo-canopy-ui/components/accordion/accordion.component.stories.ts +176 -0
  165. package/projects/tgo-canopy-ui/components/accordion/accordion.component.ts +97 -0
  166. package/projects/tgo-canopy-ui/components/alert-banner/__snapshots__/alert-banner.component.spec.ts.snap +42 -0
  167. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.html +22 -0
  168. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.module.ts +12 -0
  169. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.scss +39 -0
  170. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.spec.ts +177 -0
  171. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.stories.ts +100 -0
  172. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.ts +130 -0
  173. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.html +219 -0
  174. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.module.ts +40 -0
  175. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.scss +283 -0
  176. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.spec.ts +238 -0
  177. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.stories.ts +135 -0
  178. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.ts +541 -0
  179. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.model.ts +22 -0
  180. package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.spec.ts +33 -0
  181. package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.ts +15 -0
  182. package/projects/tgo-canopy-ui/components/autocomplete/transform-Item.pipe.ts +21 -0
  183. package/projects/tgo-canopy-ui/components/autocomplete/transform-item.pipe.spec.ts +24 -0
  184. package/projects/tgo-canopy-ui/components/avatar/avatar.component.html +23 -0
  185. package/projects/tgo-canopy-ui/components/avatar/avatar.component.module.ts +14 -0
  186. package/projects/tgo-canopy-ui/components/avatar/avatar.component.scss +75 -0
  187. package/projects/tgo-canopy-ui/components/avatar/avatar.component.spec.ts +39 -0
  188. package/projects/tgo-canopy-ui/components/avatar/avatar.component.stories.ts +111 -0
  189. package/projects/tgo-canopy-ui/components/avatar/avatar.component.ts +76 -0
  190. package/projects/tgo-canopy-ui/components/avatar/avatar.model.ts +13 -0
  191. package/projects/tgo-canopy-ui/components/badge/badge.component.html +10 -0
  192. package/projects/tgo-canopy-ui/components/badge/badge.component.module.ts +11 -0
  193. package/projects/tgo-canopy-ui/components/badge/badge.component.scss +147 -0
  194. package/projects/tgo-canopy-ui/components/badge/badge.component.spec.ts +57 -0
  195. package/projects/tgo-canopy-ui/components/badge/badge.component.stories.ts +61 -0
  196. package/projects/tgo-canopy-ui/components/badge/badge.component.ts +99 -0
  197. package/projects/tgo-canopy-ui/components/badge/badge.model.ts +40 -0
  198. package/projects/tgo-canopy-ui/components/button/__snapshots__/button.component.spec.ts.snap +64 -0
  199. package/projects/tgo-canopy-ui/components/button/button.component.html +80 -0
  200. package/projects/tgo-canopy-ui/components/button/button.component.module.ts +23 -0
  201. package/projects/tgo-canopy-ui/components/button/button.component.scss +1012 -0
  202. package/projects/tgo-canopy-ui/components/button/button.component.spec.ts +274 -0
  203. package/projects/tgo-canopy-ui/components/button/button.component.stories.ts +455 -0
  204. package/projects/tgo-canopy-ui/components/button/button.component.ts +393 -0
  205. package/projects/tgo-canopy-ui/components/button/button.model.ts +28 -0
  206. package/projects/tgo-canopy-ui/components/card/card.component.html +9 -0
  207. package/projects/tgo-canopy-ui/components/card/card.component.module.ts +11 -0
  208. package/projects/tgo-canopy-ui/components/card/card.component.scss +91 -0
  209. package/projects/tgo-canopy-ui/components/card/card.component.spec.ts +76 -0
  210. package/projects/tgo-canopy-ui/components/card/card.component.stories.ts +88 -0
  211. package/projects/tgo-canopy-ui/components/card/card.component.ts +72 -0
  212. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.html +23 -0
  213. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.module.ts +17 -0
  214. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.scss +233 -0
  215. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.spec.ts +193 -0
  216. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.stories.ts +122 -0
  217. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.ts +242 -0
  218. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.html +16 -0
  219. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.module.ts +18 -0
  220. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.scss +3 -0
  221. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.spec.ts +42 -0
  222. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.ts +43 -0
  223. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.model.ts +10 -0
  224. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.stories.ts +37 -0
  225. package/projects/tgo-canopy-ui/components/datepicker/__snapshots__/datepicker.component.spec.ts.snap +56 -0
  226. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.html +98 -0
  227. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.module.ts +33 -0
  228. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.scss +195 -0
  229. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.spec.ts +249 -0
  230. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.stories.ts +138 -0
  231. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.ts +358 -0
  232. package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.spec.ts +35 -0
  233. package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.ts +43 -0
  234. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.html +5 -0
  235. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.module.ts +12 -0
  236. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.scss +32 -0
  237. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.stories.ts +31 -0
  238. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.ts +54 -0
  239. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.html +113 -0
  240. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.module.ts +25 -0
  241. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.scss +188 -0
  242. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.stories.ts +620 -0
  243. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.ts +160 -0
  244. package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.model.ts +51 -0
  245. package/projects/tgo-canopy-ui/components/deprecated-table/directives/dynamic-component.directive.ts +41 -0
  246. package/projects/tgo-canopy-ui/components/dialog/__snapshots__/dialog.component.spec.ts.snap +51 -0
  247. package/projects/tgo-canopy-ui/components/dialog/dialog.component.html +41 -0
  248. package/projects/tgo-canopy-ui/components/dialog/dialog.component.module.ts +15 -0
  249. package/projects/tgo-canopy-ui/components/dialog/dialog.component.scss +133 -0
  250. package/projects/tgo-canopy-ui/components/dialog/dialog.component.spec.ts +230 -0
  251. package/projects/tgo-canopy-ui/components/dialog/dialog.component.stories.ts +60 -0
  252. package/projects/tgo-canopy-ui/components/dialog/dialog.component.ts +184 -0
  253. package/projects/tgo-canopy-ui/components/dialog/dialog.service.spec.ts +55 -0
  254. package/projects/tgo-canopy-ui/components/dialog/dialog.service.ts +33 -0
  255. package/projects/tgo-canopy-ui/components/dialog-custom/__snapshots__/dialog-custom.component.spec.ts.snap +28 -0
  256. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom +0 -0
  257. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.html +38 -0
  258. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.mdx +38 -0
  259. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.module.ts +11 -0
  260. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.scss +0 -0
  261. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.spec.ts +56 -0
  262. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.stories.ts +27 -0
  263. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.ts +45 -0
  264. package/projects/tgo-canopy-ui/components/dialog-demo/__snapshots__/dialog-demo.component.spec.ts.snap +21 -0
  265. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.html +4 -0
  266. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.mdx +28 -0
  267. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.module.ts +15 -0
  268. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.scss +12 -0
  269. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.spec.ts +58 -0
  270. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.stories.ts +30 -0
  271. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.ts +33 -0
  272. package/projects/tgo-canopy-ui/components/divider/divider.component.html +13 -0
  273. package/projects/tgo-canopy-ui/components/divider/divider.component.module.ts +11 -0
  274. package/projects/tgo-canopy-ui/components/divider/divider.component.scss +57 -0
  275. package/projects/tgo-canopy-ui/components/divider/divider.component.spec.ts +21 -0
  276. package/projects/tgo-canopy-ui/components/divider/divider.component.stories.ts +48 -0
  277. package/projects/tgo-canopy-ui/components/divider/divider.component.ts +54 -0
  278. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.html +43 -0
  279. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.module.ts +31 -0
  280. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.scss +237 -0
  281. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.spec.ts +104 -0
  282. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.stories.ts +248 -0
  283. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.ts +264 -0
  284. package/projects/tgo-canopy-ui/components/dropdown/dropdown.model.ts +5 -0
  285. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.html +3 -0
  286. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.module.ts +10 -0
  287. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.scss +41 -0
  288. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.spec.ts +39 -0
  289. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.stories.ts +59 -0
  290. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.ts +38 -0
  291. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.constant.ts +9 -0
  292. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.html +25 -0
  293. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.module.ts +13 -0
  294. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.scss +70 -0
  295. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.spec.ts +80 -0
  296. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.stories.ts +159 -0
  297. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.ts +174 -0
  298. package/projects/tgo-canopy-ui/components/field/__snapshots__/field.component.spec.ts.snap +55 -0
  299. package/projects/tgo-canopy-ui/components/field/field.component.html +105 -0
  300. package/projects/tgo-canopy-ui/components/field/field.component.module.ts +32 -0
  301. package/projects/tgo-canopy-ui/components/field/field.component.scss +492 -0
  302. package/projects/tgo-canopy-ui/components/field/field.component.spec.ts +268 -0
  303. package/projects/tgo-canopy-ui/components/field/field.component.stories.ts +212 -0
  304. package/projects/tgo-canopy-ui/components/field/field.component.ts +430 -0
  305. package/projects/tgo-canopy-ui/components/field/field.model.ts +11 -0
  306. package/projects/tgo-canopy-ui/components/file-upload/__snapshots__/file-upload.component.spec.ts.snap +59 -0
  307. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.html +94 -0
  308. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.module.ts +23 -0
  309. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.scss +182 -0
  310. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.spec.ts +142 -0
  311. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.stories.ts +96 -0
  312. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.ts +284 -0
  313. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.html +32 -0
  314. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.module.ts +14 -0
  315. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.scss +23 -0
  316. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.spec.ts +111 -0
  317. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.stories.ts +28 -0
  318. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.ts +74 -0
  319. package/projects/tgo-canopy-ui/components/form-demo/form-demo-component.stories.ts +41 -0
  320. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.html +210 -0
  321. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.module.ts +34 -0
  322. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.scss +59 -0
  323. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.spec.ts +127 -0
  324. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.ts +217 -0
  325. package/projects/tgo-canopy-ui/components/form-demo/form-demo.model.ts +6 -0
  326. package/projects/tgo-canopy-ui/components/icon/__snapshots__/icon.component.spec.ts.snap +20 -0
  327. package/projects/tgo-canopy-ui/components/icon/icon.component.html +1 -0
  328. package/projects/tgo-canopy-ui/components/icon/icon.component.module.ts +13 -0
  329. package/projects/tgo-canopy-ui/components/icon/icon.component.scss +66 -0
  330. package/projects/tgo-canopy-ui/components/icon/icon.component.spec.ts +150 -0
  331. package/projects/tgo-canopy-ui/components/icon/icon.component.stories.ts +68 -0
  332. package/projects/tgo-canopy-ui/components/icon/icon.component.ts +147 -0
  333. package/projects/tgo-canopy-ui/components/icon/icon.config.ts +658 -0
  334. package/projects/tgo-canopy-ui/components/icon/icon.model.ts +8 -0
  335. package/projects/tgo-canopy-ui/components/icon-label/__snapshots__/icon-label.component.spec.ts.snap +15 -0
  336. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.html +2 -0
  337. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.module.ts +12 -0
  338. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.scss +8 -0
  339. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.spec.ts +64 -0
  340. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.stories.ts +48 -0
  341. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.ts +53 -0
  342. package/projects/tgo-canopy-ui/components/icons-showcase/__snapshots__/icons-showcase.component.spec.ts.snap +3487 -0
  343. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.html +17 -0
  344. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.module.ts +12 -0
  345. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.scss +25 -0
  346. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.spec.ts +40 -0
  347. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.stories.ts +44 -0
  348. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.ts +43 -0
  349. package/projects/tgo-canopy-ui/components/login/login.component.scss +0 -0
  350. package/projects/tgo-canopy-ui/components/logo/logo.component.html +14 -0
  351. package/projects/tgo-canopy-ui/components/logo/logo.component.module.ts +10 -0
  352. package/projects/tgo-canopy-ui/components/logo/logo.component.scss +13 -0
  353. package/projects/tgo-canopy-ui/components/logo/logo.component.spec.ts +162 -0
  354. package/projects/tgo-canopy-ui/components/logo/logo.component.stories.ts +55 -0
  355. package/projects/tgo-canopy-ui/components/logo/logo.component.ts +148 -0
  356. package/projects/tgo-canopy-ui/components/logo/logo.model.ts +30 -0
  357. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.html +36 -0
  358. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.scss +70 -0
  359. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.spec.ts +58 -0
  360. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.ts +58 -0
  361. package/projects/tgo-canopy-ui/components/navbar/navbar.component.html +62 -0
  362. package/projects/tgo-canopy-ui/components/navbar/navbar.component.module.ts +36 -0
  363. package/projects/tgo-canopy-ui/components/navbar/navbar.component.scss +240 -0
  364. package/projects/tgo-canopy-ui/components/navbar/navbar.component.spec.ts +136 -0
  365. package/projects/tgo-canopy-ui/components/navbar/navbar.component.stories.ts +134 -0
  366. package/projects/tgo-canopy-ui/components/navbar/navbar.component.ts +206 -0
  367. package/projects/tgo-canopy-ui/components/navbar/navbar.model.ts +12 -0
  368. package/projects/tgo-canopy-ui/components/overflow-menu/__snapshots__/overflow-menu.component.spec.ts.snap +28 -0
  369. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.html +47 -0
  370. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.module.ts +13 -0
  371. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.scss +98 -0
  372. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.spec.ts +124 -0
  373. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.stories.ts +58 -0
  374. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.ts +88 -0
  375. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.model.ts +11 -0
  376. package/projects/tgo-canopy-ui/components/page-header/page-header.component.html +35 -0
  377. package/projects/tgo-canopy-ui/components/page-header/page-header.component.module.ts +12 -0
  378. package/projects/tgo-canopy-ui/components/page-header/page-header.component.scss +61 -0
  379. package/projects/tgo-canopy-ui/components/page-header/page-header.component.spec.ts +34 -0
  380. package/projects/tgo-canopy-ui/components/page-header/page-header.component.stories.ts +56 -0
  381. package/projects/tgo-canopy-ui/components/page-header/page-header.component.ts +64 -0
  382. package/projects/tgo-canopy-ui/components/paginator/paginator.component.html +10 -0
  383. package/projects/tgo-canopy-ui/components/paginator/paginator.component.module.ts +11 -0
  384. package/projects/tgo-canopy-ui/components/paginator/paginator.component.scss +159 -0
  385. package/projects/tgo-canopy-ui/components/paginator/paginator.component.spec.ts +29 -0
  386. package/projects/tgo-canopy-ui/components/paginator/paginator.component.stories.ts +36 -0
  387. package/projects/tgo-canopy-ui/components/paginator/paginator.component.ts +67 -0
  388. package/projects/tgo-canopy-ui/components/password-criteria/password.component.html +31 -0
  389. package/projects/tgo-canopy-ui/components/password-criteria/password.component.module.ts +22 -0
  390. package/projects/tgo-canopy-ui/components/password-criteria/password.component.scss +56 -0
  391. package/projects/tgo-canopy-ui/components/password-criteria/password.component.spec.ts +45 -0
  392. package/projects/tgo-canopy-ui/components/password-criteria/password.component.stories.ts +49 -0
  393. package/projects/tgo-canopy-ui/components/password-criteria/password.component.ts +106 -0
  394. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.html +19 -0
  395. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.module.ts +13 -0
  396. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.scss +54 -0
  397. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.spec.ts +40 -0
  398. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.stories.ts +50 -0
  399. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.ts +98 -0
  400. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.html +2 -0
  401. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.scss +0 -0
  402. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.spec.ts +28 -0
  403. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.stories.ts +40 -0
  404. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.ts +20 -0
  405. package/projects/tgo-canopy-ui/components/phone-input/join-string.pipe.spec.ts +9 -0
  406. package/projects/tgo-canopy-ui/components/phone-input/join-strings.pipe.ts +8 -0
  407. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.html +64 -0
  408. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.module.ts +35 -0
  409. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.scss +133 -0
  410. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.spec.ts +212 -0
  411. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.stories.ts +89 -0
  412. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.ts +427 -0
  413. package/projects/tgo-canopy-ui/components/phone-input/phone-input.model.ts +8 -0
  414. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.html +9 -0
  415. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.module.ts +12 -0
  416. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.scss +152 -0
  417. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.spec.ts +76 -0
  418. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.stories.ts +48 -0
  419. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.ts +82 -0
  420. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.html +26 -0
  421. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.module.ts +12 -0
  422. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.scss +41 -0
  423. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.spec.ts +102 -0
  424. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.stories.ts +69 -0
  425. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.ts +114 -0
  426. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.model.ts +13 -0
  427. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.html +18 -0
  428. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.module.ts +13 -0
  429. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.scss +189 -0
  430. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.spec.ts +139 -0
  431. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.stories.ts +126 -0
  432. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.ts +190 -0
  433. package/projects/tgo-canopy-ui/components/radio-button/radio-button.model.ts +4 -0
  434. package/projects/tgo-canopy-ui/components/rating/__snapshots__/rating.component.spec.ts.snap +47 -0
  435. package/projects/tgo-canopy-ui/components/rating/half-star.pipe.spec.ts +33 -0
  436. package/projects/tgo-canopy-ui/components/rating/half-star.pipe.ts +17 -0
  437. package/projects/tgo-canopy-ui/components/rating/rating.component.html +31 -0
  438. package/projects/tgo-canopy-ui/components/rating/rating.component.module.ts +12 -0
  439. package/projects/tgo-canopy-ui/components/rating/rating.component.scss +139 -0
  440. package/projects/tgo-canopy-ui/components/rating/rating.component.spec.ts +142 -0
  441. package/projects/tgo-canopy-ui/components/rating/rating.component.stories.ts +87 -0
  442. package/projects/tgo-canopy-ui/components/rating/rating.component.ts +97 -0
  443. package/projects/tgo-canopy-ui/components/scale/__snapshots__/scale.component.spec.ts.snap +42 -0
  444. package/projects/tgo-canopy-ui/components/scale/scale.component.html +7 -0
  445. package/projects/tgo-canopy-ui/components/scale/scale.component.module.ts +12 -0
  446. package/projects/tgo-canopy-ui/components/scale/scale.component.scss +71 -0
  447. package/projects/tgo-canopy-ui/components/scale/scale.component.spec.ts +125 -0
  448. package/projects/tgo-canopy-ui/components/scale/scale.component.stories.ts +60 -0
  449. package/projects/tgo-canopy-ui/components/scale/scale.component.ts +57 -0
  450. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.html +16 -0
  451. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.module.ts +12 -0
  452. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.scss +86 -0
  453. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.spec.ts +69 -0
  454. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.stories.ts +98 -0
  455. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.ts +69 -0
  456. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.model.ts +8 -0
  457. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.html +11 -0
  458. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.module.ts +22 -0
  459. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.scss +67 -0
  460. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.spec.ts +50 -0
  461. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.stories.ts +59 -0
  462. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.ts +67 -0
  463. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.model.ts +8 -0
  464. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.html +37 -0
  465. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.module.ts +24 -0
  466. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.scss +97 -0
  467. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.spec.ts +176 -0
  468. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.ts +110 -0
  469. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.model.ts +12 -0
  470. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.spec.ts +88 -0
  471. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.ts +28 -0
  472. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.html +5 -0
  473. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.scss +14 -0
  474. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.spec.ts +26 -0
  475. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.stories.ts +54 -0
  476. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.ts +98 -0
  477. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.module.ts +12 -0
  478. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.html +5 -0
  479. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.scss +0 -0
  480. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.spec.ts +75 -0
  481. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.stories.ts +47 -0
  482. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.ts +66 -0
  483. package/projects/tgo-canopy-ui/components/skeleton/skeleton.model.ts +3 -0
  484. package/projects/tgo-canopy-ui/components/slider/slider.component.html +75 -0
  485. package/projects/tgo-canopy-ui/components/slider/slider.component.module.ts +24 -0
  486. package/projects/tgo-canopy-ui/components/slider/slider.component.scss +223 -0
  487. package/projects/tgo-canopy-ui/components/slider/slider.component.spec.ts +103 -0
  488. package/projects/tgo-canopy-ui/components/slider/slider.component.stories.ts +87 -0
  489. package/projects/tgo-canopy-ui/components/slider/slider.component.ts +185 -0
  490. package/projects/tgo-canopy-ui/components/slider/slider.model.ts +4 -0
  491. package/projects/tgo-canopy-ui/components/snackbar/__snapshots__/snackbar.component.spec.ts.snap +44 -0
  492. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.html +33 -0
  493. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.module.ts +16 -0
  494. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.scss +45 -0
  495. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.spec.ts +214 -0
  496. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.stories.ts +159 -0
  497. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.ts +196 -0
  498. package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.spec.ts +52 -0
  499. package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.ts +37 -0
  500. package/projects/tgo-canopy-ui/components/spinner/spinner.component.html +6 -0
  501. package/projects/tgo-canopy-ui/components/spinner/spinner.component.scss +75 -0
  502. package/projects/tgo-canopy-ui/components/spinner/spinner.component.spec.ts +82 -0
  503. package/projects/tgo-canopy-ui/components/spinner/spinner.component.stories.ts +46 -0
  504. package/projects/tgo-canopy-ui/components/spinner/spinner.component.ts +59 -0
  505. package/projects/tgo-canopy-ui/components/spinner/spinner.module.ts +10 -0
  506. package/projects/tgo-canopy-ui/components/step/step.component.html +100 -0
  507. package/projects/tgo-canopy-ui/components/step/step.component.module.ts +11 -0
  508. package/projects/tgo-canopy-ui/components/step/step.component.scss +315 -0
  509. package/projects/tgo-canopy-ui/components/step/step.component.spec.ts +61 -0
  510. package/projects/tgo-canopy-ui/components/step/step.component.ts +134 -0
  511. package/projects/tgo-canopy-ui/components/stepper/stepper.component.html +79 -0
  512. package/projects/tgo-canopy-ui/components/stepper/stepper.component.module.ts +25 -0
  513. package/projects/tgo-canopy-ui/components/stepper/stepper.component.scss +144 -0
  514. package/projects/tgo-canopy-ui/components/stepper/stepper.component.spec.ts +64 -0
  515. package/projects/tgo-canopy-ui/components/stepper/stepper.component.stories.ts +84 -0
  516. package/projects/tgo-canopy-ui/components/stepper/stepper.component.ts +118 -0
  517. package/projects/tgo-canopy-ui/components/stepper/stepper.model.ts +10 -0
  518. package/projects/tgo-canopy-ui/components/table/sentence-case.pipe.ts +13 -0
  519. package/projects/tgo-canopy-ui/components/table/sentence-case.spec.ts +53 -0
  520. package/projects/tgo-canopy-ui/components/table/table.component.html +290 -0
  521. package/projects/tgo-canopy-ui/components/table/table.component.module.ts +35 -0
  522. package/projects/tgo-canopy-ui/components/table/table.component.scss +201 -0
  523. package/projects/tgo-canopy-ui/components/table/table.component.spec.ts +187 -0
  524. package/projects/tgo-canopy-ui/components/table/table.component.stories.ts +427 -0
  525. package/projects/tgo-canopy-ui/components/table/table.component.ts +242 -0
  526. package/projects/tgo-canopy-ui/components/table/table.model.ts +103 -0
  527. package/projects/tgo-canopy-ui/components/tabs/tab.directive.ts +33 -0
  528. package/projects/tgo-canopy-ui/components/tabs/tabs.component.html +19 -0
  529. package/projects/tgo-canopy-ui/components/tabs/tabs.component.module.ts +22 -0
  530. package/projects/tgo-canopy-ui/components/tabs/tabs.component.scss +234 -0
  531. package/projects/tgo-canopy-ui/components/tabs/tabs.component.spec.ts +85 -0
  532. package/projects/tgo-canopy-ui/components/tabs/tabs.component.stories.ts +73 -0
  533. package/projects/tgo-canopy-ui/components/tabs/tabs.component.ts +79 -0
  534. package/projects/tgo-canopy-ui/components/tabs/tabs.directive.spec.ts +90 -0
  535. package/projects/tgo-canopy-ui/components/tabs/tabs.model.ts +11 -0
  536. package/projects/tgo-canopy-ui/components/tag/__snapshots__/tag.component.spec.ts.snap +42 -0
  537. package/projects/tgo-canopy-ui/components/tag/tag.component.html +26 -0
  538. package/projects/tgo-canopy-ui/components/tag/tag.component.module.ts +15 -0
  539. package/projects/tgo-canopy-ui/components/tag/tag.component.scss +161 -0
  540. package/projects/tgo-canopy-ui/components/tag/tag.component.spec.ts +193 -0
  541. package/projects/tgo-canopy-ui/components/tag/tag.component.stories.ts +125 -0
  542. package/projects/tgo-canopy-ui/components/tag/tag.component.ts +213 -0
  543. package/projects/tgo-canopy-ui/components/toggle/toggle.component.html +24 -0
  544. package/projects/tgo-canopy-ui/components/toggle/toggle.component.module.ts +14 -0
  545. package/projects/tgo-canopy-ui/components/toggle/toggle.component.scss +202 -0
  546. package/projects/tgo-canopy-ui/components/toggle/toggle.component.spec.ts +197 -0
  547. package/projects/tgo-canopy-ui/components/toggle/toggle.component.stories.ts +97 -0
  548. package/projects/tgo-canopy-ui/components/toggle/toggle.component.ts +179 -0
  549. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.html +9 -0
  550. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.module.ts +10 -0
  551. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.spec.ts +53 -0
  552. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.stories.ts +235 -0
  553. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.ts +81 -0
  554. package/projects/tgo-canopy-ui/components/tooltip/tooltip.model.ts +6 -0
  555. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.html +29 -0
  556. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.scss +0 -0
  557. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.spec.ts +75 -0
  558. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.ts +53 -0
  559. package/projects/tgo-canopy-ui/components/validation-error/validation-error.module.ts +12 -0
  560. package/projects/tgo-canopy-ui/directives/digits-only.directive.spec.ts +121 -0
  561. package/projects/tgo-canopy-ui/directives/digits-only.directive.ts +42 -0
  562. package/projects/tgo-canopy-ui/directives/drag-drop.directive.spec.ts +84 -0
  563. package/projects/tgo-canopy-ui/directives/drag-drop.directive.ts +39 -0
  564. package/projects/tgo-canopy-ui/directives/ellipse-text.directive.spec.ts +57 -0
  565. package/projects/tgo-canopy-ui/directives/ellipse-text.directive.ts +27 -0
  566. package/projects/tgo-canopy-ui/directives/select-text.directive.spec.ts +54 -0
  567. package/projects/tgo-canopy-ui/directives/select-text.directive.ts +37 -0
  568. package/projects/tgo-canopy-ui/directives/step-line-width.directive.spec.ts +59 -0
  569. package/projects/tgo-canopy-ui/directives/step-line-width.directive.ts +31 -0
  570. package/projects/tgo-canopy-ui/foundations/colors/colors.component.html +4 -0
  571. package/projects/tgo-canopy-ui/foundations/colors/colors.component.module.ts +10 -0
  572. package/projects/tgo-canopy-ui/foundations/colors/colors.component.scss +318 -0
  573. package/projects/tgo-canopy-ui/foundations/colors/colors.component.spec.ts +47 -0
  574. package/projects/tgo-canopy-ui/foundations/colors/colors.component.ts +22 -0
  575. package/projects/tgo-canopy-ui/foundations/colors/colors.stories.ts +426 -0
  576. package/projects/tgo-canopy-ui/foundations/typography/typography.stories.ts +195 -0
  577. package/projects/tgo-canopy-ui/mocked-assets/images/some_progress.svg +4 -0
  578. package/projects/tgo-canopy-ui/models/colors.model.ts +88 -0
  579. package/projects/tgo-canopy-ui/models/screen-breakpoints.model.ts +4 -0
  580. package/projects/tgo-canopy-ui/pipes/data-property-getter.spec.ts +42 -0
  581. package/projects/tgo-canopy-ui/pipes/data-property-getter.ts +31 -0
  582. package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.spec.ts +32 -0
  583. package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.ts +20 -0
  584. package/projects/tgo-canopy-ui/pipes/memoize-func.pipe.spec.ts +19 -0
  585. package/projects/tgo-canopy-ui/pipes/memoize-func.pipe.ts +34 -0
  586. package/projects/tgo-canopy-ui/pipes/name-initials.pipe.spec.ts +44 -0
  587. package/projects/tgo-canopy-ui/pipes/name-initials.pipe.ts +18 -0
  588. package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.spec.ts +45 -0
  589. package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.ts +71 -0
  590. package/projects/tgo-canopy-ui/polyfills.ts +51 -0
  591. package/projects/tgo-canopy-ui/providers/is-mobile.ts +11 -0
  592. package/projects/tgo-canopy-ui/public-api.ts +184 -0
  593. package/projects/tgo-canopy-ui/services/custom-event-manager.service.spec.ts +57 -0
  594. package/projects/tgo-canopy-ui/services/custom-event-manager.service.ts +28 -0
  595. package/projects/tgo-canopy-ui/test-utils/mock-file.spec.ts +44 -0
  596. package/projects/tgo-canopy-ui/test-utils/mock-file.ts +24 -0
  597. package/projects/tgo-canopy-ui/test.ts +20 -0
  598. package/projects/tgo-canopy-ui/utils/alert-bars.utils.spec.ts +47 -0
  599. package/projects/tgo-canopy-ui/utils/alert-bars.utils.ts +36 -0
  600. package/projects/tgo-canopy-ui/utils/autocomplete-utils.spec.ts +68 -0
  601. package/projects/tgo-canopy-ui/utils/autocomplete-utils.ts +66 -0
  602. package/projects/tgo-canopy-ui/utils/color-contrast.spec.ts +46 -0
  603. package/projects/tgo-canopy-ui/utils/color-contrast.ts +135 -0
  604. package/projects/tgo-canopy-ui/utils/localization/language.model.ts +14 -0
  605. package/projects/tgo-canopy-ui/utils/localization/language.service.mocks.ts +6 -0
  606. package/projects/tgo-canopy-ui/utils/localization/language.service.spec.ts +25 -0
  607. package/projects/tgo-canopy-ui/utils/localization/language.service.ts +32 -0
  608. package/projects/tgo-canopy-ui/utils/table.utils.spec.ts +47 -0
  609. package/projects/tgo-canopy-ui/utils/table.utils.ts +22 -0
  610. package/projects/tgo-canopy-ui/utils/transform-theme.ts +9 -0
  611. package/projects/tgo-canopy-ui/utils/transform.theme.spec.ts +16 -0
  612. package/projects/tgo-canopy-ui/utils/validators.utils.spec.ts +16 -0
  613. package/projects/tgo-canopy-ui/utils/validators.utils.ts +9 -0
  614. package/setupJest.ts +1 -0
  615. package/transloco.config.js +5 -0
  616. package/tsconfig.json +46 -0
  617. package/tsconfig.spec.json +17 -0
  618. package/tsconfig.ui.json +24 -0
  619. package/tsconfig.ui.prod.json +10 -0
  620. package/visual-tests/component-page-objects/avatar-component.ts +30 -0
  621. package/visual-tests/component-page-objects/badge-component.ts +33 -0
  622. package/visual-tests/component-page-objects/base-component.ts +44 -0
  623. package/visual-tests/component-page-objects/checkbox-component.ts +38 -0
  624. package/visual-tests/component-page-objects/icon-component.ts +32 -0
  625. package/visual-tests/component-tests/avatar.spec.ts +91 -0
  626. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-allow-edit-for-the-avatar-1-chromium-linux.png +0 -0
  627. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-large-avatar-1-chromium-linux.png +0 -0
  628. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-medium-avatar-1-chromium-linux.png +0 -0
  629. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-small-avatar-1-chromium-linux.png +0 -0
  630. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-the-avatar-correctly-1-chromium-linux.png +0 -0
  631. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-the-avatar-image-1-chromium-linux.png +0 -0
  632. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-emit-edit-click-event-1-chromium-linux.png +0 -0
  633. package/visual-tests/component-tests/badge.spec.ts +56 -0
  634. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-notification-badge-1-chromium-linux.png +0 -0
  635. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-secondary-badge-1-chromium-linux.png +0 -0
  636. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-the-badge-correctly-1-chromium-linux.png +0 -0
  637. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-the-badge-with-icon-1-chromium-linux.png +0 -0
  638. package/visual-tests/component-tests/checkbox.spec.ts +151 -0
  639. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-checked-1-chromium-linux.png +0 -0
  640. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-correctly-1-chromium-linux.png +0 -0
  641. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-disabled-1-chromium-linux.png +0 -0
  642. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-error-1-chromium-linux.png +0 -0
  643. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-indeterminate-1-chromium-linux.png +0 -0
  644. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-multiple-1-chromium-linux.png +0 -0
  645. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-multiple-error-1-chromium-linux.png +0 -0
  646. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-set-company-color-1-chromium-linux.png +0 -0
  647. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-without-lable-1-chromium-linux.png +0 -0
  648. package/visual-tests/component-tests/icon.spec.ts +41 -0
  649. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-red-the-icon-color-1-chromium-linux.png +0 -0
  650. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-the-icon-correctly-1-chromium-linux.png +0 -0
  651. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-the-icon-small-size-1-chromium-linux.png +0 -0
  652. package/visual-tests/playwright.config.ts +45 -0
  653. package/visual-tests/runConfig.ts +1 -0
  654. package/components/accordion/accordion.component.d.ts +0 -76
  655. package/components/accordion/accordion.component.module.d.ts +0 -12
  656. package/components/alert-banner/alert-banner.component.d.ts +0 -89
  657. package/components/alert-banner/alert-banner.component.module.d.ts +0 -10
  658. package/components/autocomplete/autocomplete.component.d.ts +0 -223
  659. package/components/autocomplete/autocomplete.component.module.d.ts +0 -22
  660. package/components/autocomplete/autocomplete.model.d.ts +0 -18
  661. package/components/autocomplete/includes.pipe.d.ts +0 -12
  662. package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
  663. package/components/avatar/avatar.component.d.ts +0 -58
  664. package/components/avatar/avatar.component.module.d.ts +0 -12
  665. package/components/avatar/avatar.model.d.ts +0 -7
  666. package/components/badge/badge.component.d.ts +0 -58
  667. package/components/badge/badge.component.module.d.ts +0 -9
  668. package/components/badge/badge.model.d.ts +0 -27
  669. package/components/button/button.component.d.ts +0 -190
  670. package/components/button/button.component.module.d.ts +0 -13
  671. package/components/button/button.model.d.ts +0 -14
  672. package/components/card/card.component.d.ts +0 -46
  673. package/components/card/card.component.module.d.ts +0 -9
  674. package/components/checkbox/checkbox.component.d.ts +0 -148
  675. package/components/checkbox/checkbox.component.module.d.ts +0 -15
  676. package/components/confirm-dialog/confirm-dialog.component.d.ts +0 -25
  677. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
  678. package/components/confirm-dialog/confirm-dialog.model.d.ts +0 -9
  679. package/components/datepicker/datepicker.component.d.ts +0 -205
  680. package/components/datepicker/datepicker.component.module.d.ts +0 -18
  681. package/components/datepicker/no-date-format.directive.d.ts +0 -11
  682. package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -38
  683. package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
  684. package/components/deprecated-table/deprecated-table.component.d.ts +0 -91
  685. package/components/deprecated-table/deprecated-table.component.module.d.ts +0 -14
  686. package/components/deprecated-table/deprecated-table.model.d.ts +0 -45
  687. package/components/deprecated-table/directives/dynamic-component.directive.d.ts +0 -13
  688. package/components/dialog/dialog.component.d.ts +0 -108
  689. package/components/dialog/dialog.component.module.d.ts +0 -11
  690. package/components/dialog/dialog.service.d.ts +0 -13
  691. package/components/divider/divider.component.d.ts +0 -39
  692. package/components/divider/divider.component.module.d.ts +0 -9
  693. package/components/dropdown/dropdown.component.d.ts +0 -169
  694. package/components/dropdown/dropdown.component.module.d.ts +0 -17
  695. package/components/dropdown/dropdown.model.d.ts +0 -5
  696. package/components/elevation-shadow/elevation-shadow.component.d.ts +0 -26
  697. package/components/elevation-shadow/elevation-shadow.component.module.d.ts +0 -8
  698. package/components/elevation-shadow/elevation-shadow.constant.d.ts +0 -8
  699. package/components/empty-state/empty-state.component.d.ts +0 -124
  700. package/components/empty-state/empty-state.component.module.d.ts +0 -11
  701. package/components/field/field.component.d.ts +0 -238
  702. package/components/field/field.component.module.d.ts +0 -18
  703. package/components/field/field.model.d.ts +0 -1
  704. package/components/file-upload/file-upload.component.d.ts +0 -124
  705. package/components/file-upload/file-upload.component.module.d.ts +0 -14
  706. package/components/icon/icon.component.d.ts +0 -65
  707. package/components/icon/icon.component.module.d.ts +0 -10
  708. package/components/icon/icon.config.d.ts +0 -10
  709. package/components/icon/icon.model.d.ts +0 -7
  710. package/components/icon-label/icon-label.component.d.ts +0 -39
  711. package/components/icon-label/icon-label.component.module.d.ts +0 -9
  712. package/components/logo/logo.component.d.ts +0 -57
  713. package/components/logo/logo.component.module.d.ts +0 -8
  714. package/components/logo/logo.model.d.ts +0 -29
  715. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -22
  716. package/components/navbar/navbar.component.d.ts +0 -113
  717. package/components/navbar/navbar.component.module.d.ts +0 -20
  718. package/components/navbar/navbar.model.d.ts +0 -10
  719. package/components/overflow-menu/overflow-menu.component.d.ts +0 -55
  720. package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -11
  721. package/components/overflow-menu/overflow-menu.model.d.ts +0 -10
  722. package/components/page-header/page-header.component.d.ts +0 -45
  723. package/components/page-header/page-header.component.module.d.ts +0 -10
  724. package/components/paginator/paginator.component.d.ts +0 -49
  725. package/components/paginator/paginator.component.module.d.ts +0 -9
  726. package/components/password-criteria/password.component.d.ts +0 -49
  727. package/components/password-criteria/password.component.module.d.ts +0 -13
  728. package/components/password-strength/password-strength.component.d.ts +0 -52
  729. package/components/password-strength/password-strength.component.module.d.ts +0 -11
  730. package/components/phone-input/join-strings.pipe.d.ts +0 -7
  731. package/components/phone-input/phone-input.component.d.ts +0 -154
  732. package/components/phone-input/phone-input.component.module.d.ts +0 -20
  733. package/components/phone-input/phone-input.model.d.ts +0 -8
  734. package/components/progress-bar/progress-bar.component.d.ts +0 -52
  735. package/components/progress-bar/progress-bar.component.module.d.ts +0 -9
  736. package/components/radial-progress/radial-progress.component.d.ts +0 -68
  737. package/components/radial-progress/radial-progress.component.module.d.ts +0 -10
  738. package/components/radial-progress/radial-progress.model.d.ts +0 -10
  739. package/components/radio-button/radio-button.component.d.ts +0 -116
  740. package/components/radio-button/radio-button.component.module.d.ts +0 -11
  741. package/components/radio-button/radio-button.model.d.ts +0 -4
  742. package/components/rating/half-star.pipe.d.ts +0 -14
  743. package/components/rating/rating.component.d.ts +0 -64
  744. package/components/rating/rating.component.module.d.ts +0 -10
  745. package/components/scale/scale.component.d.ts +0 -34
  746. package/components/scale/scale.component.module.d.ts +0 -8
  747. package/components/segmented-bar/segmented-bar.component.d.ts +0 -54
  748. package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -10
  749. package/components/segmented-bar/segmented-bar.model.d.ts +0 -7
  750. package/components/segmented-button/segmented-button.component.d.ts +0 -32
  751. package/components/segmented-button/segmented-button.component.module.d.ts +0 -10
  752. package/components/segmented-button/segmented-button.model.d.ts +0 -7
  753. package/components/side-sheet/side-sheet.component.d.ts +0 -49
  754. package/components/side-sheet/side-sheet.component.module.d.ts +0 -14
  755. package/components/side-sheet/side-sheet.model.d.ts +0 -10
  756. package/components/side-sheet/side-sheet.service.d.ts +0 -14
  757. package/components/skeleton/skeleton.component.d.ts +0 -26
  758. package/components/skeleton/skeleton.model.d.ts +0 -2
  759. package/components/slider/slider.component.d.ts +0 -103
  760. package/components/slider/slider.component.module.d.ts +0 -14
  761. package/components/slider/slider.model.d.ts +0 -4
  762. package/components/snackbar/snackbar.component.d.ts +0 -111
  763. package/components/snackbar/snackbar.component.module.d.ts +0 -12
  764. package/components/snackbar/snackbar.service.d.ts +0 -12
  765. package/components/spinner/spinner.component.d.ts +0 -38
  766. package/components/spinner/spinner.module.d.ts +0 -8
  767. package/components/step/step.component.d.ts +0 -104
  768. package/components/step/step.component.module.d.ts +0 -9
  769. package/components/stepper/stepper.component.d.ts +0 -76
  770. package/components/stepper/stepper.component.module.d.ts +0 -15
  771. package/components/stepper/stepper.model.d.ts +0 -9
  772. package/components/table/sentence-case.pipe.d.ts +0 -7
  773. package/components/table/table.component.d.ts +0 -93
  774. package/components/table/table.component.module.d.ts +0 -19
  775. package/components/table/table.model.d.ts +0 -92
  776. package/components/tabs/tab.directive.d.ts +0 -18
  777. package/components/tabs/tabs.component.d.ts +0 -59
  778. package/components/tabs/tabs.component.module.d.ts +0 -11
  779. package/components/tabs/tabs.model.d.ts +0 -9
  780. package/components/tag/tag.component.d.ts +0 -129
  781. package/components/tag/tag.component.module.d.ts +0 -12
  782. package/components/toggle/toggle.component.d.ts +0 -105
  783. package/components/toggle/toggle.component.module.d.ts +0 -12
  784. package/components/tooltip/tooltip.component.d.ts +0 -44
  785. package/components/tooltip/tooltip.component.module.d.ts +0 -8
  786. package/components/tooltip/tooltip.model.d.ts +0 -6
  787. package/components/validation-error/validation-error.component.d.ts +0 -27
  788. package/components/validation-error/validation-error.module.d.ts +0 -10
  789. package/directives/digits-only.directive.d.ts +0 -15
  790. package/directives/drag-drop.directive.d.ts +0 -12
  791. package/directives/ellipse-text.directive.d.ts +0 -16
  792. package/directives/select-text.directive.d.ts +0 -19
  793. package/directives/step-line-width.directive.d.ts +0 -15
  794. package/esm2022/assets/i18n/da-dk.json +0 -77
  795. package/esm2022/assets/i18n/de.json +0 -77
  796. package/esm2022/assets/i18n/en.json +0 -100
  797. package/esm2022/assets/i18n/es.json +0 -77
  798. package/esm2022/assets/i18n/fr.json +0 -77
  799. package/esm2022/assets/i18n/it-it.json +0 -77
  800. package/esm2022/assets/i18n/ja-jp.json +0 -77
  801. package/esm2022/assets/i18n/nb-no.json +0 -77
  802. package/esm2022/assets/i18n/nl.json +0 -77
  803. package/esm2022/assets/i18n/pl-pl.json +0 -77
  804. package/esm2022/assets/i18n/pt-br.json +0 -77
  805. package/esm2022/assets/i18n/sv-se.json +0 -77
  806. package/esm2022/components/accordion/accordion.component.mjs +0 -105
  807. package/esm2022/components/accordion/accordion.component.module.mjs +0 -40
  808. package/esm2022/components/accordion/accordion.model.mjs +0 -2
  809. package/esm2022/components/alert-banner/alert-banner.component.mjs +0 -127
  810. package/esm2022/components/alert-banner/alert-banner.component.module.mjs +0 -20
  811. package/esm2022/components/alert-banner/alert-banner.model.mjs +0 -2
  812. package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -537
  813. package/esm2022/components/autocomplete/autocomplete.component.module.mjs +0 -70
  814. package/esm2022/components/autocomplete/autocomplete.model.mjs +0 -22
  815. package/esm2022/components/autocomplete/includes.pipe.mjs +0 -21
  816. package/esm2022/components/autocomplete/transform-Item.pipe.mjs +0 -29
  817. package/esm2022/components/avatar/avatar.component.mjs +0 -91
  818. package/esm2022/components/avatar/avatar.component.module.mjs +0 -22
  819. package/esm2022/components/avatar/avatar.model.mjs +0 -12
  820. package/esm2022/components/badge/badge.component.mjs +0 -102
  821. package/esm2022/components/badge/badge.component.module.mjs +0 -19
  822. package/esm2022/components/badge/badge.model.mjs +0 -28
  823. package/esm2022/components/button/button.component.mjs +0 -352
  824. package/esm2022/components/button/button.component.module.mjs +0 -41
  825. package/esm2022/components/button/button.model.mjs +0 -2
  826. package/esm2022/components/card/card.component.mjs +0 -75
  827. package/esm2022/components/card/card.component.module.mjs +0 -19
  828. package/esm2022/components/card/card.model.mjs +0 -2
  829. package/esm2022/components/checkbox/checkbox.component.mjs +0 -227
  830. package/esm2022/components/checkbox/checkbox.component.module.mjs +0 -25
  831. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +0 -48
  832. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +0 -29
  833. package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +0 -2
  834. package/esm2022/components/datepicker/datepicker.component.mjs +0 -302
  835. package/esm2022/components/datepicker/datepicker.component.module.mjs +0 -60
  836. package/esm2022/components/datepicker/no-date-format.directive.mjs +0 -56
  837. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +0 -55
  838. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +0 -20
  839. package/esm2022/components/deprecated-table/deprecated-table.component.mjs +0 -158
  840. package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +0 -43
  841. package/esm2022/components/deprecated-table/deprecated-table.model.mjs +0 -13
  842. package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +0 -40
  843. package/esm2022/components/dialog/dialog.component.mjs +0 -193
  844. package/esm2022/components/dialog/dialog.component.module.mjs +0 -23
  845. package/esm2022/components/dialog/dialog.service.mjs +0 -32
  846. package/esm2022/components/divider/divider.component.mjs +0 -65
  847. package/esm2022/components/divider/divider.component.module.mjs +0 -19
  848. package/esm2022/components/divider/divider.model.mjs +0 -2
  849. package/esm2022/components/dropdown/dropdown.component.mjs +0 -244
  850. package/esm2022/components/dropdown/dropdown.component.module.mjs +0 -57
  851. package/esm2022/components/dropdown/dropdown.model.mjs +0 -2
  852. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +0 -45
  853. package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +0 -18
  854. package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +0 -9
  855. package/esm2022/components/empty-state/empty-state.component.mjs +0 -195
  856. package/esm2022/components/empty-state/empty-state.component.module.mjs +0 -21
  857. package/esm2022/components/empty-state/empty-state.model.mjs +0 -2
  858. package/esm2022/components/field/field.component.mjs +0 -409
  859. package/esm2022/components/field/field.component.module.mjs +0 -58
  860. package/esm2022/components/field/field.model.mjs +0 -2
  861. package/esm2022/components/file-upload/file-upload.component.mjs +0 -271
  862. package/esm2022/components/file-upload/file-upload.component.module.mjs +0 -40
  863. package/esm2022/components/icon/icon.component.mjs +0 -127
  864. package/esm2022/components/icon/icon.component.module.mjs +0 -21
  865. package/esm2022/components/icon/icon.config.mjs +0 -657
  866. package/esm2022/components/icon/icon.model.mjs +0 -2
  867. package/esm2022/components/icon-label/icon-label.component.mjs +0 -53
  868. package/esm2022/components/icon-label/icon-label.component.module.mjs +0 -20
  869. package/esm2022/components/logo/logo.component.mjs +0 -149
  870. package/esm2022/components/logo/logo.component.module.mjs +0 -18
  871. package/esm2022/components/logo/logo.model.mjs +0 -32
  872. package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +0 -75
  873. package/esm2022/components/navbar/navbar.component.mjs +0 -200
  874. package/esm2022/components/navbar/navbar.component.module.mjs +0 -67
  875. package/esm2022/components/navbar/navbar.model.mjs +0 -2
  876. package/esm2022/components/overflow-menu/overflow-menu.component.mjs +0 -73
  877. package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +0 -21
  878. package/esm2022/components/overflow-menu/overflow-menu.model.mjs +0 -2
  879. package/esm2022/components/page-header/page-header.component.mjs +0 -81
  880. package/esm2022/components/page-header/page-header.component.module.mjs +0 -20
  881. package/esm2022/components/paginator/paginator.component.mjs +0 -76
  882. package/esm2022/components/paginator/paginator.component.module.mjs +0 -19
  883. package/esm2022/components/password-criteria/password.component.mjs +0 -115
  884. package/esm2022/components/password-criteria/password.component.module.mjs +0 -39
  885. package/esm2022/components/password-strength/password-strength.component.mjs +0 -103
  886. package/esm2022/components/password-strength/password-strength.component.module.mjs +0 -21
  887. package/esm2022/components/phone-input/join-strings.pipe.mjs +0 -14
  888. package/esm2022/components/phone-input/phone-input.component.mjs +0 -363
  889. package/esm2022/components/phone-input/phone-input.component.module.mjs +0 -63
  890. package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
  891. package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -74
  892. package/esm2022/components/progress-bar/progress-bar.component.module.mjs +0 -20
  893. package/esm2022/components/radial-progress/radial-progress.component.mjs +0 -106
  894. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +0 -20
  895. package/esm2022/components/radial-progress/radial-progress.model.mjs +0 -11
  896. package/esm2022/components/radio-button/radio-button.component.mjs +0 -176
  897. package/esm2022/components/radio-button/radio-button.component.module.mjs +0 -21
  898. package/esm2022/components/radio-button/radio-button.model.mjs +0 -2
  899. package/esm2022/components/rating/half-star.pipe.mjs +0 -23
  900. package/esm2022/components/rating/rating.component.mjs +0 -92
  901. package/esm2022/components/rating/rating.component.module.mjs +0 -20
  902. package/esm2022/components/scale/scale.component.mjs +0 -58
  903. package/esm2022/components/scale/scale.component.module.mjs +0 -18
  904. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +0 -75
  905. package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +0 -20
  906. package/esm2022/components/segmented-bar/segmented-bar.model.mjs +0 -2
  907. package/esm2022/components/segmented-button/segmented-button.component.mjs +0 -66
  908. package/esm2022/components/segmented-button/segmented-button.component.module.mjs +0 -32
  909. package/esm2022/components/segmented-button/segmented-button.model.mjs +0 -2
  910. package/esm2022/components/side-sheet/side-sheet.component.mjs +0 -109
  911. package/esm2022/components/side-sheet/side-sheet.component.module.mjs +0 -43
  912. package/esm2022/components/side-sheet/side-sheet.model.mjs +0 -2
  913. package/esm2022/components/side-sheet/side-sheet.service.mjs +0 -31
  914. package/esm2022/components/skeleton/skeleton.component.mjs +0 -71
  915. package/esm2022/components/skeleton/skeleton.model.mjs +0 -2
  916. package/esm2022/components/slider/slider.component.mjs +0 -191
  917. package/esm2022/components/slider/slider.component.module.mjs +0 -43
  918. package/esm2022/components/slider/slider.model.mjs +0 -2
  919. package/esm2022/components/snackbar/snackbar.component.mjs +0 -208
  920. package/esm2022/components/snackbar/snackbar.component.module.mjs +0 -24
  921. package/esm2022/components/snackbar/snackbar.model.mjs +0 -2
  922. package/esm2022/components/snackbar/snackbar.service.mjs +0 -41
  923. package/esm2022/components/spinner/spinner.component.mjs +0 -62
  924. package/esm2022/components/spinner/spinner.model.mjs +0 -2
  925. package/esm2022/components/spinner/spinner.module.mjs +0 -18
  926. package/esm2022/components/step/step.component.mjs +0 -110
  927. package/esm2022/components/step/step.component.module.mjs +0 -19
  928. package/esm2022/components/stepper/stepper.component.mjs +0 -124
  929. package/esm2022/components/stepper/stepper.component.module.mjs +0 -44
  930. package/esm2022/components/stepper/stepper.model.mjs +0 -2
  931. package/esm2022/components/table/sentence-case.pipe.mjs +0 -19
  932. package/esm2022/components/table/table.component.mjs +0 -220
  933. package/esm2022/components/table/table.component.module.mjs +0 -58
  934. package/esm2022/components/table/table.model.mjs +0 -13
  935. package/esm2022/components/tabs/tab.directive.mjs +0 -42
  936. package/esm2022/components/tabs/tabs.component.mjs +0 -99
  937. package/esm2022/components/tabs/tabs.component.module.mjs +0 -33
  938. package/esm2022/components/tabs/tabs.model.mjs +0 -2
  939. package/esm2022/components/tag/tag.component.mjs +0 -201
  940. package/esm2022/components/tag/tag.component.module.mjs +0 -23
  941. package/esm2022/components/tag/tag.model.mjs +0 -2
  942. package/esm2022/components/toggle/toggle.component.mjs +0 -169
  943. package/esm2022/components/toggle/toggle.component.module.mjs +0 -22
  944. package/esm2022/components/toggle/toggle.model.mjs +0 -2
  945. package/esm2022/components/tooltip/tooltip.component.mjs +0 -79
  946. package/esm2022/components/tooltip/tooltip.component.module.mjs +0 -18
  947. package/esm2022/components/tooltip/tooltip.model.mjs +0 -8
  948. package/esm2022/components/validation-error/validation-error.component.mjs +0 -59
  949. package/esm2022/components/validation-error/validation-error.model.mjs +0 -2
  950. package/esm2022/components/validation-error/validation-error.module.mjs +0 -20
  951. package/esm2022/directives/digits-only.directive.mjs +0 -52
  952. package/esm2022/directives/drag-drop.directive.mjs +0 -55
  953. package/esm2022/directives/ellipse-text.directive.mjs +0 -37
  954. package/esm2022/directives/select-text.directive.mjs +0 -41
  955. package/esm2022/directives/step-line-width.directive.mjs +0 -38
  956. package/esm2022/models/application-theme.model.mjs +0 -2
  957. package/esm2022/models/colors.model.mjs +0 -78
  958. package/esm2022/models/screen-breakpoints.model.mjs +0 -6
  959. package/esm2022/pipes/data-property-getter.mjs +0 -33
  960. package/esm2022/pipes/has-validation-error.pipe.mjs +0 -27
  961. package/esm2022/pipes/name-initials.pipe.mjs +0 -25
  962. package/esm2022/pipes/ui-translate.pipe.mjs +0 -76
  963. package/esm2022/providers/is-mobile.mjs +0 -11
  964. package/esm2022/public-api.mjs +0 -184
  965. package/esm2022/testgorilla-tgo-ui.mjs +0 -5
  966. package/esm2022/utils/alert-bar.model.mjs +0 -2
  967. package/esm2022/utils/alert-bars.utils.mjs +0 -33
  968. package/esm2022/utils/autocomplete-utils.mjs +0 -61
  969. package/esm2022/utils/color-contrast.mjs +0 -131
  970. package/esm2022/utils/localization/language.model.mjs +0 -16
  971. package/esm2022/utils/localization/language.service.mjs +0 -33
  972. package/esm2022/utils/table.utils.mjs +0 -19
  973. package/fesm2022/testgorilla-tgo-ui.mjs +0 -11162
  974. package/fesm2022/testgorilla-tgo-ui.mjs.map +0 -1
  975. package/index.d.ts +0 -5
  976. package/models/colors.model.d.ts +0 -63
  977. package/models/screen-breakpoints.model.d.ts +0 -4
  978. package/pipes/data-property-getter.d.ts +0 -8
  979. package/pipes/has-validation-error.pipe.d.ts +0 -15
  980. package/pipes/name-initials.pipe.d.ts +0 -7
  981. package/pipes/ui-translate.pipe.d.ts +0 -28
  982. package/providers/is-mobile.d.ts +0 -2
  983. package/public-api.d.ts +0 -130
  984. package/utils/alert-bars.utils.d.ts +0 -7
  985. package/utils/autocomplete-utils.d.ts +0 -11
  986. package/utils/color-contrast.d.ts +0 -28
  987. package/utils/localization/language.model.d.ts +0 -14
  988. package/utils/localization/language.service.d.ts +0 -16
  989. package/utils/table.utils.d.ts +0 -6
  990. /package/{components/accordion/accordion.model.d.ts → projects/tgo-canopy-ui/components/accordion/accordion.model.ts} +0 -0
  991. /package/{components/alert-banner/alert-banner.model.d.ts → projects/tgo-canopy-ui/components/alert-banner/alert-banner.model.ts} +0 -0
  992. /package/{components/card/card.model.d.ts → projects/tgo-canopy-ui/components/card/card.model.ts} +0 -0
  993. /package/{components/divider/divider.model.d.ts → projects/tgo-canopy-ui/components/divider/divider.model.ts} +0 -0
  994. /package/{components/empty-state/empty-state.model.d.ts → projects/tgo-canopy-ui/components/empty-state/empty-state.model.ts} +0 -0
  995. /package/{components/snackbar/snackbar.model.d.ts → projects/tgo-canopy-ui/components/snackbar/snackbar.model.ts} +0 -0
  996. /package/{components/spinner/spinner.model.d.ts → projects/tgo-canopy-ui/components/spinner/spinner.model.ts} +0 -0
  997. /package/{components/tag/tag.model.d.ts → projects/tgo-canopy-ui/components/tag/tag.model.ts} +0 -0
  998. /package/{components/toggle/toggle.model.d.ts → projects/tgo-canopy-ui/components/toggle/toggle.model.ts} +0 -0
  999. /package/{components/validation-error/validation-error.model.d.ts → projects/tgo-canopy-ui/components/validation-error/validation-error.model.ts} +0 -0
  1000. /package/{models/application-theme.model.d.ts → projects/tgo-canopy-ui/models/application-theme.model.ts} +0 -0
  1001. /package/{utils/alert-bar.model.d.ts → projects/tgo-canopy-ui/utils/alert-bar.model.ts} +0 -0
@@ -1,352 +0,0 @@
1
- /* eslint-disable @angular-eslint/use-lifecycle-interface */
2
- import { Component, EventEmitter, HostBinding, Inject, Input, Optional, Output, ViewChild } from '@angular/core';
3
- import { adjustLightness } from '../../utils/color-contrast';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- import * as i2 from "@angular/material/button";
7
- import * as i3 from "../icon/icon.component";
8
- import * as i4 from "@angular/material/progress-spinner";
9
- import * as i5 from "@angular/material/tooltip";
10
- import * as i6 from "../badge/badge.component";
11
- export class ButtonComponent {
12
- get enabled() {
13
- return this.disabled ? 'none' : 'all';
14
- }
15
- get isDisabled() {
16
- return this.disabled;
17
- }
18
- get compColor() {
19
- return this.getCompanyColor;
20
- }
21
- get typeIncluded() {
22
- return this.allowButtonTypeForPremium.includes(this.variant);
23
- }
24
- constructor(defaultAppTheme) {
25
- this.defaultAppTheme = defaultAppTheme;
26
- /**
27
- * Define button height
28
- *
29
- * @type {ButtonSize}
30
- * @memberof ButtonComponent
31
- */
32
- this.size = 'big';
33
- /**
34
- * Background color of the button while in active state
35
- *
36
- * @type {ButtonColor}
37
- * @memberof ButtonComponent
38
- */
39
- this.variant = 'primary';
40
- /**
41
- * Text content to appear on the button
42
- *
43
- * @memberof ButtonComponent
44
- */
45
- this.label = '';
46
- /**
47
- * Positioning of the icon (when existant)
48
- *
49
- * @type {ButtonIconPosition}
50
- * @memberof ButtonComponent
51
- */
52
- this.iconPosition = 'right';
53
- /**
54
- * Define if button has only icon without text
55
- *
56
- * @memberof ButtonComponent
57
- */
58
- this.justIcon = false;
59
- /**
60
- * Name of ui-icon
61
- *
62
- * @type {IconName}
63
- * @memberof ButtonComponent
64
- */
65
- this.iconName = '';
66
- /**
67
- * Indicator if the button should be disabled
68
- *
69
- * @memberof ButtonComponent
70
- */
71
- this.disabled = false;
72
- /**
73
- * Indicator if the loading icon should be shown
74
- *
75
- * @memberof ButtonComponent
76
- */
77
- this.loading = false;
78
- /**
79
- * Indicator of the button width
80
- *
81
- * @memberof ButtonComponent
82
- */
83
- this.fullWidth = false;
84
- /**
85
- * @property tooltip
86
- * @description The tooltip that is displayed on hover. Required for icon-button type
87
- * @type {string}
88
- * @memberof ButtonComponent
89
- */
90
- this.tooltip = '';
91
- /**
92
- * @property isPremium
93
- * @description The icon that is displayed for Premium button
94
- * @type {boolean}
95
- * @memberof ButtonComponent
96
- */
97
- this.isPremium = false;
98
- /**
99
- * The type of the button.
100
- *
101
- * @type {ButtonType}
102
- * @memberof ButtonComponent
103
- * @default 'button'
104
- */
105
- this.type = 'button';
106
- /**
107
- * Color of the button.
108
- * Defaults to Test Gorilla primary color.
109
- *
110
- * @type {string}
111
- * @memberof ButtonComponent
112
- */
113
- this.companyColor = '';
114
- /**
115
- *
116
- * Defines the application theme where buttons is used
117
- *
118
- * @type {ApplicationTheme}
119
- * @memberof ButtonComponent
120
- */
121
- this.applicationTheme = 'light';
122
- /**
123
- *
124
- * Disabled button scale on click
125
- *
126
- * @type {boolean}
127
- * @memberof ButtonComponent
128
- */
129
- this.disabledScaleOnClick = false;
130
- /**
131
- * A string representing the ARIA requirement for accessibility.
132
- * This attribute is used to indicate whether an input field is required for form submission.
133
- * @type {boolean}
134
- * @memberof ButtonComponent
135
- */
136
- this.ariaRequired = false;
137
- this.buttonClickEvent = new EventEmitter();
138
- this.buttonHoverEvent = new EventEmitter();
139
- this.hover = false;
140
- this.iconButtonSize = '40';
141
- this.allowButtonTypeForPremium = ['secondary', 'primary', 'ghost', 'outlined', 'destructive'];
142
- this.coloredIcons = ['Google-in-line', 'Google', 'Google-filled'];
143
- if (defaultAppTheme) {
144
- this.applicationTheme = defaultAppTheme;
145
- }
146
- }
147
- ngOnInit() {
148
- this.classCss = this.setCssClass();
149
- this.styleCss = this.setCssStyle();
150
- this.isButtonLink = this.showButtonLink();
151
- this.isLabel = this.showLabel();
152
- }
153
- ngOnChanges(changes) {
154
- if (changes['disabled']) {
155
- this.buttonState = 'default';
156
- }
157
- if (!this.applicationTheme) {
158
- this.applicationTheme = 'light';
159
- }
160
- if (changes['type']) {
161
- this.isButtonLink = this.showButtonLink();
162
- }
163
- if (changes['loading']) {
164
- this.isLabel = this.showLabel();
165
- }
166
- if (changes['type'] ||
167
- changes['fullWidth'] ||
168
- changes['iconName'] ||
169
- changes['justIcon'] ||
170
- changes['iconPosition'] ||
171
- changes['disabled'] ||
172
- changes['companyColor'] ||
173
- changes['applicationTheme']) {
174
- this.classCss = this.setCssClass();
175
- this.styleCss = this.setCssStyle();
176
- }
177
- if (changes['variant']?.currentValue === 'icon-button' || (changes['variant']?.currentValue === 'menuTrigger' && this.applicationTheme !== 'classic')) {
178
- this.iconButtonSize = this.setIconButtonSize();
179
- }
180
- this.isFilledIcon = this.applicationTheme !== 'classic' && (this.variant === 'primary' || this.variant === 'secondary');
181
- }
182
- ngAfterViewInit() {
183
- this.tooltipElement.nativeElement.onclick = ev => {
184
- ev.preventDefault();
185
- ev.stopPropagation();
186
- };
187
- if (this.variant === 'icon-button' && !this.tooltip) {
188
- throw new Error('ui-button ButtonComponent\n [tooltip] is required for [type] icon-button!');
189
- }
190
- else if (this.variant === 'destructive' && !this.iconName && !this.loading && this.applicationTheme !== 'classic') {
191
- throw new Error('ui-button ButtonComponent\n [icon] is required for [type] destructive');
192
- }
193
- }
194
- buttonClick(event) {
195
- this.buttonClickEvent.emit(event);
196
- }
197
- buttonHover(event) {
198
- if (event.type === 'mouseenter') {
199
- this.hover = true;
200
- this.buttonHoverEvent.emit(event);
201
- this.buttonState = 'hover';
202
- if (this.shouldChangeFilledStatus && this.iconName) {
203
- this.iconName = this.iconName.replace(/-in-line|-filled/, '') + '-filled';
204
- }
205
- }
206
- else {
207
- this.hover = false;
208
- if (this.shouldChangeFilledStatus && this.iconName) {
209
- this.iconName = this.iconName.replace(/-in-line|-filled/, '') + '-in-line';
210
- }
211
- this.buttonState = 'default';
212
- }
213
- this.styleCss = this.setCssStyle();
214
- }
215
- //Show or hide label
216
- showLabel() {
217
- return !this.loading;
218
- }
219
- //Set css class according inputs
220
- setCssClass() {
221
- const width = this.fullWidth ? 'full-width' : '';
222
- const hasIcon = this.iconName === null ? '' : 'icon';
223
- const justIcon = this.justIcon || this.variant === 'icon-button' ? 'only-icon' : '';
224
- const iconPosition = this.iconPosition === undefined ? '' : this.iconPosition;
225
- const disabled = this.disabled && this.variant === 'primary' ? 'primary-disabled' : '';
226
- const variant = this.variant === 'ghost' && this.applicationTheme === 'classic' ? 'outlined' : this.variant;
227
- const companyColor = this.companyColor ? 'has-company-color' : '';
228
- return `${this.size} ${iconPosition} ${variant} ${width} ${hasIcon} ${justIcon} ${disabled} ${companyColor} ${this.applicationTheme}-theme`;
229
- }
230
- setCssStyle() {
231
- this.buttonState = this.disabled ? 'disabled' : this.buttonState;
232
- const styleObj = {};
233
- if (this.variant === 'primary' && this.applicationTheme !== 'classic' && (this.buttonState === 'hover' || this.buttonState === 'pressed')) {
234
- styleObj['background-color'] = adjustLightness(this.getCompanyColor, this.buttonState);
235
- }
236
- else if (this.variant === 'primary' && this.applicationTheme === 'classic' && this.buttonState !== 'default') {
237
- styleObj['background-color'] = adjustLightness(this.getCompanyColor, this.buttonState, 'classic');
238
- }
239
- else if (this.getCompanyColor && (this.variant === 'link' || this.variant === 'tertiary' || this.variant === 'icon-button')) {
240
- styleObj['color'] = this.getCompanyColor;
241
- }
242
- return styleObj;
243
- }
244
- //Show or hide spinner
245
- get showSpinner() {
246
- const isNotTab = this.variant !== 'tab';
247
- const isNotLink = this.variant !== 'link';
248
- const isLoading = this.loading === true;
249
- return isLoading && isNotTab && isNotLink;
250
- }
251
- //Show button with <button> or <a> tag
252
- showButtonLink() {
253
- return this.variant !== 'link';
254
- }
255
- setIconButtonSize() {
256
- return this.size === 'big' ? '40' : '32';
257
- }
258
- onPressed(ev) {
259
- if (ev.type === 'mousedown') {
260
- this.buttonState = 'pressed';
261
- }
262
- else {
263
- this.buttonState = this.hover ? 'hover' : 'default';
264
- }
265
- this.styleCss = this.setCssStyle();
266
- }
267
- focus() {
268
- this.buttonElement.focus();
269
- }
270
- get getCompanyColor() {
271
- return this.companyColor || (this.applicationTheme === 'classic' ? '#46A997' : '#D410AA');
272
- }
273
- get shouldChangeFilledStatus() {
274
- return this.applicationTheme !== 'classic' && this.variant !== 'primary' && this.variant !== 'secondary' && !this.coloredIcons.includes(this.iconName);
275
- }
276
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ButtonComponent, deps: [{ token: 'CANOPYUI_DEFAULT_APPLICATION_THEME', optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
277
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ButtonComponent, selector: "ui-button", inputs: { size: "size", variant: "variant", label: "label", iconPosition: "iconPosition", justIcon: "justIcon", iconName: "iconName", disabled: "disabled", loading: "loading", fullWidth: "fullWidth", url: "url", urlTarget: "urlTarget", value: "value", tooltip: "tooltip", isPremium: "isPremium", type: "type", companyColor: "companyColor", buttonBadgeConfig: "buttonBadgeConfig", applicationTheme: "applicationTheme", disabledScaleOnClick: "disabledScaleOnClick", ariaLabel: "ariaLabel", ariaRequired: "ariaRequired" }, outputs: { buttonClickEvent: "buttonClickEvent", buttonHoverEvent: "buttonHoverEvent" }, host: { properties: { "style.pointer-events": "this.enabled", "attr.btn-variant": "this.variant", "attr.theme": "this.applicationTheme", "style.--color": "this.compColor" } }, viewQueries: [{ propertyName: "tooltipElement", first: true, predicate: ["tooltipElement"], descendants: true }, { propertyName: "buttonElement", first: true, predicate: ["buttonElement"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div #tooltipElement class=\"tooltip\"\n [matTooltip]=\"tooltip\"\n [matTooltipClass]=\"applicationTheme\"\n></div>\n<div\n class=\"button-wrapper\"\n [ngClass]=\"{ 'full-width': fullWidth, 'rounded-icon': applicationTheme !== 'classic' && iconName && !label, link: !isButtonLink }\"\n [matTooltip]=\"tooltip\"\n [matTooltipClass]=\"applicationTheme\"\n>\n <div class=\"button-container\"\n [ngClass]=\"{ 'disabled': disabled, 'button-scale': applicationTheme !== 'classic' && !disabledScaleOnClick }\"\n [attr.aria-disabled]=\"disabled\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-required]=\"ariaRequired\"\n >\n <span *ngIf=\"isPremium && typeIncluded\" class=\"right-top\">\n <img [attr.src]=\"'/images/premium.png'\" [alt]=\"'premium-icon'\">\n </span>\n <ui-badge\n *ngIf=\"buttonBadgeConfig?.badgeType\"\n [rebrandColor]=\"buttonBadgeConfig?.rebrandColor ?? 'brand'\"\n [variant]=\"buttonBadgeConfig?.badgeType ?? 'primary'\"\n [label]=\"buttonBadgeConfig?.badgeLabel ?? ''\"\n [notificationsAmount]=\"buttonBadgeConfig?.badgeNotificationAmount ?? 0\"\n class=\"right-top\"\n ></ui-badge>\n <button\n [style]=\"'--icon-button-size:' + iconButtonSize + 'px'\"\n [ngClass]=\"classCss\"\n [ngStyle]=\"styleCss\"\n [disabled]=\"disabled\"\n (click)=\"buttonClick($event)\"\n (mouseleave)=\"buttonHover($event)\"\n (mouseenter)=\"buttonHover($event)\"\n (mousedown)=\"onPressed($event)\"\n (mouseup)=\"onPressed($event)\"\n *ngIf=\"isButtonLink\"\n [type]=\"type\"\n [disableRipple]=\"applicationTheme !== 'classic'\"\n #buttonElement\n mat-flat-button>\n <ng-container *ngIf=\"showSpinner; else icons\">\n <span class=\"spinner-wrapper\">\n <mat-spinner class=\"position-spinner\" aria-label=\"loading\" mode=\"indeterminate\" diameter=\"24\"></mat-spinner>\n </span>\n </ng-container>\n <ng-template #icons>\n <span class=\"icon-only-wrapper\" *ngIf=\"justIcon && !!iconName\">\n <span class=\"icon only\" role=\"label\" [attr.aria-label]=\"label\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n </span>\n\n <span class=\"icon-label-wrapper\" [ngClass]=\"{'center-text': iconName === ''}\" *ngIf=\"!justIcon\">\n <span class=\"icon\" *ngIf=\"iconPosition === 'left' && !!iconName\" aria-hidden=\"true\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n <span *ngIf=\"isLabel\" class=\"label\">{{ label }}</span>\n <span class=\"icon\" *ngIf=\"iconPosition === 'right' && !!iconName\" aria-hidden=\"true\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n </span>\n </ng-template>\n </button>\n <a\n #buttonElement\n [ngClass]=\"classCss\"\n [ngStyle]=\"styleCss\"\n [disabled]=\"disabled\"\n (click)=\"buttonClick($event)\"\n (mouseenter)=\"buttonHover($event)\"\n (mouseleave)=\"buttonHover($event)\"\n (mousedown)=\"onPressed($event)\"\n (mouseup)=\"onPressed($event)\"\n [disableRipple]=\"true\"\n *ngIf=\"!isButtonLink\"\n [href]=\"url\"\n [target]=\"urlTarget\"\n mat-flat-button>\n <span class=\"icon-label-wrapper\">\n {{ label }}\n </span>\n </a>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap\";.bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}::ng-deep .mat-mdc-button-persistent-ripple:before{opacity:0!important}:host{position:relative}:host .tooltip{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.rounded-icon button{min-width:unset}.rounded-icon .mdc-button{width:48px!important;min-width:unset}.rounded-icon .mdc-button .icon{margin:0!important}.rounded-icon .big,.rounded-icon .small{padding:0!important}:host{display:flex}:host .button-container{width:100%}:host .button-container.disabled{pointer-events:none}:host .button-container.button-scale:active{transform:scale(.98)}:host .button-wrapper.full-width{width:100%}button.mat-mdc-unelevated-button,a.mat-mdc-unelevated-button{font-size:14px;font-weight:600;line-height:normal;letter-spacing:normal}button.mat-mdc-unelevated-button .spinner-wrapper,a.mat-mdc-unelevated-button .spinner-wrapper{display:flex;align-items:center;flex-flow:column;width:100%}button.mat-mdc-unelevated-button .icon,a.mat-mdc-unelevated-button .icon{display:flex;height:100%;align-items:center}button.mat-mdc-unelevated-button .icon.only,a.mat-mdc-unelevated-button .icon.only{align-items:center;flex-flow:column;justify-content:center;margin-left:0}button.mat-mdc-unelevated-button .icon-label-wrapper,a.mat-mdc-unelevated-button .icon-label-wrapper{display:flex;align-items:center;justify-content:center;height:100%}button.mat-mdc-unelevated-button .icon-label-wrapper.center-text,a.mat-mdc-unelevated-button .icon-label-wrapper.center-text{flex-flow:column;width:100%}button.mat-mdc-unelevated-button .icon-label-wrapper .label,a.mat-mdc-unelevated-button .icon-label-wrapper .label{display:flex;height:100%;align-items:center}button.mat-mdc-unelevated-button.big,a.mat-mdc-unelevated-button.big{height:48px;padding:12px 24px}button.mat-mdc-unelevated-button.small,a.mat-mdc-unelevated-button.small{height:38px;padding:7px 11px}button.mat-mdc-unelevated-button.classic-theme.big,a.mat-mdc-unelevated-button.classic-theme.big{height:48px;padding:12px 16px}button.mat-mdc-unelevated-button.small.left .icon,button.mat-mdc-unelevated-button.big.left .icon,a.mat-mdc-unelevated-button.small.left .icon,a.mat-mdc-unelevated-button.big.left .icon{margin-right:8px}button.mat-mdc-unelevated-button.small.right .icon,button.mat-mdc-unelevated-button.big.right .icon,a.mat-mdc-unelevated-button.small.right .icon,a.mat-mdc-unelevated-button.big.right .icon{margin-left:8px}button.mat-mdc-unelevated-button.small.only-icon .icon,button.mat-mdc-unelevated-button.big.only-icon .icon,a.mat-mdc-unelevated-button.small.only-icon .icon,a.mat-mdc-unelevated-button.big.only-icon .icon{margin-left:0}button.mat-mdc-unelevated-button.primary,button.mat-mdc-unelevated-button.secondary,button.mat-mdc-unelevated-button.ghost,button.mat-mdc-unelevated-button.outlined,button.mat-mdc-unelevated-button.destructive,button.mat-mdc-unelevated-button.tertiary,button.mat-mdc-unelevated-button.link,a.mat-mdc-unelevated-button.primary,a.mat-mdc-unelevated-button.secondary,a.mat-mdc-unelevated-button.ghost,a.mat-mdc-unelevated-button.outlined,a.mat-mdc-unelevated-button.destructive,a.mat-mdc-unelevated-button.tertiary,a.mat-mdc-unelevated-button.link{min-width:80px}button.mat-mdc-unelevated-button.primary.only-icon,button.mat-mdc-unelevated-button.secondary.only-icon,button.mat-mdc-unelevated-button.ghost.only-icon,button.mat-mdc-unelevated-button.outlined.only-icon,button.mat-mdc-unelevated-button.destructive.only-icon,button.mat-mdc-unelevated-button.tertiary.only-icon,button.mat-mdc-unelevated-button.link.only-icon,a.mat-mdc-unelevated-button.primary.only-icon,a.mat-mdc-unelevated-button.secondary.only-icon,a.mat-mdc-unelevated-button.ghost.only-icon,a.mat-mdc-unelevated-button.outlined.only-icon,a.mat-mdc-unelevated-button.destructive.only-icon,a.mat-mdc-unelevated-button.tertiary.only-icon,a.mat-mdc-unelevated-button.link.only-icon{min-width:1px}button.mat-mdc-unelevated-button.primary.full-width,button.mat-mdc-unelevated-button.secondary.full-width,button.mat-mdc-unelevated-button.ghost.full-width,button.mat-mdc-unelevated-button.outlined.full-width,button.mat-mdc-unelevated-button.destructive.full-width,button.mat-mdc-unelevated-button.tertiary.full-width,button.mat-mdc-unelevated-button.link.full-width,a.mat-mdc-unelevated-button.primary.full-width,a.mat-mdc-unelevated-button.secondary.full-width,a.mat-mdc-unelevated-button.ghost.full-width,a.mat-mdc-unelevated-button.outlined.full-width,a.mat-mdc-unelevated-button.destructive.full-width,a.mat-mdc-unelevated-button.tertiary.full-width,a.mat-mdc-unelevated-button.link.full-width{width:100%;min-width:100%}button.mat-mdc-unelevated-button.primary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.secondary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.ghost.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.outlined.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.destructive.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.tertiary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.link.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.primary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.secondary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.ghost.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.outlined.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.destructive.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.tertiary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.link.full-width .icon-label-wrapper{justify-content:center}button.mat-mdc-unelevated-button.primary:focus.cdk-focused,button.mat-mdc-unelevated-button.secondary:focus.cdk-focused,button.mat-mdc-unelevated-button.ghost:focus.cdk-focused,button.mat-mdc-unelevated-button.outlined:focus.cdk-focused,button.mat-mdc-unelevated-button.destructive:focus.cdk-focused,button.mat-mdc-unelevated-button.tertiary:focus.cdk-focused,button.mat-mdc-unelevated-button.tab:focus.cdk-focused,button.mat-mdc-unelevated-button.squareicon:focus.cdk-focused,button.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused,a.mat-mdc-unelevated-button.primary:focus.cdk-focused,a.mat-mdc-unelevated-button.secondary:focus.cdk-focused,a.mat-mdc-unelevated-button.ghost:focus.cdk-focused,a.mat-mdc-unelevated-button.outlined:focus.cdk-focused,a.mat-mdc-unelevated-button.destructive:focus.cdk-focused,a.mat-mdc-unelevated-button.tertiary:focus.cdk-focused,a.mat-mdc-unelevated-button.tab:focus.cdk-focused,a.mat-mdc-unelevated-button.squareicon:focus.cdk-focused,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused{outline:1px dashed #888888;outline-offset:4px}button.mat-mdc-unelevated-button.menuCell:focus.cdk-focused,a.mat-mdc-unelevated-button.menuCell:focus.cdk-focused{outline:1px dashed #888888;outline-offset:-1px}button.mat-mdc-unelevated-button.primary,a.mat-mdc-unelevated-button.primary{background-color:var(--color);color:#fff;border-radius:1000px}button.mat-mdc-unelevated-button.primary-disabled,a.mat-mdc-unelevated-button.primary-disabled{opacity:.75}button.mat-mdc-unelevated-button.primary.classic-theme,a.mat-mdc-unelevated-button.primary.classic-theme{border-radius:4px}button.mat-mdc-unelevated-button.primary.classic-theme:disabled,button.mat-mdc-unelevated-button.primary.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.classic-theme:disabled,a.mat-mdc-unelevated-button.primary.classic-theme:disabled:hover{background-color:#b5ddd5}button.mat-mdc-unelevated-button.primary.light-theme:disabled,button.mat-mdc-unelevated-button.primary.light-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.light-theme:disabled,a.mat-mdc-unelevated-button.primary.light-theme:disabled:hover{background-color:#f4f4f4;color:#666}button.mat-mdc-unelevated-button.primary.light-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.primary.light-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.light-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.light-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#666}button.mat-mdc-unelevated-button.primary.dark-theme:disabled,button.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.dark-theme:disabled,a.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover{background-color:#666;color:#d3d3d3}button.mat-mdc-unelevated-button.primary.dark-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.dark-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.primary ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.primary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.primary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#fff}button.mat-mdc-unelevated-button.secondary,a.mat-mdc-unelevated-button.secondary{border-radius:1000px}button.mat-mdc-unelevated-button.secondary.light-theme,a.mat-mdc-unelevated-button.secondary.light-theme{background-color:#242424;color:#fff}button.mat-mdc-unelevated-button.secondary.light-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.secondary.light-theme:disabled,button.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.light-theme:disabled,a.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover{opacity:.75;background-color:#f4f4f4;color:#666}button.mat-mdc-unelevated-button.secondary.light-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3!important}button.mat-mdc-unelevated-button.secondary.dark-theme,a.mat-mdc-unelevated-button.secondary.dark-theme{background-color:#fff;color:#242424}button.mat-mdc-unelevated-button.secondary.dark-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme ::ng-deep mat-icon.black svg{color:#242424}button.mat-mdc-unelevated-button.secondary.dark-theme:disabled,button.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover{opacity:.75;background-color:#666;color:#d3d3d3}button.mat-mdc-unelevated-button.secondary.dark-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.secondary:hover,a.mat-mdc-unelevated-button.secondary:hover{background-color:#666;color:#fff}button.mat-mdc-unelevated-button.secondary:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary:hover ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.secondary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.secondary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#fff}button.mat-mdc-unelevated-button.secondary.classic-theme,a.mat-mdc-unelevated-button.secondary.classic-theme{border-radius:4px;background-color:#ededed;color:#000}button.mat-mdc-unelevated-button.secondary.classic-theme:hover,a.mat-mdc-unelevated-button.secondary.classic-theme:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.secondary.classic-theme:disabled,button.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover{background-color:#ededed;color:#888}button.mat-mdc-unelevated-button.secondary.classic-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.secondary.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.secondary.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.outlined,a.mat-mdc-unelevated-button.outlined{background-color:#fff;color:#000;border-width:1px;border-style:solid;border-color:#000}button.mat-mdc-unelevated-button.outlined:hover,a.mat-mdc-unelevated-button.outlined:hover{background-color:#f6f6f6}button.mat-mdc-unelevated-button.outlined:disabled,button.mat-mdc-unelevated-button.outlined:disabled:hover,a.mat-mdc-unelevated-button.outlined:disabled,a.mat-mdc-unelevated-button.outlined:disabled:hover{color:#ededed;border-color:#ededed}button.mat-mdc-unelevated-button.outlined:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.outlined:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.outlined:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.outlined:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.outlined:focus.cdk-focused,a.mat-mdc-unelevated-button.outlined:focus.cdk-focused{background-color:#e0e0e0}button.mat-mdc-unelevated-button.outlined .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.outlined .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.ghost,a.mat-mdc-unelevated-button.ghost{border-width:1px;border-style:solid;border-radius:1000px}button.mat-mdc-unelevated-button.ghost.light-theme,a.mat-mdc-unelevated-button.ghost.light-theme{background-color:transparent;color:#242424;border-color:#242424}button.mat-mdc-unelevated-button.ghost.light-theme.only-icon,a.mat-mdc-unelevated-button.ghost.light-theme.only-icon{width:48px;height:48px;padding:0}button.mat-mdc-unelevated-button.ghost.light-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.ghost.light-theme ::ng-deep mat-icon.black svg{color:#242424}button.mat-mdc-unelevated-button.ghost.light-theme:hover,a.mat-mdc-unelevated-button.ghost.light-theme:hover{background-color:#f4f4f4}button.mat-mdc-unelevated-button.ghost.dark-theme,a.mat-mdc-unelevated-button.ghost.dark-theme{background-color:transparent;color:#fff;border-color:#fff}button.mat-mdc-unelevated-button.ghost.dark-theme.only-icon,a.mat-mdc-unelevated-button.ghost.dark-theme.only-icon{width:48px;height:48px;padding:0}button.mat-mdc-unelevated-button.ghost.dark-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.ghost.dark-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.ghost.dark-theme:hover,a.mat-mdc-unelevated-button.ghost.dark-theme:hover{background-color:#666}button.mat-mdc-unelevated-button.ghost:disabled,button.mat-mdc-unelevated-button.ghost:disabled:hover,a.mat-mdc-unelevated-button.ghost:disabled,a.mat-mdc-unelevated-button.ghost:disabled:hover{opacity:.5;background-color:transparent}button.mat-mdc-unelevated-button.ghost .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.ghost .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.destructive,a.mat-mdc-unelevated-button.destructive{border:1px solid #E02800;background-color:#fff;color:#e02800;border-radius:1000px}button.mat-mdc-unelevated-button.destructive:hover,a.mat-mdc-unelevated-button.destructive:hover{background-color:#e02800;color:#fff}button.mat-mdc-unelevated-button.destructive:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive:hover ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.destructive:disabled,button.mat-mdc-unelevated-button.destructive:disabled:hover,a.mat-mdc-unelevated-button.destructive:disabled,a.mat-mdc-unelevated-button.destructive:disabled:hover{border-color:#ff6e4f;color:#ff6e4f}button.mat-mdc-unelevated-button.destructive ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive ::ng-deep mat-icon.black svg{color:#e02800}button.mat-mdc-unelevated-button.destructive .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.destructive .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.destructive.classic-theme,a.mat-mdc-unelevated-button.destructive.classic-theme{border:unset;border-radius:4px;background-color:#cb7b7a;color:#fff}button.mat-mdc-unelevated-button.destructive.classic-theme:hover,a.mat-mdc-unelevated-button.destructive.classic-theme:hover{background-color:#8e5655}button.mat-mdc-unelevated-button.destructive.classic-theme:disabled,button.mat-mdc-unelevated-button.destructive.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.destructive.classic-theme:disabled,a.mat-mdc-unelevated-button.destructive.classic-theme:disabled:hover{background-color:#e3c3c6}button.mat-mdc-unelevated-button.destructive.classic-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive.classic-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.destructive.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.destructive.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.tertiary,a.mat-mdc-unelevated-button.tertiary{background-color:transparent;color:#46a997}button.mat-mdc-unelevated-button.tertiary:hover,a.mat-mdc-unelevated-button.tertiary:hover{background-color:#f6f6f6;color:#31766a}button.mat-mdc-unelevated-button.tertiary:disabled,button.mat-mdc-unelevated-button.tertiary:disabled:hover,a.mat-mdc-unelevated-button.tertiary:disabled,a.mat-mdc-unelevated-button.tertiary:disabled:hover{opacity:.75;background-color:#fff;color:#b5ddd5}button.mat-mdc-unelevated-button.tertiary:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.tertiary:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary:disabled:hover ::ng-deep mat-icon.black svg{color:#b5ddd5}button.mat-mdc-unelevated-button.tertiary ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.tertiary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.tertiary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.link,a.mat-mdc-unelevated-button.link{background-color:transparent;color:#d410aa;border-radius:0}button.mat-mdc-unelevated-button.link ::ng-deep .mat-mdc-button-persistent-ripple,a.mat-mdc-unelevated-button.link ::ng-deep .mat-mdc-button-persistent-ripple{display:none}button.mat-mdc-unelevated-button.link span.icon-label-wrapper,a.mat-mdc-unelevated-button.link span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.link:hover,a.mat-mdc-unelevated-button.link:hover{color:#a90686!important}button.mat-mdc-unelevated-button.link:active,a.mat-mdc-unelevated-button.link:active{color:#ff54da!important}button.mat-mdc-unelevated-button.link ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.link ::ng-deep .mdc-button__label{padding:4px}button.mat-mdc-unelevated-button.link:focus ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.link:focus ::ng-deep .mdc-button__label{padding:4px;outline:1px dashed #666666}button.mat-mdc-unelevated-button.link:disabled,button.mat-mdc-unelevated-button.link:disabled:hover,a.mat-mdc-unelevated-button.link:disabled,a.mat-mdc-unelevated-button.link:disabled:hover{color:#d3d3d3}button.mat-mdc-unelevated-button.link ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.link ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.link.classic-theme,a.mat-mdc-unelevated-button.link.classic-theme{background-color:transparent;color:#46a997;border-radius:0}button.mat-mdc-unelevated-button.link.classic-theme span.icon-label-wrapper,a.mat-mdc-unelevated-button.link.classic-theme span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.link.classic-theme:hover,a.mat-mdc-unelevated-button.link.classic-theme:hover{color:#31766a}button.mat-mdc-unelevated-button.link.classic-theme:disabled,button.mat-mdc-unelevated-button.link.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.link.classic-theme:disabled,a.mat-mdc-unelevated-button.link.classic-theme:disabled:hover{color:#b5ddd5}button.mat-mdc-unelevated-button.link.classic-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.link.classic-theme ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.text,a.mat-mdc-unelevated-button.text{background-color:transparent;border-radius:0;text-decoration:underline}button.mat-mdc-unelevated-button.text.light-theme,a.mat-mdc-unelevated-button.text.light-theme{color:#242424}button.mat-mdc-unelevated-button.text.light-theme:active,a.mat-mdc-unelevated-button.text.light-theme:active{color:#666!important}button.mat-mdc-unelevated-button.text.light-theme:hover,a.mat-mdc-unelevated-button.text.light-theme:hover{color:#666}button.mat-mdc-unelevated-button.text.dark-theme,a.mat-mdc-unelevated-button.text.dark-theme{color:#fff}button.mat-mdc-unelevated-button.text.dark-theme:active,a.mat-mdc-unelevated-button.text.dark-theme:active{color:#666!important}button.mat-mdc-unelevated-button.text.dark-theme:hover,a.mat-mdc-unelevated-button.text.dark-theme:hover{color:#f4f4f4}button.mat-mdc-unelevated-button.text ::ng-deep .mat-mdc-button-persistent-ripple,a.mat-mdc-unelevated-button.text ::ng-deep .mat-mdc-button-persistent-ripple{display:none}button.mat-mdc-unelevated-button.text span.icon-label-wrapper,a.mat-mdc-unelevated-button.text span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.text:disabled,button.mat-mdc-unelevated-button.text:disabled:hover,a.mat-mdc-unelevated-button.text:disabled,a.mat-mdc-unelevated-button.text:disabled:hover{color:#d3d3d3}button.mat-mdc-unelevated-button.text:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.text:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.text ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.text ::ng-deep .mdc-button__label{padding:4px}button.mat-mdc-unelevated-button.text:focus ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.text:focus ::ng-deep .mdc-button__label{padding:4px;outline:1px dashed #666666}button.mat-mdc-unelevated-button.text .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.text .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.text.classic-theme,a.mat-mdc-unelevated-button.text.classic-theme{background-color:transparent;color:#000;border-radius:0;text-decoration:underline}button.mat-mdc-unelevated-button.text.classic-theme span.icon-label-wrapper,a.mat-mdc-unelevated-button.text.classic-theme span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.text.classic-theme:hover,a.mat-mdc-unelevated-button.text.classic-theme:hover{color:#000}button.mat-mdc-unelevated-button.text.classic-theme:disabled,button.mat-mdc-unelevated-button.text.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.text.classic-theme:disabled,a.mat-mdc-unelevated-button.text.classic-theme:disabled:hover{color:#888}button.mat-mdc-unelevated-button.text.classic-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.text.classic-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text.classic-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text.classic-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.text.classic-theme:focus.cdk-focused,a.mat-mdc-unelevated-button.text.classic-theme:focus.cdk-focused{color:#000}button.mat-mdc-unelevated-button.text.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.text.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.squareicon,a.mat-mdc-unelevated-button.squareicon{background-color:#ededed;color:#000;min-width:56px}button.mat-mdc-unelevated-button.squareicon:hover,a.mat-mdc-unelevated-button.squareicon:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.squareicon:disabled,button.mat-mdc-unelevated-button.squareicon:disabled:hover,a.mat-mdc-unelevated-button.squareicon:disabled,a.mat-mdc-unelevated-button.squareicon:disabled:hover{background-color:#ededed;color:#888}button.mat-mdc-unelevated-button.squareicon:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.squareicon:focus.cdk-focused.cdk-mouse-focused{background-color:#ededed}button.mat-mdc-unelevated-button.squareicon .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.squareicon .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.squareicon .icon-label-wrapper,a.mat-mdc-unelevated-button.squareicon .icon-label-wrapper{flex-flow:column}button.mat-mdc-unelevated-button.squareicon.left .icon,button.mat-mdc-unelevated-button.squareicon.right .icon,a.mat-mdc-unelevated-button.squareicon.left .icon,a.mat-mdc-unelevated-button.squareicon.right .icon{margin:0 auto}button.mat-mdc-unelevated-button.tab,a.mat-mdc-unelevated-button.tab{background-color:#fff;color:#000;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e0e0e0;border-radius:0}button.mat-mdc-unelevated-button.tab:hover .label,button.mat-mdc-unelevated-button.tab:hover .icon.only,a.mat-mdc-unelevated-button.tab:hover .label,a.mat-mdc-unelevated-button.tab:hover .icon.only{text-decoration:underline}button.mat-mdc-unelevated-button.tab:disabled,button.mat-mdc-unelevated-button.tab:disabled:hover,a.mat-mdc-unelevated-button.tab:disabled,a.mat-mdc-unelevated-button.tab:disabled:hover{color:#888}button.mat-mdc-unelevated-button.tab:disabled .label,button.mat-mdc-unelevated-button.tab:disabled:hover .label,a.mat-mdc-unelevated-button.tab:disabled .label,a.mat-mdc-unelevated-button.tab:disabled:hover .label{text-decoration:none}button.mat-mdc-unelevated-button.tab:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.tab:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tab:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tab:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.tab:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.tab:focus.cdk-focused.cdk-mouse-focused{font-weight:700;border-color:#276678}button.mat-mdc-unelevated-button.menuTrigger.classic-theme,a.mat-mdc-unelevated-button.menuTrigger.classic-theme{background:transparent;min-width:24px;height:24px;padding:0}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:hover,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled,button.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled:hover{background-color:#fff;color:#888}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused.cdk-mouse-focused{background-color:transparent}button.mat-mdc-unelevated-button.menuTrigger.classic-theme .icon-label-wrapper,a.mat-mdc-unelevated-button.menuTrigger.classic-theme .icon-label-wrapper{flex-flow:column}button.mat-mdc-unelevated-button.menuTrigger.classic-theme.left .icon,button.mat-mdc-unelevated-button.menuTrigger.classic-theme.right .icon,a.mat-mdc-unelevated-button.menuTrigger.classic-theme.left .icon,a.mat-mdc-unelevated-button.menuTrigger.classic-theme.right .icon{margin:0 auto}button.mat-mdc-unelevated-button.menuCell,a.mat-mdc-unelevated-button.menuCell{background-color:#fff;color:#000;font-weight:400;border-radius:0;min-width:100%;justify-content:flex-start}button.mat-mdc-unelevated-button.menuCell.classic-theme.big.left .icon,a.mat-mdc-unelevated-button.menuCell.classic-theme.big.left .icon{margin-right:16px}button.mat-mdc-unelevated-button.menuCell.big.left .icon,a.mat-mdc-unelevated-button.menuCell.big.left .icon{margin-right:8px}button.mat-mdc-unelevated-button.menuCell .icon-label-wrapper,a.mat-mdc-unelevated-button.menuCell .icon-label-wrapper{justify-content:flex-start}button.mat-mdc-unelevated-button.menuCell:hover,a.mat-mdc-unelevated-button.menuCell:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.menuCell:disabled,button.mat-mdc-unelevated-button.menuCell:disabled:hover,a.mat-mdc-unelevated-button.menuCell:disabled,a.mat-mdc-unelevated-button.menuCell:disabled:hover{background-color:#fff;color:#888}button.mat-mdc-unelevated-button.menuCell:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.menuCell:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.menuCell:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.menuCell:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.menuCell .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.menuCell .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}.button-wrapper{position:relative;height:-moz-fit-content;height:fit-content}.button-wrapper[aria-disabled=true]{pointer-events:none}.button-wrapper .menuTrigger:not(.classic-theme),.button-wrapper .icon-button{border:none;border-radius:100%;width:var(--icon-button-size)!important;height:var(--icon-button-size)!important;cursor:pointer;background-color:unset}::ng-deep .button-wrapper .menuTrigger:not(.classic-theme).mat-mdc-unelevated-button:not(:disabled),::ng-deep .button-wrapper .icon-button.mat-mdc-unelevated-button:not(:disabled){background-color:unset}::ng-deep .button-wrapper .menuTrigger:not(.classic-theme).mdc-button,::ng-deep .button-wrapper .icon-button.mdc-button{min-width:var(--icon-button-size)!important}.button-wrapper .menuTrigger:not(.classic-theme) ::ng-deep .mat-mdc-button-touch-target,.button-wrapper .icon-button ::ng-deep .mat-mdc-button-touch-target{height:var(--icon-button-size)!important}.button-wrapper .menuTrigger:not(.classic-theme):disabled,.button-wrapper .icon-button:disabled{pointer-events:none;background:unset}.button-wrapper .menuTrigger:not(.classic-theme):disabled.classic-theme ::ng-deep mat-icon svg,.button-wrapper .icon-button:disabled.classic-theme ::ng-deep mat-icon svg{color:#888}.button-wrapper .menuTrigger:not(.classic-theme):hover,.button-wrapper .icon-button:hover{background-color:#f6f6f6}.button-wrapper .menuTrigger:not(.classic-theme):focus.cdk-focused,.button-wrapper .icon-button:focus.cdk-focused{padding:1px;border:1px dashed #888888;outline:0}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:disabled,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:disabled,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .icon-button:not(.has-company-color).light-theme:disabled,.button-wrapper .icon-button:not(.has-company-color).light-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .icon-button:not(.has-company-color).dark-theme:disabled,.button-wrapper .icon-button:not(.has-company-color).dark-theme:disabled:hover ::ng-deep mat-icon svg{color:#919191!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme,.button-wrapper .icon-button:not(.has-company-color).light-theme{color:#242424!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:hover,.button-wrapper .icon-button:not(.has-company-color).light-theme:hover{background-color:#e9e9e9}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:focus.cdk-focused,.button-wrapper .icon-button:not(.has-company-color).light-theme:focus.cdk-focused{border-color:#666}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme,.button-wrapper .icon-button:not(.has-company-color).dark-theme{color:#fff!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:hover,.button-wrapper .icon-button:not(.has-company-color).dark-theme:hover{background-color:#666}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:focus.cdk-focused,.button-wrapper .icon-button:not(.has-company-color).dark-theme:focus.cdk-focused{border-color:#e9e9e9}.button-wrapper .menuTrigger:focus.cdk-focused.cdk-mouse-focused.light-theme{border:none;background-color:#e9e9e9;color:#242424}.button-wrapper .menuTrigger:focus.cdk-focused.cdk-mouse-focused.dark-theme{border:none;background-color:#666;color:#fff}.button-wrapper .right-top{position:absolute;right:-8px;top:-8px;z-index:1}::ng-deep .mat-mdc-tooltip{background-color:#a9c2c9;font-family:Open Sans,serif;font-weight:400;font-size:12px;border-radius:4px;overflow:visible;max-width:248px;padding:6px 2px;--mdc-plain-tooltip-container-color: none;--mdc-plain-tooltip-supporting-text-color: $tgo-black}:host[btn-variant=link]{display:inline-flex}::ng-deep .link .button-container{display:flex}::ng-deep .link a.mat-mdc-unelevated-button.link{height:unset!important;min-width:unset!important;border-radius:10px}::ng-deep .link a.mat-mdc-unelevated-button.link:focus{outline:1px dashed #666666!important}::ng-deep .link a.mat-mdc-unelevated-button.link:focus .mdc-button__label{padding:0!important;outline:none!important}::ng-deep .link a.mat-mdc-unelevated-button{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button .mdc-button__label{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big,::ng-deep .link a.mat-mdc-unelevated-button.small{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big .mdc-button__label,::ng-deep .link a.mat-mdc-unelevated-button.small .mdc-button__label{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big .mdc-button__label .icon-label-wrapper{font-size:16px!important;line-height:24px!important}::ng-deep .link a.mat-mdc-unelevated-button.small .mdc-button__label .icon-label-wrapper{font-size:12px!important;line-height:16px!important}::ng-deep .link a.mat-mdc-unelevated-button .mat-mdc-button-touch-target{height:unset!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", inputs: ["disabled", "disableRipple", "color", "tabIndex"], exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i3.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "applicationTheme"] }, { kind: "component", type: i4.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "directive", type: i5.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "component", type: i6.BadgeComponent, selector: "ui-badge", inputs: ["label", "icon", "color", "variant", "notificationsAmount", "applicationTheme", "rebrandColor"] }] }); }
278
- }
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ButtonComponent, decorators: [{
280
- type: Component,
281
- args: [{ selector: 'ui-button', template: "<div #tooltipElement class=\"tooltip\"\n [matTooltip]=\"tooltip\"\n [matTooltipClass]=\"applicationTheme\"\n></div>\n<div\n class=\"button-wrapper\"\n [ngClass]=\"{ 'full-width': fullWidth, 'rounded-icon': applicationTheme !== 'classic' && iconName && !label, link: !isButtonLink }\"\n [matTooltip]=\"tooltip\"\n [matTooltipClass]=\"applicationTheme\"\n>\n <div class=\"button-container\"\n [ngClass]=\"{ 'disabled': disabled, 'button-scale': applicationTheme !== 'classic' && !disabledScaleOnClick }\"\n [attr.aria-disabled]=\"disabled\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-required]=\"ariaRequired\"\n >\n <span *ngIf=\"isPremium && typeIncluded\" class=\"right-top\">\n <img [attr.src]=\"'/images/premium.png'\" [alt]=\"'premium-icon'\">\n </span>\n <ui-badge\n *ngIf=\"buttonBadgeConfig?.badgeType\"\n [rebrandColor]=\"buttonBadgeConfig?.rebrandColor ?? 'brand'\"\n [variant]=\"buttonBadgeConfig?.badgeType ?? 'primary'\"\n [label]=\"buttonBadgeConfig?.badgeLabel ?? ''\"\n [notificationsAmount]=\"buttonBadgeConfig?.badgeNotificationAmount ?? 0\"\n class=\"right-top\"\n ></ui-badge>\n <button\n [style]=\"'--icon-button-size:' + iconButtonSize + 'px'\"\n [ngClass]=\"classCss\"\n [ngStyle]=\"styleCss\"\n [disabled]=\"disabled\"\n (click)=\"buttonClick($event)\"\n (mouseleave)=\"buttonHover($event)\"\n (mouseenter)=\"buttonHover($event)\"\n (mousedown)=\"onPressed($event)\"\n (mouseup)=\"onPressed($event)\"\n *ngIf=\"isButtonLink\"\n [type]=\"type\"\n [disableRipple]=\"applicationTheme !== 'classic'\"\n #buttonElement\n mat-flat-button>\n <ng-container *ngIf=\"showSpinner; else icons\">\n <span class=\"spinner-wrapper\">\n <mat-spinner class=\"position-spinner\" aria-label=\"loading\" mode=\"indeterminate\" diameter=\"24\"></mat-spinner>\n </span>\n </ng-container>\n <ng-template #icons>\n <span class=\"icon-only-wrapper\" *ngIf=\"justIcon && !!iconName\">\n <span class=\"icon only\" role=\"label\" [attr.aria-label]=\"label\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n </span>\n\n <span class=\"icon-label-wrapper\" [ngClass]=\"{'center-text': iconName === ''}\" *ngIf=\"!justIcon\">\n <span class=\"icon\" *ngIf=\"iconPosition === 'left' && !!iconName\" aria-hidden=\"true\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n <span *ngIf=\"isLabel\" class=\"label\">{{ label }}</span>\n <span class=\"icon\" *ngIf=\"iconPosition === 'right' && !!iconName\" aria-hidden=\"true\"><ui-icon [color]=\"'inherit'\" [applicationTheme]=\"applicationTheme\" [name]=\"iconName\" [filled]=\"isFilledIcon\" size=\"24\"></ui-icon></span>\n </span>\n </ng-template>\n </button>\n <a\n #buttonElement\n [ngClass]=\"classCss\"\n [ngStyle]=\"styleCss\"\n [disabled]=\"disabled\"\n (click)=\"buttonClick($event)\"\n (mouseenter)=\"buttonHover($event)\"\n (mouseleave)=\"buttonHover($event)\"\n (mousedown)=\"onPressed($event)\"\n (mouseup)=\"onPressed($event)\"\n [disableRipple]=\"true\"\n *ngIf=\"!isButtonLink\"\n [href]=\"url\"\n [target]=\"urlTarget\"\n mat-flat-button>\n <span class=\"icon-label-wrapper\">\n {{ label }}\n </span>\n </a>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap\";.bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}::ng-deep .mat-mdc-button-persistent-ripple:before{opacity:0!important}:host{position:relative}:host .tooltip{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.rounded-icon button{min-width:unset}.rounded-icon .mdc-button{width:48px!important;min-width:unset}.rounded-icon .mdc-button .icon{margin:0!important}.rounded-icon .big,.rounded-icon .small{padding:0!important}:host{display:flex}:host .button-container{width:100%}:host .button-container.disabled{pointer-events:none}:host .button-container.button-scale:active{transform:scale(.98)}:host .button-wrapper.full-width{width:100%}button.mat-mdc-unelevated-button,a.mat-mdc-unelevated-button{font-size:14px;font-weight:600;line-height:normal;letter-spacing:normal}button.mat-mdc-unelevated-button .spinner-wrapper,a.mat-mdc-unelevated-button .spinner-wrapper{display:flex;align-items:center;flex-flow:column;width:100%}button.mat-mdc-unelevated-button .icon,a.mat-mdc-unelevated-button .icon{display:flex;height:100%;align-items:center}button.mat-mdc-unelevated-button .icon.only,a.mat-mdc-unelevated-button .icon.only{align-items:center;flex-flow:column;justify-content:center;margin-left:0}button.mat-mdc-unelevated-button .icon-label-wrapper,a.mat-mdc-unelevated-button .icon-label-wrapper{display:flex;align-items:center;justify-content:center;height:100%}button.mat-mdc-unelevated-button .icon-label-wrapper.center-text,a.mat-mdc-unelevated-button .icon-label-wrapper.center-text{flex-flow:column;width:100%}button.mat-mdc-unelevated-button .icon-label-wrapper .label,a.mat-mdc-unelevated-button .icon-label-wrapper .label{display:flex;height:100%;align-items:center}button.mat-mdc-unelevated-button.big,a.mat-mdc-unelevated-button.big{height:48px;padding:12px 24px}button.mat-mdc-unelevated-button.small,a.mat-mdc-unelevated-button.small{height:38px;padding:7px 11px}button.mat-mdc-unelevated-button.classic-theme.big,a.mat-mdc-unelevated-button.classic-theme.big{height:48px;padding:12px 16px}button.mat-mdc-unelevated-button.small.left .icon,button.mat-mdc-unelevated-button.big.left .icon,a.mat-mdc-unelevated-button.small.left .icon,a.mat-mdc-unelevated-button.big.left .icon{margin-right:8px}button.mat-mdc-unelevated-button.small.right .icon,button.mat-mdc-unelevated-button.big.right .icon,a.mat-mdc-unelevated-button.small.right .icon,a.mat-mdc-unelevated-button.big.right .icon{margin-left:8px}button.mat-mdc-unelevated-button.small.only-icon .icon,button.mat-mdc-unelevated-button.big.only-icon .icon,a.mat-mdc-unelevated-button.small.only-icon .icon,a.mat-mdc-unelevated-button.big.only-icon .icon{margin-left:0}button.mat-mdc-unelevated-button.primary,button.mat-mdc-unelevated-button.secondary,button.mat-mdc-unelevated-button.ghost,button.mat-mdc-unelevated-button.outlined,button.mat-mdc-unelevated-button.destructive,button.mat-mdc-unelevated-button.tertiary,button.mat-mdc-unelevated-button.link,a.mat-mdc-unelevated-button.primary,a.mat-mdc-unelevated-button.secondary,a.mat-mdc-unelevated-button.ghost,a.mat-mdc-unelevated-button.outlined,a.mat-mdc-unelevated-button.destructive,a.mat-mdc-unelevated-button.tertiary,a.mat-mdc-unelevated-button.link{min-width:80px}button.mat-mdc-unelevated-button.primary.only-icon,button.mat-mdc-unelevated-button.secondary.only-icon,button.mat-mdc-unelevated-button.ghost.only-icon,button.mat-mdc-unelevated-button.outlined.only-icon,button.mat-mdc-unelevated-button.destructive.only-icon,button.mat-mdc-unelevated-button.tertiary.only-icon,button.mat-mdc-unelevated-button.link.only-icon,a.mat-mdc-unelevated-button.primary.only-icon,a.mat-mdc-unelevated-button.secondary.only-icon,a.mat-mdc-unelevated-button.ghost.only-icon,a.mat-mdc-unelevated-button.outlined.only-icon,a.mat-mdc-unelevated-button.destructive.only-icon,a.mat-mdc-unelevated-button.tertiary.only-icon,a.mat-mdc-unelevated-button.link.only-icon{min-width:1px}button.mat-mdc-unelevated-button.primary.full-width,button.mat-mdc-unelevated-button.secondary.full-width,button.mat-mdc-unelevated-button.ghost.full-width,button.mat-mdc-unelevated-button.outlined.full-width,button.mat-mdc-unelevated-button.destructive.full-width,button.mat-mdc-unelevated-button.tertiary.full-width,button.mat-mdc-unelevated-button.link.full-width,a.mat-mdc-unelevated-button.primary.full-width,a.mat-mdc-unelevated-button.secondary.full-width,a.mat-mdc-unelevated-button.ghost.full-width,a.mat-mdc-unelevated-button.outlined.full-width,a.mat-mdc-unelevated-button.destructive.full-width,a.mat-mdc-unelevated-button.tertiary.full-width,a.mat-mdc-unelevated-button.link.full-width{width:100%;min-width:100%}button.mat-mdc-unelevated-button.primary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.secondary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.ghost.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.outlined.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.destructive.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.tertiary.full-width .icon-label-wrapper,button.mat-mdc-unelevated-button.link.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.primary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.secondary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.ghost.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.outlined.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.destructive.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.tertiary.full-width .icon-label-wrapper,a.mat-mdc-unelevated-button.link.full-width .icon-label-wrapper{justify-content:center}button.mat-mdc-unelevated-button.primary:focus.cdk-focused,button.mat-mdc-unelevated-button.secondary:focus.cdk-focused,button.mat-mdc-unelevated-button.ghost:focus.cdk-focused,button.mat-mdc-unelevated-button.outlined:focus.cdk-focused,button.mat-mdc-unelevated-button.destructive:focus.cdk-focused,button.mat-mdc-unelevated-button.tertiary:focus.cdk-focused,button.mat-mdc-unelevated-button.tab:focus.cdk-focused,button.mat-mdc-unelevated-button.squareicon:focus.cdk-focused,button.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused,a.mat-mdc-unelevated-button.primary:focus.cdk-focused,a.mat-mdc-unelevated-button.secondary:focus.cdk-focused,a.mat-mdc-unelevated-button.ghost:focus.cdk-focused,a.mat-mdc-unelevated-button.outlined:focus.cdk-focused,a.mat-mdc-unelevated-button.destructive:focus.cdk-focused,a.mat-mdc-unelevated-button.tertiary:focus.cdk-focused,a.mat-mdc-unelevated-button.tab:focus.cdk-focused,a.mat-mdc-unelevated-button.squareicon:focus.cdk-focused,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused{outline:1px dashed #888888;outline-offset:4px}button.mat-mdc-unelevated-button.menuCell:focus.cdk-focused,a.mat-mdc-unelevated-button.menuCell:focus.cdk-focused{outline:1px dashed #888888;outline-offset:-1px}button.mat-mdc-unelevated-button.primary,a.mat-mdc-unelevated-button.primary{background-color:var(--color);color:#fff;border-radius:1000px}button.mat-mdc-unelevated-button.primary-disabled,a.mat-mdc-unelevated-button.primary-disabled{opacity:.75}button.mat-mdc-unelevated-button.primary.classic-theme,a.mat-mdc-unelevated-button.primary.classic-theme{border-radius:4px}button.mat-mdc-unelevated-button.primary.classic-theme:disabled,button.mat-mdc-unelevated-button.primary.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.classic-theme:disabled,a.mat-mdc-unelevated-button.primary.classic-theme:disabled:hover{background-color:#b5ddd5}button.mat-mdc-unelevated-button.primary.light-theme:disabled,button.mat-mdc-unelevated-button.primary.light-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.light-theme:disabled,a.mat-mdc-unelevated-button.primary.light-theme:disabled:hover{background-color:#f4f4f4;color:#666}button.mat-mdc-unelevated-button.primary.light-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.primary.light-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.light-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.light-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#666}button.mat-mdc-unelevated-button.primary.dark-theme:disabled,button.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover,a.mat-mdc-unelevated-button.primary.dark-theme:disabled,a.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover{background-color:#666;color:#d3d3d3}button.mat-mdc-unelevated-button.primary.dark-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.dark-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.primary ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.primary ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.primary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.primary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#fff}button.mat-mdc-unelevated-button.secondary,a.mat-mdc-unelevated-button.secondary{border-radius:1000px}button.mat-mdc-unelevated-button.secondary.light-theme,a.mat-mdc-unelevated-button.secondary.light-theme{background-color:#242424;color:#fff}button.mat-mdc-unelevated-button.secondary.light-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.secondary.light-theme:disabled,button.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.light-theme:disabled,a.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover{opacity:.75;background-color:#f4f4f4;color:#666}button.mat-mdc-unelevated-button.secondary.light-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.light-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3!important}button.mat-mdc-unelevated-button.secondary.dark-theme,a.mat-mdc-unelevated-button.secondary.dark-theme{background-color:#fff;color:#242424}button.mat-mdc-unelevated-button.secondary.dark-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme ::ng-deep mat-icon.black svg{color:#242424}button.mat-mdc-unelevated-button.secondary.dark-theme:disabled,button.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover{opacity:.75;background-color:#666;color:#d3d3d3}button.mat-mdc-unelevated-button.secondary.dark-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.dark-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.secondary:hover,a.mat-mdc-unelevated-button.secondary:hover{background-color:#666;color:#fff}button.mat-mdc-unelevated-button.secondary:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary:hover ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.secondary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.secondary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#fff}button.mat-mdc-unelevated-button.secondary.classic-theme,a.mat-mdc-unelevated-button.secondary.classic-theme{border-radius:4px;background-color:#ededed;color:#000}button.mat-mdc-unelevated-button.secondary.classic-theme:hover,a.mat-mdc-unelevated-button.secondary.classic-theme:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.secondary.classic-theme:disabled,button.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover{background-color:#ededed;color:#888}button.mat-mdc-unelevated-button.secondary.classic-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.secondary.classic-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.secondary.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.secondary.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.outlined,a.mat-mdc-unelevated-button.outlined{background-color:#fff;color:#000;border-width:1px;border-style:solid;border-color:#000}button.mat-mdc-unelevated-button.outlined:hover,a.mat-mdc-unelevated-button.outlined:hover{background-color:#f6f6f6}button.mat-mdc-unelevated-button.outlined:disabled,button.mat-mdc-unelevated-button.outlined:disabled:hover,a.mat-mdc-unelevated-button.outlined:disabled,a.mat-mdc-unelevated-button.outlined:disabled:hover{color:#ededed;border-color:#ededed}button.mat-mdc-unelevated-button.outlined:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.outlined:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.outlined:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.outlined:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.outlined:focus.cdk-focused,a.mat-mdc-unelevated-button.outlined:focus.cdk-focused{background-color:#e0e0e0}button.mat-mdc-unelevated-button.outlined .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.outlined .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.ghost,a.mat-mdc-unelevated-button.ghost{border-width:1px;border-style:solid;border-radius:1000px}button.mat-mdc-unelevated-button.ghost.light-theme,a.mat-mdc-unelevated-button.ghost.light-theme{background-color:transparent;color:#242424;border-color:#242424}button.mat-mdc-unelevated-button.ghost.light-theme.only-icon,a.mat-mdc-unelevated-button.ghost.light-theme.only-icon{width:48px;height:48px;padding:0}button.mat-mdc-unelevated-button.ghost.light-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.ghost.light-theme ::ng-deep mat-icon.black svg{color:#242424}button.mat-mdc-unelevated-button.ghost.light-theme:hover,a.mat-mdc-unelevated-button.ghost.light-theme:hover{background-color:#f4f4f4}button.mat-mdc-unelevated-button.ghost.dark-theme,a.mat-mdc-unelevated-button.ghost.dark-theme{background-color:transparent;color:#fff;border-color:#fff}button.mat-mdc-unelevated-button.ghost.dark-theme.only-icon,a.mat-mdc-unelevated-button.ghost.dark-theme.only-icon{width:48px;height:48px;padding:0}button.mat-mdc-unelevated-button.ghost.dark-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.ghost.dark-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.ghost.dark-theme:hover,a.mat-mdc-unelevated-button.ghost.dark-theme:hover{background-color:#666}button.mat-mdc-unelevated-button.ghost:disabled,button.mat-mdc-unelevated-button.ghost:disabled:hover,a.mat-mdc-unelevated-button.ghost:disabled,a.mat-mdc-unelevated-button.ghost:disabled:hover{opacity:.5;background-color:transparent}button.mat-mdc-unelevated-button.ghost .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.ghost .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.destructive,a.mat-mdc-unelevated-button.destructive{border:1px solid #E02800;background-color:#fff;color:#e02800;border-radius:1000px}button.mat-mdc-unelevated-button.destructive:hover,a.mat-mdc-unelevated-button.destructive:hover{background-color:#e02800;color:#fff}button.mat-mdc-unelevated-button.destructive:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive:hover ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.destructive:disabled,button.mat-mdc-unelevated-button.destructive:disabled:hover,a.mat-mdc-unelevated-button.destructive:disabled,a.mat-mdc-unelevated-button.destructive:disabled:hover{border-color:#ff6e4f;color:#ff6e4f}button.mat-mdc-unelevated-button.destructive ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive ::ng-deep mat-icon.black svg{color:#e02800}button.mat-mdc-unelevated-button.destructive .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.destructive .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.destructive.classic-theme,a.mat-mdc-unelevated-button.destructive.classic-theme{border:unset;border-radius:4px;background-color:#cb7b7a;color:#fff}button.mat-mdc-unelevated-button.destructive.classic-theme:hover,a.mat-mdc-unelevated-button.destructive.classic-theme:hover{background-color:#8e5655}button.mat-mdc-unelevated-button.destructive.classic-theme:disabled,button.mat-mdc-unelevated-button.destructive.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.destructive.classic-theme:disabled,a.mat-mdc-unelevated-button.destructive.classic-theme:disabled:hover{background-color:#e3c3c6}button.mat-mdc-unelevated-button.destructive.classic-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.destructive.classic-theme ::ng-deep mat-icon.black svg{color:#fff}button.mat-mdc-unelevated-button.destructive.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.destructive.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.tertiary,a.mat-mdc-unelevated-button.tertiary{background-color:transparent;color:#46a997}button.mat-mdc-unelevated-button.tertiary:hover,a.mat-mdc-unelevated-button.tertiary:hover{background-color:#f6f6f6;color:#31766a}button.mat-mdc-unelevated-button.tertiary:disabled,button.mat-mdc-unelevated-button.tertiary:disabled:hover,a.mat-mdc-unelevated-button.tertiary:disabled,a.mat-mdc-unelevated-button.tertiary:disabled:hover{opacity:.75;background-color:#fff;color:#b5ddd5}button.mat-mdc-unelevated-button.tertiary:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.tertiary:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary:disabled:hover ::ng-deep mat-icon.black svg{color:#b5ddd5}button.mat-mdc-unelevated-button.tertiary ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tertiary ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.tertiary .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.tertiary .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.link,a.mat-mdc-unelevated-button.link{background-color:transparent;color:#d410aa;border-radius:0}button.mat-mdc-unelevated-button.link ::ng-deep .mat-mdc-button-persistent-ripple,a.mat-mdc-unelevated-button.link ::ng-deep .mat-mdc-button-persistent-ripple{display:none}button.mat-mdc-unelevated-button.link span.icon-label-wrapper,a.mat-mdc-unelevated-button.link span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.link:hover,a.mat-mdc-unelevated-button.link:hover{color:#a90686!important}button.mat-mdc-unelevated-button.link:active,a.mat-mdc-unelevated-button.link:active{color:#ff54da!important}button.mat-mdc-unelevated-button.link ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.link ::ng-deep .mdc-button__label{padding:4px}button.mat-mdc-unelevated-button.link:focus ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.link:focus ::ng-deep .mdc-button__label{padding:4px;outline:1px dashed #666666}button.mat-mdc-unelevated-button.link:disabled,button.mat-mdc-unelevated-button.link:disabled:hover,a.mat-mdc-unelevated-button.link:disabled,a.mat-mdc-unelevated-button.link:disabled:hover{color:#d3d3d3}button.mat-mdc-unelevated-button.link ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.link ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.link.classic-theme,a.mat-mdc-unelevated-button.link.classic-theme{background-color:transparent;color:#46a997;border-radius:0}button.mat-mdc-unelevated-button.link.classic-theme span.icon-label-wrapper,a.mat-mdc-unelevated-button.link.classic-theme span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.link.classic-theme:hover,a.mat-mdc-unelevated-button.link.classic-theme:hover{color:#31766a}button.mat-mdc-unelevated-button.link.classic-theme:disabled,button.mat-mdc-unelevated-button.link.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.link.classic-theme:disabled,a.mat-mdc-unelevated-button.link.classic-theme:disabled:hover{color:#b5ddd5}button.mat-mdc-unelevated-button.link.classic-theme ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.link.classic-theme ::ng-deep mat-icon.black svg{color:var(--color)}button.mat-mdc-unelevated-button.text,a.mat-mdc-unelevated-button.text{background-color:transparent;border-radius:0;text-decoration:underline}button.mat-mdc-unelevated-button.text.light-theme,a.mat-mdc-unelevated-button.text.light-theme{color:#242424}button.mat-mdc-unelevated-button.text.light-theme:active,a.mat-mdc-unelevated-button.text.light-theme:active{color:#666!important}button.mat-mdc-unelevated-button.text.light-theme:hover,a.mat-mdc-unelevated-button.text.light-theme:hover{color:#666}button.mat-mdc-unelevated-button.text.dark-theme,a.mat-mdc-unelevated-button.text.dark-theme{color:#fff}button.mat-mdc-unelevated-button.text.dark-theme:active,a.mat-mdc-unelevated-button.text.dark-theme:active{color:#666!important}button.mat-mdc-unelevated-button.text.dark-theme:hover,a.mat-mdc-unelevated-button.text.dark-theme:hover{color:#f4f4f4}button.mat-mdc-unelevated-button.text ::ng-deep .mat-mdc-button-persistent-ripple,a.mat-mdc-unelevated-button.text ::ng-deep .mat-mdc-button-persistent-ripple{display:none}button.mat-mdc-unelevated-button.text span.icon-label-wrapper,a.mat-mdc-unelevated-button.text span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.text:disabled,button.mat-mdc-unelevated-button.text:disabled:hover,a.mat-mdc-unelevated-button.text:disabled,a.mat-mdc-unelevated-button.text:disabled:hover{color:#d3d3d3}button.mat-mdc-unelevated-button.text:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.text:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text:disabled:hover ::ng-deep mat-icon.black svg{color:#d3d3d3}button.mat-mdc-unelevated-button.text ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.text ::ng-deep .mdc-button__label{padding:4px}button.mat-mdc-unelevated-button.text:focus ::ng-deep .mdc-button__label,a.mat-mdc-unelevated-button.text:focus ::ng-deep .mdc-button__label{padding:4px;outline:1px dashed #666666}button.mat-mdc-unelevated-button.text .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.text .mat-mdc-progress-spinner ::ng-deep circle{stroke:#242424}button.mat-mdc-unelevated-button.text.classic-theme,a.mat-mdc-unelevated-button.text.classic-theme{background-color:transparent;color:#000;border-radius:0;text-decoration:underline}button.mat-mdc-unelevated-button.text.classic-theme span.icon-label-wrapper,a.mat-mdc-unelevated-button.text.classic-theme span.icon-label-wrapper{text-decoration:underline}button.mat-mdc-unelevated-button.text.classic-theme:hover,a.mat-mdc-unelevated-button.text.classic-theme:hover{color:#000}button.mat-mdc-unelevated-button.text.classic-theme:disabled,button.mat-mdc-unelevated-button.text.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.text.classic-theme:disabled,a.mat-mdc-unelevated-button.text.classic-theme:disabled:hover{color:#888}button.mat-mdc-unelevated-button.text.classic-theme:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.text.classic-theme:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text.classic-theme:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.text.classic-theme:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.text.classic-theme:focus.cdk-focused,a.mat-mdc-unelevated-button.text.classic-theme:focus.cdk-focused{color:#000}button.mat-mdc-unelevated-button.text.classic-theme .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.text.classic-theme .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.squareicon,a.mat-mdc-unelevated-button.squareicon{background-color:#ededed;color:#000;min-width:56px}button.mat-mdc-unelevated-button.squareicon:hover,a.mat-mdc-unelevated-button.squareicon:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.squareicon:disabled,button.mat-mdc-unelevated-button.squareicon:disabled:hover,a.mat-mdc-unelevated-button.squareicon:disabled,a.mat-mdc-unelevated-button.squareicon:disabled:hover{background-color:#ededed;color:#888}button.mat-mdc-unelevated-button.squareicon:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.squareicon:focus.cdk-focused.cdk-mouse-focused{background-color:#ededed}button.mat-mdc-unelevated-button.squareicon .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.squareicon .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}button.mat-mdc-unelevated-button.squareicon .icon-label-wrapper,a.mat-mdc-unelevated-button.squareicon .icon-label-wrapper{flex-flow:column}button.mat-mdc-unelevated-button.squareicon.left .icon,button.mat-mdc-unelevated-button.squareicon.right .icon,a.mat-mdc-unelevated-button.squareicon.left .icon,a.mat-mdc-unelevated-button.squareicon.right .icon{margin:0 auto}button.mat-mdc-unelevated-button.tab,a.mat-mdc-unelevated-button.tab{background-color:#fff;color:#000;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e0e0e0;border-radius:0}button.mat-mdc-unelevated-button.tab:hover .label,button.mat-mdc-unelevated-button.tab:hover .icon.only,a.mat-mdc-unelevated-button.tab:hover .label,a.mat-mdc-unelevated-button.tab:hover .icon.only{text-decoration:underline}button.mat-mdc-unelevated-button.tab:disabled,button.mat-mdc-unelevated-button.tab:disabled:hover,a.mat-mdc-unelevated-button.tab:disabled,a.mat-mdc-unelevated-button.tab:disabled:hover{color:#888}button.mat-mdc-unelevated-button.tab:disabled .label,button.mat-mdc-unelevated-button.tab:disabled:hover .label,a.mat-mdc-unelevated-button.tab:disabled .label,a.mat-mdc-unelevated-button.tab:disabled:hover .label{text-decoration:none}button.mat-mdc-unelevated-button.tab:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.tab:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tab:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.tab:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.tab:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.tab:focus.cdk-focused.cdk-mouse-focused{font-weight:700;border-color:#276678}button.mat-mdc-unelevated-button.menuTrigger.classic-theme,a.mat-mdc-unelevated-button.menuTrigger.classic-theme{background:transparent;min-width:24px;height:24px;padding:0}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:hover,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled,button.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled:hover,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:disabled:hover{background-color:#fff;color:#888}button.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused.cdk-mouse-focused,a.mat-mdc-unelevated-button.menuTrigger.classic-theme:focus.cdk-focused.cdk-mouse-focused{background-color:transparent}button.mat-mdc-unelevated-button.menuTrigger.classic-theme .icon-label-wrapper,a.mat-mdc-unelevated-button.menuTrigger.classic-theme .icon-label-wrapper{flex-flow:column}button.mat-mdc-unelevated-button.menuTrigger.classic-theme.left .icon,button.mat-mdc-unelevated-button.menuTrigger.classic-theme.right .icon,a.mat-mdc-unelevated-button.menuTrigger.classic-theme.left .icon,a.mat-mdc-unelevated-button.menuTrigger.classic-theme.right .icon{margin:0 auto}button.mat-mdc-unelevated-button.menuCell,a.mat-mdc-unelevated-button.menuCell{background-color:#fff;color:#000;font-weight:400;border-radius:0;min-width:100%;justify-content:flex-start}button.mat-mdc-unelevated-button.menuCell.classic-theme.big.left .icon,a.mat-mdc-unelevated-button.menuCell.classic-theme.big.left .icon{margin-right:16px}button.mat-mdc-unelevated-button.menuCell.big.left .icon,a.mat-mdc-unelevated-button.menuCell.big.left .icon{margin-right:8px}button.mat-mdc-unelevated-button.menuCell .icon-label-wrapper,a.mat-mdc-unelevated-button.menuCell .icon-label-wrapper{justify-content:flex-start}button.mat-mdc-unelevated-button.menuCell:hover,a.mat-mdc-unelevated-button.menuCell:hover{background-color:#e0e0e0}button.mat-mdc-unelevated-button.menuCell:disabled,button.mat-mdc-unelevated-button.menuCell:disabled:hover,a.mat-mdc-unelevated-button.menuCell:disabled,a.mat-mdc-unelevated-button.menuCell:disabled:hover{background-color:#fff;color:#888}button.mat-mdc-unelevated-button.menuCell:disabled ::ng-deep mat-icon.black svg,button.mat-mdc-unelevated-button.menuCell:disabled:hover ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.menuCell:disabled ::ng-deep mat-icon.black svg,a.mat-mdc-unelevated-button.menuCell:disabled:hover ::ng-deep mat-icon.black svg{color:#888}button.mat-mdc-unelevated-button.menuCell .mat-mdc-progress-spinner ::ng-deep circle,a.mat-mdc-unelevated-button.menuCell .mat-mdc-progress-spinner ::ng-deep circle{stroke:#000}.button-wrapper{position:relative;height:-moz-fit-content;height:fit-content}.button-wrapper[aria-disabled=true]{pointer-events:none}.button-wrapper .menuTrigger:not(.classic-theme),.button-wrapper .icon-button{border:none;border-radius:100%;width:var(--icon-button-size)!important;height:var(--icon-button-size)!important;cursor:pointer;background-color:unset}::ng-deep .button-wrapper .menuTrigger:not(.classic-theme).mat-mdc-unelevated-button:not(:disabled),::ng-deep .button-wrapper .icon-button.mat-mdc-unelevated-button:not(:disabled){background-color:unset}::ng-deep .button-wrapper .menuTrigger:not(.classic-theme).mdc-button,::ng-deep .button-wrapper .icon-button.mdc-button{min-width:var(--icon-button-size)!important}.button-wrapper .menuTrigger:not(.classic-theme) ::ng-deep .mat-mdc-button-touch-target,.button-wrapper .icon-button ::ng-deep .mat-mdc-button-touch-target{height:var(--icon-button-size)!important}.button-wrapper .menuTrigger:not(.classic-theme):disabled,.button-wrapper .icon-button:disabled{pointer-events:none;background:unset}.button-wrapper .menuTrigger:not(.classic-theme):disabled.classic-theme ::ng-deep mat-icon svg,.button-wrapper .icon-button:disabled.classic-theme ::ng-deep mat-icon svg{color:#888}.button-wrapper .menuTrigger:not(.classic-theme):hover,.button-wrapper .icon-button:hover{background-color:#f6f6f6}.button-wrapper .menuTrigger:not(.classic-theme):focus.cdk-focused,.button-wrapper .icon-button:focus.cdk-focused{padding:1px;border:1px dashed #888888;outline:0}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:disabled,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:disabled,.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .icon-button:not(.has-company-color).light-theme:disabled,.button-wrapper .icon-button:not(.has-company-color).light-theme:disabled:hover ::ng-deep mat-icon svg,.button-wrapper .icon-button:not(.has-company-color).dark-theme:disabled,.button-wrapper .icon-button:not(.has-company-color).dark-theme:disabled:hover ::ng-deep mat-icon svg{color:#919191!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme,.button-wrapper .icon-button:not(.has-company-color).light-theme{color:#242424!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:hover,.button-wrapper .icon-button:not(.has-company-color).light-theme:hover{background-color:#e9e9e9}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).light-theme:focus.cdk-focused,.button-wrapper .icon-button:not(.has-company-color).light-theme:focus.cdk-focused{border-color:#666}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme,.button-wrapper .icon-button:not(.has-company-color).dark-theme{color:#fff!important}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:hover,.button-wrapper .icon-button:not(.has-company-color).dark-theme:hover{background-color:#666}.button-wrapper .menuTrigger:not(.classic-theme):not(.has-company-color).dark-theme:focus.cdk-focused,.button-wrapper .icon-button:not(.has-company-color).dark-theme:focus.cdk-focused{border-color:#e9e9e9}.button-wrapper .menuTrigger:focus.cdk-focused.cdk-mouse-focused.light-theme{border:none;background-color:#e9e9e9;color:#242424}.button-wrapper .menuTrigger:focus.cdk-focused.cdk-mouse-focused.dark-theme{border:none;background-color:#666;color:#fff}.button-wrapper .right-top{position:absolute;right:-8px;top:-8px;z-index:1}::ng-deep .mat-mdc-tooltip{background-color:#a9c2c9;font-family:Open Sans,serif;font-weight:400;font-size:12px;border-radius:4px;overflow:visible;max-width:248px;padding:6px 2px;--mdc-plain-tooltip-container-color: none;--mdc-plain-tooltip-supporting-text-color: $tgo-black}:host[btn-variant=link]{display:inline-flex}::ng-deep .link .button-container{display:flex}::ng-deep .link a.mat-mdc-unelevated-button.link{height:unset!important;min-width:unset!important;border-radius:10px}::ng-deep .link a.mat-mdc-unelevated-button.link:focus{outline:1px dashed #666666!important}::ng-deep .link a.mat-mdc-unelevated-button.link:focus .mdc-button__label{padding:0!important;outline:none!important}::ng-deep .link a.mat-mdc-unelevated-button{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button .mdc-button__label{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big,::ng-deep .link a.mat-mdc-unelevated-button.small{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big .mdc-button__label,::ng-deep .link a.mat-mdc-unelevated-button.small .mdc-button__label{padding:0!important}::ng-deep .link a.mat-mdc-unelevated-button.big .mdc-button__label .icon-label-wrapper{font-size:16px!important;line-height:24px!important}::ng-deep .link a.mat-mdc-unelevated-button.small .mdc-button__label .icon-label-wrapper{font-size:12px!important;line-height:16px!important}::ng-deep .link a.mat-mdc-unelevated-button .mat-mdc-button-touch-target{height:unset!important}\n"] }]
282
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
283
- type: Optional
284
- }, {
285
- type: Inject,
286
- args: ['CANOPYUI_DEFAULT_APPLICATION_THEME']
287
- }] }]; }, propDecorators: { enabled: [{
288
- type: HostBinding,
289
- args: ['style.pointer-events']
290
- }], tooltipElement: [{
291
- type: ViewChild,
292
- args: ['tooltipElement']
293
- }], size: [{
294
- type: Input
295
- }], variant: [{
296
- type: HostBinding,
297
- args: ['attr.btn-variant']
298
- }, {
299
- type: Input
300
- }], label: [{
301
- type: Input
302
- }], iconPosition: [{
303
- type: Input
304
- }], justIcon: [{
305
- type: Input
306
- }], iconName: [{
307
- type: Input
308
- }], disabled: [{
309
- type: Input
310
- }], loading: [{
311
- type: Input
312
- }], fullWidth: [{
313
- type: Input
314
- }], url: [{
315
- type: Input
316
- }], urlTarget: [{
317
- type: Input
318
- }], value: [{
319
- type: Input
320
- }], tooltip: [{
321
- type: Input
322
- }], isPremium: [{
323
- type: Input
324
- }], type: [{
325
- type: Input
326
- }], companyColor: [{
327
- type: Input
328
- }], buttonBadgeConfig: [{
329
- type: Input
330
- }], applicationTheme: [{
331
- type: HostBinding,
332
- args: ['attr.theme']
333
- }, {
334
- type: Input
335
- }], disabledScaleOnClick: [{
336
- type: Input
337
- }], ariaLabel: [{
338
- type: Input
339
- }], ariaRequired: [{
340
- type: Input
341
- }], buttonClickEvent: [{
342
- type: Output
343
- }], buttonHoverEvent: [{
344
- type: Output
345
- }], buttonElement: [{
346
- type: ViewChild,
347
- args: ['buttonElement', { static: false }]
348
- }], compColor: [{
349
- type: HostBinding,
350
- args: ['style.--color']
351
- }] } });
352
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Rnby1jYW5vcHktdWkvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Rnby1jYW5vcHktdWkvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDREQUE0RDtBQUM1RCxPQUFPLEVBRUwsU0FBUyxFQUVULFlBQVksRUFDWixXQUFXLEVBQUUsTUFBTSxFQUNuQixLQUFLLEVBQ0csUUFBUSxFQUNoQixNQUFNLEVBRU4sU0FBUyxFQUNWLE1BQU0sZUFBZSxDQUFDO0FBWXZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7Ozs7QUFTN0QsTUFBTSxPQUFPLGVBQWU7SUFDMUIsSUFDSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUN4QyxDQUFDO0lBbUxELElBQUksVUFBVTtRQUNaLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUN2QixDQUFDO0lBRUQsSUFDSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDO0lBQzlCLENBQUM7SUFhRCxJQUFJLFlBQVk7UUFDZCxPQUFPLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQy9ELENBQUM7SUFFRCxZQUM2RSxlQUFpQztRQUFqQyxvQkFBZSxHQUFmLGVBQWUsQ0FBa0I7UUF4TTlHOzs7OztXQUtHO1FBQ00sU0FBSSxHQUFlLEtBQUssQ0FBQztRQUNsQzs7Ozs7V0FLRztRQUdILFlBQU8sR0FBZ0IsU0FBUyxDQUFDO1FBRWpDOzs7O1dBSUc7UUFDTSxVQUFLLEdBQUcsRUFBRSxDQUFDO1FBRXBCOzs7OztXQUtHO1FBQ00saUJBQVksR0FBd0IsT0FBTyxDQUFDO1FBRXJEOzs7O1dBSUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRTFCOzs7OztXQUtHO1FBQ00sYUFBUSxHQUFhLEVBQUUsQ0FBQztRQUVqQzs7OztXQUlHO1FBQ00sYUFBUSxHQUFHLEtBQUssQ0FBQztRQUUxQjs7OztXQUlHO1FBQ00sWUFBTyxHQUFHLEtBQUssQ0FBQztRQUV6Qjs7OztXQUlHO1FBQ00sY0FBUyxHQUFHLEtBQUssQ0FBQztRQXdCM0I7Ozs7O1dBS0c7UUFDTSxZQUFPLEdBQUcsRUFBRSxDQUFDO1FBRXRCOzs7OztXQUtHO1FBQ00sY0FBUyxHQUFHLEtBQUssQ0FBQztRQUUzQjs7Ozs7O1dBTUc7UUFDTSxTQUFJLEdBQWUsUUFBUSxDQUFDO1FBRXJDOzs7Ozs7V0FNRztRQUNNLGlCQUFZLEdBQUcsRUFBRSxDQUFDO1FBVzNCOzs7Ozs7V0FNRztRQUdILHFCQUFnQixHQUFxQixPQUFPLENBQUM7UUFFN0M7Ozs7OztXQU1HO1FBQ00seUJBQW9CLEdBQUcsS0FBSyxDQUFDO1FBVXRDOzs7OztXQUtHO1FBQ00saUJBQVksR0FBRyxLQUFLLENBQUM7UUFFcEIscUJBQWdCLEdBQXdCLElBQUksWUFBWSxFQUFTLENBQUM7UUFFbEUscUJBQWdCLEdBQXdCLElBQUksWUFBWSxFQUFTLENBQUM7UUFrQjVFLFVBQUssR0FBRyxLQUFLLENBQUM7UUFDZCxtQkFBYyxHQUFtQixJQUFJLENBQUM7UUFDdEMsOEJBQXlCLEdBQWtCLENBQUMsV0FBVyxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLGFBQWEsQ0FBQyxDQUFDO1FBRXhHLGlCQUFZLEdBQUcsQ0FBQyxnQkFBZ0IsRUFBRSxRQUFRLEVBQUUsZUFBZSxDQUFDLENBQUM7UUFTM0QsSUFBSSxlQUFlLEVBQUU7WUFDbkIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLGVBQWUsQ0FBQztTQUN6QztJQUNILENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDbkMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDbkMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDMUMsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUN2QixJQUFJLENBQUMsV0FBVyxHQUFHLFNBQVMsQ0FBQztTQUM5QjtRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUU7WUFDMUIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLE9BQU8sQ0FBQztTQUNqQztRQUNELElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1lBQ25CLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1NBQzNDO1FBQ0QsSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLEVBQUU7WUFDdEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7U0FDakM7UUFDRCxJQUNFLE9BQU8sQ0FBQyxNQUFNLENBQUM7WUFDZixPQUFPLENBQUMsV0FBVyxDQUFDO1lBQ3BCLE9BQU8sQ0FBQyxVQUFVLENBQUM7WUFDbkIsT0FBTyxDQUFDLFVBQVUsQ0FBQztZQUNuQixPQUFPLENBQUMsY0FBYyxDQUFDO1lBQ3ZCLE9BQU8sQ0FBQyxVQUFVLENBQUM7WUFDbkIsT0FBTyxDQUFDLGNBQWMsQ0FBQztZQUN2QixPQUFPLENBQUMsa0JBQWtCLENBQUMsRUFDM0I7WUFDQSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztTQUNwQztRQUNELElBQUksT0FBTyxDQUFDLFNBQVMsQ0FBQyxFQUFFLFlBQVksS0FBSyxhQUFhLElBQUksQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLEVBQUUsWUFBWSxLQUFLLGFBQWEsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLEtBQUssU0FBUyxDQUFDLEVBQUU7WUFDckosSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztTQUNoRDtRQUVELElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssV0FBVyxDQUFDLENBQUM7SUFDMUgsQ0FBQztJQUVELGVBQWU7UUFDYixJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxPQUFPLEdBQUcsRUFBRSxDQUFDLEVBQUU7WUFDL0MsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO1lBQ3BCLEVBQUUsQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixDQUFDLENBQUM7UUFDRixJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssYUFBYSxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNuRCxNQUFNLElBQUksS0FBSyxDQUFDLDhFQUE4RSxDQUFDLENBQUM7U0FDakc7YUFBTSxJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssYUFBYSxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsRUFBRTtZQUNuSCxNQUFNLElBQUksS0FBSyxDQUFDLHdFQUF3RSxDQUFDLENBQUM7U0FDM0Y7SUFDSCxDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQVk7UUFDdEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNwQyxDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQVk7UUFDdEIsSUFBSSxLQUFLLENBQUMsSUFBSSxLQUFLLFlBQVksRUFBRTtZQUMvQixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQztZQUNsQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxXQUFXLEdBQUcsT0FBTyxDQUFDO1lBQzNCLElBQUksSUFBSSxDQUFDLHdCQUF3QixJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUU7Z0JBQ2xELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLEVBQUUsRUFBRSxDQUFDLEdBQUcsU0FBcUIsQ0FBQzthQUN2RjtTQUNGO2FBQU07WUFDTCxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztZQUNuQixJQUFJLElBQUksQ0FBQyx3QkFBd0IsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFO2dCQUNsRCxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLGtCQUFrQixFQUFFLEVBQUUsQ0FBQyxHQUFHLFVBQXNCLENBQUM7YUFDeEY7WUFDRCxJQUFJLENBQUMsV0FBVyxHQUFHLFNBQVMsQ0FBQztTQUM5QjtRQUVELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ3JDLENBQUM7SUFFRCxvQkFBb0I7SUFDcEIsU0FBUztRQUNQLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQ0FBZ0M7SUFDaEMsV0FBVztRQUNULE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1FBQ2pELE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQztRQUNyRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssYUFBYSxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNwRixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsWUFBWSxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO1FBQzlFLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLE9BQU8sS0FBSyxTQUFTLENBQUMsQ0FBQyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDdkYsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLE9BQU8sS0FBSyxPQUFPLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBQzVHLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDbEUsT0FBTyxHQUFHLElBQUksQ0FBQyxJQUFJLElBQUksWUFBWSxJQUFJLE9BQU8sSUFBSSxLQUFLLElBQUksT0FBTyxJQUFJLFFBQVEsSUFBSSxRQUFRLElBQUksWUFBWSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsUUFBUSxDQUFDO0lBQzlJLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUM7UUFDakUsTUFBTSxRQUFRLEdBQVEsRUFBRSxDQUFDO1FBRXpCLElBQUksSUFBSSxDQUFDLE9BQU8sS0FBSyxTQUFTLElBQUksSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEtBQUssT0FBTyxJQUFJLElBQUksQ0FBQyxXQUFXLEtBQUssU0FBUyxDQUFDLEVBQUU7WUFDekksUUFBUSxDQUFDLGtCQUFrQixDQUFDLEdBQUcsZUFBZSxDQUFDLElBQUksQ0FBQyxlQUFlLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1NBQ3hGO2FBQU0sSUFBSSxJQUFJLENBQUMsT0FBTyxLQUFLLFNBQVMsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxXQUFXLEtBQUssU0FBUyxFQUFFO1lBQzlHLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLGVBQWUsQ0FBQyxJQUFJLENBQUMsZUFBZSxFQUFFLElBQUksQ0FBQyxXQUFXLEVBQUUsU0FBUyxDQUFDLENBQUM7U0FDbkc7YUFBTSxJQUFJLElBQUksQ0FBQyxlQUFlLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxLQUFLLE1BQU0sSUFBSSxJQUFJLENBQUMsT0FBTyxLQUFLLFVBQVUsSUFBSSxJQUFJLENBQUMsT0FBTyxLQUFLLGFBQWEsQ0FBQyxFQUFFO1lBQzdILFFBQVEsQ0FBQyxPQUFPLENBQUMsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDO1NBQzFDO1FBQ0QsT0FBTyxRQUFRLENBQUM7SUFDbEIsQ0FBQztJQUVELHNCQUFzQjtJQUN0QixJQUFJLFdBQVc7UUFDYixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsT0FBTyxLQUFLLEtBQUssQ0FBQztRQUN4QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQztRQUMxQyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxLQUFLLElBQUksQ0FBQztRQUN4QyxPQUFPLFNBQVMsSUFBSSxRQUFRLElBQUksU0FBUyxDQUFDO0lBQzVDLENBQUM7SUFFRCxzQ0FBc0M7SUFDdEMsY0FBYztRQUNaLE9BQU8sSUFBSSxDQUFDLE9BQU8sS0FBSyxNQUFNLENBQUM7SUFDakMsQ0FBQztJQUVELGlCQUFpQjtRQUNmLE9BQU8sSUFBSSxDQUFDLElBQUksS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO0lBQzNDLENBQUM7SUFFRCxTQUFTLENBQUMsRUFBUztRQUNqQixJQUFJLEVBQUUsQ0FBQyxJQUFJLEtBQUssV0FBVyxFQUFFO1lBQzNCLElBQUksQ0FBQyxXQUFXLEdBQUcsU0FBUyxDQUFDO1NBQzlCO2FBQU07WUFDTCxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1NBQ3JEO1FBRUQsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDckMsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsYUFBYSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFRCxJQUFJLGVBQWU7UUFDakIsT0FBTyxJQUFJLENBQUMsWUFBWSxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUM1RixDQUFDO0lBRUQsSUFBSSx3QkFBd0I7UUFDMUIsT0FBTyxJQUFJLENBQUMsZ0JBQWdCLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxPQUFPLEtBQUssV0FBVyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3pKLENBQUM7K0dBdFdVLGVBQWUsa0JBZ05KLG9DQUFvQzttR0FoTi9DLGVBQWUsMGlDQ2pDNUIsdWlIQWdGQTs7NEZEL0NhLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0UsV0FBVzs7MEJBb05sQixRQUFROzswQkFBSSxNQUFNOzJCQUFDLG9DQUFvQzs0Q0E5TXRELE9BQU87c0JBRFYsV0FBVzt1QkFBQyxzQkFBc0I7Z0JBS04sY0FBYztzQkFBMUMsU0FBUzt1QkFBQyxnQkFBZ0I7Z0JBUWxCLElBQUk7c0JBQVosS0FBSztnQkFTTixPQUFPO3NCQUZOLFdBQVc7dUJBQUMsa0JBQWtCOztzQkFDOUIsS0FBSztnQkFRRyxLQUFLO3NCQUFiLEtBQUs7Z0JBUUcsWUFBWTtzQkFBcEIsS0FBSztnQkFPRyxRQUFRO3NCQUFoQixLQUFLO2dCQVFHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBT0csUUFBUTtzQkFBaEIsS0FBSztnQkFPRyxPQUFPO3NCQUFmLEtBQUs7Z0JBT0csU0FBUztzQkFBakIsS0FBSztnQkFPRyxHQUFHO3NCQUFYLEtBQUs7Z0JBUUcsU0FBUztzQkFBakIsS0FBSztnQkFPRyxLQUFLO3NCQUFiLEtBQUs7Z0JBUUcsT0FBTztzQkFBZixLQUFLO2dCQVFHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBU0csSUFBSTtzQkFBWixLQUFLO2dCQVNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBU0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQVdOLGdCQUFnQjtzQkFGZixXQUFXO3VCQUFDLFlBQVk7O3NCQUN4QixLQUFLO2dCQVVHLG9CQUFvQjtzQkFBNUIsS0FBSztnQkFRRyxTQUFTO3NCQUFqQixLQUFLO2dCQVFHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBRUksZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUVHLGdCQUFnQjtzQkFBekIsTUFBTTtnQkFFd0MsYUFBYTtzQkFBM0QsU0FBUzt1QkFBQyxlQUFlLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO2dCQU96QyxTQUFTO3NCQURaLFdBQVc7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIEBhbmd1bGFyLWVzbGludC91c2UtbGlmZWN5Y2xlLWludGVyZmFjZSAqL1xuaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RCaW5kaW5nLCBJbmplY3QsXG4gIElucHV0LFxuICBPbkluaXQsIE9wdGlvbmFsLFxuICBPdXRwdXQsXG4gIFNpbXBsZUNoYW5nZXMsXG4gIFZpZXdDaGlsZFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEljb25OYW1lIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZGVsJztcbmltcG9ydCB7XG4gIEJ1dHRvbkJhZGdlQ29uZmlnLFxuICBCdXR0b25Db2xvcixcbiAgQnV0dG9uSWNvblBvc2l0aW9uLFxuICBCdXR0b25TaXplLFxuICBCdXR0b25TdGF0ZSxcbiAgQnV0dG9uVHlwZSxcbiAgSWNvbkJ1dHRvblNpemUsXG4gIExpbmtVcmxUYXJnZXRcbn0gZnJvbSAnLi9idXR0b24ubW9kZWwnO1xuaW1wb3J0IHsgYWRqdXN0TGlnaHRuZXNzIH0gZnJvbSAnLi4vLi4vdXRpbHMvY29sb3ItY29udHJhc3QnO1xuaW1wb3J0IHsgTWF0QnV0dG9uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IEFwcGxpY2F0aW9uVGhlbWUgfSBmcm9tICcuLi8uLi9tb2RlbHMvYXBwbGljYXRpb24tdGhlbWUubW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd1aS1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYnV0dG9uLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnV0dG9uQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5wb2ludGVyLWV2ZW50cycpXG4gIGdldCBlbmFibGVkKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuZGlzYWJsZWQgPyAnbm9uZScgOiAnYWxsJztcbiAgfVxuXG4gIEBWaWV3Q2hpbGQoJ3Rvb2x0aXBFbGVtZW50JykgdG9vbHRpcEVsZW1lbnQ6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gIC8qKlxuICAgKiBEZWZpbmUgYnV0dG9uIGhlaWdodFxuICAgKlxuICAgKiBAdHlwZSB7QnV0dG9uU2l6ZX1cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgc2l6ZTogQnV0dG9uU2l6ZSA9ICdiaWcnO1xuICAvKipcbiAgICogQmFja2dyb3VuZCBjb2xvciBvZiB0aGUgYnV0dG9uIHdoaWxlIGluIGFjdGl2ZSBzdGF0ZVxuICAgKlxuICAgKiBAdHlwZSB7QnV0dG9uQ29sb3J9XG4gICAqIEBtZW1iZXJvZiBCdXR0b25Db21wb25lbnRcbiAgICovXG4gIEBIb3N0QmluZGluZygnYXR0ci5idG4tdmFyaWFudCcpXG4gIEBJbnB1dCgpXG4gIHZhcmlhbnQ6IEJ1dHRvbkNvbG9yID0gJ3ByaW1hcnknO1xuXG4gIC8qKlxuICAgKiBUZXh0IGNvbnRlbnQgdG8gYXBwZWFyIG9uIHRoZSBidXR0b25cbiAgICpcbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWwgPSAnJztcblxuICAvKipcbiAgICogUG9zaXRpb25pbmcgb2YgdGhlIGljb24gKHdoZW4gZXhpc3RhbnQpXG4gICAqXG4gICAqIEB0eXBlIHtCdXR0b25JY29uUG9zaXRpb259XG4gICAqIEBtZW1iZXJvZiBCdXR0b25Db21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGljb25Qb3NpdGlvbj86IEJ1dHRvbkljb25Qb3NpdGlvbiA9ICdyaWdodCc7XG5cbiAgLyoqXG4gICAqIERlZmluZSBpZiBidXR0b24gaGFzIG9ubHkgaWNvbiB3aXRob3V0IHRleHRcbiAgICpcbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkganVzdEljb24gPSBmYWxzZTtcblxuICAvKipcbiAgICogTmFtZSBvZiB1aS1pY29uXG4gICAqXG4gICAqIEB0eXBlIHtJY29uTmFtZX1cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgaWNvbk5hbWU6IEljb25OYW1lID0gJyc7XG5cbiAgLyoqXG4gICAqIEluZGljYXRvciBpZiB0aGUgYnV0dG9uIHNob3VsZCBiZSBkaXNhYmxlZFxuICAgKlxuICAgKiBAbWVtYmVyb2YgQnV0dG9uQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBJbmRpY2F0b3IgaWYgdGhlIGxvYWRpbmcgaWNvbiBzaG91bGQgYmUgc2hvd25cbiAgICpcbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgbG9hZGluZyA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBJbmRpY2F0b3Igb2YgdGhlIGJ1dHRvbiB3aWR0aFxuICAgKlxuICAgKiBAbWVtYmVyb2YgQnV0dG9uQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBmdWxsV2lkdGggPSBmYWxzZTtcblxuICAvKipcbiAgICogVXJsIG9mIGJ1dHRvbiBpZiBpdCBpcyBhIGxpbmtcbiAgICpcbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgdXJsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBVcmwncyB0YXJnZXQgb2YgYnV0dG9uIGlmIGl0IGlzIGEgbGlua1xuICAgKlxuICAgKiBAdHlwZSB7QHR5cGUge0xpbmtVcmxUYXJnZXR9fVxuICAgKiBAbWVtYmVyb2YgQnV0dG9uQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSB1cmxUYXJnZXQ/OiBMaW5rVXJsVGFyZ2V0O1xuXG4gIC8qKlxuICAgKiBCdXR0b24gdmFsdWVcbiAgICpcbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgdmFsdWU/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEBwcm9wZXJ0eSB0b29sdGlwXG4gICAqIEBkZXNjcmlwdGlvbiBUaGUgdG9vbHRpcCB0aGF0IGlzIGRpc3BsYXllZCBvbiBob3Zlci4gUmVxdWlyZWQgZm9yIGljb24tYnV0dG9uIHR5cGVcbiAgICogQHR5cGUge3N0cmluZ31cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgdG9vbHRpcCA9ICcnO1xuXG4gIC8qKlxuICAgKiBAcHJvcGVydHkgaXNQcmVtaXVtXG4gICAqIEBkZXNjcmlwdGlvbiBUaGUgaWNvbiB0aGF0IGlzIGRpc3BsYXllZCBmb3IgUHJlbWl1bSBidXR0b25cbiAgICogQHR5cGUge2Jvb2xlYW59XG4gICAqIEBtZW1iZXJvZiBCdXR0b25Db21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGlzUHJlbWl1bSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUaGUgdHlwZSBvZiB0aGUgYnV0dG9uLlxuICAgKlxuICAgKiBAdHlwZSB7QnV0dG9uVHlwZX1cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKiBAZGVmYXVsdCAnYnV0dG9uJ1xuICAgKi9cbiAgQElucHV0KCkgdHlwZTogQnV0dG9uVHlwZSA9ICdidXR0b24nO1xuXG4gIC8qKlxuICAgKiBDb2xvciBvZiB0aGUgYnV0dG9uLlxuICAgKiBEZWZhdWx0cyB0byBUZXN0IEdvcmlsbGEgcHJpbWFyeSBjb2xvci5cbiAgICpcbiAgICogQHR5cGUge3N0cmluZ31cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgY29tcGFueUNvbG9yID0gJyc7XG5cbiAgLyoqXG4gICAqIENvbmZpZyBmb3IgdGhlIGJ1dHRvbiBiYWRnZSB2YXJpYXRpb25cbiAgICogQHR5cGUge0J1dHRvbkJhZGdlQ29uZmlnfVxuICAgKiBAcHJvcGVydHkgYmFkZ2VUeXBlIFR5cGUgb2YgYmFkZ2Ugb24gdGhlIGJ1dHRvblxuICAgKiBAcHJvcGVydHkgYmFkZ2VMYWJlbCBMYWJlbCB0ZXh0IGZvciB0aGUgYmFkZ2VcbiAgICogQHByb3BlcnR5IGJhZGdlTm90aWZpY2F0aW9uQW1vdW50IFRoZSBhbW91bnQgZm9yIG5vdGlmaWNhdGlvbiBpbiB0aGUgYmFkZ2VcbiAgICovXG4gIEBJbnB1dCgpIGJ1dHRvbkJhZGdlQ29uZmlnOiBCdXR0b25CYWRnZUNvbmZpZyB8IHVuZGVmaW5lZDtcblxuICAvKipcbiAgICpcbiAgICogRGVmaW5lcyB0aGUgYXBwbGljYXRpb24gdGhlbWUgd2hlcmUgYnV0dG9ucyBpcyB1c2VkXG4gICAqXG4gICAqIEB0eXBlIHtBcHBsaWNhdGlvblRoZW1lfVxuICAgKiBAbWVtYmVyb2YgQnV0dG9uQ29tcG9uZW50XG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2F0dHIudGhlbWUnKVxuICBASW5wdXQoKVxuICBhcHBsaWNhdGlvblRoZW1lOiBBcHBsaWNhdGlvblRoZW1lID0gJ2xpZ2h0JztcblxuICAvKipcbiAgICpcbiAgICogRGlzYWJsZWQgYnV0dG9uIHNjYWxlIG9uIGNsaWNrXG4gICAqXG4gICAqIEB0eXBlIHtib29sZWFufVxuICAgKiBAbWVtYmVyb2YgQnV0dG9uQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZFNjYWxlT25DbGljayA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBBIHN0cmluZyByZXByZXNlbnRpbmcgdGhlIEFSSUEgbGFiZWwgZm9yIGFjY2Vzc2liaWxpdHkuXG4gICAqIFRoaXMgbGFiZWwgaXMgdXNlZCB0byBwcm92aWRlIGFuIGFjY2Vzc2libGUgbmFtZSBmb3IgdGhlIGlucHV0IGVsZW1lbnQuXG4gICAqIEB0eXBlIHtzdHJpbmd9XG4gICAqIEBtZW1iZXJvZiBCdXR0b25Db21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGFyaWFMYWJlbDogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBBIHN0cmluZyByZXByZXNlbnRpbmcgdGhlIEFSSUEgcmVxdWlyZW1lbnQgZm9yIGFjY2Vzc2liaWxpdHkuXG4gICAqIFRoaXMgYXR0cmlidXRlIGlzIHVzZWQgdG8gaW5kaWNhdGUgd2hldGhlciBhbiBpbnB1dCBmaWVsZCBpcyByZXF1aXJlZCBmb3IgZm9ybSBzdWJtaXNzaW9uLlxuICAgKiBAdHlwZSB7Ym9vbGVhbn1cbiAgICogQG1lbWJlcm9mIEJ1dHRvbkNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgYXJpYVJlcXVpcmVkID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpIGJ1dHRvbkNsaWNrRXZlbnQ6IEV2ZW50RW1pdHRlcjxFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyPEV2ZW50PigpO1xuXG4gIEBPdXRwdXQoKSBidXR0b25Ib3ZlckV2ZW50OiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxFdmVudD4oKTtcblxuICBAVmlld0NoaWxkKCdidXR0b25FbGVtZW50JywgeyBzdGF0aWM6IGZhbHNlIH0pIGJ1dHRvbkVsZW1lbnQ6IE1hdEJ1dHRvbjtcblxuICBnZXQgaXNEaXNhYmxlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5kaXNhYmxlZDtcbiAgfVxuXG4gIEBIb3N0QmluZGluZygnc3R5bGUuLS1jb2xvcicpXG4gIGdldCBjb21wQ29sb3IoKSB7XG4gICAgcmV0dXJuIHRoaXMuZ2V0Q29tcGFueUNvbG9yO1xuICB9XG5cbiAgY2xhc3NDc3M6IHN0cmluZztcbiAgc3R5bGVDc3M6IGFueTtcbiAgaXNCdXR0b25MaW5rOiBib29sZWFuO1xuICBpc0xhYmVsOiBib29sZWFuO1xuICBidXR0b25TdGF0ZTogQnV0dG9uU3RhdGU7XG4gIGhvdmVyID0gZmFsc2U7XG4gIGljb25CdXR0b25TaXplOiBJY29uQnV0dG9uU2l6ZSA9ICc0MCc7XG4gIGFsbG93QnV0dG9uVHlwZUZvclByZW1pdW06IEJ1dHRvbkNvbG9yW10gPSBbJ3NlY29uZGFyeScsICdwcmltYXJ5JywgJ2dob3N0JywgJ291dGxpbmVkJywgJ2Rlc3RydWN0aXZlJ107XG4gIGlzRmlsbGVkSWNvbjogYm9vbGVhbjtcbiAgY29sb3JlZEljb25zID0gWydHb29nbGUtaW4tbGluZScsICdHb29nbGUnLCAnR29vZ2xlLWZpbGxlZCddO1xuXG4gIGdldCB0eXBlSW5jbHVkZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuYWxsb3dCdXR0b25UeXBlRm9yUHJlbWl1bS5pbmNsdWRlcyh0aGlzLnZhcmlhbnQpO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdCgnQ0FOT1BZVUlfREVGQVVMVF9BUFBMSUNBVElPTl9USEVNRScpIHByaXZhdGUgcmVhZG9ubHkgZGVmYXVsdEFwcFRoZW1lOiBBcHBsaWNhdGlvblRoZW1lLFxuICApIHtcbiAgICBpZiAoZGVmYXVsdEFwcFRoZW1lKSB7XG4gICAgICB0aGlzLmFwcGxpY2F0aW9uVGhlbWUgPSBkZWZhdWx0QXBwVGhlbWU7XG4gICAgfVxuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jbGFzc0NzcyA9IHRoaXMuc2V0Q3NzQ2xhc3MoKTtcbiAgICB0aGlzLnN0eWxlQ3NzID0gdGhpcy5zZXRDc3NTdHlsZSgpO1xuICAgIHRoaXMuaXNCdXR0b25MaW5rID0gdGhpcy5zaG93QnV0dG9uTGluaygpO1xuICAgIHRoaXMuaXNMYWJlbCA9IHRoaXMuc2hvd0xhYmVsKCk7XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKSB7XG4gICAgaWYgKGNoYW5nZXNbJ2Rpc2FibGVkJ10pIHtcbiAgICAgIHRoaXMuYnV0dG9uU3RhdGUgPSAnZGVmYXVsdCc7XG4gICAgfVxuICAgIGlmICghdGhpcy5hcHBsaWNhdGlvblRoZW1lKSB7XG4gICAgICB0aGlzLmFwcGxpY2F0aW9uVGhlbWUgPSAnbGlnaHQnO1xuICAgIH1cbiAgICBpZiAoY2hhbmdlc1sndHlwZSddKSB7XG4gICAgICB0aGlzLmlzQnV0dG9uTGluayA9IHRoaXMuc2hvd0J1dHRvbkxpbmsoKTtcbiAgICB9XG4gICAgaWYgKGNoYW5nZXNbJ2xvYWRpbmcnXSkge1xuICAgICAgdGhpcy5pc0xhYmVsID0gdGhpcy5zaG93TGFiZWwoKTtcbiAgICB9XG4gICAgaWYgKFxuICAgICAgY2hhbmdlc1sndHlwZSddIHx8XG4gICAgICBjaGFuZ2VzWydmdWxsV2lkdGgnXSB8fFxuICAgICAgY2hhbmdlc1snaWNvbk5hbWUnXSB8fFxuICAgICAgY2hhbmdlc1snanVzdEljb24nXSB8fFxuICAgICAgY2hhbmdlc1snaWNvblBvc2l0aW9uJ10gfHxcbiAgICAgIGNoYW5nZXNbJ2Rpc2FibGVkJ10gfHxcbiAgICAgIGNoYW5nZXNbJ2NvbXBhbnlDb2xvciddIHx8XG4gICAgICBjaGFuZ2VzWydhcHBsaWNhdGlvblRoZW1lJ11cbiAgICApIHtcbiAgICAgIHRoaXMuY2xhc3NDc3MgPSB0aGlzLnNldENzc0NsYXNzKCk7XG4gICAgICB0aGlzLnN0eWxlQ3NzID0gdGhpcy5zZXRDc3NTdHlsZSgpO1xuICAgIH1cbiAgICBpZiAoY2hhbmdlc1sndmFyaWFudCddPy5jdXJyZW50VmFsdWUgPT09ICdpY29uLWJ1dHRvbicgfHwgKGNoYW5nZXNbJ3ZhcmlhbnQnXT8uY3VycmVudFZhbHVlID09PSAnbWVudVRyaWdnZXInICYmIHRoaXMuYXBwbGljYXRpb25UaGVtZSAhPT0gJ2NsYXNzaWMnKSkge1xuICAgICAgdGhpcy5pY29uQnV0dG9uU2l6ZSA9IHRoaXMuc2V0SWNvbkJ1dHRvblNpemUoKTtcbiAgICB9XG5cbiAgICB0aGlzLmlzRmlsbGVkSWNvbiA9IHRoaXMuYXBwbGljYXRpb25UaGVtZSAhPT0gJ2NsYXNzaWMnICYmICh0aGlzLnZhcmlhbnQgPT09ICdwcmltYXJ5JyB8fCB0aGlzLnZhcmlhbnQgPT09ICdzZWNvbmRhcnknKTtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnRvb2x0aXBFbGVtZW50Lm5hdGl2ZUVsZW1lbnQub25jbGljayA9IGV2ID0+IHtcbiAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICBldi5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICB9O1xuICAgIGlmICh0aGlzLnZhcmlhbnQgPT09ICdpY29uLWJ1dHRvbicgJiYgIXRoaXMudG9vbHRpcCkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCd1aS1idXR0b24gQnV0dG9uQ29tcG9uZW50XFxuICAgIFt0b29sdGlwXSBpcyByZXF1aXJlZCBmb3IgW3R5cGVdIGljb24tYnV0dG9uIScpO1xuICAgIH0gZWxzZSBpZiAodGhpcy52YXJpYW50ID09PSAnZGVzdHJ1Y3RpdmUnICYmICF0aGlzLmljb25OYW1lICYmICF0aGlzLmxvYWRpbmcgJiYgdGhpcy5hcHBsaWNhdGlvblRoZW1lICE9PSAnY2xhc3NpYycpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcigndWktYnV0dG9uIEJ1dHRvbkNvbXBvbmVudFxcbiAgW2ljb25dIGlzIHJlcXVpcmVkIGZvciBbdHlwZV0gZGVzdHJ1Y3RpdmUnKTtcbiAgICB9XG4gIH1cblxuICBidXR0b25DbGljayhldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICB0aGlzLmJ1dHRvbkNsaWNrRXZlbnQuZW1pdChldmVudCk7XG4gIH1cblxuICBidXR0b25Ib3ZlcihldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICBpZiAoZXZlbnQudHlwZSA9PT0gJ21vdXNlZW50ZXInKSB7XG4gICAgICB0aGlzLmhvdmVyID0gdHJ1ZTtcbiAgICAgIHRoaXMuYnV0dG9uSG92ZXJFdmVudC5lbWl0KGV2ZW50KTtcbiAgICAgIHRoaXMuYnV0dG9uU3RhdGUgPSAnaG92ZXInO1xuICAgICAgaWYgKHRoaXMuc2hvdWxkQ2hhbmdlRmlsbGVkU3RhdHVzICYmIHRoaXMuaWNvbk5hbWUpIHtcbiAgICAgICAgdGhpcy5pY29uTmFtZSA9IHRoaXMuaWNvbk5hbWUucmVwbGFjZSgvLWluLWxpbmV8LWZpbGxlZC8sICcnKSArICctZmlsbGVkJyBhcyBJY29uTmFtZTtcbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5ob3ZlciA9IGZhbHNlO1xuICAgICAgaWYgKHRoaXMuc2hvdWxkQ2hhbmdlRmlsbGVkU3RhdHVzICYmIHRoaXMuaWNvbk5hbWUpIHtcbiAgICAgICAgdGhpcy5pY29uTmFtZSA9IHRoaXMuaWNvbk5hbWUucmVwbGFjZSgvLWluLWxpbmV8LWZpbGxlZC8sICcnKSArICctaW4tbGluZScgYXMgSWNvbk5hbWU7XG4gICAgICB9XG4gICAgICB0aGlzLmJ1dHRvblN0YXRlID0gJ2RlZmF1bHQnO1xuICAgIH1cblxuICAgIHRoaXMuc3R5bGVDc3MgPSB0aGlzLnNldENzc1N0eWxlKCk7XG4gIH1cblxuICAvL1Nob3cgb3IgaGlkZSBsYWJlbFxuICBzaG93TGFiZWwoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICF0aGlzLmxvYWRpbmc7XG4gIH1cblxuICAvL1NldCBjc3MgY2xhc3MgYWNjb3JkaW5nIGlucHV0c1xuICBzZXRDc3NDbGFzcygpOiBzdHJpbmcge1xuICAgIGNvbnN0IHdpZHRoID0gdGhpcy5mdWxsV2lkdGggPyAnZnVsbC13aWR0aCcgOiAnJztcbiAgICBjb25zdCBoYXNJY29uID0gdGhpcy5pY29uTmFtZSA9PT0gbnVsbCA/ICcnIDogJ2ljb24nO1xuICAgIGNvbnN0IGp1c3RJY29uID0gdGhpcy5qdXN0SWNvbiB8fCB0aGlzLnZhcmlhbnQgPT09ICdpY29uLWJ1dHRvbicgPyAnb25seS1pY29uJyA6ICcnO1xuICAgIGNvbnN0IGljb25Qb3NpdGlvbiA9IHRoaXMuaWNvblBvc2l0aW9uID09PSB1bmRlZmluZWQgPyAnJyA6IHRoaXMuaWNvblBvc2l0aW9uO1xuICAgIGNvbnN0IGRpc2FibGVkID0gdGhpcy5kaXNhYmxlZCAmJiB0aGlzLnZhcmlhbnQgPT09ICdwcmltYXJ5JyA/ICdwcmltYXJ5LWRpc2FibGVkJyA6ICcnO1xuICAgIGNvbnN0IHZhcmlhbnQgPSB0aGlzLnZhcmlhbnQgPT09ICdnaG9zdCcgJiYgdGhpcy5hcHBsaWNhdGlvblRoZW1lID09PSAnY2xhc3NpYycgPyAnb3V0bGluZWQnIDogdGhpcy52YXJpYW50O1xuICAgIGNvbnN0IGNvbXBhbnlDb2xvciA9IHRoaXMuY29tcGFueUNvbG9yID8gJ2hhcy1jb21wYW55LWNvbG9yJyA6ICcnO1xuICAgIHJldHVybiBgJHt0aGlzLnNpemV9ICR7aWNvblBvc2l0aW9ufSAke3ZhcmlhbnR9ICR7d2lkdGh9ICR7aGFzSWNvbn0gJHtqdXN0SWNvbn0gJHtkaXNhYmxlZH0gJHtjb21wYW55Q29sb3J9ICR7dGhpcy5hcHBsaWNhdGlvblRoZW1lfS10aGVtZWA7XG4gIH1cblxuICBzZXRDc3NTdHlsZSgpOiBhbnkge1xuICAgIHRoaXMuYnV0dG9uU3RhdGUgPSB0aGlzLmRpc2FibGVkID8gJ2Rpc2FibGVkJyA6IHRoaXMuYnV0dG9uU3RhdGU7XG4gICAgY29uc3Qgc3R5bGVPYmo6IGFueSA9IHt9O1xuXG4gICAgaWYgKHRoaXMudmFyaWFudCA9PT0gJ3ByaW1hcnknICYmIHRoaXMuYXBwbGljYXRpb25UaGVtZSAhPT0gJ2NsYXNzaWMnICYmICh0aGlzLmJ1dHRvblN0YXRlID09PSAnaG92ZXInIHx8IHRoaXMuYnV0dG9uU3RhdGUgPT09ICdwcmVzc2VkJykpIHtcbiAgICAgIHN0eWxlT2JqWydiYWNrZ3JvdW5kLWNvbG9yJ10gPSBhZGp1c3RMaWdodG5lc3ModGhpcy5nZXRDb21wYW55Q29sb3IsIHRoaXMuYnV0dG9uU3RhdGUpO1xuICAgIH0gZWxzZSBpZiAodGhpcy52YXJpYW50ID09PSAncHJpbWFyeScgJiYgdGhpcy5hcHBsaWNhdGlvblRoZW1lID09PSAnY2xhc3NpYycgJiYgdGhpcy5idXR0b25TdGF0ZSAhPT0gJ2RlZmF1bHQnKSB7XG4gICAgICBzdHlsZU9ialsnYmFja2dyb3VuZC1jb2xvciddID0gYWRqdXN0TGlnaHRuZXNzKHRoaXMuZ2V0Q29tcGFueUNvbG9yLCB0aGlzLmJ1dHRvblN0YXRlLCAnY2xhc3NpYycpO1xuICAgIH0gZWxzZSBpZiAodGhpcy5nZXRDb21wYW55Q29sb3IgJiYgKHRoaXMudmFyaWFudCA9PT0gJ2xpbmsnIHx8IHRoaXMudmFyaWFudCA9PT0gJ3RlcnRpYXJ5JyB8fCB0aGlzLnZhcmlhbnQgPT09ICdpY29uLWJ1dHRvbicpKSB7XG4gICAgICBzdHlsZU9ialsnY29sb3InXSA9IHRoaXMuZ2V0Q29tcGFueUNvbG9yO1xuICAgIH1cbiAgICByZXR1cm4gc3R5bGVPYmo7XG4gIH1cblxuICAvL1Nob3cgb3IgaGlkZSBzcGlubmVyXG4gIGdldCBzaG93U3Bpbm5lcigpOiBib29sZWFuIHtcbiAgICBjb25zdCBpc05vdFRhYiA9IHRoaXMudmFyaWFudCAhPT0gJ3RhYic7XG4gICAgY29uc3QgaXNOb3RMaW5rID0gdGhpcy52YXJpYW50ICE9PSAnbGluayc7XG4gICAgY29uc3QgaXNMb2FkaW5nID0gdGhpcy5sb2FkaW5nID09PSB0cnVlO1xuICAgIHJldHVybiBpc0xvYWRpbmcgJiYgaXNOb3RUYWIgJiYgaXNOb3RMaW5rO1xuICB9XG5cbiAgLy9TaG93IGJ1dHRvbiB3aXRoIDxidXR0b24+IG9yIDxhPiB0YWdcbiAgc2hvd0J1dHRvbkxpbmsoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMudmFyaWFudCAhPT0gJ2xpbmsnO1xuICB9XG5cbiAgc2V0SWNvbkJ1dHRvblNpemUoKTogSWNvbkJ1dHRvblNpemUge1xuICAgIHJldHVybiB0aGlzLnNpemUgPT09ICdiaWcnID8gJzQwJyA6ICczMic7XG4gIH1cblxuICBvblByZXNzZWQoZXY6IEV2ZW50KTogdm9pZCB7XG4gICAgaWYgKGV2LnR5cGUgPT09ICdtb3VzZWRvd24nKSB7XG4gICAgICB0aGlzLmJ1dHRvblN0YXRlID0gJ3ByZXNzZWQnO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmJ1dHRvblN0YXRlID0gdGhpcy5ob3ZlciA/ICdob3ZlcicgOiAnZGVmYXVsdCc7XG4gICAgfVxuXG4gICAgdGhpcy5zdHlsZUNzcyA9IHRoaXMuc2V0Q3NzU3R5bGUoKTtcbiAgfVxuXG4gIGZvY3VzKCk6IHZvaWQge1xuICAgIHRoaXMuYnV0dG9uRWxlbWVudC5mb2N1cygpO1xuICB9XG5cbiAgZ2V0IGdldENvbXBhbnlDb2xvcigpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmNvbXBhbnlDb2xvciB8fCAodGhpcy5hcHBsaWNhdGlvblRoZW1lID09PSAnY2xhc3NpYycgPyAnIzQ2QTk5NycgOiAnI0Q0MTBBQScpO1xuICB9XG5cbiAgZ2V0IHNob3VsZENoYW5nZUZpbGxlZFN0YXR1cygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5hcHBsaWNhdGlvblRoZW1lICE9PSAnY2xhc3NpYycgJiYgdGhpcy52YXJpYW50ICE9PSAncHJpbWFyeScgJiYgdGhpcy52YXJpYW50ICE9PSAnc2Vjb25kYXJ5JyAmJiAhdGhpcy5jb2xvcmVkSWNvbnMuaW5jbHVkZXModGhpcy5pY29uTmFtZSk7XG4gIH1cbn1cbiIsIjxkaXYgI3Rvb2x0aXBFbGVtZW50IGNsYXNzPVwidG9vbHRpcFwiXG4gICAgIFttYXRUb29sdGlwXT1cInRvb2x0aXBcIlxuICAgICBbbWF0VG9vbHRpcENsYXNzXT1cImFwcGxpY2F0aW9uVGhlbWVcIlxuPjwvZGl2PlxuPGRpdlxuICBjbGFzcz1cImJ1dHRvbi13cmFwcGVyXCJcbiAgW25nQ2xhc3NdPVwieyAnZnVsbC13aWR0aCc6IGZ1bGxXaWR0aCwgJ3JvdW5kZWQtaWNvbic6IGFwcGxpY2F0aW9uVGhlbWUgIT09ICdjbGFzc2ljJyAmJiBpY29uTmFtZSAmJiAhbGFiZWwsIGxpbms6ICFpc0J1dHRvbkxpbmsgfVwiXG4gIFttYXRUb29sdGlwXT1cInRvb2x0aXBcIlxuICBbbWF0VG9vbHRpcENsYXNzXT1cImFwcGxpY2F0aW9uVGhlbWVcIlxuPlxuICA8ZGl2IGNsYXNzPVwiYnV0dG9uLWNvbnRhaW5lclwiXG4gICAgICAgW25nQ2xhc3NdPVwieyAnZGlzYWJsZWQnOiBkaXNhYmxlZCwgJ2J1dHRvbi1zY2FsZSc6IGFwcGxpY2F0aW9uVGhlbWUgIT09ICdjbGFzc2ljJyAmJiAhZGlzYWJsZWRTY2FsZU9uQ2xpY2sgfVwiXG4gICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJhcmlhTGFiZWxcIlxuICAgICAgIFthdHRyLmFyaWEtcmVxdWlyZWRdPVwiYXJpYVJlcXVpcmVkXCJcbiAgPlxuICAgICA8c3BhbiAqbmdJZj1cImlzUHJlbWl1bSAmJiB0eXBlSW5jbHVkZWRcIiBjbGFzcz1cInJpZ2h0LXRvcFwiPlxuICAgICA8aW1nIFthdHRyLnNyY109XCInL2ltYWdlcy9wcmVtaXVtLnBuZydcIiBbYWx0XT1cIidwcmVtaXVtLWljb24nXCI+XG4gICA8L3NwYW4+XG4gICAgPHVpLWJhZGdlXG4gICAgICAqbmdJZj1cImJ1dHRvbkJhZGdlQ29uZmlnPy5iYWRnZVR5cGVcIlxuICAgICAgW3JlYnJhbmRDb2xvcl09XCJidXR0b25CYWRnZUNvbmZpZz8ucmVicmFuZENvbG9yID8/ICdicmFuZCdcIlxuICAgICAgW3ZhcmlhbnRdPVwiYnV0dG9uQmFkZ2VDb25maWc/LmJhZGdlVHlwZSA/PyAncHJpbWFyeSdcIlxuICAgICAgW2xhYmVsXT1cImJ1dHRvbkJhZGdlQ29uZmlnPy5iYWRnZUxhYmVsID8/ICcnXCJcbiAgICAgIFtub3RpZmljYXRpb25zQW1vdW50XT1cImJ1dHRvbkJhZGdlQ29uZmlnPy5iYWRnZU5vdGlmaWNhdGlvbkFtb3VudCA/PyAwXCJcbiAgICAgIGNsYXNzPVwicmlnaHQtdG9wXCJcbiAgICA+PC91aS1iYWRnZT5cbiAgICA8YnV0dG9uXG4gICAgICBbc3R5bGVdPVwiJy0taWNvbi1idXR0b24tc2l6ZTonICsgaWNvbkJ1dHRvblNpemUgKyAncHgnXCJcbiAgICAgIFtuZ0NsYXNzXT1cImNsYXNzQ3NzXCJcbiAgICAgIFtuZ1N0eWxlXT1cInN0eWxlQ3NzXCJcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAoY2xpY2spPVwiYnV0dG9uQ2xpY2soJGV2ZW50KVwiXG4gICAgICAobW91c2VsZWF2ZSk9XCJidXR0b25Ib3ZlcigkZXZlbnQpXCJcbiAgICAgIChtb3VzZWVudGVyKT1cImJ1dHRvbkhvdmVyKCRldmVudClcIlxuICAgICAgKG1vdXNlZG93bik9XCJvblByZXNzZWQoJGV2ZW50KVwiXG4gICAgICAobW91c2V1cCk9XCJvblByZXNzZWQoJGV2ZW50KVwiXG4gICAgICAqbmdJZj1cImlzQnV0dG9uTGlua1wiXG4gICAgICBbdHlwZV09XCJ0eXBlXCJcbiAgICAgIFtkaXNhYmxlUmlwcGxlXT1cImFwcGxpY2F0aW9uVGhlbWUgIT09ICdjbGFzc2ljJ1wiXG4gICAgICAjYnV0dG9uRWxlbWVudFxuICAgICAgbWF0LWZsYXQtYnV0dG9uPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dTcGlubmVyOyBlbHNlIGljb25zXCI+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwic3Bpbm5lci13cmFwcGVyXCI+XG4gICAgICAgICAgPG1hdC1zcGlubmVyIGNsYXNzPVwicG9zaXRpb24tc3Bpbm5lclwiIGFyaWEtbGFiZWw9XCJsb2FkaW5nXCIgbW9kZT1cImluZGV0ZXJtaW5hdGVcIiBkaWFtZXRlcj1cIjI0XCI+PC9tYXQtc3Bpbm5lcj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctdGVtcGxhdGUgI2ljb25zPlxuICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLW9ubHktd3JhcHBlclwiICpuZ0lmPVwianVzdEljb24gJiYgISFpY29uTmFtZVwiPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImljb24gb25seVwiIHJvbGU9XCJsYWJlbFwiIFthdHRyLmFyaWEtbGFiZWxdPVwibGFiZWxcIj48dWktaWNvbiBbY29sb3JdPVwiJ2luaGVyaXQnXCIgW2FwcGxpY2F0aW9uVGhlbWVdPVwiYXBwbGljYXRpb25UaGVtZVwiIFtuYW1lXT1cImljb25OYW1lXCIgW2ZpbGxlZF09XCJpc0ZpbGxlZEljb25cIiBzaXplPVwiMjRcIj48L3VpLWljb24+PC9zcGFuPlxuICAgICAgPC9zcGFuPlxuXG4gICAgICA8c3BhbiBjbGFzcz1cImljb24tbGFiZWwtd3JhcHBlclwiIFtuZ0NsYXNzXT1cInsnY2VudGVyLXRleHQnOiBpY29uTmFtZSA9PT0gJyd9XCIgKm5nSWY9XCIhanVzdEljb25cIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uXCIgKm5nSWY9XCJpY29uUG9zaXRpb24gPT09ICdsZWZ0JyAmJiAhIWljb25OYW1lXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PHVpLWljb24gW2NvbG9yXT1cIidpbmhlcml0J1wiIFthcHBsaWNhdGlvblRoZW1lXT1cImFwcGxpY2F0aW9uVGhlbWVcIiBbbmFtZV09XCJpY29uTmFtZVwiIFtmaWxsZWRdPVwiaXNGaWxsZWRJY29uXCIgc2l6ZT1cIjI0XCI+PC91aS1pY29uPjwvc3Bhbj5cbiAgICAgICAgPHNwYW4gKm5nSWY9XCJpc0xhYmVsXCIgY2xhc3M9XCJsYWJlbFwiPnt7IGxhYmVsIH19PC9zcGFuPlxuICAgICAgICA8c3BhbiBjbGFzcz1cImljb25cIiAqbmdJZj1cImljb25Qb3NpdGlvbiA9PT0gJ3JpZ2h0JyAmJiAhIWljb25OYW1lXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PHVpLWljb24gW2NvbG9yXT1cIidpbmhlcml0J1wiIFthcHBsaWNhdGlvblRoZW1lXT1cImFwcGxpY2F0aW9uVGhlbWVcIiBbbmFtZV09XCJpY29uTmFtZVwiICBbZmlsbGVkXT1cImlzRmlsbGVkSWNvblwiIHNpemU9XCIyNFwiPjwvdWktaWNvbj48L3NwYW4+XG4gICAgICA8L3NwYW4+XG4gICAgICA8L25nLXRlbXBsYXRlPlxuICAgIDwvYnV0dG9uPlxuICAgIDxhXG4gICAgICAjYnV0dG9uRWxlbWVudFxuICAgICAgW25nQ2xhc3NdPVwiY2xhc3NDc3NcIlxuICAgICAgW25nU3R5bGVdPVwic3R5bGVDc3NcIlxuICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgIChjbGljayk9XCJidXR0b25DbGljaygkZXZlbnQpXCJcbiAgICAgIChtb3VzZWVudGVyKT1cImJ1dHRvbkhvdmVyKCRldmVudClcIlxuICAgICAgKG1vdXNlbGVhdmUpPVwiYnV0dG9uSG92ZXIoJGV2ZW50KVwiXG4gICAgICAobW91c2Vkb3duKT1cIm9uUHJlc3NlZCgkZXZlbnQpXCJcbiAgICAgIChtb3VzZXVwKT1cIm9uUHJlc3NlZCgkZXZlbnQpXCJcbiAgICAgIFtkaXNhYmxlUmlwcGxlXT1cInRydWVcIlxuICAgICAgKm5nSWY9XCIhaXNCdXR0b25MaW5rXCJcbiAgICAgIFtocmVmXT1cInVybFwiXG4gICAgICBbdGFyZ2V0XT1cInVybFRhcmdldFwiXG4gICAgICBtYXQtZmxhdC1idXR0b24+XG4gICAgPHNwYW4gY2xhc3M9XCJpY29uLWxhYmVsLXdyYXBwZXJcIj5cbiAgICAgIHt7IGxhYmVsIH19XG4gICAgPC9zcGFuPlxuICAgIDwvYT5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==