@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
@@ -1,7 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- /**
3
- * This is not a real service, but it looks like it from the outside.
4
- * It's just an InjectionToken used to import the config (initOptions) object, provided from the outside
5
- */
6
- export const TooltipOptionsService = new InjectionToken('TooltipOptions');
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9ucy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZ3Jhdml0eS1kZXNpZ24tc3lzdGVtL3NyYy9saWIvdmVuZG9yL2dyYXZpdHktdG9vbHRpcC9vcHRpb25zLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUcvQzs7O0dBR0c7QUFDSCxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyxJQUFJLGNBQWMsQ0FBaUIsZ0JBQWdCLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUb29sdGlwT3B0aW9ucyB9IGZyb20gJy4vb3B0aW9ucy5pbnRlcmZhY2UnO1xuXG4vKipcbiAqIFRoaXMgaXMgbm90IGEgcmVhbCBzZXJ2aWNlLCBidXQgaXQgbG9va3MgbGlrZSBpdCBmcm9tIHRoZSBvdXRzaWRlLlxuICogSXQncyBqdXN0IGFuIEluamVjdGlvblRva2VuIHVzZWQgdG8gaW1wb3J0IHRoZSBjb25maWcgKGluaXRPcHRpb25zKSBvYmplY3QsIHByb3ZpZGVkIGZyb20gdGhlIG91dHNpZGVcbiAqL1xuZXhwb3J0IGNvbnN0IFRvb2x0aXBPcHRpb25zU2VydmljZSA9IG5ldyBJbmplY3Rpb25Ub2tlbjxUb29sdGlwT3B0aW9ucz4oJ1Rvb2x0aXBPcHRpb25zJyk7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Npb19yZXNvdXJjZXMtZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvZ3Jhdml0eS1kZXNpZ24tc3lzdGVtL3NyYy9wcm9ncmVzc2lvX3Jlc291cmNlcy1ncmF2aXR5LWRlc2lnbi1zeXN0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,62 +0,0 @@
1
- /*
2
- * Public API Surface of gravity-design-system
3
- */
4
- export * from './lib/gravity-design-system.module';
5
- //Components
6
- export * from './lib/components/gravity-attach-file/gravity-attach-file.component';
7
- export * from './lib/components/gravity-avatar-stack/gravity-avatar-stack.component';
8
- export * from './lib/components/gravity-badge/gravity-badge.component';
9
- export * from './lib/components/gravity-button/gravity-button.component';
10
- export * from './lib/components/gravity-calendar-v2/gravity-calendar-v2.component';
11
- export * from './lib/components/gravity-date-picker/gravity-date-picker.component';
12
- export * from './lib/components/gravity-checkbox/gravity-checkbox.component';
13
- export * from './lib/components/gravity-currency/gravity-currency.component';
14
- export * from './lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component';
15
- export * from './lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component';
16
- export * from './lib/components/gravity-data-views-v2/gravity-data-views-v2.component';
17
- export * from './lib/components/gravity-detail-container/gravity-detail-container.component';
18
- export * from './lib/components/gravity-dialog/gravity-dialog.component';
19
- export * from './lib/components/gravity-dropdown-list/gravity-dropdown-list.component';
20
- export * from './lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component';
21
- export * from './lib/components/gravity-icon/gravity-icon.component';
22
- export * from './lib/components/gravity-icon-button/gravity-icon-button.component';
23
- export * from './lib/components/gravity-multi-language/gravity-multi-language.component';
24
- export * from './lib/components/gravity-network-pill/gravity-network-pill.component';
25
- export * from './lib/components/gravity-notification-instant/gravity-notification-instant-container.component';
26
- export * from './lib/components/gravity-radio-button/gravity-radio-button.component';
27
- export * from './lib/components/gravity-status-indicator/gravity-status-indicator.component';
28
- export * from './lib/components/gravity-stepper/gravity-stepper.component';
29
- export * from './lib/components/gravity-switch/gravity-switch.component';
30
- export * from './lib/components/gravity-table/gravity-table.component';
31
- export * from './lib/components/gravity-tables-v2/gravity-tables-v2.component';
32
- export * from './lib/components/gravity-text-field/gravity-text-field.component';
33
- export * from './lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component';
34
- export * from './lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component';
35
- export * from './lib/components/gravity-tree-view/gravity-tree-view.component';
36
- export * from './lib/components/gravity-generic-avatar/gravity-generic-avatar.component';
37
- export * from './lib/components/gravity-modal/gravity-modal.component';
38
- export * from './lib/components/gravity-link/gravity-link.component';
39
- export * from './lib/components/gravity-tab-primary/gravity-tab-primary.component';
40
- export * from './lib/components/gravity-tab-secondary/gravity-tab-secondary.component';
41
- export * from './lib/components/gravity-chip-group/gravity-chip-group.component';
42
- export * from './lib/components/gravity-editable-input/gravity-editable-input.component';
43
- export * from './lib/components/gravity-card-button/gravity-card-button.component';
44
- export * from './lib/components/gravity-dropdown-label/gravity-dropdown-label.component';
45
- export * from './lib/components/gravity-navigation-card/gravity-navigation-card.component';
46
- export * from './lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component';
47
- export * from './lib/components/gravity-backdrop/gravity-backdrop.component';
48
- export * from './lib/components/gravity-segmented-button/gravity-segmented-button.component';
49
- export * from './lib/components/gravity-push-notifications/gravity-push-notifications.component';
50
- export * from './lib/components/gravity-pagination/gravity-pagination.component';
51
- export * from './lib/components/gravity-tooltip-container/gravity-tooltip-container.component';
52
- //Layout
53
- export * from './lib/layout/gravity-header/gravity-header.component';
54
- export * from './lib/layout/gravity-menu/gravity-menu.component';
55
- //Services
56
- export * from './lib/services/gravity-dialog-manager.service';
57
- //Vendor
58
- export * from './lib/vendor/gravity-tooltip';
59
- //Models and interfaces
60
- export * from './lib/components/gravity-notification/gravity-notification-content.interface';
61
- export * from './lib/components/gravity-calendar-v2/datepicker/models';
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsb0NBQW9DLENBQUM7QUFFbkQsWUFBWTtBQUNaLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLHdEQUF3RCxDQUFBO0FBQ3RFLGNBQWMsMERBQTBELENBQUM7QUFDekUsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsOERBQThELENBQUM7QUFDN0UsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLG9GQUFvRixDQUFDO0FBQ25HLGNBQWMsNEZBQTRGLENBQUM7QUFDM0csY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLDhFQUE4RSxDQUFDO0FBQzdGLGNBQWMsMERBQTBELENBQUM7QUFDekUsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLHdGQUF3RixDQUFDO0FBQ3ZHLGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLDBFQUEwRSxDQUFDO0FBQ3pGLGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyxnR0FBZ0csQ0FBQztBQUMvRyxjQUFjLHNFQUFzRSxDQUFDO0FBQ3JGLGNBQWMsOEVBQThFLENBQUM7QUFDN0YsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLDBEQUEwRCxDQUFDO0FBQ3pFLGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYyxnRUFBZ0UsQ0FBQztBQUMvRSxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsMEZBQTBGLENBQUM7QUFDekcsY0FBYywwRkFBMEYsQ0FBQztBQUN6RyxjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsMEVBQTBFLENBQUM7QUFDekYsY0FBYyx3REFBd0QsQ0FBQztBQUN2RSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsb0VBQW9FLENBQUE7QUFDbEYsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsMEVBQTBFLENBQUM7QUFDekYsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLDBFQUEwRSxDQUFDO0FBQ3pGLGNBQWMsNEVBQTRFLENBQUM7QUFDM0YsY0FBYyw4RkFBOEYsQ0FBQTtBQUM1RyxjQUFjLDhEQUE4RCxDQUFDO0FBQzdFLGNBQWMsOEVBQThFLENBQUM7QUFDN0YsY0FBYyxrRkFBa0YsQ0FBQztBQUNqRyxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsZ0ZBQWdGLENBQUM7QUFFL0YsUUFBUTtBQUNSLGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyxrREFBa0QsQ0FBQTtBQUVoRSxVQUFVO0FBQ1YsY0FBYywrQ0FBK0MsQ0FBQztBQUU5RCxRQUFRO0FBQ1IsY0FBYyw4QkFBOEIsQ0FBQztBQUU3Qyx1QkFBdUI7QUFDdkIsY0FBYyw4RUFBOEUsQ0FBQztBQUM3RixjQUFjLHdEQUF3RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBncmF2aXR5LWRlc2lnbi1zeXN0ZW1cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0ubW9kdWxlJztcblxuLy9Db21wb25lbnRzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktYXR0YWNoLWZpbGUvZ3Jhdml0eS1hdHRhY2gtZmlsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWF2YXRhci1zdGFjay9ncmF2aXR5LWF2YXRhci1zdGFjay5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWJhZGdlL2dyYXZpdHktYmFkZ2UuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWJ1dHRvbi9ncmF2aXR5LWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWNhbGVuZGFyLXYyL2dyYXZpdHktY2FsZW5kYXItdjIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1kYXRlLXBpY2tlci9ncmF2aXR5LWRhdGUtcGlja2VyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktY2hlY2tib3gvZ3Jhdml0eS1jaGVja2JveC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWN1cnJlbmN5L2dyYXZpdHktY3VycmVuY3kuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1jdXJyZW5jeS1kaXNwbGF5LXYyL2dyYXZpdHktY3VycmVuY3ktZGlzcGxheS12Mi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWN1cnJlbmN5LWRyb3Bkb3duLXNob3J0L2dyYXZpdHktY3VycmVuY3ktZHJvcGRvd24tc2hvcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1kYXRhLXZpZXdzLXYyL2dyYXZpdHktZGF0YS12aWV3cy12Mi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWRldGFpbC1jb250YWluZXIvZ3Jhdml0eS1kZXRhaWwtY29udGFpbmVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktZGlhbG9nL2dyYXZpdHktZGlhbG9nLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktZHJvcGRvd24tbGlzdC9ncmF2aXR5LWRyb3Bkb3duLWxpc3QuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1kcm9wZG93bi1saXN0LWRpc3BsYXkvZ3Jhdml0eS1kcm9wZG93bi1saXN0LWRpc3BsYXkuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1pY29uL2dyYXZpdHktaWNvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWljb24tYnV0dG9uL2dyYXZpdHktaWNvbi1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1tdWx0aS1sYW5ndWFnZS9ncmF2aXR5LW11bHRpLWxhbmd1YWdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktbmV0d29yay1waWxsL2dyYXZpdHktbmV0d29yay1waWxsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktbm90aWZpY2F0aW9uLWluc3RhbnQvZ3Jhdml0eS1ub3RpZmljYXRpb24taW5zdGFudC1jb250YWluZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1yYWRpby1idXR0b24vZ3Jhdml0eS1yYWRpby1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1zdGF0dXMtaW5kaWNhdG9yL2dyYXZpdHktc3RhdHVzLWluZGljYXRvci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LXN0ZXBwZXIvZ3Jhdml0eS1zdGVwcGVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktc3dpdGNoL2dyYXZpdHktc3dpdGNoLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktdGFibGUvZ3Jhdml0eS10YWJsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LXRhYmxlcy12Mi9ncmF2aXR5LXRhYmxlcy12Mi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LXRleHQtZmllbGQvZ3Jhdml0eS10ZXh0LWZpZWxkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktdGV4dC1maWVsZC1hbW91bnQtb25seS9ncmF2aXR5LXRleHQtZmllbGQtYW1vdW50LW9ubHkuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS10ZXh0LWZpZWxkLW51bWJlci1vbmx5L2dyYXZpdHktdGV4dC1maWVsZC1udW1iZXItb25seS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LXRyZWUtdmlldy9ncmF2aXR5LXRyZWUtdmlldy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWdlbmVyaWMtYXZhdGFyL2dyYXZpdHktZ2VuZXJpYy1hdmF0YXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1tb2RhbC9ncmF2aXR5LW1vZGFsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktbGluay9ncmF2aXR5LWxpbmsuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS10YWItcHJpbWFyeS9ncmF2aXR5LXRhYi1wcmltYXJ5LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS10YWItc2Vjb25kYXJ5L2dyYXZpdHktdGFiLXNlY29uZGFyeS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWNoaXAtZ3JvdXAvZ3Jhdml0eS1jaGlwLWdyb3VwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktZWRpdGFibGUtaW5wdXQvZ3Jhdml0eS1lZGl0YWJsZS1pbnB1dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LWNhcmQtYnV0dG9uL2dyYXZpdHktY2FyZC1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1kcm9wZG93bi1sYWJlbC9ncmF2aXR5LWRyb3Bkb3duLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktbmF2aWdhdGlvbi1jYXJkL2dyYXZpdHktbmF2aWdhdGlvbi1jYXJkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktZ2VuZXJpYy1hdmF0YXItc2Vjb25kYXJ5L2dyYXZpdHktZ2VuZXJpYy1hdmF0YXItc2Vjb25kYXJ5LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1iYWNrZHJvcC9ncmF2aXR5LWJhY2tkcm9wLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktc2VnbWVudGVkLWJ1dHRvbi9ncmF2aXR5LXNlZ21lbnRlZC1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1wdXNoLW5vdGlmaWNhdGlvbnMvZ3Jhdml0eS1wdXNoLW5vdGlmaWNhdGlvbnMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1wYWdpbmF0aW9uL2dyYXZpdHktcGFnaW5hdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9ncmF2aXR5LXRvb2x0aXAtY29udGFpbmVyL2dyYXZpdHktdG9vbHRpcC1jb250YWluZXIuY29tcG9uZW50JztcblxuLy9MYXlvdXRcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xheW91dC9ncmF2aXR5LWhlYWRlci9ncmF2aXR5LWhlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbGF5b3V0L2dyYXZpdHktbWVudS9ncmF2aXR5LW1lbnUuY29tcG9uZW50J1xuXG4vL1NlcnZpY2VzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy9ncmF2aXR5LWRpYWxvZy1tYW5hZ2VyLnNlcnZpY2UnO1xuXG4vL1ZlbmRvclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdmVuZG9yL2dyYXZpdHktdG9vbHRpcCc7XG5cbi8vTW9kZWxzIGFuZCBpbnRlcmZhY2VzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyYXZpdHktbm90aWZpY2F0aW9uL2dyYXZpdHktbm90aWZpY2F0aW9uLWNvbnRlbnQuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1jYWxlbmRhci12Mi9kYXRlcGlja2VyL21vZGVscyc7XG4iXX0=
package/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@progressio_resources/gravity-design-system" />
5
- export * from './public-api';
@@ -1,22 +0,0 @@
1
- import { AfterViewInit, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class GravityAttachFileComponent implements AfterViewInit {
4
- fileValueAsBase64StringResponse: EventEmitter<string>;
5
- currentLang: string;
6
- cypressTag: string;
7
- inputId: string;
8
- label: string;
9
- required: boolean;
10
- state: 'readonly' | 'disabled' | 'enabled';
11
- supportedDocumentTypes: ('*' | '.pdf' | '.doc' | '.docx' | '.jpg' | '.png' | '.jpeg' | 'audio/*' | 'video/*' | 'image/*')[];
12
- supportTextContent: string;
13
- supportTextType: 'neutro' | 'negative' | 'positive';
14
- file: File;
15
- supportedTypes: string;
16
- ngAfterViewInit(): void;
17
- handleFileInput($event: any): void;
18
- static convertFileToBase64(file: File): Promise<string>;
19
- removeFile(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<GravityAttachFileComponent, never>;
21
- 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, false, never>;
22
- }
@@ -1,22 +0,0 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class GravityAvatarStackComponent implements OnInit, OnChanges {
4
- items: Array<any>;
5
- size: 'lg' | 'md' | 'sm';
6
- type: 'network' | 'coin';
7
- selectionMode: 'single' | 'multiple' | 'none';
8
- config: {
9
- icon: string;
10
- label: string;
11
- };
12
- maxDisplayedItems: number;
13
- clickOnIcon: EventEmitter<any[]>;
14
- displayedItems: any[];
15
- selectedIndexes: number[];
16
- selectedItems: Array<any>;
17
- ngOnChanges(changes: SimpleChanges): void;
18
- ngOnInit(): void;
19
- onClick(index: number): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<GravityAvatarStackComponent, never>;
21
- 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, false, never>;
22
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class GravityBackdropComponent {
3
- visible: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<GravityBackdropComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GravityBackdropComponent, "gravity-backdrop", never, { "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], false, never>;
6
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class GravityBadgeComponent {
3
- size: 'sm' | 'md' | 'lg';
4
- text: string;
5
- number: number;
6
- cypressTag: string;
7
- type: 'warning' | 'neutro';
8
- constructor();
9
- get formattedNumber(): string | number;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<GravityBadgeComponent, never>;
11
- 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, false, never>;
12
- }
@@ -1,17 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class GravityButtonComponent {
3
- cypressTag: string;
4
- disabled: boolean;
5
- iconName: string | undefined;
6
- isLoading: boolean;
7
- showContent: boolean;
8
- size: 'sm' | 'md' | 'lg';
9
- iconPosition: 'left' | 'right';
10
- customState: 'active' | 'hover' | 'pressed' | null;
11
- type: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
12
- isNewIcon(iconName: string): boolean;
13
- getSizeClass(size: string): "sm" | "md";
14
- getIconSizeClass(size: string): "md-16" | "sm-12";
15
- static ɵfac: i0.ɵɵFactoryDeclaration<GravityButtonComponent, never>;
16
- 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, ["*"], false, never>;
17
- }
@@ -1,42 +0,0 @@
1
- import { BsCustomDates } from "../utils/bs-calendar-utils";
2
- import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
3
- import { Observable, Subscription } from 'rxjs';
4
- import { BsDatepickerViewMode, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, DatepickerRenderOptions, DaysCalendarViewModel, DayViewModel, MonthsCalendarViewModel, YearsCalendarViewModel } from '../models';
5
- import { BsDatepickerConfig } from "../bs-datepicker.config";
6
- export declare abstract class BsDatepickerAbstractComponent {
7
- _config: BsDatepickerConfig;
8
- readonly _subs: Subscription[];
9
- _daysCalendarSub: Subscription;
10
- _daysCalendar$: Observable<DaysCalendarViewModel[] | undefined>;
11
- _effects?: BsDatepickerEffects;
12
- animationState: string;
13
- chosenRange: Date[];
14
- isOtherMonthsActive?: boolean;
15
- isRangePicker?: boolean;
16
- monthsCalendar?: Observable<MonthsCalendarViewModel[] | undefined>;
17
- options$: Observable<DatepickerRenderOptions | undefined>;
18
- viewMode?: Observable<BsDatepickerViewMode | undefined>;
19
- yearsCalendar?: Observable<YearsCalendarViewModel[] | undefined>;
20
- get calendarSize(): 'sm' | 'md';
21
- get calendarSpacing(): any;
22
- get daysCalendar$(): Observable<DaysCalendarViewModel[] | undefined>;
23
- get isDisabled(): boolean;
24
- get isEmpty(): boolean;
25
- get showNavigationArrows(): boolean;
26
- set daysCalendar$(value: Observable<DaysCalendarViewModel[] | undefined>);
27
- set isDisabled(value: boolean | undefined);
28
- set maxDate(value: Date | undefined);
29
- set minDate(value: Date | undefined);
30
- protected constructor(_config: BsDatepickerConfig);
31
- setViewMode(event: BsDatepickerViewMode): void;
32
- navigateTo(event: BsNavigationEvent): void;
33
- dayHoverHandler(event: CellHoverEvent): void;
34
- monthHoverHandler(event: CellHoverEvent): void;
35
- yearHoverHandler(event: CellHoverEvent): void;
36
- daySelectHandler(day: DayViewModel): void;
37
- monthSelectHandler(event: CalendarCellViewModel): void;
38
- yearSelectHandler(event: CalendarCellViewModel): void;
39
- setRangeOnCalendar(dates: BsCustomDates): void;
40
- clearDate(): void;
41
- apply(): void;
42
- }
@@ -1,40 +0,0 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
3
- import { Subscription } from 'rxjs';
4
- import { BsDatepickerInlineConfig } from './bs-datepicker-inline.config';
5
- import { BsDatepickerViewMode } from "./models";
6
- import * as i0 from "@angular/core";
7
- export declare class BsDatepickerInlineDirective implements OnInit, OnDestroy, OnChanges {
8
- _config: BsDatepickerInlineConfig;
9
- private _elementRef;
10
- /** Config object for datepicker */
11
- bsConfig?: Partial<BsDatepickerInlineConfig>;
12
- /** Indicates whether datepicker is enabled or not */
13
- isDisabled: boolean;
14
- isMobile: boolean;
15
- /** Maximum date which is available for selection */
16
- maxDate?: Date;
17
- /** Minimum date which is available for selection */
18
- minDate?: Date;
19
- /** Minimum view mode : day, month, or year */
20
- minMode?: BsDatepickerViewMode;
21
- /** Emits when datepicker value has been changed */
22
- bsValueChange: EventEmitter<Date>;
23
- onApplyEmit: EventEmitter<void>;
24
- private _bsValue?;
25
- /** Initial value of datepicker */
26
- set bsValue(value: Date | undefined);
27
- protected _subs: Subscription[];
28
- private _datepickerRef?;
29
- private readonly _datepicker;
30
- constructor(_config: BsDatepickerInlineConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
31
- ngOnInit(): void;
32
- ngOnChanges(changes: SimpleChanges): void;
33
- private initSubscribes;
34
- private unsubscribeSubscriptions;
35
- /** Set config for datepicker */
36
- private setConfig;
37
- ngOnDestroy(): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineDirective, never>;
39
- 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, false, never>;
40
- }
@@ -1,6 +0,0 @@
1
- import { BsDatepickerConfig } from './bs-datepicker.config';
2
- import * as i0 from "@angular/core";
3
- export declare class BsDatepickerInlineConfig extends BsDatepickerConfig {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineConfig, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerInlineConfig>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsDatepickerCallbacks {
3
- hide?: () => void;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerCallbacks, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerCallbacks>;
6
- }
@@ -1,66 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
3
- import { Subscription } from 'rxjs';
4
- import { BsDatepickerConfig } from './bs-datepicker.config';
5
- import { BsDatepickerViewMode } from './models';
6
- import { HeaderTypeService } from "./services/header-type.service";
7
- import * as i0 from "@angular/core";
8
- export declare let previousDate: Date | Date[] | undefined;
9
- export declare class BsDatepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
10
- private headerTypeService;
11
- _config: BsDatepickerConfig;
12
- private _elementRef;
13
- private _renderer;
14
- /** Config object for datepicker */
15
- bsConfig?: Partial<BsDatepickerConfig>;
16
- /** A selector specifying the element the datepicker should be appended to. */
17
- container: string;
18
- /** Indicates whether datepicker's content is enabled or not */
19
- isDisabled: boolean;
20
- isMobile: boolean;
21
- /** Maximum date which is available for selection */
22
- maxDate?: Date;
23
- /** Minimum date which is available for selection */
24
- minDate?: Date;
25
- /** Minimum view mode : day, month, or year */
26
- minMode?: BsDatepickerViewMode;
27
- /** Emits when datepicker value has been changed */
28
- bsValueChange: EventEmitter<Date>;
29
- onApplyEmit: EventEmitter<void>;
30
- /** Emits an event when the datepicker is hidden */
31
- onHidden: EventEmitter<unknown>;
32
- /** Emits an event when the datepicker is shown */
33
- onShown: EventEmitter<unknown>;
34
- private isOpen$;
35
- /** Returns whether or not the datepicker is currently being shown */
36
- get isOpen(): boolean;
37
- set isOpen(value: boolean);
38
- _bsValue?: Date;
39
- /** Initial value of datepicker */
40
- set bsValue(value: Date | undefined);
41
- protected _subs: Subscription[];
42
- private _datepicker;
43
- private _datepickerRef?;
44
- private isDestroy$;
45
- private readonly _dateInputFormat$;
46
- constructor(headerTypeService: HeaderTypeService, _config: BsDatepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
47
- ngOnInit(): void;
48
- private initPreviousValue;
49
- ngOnChanges(changes: SimpleChanges): void;
50
- ngAfterViewInit(): void;
51
- private initSubscribes;
52
- private keepDatepickerModalOpened;
53
- private isDateSame;
54
- /** Opens an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
55
- private show;
56
- /** Closes an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
57
- hide(): void;
58
- /** Toggles an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
59
- private toggle;
60
- /** Set config for datepicker */
61
- private setConfig;
62
- private unsubscribeSubscriptions;
63
- ngOnDestroy(): void;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerDirective, never>;
65
- 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, false, never>;
66
- }
@@ -1,53 +0,0 @@
1
- import { BsDatepickerViewMode, DatepickerRenderOptions } from './models';
2
- import { BsCustomDates } from "./utils/bs-calendar-utils";
3
- import * as i0 from "@angular/core";
4
- /**
5
- * For date range picker there are `BsDaterangepickerConfig` which inherits all properties,
6
- * except `displayMonths`, for range picker it default to `2`
7
- */
8
- export declare class BsDatepickerConfig implements DatepickerRenderOptions {
9
- /** Sets use adaptive position */
10
- adaptivePosition: boolean;
11
- calendarLang: string;
12
- calendarSize: 'md' | 'sm';
13
- clearable: boolean;
14
- displayMonths: number;
15
- /** turn on/off animation */
16
- isAnimated: boolean;
17
- isDisabled?: boolean;
18
- isMobile: boolean;
19
- /**
20
- * Set rule for datepicker closing.
21
- * If value is true datepicker closes only if date is changed, if user changes only time datepicker doesn't close.
22
- * It is available only if property withTimepicker is set true
23
- */
24
- keepDatepickerOpened: boolean;
25
- /** Default max date for all date/range pickers */
26
- maxDate?: Date;
27
- /** Default min date for all date/range pickers */
28
- minDate?: Date;
29
- /** Default mode for all date pickers */
30
- minMode?: BsDatepickerViewMode;
31
- /** Prevents change to next month for right calendar in two calendars view (dateRangePicker only) */
32
- preventChangeToNextMonth: boolean;
33
- /** Makes dates from other months active */
34
- selectFromOtherMonth: boolean;
35
- /** The view that the datepicker should start in */
36
- startView: BsDatepickerViewMode;
37
- value?: Date | Date[];
38
- dayLabel: string;
39
- monthLabel: string;
40
- monthTitle: string;
41
- yearLabel: string;
42
- yearTitle: string;
43
- /**
44
- * Predefined ranges
45
- */
46
- ranges?: BsCustomDates[];
47
- /**
48
- * Max Date Range in days
49
- */
50
- maxDateRange?: number;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerConfig, never>;
52
- static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerConfig>;
53
- }
@@ -1,37 +0,0 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
3
- import { Subscription } from 'rxjs';
4
- import { BsDaterangepickerInlineConfig } from './bs-daterangepicker-inline.config';
5
- import * as i0 from "@angular/core";
6
- export declare class BsDaterangepickerInlineDirective implements OnInit, OnDestroy, OnChanges {
7
- _config: BsDaterangepickerInlineConfig;
8
- private _elementRef;
9
- /** Config object for datepicker */
10
- bsConfig?: Partial<BsDaterangepickerInlineConfig>;
11
- /** Indicates whether datepicker is enabled or not */
12
- isDisabled: boolean;
13
- isMobile: boolean;
14
- /** Maximum date which is available for selection */
15
- maxDate?: Date;
16
- /** Minimum date which is available for selection */
17
- minDate?: Date;
18
- /** Emits when daterangepicker value has been changed */
19
- bsValueChange: EventEmitter<(Date | undefined)[] | undefined>;
20
- onApplyEmit: EventEmitter<void>;
21
- private _bsValue?;
22
- /** Initial value of datepicker */
23
- set bsValue(value: (Date | undefined)[] | undefined);
24
- protected _subs: Subscription[];
25
- private _datepickerRef?;
26
- private readonly _datepicker;
27
- constructor(_config: BsDaterangepickerInlineConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
28
- ngOnInit(): void;
29
- ngOnChanges(changes: SimpleChanges): void;
30
- private initSubscribes;
31
- private unsubscribeSubscriptions;
32
- /** Set config for datepicker */
33
- private setConfig;
34
- ngOnDestroy(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineDirective, never>;
36
- 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, false, never>;
37
- }
@@ -1,7 +0,0 @@
1
- import { BsDatepickerConfig } from './bs-datepicker.config';
2
- import * as i0 from "@angular/core";
3
- export declare class BsDaterangepickerInlineConfig extends BsDatepickerConfig {
4
- displayMonths: number;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineConfig, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerInlineConfig>;
7
- }
@@ -1,61 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { BsDaterangepickerConfig } from './bs-daterangepicker.config';
3
- import { Subscription } from 'rxjs';
4
- import { ComponentLoaderFactory } from 'ngx-bootstrap/component-loader';
5
- import * as i0 from "@angular/core";
6
- export declare let previousDate: (Date | undefined)[] | undefined;
7
- export declare class BsDaterangepickerDirective implements OnInit, OnDestroy, OnChanges, AfterViewInit {
8
- _config: BsDaterangepickerConfig;
9
- private _elementRef;
10
- private _renderer;
11
- /** Config object for daterangepicker */
12
- bsConfig?: Partial<BsDaterangepickerConfig>;
13
- /** A selector specifying the element the daterangepicker should be appended to. */
14
- container: string;
15
- /** Indicates whether daterangepicker's content is enabled or not */
16
- isDisabled: boolean;
17
- isMobile: boolean;
18
- /** Maximum date which is available for selection */
19
- maxDate?: Date;
20
- /** Minimum date which is available for selection */
21
- minDate?: Date;
22
- /** Emits when daterangepicker value has been changed */
23
- bsValueChange: EventEmitter<((Date | undefined)[] | undefined)>;
24
- onApplyEmit: EventEmitter<void>;
25
- /** Emits an event when the daterangepicker is hidden */
26
- onHidden: EventEmitter<unknown>;
27
- /** Emits an event when the daterangepicker is shown */
28
- onShown: EventEmitter<unknown>;
29
- private isOpen$;
30
- /** Returns whether or not the daterangepicker is currently being shown */
31
- get isOpen(): boolean;
32
- set isOpen(value: boolean);
33
- _bsValue?: (Date | undefined)[];
34
- /** Initial value of daterangepicker */
35
- set bsValue(value: (Date | undefined)[] | undefined);
36
- protected _subs: Subscription[];
37
- private _datepicker;
38
- private _datepickerRef?;
39
- private isDestroy$;
40
- private readonly _rangeInputFormat$;
41
- constructor(_config: BsDaterangepickerConfig, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, cis: ComponentLoaderFactory);
42
- ngOnInit(): void;
43
- private initPreviousValue;
44
- ngOnChanges(changes: SimpleChanges): void;
45
- ngAfterViewInit(): void;
46
- private initSubscribes;
47
- private keepDatepickerModalOpened;
48
- private isDateSame;
49
- /** Opens an element’s datepicker. This is considered a “manual” triggering of the datepicker */
50
- private show;
51
- /** Closes an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
52
- hide(): void;
53
- /** Toggles an element’s datepicker. This is considered a “manual” triggering of the datepicker. */
54
- private toggle;
55
- /** Set config for daterangepicker */
56
- private setConfig;
57
- private unsubscribeSubscriptions;
58
- ngOnDestroy(): void;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerDirective, never>;
60
- 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, false, never>;
61
- }
@@ -1,7 +0,0 @@
1
- import { BsDatepickerConfig } from './bs-datepicker.config';
2
- import * as i0 from "@angular/core";
3
- export declare class BsDaterangepickerConfig extends BsDatepickerConfig {
4
- displayMonths: number;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerConfig, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<BsDaterangepickerConfig>;
7
- }
@@ -1,36 +0,0 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import { PositioningService } from 'ngx-bootstrap/positioning';
3
- import { BsDatepickerAbstractComponent } from '../base/bs-datepicker-container';
4
- import { BsDatepickerConfig } from '../bs-datepicker.config';
5
- import { CalendarCellViewModel, DayViewModel } from '../models';
6
- import { BsDatepickerActions } from '../reducer/bs-datepicker.actions';
7
- import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
8
- import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
9
- import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
10
- import { HeaderTypeService } from "../services/header-type.service";
11
- import * as i0 from "@angular/core";
12
- export declare class BsDatepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
13
- headerTypeService: HeaderTypeService;
14
- _config: BsDatepickerConfig;
15
- _callbacks: BsDatepickerCallbacks;
16
- private _store;
17
- private _element;
18
- private _actions;
19
- private _positionService;
20
- isRangePicker: boolean;
21
- onApplyChange: EventEmitter<void>;
22
- valueChange: EventEmitter<Date>;
23
- set value(value: Date | undefined);
24
- constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
25
- ngOnInit(): void;
26
- get isTopPosition(): boolean;
27
- positionServiceEnable(): void;
28
- daySelectHandler(day: DayViewModel): void;
29
- monthSelectHandler(day: CalendarCellViewModel): void;
30
- yearSelectHandler(day: CalendarCellViewModel): void;
31
- ngOnDestroy(): void;
32
- clearDate(): void;
33
- apply(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerContainerComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerContainerComponent, "gt-datepicker-container", never, {}, {}, never, never, false, never>;
36
- }
@@ -1,15 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import { BsDatepickerContainerComponent } from './bs-datepicker-container.component';
3
- import { BsDatepickerActions } from '../reducer/bs-datepicker.actions';
4
- import { BsDatepickerConfig } from '../bs-datepicker.config';
5
- import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
6
- import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
7
- import { PositioningService } from 'ngx-bootstrap/positioning';
8
- import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
9
- import { HeaderTypeService } from "../services/header-type.service";
10
- import * as i0 from "@angular/core";
11
- export declare class BsDatepickerInlineContainerComponent extends BsDatepickerContainerComponent implements OnInit, OnDestroy {
12
- constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
13
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerInlineContainerComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerInlineContainerComponent, "gt-datepicker-inline-container", never, {}, {}, never, never, false, never>;
15
- }
@@ -1,26 +0,0 @@
1
- import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
2
- import { BsDatepickerViewMode, BsNavigationDirection, NavigationViewModel } from '../../models';
3
- import { HeaderTypeService } from "../../services/header-type.service";
4
- import * as i0 from "@angular/core";
5
- export declare class BsDatepickerNavigationViewComponent implements OnInit {
6
- headerTypeService: HeaderTypeService;
7
- private cdr;
8
- calendarIndex: number;
9
- isDisabled: boolean;
10
- calendar: NavigationViewModel;
11
- type: 'days' | 'months' | 'years';
12
- showNavigationArrows: boolean;
13
- onNavigate: EventEmitter<BsNavigationDirection>;
14
- onViewMode: EventEmitter<BsDatepickerViewMode>;
15
- isMobile: boolean;
16
- private isMobileSubscription;
17
- private headerTypeSubscription;
18
- headerType: 'self' | 'integrate';
19
- constructor(headerTypeService: HeaderTypeService, cdr: ChangeDetectorRef);
20
- ngOnInit(): void;
21
- ngOnDestroy(): void;
22
- navTo(down: boolean, disabled: boolean): void;
23
- view(viewMode: BsDatepickerViewMode): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerNavigationViewComponent, never>;
25
- 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, false, never>;
26
- }