@skyux/code-examples 12.22.0 → 13.0.0-alpha.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 (318) hide show
  1. package/fesm2022/skyux-code-examples.mjs +756 -758
  2. package/fesm2022/skyux-code-examples.mjs.map +1 -1
  3. package/index.d.ts +2809 -170
  4. package/package.json +40 -40
  5. package/lib/modules/action-bars/summary-action-bar/basic/example.component.d.ts +0 -12
  6. package/lib/modules/action-bars/summary-action-bar/error/example.component.d.ts +0 -24
  7. package/lib/modules/action-bars/summary-action-bar/modal/example.component.d.ts +0 -10
  8. package/lib/modules/action-bars/summary-action-bar/modal/modal.component.d.ts +0 -10
  9. package/lib/modules/action-bars/summary-action-bar/tab/example.component.d.ts +0 -12
  10. package/lib/modules/ag-grid/data-entry-grid/basic/context-menu.component.d.ts +0 -16
  11. package/lib/modules/ag-grid/data-entry-grid/basic/data.d.ts +0 -19
  12. package/lib/modules/ag-grid/data-entry-grid/basic/edit-modal-context.d.ts +0 -4
  13. package/lib/modules/ag-grid/data-entry-grid/basic/edit-modal.component.d.ts +0 -17
  14. package/lib/modules/ag-grid/data-entry-grid/basic/example.component.d.ts +0 -19
  15. package/lib/modules/ag-grid/data-entry-grid/basic/mark-inactive.component.d.ts +0 -10
  16. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/context-menu.component.d.ts +0 -16
  17. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/data.d.ts +0 -19
  18. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/edit-modal-context.d.ts +0 -4
  19. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/edit-modal.component.d.ts +0 -14
  20. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/example.component.d.ts +0 -16
  21. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/filter-modal.component.d.ts +0 -12
  22. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/filters.d.ts +0 -4
  23. package/lib/modules/ag-grid/data-entry-grid/data-manager-added/view-grid.component.d.ts +0 -23
  24. package/lib/modules/ag-grid/data-entry-grid/focus/data.d.ts +0 -19
  25. package/lib/modules/ag-grid/data-entry-grid/focus/example.component.d.ts +0 -12
  26. package/lib/modules/ag-grid/data-entry-grid/inline-help/context-menu.component.d.ts +0 -16
  27. package/lib/modules/ag-grid/data-entry-grid/inline-help/data.d.ts +0 -19
  28. package/lib/modules/ag-grid/data-entry-grid/inline-help/edit-modal-context.d.ts +0 -4
  29. package/lib/modules/ag-grid/data-entry-grid/inline-help/edit-modal.component.d.ts +0 -14
  30. package/lib/modules/ag-grid/data-entry-grid/inline-help/example.component.d.ts +0 -19
  31. package/lib/modules/ag-grid/data-entry-grid/inline-help/inline-help.component.d.ts +0 -9
  32. package/lib/modules/ag-grid/data-grid/basic/context-menu.component.d.ts +0 -16
  33. package/lib/modules/ag-grid/data-grid/basic/data.d.ts +0 -49
  34. package/lib/modules/ag-grid/data-grid/basic/example.component.d.ts +0 -43
  35. package/lib/modules/ag-grid/data-grid/basic-multiselect/context-menu.component.d.ts +0 -16
  36. package/lib/modules/ag-grid/data-grid/basic-multiselect/data.d.ts +0 -52
  37. package/lib/modules/ag-grid/data-grid/basic-multiselect/example.component.d.ts +0 -46
  38. package/lib/modules/ag-grid/data-grid/data-manager/context-menu.component.d.ts +0 -16
  39. package/lib/modules/ag-grid/data-grid/data-manager/data.d.ts +0 -39
  40. package/lib/modules/ag-grid/data-grid/data-manager/example.component.d.ts +0 -34
  41. package/lib/modules/ag-grid/data-grid/data-manager/filter-modal.component.d.ts +0 -12
  42. package/lib/modules/ag-grid/data-grid/data-manager/filters.d.ts +0 -4
  43. package/lib/modules/ag-grid/data-grid/data-manager/view-grid.component.d.ts +0 -22
  44. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/context-menu.component.d.ts +0 -16
  45. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/data.d.ts +0 -41
  46. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/example.component.d.ts +0 -36
  47. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/filter-modal.component.d.ts +0 -12
  48. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/filters.d.ts +0 -4
  49. package/lib/modules/ag-grid/data-grid/data-manager-multiselect/view-grid.component.d.ts +0 -22
  50. package/lib/modules/ag-grid/data-grid/inline-help/context-menu.component.d.ts +0 -16
  51. package/lib/modules/ag-grid/data-grid/inline-help/data.d.ts +0 -49
  52. package/lib/modules/ag-grid/data-grid/inline-help/example.component.d.ts +0 -47
  53. package/lib/modules/ag-grid/data-grid/inline-help/inline-help.component.d.ts +0 -9
  54. package/lib/modules/ag-grid/data-grid/paging/context-menu.component.d.ts +0 -16
  55. package/lib/modules/ag-grid/data-grid/paging/data.d.ts +0 -49
  56. package/lib/modules/ag-grid/data-grid/paging/example.component.d.ts +0 -50
  57. package/lib/modules/ag-grid/data-grid/template-ref-column/data.d.ts +0 -28
  58. package/lib/modules/ag-grid/data-grid/template-ref-column/example.component.d.ts +0 -37
  59. package/lib/modules/ag-grid/data-grid/top-scroll/context-menu.component.d.ts +0 -16
  60. package/lib/modules/ag-grid/data-grid/top-scroll/data.d.ts +0 -52
  61. package/lib/modules/ag-grid/data-grid/top-scroll/example.component.d.ts +0 -50
  62. package/lib/modules/angular-tree-component/angular-tree/basic/example.component.d.ts +0 -34
  63. package/lib/modules/angular-tree-component/angular-tree/help-key/example.component.d.ts +0 -37
  64. package/lib/modules/autonumeric/autonumeric/currency/example.component.d.ts +0 -13
  65. package/lib/modules/autonumeric/autonumeric/international-formatting/example.component.d.ts +0 -13
  66. package/lib/modules/autonumeric/autonumeric/options-provider/example.component.d.ts +0 -14
  67. package/lib/modules/autonumeric/autonumeric/options-provider/options-provider.d.ts +0 -8
  68. package/lib/modules/autonumeric/autonumeric/preset/example.component.d.ts +0 -13
  69. package/lib/modules/avatar/avatar/example.component.d.ts +0 -13
  70. package/lib/modules/avatar/avatar/example.service.d.ts +0 -7
  71. package/lib/modules/colorpicker/colorpicker/basic/example.component.d.ts +0 -20
  72. package/lib/modules/colorpicker/colorpicker/help-key/example.component.d.ts +0 -20
  73. package/lib/modules/colorpicker/colorpicker/programmatic/example.component.d.ts +0 -24
  74. package/lib/modules/core/id/example.component.d.ts +0 -8
  75. package/lib/modules/core/media-query/basic/example.component.d.ts +0 -9
  76. package/lib/modules/core/media-query/responsive-host/child.component.d.ts +0 -6
  77. package/lib/modules/core/media-query/responsive-host/container.component.d.ts +0 -7
  78. package/lib/modules/core/media-query/responsive-host/example.component.d.ts +0 -9
  79. package/lib/modules/core/numeric/basic/example.component.d.ts +0 -12
  80. package/lib/modules/data-manager/data-manager/basic/data.d.ts +0 -9
  81. package/lib/modules/data-manager/data-manager/basic/example.component.d.ts +0 -13
  82. package/lib/modules/data-manager/data-manager/basic/filter-modal.component.d.ts +0 -13
  83. package/lib/modules/data-manager/data-manager/basic/filters.d.ts +0 -4
  84. package/lib/modules/data-manager/data-manager/basic/view-grid.component.d.ts +0 -20
  85. package/lib/modules/data-manager/data-manager/basic/view-repeater.component.d.ts +0 -15
  86. package/lib/modules/datetime/date-pipe/basic/example.component.d.ts +0 -9
  87. package/lib/modules/datetime/date-range-picker/basic/example.component.d.ts +0 -18
  88. package/lib/modules/datetime/date-range-picker/custom-calculator/example.component.d.ts +0 -21
  89. package/lib/modules/datetime/date-range-picker/help-key/example.component.d.ts +0 -18
  90. package/lib/modules/datetime/datepicker/basic/example.component.d.ts +0 -18
  91. package/lib/modules/datetime/datepicker/custom-dates/example.component.d.ts +0 -14
  92. package/lib/modules/datetime/datepicker/fuzzy/example.component.d.ts +0 -14
  93. package/lib/modules/datetime/timepicker/basic/example.component.d.ts +0 -19
  94. package/lib/modules/errors/error/embedded/example.component.d.ts +0 -9
  95. package/lib/modules/errors/error/modal/example.component.d.ts +0 -10
  96. package/lib/modules/flyout/flyout/basic/example.component.d.ts +0 -12
  97. package/lib/modules/flyout/flyout/basic/flyout.component.d.ts +0 -5
  98. package/lib/modules/flyout/flyout/custom-headers/example.component.d.ts +0 -15
  99. package/lib/modules/flyout/flyout/custom-headers/flyout.component.d.ts +0 -5
  100. package/lib/modules/forms/character-count/example.component.d.ts +0 -14
  101. package/lib/modules/forms/checkbox/basic/example.component.d.ts +0 -14
  102. package/lib/modules/forms/checkbox/help-key/example.component.d.ts +0 -14
  103. package/lib/modules/forms/checkbox/icon-group/example.component.d.ts +0 -12
  104. package/lib/modules/forms/field-group/basic/example.component.d.ts +0 -14
  105. package/lib/modules/forms/field-group/help-key/example.component.d.ts +0 -13
  106. package/lib/modules/forms/file-attachment/basic/example.component.d.ts +0 -17
  107. package/lib/modules/forms/file-attachment/help-key/example.component.d.ts +0 -17
  108. package/lib/modules/forms/file-drop/basic/example.component.d.ts +0 -20
  109. package/lib/modules/forms/file-drop/help-key/example.component.d.ts +0 -22
  110. package/lib/modules/forms/input-box/basic/example.component.d.ts +0 -18
  111. package/lib/modules/forms/input-box/custom-form-errors/example.component.d.ts +0 -13
  112. package/lib/modules/forms/radio/help-key/example.component.d.ts +0 -26
  113. package/lib/modules/forms/radio/icon/example.component.d.ts +0 -18
  114. package/lib/modules/forms/radio/standard/example.component.d.ts +0 -28
  115. package/lib/modules/forms/selection-box/checkbox/example.component.d.ts +0 -19
  116. package/lib/modules/forms/selection-box/radio/example.component.d.ts +0 -12
  117. package/lib/modules/forms/toggle-switch/basic/example.component.d.ts +0 -12
  118. package/lib/modules/forms/toggle-switch/help-key/example.component.d.ts +0 -11
  119. package/lib/modules/help-inline/basic/example.component.d.ts +0 -9
  120. package/lib/modules/icon/basic/example.component.d.ts +0 -8
  121. package/lib/modules/icon/icon-button/example.component.d.ts +0 -10
  122. package/lib/modules/indicators/alert/basic/example.component.d.ts +0 -10
  123. package/lib/modules/indicators/illustration/basic/example.component.d.ts +0 -8
  124. package/lib/modules/indicators/illustration/basic/illustration-demo-resolver.service.d.ts +0 -7
  125. package/lib/modules/indicators/key-info/basic/example.component.d.ts +0 -13
  126. package/lib/modules/indicators/key-info/help-key/example.component.d.ts +0 -13
  127. package/lib/modules/indicators/label/basic/example.component.d.ts +0 -17
  128. package/lib/modules/indicators/status-indicator/basic/example.component.d.ts +0 -8
  129. package/lib/modules/indicators/status-indicator/help-key/example.component.d.ts +0 -8
  130. package/lib/modules/indicators/text-highlight/basic/example.component.d.ts +0 -10
  131. package/lib/modules/indicators/tokens/basic/example.component.d.ts +0 -12
  132. package/lib/modules/indicators/tokens/custom/example.component.d.ts +0 -29
  133. package/lib/modules/indicators/wait/element/example.component.d.ts +0 -9
  134. package/lib/modules/indicators/wait/page/example.component.d.ts +0 -13
  135. package/lib/modules/inline-form/inline-form/basic/example.component.d.ts +0 -21
  136. package/lib/modules/inline-form/inline-form/custom-buttons/example.component.d.ts +0 -23
  137. package/lib/modules/inline-form/inline-form/repeaters/example.component.d.ts +0 -28
  138. package/lib/modules/layout/action-button/basic/example.component.d.ts +0 -10
  139. package/lib/modules/layout/action-button/permalink/example.component.d.ts +0 -11
  140. package/lib/modules/layout/back-to-top/infinite-scroll/example.component.d.ts +0 -24
  141. package/lib/modules/layout/back-to-top/infinite-scroll/person.d.ts +0 -4
  142. package/lib/modules/layout/back-to-top/repeater/example.component.d.ts +0 -13
  143. package/lib/modules/layout/box/basic/example.component.d.ts +0 -8
  144. package/lib/modules/layout/box/help-key/example.component.d.ts +0 -8
  145. package/lib/modules/layout/card/basic/example.component.d.ts +0 -13
  146. package/lib/modules/layout/definition-list/basic/example.component.d.ts +0 -12
  147. package/lib/modules/layout/description-list/help-key/example.component.d.ts +0 -13
  148. package/lib/modules/layout/description-list/horizontal/example.component.d.ts +0 -13
  149. package/lib/modules/layout/description-list/inline-help/example.component.d.ts +0 -14
  150. package/lib/modules/layout/description-list/long-description/example.component.d.ts +0 -12
  151. package/lib/modules/layout/description-list/vertical/example.component.d.ts +0 -13
  152. package/lib/modules/layout/fluid-grid/example.component.d.ts +0 -11
  153. package/lib/modules/layout/format/example.component.d.ts +0 -8
  154. package/lib/modules/layout/inline-delete/custom/example.component.d.ts +0 -13
  155. package/lib/modules/layout/inline-delete/repeater/example.component.d.ts +0 -21
  156. package/lib/modules/layout/page/layout-fit/example.component.d.ts +0 -9
  157. package/lib/modules/layout/page-summary/basic/example.component.d.ts +0 -16
  158. package/lib/modules/layout/text-expand/inline/example.component.d.ts +0 -9
  159. package/lib/modules/layout/text-expand/modal/example.component.d.ts +0 -9
  160. package/lib/modules/layout/text-expand/newline/example.component.d.ts +0 -9
  161. package/lib/modules/layout/text-expand-repeater/example.component.d.ts +0 -9
  162. package/lib/modules/layout/toolbar/basic/example.component.d.ts +0 -9
  163. package/lib/modules/layout/toolbar/sectioned/example.component.d.ts +0 -9
  164. package/lib/modules/lists/filter/inline/example.component.d.ts +0 -30
  165. package/lib/modules/lists/filter/modal/example.component.d.ts +0 -19
  166. package/lib/modules/lists/filter/modal/filter-modal-context.d.ts +0 -4
  167. package/lib/modules/lists/filter/modal/filter-modal.component.d.ts +0 -16
  168. package/lib/modules/lists/filter/modal/filter.d.ts +0 -5
  169. package/lib/modules/lists/filter/modal/fruit.d.ts +0 -5
  170. package/lib/modules/lists/infinite-scroll/repeater/example.component.d.ts +0 -15
  171. package/lib/modules/lists/infinite-scroll/repeater/item.d.ts +0 -3
  172. package/lib/modules/lists/paging/basic/example.component.d.ts +0 -9
  173. package/lib/modules/lists/paging/with-content/demo-data.d.ts +0 -5
  174. package/lib/modules/lists/paging/with-content/demo-data.service.d.ts +0 -8
  175. package/lib/modules/lists/paging/with-content/example.component.d.ts +0 -15
  176. package/lib/modules/lists/paging/with-content/person.d.ts +0 -4
  177. package/lib/modules/lists/repeater/add-remove/example.component.d.ts +0 -14
  178. package/lib/modules/lists/repeater/add-remove/item.d.ts +0 -6
  179. package/lib/modules/lists/repeater/basic/example.component.d.ts +0 -15
  180. package/lib/modules/lists/repeater/inline-form/example.component.d.ts +0 -28
  181. package/lib/modules/lists/sort/basic/example.component.d.ts +0 -27
  182. package/lib/modules/lookup/autocomplete/advanced/example.component.d.ts +0 -18
  183. package/lib/modules/lookup/autocomplete/advanced/planet.d.ts +0 -4
  184. package/lib/modules/lookup/autocomplete/any-value/color-option.d.ts +0 -4
  185. package/lib/modules/lookup/autocomplete/any-value/example.component.d.ts +0 -17
  186. package/lib/modules/lookup/autocomplete/any-value/example.service.d.ts +0 -8
  187. package/lib/modules/lookup/autocomplete/any-value/search-results.d.ts +0 -6
  188. package/lib/modules/lookup/autocomplete/basic/example.component.d.ts +0 -17
  189. package/lib/modules/lookup/autocomplete/custom-search/example.component.d.ts +0 -17
  190. package/lib/modules/lookup/autocomplete/custom-search/ocean.d.ts +0 -4
  191. package/lib/modules/lookup/autocomplete/search-filters/example.component.d.ts +0 -16
  192. package/lib/modules/lookup/country-field/basic/example.component.d.ts +0 -19
  193. package/lib/modules/lookup/lookup/add-item/add-item-modal.component.d.ts +0 -11
  194. package/lib/modules/lookup/lookup/add-item/example.component.d.ts +0 -23
  195. package/lib/modules/lookup/lookup/add-item/example.service.d.ts +0 -10
  196. package/lib/modules/lookup/lookup/add-item/person.d.ts +0 -4
  197. package/lib/modules/lookup/lookup/add-item/search-results.d.ts +0 -6
  198. package/lib/modules/lookup/lookup/custom-picker/example.component.d.ts +0 -22
  199. package/lib/modules/lookup/lookup/custom-picker/example.service.d.ts +0 -10
  200. package/lib/modules/lookup/lookup/custom-picker/person.d.ts +0 -4
  201. package/lib/modules/lookup/lookup/custom-picker/picker-modal.component.d.ts +0 -16
  202. package/lib/modules/lookup/lookup/custom-picker/search-results.d.ts +0 -6
  203. package/lib/modules/lookup/lookup/multi-select/example.component.d.ts +0 -22
  204. package/lib/modules/lookup/lookup/multi-select/example.service.d.ts +0 -10
  205. package/lib/modules/lookup/lookup/multi-select/person.d.ts +0 -3
  206. package/lib/modules/lookup/lookup/multi-select/search-results.d.ts +0 -6
  207. package/lib/modules/lookup/lookup/result-templates/example.component.d.ts +0 -23
  208. package/lib/modules/lookup/lookup/result-templates/example.service.d.ts +0 -10
  209. package/lib/modules/lookup/lookup/result-templates/person.d.ts +0 -4
  210. package/lib/modules/lookup/lookup/result-templates/search-results.d.ts +0 -6
  211. package/lib/modules/lookup/lookup/single-select/example.component.d.ts +0 -22
  212. package/lib/modules/lookup/lookup/single-select/example.service.d.ts +0 -10
  213. package/lib/modules/lookup/lookup/single-select/person.d.ts +0 -3
  214. package/lib/modules/lookup/lookup/single-select/search-results.d.ts +0 -6
  215. package/lib/modules/lookup/search/basic/example.component.d.ts +0 -16
  216. package/lib/modules/lookup/search/basic/item.d.ts +0 -4
  217. package/lib/modules/lookup/selection-modal/add-item/add-item-modal.component.d.ts +0 -11
  218. package/lib/modules/lookup/selection-modal/add-item/example.component.d.ts +0 -14
  219. package/lib/modules/lookup/selection-modal/add-item/example.service.d.ts +0 -10
  220. package/lib/modules/lookup/selection-modal/add-item/person.d.ts +0 -4
  221. package/lib/modules/lookup/selection-modal/add-item/search-results.d.ts +0 -6
  222. package/lib/modules/lookup/selection-modal/basic/example.component.d.ts +0 -12
  223. package/lib/modules/lookup/selection-modal/basic/example.service.d.ts +0 -8
  224. package/lib/modules/lookup/selection-modal/basic/person.d.ts +0 -4
  225. package/lib/modules/lookup/selection-modal/basic/search-results.d.ts +0 -6
  226. package/lib/modules/modals/confirm/basic-with-controller/example.component.d.ts +0 -11
  227. package/lib/modules/modals/confirm/basic-with-harness/example.component.d.ts +0 -15
  228. package/lib/modules/modals/modal/basic-with-controller/example.component.d.ts +0 -15
  229. package/lib/modules/modals/modal/basic-with-controller/help.service.d.ts +0 -13
  230. package/lib/modules/modals/modal/basic-with-controller/modal-context.d.ts +0 -8
  231. package/lib/modules/modals/modal/basic-with-controller/modal.component.d.ts +0 -13
  232. package/lib/modules/modals/modal/basic-with-harness/context.d.ts +0 -5
  233. package/lib/modules/modals/modal/basic-with-harness/data.d.ts +0 -3
  234. package/lib/modules/modals/modal/basic-with-harness/data.service.d.ts +0 -10
  235. package/lib/modules/modals/modal/basic-with-harness/example.component.d.ts +0 -14
  236. package/lib/modules/modals/modal/basic-with-harness/modal.component.d.ts +0 -13
  237. package/lib/modules/modals/modal/basic-with-harness-help-key/context.d.ts +0 -5
  238. package/lib/modules/modals/modal/basic-with-harness-help-key/data.d.ts +0 -3
  239. package/lib/modules/modals/modal/basic-with-harness-help-key/data.service.d.ts +0 -10
  240. package/lib/modules/modals/modal/basic-with-harness-help-key/example.component.d.ts +0 -14
  241. package/lib/modules/modals/modal/basic-with-harness-help-key/modal.component.d.ts +0 -13
  242. package/lib/modules/modals/modal/with-error/context.d.ts +0 -5
  243. package/lib/modules/modals/modal/with-error/data.d.ts +0 -3
  244. package/lib/modules/modals/modal/with-error/data.service.d.ts +0 -10
  245. package/lib/modules/modals/modal/with-error/example.component.d.ts +0 -14
  246. package/lib/modules/modals/modal/with-error/modal.component.d.ts +0 -16
  247. package/lib/modules/navbar/navbar/example.component.d.ts +0 -9
  248. package/lib/modules/pages/action-hub/example.component.d.ts +0 -39
  249. package/lib/modules/pages/action-hub/modal-title-token.d.ts +0 -2
  250. package/lib/modules/pages/action-hub/settings-modal.component.d.ts +0 -13
  251. package/lib/modules/pages/page/home-page-blocks-layout-demo/example.component.d.ts +0 -11
  252. package/lib/modules/pages/page/home-page-blocks-layout-demo/home-page-content.component.d.ts +0 -7
  253. package/lib/modules/pages/page/home-page-blocks-layout-demo/tile-my-actions.component.d.ts +0 -12
  254. package/lib/modules/pages/page/home-page-blocks-layout-demo/tile-updates.component.d.ts +0 -5
  255. package/lib/modules/pages/page/list-page-list-layout-demo/dashboards-grid-context-menu.component.d.ts +0 -11
  256. package/lib/modules/pages/page/list-page-list-layout-demo/example.component.d.ts +0 -9
  257. package/lib/modules/pages/page/list-page-list-layout-demo/item.d.ts +0 -5
  258. package/lib/modules/pages/page/list-page-list-layout-demo/list-page-content.component.d.ts +0 -13
  259. package/lib/modules/pages/page/list-page-tabs-layout-demo/contact-context-menu.component.d.ts +0 -11
  260. package/lib/modules/pages/page/list-page-tabs-layout-demo/contact.d.ts +0 -5
  261. package/lib/modules/pages/page/list-page-tabs-layout-demo/example.component.d.ts +0 -9
  262. package/lib/modules/pages/page/list-page-tabs-layout-demo/list-page-contacts-grid.component.d.ts +0 -18
  263. package/lib/modules/pages/page/list-page-tabs-layout-demo/list-page-content.component.d.ts +0 -10
  264. package/lib/modules/pages/page/record-page-blocks-layout-demo/example.component.d.ts +0 -16
  265. package/lib/modules/pages/page/record-page-blocks-layout-demo/record-page-content.component.d.ts +0 -27
  266. package/lib/modules/pages/page/record-page-tabs-layout-demo/attachment.d.ts +0 -6
  267. package/lib/modules/pages/page/record-page-tabs-layout-demo/attachments-grid-context-menu.component.d.ts +0 -11
  268. package/lib/modules/pages/page/record-page-tabs-layout-demo/detail.d.ts +0 -4
  269. package/lib/modules/pages/page/record-page-tabs-layout-demo/example.component.d.ts +0 -9
  270. package/lib/modules/pages/page/record-page-tabs-layout-demo/record-page-attachments-tab.component.d.ts +0 -13
  271. package/lib/modules/pages/page/record-page-tabs-layout-demo/record-page-content.component.d.ts +0 -7
  272. package/lib/modules/pages/page/record-page-tabs-layout-demo/record-page-notes-tab.component.d.ts +0 -10
  273. package/lib/modules/pages/page/record-page-tabs-layout-demo/record-page-overview-tab.component.d.ts +0 -25
  274. package/lib/modules/pages/page/split-view-page-fit-layout-demo/example.component.d.ts +0 -9
  275. package/lib/modules/pages/page/split-view-page-fit-layout-demo/split-view-page-content.component.d.ts +0 -31
  276. package/lib/modules/phone-field/phone-field/basic/example.component.d.ts +0 -13
  277. package/lib/modules/popovers/dropdown/basic/example.component.d.ts +0 -15
  278. package/lib/modules/popovers/popover/basic/example.component.d.ts +0 -13
  279. package/lib/modules/popovers/popover/programmatic/example.component.d.ts +0 -14
  280. package/lib/modules/progress-indicator/passive-indicator/basic/example.component.d.ts +0 -8
  281. package/lib/modules/progress-indicator/waterfall-indicator/basic/example.component.d.ts +0 -20
  282. package/lib/modules/progress-indicator/waterfall-indicator/basic/modal-context.d.ts +0 -4
  283. package/lib/modules/progress-indicator/waterfall-indicator/basic/modal.component.d.ts +0 -10
  284. package/lib/modules/progress-indicator/wizard/basic/example.component.d.ts +0 -10
  285. package/lib/modules/progress-indicator/wizard/basic/modal.component.d.ts +0 -18
  286. package/lib/modules/router/href/basic/example.component.d.ts +0 -8
  287. package/lib/modules/split-view/split-view/basic/example.component.d.ts +0 -37
  288. package/lib/modules/split-view/split-view/basic/record.d.ts +0 -9
  289. package/lib/modules/split-view/split-view/page-bound/example.component.d.ts +0 -30
  290. package/lib/modules/split-view/split-view/page-bound/record.d.ts +0 -9
  291. package/lib/modules/tabs/sectioned-form/modal/address-form.component.d.ts +0 -5
  292. package/lib/modules/tabs/sectioned-form/modal/example.component.d.ts +0 -10
  293. package/lib/modules/tabs/sectioned-form/modal/information-form.component.d.ts +0 -18
  294. package/lib/modules/tabs/sectioned-form/modal/modal.component.d.ts +0 -17
  295. package/lib/modules/tabs/sectioned-form/modal/phone-form.component.d.ts +0 -5
  296. package/lib/modules/tabs/tabs/dynamic/example.component.d.ts +0 -12
  297. package/lib/modules/tabs/tabs/dynamic-add-close/example.component.d.ts +0 -15
  298. package/lib/modules/tabs/tabs/static/example.component.d.ts +0 -8
  299. package/lib/modules/tabs/tabs/static-add-close/example.component.d.ts +0 -10
  300. package/lib/modules/tabs/vertical-tabs/basic/example.component.d.ts +0 -8
  301. package/lib/modules/tabs/vertical-tabs/grouped/example.component.d.ts +0 -10
  302. package/lib/modules/tabs/vertical-tabs/grouped/group.d.ts +0 -12
  303. package/lib/modules/tabs/wizard/basic/example.component.d.ts +0 -10
  304. package/lib/modules/tabs/wizard/basic/modal.component.d.ts +0 -19
  305. package/lib/modules/text-editor/help-key/example.component.d.ts +0 -13
  306. package/lib/modules/text-editor/rich-text-display/example.component.d.ts +0 -9
  307. package/lib/modules/text-editor/text-editor/example.component.d.ts +0 -13
  308. package/lib/modules/tiles/tiles/basic/example.component.d.ts +0 -10
  309. package/lib/modules/tiles/tiles/basic/tile1.component.d.ts +0 -6
  310. package/lib/modules/tiles/tiles/basic/tile2.component.d.ts +0 -5
  311. package/lib/modules/toast/toast/basic/example.component.d.ts +0 -11
  312. package/lib/modules/toast/toast/custom-component/custom-context.d.ts +0 -4
  313. package/lib/modules/toast/toast/custom-component/custom-toast.component.d.ts +0 -9
  314. package/lib/modules/toast/toast/custom-component/example.component.d.ts +0 -11
  315. package/lib/modules/validation/email-validation/control-validator/example.component.d.ts +0 -12
  316. package/lib/modules/validation/email-validation/directive/example.component.d.ts +0 -11
  317. package/lib/modules/validation/url-validation/control-validator/example.component.d.ts +0 -12
  318. package/lib/modules/validation/url-validation/directive/example.component.d.ts +0 -13
