@progressio_resources/gravity-design-system 3.9.3 → 4.0.0

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 (274) hide show
  1. package/README.md +1 -1
  2. package/fesm2022/progressio_resources-gravity-design-system.mjs +1289 -1169
  3. package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
  4. package/package.json +10 -12
  5. package/src/lib/styles/_functions.scss +4 -2
  6. package/src/lib/styles/_responsive.scss +12 -11
  7. package/src/lib/styles/components/_card_highlight.scss +5 -5
  8. package/src/lib/styles/components/_datepicker-v2.scss +2 -2
  9. package/src/lib/styles/components/_datepicker.scss +16 -15
  10. package/src/lib/styles/components/_offcanvas.scss +4 -4
  11. package/src/lib/styles/components/_tables.scss +9 -9
  12. package/src/lib/styles/foundations/colors/themes/_hero.theme.scss +1 -1
  13. package/src/lib/styles/foundations/colors/tokens/_hero.tokens.scss +3 -3
  14. package/src/lib/styles/foundations/spacing/_spacing.scss +3 -1
  15. package/src/lib/styles/gravity-design-system.scss +17 -17
  16. package/src/lib/styles/overwrite/bootstrap/_bootstrap-export.scss +2 -2
  17. package/src/lib/styles/overwrite/bootstrap/_modal.scss +5 -5
  18. package/src/lib/styles/themes/_hero.scss +4 -4
  19. package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.html +10 -7
  20. package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.sass +54 -26
  21. package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.ts +7 -3
  22. package/src/lib/vendor/gravity-tooltip/gravity-tooltip.directive.ts +46 -17
  23. package/src/lib/vendor/gravity-tooltip/gravity-tooltip.module.ts +7 -12
  24. package/types/progressio_resources-gravity-design-system.d.ts +2671 -0
  25. package/esm2022/lib/components/gravity-attach-file/gravity-attach-file.component.mjs +0 -82
  26. package/esm2022/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.mjs +0 -86
  27. package/esm2022/lib/components/gravity-backdrop/gravity-backdrop.component.mjs +0 -17
  28. package/esm2022/lib/components/gravity-badge/gravity-badge.component.mjs +0 -36
  29. package/esm2022/lib/components/gravity-button/gravity-button.component.mjs +0 -58
  30. package/esm2022/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.mjs +0 -77
  31. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.mjs +0 -129
  32. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.mjs +0 -14
  33. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.mjs +0 -13
  34. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.mjs +0 -211
  35. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.mjs +0 -46
  36. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.mjs +0 -130
  37. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.mjs +0 -18
  38. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.mjs +0 -218
  39. package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.mjs +0 -18
  40. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.mjs +0 -137
  41. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.mjs +0 -35
  42. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.mjs +0 -69
  43. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.mjs +0 -193
  44. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.mjs +0 -35
  45. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.mjs +0 -30
  46. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.mjs +0 -57
  47. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.mjs +0 -57
  48. package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.mjs +0 -57
  49. package/esm2022/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.mjs +0 -16
  50. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.mjs +0 -16
  51. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.mjs +0 -53
  52. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.mjs +0 -39
  53. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.mjs +0 -36
  54. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.mjs +0 -23
  55. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.mjs +0 -23
  56. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.mjs +0 -43
  57. package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.mjs +0 -4
  58. package/esm2022/lib/components/gravity-calendar-v2/datepicker/models/index.mjs +0 -7
  59. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.mjs +0 -6
  60. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.mjs +0 -64
  61. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.mjs +0 -128
  62. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.mjs +0 -301
  63. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.mjs +0 -16
  64. package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.mjs +0 -20
  65. package/esm2022/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.mjs +0 -28
  66. package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.mjs +0 -74
  67. package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.mjs +0 -74
  68. package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.mjs +0 -14
  69. package/esm2022/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.mjs +0 -259
  70. package/esm2022/lib/components/gravity-card-button/gravity-card-button.component.mjs +0 -41
  71. package/esm2022/lib/components/gravity-checkbox/gravity-checkbox.component.mjs +0 -52
  72. package/esm2022/lib/components/gravity-chip-group/gravity-chip-group.component.mjs +0 -45
  73. package/esm2022/lib/components/gravity-currency/gravity-currency.component.mjs +0 -26
  74. package/esm2022/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.mjs +0 -26
  75. package/esm2022/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.mjs +0 -79
  76. package/esm2022/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.mjs +0 -48
  77. package/esm2022/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.mjs +0 -273
  78. package/esm2022/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.mjs +0 -241
  79. package/esm2022/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.mjs +0 -109
  80. package/esm2022/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.mjs +0 -105
  81. package/esm2022/lib/components/gravity-date-picker/gravity-date-picker.component.mjs +0 -84
  82. package/esm2022/lib/components/gravity-date-picker/shared/date-picker.constants.mjs +0 -61
  83. package/esm2022/lib/components/gravity-date-picker/shared/date-picker.modal.mjs +0 -2
  84. package/esm2022/lib/components/gravity-date-picker/shared/date-picker.utils.mjs +0 -110
  85. package/esm2022/lib/components/gravity-detail-container/gravity-detail-container.component.mjs +0 -93
  86. package/esm2022/lib/components/gravity-dialog/gravity-dialog.component.mjs +0 -26
  87. package/esm2022/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.mjs +0 -65
  88. package/esm2022/lib/components/gravity-dropdown-list/filter-by.pipe.mjs +0 -44
  89. package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +0 -542
  90. package/esm2022/lib/components/gravity-dropdown-list-display/display-currency-items.mjs +0 -2
  91. package/esm2022/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.mjs +0 -203
  92. package/esm2022/lib/components/gravity-editable-input/gravity-editable-input.component.mjs +0 -52
  93. package/esm2022/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.mjs +0 -33
  94. package/esm2022/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.mjs +0 -28
  95. package/esm2022/lib/components/gravity-icon/gravity-icon.component.mjs +0 -120
  96. package/esm2022/lib/components/gravity-icon-button/gravity-icon-button.component.mjs +0 -54
  97. package/esm2022/lib/components/gravity-link/gravity-link.component.mjs +0 -39
  98. package/esm2022/lib/components/gravity-modal/gravity-modal.component.mjs +0 -44
  99. package/esm2022/lib/components/gravity-modal/gravity-modal.model.mjs +0 -2
  100. package/esm2022/lib/components/gravity-multi-language/gravity-multi-language.component.mjs +0 -31
  101. package/esm2022/lib/components/gravity-navigation-card/gravity-navigation-card.component.mjs +0 -54
  102. package/esm2022/lib/components/gravity-network-pill/gravity-network-pill.component.mjs +0 -33
  103. package/esm2022/lib/components/gravity-notification/gravity-notification-content.interface.mjs +0 -2
  104. package/esm2022/lib/components/gravity-notification/gravity-notification.component.mjs +0 -33
  105. package/esm2022/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.mjs +0 -32
  106. package/esm2022/lib/components/gravity-pagination/gravity-pagination.component.mjs +0 -113
  107. package/esm2022/lib/components/gravity-push-notifications/gravity-push-notifications.component.mjs +0 -55
  108. package/esm2022/lib/components/gravity-radio-button/gravity-radio-button.component.mjs +0 -34
  109. package/esm2022/lib/components/gravity-segmented-button/gravity-segmented-button.component.mjs +0 -85
  110. package/esm2022/lib/components/gravity-status-indicator/gravity-status-indicator.component.mjs +0 -38
  111. package/esm2022/lib/components/gravity-stepper/gravity-stepper.component.mjs +0 -37
  112. package/esm2022/lib/components/gravity-switch/gravity-switch.component.mjs +0 -56
  113. package/esm2022/lib/components/gravity-tab-primary/gravity-tab-primary.component.mjs +0 -34
  114. package/esm2022/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.mjs +0 -36
  115. package/esm2022/lib/components/gravity-table/gravity-table.component.mjs +0 -212
  116. package/esm2022/lib/components/gravity-tables-v2/gravity-tables-v2.component.mjs +0 -18
  117. package/esm2022/lib/components/gravity-text-field/gravity-text-field.component.mjs +0 -294
  118. package/esm2022/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.mjs +0 -160
  119. package/esm2022/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.mjs +0 -126
  120. package/esm2022/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.mjs +0 -44
  121. package/esm2022/lib/components/gravity-tree-view/gravity-tree-view.component.mjs +0 -69
  122. package/esm2022/lib/components/gravity-tree-view/models/node-item.mjs +0 -2
  123. package/esm2022/lib/components/gravity-tree-view/models/node-selected-state.mjs +0 -7
  124. package/esm2022/lib/components/gravity-tree-view/models/node-state.mjs +0 -2
  125. package/esm2022/lib/components/gravity-tree-view/models/tree-callbacks.mjs +0 -2
  126. package/esm2022/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.mjs +0 -26
  127. package/esm2022/lib/components/gravity-tree-view/node/node-name/node-name.component.mjs +0 -13
  128. package/esm2022/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.mjs +0 -15
  129. package/esm2022/lib/components/gravity-tree-view/node/node.component.mjs +0 -17
  130. package/esm2022/lib/components/gravity-tree-view/service/tree-service.mjs +0 -242
  131. package/esm2022/lib/gravity-design-system.module.mjs +0 -370
  132. package/esm2022/lib/layout/gravity-header/gravity-header.component.mjs +0 -72
  133. package/esm2022/lib/layout/gravity-menu/gravity-menu.component.mjs +0 -232
  134. package/esm2022/lib/model/gravity-menu-items.model.mjs +0 -5
  135. package/esm2022/lib/model/gravity-push-notifications.model.mjs +0 -2
  136. package/esm2022/lib/services/gravity-dialog-manager.service.mjs +0 -48
  137. package/esm2022/lib/services/gravity-dropdown-manager.service.mjs +0 -21
  138. package/esm2022/lib/services/gravity-instant-notifications.service.mjs +0 -23
  139. package/esm2022/lib/services/gravity-push-notifications-service.service.mjs +0 -70
  140. package/esm2022/lib/services/gravity-responsive.service.mjs +0 -47
  141. package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +0 -249
  142. package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.directive.mjs +0 -494
  143. package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.module.mjs +0 -41
  144. package/esm2022/lib/vendor/gravity-tooltip/index.mjs +0 -4
  145. package/esm2022/lib/vendor/gravity-tooltip/options.interface.mjs +0 -2
  146. package/esm2022/lib/vendor/gravity-tooltip/options.mjs +0 -38
  147. package/esm2022/lib/vendor/gravity-tooltip/options.service.mjs +0 -7
  148. package/esm2022/progressio_resources-gravity-design-system.mjs +0 -5
  149. package/esm2022/public-api.mjs +0 -62
  150. package/index.d.ts +0 -5
  151. package/lib/components/gravity-attach-file/gravity-attach-file.component.d.ts +0 -22
  152. package/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.d.ts +0 -22
  153. package/lib/components/gravity-backdrop/gravity-backdrop.component.d.ts +0 -6
  154. package/lib/components/gravity-badge/gravity-badge.component.d.ts +0 -12
  155. package/lib/components/gravity-button/gravity-button.component.d.ts +0 -17
  156. package/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.d.ts +0 -42
  157. package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.d.ts +0 -40
  158. package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.d.ts +0 -6
  159. package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.d.ts +0 -6
  160. package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.d.ts +0 -66
  161. package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.d.ts +0 -53
  162. package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.d.ts +0 -37
  163. package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.d.ts +0 -7
  164. package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.d.ts +0 -61
  165. package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.d.ts +0 -7
  166. package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.d.ts +0 -36
  167. package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.d.ts +0 -15
  168. package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.d.ts +0 -26
  169. package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.d.ts +0 -42
  170. package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.d.ts +0 -15
  171. package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.d.ts +0 -7
  172. package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.d.ts +0 -25
  173. package/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.d.ts +0 -23
  174. package/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.d.ts +0 -22
  175. package/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.d.ts +0 -3
  176. package/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.d.ts +0 -2
  177. package/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.d.ts +0 -12
  178. package/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.d.ts +0 -12
  179. package/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.d.ts +0 -13
  180. package/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.d.ts +0 -2
  181. package/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.d.ts +0 -2
  182. package/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.d.ts +0 -4
  183. package/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.d.ts +0 -2
  184. package/lib/components/gravity-calendar-v2/datepicker/models/index.d.ts +0 -86
  185. package/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.d.ts +0 -3
  186. package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.d.ts +0 -34
  187. package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.d.ts +0 -34
  188. package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.d.ts +0 -3
  189. package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.d.ts +0 -34
  190. package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.d.ts +0 -8
  191. package/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.d.ts +0 -17
  192. package/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.d.ts +0 -13
  193. package/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.d.ts +0 -13
  194. package/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.d.ts +0 -9
  195. package/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.d.ts +0 -57
  196. package/lib/components/gravity-card-button/gravity-card-button.component.d.ts +0 -15
  197. package/lib/components/gravity-checkbox/gravity-checkbox.component.d.ts +0 -21
  198. package/lib/components/gravity-chip-group/gravity-chip-group.component.d.ts +0 -19
  199. package/lib/components/gravity-currency/gravity-currency.component.d.ts +0 -13
  200. package/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.d.ts +0 -16
  201. package/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.d.ts +0 -32
  202. package/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.d.ts +0 -22
  203. package/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.d.ts +0 -105
  204. package/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.d.ts +0 -12
  205. package/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.d.ts +0 -71
  206. package/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.d.ts +0 -70
  207. package/lib/components/gravity-date-picker/gravity-date-picker.component.d.ts +0 -64
  208. package/lib/components/gravity-date-picker/shared/date-picker.constants.d.ts +0 -52
  209. package/lib/components/gravity-date-picker/shared/date-picker.modal.d.ts +0 -25
  210. package/lib/components/gravity-date-picker/shared/date-picker.utils.d.ts +0 -10
  211. package/lib/components/gravity-detail-container/gravity-detail-container.component.d.ts +0 -28
  212. package/lib/components/gravity-dialog/gravity-dialog.component.d.ts +0 -22
  213. package/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.d.ts +0 -19
  214. package/lib/components/gravity-dropdown-list/filter-by.pipe.d.ts +0 -10
  215. package/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.d.ts +0 -84
  216. package/lib/components/gravity-dropdown-list-display/display-currency-items.d.ts +0 -12
  217. package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts +0 -52
  218. package/lib/components/gravity-editable-input/gravity-editable-input.component.d.ts +0 -19
  219. package/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.d.ts +0 -11
  220. package/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.d.ts +0 -11
  221. package/lib/components/gravity-icon/gravity-icon.component.d.ts +0 -85
  222. package/lib/components/gravity-icon-button/gravity-icon-button.component.d.ts +0 -22
  223. package/lib/components/gravity-link/gravity-link.component.d.ts +0 -14
  224. package/lib/components/gravity-modal/gravity-modal.component.d.ts +0 -19
  225. package/lib/components/gravity-modal/gravity-modal.model.d.ts +0 -17
  226. package/lib/components/gravity-multi-language/gravity-multi-language.component.d.ts +0 -12
  227. package/lib/components/gravity-navigation-card/gravity-navigation-card.component.d.ts +0 -24
  228. package/lib/components/gravity-network-pill/gravity-network-pill.component.d.ts +0 -14
  229. package/lib/components/gravity-notification/gravity-notification-content.interface.d.ts +0 -7
  230. package/lib/components/gravity-notification/gravity-notification.component.d.ts +0 -12
  231. package/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.d.ts +0 -10
  232. package/lib/components/gravity-pagination/gravity-pagination.component.d.ts +0 -24
  233. package/lib/components/gravity-push-notifications/gravity-push-notifications.component.d.ts +0 -21
  234. package/lib/components/gravity-radio-button/gravity-radio-button.component.d.ts +0 -14
  235. package/lib/components/gravity-segmented-button/gravity-segmented-button.component.d.ts +0 -33
  236. package/lib/components/gravity-status-indicator/gravity-status-indicator.component.d.ts +0 -14
  237. package/lib/components/gravity-stepper/gravity-stepper.component.d.ts +0 -13
  238. package/lib/components/gravity-switch/gravity-switch.component.d.ts +0 -24
  239. package/lib/components/gravity-tab-primary/gravity-tab-primary.component.d.ts +0 -16
  240. package/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.d.ts +0 -17
  241. package/lib/components/gravity-table/gravity-table.component.d.ts +0 -25
  242. package/lib/components/gravity-tables-v2/gravity-tables-v2.component.d.ts +0 -7
  243. package/lib/components/gravity-text-field/gravity-text-field.component.d.ts +0 -62
  244. package/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.d.ts +0 -43
  245. package/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.d.ts +0 -30
  246. package/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.d.ts +0 -40
  247. package/lib/components/gravity-tree-view/gravity-tree-view.component.d.ts +0 -21
  248. package/lib/components/gravity-tree-view/models/node-item.d.ts +0 -10
  249. package/lib/components/gravity-tree-view/models/node-selected-state.d.ts +0 -5
  250. package/lib/components/gravity-tree-view/models/node-state.d.ts +0 -14
  251. package/lib/components/gravity-tree-view/models/tree-callbacks.d.ts +0 -9
  252. package/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.d.ts +0 -11
  253. package/lib/components/gravity-tree-view/node/node-name/node-name.component.d.ts +0 -7
  254. package/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.d.ts +0 -7
  255. package/lib/components/gravity-tree-view/node/node.component.d.ts +0 -7
  256. package/lib/components/gravity-tree-view/service/tree-service.d.ts +0 -42
  257. package/lib/gravity-design-system.module.d.ts +0 -85
  258. package/lib/layout/gravity-header/gravity-header.component.d.ts +0 -36
  259. package/lib/layout/gravity-menu/gravity-menu.component.d.ts +0 -53
  260. package/lib/model/gravity-menu-items.model.d.ts +0 -31
  261. package/lib/model/gravity-push-notifications.model.d.ts +0 -22
  262. package/lib/services/gravity-dialog-manager.service.d.ts +0 -17
  263. package/lib/services/gravity-dropdown-manager.service.d.ts +0 -12
  264. package/lib/services/gravity-instant-notifications.service.d.ts +0 -10
  265. package/lib/services/gravity-push-notifications-service.service.d.ts +0 -14
  266. package/lib/services/gravity-responsive.service.d.ts +0 -11
  267. package/lib/vendor/gravity-tooltip/gravity-tooltip.component.d.ts +0 -44
  268. package/lib/vendor/gravity-tooltip/gravity-tooltip.directive.d.ts +0 -113
  269. package/lib/vendor/gravity-tooltip/gravity-tooltip.module.d.ts +0 -12
  270. package/lib/vendor/gravity-tooltip/index.d.ts +0 -3
  271. package/lib/vendor/gravity-tooltip/options.d.ts +0 -24
  272. package/lib/vendor/gravity-tooltip/options.interface.d.ts +0 -42
  273. package/lib/vendor/gravity-tooltip/options.service.d.ts +0 -7
  274. package/public-api.d.ts +0 -53
