@theseam/ui-common 0.4.0-beta.2 → 0.4.0-beta.4

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 (546) hide show
  1. package/breadcrumbs/breadcrumb.d.ts +1 -1
  2. package/breadcrumbs/breadcrumbs-resolver.d.ts +1 -1
  3. package/core/common-behaviors/active.d.ts +1 -1
  4. package/core/common-behaviors/constructor.d.ts +1 -1
  5. package/core/common-behaviors/disabled.d.ts +1 -1
  6. package/core/common-behaviors/initialized.d.ts +1 -1
  7. package/core/common-behaviors/size.d.ts +1 -1
  8. package/core/common-behaviors/tabindex.d.ts +1 -1
  9. package/core/common-behaviors/theme.d.ts +1 -1
  10. package/data-exporter/data-exporter.d.ts +1 -1
  11. package/data-filters/data-filter.d.ts +3 -3
  12. package/data-filters/filters/data-filter-search/search-filter-options.d.ts +1 -1
  13. package/datatable/datatable-column/datatable-column.component.d.ts +1 -1
  14. package/datatable/models/preferences.d.ts +1 -1
  15. package/datatable/models/table-column.d.ts +1 -1
  16. package/datatable/services/columns-manager.service.d.ts +1 -1
  17. package/datatable-dynamic/datatable-dynamic-def.d.ts +3 -3
  18. package/datatable-dynamic/models/dynamic-datatable-action-menu-record.d.ts +1 -1
  19. package/dynamic/models/dynamic-value-base-type.d.ts +1 -1
  20. package/dynamic/models/dynamic-value-evaluatable-type.d.ts +1 -1
  21. package/dynamic/models/dynamic-value-primitive.d.ts +1 -1
  22. package/dynamic/models/dynamic-value.d.ts +1 -1
  23. package/dynamic/tokens/api-config.d.ts +1 -1
  24. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  25. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  26. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +12 -12
  27. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  28. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  29. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  30. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  31. package/esm2020/buttons/button/button.component.mjs +9 -9
  32. package/esm2020/buttons/buttons.module.mjs +4 -4
  33. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  34. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +5 -5
  35. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  36. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  37. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  38. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  39. package/esm2020/card/card.component.mjs +3 -3
  40. package/esm2020/card/card.module.mjs +4 -4
  41. package/esm2020/checkbox/checkbox.component.mjs +43 -43
  42. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  43. package/esm2020/checkbox/testing/checkbox.harness.mjs +1 -1
  44. package/esm2020/checkbox/testing/index.mjs +1 -1
  45. package/esm2020/confirm-dialog/confirm-click.directive.mjs +9 -9
  46. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  47. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  48. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  49. package/esm2020/core/common-behaviors/active.mjs +3 -3
  50. package/esm2020/core/common-behaviors/disabled.mjs +3 -3
  51. package/esm2020/core/common-behaviors/size.mjs +6 -6
  52. package/esm2020/core/common-behaviors/tabindex.mjs +5 -5
  53. package/esm2020/core/common-behaviors/theme.mjs +6 -6
  54. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  55. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  56. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  57. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  58. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +10 -10
  59. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +10 -10
  60. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +11 -11
  61. package/esm2020/datatable/datatable/datatable.component.mjs +108 -108
  62. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  63. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  64. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +7 -7
  65. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  66. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  67. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +7 -7
  68. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  69. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  70. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +8 -8
  71. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  72. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  73. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  74. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  75. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  76. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  77. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  78. package/esm2020/datatable/datatable.module.mjs +4 -4
  79. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  80. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +11 -11
  81. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  82. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  83. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  84. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  85. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  86. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  87. package/esm2020/datatable/services/datatable-preferences.service.mjs +6 -6
  88. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  89. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +12 -12
  90. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +8 -8
  91. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +6 -6
  92. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +8 -8
  93. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  94. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +7 -7
  95. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  96. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  97. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  98. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  99. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  100. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  101. package/esm2020/dynamic/dynamic-value-helper.service.mjs +3 -3
  102. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  103. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  104. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  105. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  106. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  107. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  108. package/esm2020/form-field/form-field-error.directive.mjs +6 -6
  109. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  110. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  111. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  112. package/esm2020/form-field/form-field-tokens.mjs +1 -1
  113. package/esm2020/form-field/form-field.component.mjs +48 -48
  114. package/esm2020/form-field/form-field.module.mjs +4 -4
  115. package/esm2020/form-field/input.directive.mjs +43 -43
  116. package/esm2020/form-field/testing/form-field-required-indicator.harness.mjs +1 -1
  117. package/esm2020/form-field/testing/index.mjs +1 -1
  118. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  119. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  120. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  121. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +92 -92
  122. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  123. package/esm2020/framework/base-layout/base-layout.component.mjs +6 -6
  124. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  125. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  126. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  127. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  128. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +10 -10
  129. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  130. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  131. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  132. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  133. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  134. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  135. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  136. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +18 -18
  137. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +12 -12
  138. package/esm2020/framework/dashboard/dashboard-widgets-tokens.mjs +1 -1
  139. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  140. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  141. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  142. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  143. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  144. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  145. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  146. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  147. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  148. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  149. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  150. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  151. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  152. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  153. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  154. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +24 -24
  155. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  156. package/esm2020/framework/side-nav/side-nav-tokens.mjs +1 -1
  157. package/esm2020/framework/side-nav/side-nav.component.mjs +17 -17
  158. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  159. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  160. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  161. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  162. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  163. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  164. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  165. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  166. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  167. package/esm2020/google-maps/google-maps/google-maps.component.mjs +17 -17
  168. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  169. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +20 -20
  170. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +7 -7
  171. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +7 -7
  172. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +7 -7
  173. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  174. package/esm2020/google-maps/google-maps.service.mjs +5 -5
  175. package/esm2020/google-maps/map-control.component.mjs +9 -9
  176. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  177. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  178. package/esm2020/graphql/datatable/datatable-graphql-query-ref.mjs +5 -5
  179. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  180. package/esm2020/icon/icon/icon.component.mjs +3 -3
  181. package/esm2020/icon/icon-btn/icon-btn.component.mjs +24 -24
  182. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  183. package/esm2020/icon/icon.module.mjs +4 -4
  184. package/esm2020/layout/layout.module.mjs +4 -4
  185. package/esm2020/layout/layout.service.mjs +3 -3
  186. package/esm2020/loading/loading/loading.component.mjs +7 -7
  187. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  188. package/esm2020/loading/loading.module.mjs +4 -4
  189. package/esm2020/menu/menu-divider.component.mjs +3 -3
  190. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  191. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +7 -7
  192. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  193. package/esm2020/menu/menu-item.component.mjs +3 -3
  194. package/esm2020/menu/menu-toggle.directive.mjs +42 -42
  195. package/esm2020/menu/menu.component.mjs +15 -15
  196. package/esm2020/menu/menu.module.mjs +4 -4
  197. package/esm2020/modal/directives/modal-close.directive.mjs +11 -11
  198. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  199. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  200. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  201. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  202. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  203. package/esm2020/modal/modal/modal.component.mjs +19 -19
  204. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  205. package/esm2020/modal/modal-container/modal-container.component.mjs +12 -12
  206. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  207. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  208. package/esm2020/modal/modal.module.mjs +4 -4
  209. package/esm2020/modal/modal.service.mjs +16 -16
  210. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  211. package/esm2020/popover/popover/popover.component.mjs +18 -18
  212. package/esm2020/popover/popover.directive.mjs +32 -32
  213. package/esm2020/popover/popover.module.mjs +4 -4
  214. package/esm2020/progress/progress-circle/progress-circle.component.mjs +9 -9
  215. package/esm2020/progress/progress.module.mjs +4 -4
  216. package/esm2020/public_api.mjs +1 -42
  217. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +10 -10
  218. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +3 -3
  219. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  220. package/esm2020/services/asset-loader.service.mjs +3 -3
  221. package/esm2020/services/font-loader.service.mjs +3 -3
  222. package/esm2020/services/router-helpers.service.mjs +3 -3
  223. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  224. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  225. package/esm2020/shared/directives/click-outside.directive.mjs +9 -9
  226. package/esm2020/shared/directives/disable-control.directive.mjs +7 -7
  227. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  228. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +10 -10
  229. package/esm2020/shared/directives/hover-class.directive.mjs +9 -9
  230. package/esm2020/shared/directives/ng-select-extra.directive.mjs +26 -26
  231. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +10 -10
  232. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  233. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  234. package/esm2020/shared/shared.module.mjs +4 -4
  235. package/esm2020/storage/local-storage.service.mjs +3 -3
  236. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  237. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  238. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  239. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  240. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  241. package/esm2020/story-helpers/story-modal-container.component.mjs +6 -6
  242. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  243. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  244. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  245. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  246. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  247. package/esm2020/tabbed/tabbed-models.mjs +1 -1
  248. package/esm2020/tabbed/tabbed.component.mjs +13 -13
  249. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  250. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  251. package/esm2020/table/table/table.component.mjs +11 -11
  252. package/esm2020/table/table.module.mjs +4 -4
  253. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  254. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  255. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  256. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  257. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  258. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  259. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +31 -31
  260. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  261. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +6 -6
  262. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  263. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  264. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +23 -23
  265. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  266. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  267. package/esm2020/tel-input/tel-input/tel-input.component.mjs +34 -34
  268. package/esm2020/tel-input/tel-input.directive.mjs +18 -18
  269. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  270. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +20 -20
  271. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +6 -6
  272. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +10 -10
  273. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  274. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  275. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  276. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  277. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  278. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  279. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  280. package/esm2020/toggle-edit/toggle-edit.component.mjs +16 -16
  281. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  282. package/esm2020/toggle-group/toggle-group-option.directive.mjs +12 -12
  283. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  284. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  285. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  286. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  287. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  288. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  289. package/esm2020/utils/geo-json/coerce-feature-collection.mjs +1 -1
  290. package/esm2020/utils/geo-json/geo-json-to-area.mjs +1 -1
  291. package/esm2020/utils/geo-json/is-feature-collection.validator.mjs +1 -1
  292. package/esm2020/utils/geo-json/is-only-geometry-types.mjs +1 -1
  293. package/esm2020/utils/geo-json/is-only-geometry-types.validator.mjs +1 -1
  294. package/esm2020/utils/geo-json/merge-polygons.mjs +1 -1
  295. package/esm2020/utils/geo-json/no-inner-rings.validator.mjs +1 -1
  296. package/esm2020/utils/geo-json/split-multi-polygons.mjs +1 -1
  297. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +37 -37
  298. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  299. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +10 -10
  300. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  301. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +38 -38
  302. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  303. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +12 -12
  304. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  305. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  306. package/esm2020/widget/widget/widget.component.mjs +23 -23
  307. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  308. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  309. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  310. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  311. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  312. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  313. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +7 -7
  314. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  315. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  316. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  317. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  318. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  319. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  320. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  321. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  322. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  323. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  324. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  325. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  326. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  327. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  328. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +8 -8
  329. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  330. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  331. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +16 -16
  332. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  333. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  334. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  335. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  336. package/esm2020/widget/widget-registry.service.mjs +3 -3
  337. package/esm2020/widget/widget.module.mjs +4 -4
  338. package/fesm2015/theseam-ui-common-asset-reader.mjs +18 -18
  339. package/fesm2015/theseam-ui-common-asset-reader.mjs.map +1 -1
  340. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  341. package/fesm2015/theseam-ui-common-buttons.mjs +26 -26
  342. package/fesm2015/theseam-ui-common-buttons.mjs.map +1 -1
  343. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  344. package/fesm2015/theseam-ui-common-checkbox.mjs +46 -46
  345. package/fesm2015/theseam-ui-common-checkbox.mjs.map +1 -1
  346. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +18 -18
  347. package/fesm2015/theseam-ui-common-confirm-dialog.mjs.map +1 -1
  348. package/fesm2015/theseam-ui-common-core.mjs +18 -18
  349. package/fesm2015/theseam-ui-common-core.mjs.map +1 -1
  350. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  351. package/fesm2015/theseam-ui-common-data-filters.mjs +32 -32
  352. package/fesm2015/theseam-ui-common-data-filters.mjs.map +1 -1
  353. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +46 -46
  354. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  355. package/fesm2015/theseam-ui-common-datatable.mjs +208 -208
  356. package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
  357. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  358. package/fesm2015/theseam-ui-common-dynamic.mjs +21 -21
  359. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  360. package/fesm2015/theseam-ui-common-form-field-error.mjs +104 -104
  361. package/fesm2015/theseam-ui-common-form-field-error.mjs.map +1 -1
  362. package/fesm2015/theseam-ui-common-form-field.mjs +107 -107
  363. package/fesm2015/theseam-ui-common-form-field.mjs.map +1 -1
  364. package/fesm2015/theseam-ui-common-framework.mjs +196 -196
  365. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  366. package/fesm2015/theseam-ui-common-google-maps.mjs +78 -78
  367. package/fesm2015/theseam-ui-common-google-maps.mjs.map +1 -1
  368. package/fesm2015/theseam-ui-common-graphql.mjs +7 -7
  369. package/fesm2015/theseam-ui-common-graphql.mjs.map +1 -1
  370. package/fesm2015/theseam-ui-common-icon.mjs +33 -33
  371. package/fesm2015/theseam-ui-common-icon.mjs.map +1 -1
  372. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  373. package/fesm2015/theseam-ui-common-loading.mjs +13 -13
  374. package/fesm2015/theseam-ui-common-loading.mjs.map +1 -1
  375. package/fesm2015/theseam-ui-common-menu.mjs +79 -79
  376. package/fesm2015/theseam-ui-common-menu.mjs.map +1 -1
  377. package/fesm2015/theseam-ui-common-modal.mjs +85 -85
  378. package/fesm2015/theseam-ui-common-modal.mjs.map +1 -1
  379. package/fesm2015/theseam-ui-common-popover.mjs +52 -52
  380. package/fesm2015/theseam-ui-common-popover.mjs.map +1 -1
  381. package/fesm2015/theseam-ui-common-progress.mjs +12 -12
  382. package/fesm2015/theseam-ui-common-progress.mjs.map +1 -1
  383. package/fesm2015/theseam-ui-common-scrollbar.mjs +16 -16
  384. package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
  385. package/fesm2015/theseam-ui-common-services.mjs +9 -9
  386. package/fesm2015/theseam-ui-common-shared.mjs +84 -84
  387. package/fesm2015/theseam-ui-common-shared.mjs.map +1 -1
  388. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  389. package/fesm2015/theseam-ui-common-story-helpers.mjs +25 -25
  390. package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
  391. package/fesm2015/theseam-ui-common-tabbed.mjs +31 -31
  392. package/fesm2015/theseam-ui-common-tabbed.mjs.map +1 -1
  393. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  394. package/fesm2015/theseam-ui-common-table-cell-types.mjs +80 -80
  395. package/fesm2015/theseam-ui-common-table-cell-types.mjs.map +1 -1
  396. package/fesm2015/theseam-ui-common-table.mjs +14 -14
  397. package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
  398. package/fesm2015/theseam-ui-common-tel-input.mjs +59 -59
  399. package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
  400. package/fesm2015/theseam-ui-common-tiled-select.mjs +46 -46
  401. package/fesm2015/theseam-ui-common-tiled-select.mjs.map +1 -1
  402. package/fesm2015/theseam-ui-common-toggle-edit.mjs +28 -28
  403. package/fesm2015/theseam-ui-common-toggle-edit.mjs.map +1 -1
  404. package/fesm2015/theseam-ui-common-toggle-group.mjs +18 -18
  405. package/fesm2015/theseam-ui-common-toggle-group.mjs.map +1 -1
  406. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  407. package/fesm2015/theseam-ui-common-utils.mjs.map +1 -1
  408. package/fesm2015/theseam-ui-common-viewers.mjs +93 -93
  409. package/fesm2015/theseam-ui-common-viewers.mjs.map +1 -1
  410. package/fesm2015/theseam-ui-common-widget.mjs +175 -175
  411. package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
  412. package/fesm2015/theseam-ui-common.mjs +0 -41
  413. package/fesm2015/theseam-ui-common.mjs.map +1 -1
  414. package/fesm2020/theseam-ui-common-asset-reader.mjs +18 -18
  415. package/fesm2020/theseam-ui-common-asset-reader.mjs.map +1 -1
  416. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  417. package/fesm2020/theseam-ui-common-buttons.mjs +26 -26
  418. package/fesm2020/theseam-ui-common-buttons.mjs.map +1 -1
  419. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  420. package/fesm2020/theseam-ui-common-checkbox.mjs +46 -46
  421. package/fesm2020/theseam-ui-common-checkbox.mjs.map +1 -1
  422. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +18 -18
  423. package/fesm2020/theseam-ui-common-confirm-dialog.mjs.map +1 -1
  424. package/fesm2020/theseam-ui-common-core.mjs +18 -18
  425. package/fesm2020/theseam-ui-common-core.mjs.map +1 -1
  426. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  427. package/fesm2020/theseam-ui-common-data-filters.mjs +32 -32
  428. package/fesm2020/theseam-ui-common-data-filters.mjs.map +1 -1
  429. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +46 -46
  430. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  431. package/fesm2020/theseam-ui-common-datatable.mjs +208 -208
  432. package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
  433. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  434. package/fesm2020/theseam-ui-common-dynamic.mjs +21 -21
  435. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  436. package/fesm2020/theseam-ui-common-form-field-error.mjs +104 -104
  437. package/fesm2020/theseam-ui-common-form-field-error.mjs.map +1 -1
  438. package/fesm2020/theseam-ui-common-form-field.mjs +107 -107
  439. package/fesm2020/theseam-ui-common-form-field.mjs.map +1 -1
  440. package/fesm2020/theseam-ui-common-framework.mjs +196 -196
  441. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  442. package/fesm2020/theseam-ui-common-google-maps.mjs +78 -78
  443. package/fesm2020/theseam-ui-common-google-maps.mjs.map +1 -1
  444. package/fesm2020/theseam-ui-common-graphql.mjs +7 -7
  445. package/fesm2020/theseam-ui-common-graphql.mjs.map +1 -1
  446. package/fesm2020/theseam-ui-common-icon.mjs +33 -33
  447. package/fesm2020/theseam-ui-common-icon.mjs.map +1 -1
  448. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  449. package/fesm2020/theseam-ui-common-loading.mjs +13 -13
  450. package/fesm2020/theseam-ui-common-loading.mjs.map +1 -1
  451. package/fesm2020/theseam-ui-common-menu.mjs +77 -77
  452. package/fesm2020/theseam-ui-common-menu.mjs.map +1 -1
  453. package/fesm2020/theseam-ui-common-modal.mjs +85 -85
  454. package/fesm2020/theseam-ui-common-modal.mjs.map +1 -1
  455. package/fesm2020/theseam-ui-common-popover.mjs +52 -52
  456. package/fesm2020/theseam-ui-common-popover.mjs.map +1 -1
  457. package/fesm2020/theseam-ui-common-progress.mjs +12 -12
  458. package/fesm2020/theseam-ui-common-progress.mjs.map +1 -1
  459. package/fesm2020/theseam-ui-common-scrollbar.mjs +16 -16
  460. package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
  461. package/fesm2020/theseam-ui-common-services.mjs +9 -9
  462. package/fesm2020/theseam-ui-common-shared.mjs +84 -84
  463. package/fesm2020/theseam-ui-common-shared.mjs.map +1 -1
  464. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  465. package/fesm2020/theseam-ui-common-story-helpers.mjs +25 -25
  466. package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
  467. package/fesm2020/theseam-ui-common-tabbed.mjs +31 -31
  468. package/fesm2020/theseam-ui-common-tabbed.mjs.map +1 -1
  469. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  470. package/fesm2020/theseam-ui-common-table-cell-types.mjs +80 -80
  471. package/fesm2020/theseam-ui-common-table-cell-types.mjs.map +1 -1
  472. package/fesm2020/theseam-ui-common-table.mjs +14 -14
  473. package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
  474. package/fesm2020/theseam-ui-common-tel-input.mjs +57 -57
  475. package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
  476. package/fesm2020/theseam-ui-common-tiled-select.mjs +46 -46
  477. package/fesm2020/theseam-ui-common-tiled-select.mjs.map +1 -1
  478. package/fesm2020/theseam-ui-common-toggle-edit.mjs +28 -28
  479. package/fesm2020/theseam-ui-common-toggle-edit.mjs.map +1 -1
  480. package/fesm2020/theseam-ui-common-toggle-group.mjs +18 -18
  481. package/fesm2020/theseam-ui-common-toggle-group.mjs.map +1 -1
  482. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  483. package/fesm2020/theseam-ui-common-utils.mjs.map +1 -1
  484. package/fesm2020/theseam-ui-common-viewers.mjs +93 -93
  485. package/fesm2020/theseam-ui-common-viewers.mjs.map +1 -1
  486. package/fesm2020/theseam-ui-common-widget.mjs +175 -175
  487. package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
  488. package/fesm2020/theseam-ui-common.mjs +0 -41
  489. package/fesm2020/theseam-ui-common.mjs.map +1 -1
  490. package/framework/base-layout/base-layout-action.d.ts +1 -1
  491. package/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.d.ts +1 -1
  492. package/framework/side-nav/side-nav.models.d.ts +1 -1
  493. package/google-maps/google-maps/google-maps.component.d.ts +0 -1
  494. package/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.d.ts +0 -4
  495. package/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.d.ts +0 -4
  496. package/google-maps/google-maps.service.d.ts +0 -2
  497. package/google-maps/map-controls-service.d.ts +0 -1
  498. package/google-maps/map-value-manager.service.d.ts +1 -1
  499. package/graphql/datatable/datatable-graphql-query-ref.d.ts +2 -2
  500. package/graphql/datatable/datatable-graphql.service.d.ts +1 -1
  501. package/graphql/datatable/datatable-helpers.d.ts +2 -2
  502. package/graphql/datatable/map-filter-states.d.ts +2 -2
  503. package/graphql/datatable/map-page-info.d.ts +1 -1
  504. package/graphql/datatable/mapper-context.d.ts +1 -1
  505. package/graphql/models/gql-datatable-accessor.d.ts +1 -1
  506. package/graphql/models/hint-transformer.d.ts +1 -1
  507. package/icon/icon/icon.component.d.ts +1 -1
  508. package/icon/icon.d.ts +1 -1
  509. package/layout/breakpoint-aliases.d.ts +1 -1
  510. package/loading/loading.models.d.ts +1 -1
  511. package/modal/modal-config.d.ts +1 -1
  512. package/models/component-type.d.ts +1 -1
  513. package/models/size-prefixes.d.ts +1 -1
  514. package/models/size-types.d.ts +1 -1
  515. package/models/theme-prefixes.d.ts +1 -1
  516. package/models/theme-types.d.ts +2 -2
  517. package/package.json +2 -2
  518. package/scrollbar/overlay-scrollbars-config-model.d.ts +1 -1
  519. package/services/font-loader.service.d.ts +1 -1
  520. package/styles/bootstrap/_bootstrap.scss +34 -34
  521. package/styles/bootstrap/_bs-utilities.scss +3 -3
  522. package/styles/theme.scss +3 -3
  523. package/styles/vendor/ngx-datatable/_ngx-datatable.scss +1 -1
  524. package/styles/vendor/quill/_quill.scss +3 -3
  525. package/table/table/table.component.d.ts +1 -1
  526. package/table-cell-type/table-cell-type-models.d.ts +3 -3
  527. package/table-cell-type/table-cell-type-name.d.ts +1 -1
  528. package/table-cell-types/table-cell-type-currency/table-cell-type-currency-config.d.ts +1 -1
  529. package/table-cell-types/table-cell-type-currency/table-cell-type-currency.d.ts +1 -1
  530. package/table-cell-types/table-cell-type-date/table-cell-type-date.d.ts +1 -1
  531. package/table-cell-types/table-cell-type-decimal/table-cell-type-decimal-config.d.ts +1 -1
  532. package/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.d.ts +1 -1
  533. package/table-cell-types/table-cell-type-icon/table-cell-type-icon-config.d.ts +1 -1
  534. package/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.d.ts +1 -1
  535. package/table-cell-types/table-cell-type-integer/table-cell-type-integer-config.d.ts +1 -1
  536. package/table-cell-types/table-cell-type-integer/table-cell-type-integer.d.ts +1 -1
  537. package/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle-config.d.ts +1 -1
  538. package/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon-config.d.ts +1 -1
  539. package/table-cell-types/table-cell-type-string/table-cell-type-string-config.d.ts +1 -1
  540. package/table-cell-types/table-cell-type-string/table-cell-type-string.component.d.ts +1 -1
  541. package/tel-input/utils/coerce-phone-number-format.d.ts +1 -1
  542. package/tiled-select/components/tiled-select/tiled-select.component.d.ts +1 -1
  543. package/tiled-select/tiled-select.models.d.ts +2 -2
  544. package/utils/polling-ticker.d.ts +1 -1
  545. package/utils/subscriber-count.d.ts +1 -1
  546. package/widget/directives/widget-drag-handle.directive.d.ts +1 -1