@@ -1,37 +0,0 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import { GridOptions } from 'ag-grid-community';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Basic setup with template ref column type (without data manager)
6
- */
7
- export declare class AgGridDataGridTemplateRefColumnExampleComponent implements OnInit {
8
- #private;
9
- protected boldColumn: TemplateRef<unknown> | undefined;
10
- protected emphasizedColumn: TemplateRef<unknown> | undefined;
11
- protected gridData: ({
12
- name: string;
13
- age: number;
14
- department: string;
15
- jobTitle: string;
16
- jobLevel: string;
17
- startDate?: undefined;
18
- } | {
19
- name: string;
20
- age: number;
21
- department: string;
22
- jobTitle: string;
23
- jobLevel?: undefined;
24
- startDate?: undefined;
25
- } | {
26
- name: string;
27
- age: number;
28
- startDate: Date;
29
- department: string;
30
- jobTitle: string;
31
- jobLevel: string;
32
- })[];
33
- protected gridOptions: GridOptions | undefined;
34
- ngOnInit(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, "app-ag-grid-data-grid-template-ref-column-example", never, {}, {}, never, never, true, never>;
37
- }
@@ -1,16 +0,0 @@
1
- import { ICellRendererAngularComp } from 'ag-grid-angular';
2
- import { ICellRendererParams } from 'ag-grid-community';
3
- import { AgGridDemoRow } from './data';
4
- import * as i0 from "@angular/core";
5
- export declare class ContextMenuComponent implements ICellRendererAngularComp {
6
- #private;
7
- contextMenuAriaLabel: string;
8
- deleteAriaLabel: string;
9
- markInactiveAriaLabel: string;
10
- moreInfoAriaLabel: string;
11
- agInit(params: ICellRendererParams<AgGridDemoRow>): void;
12
- refresh(): boolean;
13
- protected actionClicked(action: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuComponent, "app-context-menu", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,52 +0,0 @@
1
- export interface AutocompleteOption {
2
- id: string;
3
- name: string;
4
- }
5
- export declare const DEPARTMENTS: {
6
- id: string;
7
- name: string;
8
- }[];
9
- export declare const JOB_TITLES: Record<string, AutocompleteOption[]>;
10
- export interface AgGridDemoRow {
11
- selected?: boolean;
12
- name: string;
13
- age: number;
14
- startDate: Date;
15
- endDate?: Date;
16
- department: AutocompleteOption;
17
- jobTitle?: AutocompleteOption;
18
- }
19
- export declare const AG_GRID_DEMO_DATA: ({
20
- selected: boolean;
21
- name: string;
22
- age: number;
23
- startDate: Date;
24
- department: {
25
- id: string;
26
- name: string;
27
- };
28
- jobTitle: AutocompleteOption;
29
- endDate?: undefined;
30
- } | {
31
- selected: boolean;
32
- name: string;
33
- age: number;
34
- startDate: Date;
35
- endDate: Date;
36
- department: {
37
- id: string;
38
- name: string;
39
- };
40
- jobTitle?: undefined;
41
- } | {
42
- selected: boolean;
43
- name: string;
44
- age: number;
45
- startDate: Date;
46
- endDate: Date;
47
- department: {
48
- id: string;
49
- name: string;
50
- };
51
- jobTitle: AutocompleteOption;
52
- })[];
@@ -1,50 +0,0 @@
1
- import { GridOptions, GridReadyEvent } from 'ag-grid-community';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Basic setup with top scrollbar (without data manager)
5
- */
6
- export declare class AgGridDataGridTopScrollExampleComponent {
7
- #private;
8
- protected gridData: ({
9
- selected: boolean;
10
- name: string;
11
- age: number;
12
- startDate: Date;
13
- department: {
14
- id: string;
15
- name: string;
16
- };
17
- jobTitle: import("./data").AutocompleteOption;
18
- endDate?: undefined;
19
- } | {
20
- selected: boolean;
21
- name: string;
22
- age: number;
23
- startDate: Date;
24
- endDate: Date;
25
- department: {
26
- id: string;
27
- name: string;
28
- };
29
- jobTitle?: undefined;
30
- } | {
31
- selected: boolean;
32
- name: string;
33
- age: number;
34
- startDate: Date;
35
- endDate: Date;
36
- department: {
37
- id: string;
38
- name: string;
39
- };
40
- jobTitle: import("./data").AutocompleteOption;
41
- })[];
42
- protected gridOptions: GridOptions;
43
- protected searchText: string;
44
- protected noRowsTemplate: string;
45
- constructor();
46
- onGridReady(gridReadyEvent: GridReadyEvent): void;
47
- protected searchApplied(searchText: string | void): void;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataGridTopScrollExampleComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridTopScrollExampleComponent, "app-ag-grid-data-grid-top-scroll-example", never, {}, {}, never, never, true, never>;
50
- }
@@ -1,34 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Tree view with basic setup
4
- */
5
- export declare class AngularTreeComponentAngularTreeBasicExampleComponent {
6
- protected nodes: {
7
- name: string;
8
- isExpanded: boolean;
9
- helpPopoverContent: string;
10
- children: ({
11
- name: string;
12
- isExpanded: boolean;
13
- helpPopoverContent: string;
14
- helpPopoverTitle: string;
15
- children: {
16
- name: string;
17
- }[];
18
- } | {
19
- name: string;
20
- isExpanded: boolean;
21
- children: ({
22
- name: string;
23
- helpPopoverContent: string;
24
- } | {
25
- name: string;
26
- helpPopoverContent?: undefined;
27
- })[];
28
- helpPopoverContent?: undefined;
29
- helpPopoverTitle?: undefined;
30
- })[];
31
- }[];
32
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularTreeComponentAngularTreeBasicExampleComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<AngularTreeComponentAngularTreeBasicExampleComponent, "app-angular-tree-component-angular-tree-basic-example", never, {}, {}, never, never, true, never>;
34
- }
@@ -1,37 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Tree view with help key
4
- */
5
- export declare class AngularTreeComponentAngularTreeHelpKeyExampleComponent {
6
- protected nodes: {
7
- name: string;
8
- isExpanded: boolean;
9
- helpPopoverContent: string;
10
- children: ({
11
- name: string;
12
- isExpanded: boolean;
13
- helpPopoverContent: string;
14
- helpPopoverTitle: string;
15
- children: {
16
- name: string;
17
- helpKey: string;
18
- }[];
19
- } | {
20
- name: string;
21
- isExpanded: boolean;
22
- children: ({
23
- name: string;
24
- helpPopoverContent: string;
25
- helpKey?: undefined;
26
- } | {
27
- name: string;
28
- helpKey: string;
29
- helpPopoverContent?: undefined;
30
- })[];
31
- helpPopoverContent?: undefined;
32
- helpPopoverTitle?: undefined;
33
- })[];
34
- }[];
35
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularTreeComponentAngularTreeHelpKeyExampleComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<AngularTreeComponentAngularTreeHelpKeyExampleComponent, "app-angular-tree-component-angular-tree-help-key-example", never, {}, {}, never, never, true, never>;
37
- }
@@ -1,13 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyAutonumericOptions } from '@skyux/autonumeric';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Currency
6
- */
7
- export declare class AutonumericCurrencyExampleComponent {
8
- protected autonumericOptions: SkyAutonumericOptions | undefined;
9
- protected formGroup: FormGroup;
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AutonumericCurrencyExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AutonumericCurrencyExampleComponent, "app-autonumeric-currency-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,13 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyAutonumericOptions } from '@skyux/autonumeric';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title International formatting
6
- */
7
- export declare class AutonumericInternationalFormattingExampleComponent {
8
- protected autonumericOptions: SkyAutonumericOptions | undefined;
9
- protected formGroup: FormGroup;
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AutonumericInternationalFormattingExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AutonumericInternationalFormattingExampleComponent, "app-autonumeric-international-formatting-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,14 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyAutonumericOptions } from '@skyux/autonumeric';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Options provider
6
- */
7
- export declare class AutonumericOptionsProviderExampleComponent {
8
- protected donationOptions: SkyAutonumericOptions;
9
- protected formGroup: FormGroup;
10
- protected pledgeOptions: SkyAutonumericOptions;
11
- constructor();
12
- static ɵfac: i0.ɵɵFactoryDeclaration<AutonumericOptionsProviderExampleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<AutonumericOptionsProviderExampleComponent, "app-autonumeric-options-provider-example", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,8 +0,0 @@
1
- import { SkyAutonumericOptions, SkyAutonumericOptionsProvider } from '@skyux/autonumeric';
2
- import * as i0 from "@angular/core";
3
- export declare class DemoAutonumericOptionsProvider extends SkyAutonumericOptionsProvider {
4
- constructor();
5
- getConfig(): SkyAutonumericOptions;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoAutonumericOptionsProvider, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoAutonumericOptionsProvider>;
8
- }
@@ -1,13 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyAutonumericOptions } from '@skyux/autonumeric';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Predefined options
6
- */
7
- export declare class AutonumericPresetExampleComponent {
8
- protected autonumericOptions: SkyAutonumericOptions;
9
- protected formGroup: FormGroup;
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AutonumericPresetExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AutonumericPresetExampleComponent, "app-autonumeric-preset-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,13 +0,0 @@
1
- import { SkyFileItem } from '@skyux/forms';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Basic example
5
- */
6
- export declare class AvatarExampleComponent {
7
- #private;
8
- protected readonly avatar: import("@angular/core").WritableSignal<string | File>;
9
- protected readonly name: import("@angular/core").WritableSignal<string>;
10
- protected onAvatarChanged(fileItem: SkyFileItem): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AvatarExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarExampleComponent, "app-avatar-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,7 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class DemoService {
4
- uploadAvatar(_file: File): Observable<void>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
7
- }
@@ -1,20 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyColorpickerOutput } from '@skyux/colorpicker';
3
- import * as i0 from "@angular/core";
4
- interface DemoForm {
5
- favoriteColor: FormControl<SkyColorpickerOutput | string>;
6
- }
7
- /**
8
- * @title Basic example
9
- */
10
- export declare class ColorpickerBasicExampleComponent {
11
- protected favoriteColor: FormControl<SkyColorpickerOutput | string>;
12
- protected formGroup: FormGroup<DemoForm>;
13
- protected swatches: string[];
14
- constructor();
15
- protected onSelectedColorChanged(args: SkyColorpickerOutput): void;
16
- protected submit(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorpickerBasicExampleComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorpickerBasicExampleComponent, "app-colorpicker-basic-example", never, {}, {}, never, never, true, never>;
19
- }
20
- export {};
@@ -1,20 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyColorpickerOutput } from '@skyux/colorpicker';
3
- import * as i0 from "@angular/core";
4
- interface DemoForm {
5
- favoriteColor: FormControl<SkyColorpickerOutput | string>;
6
- }
7
- /**
8
- * @title Colorpicker with help key
9
- */
10
- export declare class ColorpickerHelpKeyExampleComponent {
11
- protected favoriteColor: FormControl<SkyColorpickerOutput | string>;
12
- protected formGroup: FormGroup<DemoForm>;
13
- protected swatches: string[];
14
- constructor();
15
- protected onSelectedColorChanged(args: SkyColorpickerOutput): void;
16
- protected submit(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorpickerHelpKeyExampleComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorpickerHelpKeyExampleComponent, "app-colorpicker-help-key-example", never, {}, {}, never, never, true, never>;
19
- }
20
- export {};
@@ -1,24 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyColorpickerMessage, SkyColorpickerOutput } from '@skyux/colorpicker';
3
- import { Subject } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- interface DemoForm {
6
- favoriteColor: FormControl<SkyColorpickerOutput | string>;
7
- }
8
- /**
9
- * @title Interact with a colorpicker programmatically
10
- */
11
- export declare class ColorpickerProgrammaticExampleComponent {
12
- #private;
13
- protected colorpickerController: Subject<SkyColorpickerMessage>;
14
- protected favoriteColor: FormControl<SkyColorpickerOutput | string>;
15
- protected formGroup: FormGroup<DemoForm>;
16
- protected showResetButton: boolean;
17
- constructor();
18
- protected openColorpicker(): void;
19
- protected resetColorpicker(): void;
20
- protected toggleResetButton(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorpickerProgrammaticExampleComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorpickerProgrammaticExampleComponent, "app-colorpicker-programmatic-example", never, {}, {}, never, never, true, never>;
23
- }
24
- export {};
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Basic example
4
- */
5
- export declare class CoreIdExampleComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreIdExampleComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CoreIdExampleComponent, "app-core-id-example", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Media query service with basic setup
4
- */
5
- export declare class CoreMediaQueryBasicExampleComponent {
6
- protected breakpoint: import("@angular/core").Signal<"xs" | "sm" | "md" | "lg" | undefined>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreMediaQueryBasicExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<CoreMediaQueryBasicExampleComponent, "app-core-media-query-basic-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DemoChildComponent {
3
- protected breakpoint: import("@angular/core").Signal<"xs" | "sm" | "md" | "lg" | undefined>;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoChildComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<DemoChildComponent, "app-child", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@skyux/core";
3
- export declare class DemoContainerComponent {
4
- protected breakpoint: import("@angular/core").Signal<"xs" | "sm" | "md" | "lg" | undefined>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoContainerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<DemoContainerComponent, "app-container", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SkyResponsiveHostDirective; inputs: {}; outputs: {}; }]>;
7
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Media query service using a responsive host container
4
- */
5
- export declare class CoreMediaQueryResponsiveHostExampleComponent {
6
- protected breakpoint: import("@angular/core").Signal<"xs" | "sm" | "md" | "lg" | undefined>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreMediaQueryResponsiveHostExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<CoreMediaQueryResponsiveHostExampleComponent, "app-core-media-query-responsive-host-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,12 +0,0 @@
1
- import { SkyNumericOptions } from '@skyux/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Numeric pipe with basic setup
5
- */
6
- export declare class CoreNumericBasicExampleComponent {
7
- defaultValue: number;
8
- configuredValue: number;
9
- numericOptions: SkyNumericOptions;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreNumericBasicExampleComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<CoreNumericBasicExampleComponent, "app-core-numeric-basic-example", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; "configuredValue": { "alias": "configuredValue"; "required": false; }; "numericOptions": { "alias": "numericOptions"; "required": false; }; }, {}, never, never, true, never>;
12
- }
@@ -1,9 +0,0 @@
1
- export interface DataManagerDemoRow {
2
- selected?: boolean;
3
- id: string;
4
- name: string;
5
- description: string;
6
- type: string;
7
- color: string;
8
- }
9
- export declare const DATA_MANAGER_DEMO_DATA: DataManagerDemoRow[];
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { DataManagerDemoRow } from './data';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Data manager with basic setup
6
- */
7
- export declare class DataManagerBasicExampleComponent implements OnInit {
8
- #private;
9
- protected items: DataManagerDemoRow[];
10
- ngOnInit(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DataManagerBasicExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DataManagerBasicExampleComponent, "app-data-manager-basic-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FilterModalComponent implements OnInit {
4
- #private;
5
- protected fruitType: string | undefined;
6
- protected hideOrange: boolean | undefined;
7
- ngOnInit(): void;
8
- protected applyFilters(): void;
9
- protected clearAllFilters(): void;
10
- protected cancel(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterModalComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterModalComponent, "app-filter-modal", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,4 +0,0 @@
1
- export interface Filters {
2
- hideOrange?: boolean;
3
- type?: string;
4
- }
@@ -1,20 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { GridOptions, RowSelectedEvent } from 'ag-grid-community';
3
- import { DataManagerDemoRow } from './data';
4
- import * as i0 from "@angular/core";
5
- export declare class ViewGridComponent implements OnInit, OnDestroy {
6
- #private;
7
- items: DataManagerDemoRow[];
8
- protected displayedItems: DataManagerDemoRow[];
9
- protected gridOptions: GridOptions;
10
- protected isActive: boolean;
11
- protected isGridInitialized: boolean;
12
- protected noRowsTemplate: string;
13
- protected readonly viewId = "gridView";
14
- constructor();
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- protected onRowSelected(rowSelectedEvent: RowSelectedEvent<DataManagerDemoRow>): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewGridComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewGridComponent, "app-view-grid", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
20
- }
@@ -1,15 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { DataManagerDemoRow } from './data';
3
- import * as i0 from "@angular/core";
4
- export declare class ViewRepeaterComponent implements OnInit, OnDestroy {
5
- #private;
6
- items: DataManagerDemoRow[];
7
- protected displayedItems: DataManagerDemoRow[];
8
- protected isActive: boolean;
9
- protected readonly viewId = "repeaterView";
10
- ngOnInit(): void;
11
- ngOnDestroy(): void;
12
- protected onItemSelect(isSelected: boolean, item: DataManagerDemoRow): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewRepeaterComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewRepeaterComponent, "app-view-repeater", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
15
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Date pipe basic setup
4
- */
5
- export declare class DatetimeDatePipeBasicExampleComponent {
6
- protected myDate: Date;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDatePipeBasicExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDatePipeBasicExampleComponent, "app-datetime-date-pipe-basic-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,18 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import { SkyDateRangeCalculation } from '@skyux/datetime';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Date range picker with basic setup
6
- */
7
- export declare class DatetimeDateRangePickerBasicExampleComponent {
8
- protected dateFormat: string | undefined;
9
- protected disabled: boolean;
10
- protected hintText: string;
11
- protected labelText: string;
12
- protected lastDonation: FormControl<SkyDateRangeCalculation>;
13
- protected formGroup: import("@angular/forms").FormGroup<{
14
- lastDonation: FormControl<SkyDateRangeCalculation>;
15
- }>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDateRangePickerBasicExampleComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDateRangePickerBasicExampleComponent, "app-datetime-date-range-picker-basic-example", never, {}, {}, never, never, true, never>;
18
- }
@@ -1,21 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import { SkyDateRangeCalculation, SkyDateRangeCalculator, SkyDateRangeCalculatorId } from '@skyux/datetime';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Date range picker with custom calculator
6
- */
7
- export declare class DatetimeDateRangePickerCustomCalculatorExampleComponent {
8
- #private;
9
- protected customCalculators: SkyDateRangeCalculatorId[] | undefined;
10
- protected disabled: boolean;
11
- protected hintText: string;
12
- protected labelText: string;
13
- protected lastDonation: FormControl<SkyDateRangeCalculation>;
14
- protected formGroup: import("@angular/forms").FormGroup<{
15
- lastDonation: FormControl<SkyDateRangeCalculation>;
16
- }>;
17
- protected selectedCalculator: import("@angular/core").WritableSignal<SkyDateRangeCalculator | undefined>;
18
- constructor();
19
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDateRangePickerCustomCalculatorExampleComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDateRangePickerCustomCalculatorExampleComponent, "app-datetime-date-range-picker-custom-calculator-example", never, {}, {}, never, never, true, never>;
21
- }
@@ -1,18 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import { SkyDateRangeCalculation } from '@skyux/datetime';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Date range picker with help key
6
- */
7
- export declare class DatetimeDateRangePickerHelpKeyExampleComponent {
8
- protected dateFormat: string | undefined;
9
- protected disabled: boolean;
10
- protected hintText: string;
11
- protected labelText: string;
12
- protected lastDonation: FormControl<SkyDateRangeCalculation>;
13
- protected formGroup: import("@angular/forms").FormGroup<{
14
- lastDonation: FormControl<SkyDateRangeCalculation>;
15
- }>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDateRangePickerHelpKeyExampleComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDateRangePickerHelpKeyExampleComponent, "app-datetime-date-range-picker-help-key-example", never, {}, {}, never, never, true, never>;
18
- }
@@ -1,18 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- interface DemoForm {
4
- startDate: FormControl<Date | null>;
5
- }
6
- /**
7
- * @title Datepicker with basic setup
8
- */
9
- export declare class DatetimeDatepickerBasicExampleComponent {
10
- protected formGroup: FormGroup<DemoForm>;
11
- protected startDate: FormControl<Date | null>;
12
- protected hintText: string;
13
- helpPopoverContent: string;
14
- constructor();
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDatepickerBasicExampleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDatepickerBasicExampleComponent, "app-datetime-datepicker-basic-example", never, {}, {}, never, never, true, never>;
17
- }
18
- export {};
@@ -1,14 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyDatepickerCalendarChange } from '@skyux/datetime';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Datepicker with custom dates
6
- */
7
- export declare class DatetimeDatepickerCustomDatesExampleComponent {
8
- #private;
9
- protected formGroup: FormGroup;
10
- constructor();
11
- protected onCalendarDateRangeChange(event: SkyDatepickerCalendarChange): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeDatepickerCustomDatesExampleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeDatepickerCustomDatesExampleComponent, "app-datetime-datepicker-custom-dates-example", never, {}, {}, never, never, true, never>;
14
- }