@@ -0,0 +1,2671 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnChanges, TemplateRef, EventEmitter, ElementRef, ComponentFactoryResolver, ApplicationRef, Injector, SimpleChanges, ModuleWithProviders, AfterViewInit, OnInit, OnDestroy, PipeTransform, Renderer2, ChangeDetectorRef, ViewContainerRef, QueryList } from '@angular/core';
3
+ import * as i1$1 from 'angular-svg-icon';
4
+ import { SvgIconRegistryService } from 'angular-svg-icon';
5
+ import * as i2 from 'angular-svg-icon-preloader';
6
+ import * as i3 from 'ngx-bootstrap/datepicker';
7
+ import * as i1 from '@angular/common';
8
+ import * as i5 from '@angular/forms';
9
+ import * as i7 from '@ng-bootstrap/ng-bootstrap';
10
+ import { NgbActiveModal, NgbModal, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
11
+ import * as i8 from '@angular/router';
12
+ import { TimeUnit } from 'ngx-bootstrap/chronos';
13
+ import * as rxjs from 'rxjs';
14
+ import { BehaviorSubject, Observable, Subscription } from 'rxjs';
15
+ import { PositioningService } from 'ngx-bootstrap/positioning';
16
+ import { Action, MiniStore } from 'ngx-bootstrap/mini-ngrx';
17
+ import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
18
+
19
+ interface TooltipOptions {
20
+ 'placement'?: string;
21
+ 'autoPlacement'?: boolean;
22
+ 'content-type'?: 'string' | 'html' | 'template';
23
+ 'contentType'?: 'string' | 'html' | 'template';
24
+ 'delay'?: number;
25
+ 'show-delay'?: number;
26
+ 'showDelay'?: number;
27
+ 'hide-delay'?: number;
28
+ 'hideDelay'?: number;
29
+ 'hide-delay-mobile'?: number;
30
+ 'hideDelayMobile'?: number;
31
+ 'hideDelayTouchscreen'?: number;
32
+ 'z-index'?: number;
33
+ 'zIndex'?: number;
34
+ 'animation-duration'?: number;
35
+ 'animationDuration'?: number;
36
+ 'animation-duration-default'?: number;
37
+ 'animationDurationDefault'?: number;
38
+ 'trigger'?: string;
39
+ 'tooltip-class'?: string;
40
+ 'tooltipClass'?: string;
41
+ 'display'?: boolean;
42
+ 'display-mobile'?: boolean;
43
+ 'displayMobile'?: boolean;
44
+ 'displayTouchscreen'?: boolean;
45
+ 'shadow'?: boolean;
46
+ 'theme'?: "dark" | "light";
47
+ 'offset'?: number;
48
+ 'width'?: string;
49
+ 'max-width'?: string;
50
+ 'maxWidth'?: string;
51
+ 'id'?: string | number;
52
+ 'hideDelayAfterClick'?: number;
53
+ 'pointerEvents'?: 'auto' | 'none';
54
+ 'position'?: {
55
+ top: number;
56
+ left: number;
57
+ };
58
+ 'persistent'?: boolean;
59
+ 'isBanner'?: boolean;
60
+ }
61
+
62
+ interface AdComponent {
63
+ data: any;
64
+ show: boolean;
65
+ close: boolean;
66
+ events: any;
67
+ }
68
+ declare class GravityTooltipDirective implements OnChanges {
69
+ private initOptions;
70
+ private elementRef;
71
+ private componentFactoryResolver;
72
+ private appRef;
73
+ private injector;
74
+ hideTimeoutId: number;
75
+ destroyTimeoutId: number;
76
+ hideAfterClickTimeoutId: number;
77
+ createTimeoutId: number;
78
+ showTimeoutId: number;
79
+ componentRef: any;
80
+ elementPosition: any;
81
+ _id: any;
82
+ _options: any;
83
+ _defaultOptions: any;
84
+ _destroyDelay: number;
85
+ componentSubscribe: any;
86
+ _contentType: "string" | "html" | "template";
87
+ _showDelay: number;
88
+ _hideDelay: number;
89
+ _zIndex: number;
90
+ _tooltipClass: string;
91
+ _animationDuration: number;
92
+ _maxWidth: string;
93
+ private boundResizeHandler;
94
+ set options(value: TooltipOptions);
95
+ get options(): TooltipOptions;
96
+ tooltipValue: string | TemplateRef<any>;
97
+ placement: string;
98
+ autoPlacement: boolean;
99
+ set contentTypeBackwardCompatibility(value: "string" | "html" | "template");
100
+ set contentType(value: "string" | "html" | "template");
101
+ get contentType(): "string" | "html" | "template";
102
+ hideDelayMobile: number;
103
+ hideDelayTouchscreen: number;
104
+ set zIndexBackwardCompatibility(value: number);
105
+ set zIndex(value: number);
106
+ get zIndex(): number;
107
+ set animationDurationBackwardCompatibility(value: number);
108
+ set animationDuration(value: number);
109
+ get animationDuration(): number;
110
+ trigger: string;
111
+ set tooltipClassBackwardCompatibility(value: string);
112
+ set tooltipClass(value: string);
113
+ get tooltipClass(): string;
114
+ display: boolean;
115
+ displayMobile: boolean;
116
+ displayTouchscreen: boolean;
117
+ shadow: boolean;
118
+ theme: "dark" | "light";
119
+ offset: number;
120
+ width: string;
121
+ persistent: boolean;
122
+ set maxWidthBackwardCompatibility(value: string);
123
+ set maxWidth(value: string);
124
+ get maxWidth(): string;
125
+ id: any;
126
+ set showDelayBackwardCompatibility(value: number);
127
+ set showDelay(value: number);
128
+ get showDelay(): number;
129
+ set hideDelayBackwardCompatibility(value: number);
130
+ set hideDelay(value: number);
131
+ get hideDelay(): number;
132
+ hideDelayAfterClick: number;
133
+ pointerEvents: 'auto' | 'none';
134
+ position: {
135
+ top: number;
136
+ left: number;
137
+ };
138
+ get isTooltipDestroyed(): any;
139
+ get destroyDelay(): number;
140
+ set destroyDelay(value: number);
141
+ get tooltipPosition(): any;
142
+ events: EventEmitter<any>;
143
+ constructor(initOptions: any, elementRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
144
+ onMouseEnter(): void;
145
+ onMouseLeave(): void;
146
+ onClick(): void;
147
+ ngOnChanges(changes: SimpleChanges): void;
148
+ ngOnDestroy(): void;
149
+ getShowDelay(): number;
150
+ getHideDelay(): number;
151
+ getProperties(changes: SimpleChanges): any;
152
+ renameProperties(options: any): any;
153
+ getElementPosition(): void;
154
+ createTooltip(): void;
155
+ destroyTooltip(options?: {
156
+ fast: boolean;
157
+ force?: boolean;
158
+ }): void;
159
+ showTooltipElem(): void;
160
+ hideTooltip(): void;
161
+ appendComponentToBody(component: any): void;
162
+ private onResize;
163
+ private removeResizeListener;
164
+ clearTimeouts(): void;
165
+ get isDisplayOnHover(): boolean;
166
+ get isDisplayOnClick(): boolean;
167
+ get isTouchScreen(): boolean;
168
+ applyOptionsDefault(defaultOptions: any, options: any): void;
169
+ handleEvents(event: any): void;
170
+ show(): void;
171
+ hide(): void;
172
+ closeFromOutside(): void;
173
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipDirective, [{ optional: true; }, null, null, null, null]>;
174
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GravityTooltipDirective, "[tooltip]", ["tooltip"], { "options": { "alias": "options"; "required": false; }; "tooltipValue": { "alias": "tooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "contentTypeBackwardCompatibility": { "alias": "content-type"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; "hideDelayMobile": { "alias": "hide-delay-mobile"; "required": false; }; "hideDelayTouchscreen": { "alias": "hideDelayTouchscreen"; "required": false; }; "zIndexBackwardCompatibility": { "alias": "z-index"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "animationDurationBackwardCompatibility": { "alias": "animation-duration"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "tooltipClassBackwardCompatibility": { "alias": "tooltip-class"; "required": false; }; "tooltipClass": { "alias": "tooltipClass"; "required": false; }; "display": { "alias": "display"; "required": false; }; "displayMobile": { "alias": "display-mobile"; "required": false; }; "displayTouchscreen": { "alias": "displayTouchscreen"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "width": { "alias": "width"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "maxWidthBackwardCompatibility": { "alias": "max-width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "showDelayBackwardCompatibility": { "alias": "show-delay"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelayBackwardCompatibility": { "alias": "hide-delay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; "hideDelayAfterClick": { "alias": "hideDelayAfterClick"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "events": "events"; }, never, never, true, never>;
175
+ }
176
+
177
+ declare class GravityTooltipModule {
178
+ static forRoot(initOptions: TooltipOptions): ModuleWithProviders<GravityTooltipModule>;
179
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipModule, never>;
180
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GravityTooltipModule, never, [typeof i1.CommonModule, typeof GravityTooltipDirective], [typeof GravityTooltipDirective]>;
181
+ static ɵinj: i0.ɵɵInjectorDeclaration<GravityTooltipModule>;
182
+ }
183
+
184
+ declare class GravityAttachFileComponent implements AfterViewInit {
185
+ fileValueAsBase64StringResponse: EventEmitter<string>;
186
+ currentLang: string;
187
+ cypressTag: string;
188
+ inputId: string;
189
+ label: string;
190
+ required: boolean;
191
+ state: 'readonly' | 'disabled' | 'enabled';
192
+ supportedDocumentTypes: ('*' | '.pdf' | '.doc' | '.docx' | '.jpg' | '.png' | '.jpeg' | 'audio/*' | 'video/*' | 'image/*')[];
193
+ supportTextContent: string;
194
+ supportTextType: 'neutro' | 'negative' | 'positive';
195
+ file: File;
196
+ supportedTypes: string;
197
+ ngAfterViewInit(): void;
198
+ handleFileInput($event: any): void;
199
+ static convertFileToBase64(file: File): Promise<string>;
200
+ removeFile(): void;
201
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityAttachFileComponent, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityAttachFileComponent, "gravity-attach-file", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportedDocumentTypes": { "alias": "supportedDocumentTypes"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; }, { "fileValueAsBase64StringResponse": "response"; }, never, never, true, never>;
203
+ }
204
+
205
+ declare class GravityAvatarStackComponent implements OnInit, OnChanges {
206
+ items: Array<any>;
207
+ size: 'lg' | 'md' | 'sm';
208
+ type: 'network' | 'coin';
209
+ selectionMode: 'single' | 'multiple' | 'none';
210
+ config: {
211
+ icon: string;
212
+ label: string;
213
+ };
214
+ maxDisplayedItems: number;
215
+ clickOnIcon: EventEmitter<any[]>;
216
+ displayedItems: any[];
217
+ selectedIndexes: number[];
218
+ selectedItems: Array<any>;
219
+ ngOnChanges(changes: SimpleChanges): void;
220
+ ngOnInit(): void;
221
+ onClick(index: number): void;
222
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityAvatarStackComponent, never>;
223
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityAvatarStackComponent, "gravity-avatar-stack", never, { "items": { "alias": "items"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "config": { "alias": "config"; "required": false; }; "maxDisplayedItems": { "alias": "maxDisplayedItems"; "required": false; }; }, { "clickOnIcon": "clickOnIcon"; }, never, never, true, never>;
224
+ }
225
+
226
+ declare class GravityGenericAvatarComponent {
227
+ cypressTag: string;
228
+ label: string;
229
+ initials: string;
230
+ isDisabled: boolean;
231
+ size: 'sm' | 'md';
232
+ getStatus(): string;
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityGenericAvatarComponent, never>;
234
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityGenericAvatarComponent, "gravity-generic-avatar", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
235
+ }
236
+
237
+ declare class GravityBadgeComponent {
238
+ size: 'sm' | 'md' | 'lg';
239
+ text: string;
240
+ number: number;
241
+ cypressTag: string;
242
+ type: 'warning' | 'neutro';
243
+ constructor();
244
+ get formattedNumber(): string | number;
245
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityBadgeComponent, never>;
246
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityBadgeComponent, "gravity-badge", never, { "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; "number": { "alias": "number"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
247
+ }
248
+
249
+ declare class GravityButtonComponent {
250
+ cypressTag: string;
251
+ disabled: boolean;
252
+ iconName: string | undefined;
253
+ isLoading: boolean;
254
+ showContent: boolean;
255
+ size: 'sm' | 'md' | 'lg';
256
+ iconPosition: 'left' | 'right';
257
+ customState: 'active' | 'hover' | 'pressed' | null;
258
+ type: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
259
+ isNewIcon(iconName: string): boolean;
260
+ getSizeClass(size: string): "sm" | "md";
261
+ getIconSizeClass(size: string): "md-16" | "sm-12";
262
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityButtonComponent, never>;
263
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityButtonComponent, "gravity-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "showContent": { "alias": "showContent"; "required": false; }; "size": { "alias": "size"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "customState": { "alias": "customState"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
264
+ }
265
+
266
+ type BsDatepickerViewMode = 'day' | 'month' | 'year';
267
+ /** *************** */
268
+ interface NavigationViewModel {
269
+ monthTitle: string;
270
+ yearTitle: string;
271
+ hideLeftArrow: boolean;
272
+ hideRightArrow: boolean;
273
+ disableLeftArrow: boolean;
274
+ disableRightArrow: boolean;
275
+ }
276
+ interface CalendarCellViewModel {
277
+ date: Date;
278
+ label: string;
279
+ isDisabled?: boolean;
280
+ isHovered?: boolean;
281
+ isSelected?: boolean;
282
+ isToday?: boolean;
283
+ }
284
+ /** *************** */
285
+ interface DayViewModel extends CalendarCellViewModel {
286
+ isOtherMonth?: boolean;
287
+ isInRange?: boolean;
288
+ isSelectionStart?: boolean;
289
+ isSelectionEnd?: boolean;
290
+ isToday?: boolean;
291
+ monthIndex?: number;
292
+ weekIndex?: number;
293
+ dayIndex?: number;
294
+ }
295
+ interface WeekViewModel {
296
+ days: DayViewModel[];
297
+ isHovered?: boolean;
298
+ }
299
+ interface DaysCalendarViewModel extends NavigationViewModel {
300
+ weeks: WeekViewModel[];
301
+ month: Date;
302
+ weekdays: string[];
303
+ }
304
+ /** *************** */
305
+ interface MonthsCalendarViewModel extends NavigationViewModel {
306
+ months: CalendarCellViewModel[][];
307
+ }
308
+ interface YearsCalendarViewModel extends NavigationViewModel {
309
+ years: CalendarCellViewModel[][];
310
+ }
311
+ /** *************** */
312
+ interface DaysCalendarModel {
313
+ daysMatrix: Date[][];
314
+ month: Date;
315
+ }
316
+ /** *************** */
317
+ interface MonthViewOptions {
318
+ width?: number;
319
+ height?: number;
320
+ firstDayOfWeek?: number;
321
+ }
322
+ /** *************** */
323
+ interface DatepickerFormatOptions {
324
+ locale?: string;
325
+ monthTitle?: string;
326
+ yearTitle?: string;
327
+ dayLabel?: string;
328
+ monthLabel?: string;
329
+ yearLabel?: string;
330
+ }
331
+ interface DatepickerRenderOptions {
332
+ displayMonths: number;
333
+ }
334
+ /** *************** */
335
+ declare enum BsNavigationDirection {
336
+ UP = 0,
337
+ DOWN = 1
338
+ }
339
+ interface BsNavigationEvent {
340
+ direction?: BsNavigationDirection;
341
+ step?: TimeUnit;
342
+ }
343
+ interface BsViewNavigationEvent {
344
+ unit?: TimeUnit;
345
+ viewMode: BsDatepickerViewMode;
346
+ }
347
+ interface CellHoverEvent {
348
+ cell: CalendarCellViewModel;
349
+ isHovered: boolean;
350
+ }
351
+
352
+ interface BsDatepickerViewState {
353
+ date: Date;
354
+ mode: BsDatepickerViewMode;
355
+ }
356
+ declare class BsDatepickerState implements DatepickerRenderOptions, DatepickerFormatOptions {
357
+ selectedDate?: Date;
358
+ selectedRange?: Date[];
359
+ view?: BsDatepickerViewState;
360
+ isDisabled?: boolean;
361
+ minDate?: Date;
362
+ maxDate?: Date;
363
+ minMode?: BsDatepickerViewMode;
364
+ hoveredDate?: Date;
365
+ hoveredMonth?: Date;
366
+ hoveredYear?: Date;
367
+ monthsModel?: DaysCalendarModel[];
368
+ formattedMonths?: DaysCalendarViewModel[];
369
+ flaggedMonths?: DaysCalendarViewModel[];
370
+ preventChangeToNextMonth?: boolean;
371
+ monthsCalendar?: MonthsCalendarViewModel[];
372
+ flaggedMonthsCalendar?: MonthsCalendarViewModel[];
373
+ yearsCalendarModel?: YearsCalendarViewModel[];
374
+ yearsCalendarFlagged?: YearsCalendarViewModel[];
375
+ monthViewOptions?: MonthViewOptions;
376
+ displayMonths: number;
377
+ locale?: string;
378
+ monthTitle?: string;
379
+ yearTitle?: string;
380
+ dayLabel?: string;
381
+ monthLabel?: string;
382
+ yearLabel?: string;
383
+ }
384
+
385
+ interface BsCustomDates {
386
+ value: Date | Date[];
387
+ }
388
+
389
+ /**
390
+ * For date range picker there are `BsDaterangepickerConfig` which inherits all properties,
391
+ * except `displayMonths`, for range picker it default to `2`
392
+ */
393
+ declare class BsDatepickerConfig implements DatepickerRenderOptions {
394
+ /** Sets use adaptive position */
395
+ adaptivePosition: boolean;
396
+ calendarLang: string;
397
+ calendarSize: 'md' | 'sm';
398
+ clearable: boolean;
399
+ displayMonths: number;
400
+ /** turn on/off animation */
401
+ isAnimated: boolean;
402
+ isDisabled?: boolean;
403
+ isMobile: boolean;
404
+ /**
405
+ * Set rule for datepicker closing.
406
+ * If value is true datepicker closes only if date is changed, if user changes only time datepicker doesn't close.
407
+ * It is available only if property withTimepicker is set true
408
+ */
409
+ keepDatepickerOpened: boolean;
410
+ /** Default max date for all date/range pickers */
411
+ maxDate?: Date;
412
+ /** Default min date for all date/range pickers */
413
+ minDate?: Date;
414
+ /** Default mode for all date pickers */
415
+ minMode?: BsDatepickerViewMode;
416
+ /** Prevents change to next month for right calendar in two calendars view (dateRangePicker only) */
417
+ preventChangeToNextMonth: boolean;
418
+ /** Makes dates from other months active */
419
+ selectFromOtherMonth: boolean;
420
+ /** The view that the datepicker should start in */
421
+ startView: BsDatepickerViewMode;
422
+ value?: Date | Date[];
423
+ dayLabel: string;
424
+ monthLabel: string;
425
+ monthTitle: string;
426
+ yearLabel: string;
427
+ yearTitle: string;
428
+ /**
429
+ * Predefined ranges
430
+ */
431
+ ranges?: BsCustomDates[];
432
+ /**
433
+ * Max Date Range in days
434
+ */
435
+ maxDateRange?: number;
436
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerConfig, never>;
437
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerConfig>;
438
+ }
439
+
440
+ declare class HeaderTypeService {
441
+ private isMobileSubject;
442
+ private calendarTypeSubject;
443
+ private headerTypeSubject;
444
+ getCalendarType$(): rxjs.Observable<string>;
445
+ setCalendarType(value: string): void;
446
+ getCalendarType(): string;
447
+ getHeaderType$(): rxjs.Observable<"self" | "integrate">;
448
+ setHeaderType(value: 'self' | 'integrate'): void;
449
+ getHeaderType(): 'self' | 'integrate';
450
+ getIsMobile$(): rxjs.Observable<boolean>;
451
+ setIsMobile(value: boolean): void;
452
+ getIsMobile(): boolean;
453
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTypeService, never>;
454
+ static ɵprov: i0.ɵɵInjectableDeclaration<HeaderTypeService>;
455
+ }
456
+
457
+ declare class GravityCalendarV2Component implements OnInit, OnChanges {
458
+ headerTypeService: HeaderTypeService;
459
+ clearable: boolean;
460
+ currentLang: string;
461
+ cypressTag: string;
462
+ hasError: boolean;
463
+ isDisabled: boolean;
464
+ isReadonly: boolean;
465
+ label: string;
466
+ placeholder: string;
467
+ required: boolean;
468
+ supportText: string;
469
+ minDate: Date;
470
+ maxDate: Date;
471
+ size: 'sm' | 'md';
472
+ labelSize: 'sm' | 'md' | 'lg';
473
+ inputType: 'field' | 'label';
474
+ width: 'short' | 'medium' | 'full' | 'fit';
475
+ calendarType: BsDatepickerViewMode;
476
+ calendarMode: 'single' | 'double';
477
+ selectionMode: 'date' | 'range';
478
+ customDate?: Date;
479
+ customDates?: Date[];
480
+ calendarResponse: EventEmitter<Date[] | Date>;
481
+ calendarConfiguration: Partial<BsDatepickerConfig>;
482
+ readonly elementId: string;
483
+ displayRangePicker: boolean;
484
+ focusInput: boolean;
485
+ isMobile: boolean;
486
+ inputLabel: string;
487
+ private defaultMinDate;
488
+ private defaultMaxDate;
489
+ selectedDate: Date;
490
+ selectedDates: Date[];
491
+ showMobileCalendar: boolean;
492
+ isCalendarOpen: boolean;
493
+ constructor(headerTypeService: HeaderTypeService);
494
+ ngOnInit(): void;
495
+ ngOnChanges(changes: SimpleChanges): void;
496
+ private updateConfig;
497
+ updateSelectedDate($event: Date | Date[]): void;
498
+ resetCalendar(): void;
499
+ getGtCalendarContainer(): string;
500
+ getStatus(): string;
501
+ private formatDate;
502
+ onResize(): void;
503
+ openMobileCalendar(): void;
504
+ closeMobileCalendar(): void;
505
+ restartCalendarType(): void;
506
+ onInputLabelChange(value: any): void;
507
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCalendarV2Component, never>;
508
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarV2Component, "gravity-calendar-v2", never, { "clearable": { "alias": "clearable"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "size": { "alias": "size"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "calendarType": { "alias": "calendarType"; "required": false; }; "calendarMode": { "alias": "calendarMode"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "customDate": { "alias": "customDate"; "required": false; }; "customDates": { "alias": "customDates"; "required": false; }; }, { "calendarResponse": "response"; }, never, never, true, never>;
509
+ }
510
+
511
+ declare class GravityCheckboxComponent implements AfterViewInit, OnChanges {
512
+ cypressTag: string;
513
+ checked: boolean;
514
+ disabled: boolean;
515
+ name: string;
516
+ size: 'md' | 'sm';
517
+ value: string;
518
+ isPartial: boolean;
519
+ change: EventEmitter<{
520
+ value: string;
521
+ checked: boolean;
522
+ }>;
523
+ isCheckboxChecked: boolean;
524
+ ngAfterViewInit(): void;
525
+ ngOnChanges(changes: SimpleChanges): void;
526
+ toggleCheckbox(): void;
527
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCheckboxComponent, never>;
528
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isPartial": { "alias": "isPartial"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
529
+ }
530
+
531
+ declare class GravityCurrencyComponent {
532
+ cypressTag: string;
533
+ disabled: boolean;
534
+ size: 'xs-12' | 'sm-16' | 'md-24' | 'lg-32' | 'xl-40';
535
+ currency: {
536
+ currency_iso: string;
537
+ network_iso?: string;
538
+ };
539
+ showLayers: boolean;
540
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyComponent, never>;
541
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyComponent, "gravity-currency", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "showLayers": { "alias": "showLayers"; "required": false; }; }, {}, never, never, true, never>;
542
+ }
543
+
544
+ interface CurrencyOption {
545
+ currency_id: number;
546
+ currency_iso: string;
547
+ }
548
+ interface CurrencyDropdownConfig {
549
+ defaultItem: CurrencyOption;
550
+ items?: CurrencyOption[];
551
+ }
552
+ declare class GravityCurrencyDropdownShortComponent implements OnInit, OnChanges {
553
+ triggerRef: ElementRef<HTMLElement>;
554
+ panelRef: ElementRef<HTMLElement>;
555
+ cypressTag: string;
556
+ size: 'sm' | 'md';
557
+ readonly: boolean;
558
+ disabled: boolean;
559
+ showFlag: boolean;
560
+ config: CurrencyDropdownConfig;
561
+ onClick: EventEmitter<CurrencyOption>;
562
+ dropdownOpen: boolean;
563
+ selectedItem: CurrencyOption;
564
+ ngOnInit(): void;
565
+ ngOnChanges(changes: SimpleChanges): void;
566
+ private setDefaultItem;
567
+ onTriggerClick(event: MouseEvent): void;
568
+ onItemSelect(item: CurrencyOption, event: MouseEvent): void;
569
+ onDocumentMouseDown(event: MouseEvent): void;
570
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyDropdownShortComponent, never>;
571
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyDropdownShortComponent, "gravity-currency-dropdown-short", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showFlag": { "alias": "showFlag"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
572
+ }
573
+
574
+ declare class GravityDataViewsV2Component implements AfterViewInit {
575
+ type: 'custom-view' | 'list-view';
576
+ disabled: boolean;
577
+ statusIndicator: {
578
+ icon: string;
579
+ text: string;
580
+ status: 'positive' | 'negative' | 'attention' | 'neutro' | 'disabled' | 'positive-secondary' | 'negative-secondary';
581
+ position?: 'left' | 'right';
582
+ };
583
+ clickEmitter: EventEmitter<any[]>;
584
+ hasClickListener: boolean;
585
+ isMd: boolean;
586
+ constructor();
587
+ ngAfterViewInit(): void;
588
+ onResize(): void;
589
+ private checkResolution;
590
+ onClick(): void;
591
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDataViewsV2Component, never>;
592
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDataViewsV2Component, "gravity-data-views-v2", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "statusIndicator": { "alias": "statusIndicator"; "required": false; }; }, { "clickEmitter": "clickEmitter"; }, never, ["*"], true, never>;
593
+ }
594
+
595
+ declare class GravityDialogComponent {
596
+ private readonly ngbActiveModal;
597
+ dialogContent: GravityDialogContentInterface;
598
+ constructor(ngbActiveModal: NgbActiveModal);
599
+ closeModal(): void;
600
+ isNewIcon(iconName: string): boolean;
601
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDialogComponent, never>;
602
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDialogComponent, "ng-component", never, { "dialogContent": { "alias": "dialogContent"; "required": false; }; }, {}, never, never, true, never>;
603
+ }
604
+ interface GravityDialogContentInterface {
605
+ componentInputs?: any;
606
+ contentTemplateRef?: TemplateRef<any>;
607
+ contentTemplateComponent?: any;
608
+ footerTemplateRef?: TemplateRef<any>;
609
+ footerTemplateComponent?: any;
610
+ showCloseIcon?: boolean;
611
+ titleIconName?: string;
612
+ title: string;
613
+ }
614
+
615
+ declare class GravityResponsiveService {
616
+ currentResolutionWidth: number;
617
+ private breakpoints;
618
+ constructor();
619
+ getResolution(): 'xs' | 'sm' | 'md' | 'lg' | 'xl';
620
+ private onResize;
621
+ isMobile(): boolean;
622
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityResponsiveService, never>;
623
+ static ɵprov: i0.ɵɵInjectableDeclaration<GravityResponsiveService>;
624
+ }
625
+
626
+ declare class GravityDetailContainerComponent implements AfterViewInit, OnDestroy {
627
+ readonly gravityResponsiveService: GravityResponsiveService;
628
+ cypressTag: string;
629
+ title: string;
630
+ description: string;
631
+ mode: 'modal' | 'standard';
632
+ type: 'flyout' | 'detail-view';
633
+ optionalHeight: string;
634
+ language: 'en' | 'es';
635
+ closed: EventEmitter<void>;
636
+ menuEvent: EventEmitter<void>;
637
+ containerRef: ElementRef<HTMLDivElement>;
638
+ isOpen: boolean;
639
+ private resizeObserver;
640
+ constructor(gravityResponsiveService: GravityResponsiveService);
641
+ onResize(): void;
642
+ open(): void;
643
+ dismiss(): void;
644
+ menu(): void;
645
+ ngAfterViewInit(): void;
646
+ private checkHasScroll;
647
+ ngOnDestroy(): void;
648
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDetailContainerComponent, never>;
649
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDetailContainerComponent, "gravity-detail-container", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "optionalHeight": { "alias": "optionalHeight"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "closed": "closed"; "menuEvent": "menuEvent"; }, never, ["[detail-body]", "[detail-actions]"], true, never>;
650
+ }
651
+
652
+ interface DisplayCurrencyItems {
653
+ network_id: number;
654
+ currency_id: number;
655
+ isHovered?: boolean;
656
+ network_iso: string;
657
+ currency_iso: string;
658
+ is_expanded?: boolean;
659
+ currency_name: string;
660
+ balance_amount?: number;
661
+ balance_currency?: string;
662
+ sub_items?: DisplayCurrencyItems[];
663
+ }
664
+
665
+ /**
666
+ * filters an array based on searctext
667
+ */
668
+ declare class FilterByPipe implements PipeTransform {
669
+ transform(array: any[], searchText?: string, keyName?: string): any[];
670
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterByPipe, never>;
671
+ static ɵpipe: i0.ɵɵPipeDeclaration<FilterByPipe, "filterBy", true>;
672
+ }
673
+
674
+ declare class GravityDropdownListDisplayComponent implements OnInit, OnChanges, OnDestroy {
675
+ private dropdownService;
676
+ private readonly filterByPipe;
677
+ private _eref;
678
+ selectedItemsResponse: EventEmitter<any[] | any>;
679
+ cypressTag: string;
680
+ placeholder: string;
681
+ currentLang: string;
682
+ isReadonly: boolean;
683
+ isDisabled: boolean;
684
+ customValues: Array<any> | any;
685
+ disableSearch: boolean;
686
+ defaultSelectedItemIndex: number;
687
+ items: DisplayCurrencyItems[];
688
+ fiatRate: {
689
+ amount: string;
690
+ iso: string;
691
+ };
692
+ label: string;
693
+ size: 'md';
694
+ width: 'standard' | 'full';
695
+ set watch(searchInput: ElementRef<HTMLInputElement>);
696
+ containerRef: ElementRef<HTMLDivElement>;
697
+ searchText: string;
698
+ selectedItems: any[];
699
+ availableOptions: any[];
700
+ dropdownOpened: boolean;
701
+ selectedItem: DisplayCurrencyItems;
702
+ private dropdownManagerSubscription;
703
+ constructor(dropdownService: GravityDropdownManagerService, filterByPipe: FilterByPipe, _eref: ElementRef);
704
+ ngOnInit(): void;
705
+ ngOnChanges(changes: SimpleChanges): void;
706
+ ngOnDestroy(): void;
707
+ private loadItems;
708
+ getStatus(): string;
709
+ toggleDropdown(): void;
710
+ openDropdown(): void;
711
+ closeDropdown(): void;
712
+ selectItem(itemToAdd: any): void;
713
+ checkIfSelected(itemToFind: any): boolean;
714
+ filterItems(): void;
715
+ onDocumentClick($event: PointerEvent): void;
716
+ private scrollToSelected;
717
+ reset(): void;
718
+ onSearchTextChange(value: string): void;
719
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListDisplayComponent, never>;
720
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListDisplayComponent, "gravity-dropdown-list-display", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "disableSearch": { "alias": "disableSearch"; "required": false; }; "defaultSelectedItemIndex": { "alias": "defaultSelectedItemIndex"; "required": false; }; "items": { "alias": "items"; "required": false; }; "fiatRate": { "alias": "fiatRate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "selectedItemsResponse": "response"; }, never, never, true, never>;
721
+ }
722
+
723
+ type DropdownComponent = GravityDropdownListComponent | GravityDropdownListDisplayComponent;
724
+ declare class GravityDropdownManagerService {
725
+ private dropdownOpenedSource;
726
+ dropdownOpened$: rxjs.Observable<DropdownComponent>;
727
+ notifyDropdownOpened(dropdown: DropdownComponent): void;
728
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownManagerService, never>;
729
+ static ɵprov: i0.ɵɵInjectableDeclaration<GravityDropdownManagerService>;
730
+ }
731
+
732
+ declare class GravityDropdownListComponent implements OnChanges, OnInit, OnDestroy {
733
+ private dropdownService;
734
+ private _eref;
735
+ label: string;
736
+ iconLeft: string;
737
+ items: Array<any>;
738
+ cypressTag: string;
739
+ placeholder: string;
740
+ supportText: string;
741
+ hasError: boolean;
742
+ clearable: boolean;
743
+ multiple: boolean;
744
+ required: boolean;
745
+ currentLang: string;
746
+ isCurrency: boolean;
747
+ isDisabled: boolean;
748
+ isReadonly: boolean;
749
+ customValues: Array<any> | any;
750
+ config?: {
751
+ label: string;
752
+ value: string;
753
+ };
754
+ labelSize: 'sm' | 'md' | 'lg';
755
+ size: 'sm' | 'md' | 'lg' | 'xl';
756
+ inputType: 'field' | 'label';
757
+ width: 'short' | 'medium' | 'full' | 'fit';
758
+ get dropdownState(): boolean;
759
+ set dropdownState(value: boolean);
760
+ dropdownStateChange: EventEmitter<boolean>;
761
+ selectedItemsResponse: EventEmitter<any[] | any>;
762
+ set watch(searchInput: ElementRef<HTMLInputElement>);
763
+ containerRef: ElementRef<HTMLDivElement>;
764
+ searchText: string;
765
+ selectedItems: any[];
766
+ isoConfig: string;
767
+ nameConfig: string;
768
+ availableOptions: any[];
769
+ dropdownOpened: boolean;
770
+ openChildrenMap: Map<any, boolean>;
771
+ networkConfig: {
772
+ label: string;
773
+ iso: string;
774
+ id: number;
775
+ };
776
+ private dropdownManagerSubscription;
777
+ constructor(dropdownService: GravityDropdownManagerService, _eref: ElementRef);
778
+ ngOnInit(): void;
779
+ ngOnChanges(changes: SimpleChanges): void;
780
+ ngOnDestroy(): void;
781
+ getStatus(): string;
782
+ isIconLeftNew(): boolean;
783
+ toggleDropdown(): void;
784
+ private emitSelection;
785
+ selectItem(itemToAdd: any): void;
786
+ private refocusSearchInput;
787
+ isPartiallySelected(item: any): boolean;
788
+ checkIfSelected(item?: any): boolean;
789
+ selectAllItems(event: MouseEvent): void;
790
+ private flattenItems;
791
+ clearSelection(): void;
792
+ filterItems(): void;
793
+ onDocumentClick($event: PointerEvent): void;
794
+ openDropdown(): void;
795
+ closeDropdown(): void;
796
+ getCurrencyIconSize(size: string): "sm-16" | "md-24" | "lg-32" | "xl-40";
797
+ getSpacingClass(size: string): "" | "gravity-margin-right-xxs" | "gravity-margin-right-xs" | "gravity-margin-right-sm" | "gravity-margin-right-md";
798
+ getMultilevelSpacingClass(size: string): "" | "gravity-margin-right-md" | "gravity-margin-right-lg";
799
+ getLabelText(): string;
800
+ isChildrenOpen(item: any): boolean;
801
+ toggleChildren(item: any, event: MouseEvent): void;
802
+ getDisplayValue(child: any, config?: {
803
+ label: string;
804
+ }): string;
805
+ inputDisplayValue(): string;
806
+ private truncate;
807
+ clearSearch(): void;
808
+ preventTypingWhenLocked(event: KeyboardEvent, input: HTMLInputElement): void;
809
+ private scrollToSelected;
810
+ onSearchTextChange(value: string): void;
811
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListComponent, never>;
812
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "label": { "alias": "label"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "items": { "alias": "items"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isCurrency": { "alias": "isCurrency"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "config": { "alias": "config"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "dropdownState": { "alias": "dropdownState"; "required": false; }; }, { "dropdownStateChange": "dropdownStateChange"; "selectedItemsResponse": "response"; }, never, ["*"], true, never>;
813
+ }
814
+
815
+ declare class GravityIconButtonComponent {
816
+ cypressTag: string;
817
+ icon: string;
818
+ supportText: string;
819
+ variant: boolean;
820
+ size: 'sm' | 'md';
821
+ type: 'primary' | 'secondary';
822
+ state: 'active' | 'disabled';
823
+ badge: {
824
+ type: 'warning' | 'neutro';
825
+ text?: string | null;
826
+ } | null;
827
+ clickOnIcon: EventEmitter<void>;
828
+ isPressed: boolean;
829
+ onClick(): void;
830
+ onPress(): void;
831
+ onRelease(): void;
832
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconButtonComponent, never>;
833
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconButtonComponent, "gravity-icon-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; }, { "clickOnIcon": "clickOnIcon"; }, never, never, true, never>;
834
+ }
835
+
836
+ declare class GravityIconComponent {
837
+ private iconRegistry;
838
+ customIconColorVariable: string;
839
+ iconName: string;
840
+ iconSize: 'lg-24' | 'md-16' | 'sm-12' | 'xl-32';
841
+ hoverIcon: boolean;
842
+ size: 'sm' | 'md' | 'lg';
843
+ isCoin: boolean;
844
+ constructor(iconRegistry: SvgIconRegistryService);
845
+ static isOldIcon(iconName: string): boolean;
846
+ static isNewIcon(iconName: string): boolean;
847
+ get iconExists(): boolean;
848
+ private getFullIconName;
849
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconComponent, never>;
850
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconComponent, "gravity-icon", never, { "customIconColorVariable": { "alias": "customIconColorVariable"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "hoverIcon": { "alias": "hoverIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isCoin": { "alias": "isCoin"; "required": false; }; }, {}, never, never, true, never>;
851
+ }
852
+ declare enum OLD_ICONS {
853
+ 'uncheck' = 0,
854
+ 'arrow-back' = 1
855
+ }
856
+ declare enum ICONS {
857
+ 'add-update' = 0,
858
+ 'addressbook' = 1,
859
+ 'arrow-down' = 2,
860
+ 'arrow-left' = 3,
861
+ 'arrow-right' = 4,
862
+ 'arrow-up' = 5,
863
+ 'bell' = 6,
864
+ 'calendar' = 7,
865
+ 'check' = 8,
866
+ 'checkbox-dash' = 9,
867
+ 'clock' = 10,
868
+ 'chevron-double-down' = 11,
869
+ 'chevron-double-up' = 12,
870
+ 'copy' = 13,
871
+ 'deposit' = 14,
872
+ 'download' = 15,
873
+ 'eye-closed' = 16,
874
+ 'eye-open' = 17,
875
+ 'exchange-provider' = 18,
876
+ 'graphics' = 19,
877
+ 'happy-face' = 20,
878
+ 'home' = 21,
879
+ 'information-circle' = 22,
880
+ 'internal-processing' = 23,
881
+ 'language' = 24,
882
+ 'mail' = 25,
883
+ 'menu' = 26,
884
+ 'money-in' = 27,
885
+ 'monitor' = 28,
886
+ 'more-options' = 29,
887
+ 'new-tab' = 30,
888
+ 'news' = 31,
889
+ 'off' = 32,
890
+ 'on' = 33,
891
+ 'payout' = 34,
892
+ 'percent' = 35,
893
+ 'plus' = 36,
894
+ 'question-circle' = 37,
895
+ 'queue' = 38,
896
+ 'rates' = 39,
897
+ 'report' = 40,
898
+ 'right-angle-arrow' = 41,
899
+ 'search' = 42,
900
+ 'security' = 43,
901
+ 'settings' = 44,
902
+ 'sign-out' = 45,
903
+ 'stop' = 46,
904
+ 'success-circle' = 47,
905
+ 'swaps' = 48,
906
+ 'swaps-arrow-left' = 49,
907
+ 'swaps-arrow-right' = 50,
908
+ 'switch' = 51,
909
+ 'tool' = 52,
910
+ 'trash' = 53,
911
+ 'unlock' = 54,
912
+ 'unsuccess' = 55,
913
+ 'update' = 56,
914
+ 'url' = 57,
915
+ 'user' = 58,
916
+ 'wallet' = 59,
917
+ 'warning-circle' = 60
918
+ }
919
+
920
+ declare class GravityMultiLanguageComponent {
921
+ selectedLanguageResponse: EventEmitter<string>;
922
+ cypressTag: string;
923
+ languages: string[];
924
+ selectedLanguage: string;
925
+ size: 'sm' | 'md';
926
+ changeLanguage(language: string): void;
927
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityMultiLanguageComponent, never>;
928
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityMultiLanguageComponent, "gravity-multi-language", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedLanguageResponse": "selectedLanguage"; }, never, never, true, never>;
929
+ }
930
+
931
+ declare class GravityNetworkPillComponent {
932
+ cypressTag: string;
933
+ disabled: boolean;
934
+ showNetworkIcon: boolean;
935
+ network: {
936
+ iso: string;
937
+ id?: number;
938
+ };
939
+ type: 'primary' | 'secondary';
940
+ getNetworkIconName(): string;
941
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityNetworkPillComponent, never>;
942
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityNetworkPillComponent, "gravity-network-pill", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showNetworkIcon": { "alias": "showNetworkIcon"; "required": false; }; "network": { "alias": "network"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
943
+ }
944
+
945
+ interface GravityNotificationContent {
946
+ state: 'error' | 'success' | 'warning';
947
+ title: string;
948
+ text: string;
949
+ details?: string;
950
+ errorCode?: number;
951
+ }
952
+
953
+ declare class GravityNotificationComponent {
954
+ private readonly ngbActiveModal;
955
+ notificationContent: GravityNotificationContent;
956
+ constructor(ngbActiveModal: NgbActiveModal);
957
+ get iconByState(): "check" | "unsuccess" | "warning-circle";
958
+ closeModal(): void;
959
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationComponent, never>;
960
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationComponent, "ng-component", never, { "notificationContent": { "alias": "notificationContent"; "required": false; }; }, {}, never, never, true, never>;
961
+ }
962
+
963
+ declare class GravityInstantNotificationsService {
964
+ readonly notifications: GravityNotificationContent[];
965
+ showNotification(content: GravityNotificationContent): void;
966
+ hideNotification(index: number): void;
967
+ clearNotifications(): void;
968
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityInstantNotificationsService, never>;
969
+ static ɵprov: i0.ɵɵInjectableDeclaration<GravityInstantNotificationsService>;
970
+ }
971
+
972
+ declare class GravityNotificationInstantContainerComponent {
973
+ readonly gravityInstantNotificationsService: GravityInstantNotificationsService;
974
+ delay: number;
975
+ constructor(gravityInstantNotificationsService: GravityInstantNotificationsService);
976
+ iconByState(state: string): string;
977
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationInstantContainerComponent, never>;
978
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationInstantContainerComponent, "gravity-notification-instant-container", never, { "delay": { "alias": "delay"; "required": false; }; }, {}, never, never, true, never>;
979
+ }
980
+
981
+ declare class GravityRadioButtonComponent {
982
+ cypressTag: string;
983
+ checked: boolean;
984
+ disabled: boolean;
985
+ name: string;
986
+ size: 'md' | 'sm';
987
+ value: string;
988
+ onChange: EventEmitter<string>;
989
+ onChangeEvent(value: string): void;
990
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityRadioButtonComponent, never>;
991
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityRadioButtonComponent, "gravity-radio-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
992
+ }
993
+
994
+ declare class GravityStatusIndicatorComponent implements OnChanges {
995
+ icon: string;
996
+ text: string;
997
+ cypressTag: string;
998
+ size: 'sm' | 'md';
999
+ type: 'primary' | 'secondary';
1000
+ status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
1001
+ ngOnChanges(): void;
1002
+ capitalizeFirst(): string;
1003
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityStatusIndicatorComponent, never>;
1004
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityStatusIndicatorComponent, "gravity-status-indicator", never, { "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
1005
+ }
1006
+
1007
+ declare class GravityStepperComponent {
1008
+ currentLang: string;
1009
+ stepLabels: string[];
1010
+ currentStepResponse: EventEmitter<number>;
1011
+ currentStep: number;
1012
+ goNext(): void;
1013
+ goBack(): void;
1014
+ reset(): void;
1015
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityStepperComponent, never>;
1016
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityStepperComponent, "gravity-stepper", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "stepLabels": { "alias": "stepLabels"; "required": false; }; }, { "currentStepResponse": "currentStep"; }, never, ["*"], true, never>;
1017
+ }
1018
+
1019
+ declare class GravitySwitchComponent implements AfterViewInit, OnChanges {
1020
+ cypressTag: string;
1021
+ size: 'md' | 'sm';
1022
+ checked: boolean;
1023
+ disabled: boolean;
1024
+ icons: {
1025
+ on?: string;
1026
+ off?: string;
1027
+ };
1028
+ labels: {
1029
+ left?: string;
1030
+ right?: string;
1031
+ };
1032
+ response: EventEmitter<boolean>;
1033
+ isSwitchActive: boolean;
1034
+ ngAfterViewInit(): void;
1035
+ ngOnChanges(changes: SimpleChanges): void;
1036
+ toggleSwitch(): void;
1037
+ getIconSizeClass(size: 'md' | 'sm'): "md-16" | "sm-12";
1038
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravitySwitchComponent, never>;
1039
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravitySwitchComponent, "gravity-switch", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; }, { "response": "response"; }, never, never, true, never>;
1040
+ }
1041
+
1042
+ declare class GravityTableComponent implements AfterViewInit, OnChanges {
1043
+ private readonly renderer;
1044
+ tableDensity: 'standard' | 'compressed';
1045
+ tableSizeInput: 'xl' | 'lg' | 'md' | 'sm' | 'auto';
1046
+ readonly tableContainer: ElementRef;
1047
+ private tableElement;
1048
+ tableId: string;
1049
+ tableSize: 'xl' | 'lg' | 'md' | 'sm';
1050
+ constructor(renderer: Renderer2);
1051
+ ngAfterViewInit(): void;
1052
+ ngOnChanges(changes: SimpleChanges): void;
1053
+ private getTableHeaders;
1054
+ initializeComponent(): void;
1055
+ private initializeTable;
1056
+ private adjustTableDensity;
1057
+ private adjustButtonsSize;
1058
+ onResize(): void;
1059
+ private adjustTableSize;
1060
+ private adjustTable;
1061
+ private appendNodesList;
1062
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTableComponent, never>;
1063
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTableComponent, "gravity-table", never, { "tableDensity": { "alias": "tableDensity"; "required": false; }; "tableSizeInput": { "alias": "tableSizeInput"; "required": false; }; }, {}, never, ["*"], true, never>;
1064
+ }
1065
+
1066
+ declare class GravityTablesV2Component {
1067
+ type: 'card-view' | 'table-view' | 'table-view-divider';
1068
+ rowSize: 'xxs' | 'xs' | 'sm';
1069
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTablesV2Component, never>;
1070
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTablesV2Component, "gravity-tables-v2", never, { "type": { "alias": "type"; "required": false; }; "rowSize": { "alias": "rowSize"; "required": false; }; }, {}, never, ["*"], true, never>;
1071
+ }
1072
+
1073
+ declare class GravityTextFieldComponent implements OnInit, OnChanges {
1074
+ leftIconResponse: EventEmitter<void>;
1075
+ rightIconResponse: EventEmitter<void>;
1076
+ textFieldValueResponse: EventEmitter<string>;
1077
+ inputElement: ElementRef<HTMLInputElement>;
1078
+ textAreaElement: ElementRef<HTMLInputElement>;
1079
+ currentLang: string;
1080
+ customInputValue: string;
1081
+ customState: 'default' | 'active' | 'hover' | 'typing' | 'typed' | 'typed-error' | 'typed-positive' | 'disabled' | 'readonly' | 'autofill';
1082
+ cypressTag: string;
1083
+ label: string;
1084
+ prefix: string;
1085
+ required: boolean;
1086
+ supportText: string;
1087
+ textFieldType: 'input' | 'textarea';
1088
+ clickOnLeftIcon: boolean;
1089
+ clickOnRightIcon: boolean;
1090
+ iconColor: string;
1091
+ iconLeft: string;
1092
+ iconRight: string;
1093
+ autocomplete: string;
1094
+ inputContentType: 'email' | 'number' | 'password' | 'tel' | 'date' | 'text';
1095
+ placeholder: string;
1096
+ validations: {
1097
+ maxLength?: number;
1098
+ minLength?: number;
1099
+ };
1100
+ size: 'sm' | 'md';
1101
+ width: 'short' | 'medium' | 'full' | 'fit';
1102
+ labelExtraText: string;
1103
+ characterCounter: boolean;
1104
+ passwordRequirements: {
1105
+ key: string;
1106
+ label: string;
1107
+ isValid: boolean;
1108
+ }[];
1109
+ supportTextIcon: string;
1110
+ focusInput: boolean;
1111
+ hasUserTyped: boolean;
1112
+ isPasswordField: boolean;
1113
+ characterLimit: boolean;
1114
+ allPasswordRequirementsValid: boolean;
1115
+ inputValue: string;
1116
+ ngOnInit(): void;
1117
+ ngOnChanges(changes: SimpleChanges): void;
1118
+ focus(): void;
1119
+ isFocused(): boolean;
1120
+ getPlaceholder(): string;
1121
+ clearInput(): void;
1122
+ changeInputValue(clearInput?: boolean): void;
1123
+ handleIconClick(iconPosition: 'left' | 'right'): void;
1124
+ getTextFieldStatus(): string;
1125
+ getTextFieldInputFontSize(): string;
1126
+ isNewIcon(iconPosition: 'left' | 'right'): boolean;
1127
+ get hasInvalidPasswordRequirements(): boolean;
1128
+ onKeyDownEvent($event: KeyboardEvent): void;
1129
+ formatDateInput(event: any): void;
1130
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldComponent, never>;
1131
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldComponent, "gravity-text-field", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "customInputValue": { "alias": "customInputValue"; "required": false; }; "customState": { "alias": "customState"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "textFieldType": { "alias": "textFieldType"; "required": false; }; "clickOnLeftIcon": { "alias": "clickOnLeftIcon"; "required": false; }; "clickOnRightIcon": { "alias": "clickOnRightIcon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "inputContentType": { "alias": "inputContentType"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validations": { "alias": "validations"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "labelExtraText": { "alias": "labelExtraText"; "required": false; }; "characterCounter": { "alias": "characterCounter"; "required": false; }; "passwordRequirements": { "alias": "passwordRequirements"; "required": false; }; "supportTextIcon": { "alias": "supportTextIcon"; "required": false; }; }, { "leftIconResponse": "clickIconLeft"; "rightIconResponse": "clickIconRight"; "textFieldValueResponse": "response"; }, never, never, true, never>;
1132
+ }
1133
+
1134
+ interface currency {
1135
+ currency_id: number;
1136
+ currency_iso: string;
1137
+ }
1138
+ declare class GravityTextFieldAmountOnlyComponent implements OnChanges {
1139
+ cypressTag: string;
1140
+ priority: 'crypto' | 'fiat';
1141
+ placeholder: string;
1142
+ fiatCurrencies: {
1143
+ defaultItem: currency;
1144
+ items?: currency[];
1145
+ };
1146
+ fiatCurrenciesSize: 'sm' | 'md';
1147
+ cryptoCurrency: currency;
1148
+ rate: number;
1149
+ rateDirection: 'CRYPTO_TO_FIAT' | 'FIAT_TO_CRYPTO';
1150
+ state: 'positive' | 'negative' | null;
1151
+ width: 'standard' | 'full';
1152
+ disabled: boolean;
1153
+ readonly: boolean;
1154
+ swapCurrenciesFlag: EventEmitter<"crypto" | "fiat">;
1155
+ changeFiat: EventEmitter<currency>;
1156
+ amountValues: EventEmitter<{
1157
+ valueFiat: string;
1158
+ valueCrypto: string;
1159
+ }>;
1160
+ inputValue: string;
1161
+ valueCrypto: string;
1162
+ valueFiat: string;
1163
+ ngOnChanges(changes: SimpleChanges): void;
1164
+ swapCurrencies(): void;
1165
+ updateFiatCurrency(event: any): void;
1166
+ calculateValues(): void;
1167
+ private sanitizeNumber;
1168
+ private formatNumber;
1169
+ setAmount(value: number, priority: 'fiat' | 'crypto'): void;
1170
+ reset(priority?: 'crypto' | 'fiat'): void;
1171
+ onInputValueChange(value: number | string): void;
1172
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldAmountOnlyComponent, never>;
1173
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldAmountOnlyComponent, "gravity-text-field-amount-only", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fiatCurrencies": { "alias": "fiatCurrencies"; "required": false; }; "fiatCurrenciesSize": { "alias": "fiatCurrenciesSize"; "required": false; }; "cryptoCurrency": { "alias": "cryptoCurrency"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "rateDirection": { "alias": "rateDirection"; "required": false; }; "state": { "alias": "state"; "required": false; }; "width": { "alias": "width"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "swapCurrenciesFlag": "swapCurrenciesFlag"; "changeFiat": "changeFiat"; "amountValues": "amountValues"; }, never, never, true, never>;
1174
+ }
1175
+
1176
+ declare class GravityTextFieldNumberOnlyComponent {
1177
+ private readonly renderer;
1178
+ textFieldValueResponse: EventEmitter<string>;
1179
+ private digitContainer0;
1180
+ private digitContainer1;
1181
+ private digitContainer2;
1182
+ private digitContainer3;
1183
+ private digitContainer4;
1184
+ private digitContainer5;
1185
+ currentLang: string;
1186
+ customState: 'default' | 'active' | 'hover' | 'typing' | 'typed' | 'typed-error' | 'typed-positive' | 'disabled' | 'readonly';
1187
+ cypressTag: string;
1188
+ label: string;
1189
+ required: boolean;
1190
+ size: 'sm' | 'md';
1191
+ supportText: string;
1192
+ labelExtraText: string;
1193
+ focusInput: boolean;
1194
+ inputValue: string;
1195
+ constructor(renderer: Renderer2);
1196
+ clearInput(): void;
1197
+ getTextFieldStatus(): string;
1198
+ onKeyDownEvent($event: KeyboardEvent): void;
1199
+ returnValue(): void;
1200
+ setFocus(textareaElement: HTMLTextAreaElement): void;
1201
+ onInputValueChange(value: number | string): void;
1202
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldNumberOnlyComponent, never>;
1203
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldNumberOnlyComponent, "gravity-text-field-number-only", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "customState": { "alias": "customState"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "labelExtraText": { "alias": "labelExtraText"; "required": false; }; }, { "textFieldValueResponse": "response"; }, never, never, true, never>;
1204
+ }
1205
+
1206
+ interface NodeItem<T> {
1207
+ children: NodeItem<any>[];
1208
+ disabled: boolean;
1209
+ expanded: boolean;
1210
+ id: string;
1211
+ item: T;
1212
+ name: string;
1213
+ selected: boolean;
1214
+ showCheckbox: boolean;
1215
+ }
1216
+
1217
+ declare enum NodeSelectedState {
1218
+ checked = 0,
1219
+ unChecked = 1,
1220
+ indeterminate = 2
1221
+ }
1222
+
1223
+ interface NodeState {
1224
+ children: NodeState[];
1225
+ disabled: boolean;
1226
+ expanded: boolean;
1227
+ filteredChildren: NodeState[];
1228
+ hasFilteredChildren: boolean;
1229
+ nodeItem: NodeItem<any>;
1230
+ parent: NodeState;
1231
+ selected: boolean;
1232
+ selectedState: NodeSelectedState;
1233
+ showCheckbox: boolean;
1234
+ }
1235
+
1236
+ interface TreeCallbacks {
1237
+ /** Callback triggers on node selection. */
1238
+ select?: (item: NodeItem<any>) => void;
1239
+ /** Callback triggers on unselection of a node. */
1240
+ unSelect?: (item: NodeItem<any>) => void;
1241
+ /** Callback triggers on toggling of a node. */
1242
+ toggle?: (item: NodeItem<any>) => void;
1243
+ }
1244
+
1245
+ declare class TreeService implements OnDestroy {
1246
+ private readonly filterChangeSubjectSubscription;
1247
+ callbacks: TreeCallbacks;
1248
+ filterValue: string;
1249
+ nodeItems: NodeItem<any>[];
1250
+ selectedItems: any[];
1251
+ treeState: NodeState[];
1252
+ private filterChangeSubject;
1253
+ selectedItemsSubject: BehaviorSubject<any[]>;
1254
+ private selectedStates;
1255
+ constructor();
1256
+ ngOnDestroy(): void;
1257
+ connect(): Observable<any[]>;
1258
+ setInitialState(): void;
1259
+ setInitialSelectedState(): void;
1260
+ private traverseAndInitialize;
1261
+ clear(): void;
1262
+ private filterTraverse;
1263
+ private applyFilter;
1264
+ private filter;
1265
+ checkboxClick(state: NodeState): void;
1266
+ private toggleSelectedState;
1267
+ private selectParents;
1268
+ private setUnchecked;
1269
+ private removeSelected;
1270
+ private static hasNoChildren;
1271
+ private addSelected;
1272
+ reEvaluateSelectedState(state: NodeState): void;
1273
+ private childStateChanged;
1274
+ private anyChildSelected;
1275
+ static initState(parent: NodeState, nodeItem: NodeItem<any>): NodeState;
1276
+ private allChildrenSelected;
1277
+ filterChanged(value: string): void;
1278
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeService, never>;
1279
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeService>;
1280
+ }
1281
+
1282
+ declare class GravityTreeViewComponent implements OnDestroy, OnChanges {
1283
+ readonly treeService: TreeService;
1284
+ private readonly treeServiceSubscription;
1285
+ callbacks: TreeCallbacks;
1286
+ nodeItems: NodeItem<any>[];
1287
+ showFilterInput: boolean;
1288
+ selectedItems: EventEmitter<any>;
1289
+ constructor(treeService: TreeService);
1290
+ ngOnDestroy(): void;
1291
+ ngOnChanges(changes: SimpleChanges): void;
1292
+ initialize(): void;
1293
+ private initTreeStructure;
1294
+ changeFilter(newValue: string): void;
1295
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTreeViewComponent, never>;
1296
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTreeViewComponent, "gravity-tree-view", never, { "callbacks": { "alias": "callbacks"; "required": false; }; "nodeItems": { "alias": "nodeItems"; "required": false; }; "showFilterInput": { "alias": "showFilterInput"; "required": false; }; }, { "selectedItems": "selectedItems"; }, never, never, true, never>;
1297
+ }
1298
+
1299
+ declare class NodeComponent {
1300
+ nodeState: NodeState;
1301
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeComponent, never>;
1302
+ static ɵcmp: i0.ɵɵComponentDeclaration<NodeComponent, "tree-node", never, { "nodeState": { "alias": "nodeState"; "required": false; }; }, {}, never, never, true, never>;
1303
+ }
1304
+
1305
+ declare class NodeToggleComponent {
1306
+ state: NodeState;
1307
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeToggleComponent, never>;
1308
+ static ɵcmp: i0.ɵɵComponentDeclaration<NodeToggleComponent, "node-toggle", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, true, never>;
1309
+ }
1310
+
1311
+ declare class NodeCheckboxComponent {
1312
+ private readonly treeService;
1313
+ state: NodeState;
1314
+ constructor(treeService: TreeService);
1315
+ clickOnCheckbox(): void;
1316
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeCheckboxComponent, never>;
1317
+ static ɵcmp: i0.ɵɵComponentDeclaration<NodeCheckboxComponent, "node-checkbox", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, true, never>;
1318
+ }
1319
+
1320
+ declare class NodeNameComponent {
1321
+ state: NodeState;
1322
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeNameComponent, never>;
1323
+ static ɵcmp: i0.ɵɵComponentDeclaration<NodeNameComponent, "node-name", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, true, never>;
1324
+ }
1325
+
1326
+ declare class DateAbbreviationPipe implements PipeTransform {
1327
+ monthAbbreviations: {
1328
+ [key: string]: {
1329
+ [key: string]: string;
1330
+ };
1331
+ };
1332
+ transform(date: string, lang?: string, monthAbbreviation?: boolean): string;
1333
+ private formatDate;
1334
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateAbbreviationPipe, never>;
1335
+ static ɵpipe: i0.ɵɵPipeDeclaration<DateAbbreviationPipe, "dateFormating", true>;
1336
+ }
1337
+
1338
+ declare class BsDatepickerDayDecoratorComponent {
1339
+ day: DayViewModel;
1340
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerDayDecoratorComponent, never>;
1341
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerDayDecoratorComponent, "[bsDatepickerDayDecorator]", never, { "day": { "alias": "day"; "required": false; }; }, {}, never, never, true, never>;
1342
+ }
1343
+
1344
+ declare class BsDatepickerNavigationViewComponent implements OnInit {
1345
+ headerTypeService: HeaderTypeService;
1346
+ private cdr;
1347
+ calendarIndex: number;
1348
+ isDisabled: boolean;
1349
+ calendar: NavigationViewModel;
1350
+ type: 'days' | 'months' | 'years';
1351
+ showNavigationArrows: boolean;
1352
+ onNavigate: EventEmitter<BsNavigationDirection>;
1353
+ onViewMode: EventEmitter<BsDatepickerViewMode>;
1354
+ isMobile: boolean;
1355
+ private isMobileSubscription;
1356
+ private headerTypeSubscription;
1357
+ headerType: 'self' | 'integrate';
1358
+ constructor(headerTypeService: HeaderTypeService, cdr: ChangeDetectorRef);
1359
+ ngOnInit(): void;
1360
+ ngOnDestroy(): void;
1361
+ navTo(down: boolean, disabled: boolean): void;
1362
+ view(viewMode: BsDatepickerViewMode): void;
1363
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerNavigationViewComponent, never>;
1364
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerNavigationViewComponent, "bs-datepicker-navigation-view", never, { "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; }, never, never, true, never>;
1365
+ }
1366
+
1367
+ declare class BsDaysCalendarViewComponent {
1368
+ headerTypeService: HeaderTypeService;
1369
+ calendar: DaysCalendarViewModel;
1370
+ calendarIndex: number;
1371
+ isDisabled?: boolean;
1372
+ options?: DatepickerRenderOptions | null;
1373
+ showNavigationArrows: boolean;
1374
+ size: 'sm' | 'md' | '';
1375
+ onNavigate: EventEmitter<BsNavigationEvent>;
1376
+ onViewMode: EventEmitter<BsDatepickerViewMode>;
1377
+ onSelect: EventEmitter<DayViewModel>;
1378
+ onHover: EventEmitter<CellHoverEvent>;
1379
+ isiOS: boolean;
1380
+ constructor(headerTypeService: HeaderTypeService);
1381
+ navigateTo(event: BsNavigationDirection): void;
1382
+ changeViewMode(event: BsDatepickerViewMode): void;
1383
+ selectDay(event: DayViewModel): void;
1384
+ hoverDay(cell: DayViewModel, isHovered: boolean): void;
1385
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaysCalendarViewComponent, never>;
1386
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDaysCalendarViewComponent, "bs-days-calendar-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; "onSelect": "onSelect"; "onHover": "onHover"; }, never, never, true, never>;
1387
+ }
1388
+
1389
+ declare class BsMonthCalendarViewComponent {
1390
+ private headerTypeService;
1391
+ calendarIndex: number;
1392
+ size: 'sm' | 'md' | '';
1393
+ calendarLang: string;
1394
+ showNavigationArrows: boolean;
1395
+ calendar: MonthsCalendarViewModel;
1396
+ onHover: EventEmitter<CellHoverEvent>;
1397
+ onNavigate: EventEmitter<BsNavigationEvent>;
1398
+ onSelect: EventEmitter<CalendarCellViewModel>;
1399
+ onViewMode: EventEmitter<BsDatepickerViewMode>;
1400
+ constructor(headerTypeService: HeaderTypeService);
1401
+ navigateTo(event: BsNavigationDirection): void;
1402
+ viewMonth(month: CalendarCellViewModel): void;
1403
+ hoverMonth(cell: CalendarCellViewModel, isHovered: boolean): void;
1404
+ changeViewMode(event: BsDatepickerViewMode): void;
1405
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsMonthCalendarViewComponent, never>;
1406
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsMonthCalendarViewComponent, "bs-month-calendar-view", never, { "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "calendarLang": { "alias": "calendarLang"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; }; }, { "onHover": "onHover"; "onNavigate": "onNavigate"; "onSelect": "onSelect"; "onViewMode": "onViewMode"; }, never, never, true, never>;
1407
+ }
1408
+
1409
+ declare class BsYearsCalendarViewComponent {
1410
+ private headerTypeService;
1411
+ calendar: YearsCalendarViewModel;
1412
+ calendarIndex: number;
1413
+ showNavigationArrows: boolean;
1414
+ size: 'sm' | 'md' | '';
1415
+ onNavigate: EventEmitter<BsNavigationEvent>;
1416
+ onViewMode: EventEmitter<BsDatepickerViewMode>;
1417
+ onSelect: EventEmitter<CalendarCellViewModel>;
1418
+ onHover: EventEmitter<CellHoverEvent>;
1419
+ constructor(headerTypeService: HeaderTypeService);
1420
+ navigateTo(event: BsNavigationDirection): void;
1421
+ viewYear(year: CalendarCellViewModel): void;
1422
+ hoverYear(cell: CalendarCellViewModel, isHovered: boolean): void;
1423
+ changeViewMode(event: BsDatepickerViewMode): void;
1424
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsYearsCalendarViewComponent, never>;
1425
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsYearsCalendarViewComponent, "bs-years-calendar-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; "onSelect": "onSelect"; "onHover": "onHover"; }, never, never, true, never>;
1426
+ }
1427
+
1428
+ declare class BsDatepickerActions {
1429
+ static readonly CALCULATE: string;
1430
+ static readonly CHANGE_VIEWMODE: string;
1431
+ static readonly FLAG: string;
1432
+ static readonly FORMAT: string;
1433
+ static readonly HOVER: string;
1434
+ static readonly NAVIGATE_OFFSET: string;
1435
+ static readonly NAVIGATE_TO: string;
1436
+ static readonly SELECT: string;
1437
+ static readonly SELECT_RANGE: string;
1438
+ static readonly SET_IS_DISABLED: string;
1439
+ static readonly SET_MAX_DATE: string;
1440
+ static readonly SET_MIN_DATE: string;
1441
+ static readonly SET_OPTIONS: string;
1442
+ calculate(): Action;
1443
+ format(): Action;
1444
+ flag(): Action;
1445
+ select(date?: Date): Action;
1446
+ changeViewMode(event: BsDatepickerViewMode): Action;
1447
+ navigateTo(event: BsViewNavigationEvent): Action;
1448
+ navigateStep(step?: TimeUnit): Action;
1449
+ setOptions(options: DatepickerRenderOptions): Action;
1450
+ selectRange(value?: (Date | undefined)[] | undefined): Action;
1451
+ hoverDay(event: CellHoverEvent): Action;
1452
+ minDate(date?: Date): Action;
1453
+ maxDate(date?: Date): Action;
1454
+ isDisabled(value?: boolean): Action;
1455
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerActions, never>;
1456
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerActions>;
1457
+ }
1458
+
1459
+ declare class BsDatepickerStore extends MiniStore<BsDatepickerState> {
1460
+ constructor();
1461
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerStore, never>;
1462
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerStore>;
1463
+ }
1464
+
1465
+ declare class BsDatepickerEffects {
1466
+ private _actions;
1467
+ viewMode?: Observable<BsDatepickerViewMode>;
1468
+ daysCalendar?: Observable<DaysCalendarViewModel[]>;
1469
+ monthsCalendar?: Observable<MonthsCalendarViewModel[]>;
1470
+ yearsCalendar?: Observable<YearsCalendarViewModel[]>;
1471
+ options?: Observable<DatepickerRenderOptions>;
1472
+ private _store?;
1473
+ private _subs;
1474
+ constructor(_actions: BsDatepickerActions);
1475
+ init(_bsDatepickerStore: BsDatepickerStore): BsDatepickerEffects;
1476
+ /** setters */
1477
+ setValue(value?: Date): void;
1478
+ setRangeValue(value?: (Date | undefined)[] | undefined): void;
1479
+ setMinDate(value?: Date): BsDatepickerEffects;
1480
+ setMaxDate(value?: Date): BsDatepickerEffects;
1481
+ setDisabled(value?: boolean): BsDatepickerEffects;
1482
+ setOptions(_config: BsDatepickerConfig): BsDatepickerEffects;
1483
+ /** view to mode bindings */
1484
+ setBindings(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
1485
+ /** event handlers */
1486
+ setEventHandlers(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
1487
+ registerDatepickerSideEffects(): BsDatepickerEffects;
1488
+ destroy(): void;
1489
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerEffects, never>;
1490
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerEffects>;
1491
+ }
1492
+
1493
+ declare abstract class BsDatepickerAbstractComponent {
1494
+ _config: BsDatepickerConfig;
1495
+ readonly _subs: Subscription[];
1496
+ _daysCalendarSub: Subscription;
1497
+ _daysCalendar$: Observable<DaysCalendarViewModel[] | undefined>;
1498
+ _effects?: BsDatepickerEffects;
1499
+ animationState: string;
1500
+ chosenRange: Date[];
1501
+ isOtherMonthsActive?: boolean;
1502
+ isRangePicker?: boolean;
1503
+ monthsCalendar?: Observable<MonthsCalendarViewModel[] | undefined>;
1504
+ options$: Observable<DatepickerRenderOptions | undefined>;
1505
+ viewMode?: Observable<BsDatepickerViewMode | undefined>;
1506
+ yearsCalendar?: Observable<YearsCalendarViewModel[] | undefined>;
1507
+ get calendarSize(): 'sm' | 'md';
1508
+ get calendarSpacing(): any;
1509
+ get daysCalendar$(): Observable<DaysCalendarViewModel[] | undefined>;
1510
+ get isDisabled(): boolean;
1511
+ get isEmpty(): boolean;
1512
+ get showNavigationArrows(): boolean;
1513
+ set daysCalendar$(value: Observable<DaysCalendarViewModel[] | undefined>);
1514
+ set isDisabled(value: boolean | undefined);
1515
+ set maxDate(value: Date | undefined);
1516
+ set minDate(value: Date | undefined);
1517
+ protected constructor(_config: BsDatepickerConfig);
1518
+ setViewMode(event: BsDatepickerViewMode): void;
1519
+ navigateTo(event: BsNavigationEvent): void;
1520
+ dayHoverHandler(event: CellHoverEvent): void;
1521
+ monthHoverHandler(event: CellHoverEvent): void;
1522
+ yearHoverHandler(event: CellHoverEvent): void;
1523
+ daySelectHandler(day: DayViewModel): void;
1524
+ monthSelectHandler(event: CalendarCellViewModel): void;
1525
+ yearSelectHandler(event: CalendarCellViewModel): void;
1526
+ setRangeOnCalendar(dates: BsCustomDates): void;
1527
+ clearDate(): void;
1528
+ apply(): void;
1529
+ }
1530
+
1531
+ declare class BsDatepickerCallbacks {
1532
+ hide?: () => void;
1533
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerCallbacks, never>;
1534
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerCallbacks>;
1535
+ }
1536
+
1537
+ declare class BsDatepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
1538
+ headerTypeService: HeaderTypeService;
1539
+ _config: BsDatepickerConfig;
1540
+ _callbacks: BsDatepickerCallbacks;
1541
+ private _store;
1542
+ private _element;
1543
+ private _actions;
1544
+ private _positionService;
1545
+ isRangePicker: boolean;
1546
+ onApplyChange: EventEmitter<void>;
1547
+ valueChange: EventEmitter<Date>;
1548
+ set value(value: Date | undefined);
1549
+ constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
1550
+ ngOnInit(): void;
1551
+ get isTopPosition(): boolean;
1552
+ positionServiceEnable(): void;
1553
+ daySelectHandler(day: DayViewModel): void;
1554
+ monthSelectHandler(day: CalendarCellViewModel): void;
1555
+ yearSelectHandler(day: CalendarCellViewModel): void;
1556
+ ngOnDestroy(): void;
1557
+ clearDate(): void;
1558
+ apply(): void;
1559
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerContainerComponent, never>;
1560
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerContainerComponent, "gt-datepicker-container", never, {}, {}, never, never, true, never>;
1561
+ }
1562
+
1563
+ declare class BsDatepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
1564
+ private headerTypeService;
1565
+ _config: BsDatepickerConfig;
1566
+ private _elementRef;
1567
+ private _renderer;
1568
+ /** Config object for datepicker */
1569
+ bsConfig?: Partial<BsDatepickerConfig>;
1570
+ /** A selector specifying the element the datepicker should be appended to. */
1571
+ container: string;
1572
+ /** Indicates whether datepicker's content is enabled or not */
1573
+ isDisabled: boolean;
1574
+ isMobile: boolean;
1575
+ /** Maximum date which is available for selection */
1576
+ maxDate?: Date;
1577
+ /** Minimum date which is available for selection */
1578
+ minDate?: Date;
1579
+ /** Minimum view mode : day, month, or year */
1580
+ minMode?: BsDatepickerViewMode;
1581
+ /** Emits when datepicker value has been changed */
1582
+ bsValueChange: EventEmitter<Date>;
1583
+ onApplyEmit: EventEmitter<void>;
1584
+ /** Emits an event when the datepicker is hidden */
1585
+ onHidden: EventEmitter<unknown>;
1586
+ /** Emits an event when the datepicker is shown */
1587
+ onShown: EventEmitter<unknown>;
1588
+ private isOpen$;
1589
+ /** Returns whether or not the datepicker is currently being shown */
1590
+ get isOpen(): boolean;
1591
+ set isOpen(value: boolean);
1592
+ _bsValue?: Date;
1593
+ /** Initial value of datepicker */
1594
+ set bsValue(value: Date | undefined);
1595
+ protected _subs: Subscription[];
1596
+ private _datepicker;
1597
+ private _datepickerRef?;
1598
+ private isDestroy$;
1599
+ private readonly _dateInputFormat$;
1600
+ constructor(headerTypeService: HeaderTypeService, _config: BsDatepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
1601
+ ngOnInit(): void;
1602
+ private initPreviousValue;
1603
+ ngOnChanges(changes: SimpleChanges): void;
1604
+ ngAfterViewInit(): void;
1605
+ private initSubscribes;
1606
+ private keepDatepickerModalOpened;
1607
+ private isDateSame;
1608
+ /** Opens an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
1609
+ private show;
1610
+ /** Closes an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
1611
+ hide(): void;
1612
+ /** Toggles an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
1613
+ private toggle;
1614
+ /** Set config for datepicker */
1615
+ private setConfig;
1616
+ private unsubscribeSubscriptions;
1617
+ ngOnDestroy(): void;
1618
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerDirective, never>;
1619
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsDatepickerDirective, "[gravityDatePicker]", ["gravityDatePicker"], { "bsConfig": { "alias": "bsConfig"; "required": false; }; "container": { "alias": "container"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "bsValue": { "alias": "bsValue"; "required": false; }; }, { "bsValueChange": "bsValueChange"; "onApplyEmit": "onApplyEmit"; "onHidden": "onHidden"; "onShown": "onShown"; }, never, never, true, never>;
1620
+ }
1621
+
1622
+ declare class BsDatepickerInlineContainerComponent extends BsDatepickerContainerComponent implements OnInit, OnDestroy {
1623
+ constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
1624
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineContainerComponent, never>;
1625
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerInlineContainerComponent, "gt-datepicker-inline-container", never, {}, {}, never, never, true, never>;
1626
+ }
1627
+
1628
+ declare class BsDatepickerInlineConfig extends BsDatepickerConfig {
1629
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineConfig, never>;
1630
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerInlineConfig>;
1631
+ }
1632
+
1633
+ declare class BsDatepickerInlineDirective implements OnInit, OnDestroy, OnChanges {
1634
+ _config: BsDatepickerInlineConfig;
1635
+ private _elementRef;
1636
+ /** Config object for datepicker */
1637
+ bsConfig?: Partial<BsDatepickerInlineConfig>;
1638
+ /** Indicates whether datepicker is enabled or not */
1639
+ isDisabled: boolean;
1640
+ isMobile: boolean;
1641
+ /** Maximum date which is available for selection */
1642
+ maxDate?: Date;
1643
+ /** Minimum date which is available for selection */
1644
+ minDate?: Date;
1645
+ /** Minimum view mode : day, month, or year */
1646
+ minMode?: BsDatepickerViewMode;
1647
+ /** Emits when datepicker value has been changed */
1648
+ bsValueChange: EventEmitter<Date>;
1649
+ onApplyEmit: EventEmitter<void>;
1650
+ private _bsValue?;
1651
+ /** Initial value of datepicker */
1652
+ set bsValue(value: Date | undefined);
1653
+ protected _subs: Subscription[];
1654
+ private _datepickerRef?;
1655
+ private readonly _datepicker;
1656
+ constructor(_config: BsDatepickerInlineConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
1657
+ ngOnInit(): void;
1658
+ ngOnChanges(changes: SimpleChanges): void;
1659
+ private initSubscribes;
1660
+ private unsubscribeSubscriptions;
1661
+ /** Set config for datepicker */
1662
+ private setConfig;
1663
+ ngOnDestroy(): void;
1664
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineDirective, never>;
1665
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsDatepickerInlineDirective, "[gravityDatePickerInline]", ["gravityDatePickerInline"], { "bsConfig": { "alias": "bsConfig"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "bsValue": { "alias": "bsValue"; "required": false; }; }, { "bsValueChange": "bsValueChange"; "onApplyEmit": "onApplyEmit"; }, never, never, true, never>;
1666
+ }
1667
+
1668
+ declare class BsDaterangepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
1669
+ headerTypeService: HeaderTypeService;
1670
+ _config: BsDatepickerConfig;
1671
+ _callbacks: BsDatepickerCallbacks;
1672
+ private _store;
1673
+ private _element;
1674
+ private _actions;
1675
+ private _positionService;
1676
+ chosenRange: Date[];
1677
+ isRangePicker: boolean;
1678
+ private _rangeStack;
1679
+ valueChange: EventEmitter<Date[]>;
1680
+ onApplyChange: EventEmitter<void>;
1681
+ set value(value: (Date | undefined)[] | undefined);
1682
+ constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
1683
+ ngOnInit(): void;
1684
+ get isTopPosition(): boolean;
1685
+ positionServiceEnable(): void;
1686
+ daySelectHandler(day: DayViewModel): void;
1687
+ monthSelectHandler(day: CalendarCellViewModel): void;
1688
+ yearSelectHandler(day: CalendarCellViewModel): void;
1689
+ rangesProcessing(day: CalendarCellViewModel): void;
1690
+ ngOnDestroy(): void;
1691
+ setRangeOnCalendar(dates: BsCustomDates): void;
1692
+ setMaxDateRangeOnCalendar(currentSelection: Date): void;
1693
+ clearDate(): void;
1694
+ apply(): void;
1695
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerContainerComponent, never>;
1696
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDaterangepickerContainerComponent, "gt-daterangepicker-container", never, {}, {}, never, never, true, never>;
1697
+ }
1698
+
1699
+ declare class BsDaterangepickerConfig extends BsDatepickerConfig {
1700
+ displayMonths: number;
1701
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerConfig, never>;
1702
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerConfig>;
1703
+ }
1704
+
1705
+ declare class BsDaterangepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
1706
+ _config: BsDaterangepickerConfig;
1707
+ private _elementRef;
1708
+ private _renderer;
1709
+ /** Config object for daterangepicker */
1710
+ bsConfig?: Partial<BsDaterangepickerConfig>;
1711
+ /** A selector specifying the element the daterangepicker should be appended to. */
1712
+ container: string;
1713
+ /** Indicates whether daterangepicker's content is enabled or not */
1714
+ isDisabled: boolean;
1715
+ isMobile: boolean;
1716
+ /** Maximum date which is available for selection */
1717
+ maxDate?: Date;
1718
+ /** Minimum date which is available for selection */
1719
+ minDate?: Date;
1720
+ /** Emits when daterangepicker value has been changed */
1721
+ bsValueChange: EventEmitter<((Date | undefined)[] | undefined)>;
1722
+ onApplyEmit: EventEmitter<void>;
1723
+ /** Emits an event when the daterangepicker is hidden */
1724
+ onHidden: EventEmitter<unknown>;
1725
+ /** Emits an event when the daterangepicker is shown */
1726
+ onShown: EventEmitter<unknown>;
1727
+ private isOpen$;
1728
+ /** Returns whether or not the daterangepicker is currently being shown */
1729
+ get isOpen(): boolean;
1730
+ set isOpen(value: boolean);
1731
+ _bsValue?: (Date | undefined)[];
1732
+ /** Initial value of daterangepicker */
1733
+ set bsValue(value: (Date | undefined)[] | undefined);
1734
+ protected _subs: Subscription[];
1735
+ private _datepicker;
1736
+ private _datepickerRef?;
1737
+ private isDestroy$;
1738
+ private readonly _rangeInputFormat$;
1739
+ constructor(_config: BsDaterangepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
1740
+ ngOnInit(): void;
1741
+ private initPreviousValue;
1742
+ ngOnChanges(changes: SimpleChanges): void;
1743
+ ngAfterViewInit(): void;
1744
+ private initSubscribes;
1745
+ private keepDatepickerModalOpened;
1746
+ private isDateSame;
1747
+ /** Opens an element’s datepicker. This is considered a “manual” triggering of the datepicker */
1748
+ private show;
1749
+ /** Closes an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
1750
+ hide(): void;
1751
+ /** Toggles an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
1752
+ private toggle;
1753
+ /** Set config for daterangepicker */
1754
+ private setConfig;
1755
+ private unsubscribeSubscriptions;
1756
+ ngOnDestroy(): void;
1757
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerDirective, never>;
1758
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsDaterangepickerDirective, "[gravityRangePicker]", ["gravityRangePicker"], { "bsConfig": { "alias": "bsConfig"; "required": false; }; "container": { "alias": "container"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "bsValue": { "alias": "bsValue"; "required": false; }; }, { "bsValueChange": "bsValueChange"; "onApplyEmit": "onApplyEmit"; "onHidden": "onHidden"; "onShown": "onShown"; }, never, never, true, never>;
1759
+ }
1760
+
1761
+ declare class BsDaterangepickerInlineContainerComponent extends BsDaterangepickerContainerComponent implements OnInit, OnDestroy {
1762
+ constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
1763
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineContainerComponent, never>;
1764
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsDaterangepickerInlineContainerComponent, "gt-daterangepicker-inline-container", never, {}, {}, never, never, true, never>;
1765
+ }
1766
+
1767
+ declare class BsDaterangepickerInlineConfig extends BsDatepickerConfig {
1768
+ displayMonths: number;
1769
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineConfig, never>;
1770
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerInlineConfig>;
1771
+ }
1772
+
1773
+ declare class BsDaterangepickerInlineDirective implements OnInit, OnDestroy, OnChanges {
1774
+ _config: BsDaterangepickerInlineConfig;
1775
+ private _elementRef;
1776
+ /** Config object for datepicker */
1777
+ bsConfig?: Partial<BsDaterangepickerInlineConfig>;
1778
+ /** Indicates whether datepicker is enabled or not */
1779
+ isDisabled: boolean;
1780
+ isMobile: boolean;
1781
+ /** Maximum date which is available for selection */
1782
+ maxDate?: Date;
1783
+ /** Minimum date which is available for selection */
1784
+ minDate?: Date;
1785
+ /** Emits when daterangepicker value has been changed */
1786
+ bsValueChange: EventEmitter<(Date | undefined)[] | undefined>;
1787
+ onApplyEmit: EventEmitter<void>;
1788
+ private _bsValue?;
1789
+ /** Initial value of datepicker */
1790
+ set bsValue(value: (Date | undefined)[] | undefined);
1791
+ protected _subs: Subscription[];
1792
+ private _datepickerRef?;
1793
+ private readonly _datepicker;
1794
+ constructor(_config: BsDaterangepickerInlineConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
1795
+ ngOnInit(): void;
1796
+ ngOnChanges(changes: SimpleChanges): void;
1797
+ private initSubscribes;
1798
+ private unsubscribeSubscriptions;
1799
+ /** Set config for datepicker */
1800
+ private setConfig;
1801
+ ngOnDestroy(): void;
1802
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineDirective, never>;
1803
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsDaterangepickerInlineDirective, "[gravityRangePickerInline]", ["gravityRangePickerInline"], { "bsConfig": { "alias": "bsConfig"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "bsValue": { "alias": "bsValue"; "required": false; }; }, { "bsValueChange": "bsValueChange"; "onApplyEmit": "onApplyEmit"; }, never, never, true, never>;
1804
+ }
1805
+
1806
+ interface ModalButtonConfig {
1807
+ text?: string;
1808
+ icon?: string;
1809
+ disabled?: boolean;
1810
+ callback?: () => void;
1811
+ iconPosition?: 'right' | 'left';
1812
+ type?: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
1813
+ }
1814
+ interface ModalLinkConfig {
1815
+ url?: string;
1816
+ text?: string;
1817
+ icon?: string;
1818
+ fontClass?: string;
1819
+ callback?: () => void;
1820
+ iconPosition?: 'right' | 'left';
1821
+ state?: 'active' | 'visited' | 'pressed' | 'disabled';
1822
+ }
1823
+
1824
+ declare class GravityModalComponent {
1825
+ title: string;
1826
+ iconName: string;
1827
+ preTitle: string;
1828
+ subTitle: string;
1829
+ isVisible: boolean;
1830
+ state: 'positive' | 'negative' | 'warning' | 'neutral';
1831
+ link: ModalLinkConfig;
1832
+ primaryBtn: ModalButtonConfig;
1833
+ secondaryBtn: ModalButtonConfig;
1834
+ close: EventEmitter<void>;
1835
+ closeModal(): void;
1836
+ protected readonly onclose: (this: Window, ev: Event) => any;
1837
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityModalComponent, never>;
1838
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityModalComponent, "gravity-modal", never, { "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "preTitle": { "alias": "preTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "state": { "alias": "state"; "required": false; }; "link": { "alias": "link"; "required": false; }; "primaryBtn": { "alias": "primaryBtn"; "required": false; }; "secondaryBtn": { "alias": "secondaryBtn"; "required": false; }; }, { "close": "close"; }, never, ["*"], true, never>;
1839
+ }
1840
+
1841
+ declare class GravityLinkComponent {
1842
+ linkText: string;
1843
+ fontClass: string;
1844
+ link: string;
1845
+ cypressTag: string;
1846
+ iconName: string | undefined;
1847
+ target: '_blank' | '_self';
1848
+ iconPosition: 'left' | 'right';
1849
+ iconSize: 'sm-12' | 'md-16' | 'lg-24' | 'xl-32';
1850
+ state: 'active' | 'visited' | 'pressed' | 'disabled';
1851
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityLinkComponent, never>;
1852
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityLinkComponent, "gravity-link", never, { "linkText": { "alias": "linkText"; "required": false; }; "fontClass": { "alias": "fontClass"; "required": false; }; "link": { "alias": "link"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "target": { "alias": "target"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, true, never>;
1853
+ }
1854
+
1855
+ declare class GravityTabPrimaryComponent {
1856
+ selected: number;
1857
+ size: 'sm' | 'md' | 'lg';
1858
+ paddingClass: string;
1859
+ tabs: {
1860
+ title: string;
1861
+ icon?: string;
1862
+ cypressTag?: string;
1863
+ }[];
1864
+ pressed: EventEmitter<number>;
1865
+ setActiveTab(index: number): void;
1866
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTabPrimaryComponent, never>;
1867
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTabPrimaryComponent, "gravity-tab-primary", never, { "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "paddingClass": { "alias": "paddingClass"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "pressed": "pressed"; }, never, never, true, never>;
1868
+ }
1869
+
1870
+ declare class GravityTabSecondaryComponent {
1871
+ selected: number;
1872
+ size: 'sm' | 'md';
1873
+ fullWidth: boolean;
1874
+ tabs: {
1875
+ title: string;
1876
+ icon: string;
1877
+ cypressTag: string;
1878
+ disabled?: boolean;
1879
+ }[];
1880
+ pressed: EventEmitter<number>;
1881
+ setActiveTab(index: number): void;
1882
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTabSecondaryComponent, never>;
1883
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTabSecondaryComponent, "gravity-tab-secondary", never, { "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "pressed": "pressed"; }, never, never, true, never>;
1884
+ }
1885
+
1886
+ interface GravityChipItem {
1887
+ label: string;
1888
+ id: number;
1889
+ icon?: string;
1890
+ cypressTag?: string;
1891
+ }
1892
+ declare class GravityChipGroupComponent {
1893
+ disabled: boolean;
1894
+ size: 'sm' | 'md';
1895
+ items: GravityChipItem[];
1896
+ clickOnChip: EventEmitter<any[]>;
1897
+ selectedItems: GravityChipItem[];
1898
+ toggleSelection(item: GravityChipItem): void;
1899
+ isSelected(item: GravityChipItem): boolean;
1900
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityChipGroupComponent, never>;
1901
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityChipGroupComponent, "gravity-chip-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "clickOnChip": "clickOnChip"; }, never, never, true, never>;
1902
+ }
1903
+
1904
+ declare class GravityEditableInputComponent {
1905
+ isFocused: boolean;
1906
+ cypressTag: string;
1907
+ label: string;
1908
+ value: string;
1909
+ placeholder: string;
1910
+ errorMessage: string;
1911
+ size: 'sm' | 'md';
1912
+ readOnly: boolean;
1913
+ haveError: boolean;
1914
+ justNumber: boolean;
1915
+ valueChange: EventEmitter<string>;
1916
+ onKeyUp(inputField: HTMLInputElement): void;
1917
+ focusInput(inputField: HTMLInputElement): void;
1918
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityEditableInputComponent, never>;
1919
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityEditableInputComponent, "gravity-editable-input", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "haveError": { "alias": "haveError"; "required": false; }; "justNumber": { "alias": "justNumber"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
1920
+ }
1921
+
1922
+ declare class GravityCardButtonComponent {
1923
+ cypressTag: string;
1924
+ label: string;
1925
+ iconName: string;
1926
+ fullWidth: boolean;
1927
+ type: 'primary' | 'secondary';
1928
+ state: 'active' | 'pressed' | 'disabled' | 'selected';
1929
+ orientation: 'vrt-center' | 'vrt-left' | 'vrt-right' | 'hrt-center' | 'hrt-auto';
1930
+ clicked: EventEmitter<void>;
1931
+ onCardButtonClick(): void;
1932
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCardButtonComponent, never>;
1933
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCardButtonComponent, "gravity-card-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
1934
+ }
1935
+
1936
+ declare class GravityDropdownLabelComponent {
1937
+ label: string;
1938
+ fontClass: string;
1939
+ isOpen: boolean;
1940
+ stopPropagation: boolean;
1941
+ size: 'sm' | 'md' | 'lg';
1942
+ state: 'active' | 'inactive';
1943
+ onClickLabel: EventEmitter<void>;
1944
+ getLabelClass(): "hr-title md-bold" | "hr-headline sm-bold" | "hr-headline md-bold";
1945
+ onClick(event: MouseEvent): void;
1946
+ getIconSize(): {
1947
+ newIconsSize: "md" | "lg";
1948
+ oldIconsSize: "lg-24" | "md-16";
1949
+ };
1950
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownLabelComponent, never>;
1951
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownLabelComponent, "gravity-dropdown-label", never, { "label": { "alias": "label"; "required": false; }; "fontClass": { "alias": "fontClass"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "stopPropagation": { "alias": "stopPropagation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "onClickLabel": "onClickLabel"; }, never, never, true, never>;
1952
+ }
1953
+
1954
+ declare class GravityNavigationCardComponent {
1955
+ cypressTag: string;
1956
+ size: 'sm' | 'md';
1957
+ state: 'active' | 'readonly';
1958
+ title: string;
1959
+ iconName: string;
1960
+ actionText: string;
1961
+ description: string;
1962
+ fullWidth: boolean;
1963
+ statusIndicator: {
1964
+ status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
1965
+ text: string;
1966
+ icon: string | null;
1967
+ };
1968
+ navigatorCardClicked: EventEmitter<void>;
1969
+ isPressed: boolean;
1970
+ onNavigationCardClick(): void;
1971
+ onPress(): void;
1972
+ onRelease(): void;
1973
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityNavigationCardComponent, never>;
1974
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityNavigationCardComponent, "gravity-navigation-card", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "description": { "alias": "description"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "statusIndicator": { "alias": "statusIndicator"; "required": false; }; }, { "navigatorCardClicked": "navigatorCardClicked"; }, never, never, true, never>;
1975
+ }
1976
+
1977
+ declare class GravityGenericAvatarSecondaryComponent {
1978
+ label: string;
1979
+ initials: string;
1980
+ iconName: string;
1981
+ imageUrl: string;
1982
+ cypressTag: string;
1983
+ type: 'active' | 'positive' | 'negative' | 'neutral';
1984
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityGenericAvatarSecondaryComponent, never>;
1985
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityGenericAvatarSecondaryComponent, "gravity-generic-avatar-secondary", never, { "label": { "alias": "label"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
1986
+ }
1987
+
1988
+ declare class GravityBackdropComponent {
1989
+ visible: boolean;
1990
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityBackdropComponent, never>;
1991
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityBackdropComponent, "gravity-backdrop", never, { "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], true, never>;
1992
+ }
1993
+
1994
+ interface DatePickerConfig {
1995
+ maxDate?: Date | null;
1996
+ minDate?: Date | null;
1997
+ initDate?: Date | Date[] | null;
1998
+ }
1999
+ interface DatePickerAppearance {
2000
+ isMobile?: boolean;
2001
+ language?: 'es' | 'en';
2002
+ state?: 'active' | 'hidden' | 'disabled' | 'destroy';
2003
+ }
2004
+ interface DatePickerResponse {
2005
+ dates: Date | Date[];
2006
+ formatedDate?: string;
2007
+ }
2008
+ interface CalendarDate {
2009
+ day: number;
2010
+ weekDay: number;
2011
+ isToday?: boolean;
2012
+ inCurrentMonth: boolean;
2013
+ monthYear: CalendarPeriod;
2014
+ }
2015
+ interface CalendarPeriod {
2016
+ year: number;
2017
+ month: number;
2018
+ }
2019
+
2020
+ declare class GravityDatePickerComponent {
2021
+ cypressTag: string;
2022
+ datePickerType: 'single' | 'range' | 'month' | 'year';
2023
+ private _config;
2024
+ private _appearance;
2025
+ showCo: any;
2026
+ get i18n(): {
2027
+ readonly apply: "Apply";
2028
+ readonly date_placeholder: "mm/dd/yyyy";
2029
+ readonly date_unavailable: "This date isn’t available. Please choose another one.";
2030
+ readonly end_after_start: "End date must be after the start date.";
2031
+ readonly end_date: "End date";
2032
+ readonly invalid_date: "Invalid date";
2033
+ readonly next_month: "Next month";
2034
+ readonly next_year: "Next year";
2035
+ readonly next_years: "Next years";
2036
+ readonly preview_month: "Preview month";
2037
+ readonly preview_year: "Preview year";
2038
+ readonly preview_years: "Preview years";
2039
+ readonly select_date: "Select a date";
2040
+ readonly select_range: "Select a date range";
2041
+ readonly select_valid_date: "Select a valid date to continue your range.";
2042
+ readonly start_before_end: "Start date must be before the end date.";
2043
+ readonly start_date: "Start date";
2044
+ readonly clear: "Clear selection";
2045
+ readonly no_date_applied: "Selected dates pending application.";
2046
+ } | {
2047
+ readonly apply: "Aplicar";
2048
+ readonly clear: "Limpiar selección";
2049
+ readonly date_placeholder: "dd/mm/aaaa";
2050
+ readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
2051
+ readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
2052
+ readonly end_date: "Fecha final";
2053
+ readonly invalid_date: "Fecha inválida";
2054
+ readonly next_month: "Mes siguiente";
2055
+ readonly next_year: "Año siguiente";
2056
+ readonly next_years: "Años siguientes";
2057
+ readonly preview_month: "Mes anterior";
2058
+ readonly preview_year: "Año anterior";
2059
+ readonly preview_years: "Años anteriores";
2060
+ readonly select_date: "Selecciona una fecha";
2061
+ readonly select_range: "Selecciona un rango de fechas";
2062
+ readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
2063
+ readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
2064
+ readonly start_date: "Fecha inicial";
2065
+ readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
2066
+ };
2067
+ set config(value: DatePickerConfig);
2068
+ get config(): DatePickerConfig;
2069
+ set appearance(value: DatePickerAppearance);
2070
+ get appearance(): DatePickerAppearance;
2071
+ clear: EventEmitter<void>;
2072
+ close: EventEmitter<void>;
2073
+ response: EventEmitter<DatePickerResponse>;
2074
+ handleClear(): void;
2075
+ handleResponse(value: Date[] | Date): void;
2076
+ handleCloseButton(): void;
2077
+ applyOnClose(): boolean;
2078
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDatePickerComponent, never>;
2079
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityDatePickerComponent, "gravity-date-picker", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "datePickerType": { "alias": "datePickerType"; "required": false; }; "config": { "alias": "config"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, { "clear": "clear"; "close": "close"; "response": "response"; }, never, never, true, never>;
2080
+ }
2081
+
2082
+ declare function changeDate(offset: number, currentDate: Date, isMonth: boolean): Date;
2083
+ declare function isPeriodAvailable(currentDate: Date, limitDate: Date, period: 'month' | 'year', direction: 'prev' | 'next', startYearBlock?: number): boolean;
2084
+ declare function calendarDateToDate(cd: CalendarDate): Date;
2085
+
2086
+ declare function isPreview(component: DayCalendarComponent, day: CalendarDate): boolean;
2087
+ declare function onHoverDay(component: DayCalendarComponent, day: CalendarDate): void;
2088
+ declare function onClearHover(component: DayCalendarComponent): void;
2089
+ declare function searchDate(component: DayCalendarComponent, dateStr: string, target: 'start' | 'end'): void;
2090
+ declare function onDateKeyup(component: DayCalendarComponent, event: KeyboardEvent, target: 'start' | 'end'): void;
2091
+
2092
+ declare class DayCalendarComponent implements OnChanges {
2093
+ initYear: Date;
2094
+ initMonth: Date;
2095
+ range: boolean;
2096
+ config: DatePickerConfig;
2097
+ restart: boolean;
2098
+ appyOnClose: boolean;
2099
+ currentDate: Date;
2100
+ appearance: DatePickerAppearance;
2101
+ navType: 'prev' | 'next' | 'both' | 'none';
2102
+ clearHover: EventEmitter<void>;
2103
+ clearSelection: EventEmitter<void>;
2104
+ hoverDay: EventEmitter<CalendarDate>;
2105
+ selectedRage: EventEmitter<CalendarDate>;
2106
+ calendarResponse: EventEmitter<Date[] | Date>;
2107
+ endDateField: GravityTextFieldComponent;
2108
+ startDateField: GravityTextFieldComponent;
2109
+ endDateError: string;
2110
+ startDateError: string;
2111
+ endFieldDisabled: boolean;
2112
+ startFieldDisabled: boolean;
2113
+ selectedRangeEnd: CalendarDate | null;
2114
+ selectedRangeStart: CalendarDate | null;
2115
+ showYearCalendar: boolean;
2116
+ showMonthCalendar: boolean;
2117
+ focused: 'start' | 'end';
2118
+ hoveredDay: CalendarDate | null;
2119
+ selectedDay: CalendarDate | null;
2120
+ notification: {
2121
+ text: string;
2122
+ error: boolean;
2123
+ };
2124
+ get i18n(): {
2125
+ readonly apply: "Apply";
2126
+ readonly date_placeholder: "mm/dd/yyyy";
2127
+ readonly date_unavailable: "This date isn’t available. Please choose another one.";
2128
+ readonly end_after_start: "End date must be after the start date.";
2129
+ readonly end_date: "End date";
2130
+ readonly invalid_date: "Invalid date";
2131
+ readonly next_month: "Next month";
2132
+ readonly next_year: "Next year";
2133
+ readonly next_years: "Next years";
2134
+ readonly preview_month: "Preview month";
2135
+ readonly preview_year: "Preview year";
2136
+ readonly preview_years: "Preview years";
2137
+ readonly select_date: "Select a date";
2138
+ readonly select_range: "Select a date range";
2139
+ readonly select_valid_date: "Select a valid date to continue your range.";
2140
+ readonly start_before_end: "Start date must be before the end date.";
2141
+ readonly start_date: "Start date";
2142
+ readonly clear: "Clear selection";
2143
+ readonly no_date_applied: "Selected dates pending application.";
2144
+ } | {
2145
+ readonly apply: "Aplicar";
2146
+ readonly clear: "Limpiar selección";
2147
+ readonly date_placeholder: "dd/mm/aaaa";
2148
+ readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
2149
+ readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
2150
+ readonly end_date: "Fecha final";
2151
+ readonly invalid_date: "Fecha inválida";
2152
+ readonly next_month: "Mes siguiente";
2153
+ readonly next_year: "Año siguiente";
2154
+ readonly next_years: "Años siguientes";
2155
+ readonly preview_month: "Mes anterior";
2156
+ readonly preview_year: "Año anterior";
2157
+ readonly preview_years: "Años anteriores";
2158
+ readonly select_date: "Selecciona una fecha";
2159
+ readonly select_range: "Selecciona un rango de fechas";
2160
+ readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
2161
+ readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
2162
+ readonly start_date: "Fecha inicial";
2163
+ readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
2164
+ };
2165
+ get monthsList(): string[];
2166
+ get daysList(): string[];
2167
+ trackByWeek(index: number, _: any): number;
2168
+ trackByDay(_: number, day: CalendarDate): string;
2169
+ ngOnChanges(changes: SimpleChanges): void;
2170
+ private processInitDate;
2171
+ hasDateSelected(requireBothInRange?: boolean): boolean;
2172
+ getDaySelectionClass(day: CalendarDate): string;
2173
+ private getSingleDaySelectionClass;
2174
+ onSelectDay(day: CalendarDate): void;
2175
+ applySelectedDate(): void;
2176
+ clearSelectedDate(clearTarget: 'all' | 'start' | 'end'): void;
2177
+ handleCalendarResponse(date: Date | Date[], isMonth: boolean): void;
2178
+ handleOnClickDropdownLabel(isMonth: boolean): void;
2179
+ getMonthGrid(): CalendarDate[][];
2180
+ protected readonly changeDate: typeof changeDate;
2181
+ protected readonly isPreview: typeof isPreview;
2182
+ protected readonly searchDate: typeof searchDate;
2183
+ protected readonly onHoverDay: typeof onHoverDay;
2184
+ protected readonly onDateKeyup: typeof onDateKeyup;
2185
+ protected readonly onClearHover: typeof onClearHover;
2186
+ protected readonly isPeriodAvailable: typeof isPeriodAvailable;
2187
+ protected readonly calendarDateToDate: typeof calendarDateToDate;
2188
+ static ɵfac: i0.ɵɵFactoryDeclaration<DayCalendarComponent, never>;
2189
+ static ɵcmp: i0.ɵɵComponentDeclaration<DayCalendarComponent, "day-calendar", never, { "initYear": { "alias": "initYear"; "required": false; }; "initMonth": { "alias": "initMonth"; "required": false; }; "range": { "alias": "range"; "required": false; }; "config": { "alias": "config"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appyOnClose": { "alias": "appyOnClose"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "navType": { "alias": "navType"; "required": false; }; }, { "clearHover": "clearHover"; "clearSelection": "clearSelection"; "hoverDay": "hoverDay"; "selectedRage": "selectedRage"; "calendarResponse": "calendarResponse"; }, never, never, true, never>;
2190
+ }
2191
+
2192
+ declare class MonthCalendarComponent implements OnChanges {
2193
+ config: DatePickerConfig;
2194
+ initDate: Date | Date[];
2195
+ restart: boolean;
2196
+ appearance: DatePickerAppearance;
2197
+ integratedMode: boolean;
2198
+ clearSelection: EventEmitter<void>;
2199
+ response: EventEmitter<Date[] | Date>;
2200
+ currentDate: Date;
2201
+ selectedMonth: CalendarPeriod;
2202
+ get i18n(): {
2203
+ readonly apply: "Apply";
2204
+ readonly date_placeholder: "mm/dd/yyyy";
2205
+ readonly date_unavailable: "This date isn’t available. Please choose another one.";
2206
+ readonly end_after_start: "End date must be after the start date.";
2207
+ readonly end_date: "End date";
2208
+ readonly invalid_date: "Invalid date";
2209
+ readonly next_month: "Next month";
2210
+ readonly next_year: "Next year";
2211
+ readonly next_years: "Next years";
2212
+ readonly preview_month: "Preview month";
2213
+ readonly preview_year: "Preview year";
2214
+ readonly preview_years: "Preview years";
2215
+ readonly select_date: "Select a date";
2216
+ readonly select_range: "Select a date range";
2217
+ readonly select_valid_date: "Select a valid date to continue your range.";
2218
+ readonly start_before_end: "Start date must be before the end date.";
2219
+ readonly start_date: "Start date";
2220
+ readonly clear: "Clear selection";
2221
+ readonly no_date_applied: "Selected dates pending application.";
2222
+ } | {
2223
+ readonly apply: "Aplicar";
2224
+ readonly clear: "Limpiar selección";
2225
+ readonly date_placeholder: "dd/mm/aaaa";
2226
+ readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
2227
+ readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
2228
+ readonly end_date: "Fecha final";
2229
+ readonly invalid_date: "Fecha inválida";
2230
+ readonly next_month: "Mes siguiente";
2231
+ readonly next_year: "Año siguiente";
2232
+ readonly next_years: "Años siguientes";
2233
+ readonly preview_month: "Mes anterior";
2234
+ readonly preview_year: "Año anterior";
2235
+ readonly preview_years: "Años anteriores";
2236
+ readonly select_date: "Selecciona una fecha";
2237
+ readonly select_range: "Selecciona un rango de fechas";
2238
+ readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
2239
+ readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
2240
+ readonly start_date: "Fecha inicial";
2241
+ readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
2242
+ };
2243
+ get monthsList(): string[];
2244
+ get monthsShortList(): string[];
2245
+ ngOnChanges(changes: SimpleChanges): void;
2246
+ trackByMonth(_: number, month: CalendarPeriod): string;
2247
+ private processInitDate;
2248
+ onSelectMonth(month: CalendarPeriod): void;
2249
+ getMonthSelectionClass(month: CalendarPeriod): string;
2250
+ isCurrentMonth(month: CalendarPeriod): boolean;
2251
+ clearSelectedMonth(): void;
2252
+ applySelectedMonth(): void;
2253
+ getYearMonthsList(): CalendarPeriod[];
2254
+ protected readonly changeDate: typeof changeDate;
2255
+ protected readonly isPeriodAvailable: typeof isPeriodAvailable;
2256
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonthCalendarComponent, never>;
2257
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonthCalendarComponent, "month-calendar", never, { "config": { "alias": "config"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "integratedMode": { "alias": "integratedMode"; "required": false; }; }, { "clearSelection": "clearSelection"; "response": "response"; }, never, never, true, never>;
2258
+ }
2259
+
2260
+ declare class YearCalendarComponent implements OnChanges, OnInit {
2261
+ config: DatePickerConfig;
2262
+ initDate: Date | Date[];
2263
+ restart: boolean;
2264
+ appearance: DatePickerAppearance;
2265
+ integratedMode: boolean;
2266
+ clearSelection: EventEmitter<void>;
2267
+ response: EventEmitter<Date[] | Date>;
2268
+ selectedYear: number;
2269
+ currentDate: Date;
2270
+ startYear: number;
2271
+ get i18n(): {
2272
+ readonly apply: "Apply";
2273
+ readonly date_placeholder: "mm/dd/yyyy";
2274
+ readonly date_unavailable: "This date isn’t available. Please choose another one.";
2275
+ readonly end_after_start: "End date must be after the start date.";
2276
+ readonly end_date: "End date";
2277
+ readonly invalid_date: "Invalid date";
2278
+ readonly next_month: "Next month";
2279
+ readonly next_year: "Next year";
2280
+ readonly next_years: "Next years";
2281
+ readonly preview_month: "Preview month";
2282
+ readonly preview_year: "Preview year";
2283
+ readonly preview_years: "Preview years";
2284
+ readonly select_date: "Select a date";
2285
+ readonly select_range: "Select a date range";
2286
+ readonly select_valid_date: "Select a valid date to continue your range.";
2287
+ readonly start_before_end: "Start date must be before the end date.";
2288
+ readonly start_date: "Start date";
2289
+ readonly clear: "Clear selection";
2290
+ readonly no_date_applied: "Selected dates pending application.";
2291
+ } | {
2292
+ readonly apply: "Aplicar";
2293
+ readonly clear: "Limpiar selección";
2294
+ readonly date_placeholder: "dd/mm/aaaa";
2295
+ readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
2296
+ readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
2297
+ readonly end_date: "Fecha final";
2298
+ readonly invalid_date: "Fecha inválida";
2299
+ readonly next_month: "Mes siguiente";
2300
+ readonly next_year: "Año siguiente";
2301
+ readonly next_years: "Años siguientes";
2302
+ readonly preview_month: "Mes anterior";
2303
+ readonly preview_year: "Año anterior";
2304
+ readonly preview_years: "Años anteriores";
2305
+ readonly select_date: "Selecciona una fecha";
2306
+ readonly select_range: "Selecciona un rango de fechas";
2307
+ readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
2308
+ readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
2309
+ readonly start_date: "Fecha inicial";
2310
+ readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
2311
+ };
2312
+ trackByYear(_: number, year: number): string;
2313
+ ngOnInit(): void;
2314
+ ngOnChanges(changes: SimpleChanges): void;
2315
+ private processInitDate;
2316
+ setYearsBlock(year: number): void;
2317
+ onSelectYear(year: number): void;
2318
+ getYearSelectionClass(year: number): string;
2319
+ isCurrentYear(year: number): boolean;
2320
+ clearSelectedYear(): void;
2321
+ getYearList(): number[];
2322
+ protected readonly isPeriodAvailable: typeof isPeriodAvailable;
2323
+ static ɵfac: i0.ɵɵFactoryDeclaration<YearCalendarComponent, never>;
2324
+ static ɵcmp: i0.ɵɵComponentDeclaration<YearCalendarComponent, "year-calendar", never, { "config": { "alias": "config"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "integratedMode": { "alias": "integratedMode"; "required": false; }; }, { "clearSelection": "clearSelection"; "response": "response"; }, never, never, true, never>;
2325
+ }
2326
+
2327
+ interface SegmentedButton {
2328
+ text: string;
2329
+ icon?: string;
2330
+ value: string;
2331
+ cypressTag?: string;
2332
+ }
2333
+ declare class GravitySegmentedButtonComponent implements OnInit, AfterViewInit {
2334
+ size: 'sm' | 'md';
2335
+ buttons: SegmentedButton[];
2336
+ disabled: boolean;
2337
+ preselectedItem?: string;
2338
+ selected: EventEmitter<string>;
2339
+ buttonElements: QueryList<ElementRef<HTMLElement>>;
2340
+ selectedValue: string;
2341
+ sliderStyle: {
2342
+ left: string;
2343
+ width: string;
2344
+ };
2345
+ ngOnInit(): void;
2346
+ ngAfterViewInit(): void;
2347
+ onSelect(button: SegmentedButton): void;
2348
+ getState(button: SegmentedButton): string;
2349
+ updateSliderStyle(): void;
2350
+ getSliderStyle(): {
2351
+ left: string;
2352
+ width: string;
2353
+ };
2354
+ setSelectedValue(value: string): void;
2355
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravitySegmentedButtonComponent, never>;
2356
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravitySegmentedButtonComponent, "gravity-segmented-button", never, { "size": { "alias": "size"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "preselectedItem": { "alias": "preselectedItem"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
2357
+ }
2358
+
2359
+ declare class GravityCurrencyDisplayV2Component {
2360
+ cypressTag: string;
2361
+ disabled: boolean;
2362
+ type: 'full' | 'short-hrz' | 'short-vrt' | 'fiat-short';
2363
+ currency: {
2364
+ currency_name?: string;
2365
+ currency_id?: number;
2366
+ currency_iso: string;
2367
+ network_id?: number;
2368
+ network_iso?: string;
2369
+ pill_type?: 'primary' | 'secondary';
2370
+ };
2371
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyDisplayV2Component, never>;
2372
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyDisplayV2Component, "gravity-currency-display-v2", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; }, {}, never, never, true, never>;
2373
+ }
2374
+
2375
+ interface UserNotifications {
2376
+ user_id: number;
2377
+ seenNotifications?: PushNotification[];
2378
+ pendingNotifications?: PushNotification[];
2379
+ }
2380
+ interface PushNotification {
2381
+ bodyText?: string;
2382
+ iconName?: string;
2383
+ titleText?: string;
2384
+ notification_tag: string;
2385
+ bodyAdditionalText?: string;
2386
+ titleAdditionalText?: string;
2387
+ notification_viewed: boolean;
2388
+ }
2389
+ interface NotificationViewedStatusRequest {
2390
+ user_id: number;
2391
+ push_notifications: NotificationStatusUpdate[];
2392
+ }
2393
+ interface NotificationStatusUpdate {
2394
+ tag: string;
2395
+ new_status: string;
2396
+ }
2397
+
2398
+ interface BreadCrumb {
2399
+ icon?: string;
2400
+ list?: {
2401
+ text: string;
2402
+ callback?: () => void;
2403
+ isPressed?: boolean;
2404
+ }[];
2405
+ }
2406
+ declare class GravityHeaderComponent {
2407
+ title: string;
2408
+ logoUrl: string;
2409
+ longTitle: string;
2410
+ backButton: boolean;
2411
+ breadCrumb: BreadCrumb;
2412
+ language: 'en' | 'es';
2413
+ notifications: boolean;
2414
+ resolution: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
2415
+ userNotifications: UserNotifications | undefined;
2416
+ set isMenuOpen(value: boolean);
2417
+ get isMenuOpen(): boolean;
2418
+ backButtonResponse: EventEmitter<void>;
2419
+ toggleMenuResponse: EventEmitter<boolean>;
2420
+ viewedNotificationsResponse: EventEmitter<NotificationViewedStatusRequest>;
2421
+ private _isMenuOpen;
2422
+ iconToggle: boolean;
2423
+ isBackButtonPressed: boolean;
2424
+ toggleMenu(): void;
2425
+ backAction(): void;
2426
+ handleViewedNotificationsResponse($event: NotificationViewedStatusRequest): void;
2427
+ isMobile(): boolean;
2428
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityHeaderComponent, never>;
2429
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityHeaderComponent, "gravity-header", never, { "title": { "alias": "title"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "longTitle": { "alias": "longTitle"; "required": false; }; "backButton": { "alias": "backButton"; "required": false; }; "breadCrumb": { "alias": "breadCrumb"; "required": false; }; "language": { "alias": "language"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "userNotifications": { "alias": "userNotifications"; "required": false; }; "isMenuOpen": { "alias": "isMenuOpen"; "required": false; }; }, { "backButtonResponse": "backButtonResponse"; "toggleMenuResponse": "toggleMenuResponse"; "viewedNotificationsResponse": "viewedNotificationsResponse"; }, never, ["[main-actions]"], true, never>;
2430
+ }
2431
+
2432
+ interface GravityPageChangedEvent {
2433
+ page: number;
2434
+ itemsPerPage: number;
2435
+ }
2436
+ declare class GravityPaginationComponent implements OnChanges {
2437
+ currentLang: string;
2438
+ cypressTag: string;
2439
+ totalItems: number;
2440
+ itemsPerPage: number;
2441
+ currentPage: number;
2442
+ type: 'full' | 'compact' | 'page-count' | 'dots';
2443
+ showPageCount: boolean;
2444
+ showArrowDots: boolean;
2445
+ pageChanged: EventEmitter<GravityPageChangedEvent>;
2446
+ totalPages: number;
2447
+ pages: number[];
2448
+ ngOnChanges(changes: SimpleChanges): void;
2449
+ private updatePages;
2450
+ changePage(page: number): void;
2451
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityPaginationComponent, never>;
2452
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityPaginationComponent, "gravity-pagination", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showPageCount": { "alias": "showPageCount"; "required": false; }; "showArrowDots": { "alias": "showArrowDots"; "required": false; }; }, { "pageChanged": "pageChanged"; }, never, never, true, never>;
2453
+ }
2454
+
2455
+ declare class PushNotificationsService {
2456
+ userId: number;
2457
+ seenNotifications: PushNotification[];
2458
+ pendingNotifications: PushNotification[];
2459
+ loadUserNotifications(user: UserNotifications): void;
2460
+ toggleNotificationsPanel(open: boolean): NotificationViewedStatusRequest;
2461
+ getNotificationContent(text: string, additionalText: string): string;
2462
+ removeTextOverflow(elementId: string): void;
2463
+ clearLoginNotification(): void;
2464
+ static ɵfac: i0.ɵɵFactoryDeclaration<PushNotificationsService, never>;
2465
+ static ɵprov: i0.ɵɵInjectableDeclaration<PushNotificationsService>;
2466
+ }
2467
+
2468
+ declare class GravityPushNotificationsComponent implements OnInit, OnDestroy {
2469
+ readonly pushNotificationsService: PushNotificationsService;
2470
+ private readonly elementRef;
2471
+ set userNotifications(value: UserNotifications | undefined);
2472
+ viewedNotificationsResponse: EventEmitter<NotificationViewedStatusRequest>;
2473
+ isPanelOpen: boolean;
2474
+ _userNotifications: UserNotifications | undefined;
2475
+ viewedNotifications: NotificationViewedStatusRequest | undefined;
2476
+ constructor(pushNotificationsService: PushNotificationsService, elementRef: ElementRef);
2477
+ ngOnInit(): void;
2478
+ ngOnDestroy(): void;
2479
+ private processData;
2480
+ handleToggleNotificationsPanel(): void;
2481
+ onClick(event: MouseEvent): void;
2482
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityPushNotificationsComponent, never>;
2483
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityPushNotificationsComponent, "gravity-push-notifications", never, { "userNotifications": { "alias": "userNotifications"; "required": false; }; }, { "viewedNotificationsResponse": "viewedNotificationsResponse"; }, never, never, true, never>;
2484
+ }
2485
+
2486
+ interface MenuHeader {
2487
+ id: string;
2488
+ text: string;
2489
+ icon?: string;
2490
+ link?: string;
2491
+ collapsed?: boolean;
2492
+ cypress_tag?: string;
2493
+ permission_tag?: string;
2494
+ headerOptions?: MenuOption[];
2495
+ }
2496
+ interface MenuOption {
2497
+ text: string;
2498
+ link?: string;
2499
+ disabled?: boolean;
2500
+ badge_text?: string;
2501
+ cypress_tag?: string;
2502
+ }
2503
+ interface SecondaryActions {
2504
+ icon?: string;
2505
+ text?: string;
2506
+ callback?: () => void;
2507
+ clear_selection?: boolean;
2508
+ }
2509
+ declare class UserInfo {
2510
+ icon?: string;
2511
+ info?: string;
2512
+ }
2513
+ declare class MenuLogoUrls {
2514
+ main_logo_url: string;
2515
+ collapsed_logo_url?: string;
2516
+ }
2517
+
2518
+ declare class GravityMenuComponent implements AfterViewInit, OnChanges, OnDestroy {
2519
+ private elRef;
2520
+ private renderer;
2521
+ items: MenuHeader[];
2522
+ userInfo: UserInfo[];
2523
+ logoUrl: MenuLogoUrls;
2524
+ isOpen: boolean;
2525
+ collapsable: boolean;
2526
+ showCloseButton: boolean;
2527
+ cardButtons: SecondaryActions[];
2528
+ maxCardButtonsPerRow: number;
2529
+ currentLink: string | null;
2530
+ secondaryActions: SecondaryActions[];
2531
+ size: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
2532
+ mainFooterAction: {
2533
+ icon: string;
2534
+ text: string;
2535
+ callback?: () => void;
2536
+ } | null;
2537
+ close: EventEmitter<any>;
2538
+ selected: EventEmitter<string>;
2539
+ collapsed: EventEmitter<boolean>;
2540
+ menuBody: ElementRef<HTMLDivElement>;
2541
+ closing: boolean;
2542
+ scrollPosition: number;
2543
+ collapsedMode: boolean;
2544
+ visibleSubMenu: boolean;
2545
+ selectedOption: MenuOption | null;
2546
+ private resizeObserver;
2547
+ private clickOutsideListener;
2548
+ constructor(elRef: ElementRef, renderer: Renderer2);
2549
+ ngOnChanges(changes: SimpleChanges): void;
2550
+ ngAfterViewInit(): void;
2551
+ ngOnDestroy(): void;
2552
+ private preselectOptionByLink;
2553
+ private handleSizeChange;
2554
+ selectOption(option: MenuOption, header: MenuHeader): void;
2555
+ closeMenu(): void;
2556
+ toggleMenuHeader(header: MenuHeader, index: number): void;
2557
+ isHeaderSelected(header: MenuHeader): boolean;
2558
+ getCardButtonsRows(): any[][];
2559
+ collapseMenu(): void;
2560
+ hasOptionBadge(header: MenuHeader): boolean;
2561
+ clearSelection(clearSelection: boolean): void;
2562
+ private updateOverflow;
2563
+ private toggleAllHeaders;
2564
+ private adjustScrollOnGrow;
2565
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityMenuComponent, never>;
2566
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityMenuComponent, "gravity-menu", never, { "items": { "alias": "items"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "collapsable": { "alias": "collapsable"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "cardButtons": { "alias": "cardButtons"; "required": false; }; "maxCardButtonsPerRow": { "alias": "maxCardButtonsPerRow"; "required": false; }; "currentLink": { "alias": "currentLink"; "required": false; }; "secondaryActions": { "alias": "secondaryActions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "mainFooterAction": { "alias": "mainFooterAction"; "required": false; }; }, { "close": "close"; "selected": "selected"; "collapsed": "collapsed"; }, never, never, true, never>;
2567
+ }
2568
+
2569
+ declare class GravityTooltipContainerComponent {
2570
+ cypressTag: string;
2571
+ tooltipBanner?: any | [
2572
+ {
2573
+ imageUrl?: string;
2574
+ actionContent?: {
2575
+ text: string;
2576
+ icon: string;
2577
+ status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
2578
+ };
2579
+ header?: {
2580
+ icon: string;
2581
+ title: string;
2582
+ subtitle: string;
2583
+ };
2584
+ body?: string;
2585
+ button?: {
2586
+ text: string;
2587
+ icon: string;
2588
+ iconPosition: 'left' | 'right';
2589
+ type: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
2590
+ };
2591
+ }
2592
+ ];
2593
+ tooltipSimple?: {
2594
+ title?: string;
2595
+ text?: string;
2596
+ };
2597
+ closeBanner: EventEmitter<void>;
2598
+ actionButton: EventEmitter<void>;
2599
+ currentPage: number;
2600
+ get currentBanner(): any;
2601
+ changePage(event: any): void;
2602
+ closeBannerTooltip(): void;
2603
+ actionButtonClicked(): void;
2604
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipContainerComponent, never>;
2605
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipContainerComponent, "gravity-tooltip-container", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "tooltipBanner": { "alias": "tooltipBanner"; "required": false; }; "tooltipSimple": { "alias": "tooltipSimple"; "required": false; }; }, { "closeBanner": "closeBanner"; "actionButton": "actionButton"; }, never, never, true, never>;
2606
+ }
2607
+
2608
+ declare class GravityDesignSystemModule {
2609
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDesignSystemModule, never>;
2610
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GravityDesignSystemModule, never, [typeof i1$1.AngularSvgIconModule, typeof i2.AngularSvgIconPreloaderModule, typeof i3.BsDatepickerModule, typeof i1.CommonModule, typeof i5.FormsModule, typeof GravityTooltipModule, typeof i7.NgbDatepickerModule, typeof i7.NgbOffcanvasModule, typeof i7.NgbProgressbarModule, typeof i7.NgbToastModule, typeof i5.ReactiveFormsModule, typeof i8.RouterLink, typeof GravityAttachFileComponent, typeof GravityAvatarStackComponent, typeof GravityGenericAvatarComponent, typeof GravityBadgeComponent, typeof GravityButtonComponent, typeof GravityCalendarV2Component, typeof GravityCheckboxComponent, typeof GravityCurrencyComponent, typeof GravityCurrencyDropdownShortComponent, typeof GravityDataViewsV2Component, typeof GravityDialogComponent, typeof GravityDetailContainerComponent, typeof GravityDropdownListComponent, typeof GravityDropdownListDisplayComponent, typeof GravityIconButtonComponent, typeof GravityIconComponent, typeof GravityMultiLanguageComponent, typeof GravityNetworkPillComponent, typeof GravityNotificationComponent, typeof GravityNotificationInstantContainerComponent, typeof GravityRadioButtonComponent, typeof GravityStatusIndicatorComponent, typeof GravityStepperComponent, typeof GravitySwitchComponent, typeof GravityTableComponent, typeof GravityTablesV2Component, typeof GravityTextFieldComponent, typeof GravityTextFieldAmountOnlyComponent, typeof GravityTextFieldNumberOnlyComponent, typeof GravityTreeViewComponent, typeof NodeComponent, typeof NodeToggleComponent, typeof NodeCheckboxComponent, typeof NodeNameComponent, typeof FilterByPipe, typeof DateAbbreviationPipe, typeof BsDatepickerDayDecoratorComponent, typeof BsDatepickerNavigationViewComponent, typeof BsDaysCalendarViewComponent, typeof BsMonthCalendarViewComponent, typeof BsYearsCalendarViewComponent, typeof BsDatepickerContainerComponent, typeof BsDatepickerDirective, typeof BsDatepickerInlineContainerComponent, typeof BsDatepickerInlineDirective, typeof BsDaterangepickerContainerComponent, typeof BsDaterangepickerDirective, typeof BsDaterangepickerInlineContainerComponent, typeof BsDaterangepickerInlineDirective, typeof GravityModalComponent, typeof GravityLinkComponent, typeof GravityTabPrimaryComponent, typeof GravityTabSecondaryComponent, typeof GravityChipGroupComponent, typeof GravityEditableInputComponent, typeof GravityCardButtonComponent, typeof GravityDropdownLabelComponent, typeof GravityNavigationCardComponent, typeof GravityGenericAvatarSecondaryComponent, typeof GravityBackdropComponent, typeof GravityDatePickerComponent, typeof DayCalendarComponent, typeof MonthCalendarComponent, typeof YearCalendarComponent, typeof GravitySegmentedButtonComponent, typeof GravityCurrencyDisplayV2Component, typeof GravityHeaderComponent, typeof GravityPaginationComponent, typeof GravityPushNotificationsComponent, typeof GravityMenuComponent, typeof GravityTooltipContainerComponent], [typeof GravityAttachFileComponent, typeof GravityAvatarStackComponent, typeof GravityGenericAvatarComponent, typeof GravityBadgeComponent, typeof GravityButtonComponent, typeof GravityCalendarV2Component, typeof GravityCheckboxComponent, typeof GravityCurrencyComponent, typeof GravityCurrencyDisplayV2Component, typeof GravityCurrencyDropdownShortComponent, typeof GravityDataViewsV2Component, typeof GravityDialogComponent, typeof GravityDetailContainerComponent, typeof GravityDropdownListComponent, typeof GravityDropdownListDisplayComponent, typeof GravityIconButtonComponent, typeof GravityIconComponent, typeof GravityMultiLanguageComponent, typeof GravityNetworkPillComponent, typeof GravityNotificationInstantContainerComponent, typeof GravityRadioButtonComponent, typeof GravityStatusIndicatorComponent, typeof GravityStepperComponent, typeof GravitySwitchComponent, typeof GravityTableComponent, typeof GravityTablesV2Component, typeof GravityTextFieldComponent, typeof GravityTextFieldAmountOnlyComponent, typeof GravityTextFieldNumberOnlyComponent, typeof GravityTooltipModule, typeof GravityTreeViewComponent, typeof GravityModalComponent, typeof GravityLinkComponent, typeof GravityTabPrimaryComponent, typeof GravityTabSecondaryComponent, typeof GravityChipGroupComponent, typeof GravityEditableInputComponent, typeof GravityCardButtonComponent, typeof GravityNavigationCardComponent, typeof GravityGenericAvatarSecondaryComponent, typeof GravityBackdropComponent, typeof GravityDatePickerComponent, typeof GravitySegmentedButtonComponent, typeof GravityHeaderComponent, typeof GravityPaginationComponent, typeof GravityPushNotificationsComponent, typeof GravityMenuComponent, typeof GravityTooltipContainerComponent]>;
2611
+ static ɵinj: i0.ɵɵInjectorDeclaration<GravityDesignSystemModule>;
2612
+ }
2613
+
2614
+ declare class GravityDialogManagerService {
2615
+ private readonly ngbModal;
2616
+ private readonly gravityInstantNotificationsService;
2617
+ constructor(ngbModal: NgbModal, gravityInstantNotificationsService: GravityInstantNotificationsService);
2618
+ openModal(gravityDialogContentInterface: GravityDialogContentInterface, scrollableDialog?: boolean, modalSize?: 'sm' | 'md' | 'lg' | 'xl' | 'fit', backdrop?: boolean | 'static'): NgbModalRef;
2619
+ throwInformativeNotification(notificationContent: GravityNotificationContent): void;
2620
+ throwInstantNotification(notificationContent: GravityNotificationContent): void;
2621
+ closeModal(modalToClose: NgbModalRef, returnValue?: any): any;
2622
+ closeAllModals(): boolean;
2623
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityDialogManagerService, never>;
2624
+ static ɵprov: i0.ɵɵInjectableDeclaration<GravityDialogManagerService>;
2625
+ }
2626
+
2627
+ declare class GravityTooltipComponent implements OnInit {
2628
+ private elementRef;
2629
+ private renderer;
2630
+ _show: boolean;
2631
+ events: EventEmitter<any>;
2632
+ data: any;
2633
+ hostStyleTop: string;
2634
+ hostStyleLeft: string;
2635
+ hostStyleZIndex: number;
2636
+ hostStyleTransition: string;
2637
+ hostStyleWidth: string;
2638
+ hostStyleMaxWidth: string;
2639
+ hostStylePointerEvents: string;
2640
+ hostClassShow: boolean;
2641
+ hostClassShadow: boolean;
2642
+ hostClassLight: boolean;
2643
+ hostClassNoPointer: boolean;
2644
+ hostClassPersistent: boolean;
2645
+ transitionEnd(): void;
2646
+ set show(value: boolean);
2647
+ get show(): boolean;
2648
+ get placement(): any;
2649
+ get autoPlacement(): any;
2650
+ get element(): any;
2651
+ get elementPosition(): any;
2652
+ get options(): any;
2653
+ get value(): any;
2654
+ get tooltipOffset(): number;
2655
+ get isThemeLight(): boolean;
2656
+ constructor(elementRef: ElementRef, renderer: Renderer2);
2657
+ ngOnInit(): void;
2658
+ setPosition(): void;
2659
+ setPlacementClass(placement: string): void;
2660
+ setHostStyle(placement: string, disableAutoPlacement?: boolean): boolean;
2661
+ setZIndex(): void;
2662
+ setCustomClass(): void;
2663
+ setAnimationDuration(): void;
2664
+ setStyles(): void;
2665
+ closeTooltip(): void;
2666
+ static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipComponent, never>;
2667
+ static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipComponent, "tooltip", never, { "data": { "alias": "data"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
2668
+ }
2669
+
2670
+ export { BsNavigationDirection, GravityAttachFileComponent, GravityAvatarStackComponent, GravityBackdropComponent, GravityBadgeComponent, GravityButtonComponent, GravityCalendarV2Component, GravityCardButtonComponent, GravityCheckboxComponent, GravityChipGroupComponent, GravityCurrencyComponent, GravityCurrencyDisplayV2Component, GravityCurrencyDropdownShortComponent, GravityDataViewsV2Component, GravityDatePickerComponent, GravityDesignSystemModule, GravityDetailContainerComponent, GravityDialogComponent, GravityDialogManagerService, GravityDropdownLabelComponent, GravityDropdownListComponent, GravityDropdownListDisplayComponent, GravityEditableInputComponent, GravityGenericAvatarComponent, GravityGenericAvatarSecondaryComponent, GravityHeaderComponent, GravityIconButtonComponent, GravityIconComponent, GravityLinkComponent, GravityMenuComponent, GravityModalComponent, GravityMultiLanguageComponent, GravityNavigationCardComponent, GravityNetworkPillComponent, GravityNotificationInstantContainerComponent, GravityPaginationComponent, GravityPushNotificationsComponent, GravityRadioButtonComponent, GravitySegmentedButtonComponent, GravityStatusIndicatorComponent, GravityStepperComponent, GravitySwitchComponent, GravityTabPrimaryComponent, GravityTabSecondaryComponent, GravityTableComponent, GravityTablesV2Component, GravityTextFieldAmountOnlyComponent, GravityTextFieldComponent, GravityTextFieldNumberOnlyComponent, GravityTooltipComponent, GravityTooltipContainerComponent, GravityTooltipDirective, GravityTooltipModule, GravityTreeViewComponent, ICONS, OLD_ICONS };
2671
+ export type { AdComponent, BreadCrumb, BsDatepickerViewMode, BsNavigationEvent, BsViewNavigationEvent, CalendarCellViewModel, CellHoverEvent, DatepickerFormatOptions, DatepickerRenderOptions, DayViewModel, DaysCalendarModel, DaysCalendarViewModel, GravityChipItem, GravityDialogContentInterface, GravityNotificationContent, GravityPageChangedEvent, MonthViewOptions, MonthsCalendarViewModel, NavigationViewModel, NodeItem, NodeState, SegmentedButton, WeekViewModel, YearsCalendarViewModel };