@@ -1,5 +1,4 @@
1
1
  /// <reference types="google.maps" />
2
- /// <reference types="googlemaps" />
3
2
  import { FocusMonitor } from '@angular/cdk/a11y';
4
3
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
5
4
  import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
@@ -1,8 +1,4 @@
1
1
  /// <reference types="google.maps" />
2
- /// <reference types="googlemaps" />
3
- /// <reference types="googlemaps" />
4
- /// <reference types="googlemaps" />
5
- /// <reference types="googlemaps" />
6
2
  import { BooleanInput } from '@angular/cdk/coercion';
7
3
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
8
4
  import { Observable } from 'rxjs';
@@ -1,8 +1,4 @@
1
1
  /// <reference types="google.maps" />
2
- /// <reference types="googlemaps" />
3
- /// <reference types="googlemaps" />
4
- /// <reference types="googlemaps" />
5
- /// <reference types="googlemaps" />
6
2
  import { ElementRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
7
3
  import { Observable } from 'rxjs';
8
4
  import * as i0 from "@angular/core";
@@ -1,6 +1,4 @@
1
1
  /// <reference types="google.maps" />
2
- /// <reference types="googlemaps" />
3
- /// <reference types="googlemaps" />
4
2
  import { NgZone, OnDestroy, ViewContainerRef } from '@angular/core';
5
3
  import { Observable } from 'rxjs';
6
4
  import { MenuComponent } from '@theseam/ui-common/menu';
@@ -1,5 +1,4 @@
1
1
  /// <reference types="google.maps" />
2
- /// <reference types="googlemaps" />
3
2
  import { InjectionToken } from '@angular/core';
4
3
  import { ComponentType } from '@theseam/ui-common/models';
5
4
  export interface MapControl<TData = any> {
@@ -4,7 +4,7 @@ export declare enum MapValueSource {
4
4
  Input = "input",
5
5
  FeatureChange = "featurechange"
6
6
  }
7
- export declare type MapValue = object | undefined | null;
7
+ export type MapValue = object | undefined | null;
8
8
  export interface MapValueChange {
9
9
  value: MapValue;
10
10
  source: MapValueSource;
@@ -10,8 +10,8 @@ export interface DatatableGraphQLDataMapperResult<TRow = EmptyObject> {
10
10
  */
11
11
  totalCount?: number;
12
12
  }
13
- export declare type DatatableGraphQLDataMapper<TData, TRow = EmptyObject> = (data: TData) => (DatatableGraphQLDataMapperResult<TRow> | Promise<DatatableGraphQLDataMapperResult<TRow>> | Observable<DatatableGraphQLDataMapperResult<TRow>>);
14
- export declare type DatatableGraphQLVariables = {
13
+ export type DatatableGraphQLDataMapper<TData, TRow = EmptyObject> = (data: TData) => (DatatableGraphQLDataMapperResult<TRow> | Promise<DatatableGraphQLDataMapperResult<TRow>> | Observable<DatatableGraphQLDataMapperResult<TRow>>);
14
+ export type DatatableGraphQLVariables = {
15
15
  skip?: number;
16
16
  take?: number;
17
17
  } & EmptyObject;
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * rest should be common options shared by all our app's datatables. This may
12
12
  * change if it is determined to be too restrictive.
13
13
  */
14
- export declare type DatatableQueryOptions<TVariables = OperationVariables, TData = any> = Pick<WatchQueryOptions<TVariables, TData>, 'query'> & Pick<WatchQueryOptions<TVariables, TData>, 'variables'> & Pick<WatchQueryOptions<TVariables, TData>, 'context'>;
14
+ export type DatatableQueryOptions<TVariables = OperationVariables, TData = any> = Pick<WatchQueryOptions<TVariables, TData>, 'query'> & Pick<WatchQueryOptions<TVariables, TData>, 'variables'> & Pick<WatchQueryOptions<TVariables, TData>, 'context'>;
15
15
  export interface DatatableGraphqlServiceConfig {
16
16
  /**
17
17
  * Polling interval time in milliseconds.
@@ -5,8 +5,8 @@ import { GqlDatatableAccessor } from '../models';
5
5
  import { DatatableGraphQLQueryRef } from './datatable-graphql-query-ref';
6
6
  import { FilterStateMappers } from './map-filter-states';
7
7
  import { MapperContext } from './mapper-context';
8
- export declare type SortsMapperResult = {
8
+ export type SortsMapperResult = {
9
9
  [name: string]: any;
10
10
  }[];
11
- export declare type SortsMapper = (sorts: SortItem[], context: MapperContext) => (SortsMapperResult | Promise<SortsMapperResult> | Observable<SortsMapperResult>);
11
+ export type SortsMapper = (sorts: SortItem[], context: MapperContext) => (SortsMapperResult | Promise<SortsMapperResult> | Observable<SortsMapperResult>);
12
12
  export declare function observeRowsWithGqlInputsHandling<TData, TRow, GqlVariables extends EmptyObject>(queryRef: DatatableGraphQLQueryRef<TData, GqlVariables, TRow>, rows: Observable<TRow[]>, datatable: Observable<GqlDatatableAccessor | undefined> | Promise<GqlDatatableAccessor | undefined> | GqlDatatableAccessor, extraVariables: Observable<Partial<GqlVariables>> | Promise<Partial<GqlVariables>> | Partial<GqlVariables>, sortsMapper: SortsMapper, filterStateMappers: FilterStateMappers): Observable<TRow[]>;
@@ -7,11 +7,11 @@ export interface FilterStateMapperVariables {
7
7
  export interface FilterStateMapperFilter {
8
8
  [name: string]: any;
9
9
  }
10
- export declare type FilterStateMapperResult = {
10
+ export type FilterStateMapperResult = {
11
11
  filter?: FilterStateMapperFilter | undefined | null;
12
12
  variables?: FilterStateMapperVariables | undefined | null;
13
13
  } | null;
14
- export declare type FilterStateMapper = (filterState: DataFilterState, context: MapperContext) => (FilterStateMapperResult | Promise<FilterStateMapperResult> | Observable<FilterStateMapperResult>);
14
+ export type FilterStateMapper = (filterState: DataFilterState, context: MapperContext) => (FilterStateMapperResult | Promise<FilterStateMapperResult> | Observable<FilterStateMapperResult>);
15
15
  export interface FilterStateMappers {
16
16
  [filterName: string]: FilterStateMapper;
17
17
  }
@@ -3,7 +3,7 @@ export interface PageInfoMapperResult {
3
3
  skip: number;
4
4
  take: number;
5
5
  }
6
- export declare type PageInfoMapper = (pageInfo: TheSeamPageInfo) => PageInfoMapperResult;
6
+ export type PageInfoMapper = (pageInfo: TheSeamPageInfo) => PageInfoMapperResult;
7
7
  /**
8
8
  * Maps to a range that fetches the page before the current page, the current
9
9
  * page, and the page after the current page.
@@ -1,5 +1,5 @@
1
1
  import { EmptyObject } from 'apollo-angular/types';
2
- export declare type MapperContext<TExtraVariables = EmptyObject> = {
2
+ export type MapperContext<TExtraVariables = EmptyObject> = {
3
3
  extraVariables: TExtraVariables;
4
4
  } & {
5
5
  [name: string]: any;
@@ -1,5 +1,5 @@
1
1
  import { DatatableComponent } from '@theseam/ui-common/datatable';
2
- export declare type GqlDatatableAccessor = Pick<DatatableComponent, 'page' | 'sort' | 'sorts' | 'filterStates'> & {
2
+ export type GqlDatatableAccessor = Pick<DatatableComponent, 'page' | 'sort' | 'sorts' | 'filterStates'> & {
3
3
  ngxDatatable: {
4
4
  offset: number;
5
5
  pageSize: number;
@@ -1,3 +1,3 @@
1
1
  import { HintTransformOperation } from './hint-transform-operation';
2
2
  import { HintsToken } from './hints-token';
3
- export declare type HintTransformer = (operation: HintTransformOperation, hintsToken: HintsToken) => HintTransformOperation;
3
+ export type HintTransformer = (operation: HintTransformOperation, hintsToken: HintsToken) => HintTransformOperation;
@@ -2,7 +2,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import { IconProp, SizeProp } from '@fortawesome/fontawesome-svg-core';
3
3
  import { SeamIcon } from '../icon';
4
4
  import * as i0 from "@angular/core";
5
- export declare type TheSeamIconType = 'borderless-styled-square' | 'styled-square' | 'image-fill' | undefined;
5
+ export type TheSeamIconType = 'borderless-styled-square' | 'styled-square' | 'image-fill' | undefined;
6
6
  export declare class IconComponent {
7
7
  static ngAcceptInputType_grayscaleOnDisable: BooleanInput;
8
8
  static ngAcceptInputType_disabled: BooleanInput;
package/icon/icon.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import { IconDefinition, IconProp } from '@fortawesome/fontawesome-svg-core';
2
- export declare type SeamIcon = IconProp | IconDefinition | string;
2
+ export type SeamIcon = IconProp | IconDefinition | string;
@@ -17,4 +17,4 @@
17
17
  * | gt-md | 'screen and (min-width: 1280px)' |
18
18
  * | gt-lg | 'screen and (min-width: 1920px)' |
19
19
  */
20
- export declare type MediaQueryAliases = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'lt-sm' | 'lt-md' | 'lt-lg' | 'lt-xl' | 'gt-xs' | 'gt-sm' | 'gt-md' | 'gt-lg';
20
+ export type MediaQueryAliases = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'lt-sm' | 'lt-md' | 'lt-lg' | 'lt-xl' | 'gt-xs' | 'gt-sm' | 'gt-md' | 'gt-lg';
@@ -1 +1 @@
1
- export declare type TheSeamLoadingTheme = 'default' | 'primary';
1
+ export type TheSeamLoadingTheme = 'default' | 'primary';
@@ -3,7 +3,7 @@ import { ComponentType } from '@angular/cdk/overlay';
3
3
  import { InjectionToken, ViewContainerRef } from '@angular/core';
4
4
  import { ModalContainerComponent } from './modal-container/modal-container.component';
5
5
  /** Valid ARIA roles for a dialog element. */
6
- export declare type DialogRole = 'dialog' | 'alertdialog';
6
+ export type DialogRole = 'dialog' | 'alertdialog';
7
7
  /** Possible overrides for a dialog's position. */
8
8
  export interface IModalPosition {
9
9
  top?: string;
@@ -1,2 +1,2 @@
1
1
  /** Interface that can be used to generically type a class. */
2
- export declare type ComponentType<T> = new (...args: any[]) => T;
2
+ export type ComponentType<T> = new (...args: any[]) => T;
@@ -1 +1 @@
1
- export declare type SizePrefixes = 'btn';
1
+ export type SizePrefixes = 'btn';
@@ -1 +1 @@
1
- export declare type SizeTypes = 'default' | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'lightgray' | 'lightblue';
1
+ export type SizeTypes = 'default' | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'lightgray' | 'lightblue';
@@ -1 +1 @@
1
- export declare type ThemePrefixes = 'btn' | 'text' | 'bg' | 'badge' | 'list-group-item';
1
+ export type ThemePrefixes = 'btn' | 'text' | 'bg' | 'badge' | 'list-group-item';
@@ -1,2 +1,2 @@
1
- export declare type ThemeTypes = 'default' | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'lightgray' | 'lightblue';
2
- export declare type OutlineThemeTypes = 'outline-primary' | 'outline-secondary' | 'outline-success' | 'outline-danger' | 'outline-warning' | 'outline-info' | 'outline-light' | 'outline-dark' | 'outline-lightgray' | 'outline-lightblue';
1
+ export type ThemeTypes = 'default' | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'lightgray' | 'lightblue';
2
+ export type OutlineThemeTypes = 'outline-primary' | 'outline-secondary' | 'outline-success' | 'outline-danger' | 'outline-warning' | 'outline-info' | 'outline-light' | 'outline-dark' | 'outline-lightgray' | 'outline-lightblue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theseam/ui-common",
3
- "version": "0.4.0-beta.2",
3
+ "version": "0.4.0-beta.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^15.0.0",
6
6
  "@angular/common": "^15.0.0",
@@ -30,7 +30,7 @@
30
30
  "css-element-queries": "^1.2.3",
31
31
  "file-saver": "~2.0.2",
32
32
  "graphql": "^15.5.0",
33
- "ngx-toastr": "~14.0.0",
33
+ "ngx-toastr": "~16.1.0",
34
34
  "pdfjs-dist": "2.8.335",
35
35
  "xlsx": "^0.14.4",
36
36
  "jexl": "^2.3.0",
@@ -1,2 +1,2 @@
1
1
  import * as OverlayScrollbars from 'overlayscrollbars';
2
- export declare type IOverlayScrollbarsConfig = OverlayScrollbars.Options;
2
+ export type IOverlayScrollbarsConfig = OverlayScrollbars.Options;
@@ -1,7 +1,7 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import WebFont from 'webfontloader';
3
3
  import * as i0 from "@angular/core";
4
- export declare type TheSeamFontEvents = {
4
+ export type TheSeamFontEvents = {
5
5
  type: 'loading';
6
6
  } | {
7
7
  type: 'active';
@@ -6,40 +6,40 @@
6
6
  @import './bs-utilities';
7
7
 
8
8
  // Optional
9
- @import "node_modules/bootstrap/scss/root";
10
- @import "node_modules/bootstrap/scss/reboot";
11
- @import "node_modules/bootstrap/scss/type";
12
- @import "node_modules/bootstrap/scss/images";
13
- @import "node_modules/bootstrap/scss/code";
14
- @import "node_modules/bootstrap/scss/grid";
15
- @import "node_modules/bootstrap/scss/tables";
16
- @import "node_modules/bootstrap/scss/forms";
17
- @import "node_modules/bootstrap/scss/buttons";
18
- @import "node_modules/bootstrap/scss/transitions";
19
- @import "node_modules/bootstrap/scss/dropdown";
20
- @import "node_modules/bootstrap/scss/button-group";
21
- @import "node_modules/bootstrap/scss/input-group";
22
- @import "node_modules/bootstrap/scss/custom-forms";
23
- @import "node_modules/bootstrap/scss/nav";
24
- @import "node_modules/bootstrap/scss/navbar";
25
- @import "node_modules/bootstrap/scss/card";
26
- @import "node_modules/bootstrap/scss/breadcrumb";
27
- @import "node_modules/bootstrap/scss/pagination";
28
- @import "node_modules/bootstrap/scss/badge";
29
- @import "node_modules/bootstrap/scss/jumbotron";
30
- @import "node_modules/bootstrap/scss/alert";
31
- @import "node_modules/bootstrap/scss/progress";
32
- @import "node_modules/bootstrap/scss/media";
33
- @import "node_modules/bootstrap/scss/list-group";
34
- @import "node_modules/bootstrap/scss/close";
35
- @import "node_modules/bootstrap/scss/toasts";
36
- @import "node_modules/bootstrap/scss/modal";
37
- @import "node_modules/bootstrap/scss/tooltip";
38
- @import "node_modules/bootstrap/scss/popover";
39
- @import "node_modules/bootstrap/scss/carousel";
40
- @import "node_modules/bootstrap/scss/spinners";
41
- @import "node_modules/bootstrap/scss/utilities";
42
- @import "node_modules/bootstrap/scss/print";
9
+ @import "bootstrap/scss/root";
10
+ @import "bootstrap/scss/reboot";
11
+ @import "bootstrap/scss/type";
12
+ @import "bootstrap/scss/images";
13
+ @import "bootstrap/scss/code";
14
+ @import "bootstrap/scss/grid";
15
+ @import "bootstrap/scss/tables";
16
+ @import "bootstrap/scss/forms";
17
+ @import "bootstrap/scss/buttons";
18
+ @import "bootstrap/scss/transitions";
19
+ @import "bootstrap/scss/dropdown";
20
+ @import "bootstrap/scss/button-group";
21
+ @import "bootstrap/scss/input-group";
22
+ @import "bootstrap/scss/custom-forms";
23
+ @import "bootstrap/scss/nav";
24
+ @import "bootstrap/scss/navbar";
25
+ @import "bootstrap/scss/card";
26
+ @import "bootstrap/scss/breadcrumb";
27
+ @import "bootstrap/scss/pagination";
28
+ @import "bootstrap/scss/badge";
29
+ @import "bootstrap/scss/jumbotron";
30
+ @import "bootstrap/scss/alert";
31
+ @import "bootstrap/scss/progress";
32
+ @import "bootstrap/scss/media";
33
+ @import "bootstrap/scss/list-group";
34
+ @import "bootstrap/scss/close";
35
+ @import "bootstrap/scss/toasts";
36
+ @import "bootstrap/scss/modal";
37
+ @import "bootstrap/scss/tooltip";
38
+ @import "bootstrap/scss/popover";
39
+ @import "bootstrap/scss/carousel";
40
+ @import "bootstrap/scss/spinners";
41
+ @import "bootstrap/scss/utilities";
42
+ @import "bootstrap/scss/print";
43
43
 
44
44
  // Custom Styles
45
45
  @import './bs-styles';
@@ -1,5 +1,5 @@
1
1
  // Required to import before bootstrap css rule stylesheets.
2
- @import "node_modules/bootstrap/scss/_functions";
2
+ @import "bootstrap/scss/functions";
3
3
  @import "bs-variables"; // Our bootstrap variable customizations
4
- @import "node_modules/bootstrap/scss/_variables";
5
- @import "node_modules/bootstrap/scss/_mixins";
4
+ @import "bootstrap/scss/variables";
5
+ @import "bootstrap/scss/mixins";
package/styles/theme.scss CHANGED
@@ -1,6 +1,6 @@
1
1
  /* You can add global styles to this file, and also import other style files */
2
- @import 'node_modules/@angular/cdk/overlay-prebuilt';
3
- @import 'node_modules/overlayscrollbars/css/OverlayScrollbars.min';
2
+ @import '@angular/cdk/overlay-prebuilt';
3
+ @import 'overlayscrollbars/css/OverlayScrollbars.min';
4
4
 
5
5
  @import './variables';
6
6
 
@@ -12,7 +12,7 @@
12
12
  @import './common/text';
13
13
  @import './common/table';
14
14
 
15
- @import 'node_modules/ngx-toastr/toastr-bs4-alert';
15
+ @import 'ngx-toastr/toastr-bs4-alert';
16
16
 
17
17
  @import './vendor/vendor';
18
18
 
@@ -1,5 +1,5 @@
1
1
  @import './variables';
2
- @import 'node_modules/@marklb/ngx-datatable/index';
2
+ @import '@marklb/ngx-datatable/index';
3
3
 
4
4
  .ngx-datatable {
5
5
  background: $datatable-background;
@@ -1,6 +1,6 @@
1
- @import 'node_modules/quill/dist/quill.core';
2
- @import 'node_modules/quill/dist/quill.bubble';
3
- @import 'node_modules/quill/dist/quill.snow';
1
+ @import 'quill/dist/quill.core';
2
+ @import 'quill/dist/quill.bubble';
3
+ @import 'quill/dist/quill.snow';
4
4
 
5
5
  quill-editor {
6
6
  display: block;
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
12
12
  * build that can't find exported types that only exist at compile time if there
13
13
  * are exports that exist at runtime in the same file.
14
14
  */
15
- export declare type TrackByFunction<T> = (index: number, item: T) => any;
15
+ export type TrackByFunction<T> = (index: number, item: T) => any;
16
16
  export interface ITableColumn {
17
17
  prop: string;
18
18
  name?: string;
@@ -23,9 +23,9 @@ export interface ITableCellTypeManifest {
23
23
  export interface ICalucatedValueContext<R = any, V = any> extends Partial<TableCellData<any, any, R, V>> {
24
24
  [key: string]: any;
25
25
  }
26
- export declare type CalculatedValueContextFn = () => ICalucatedValueContext;
27
- export declare type CaluclatedValueContextType = ICalucatedValueContext | CalculatedValueContextFn;
28
- export declare type TheSeamTableColumn<T extends TableCellTypeName, C extends TableCellTypeConfig<T> = any> = TableColumn & TableCellTypeColumn<T, C> & TableCellTypeExportProps;
26
+ export type CalculatedValueContextFn = () => ICalucatedValueContext;
27
+ export type CaluclatedValueContextType = ICalucatedValueContext | CalculatedValueContextFn;
28
+ export type TheSeamTableColumn<T extends TableCellTypeName, C extends TableCellTypeConfig<T> = any> = TableColumn & TableCellTypeColumn<T, C> & TableCellTypeExportProps;
29
29
  export interface TableCellDataChange<T extends TableCellTypeName, C extends TableCellTypeConfig<T>> {
30
30
  data: TableCellData<T, C>;
31
31
  changes: SimpleChanges;
@@ -1 +1 @@
1
- export declare type TableCellTypeName = string;
1
+ export type TableCellTypeName = string;
@@ -1,6 +1,6 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
3
- export declare type TableCellTypeCurrencyConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
3
+ export type TableCellTypeCurrencyConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
4
  export interface TableCellTypeConfigCurrency extends TableCellTypeConfig<'currency'> {
5
5
  action?: TableCellTypeCurrencyConfigAction;
6
6
  /**
@@ -1,3 +1,3 @@
1
1
  import { TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
2
2
  import { TableCellTypeConfigCurrency } from './table-cell-type-currency-config';
3
- export declare type TableCellTypeCurrency = TheSeamTableColumn<'currency', TableCellTypeConfigCurrency>;
3
+ export type TableCellTypeCurrency = TheSeamTableColumn<'currency', TableCellTypeConfigCurrency>;
@@ -1,3 +1,3 @@
1
1
  import { TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
2
2
  import { TableCellTypeConfigDate } from './table-cell-type-date-config';
3
- export declare type TableCellTypeDate = TheSeamTableColumn<'date', TableCellTypeConfigDate>;
3
+ export type TableCellTypeDate = TheSeamTableColumn<'date', TableCellTypeConfigDate>;
@@ -1,6 +1,6 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
3
- export declare type TableCellTypeDecimalConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
3
+ export type TableCellTypeDecimalConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
4
  export interface TableCellTypeConfigDecimal extends TableCellTypeConfig<'decimal'> {
5
5
  action?: TableCellTypeDecimalConfigAction;
6
6
  /**
@@ -1,3 +1,3 @@
1
1
  import { TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
2
2
  import { TableCellTypeConfigDecimal } from './table-cell-type-decimal-config';
3
- export declare type TableCellTypeDecimal = TheSeamTableColumn<'decimal', TableCellTypeConfigDecimal>;
3
+ export type TableCellTypeDecimal = TheSeamTableColumn<'decimal', TableCellTypeConfigDecimal>;
@@ -1,7 +1,7 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TheSeamIconType } from '@theseam/ui-common/icon';
3
3
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
4
- export declare type TableCellTypeIconConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
+ export type TableCellTypeIconConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
5
5
  export interface TableCellTypeConfigIcon extends TableCellTypeConfig<'icon'> {
6
6
  /**
7
7
  *
@@ -6,7 +6,7 @@ import { TableCellTypesHelpersService } from '@theseam/ui-common/table-cell-type
6
6
  import type { TableCellData, TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
7
7
  import { TableCellTypeConfigIcon, TableCellTypeIconConfigAction } from './table-cell-type-icon-config';
8
8
  import * as i0 from "@angular/core";
9
- export declare type IconTemplateType = 'default' | 'link' | 'link-external' | 'link-encrypted' | 'button';
9
+ export type IconTemplateType = 'default' | 'link' | 'link-external' | 'link-encrypted' | 'button';
10
10
  export declare class TableCellTypeIconComponent<R = any, V = any> implements OnInit, OnDestroy {
11
11
  private _cdf;
12
12
  private _tableCellTypeHelpers;
@@ -1,6 +1,6 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
3
- export declare type TableCellTypeIntegerConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
3
+ export type TableCellTypeIntegerConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
4
  export interface TableCellTypeConfigInteger extends TableCellTypeConfig<'integer'> {
5
5
  action?: TableCellTypeIntegerConfigAction;
6
6
  /**
@@ -1,3 +1,3 @@
1
1
  import { TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
2
2
  import { TableCellTypeConfigInteger } from './table-cell-type-integer-config';
3
- export declare type TableCellTypeInteger = TheSeamTableColumn<'integer', TableCellTypeConfigInteger>;
3
+ export type TableCellTypeInteger = TheSeamTableColumn<'integer', TableCellTypeConfigInteger>;
@@ -1,6 +1,6 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
3
- export declare type TableCellTypeProgressCircleConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
3
+ export type TableCellTypeProgressCircleConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
4
  export interface TableCellTypeConfigProgressCircle extends TableCellTypeConfig<'progress-circle'> {
5
5
  /**
6
6
  *
@@ -1,7 +1,7 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { SeamIcon, TheSeamIconType } from '@theseam/ui-common/icon';
3
3
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
4
- export declare type TableCellTypeIconConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
+ export type TableCellTypeIconConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
5
5
  export interface TableCellTypeConfigProgressCircleIcon extends TableCellTypeConfig<'progress-circle-icon'> {
6
6
  /**
7
7
  * Progress circle with an icon fallback.
@@ -1,6 +1,6 @@
1
1
  import { DynamicActionLinkDef, DynamicActionModalDef, DynamicValue } from '@theseam/ui-common/dynamic';
2
2
  import { TableCellTypeConfig } from '@theseam/ui-common/table-cell-type';
3
- export declare type TableCellTypeStringConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
3
+ export type TableCellTypeStringConfigAction = DynamicActionLinkDef | DynamicActionModalDef;
4
4
  export interface TableCellTypeConfigString extends TableCellTypeConfig<'string'> {
5
5
  action?: TableCellTypeStringConfigAction;
6
6
  /**
@@ -5,7 +5,7 @@ import { TableCellTypesHelpersService } from '@theseam/ui-common/table-cell-type
5
5
  import type { TableCellData, TheSeamTableColumn } from '@theseam/ui-common/table-cell-type';
6
6
  import { TableCellTypeConfigString, TableCellTypeStringConfigAction } from './table-cell-type-string-config';
7
7
  import * as i0 from "@angular/core";
8
- export declare type StringTemplateType = 'default' | 'link' | 'link-external' | 'link-encrypted' | 'button';
8
+ export type StringTemplateType = 'default' | 'link' | 'link-external' | 'link-encrypted' | 'button';
9
9
  export declare class TableCellTypeStringComponent implements OnInit, OnDestroy {
10
10
  private readonly _cdf;
11
11
  private readonly _tableCellTypeHelpers;
@@ -3,5 +3,5 @@ export declare const THESEAM_DEFAULT_PHONE_NUMBER_FORMAT = intlTelInputUtils.num
3
3
  /**
4
4
  * Types that should be acceptable in a template.
5
5
  */
6
- export declare type TheSeamNumberFormatsInput = intlTelInputUtils.numberFormat | 'E164' | 'INTERNATIONAL' | 'NATIONAL' | 'RFC3966' | 'e164' | 'international' | 'national' | 'rfc3966';
6
+ export type TheSeamNumberFormatsInput = intlTelInputUtils.numberFormat | 'E164' | 'INTERNATIONAL' | 'NATIONAL' | 'RFC3966' | 'e164' | 'international' | 'national' | 'rfc3966';
7
7
  export declare function coercePhoneNumberFormat(format: TheSeamNumberFormatsInput, defaultFormat?: intlTelInputUtils.numberFormat): intlTelInputUtils.numberFormat;
@@ -54,4 +54,4 @@ export declare class TheSeamTiledSelectComponent implements OnInit, ControlValue
54
54
  static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamTiledSelectComponent, "seam-tiled-select", never, { "layout": "layout"; "tiles": "tiles"; "val": "value"; "disabled": "disabled"; "multiple": "multiple"; "selectionToggleable": "selectionToggleable"; "tileBackdrop": "tileBackdrop"; "showSelectedIcon": "showSelectedIcon"; "animationsDisabled": "animationsDisabled"; }, { "change": "change"; }, ["overlayTpls"], never, false, never>;
55
55
  }
56
56
  /** @deprecated Use `TheSeamTiledSelectComponent`. */
57
- export declare type TiledSelectComponent = TheSeamTiledSelectComponent;
57
+ export type TiledSelectComponent = TheSeamTiledSelectComponent;
@@ -8,6 +8,6 @@ export interface TiledSelectItem {
8
8
  hidden?: boolean;
9
9
  customClass?: string;
10
10
  }
11
- export declare type TiledSelectLayout = 'grid' | 'list';
11
+ export type TiledSelectLayout = 'grid' | 'list';
12
12
  /** @deprecated Use `TiledSelectItem`. */
13
- export declare type ITiledSelectItem = TiledSelectItem;
13
+ export type ITiledSelectItem = TiledSelectItem;
@@ -1,5 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
- export declare type PollingActionFn<R> = () => R | Observable<R>;
2
+ export type PollingActionFn<R> = () => R | Observable<R>;
3
3
  export declare class PollingTickerOptions {
4
4
  emitOnInit?: boolean;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
- export declare type SubscriberCountChangedFn = (description: string, count: number, reason: 'subscribed' | 'unsubscribed') => void;
2
+ export type SubscriberCountChangedFn = (description: string, count: number, reason: 'subscribed' | 'unsubscribed') => void;
3
3
  /**
4
4
  * This is just for helping debug observables that aren't being unsubscribed
5
5
  * from correctly.
@@ -3,7 +3,7 @@ import { CdkDrag, CdkDragHandle } from '@angular/cdk/drag-drop';
3
3
  import { AfterViewInit, DoCheck, ElementRef, EventEmitter, InjectionToken, NgZone, OnDestroy, OnInit, QueryList } from '@angular/core';
4
4
  import { Subject } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
- declare type Writeable<T> = {
6
+ type Writeable<T> = {
7
7
  -readonly [P in keyof T]-?: T[P];
8
8
  };
9
9
  /**