@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,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Wait applied to an element
4
- */
5
- export declare class IndicatorsWaitElementExampleComponent {
6
- protected isWaiting: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsWaitElementExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorsWaitElementExampleComponent, "app-indicators-wait-element-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,13 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Wait applied to a page
5
- */
6
- export declare class IndicatorsWaitPageExampleComponent implements OnDestroy {
7
- #private;
8
- protected isWaiting: boolean;
9
- ngOnDestroy(): void;
10
- protected togglePageWait(isBlocking: boolean): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsWaitPageExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorsWaitPageExampleComponent, "app-indicators-wait-page-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,21 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyInlineFormCloseArgs, SkyInlineFormConfig } from '@skyux/inline-form';
3
- import * as i0 from "@angular/core";
4
- interface DemoForm {
5
- firstName: FormControl<string>;
6
- }
7
- /**
8
- * @title Inline form with basic setup
9
- */
10
- export declare class InlineFormBasicExampleComponent {
11
- protected firstName: string;
12
- formGroup: FormGroup<DemoForm>;
13
- protected inlineFormConfig: SkyInlineFormConfig;
14
- protected showForm: boolean;
15
- constructor();
16
- protected onInlineFormClose(args: SkyInlineFormCloseArgs): void;
17
- protected onInlineFormOpen(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineFormBasicExampleComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineFormBasicExampleComponent, "app-inline-form-basic-example", never, {}, {}, never, never, true, never>;
20
- }
21
- export {};
@@ -1,23 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyInlineFormCloseArgs, SkyInlineFormConfig } from '@skyux/inline-form';
4
- import * as i0 from "@angular/core";
5
- interface DemoForm {
6
- firstName: FormControl<string>;
7
- }
8
- /**
9
- * @title Inline form with custom buttons
10
- */
11
- export declare class InlineFormCustomButtonsExampleComponent implements OnInit {
12
- protected firstName: string;
13
- formGroup: FormGroup<DemoForm>;
14
- protected inlineFormConfig: SkyInlineFormConfig;
15
- protected showForm: boolean;
16
- constructor();
17
- ngOnInit(): void;
18
- protected onInlineFormClose(args: SkyInlineFormCloseArgs): void;
19
- protected onInlineFormOpen(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineFormCustomButtonsExampleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineFormCustomButtonsExampleComponent, "app-inline-form-custom-buttons-example", never, {}, {}, never, never, true, never>;
22
- }
23
- export {};
@@ -1,28 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyInlineFormCloseArgs, SkyInlineFormConfig } from '@skyux/inline-form';
3
- import * as i0 from "@angular/core";
4
- interface DemoForm {
5
- id: FormControl<string>;
6
- note: FormControl<string>;
7
- title: FormControl<string>;
8
- }
9
- interface Item {
10
- id: string;
11
- title: string | undefined;
12
- note: string | undefined;
13
- }
14
- /**
15
- * @title Inline form with repeater
16
- */
17
- export declare class InlineFormRepeatersExampleComponent {
18
- protected activeInlineFormId: string | undefined;
19
- protected formGroup: FormGroup<DemoForm>;
20
- protected inlineFormConfig: SkyInlineFormConfig;
21
- protected items: Item[];
22
- constructor();
23
- protected showInlineForm(item: Item): void;
24
- protected onInlineFormClose(args: SkyInlineFormCloseArgs): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<InlineFormRepeatersExampleComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineFormRepeatersExampleComponent, "app-inline-form-repeaters-example", never, {}, {}, never, never, true, never>;
27
- }
28
- export {};
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Basic action buttons
4
- */
5
- export declare class LayoutActionButtonBasicExampleComponent {
6
- protected filterActionClick(): void;
7
- protected openActionClick(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutActionButtonBasicExampleComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutActionButtonBasicExampleComponent, "app-layout-action-button-basic-example", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,11 +0,0 @@
1
- import { SkyActionButtonPermalink } from '@skyux/layout';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Action button with permalinks
5
- */
6
- export declare class LayoutActionButtonPermalinkExampleComponent {
7
- protected routerlink: SkyActionButtonPermalink;
8
- protected url: SkyActionButtonPermalink;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutActionButtonPermalinkExampleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutActionButtonPermalinkExampleComponent, "app-layout-action-button-permalink-example", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,24 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { Person } from './person';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Infinite scroll with back to top directive
6
- * @docsDemoHidden
7
- */
8
- export declare class LayoutBackToTopInfiniteScrollExampleComponent implements OnInit {
9
- #private;
10
- hasMore: boolean;
11
- personList: Person[];
12
- personDataSet: {
13
- name: string;
14
- address: string;
15
- }[];
16
- ngOnInit(): void;
17
- onScrollEnd(): void;
18
- /**
19
- * Simulate a remote request.
20
- */
21
- private mockRemote;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutBackToTopInfiniteScrollExampleComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBackToTopInfiniteScrollExampleComponent, "app-layout-back-to-top-infinite-scroll-example", never, {}, {}, never, never, true, never>;
24
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- address: string;
4
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Repeater with back to top directive
4
- * @docsDemoHidden
5
- */
6
- export declare class LayoutBackToTopRepeaterExampleComponent {
7
- personList: {
8
- name: string;
9
- address: string;
10
- }[];
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutBackToTopRepeaterExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBackToTopRepeaterExampleComponent, "app-layout-back-to-top-repeater-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Box with header, content, and controls
4
- */
5
- export declare class LayoutBoxBasicExampleComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutBoxBasicExampleComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBoxBasicExampleComponent, "app-layout-box-basic-example", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Box with help key
4
- */
5
- export declare class LayoutBoxHelpKeyExampleComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutBoxHelpKeyExampleComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBoxHelpKeyExampleComponent, "app-layout-box-help-key-example", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Card with basic setup
4
- */
5
- export declare class LayoutCardBasicExampleComponent {
6
- protected showAction: boolean;
7
- protected showCheckbox: boolean;
8
- protected showContent: boolean;
9
- protected showTitle: boolean;
10
- protected triggerAlert(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutCardBasicExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutCardBasicExampleComponent, "app-layout-card-basic-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Definition list with basic setup
4
- */
5
- export declare class LayoutDefinitionListBasicExampleComponent {
6
- protected items: {
7
- label: string;
8
- value?: string;
9
- }[];
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDefinitionListBasicExampleComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDefinitionListBasicExampleComponent, "app-layout-definition-list-basic-example", never, {}, {}, never, never, true, never>;
12
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Description list with help key
4
- */
5
- export declare class LayoutDescriptionListHelpKeyExampleComponent {
6
- protected items: {
7
- term: string;
8
- description: string;
9
- helpKey?: string;
10
- }[];
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDescriptionListHelpKeyExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDescriptionListHelpKeyExampleComponent, "app-layout-description-list-help-key-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Horizontal mode
4
- */
5
- export declare class LayoutDescriptionListHorizontalExampleComponent {
6
- protected items: {
7
- term: string;
8
- description: string;
9
- helpText?: string;
10
- }[];
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDescriptionListHorizontalExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDescriptionListHorizontalExampleComponent, "app-layout-description-list-horizontal-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Description list with inline help
4
- */
5
- export declare class LayoutDescriptionListInlineHelpExampleComponent {
6
- protected items: {
7
- term: string;
8
- description: string;
9
- helpText?: string;
10
- }[];
11
- protected onActionClick(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDescriptionListInlineHelpExampleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDescriptionListInlineHelpExampleComponent, "app-layout-description-list-inline-help-example", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Long-description mode
4
- */
5
- export declare class LayoutDescriptionListLongDescriptionExampleComponent {
6
- protected items: {
7
- term: string;
8
- description: string;
9
- }[];
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDescriptionListLongDescriptionExampleComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDescriptionListLongDescriptionExampleComponent, "app-layout-description-list-long-description-example", never, {}, {}, never, never, true, never>;
12
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Vertical mode
4
- */
5
- export declare class LayoutDescriptionListVerticalExampleComponent {
6
- protected items: {
7
- term: string;
8
- description: string;
9
- helpText?: string;
10
- }[];
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDescriptionListVerticalExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDescriptionListVerticalExampleComponent, "app-layout-description-list-vertical-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,11 +0,0 @@
1
- import { SkyFluidGridGutterSizeType } from '@skyux/layout';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Fluid grid with basic setup
5
- */
6
- export declare class LayoutFluidGridExampleComponent {
7
- gutterSize: SkyFluidGridGutterSizeType | undefined;
8
- disableMargin: boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFluidGridExampleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFluidGridExampleComponent, "app-layout-fluid-grid-example", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Format service basic usage
4
- */
5
- export declare class LayoutFormatExampleComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFormatExampleComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFormatExampleComponent, "app-layout-format-example", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Inline delete with custom elements
4
- */
5
- export declare class LayoutInlineDeleteCustomExampleComponent {
6
- deleting: boolean;
7
- protected pending: boolean;
8
- protected deleteItem(): void;
9
- protected onCancelTriggered(): void;
10
- protected onDeleteTriggered(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutInlineDeleteCustomExampleComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutInlineDeleteCustomExampleComponent, "app-layout-inline-delete-custom-example", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- interface InlineRepeaterDemoItem {
3
- title: string;
4
- cost: string;
5
- description: string;
6
- }
7
- /**
8
- * @title Inline delete with repeater
9
- */
10
- export declare class LayoutInlineDeleteRepeaterExampleComponent {
11
- protected originalRepeaterDemoItems: InlineRepeaterDemoItem[];
12
- repeaterDemoItems: InlineRepeaterDemoItem[];
13
- protected repeaterDemoShownInlineDeletes: string[];
14
- showInlineDelete(title: string): void;
15
- protected deleteItem(title: string): void;
16
- protected cancelDeletion(title: string): void;
17
- protected onResetClick(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutInlineDeleteRepeaterExampleComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutInlineDeleteRepeaterExampleComponent, "app-layout-inline-delete-repeater-example", never, {}, {}, never, never, true, never>;
20
- }
21
- export {};
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Page with basic setup
4
- * @docsDemoHidden
5
- */
6
- export declare class LayoutPageLayoutFitExampleComponent {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutPageLayoutFitExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutPageLayoutFitExampleComponent, "app-layout-page-layout-fit-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Page summary with basic setup
4
- */
5
- export declare class LayoutPageSummaryBasicExampleComponent {
6
- protected name: string;
7
- protected showAlert: boolean;
8
- protected showContent: boolean;
9
- protected showImage: boolean;
10
- protected showKeyInfo: boolean;
11
- protected showStatus: boolean;
12
- protected showSubtitle: boolean;
13
- protected showTitle: boolean;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutPageSummaryBasicExampleComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutPageSummaryBasicExampleComponent, "app-layout-page-summary-basic-example", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Text expand with inline text
4
- */
5
- export declare class LayoutTextExpandInlineExampleComponent {
6
- protected longText: string;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTextExpandInlineExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTextExpandInlineExampleComponent, "app-layout-text-expand-inline-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Text expand with a modal
4
- */
5
- export declare class LayoutTextExpandModalExampleComponent {
6
- protected longText: string;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTextExpandModalExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTextExpandModalExampleComponent, "app-layout-text-expand-modal-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Text expand with new lines
4
- */
5
- export declare class LayoutTextExpandNewlineExampleComponent {
6
- protected newlinesText: string;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTextExpandNewlineExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTextExpandNewlineExampleComponent, "app-layout-text-expand-newline-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Text expand repeater with basic setup
4
- */
5
- export declare class LayoutTextExpandRepeaterExampleComponent {
6
- protected repeaterData: string[];
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTextExpandRepeaterExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTextExpandRepeaterExampleComponent, "app-layout-text-expand-repeater-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Toolbar with basic setup
4
- */
5
- export declare class LayoutToolbarBasicExampleComponent {
6
- onButtonClicked(buttonText: string): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutToolbarBasicExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutToolbarBasicExampleComponent, "app-layout-toolbar-basic-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Toolbar with sections
4
- */
5
- export declare class LayoutToolbarSectionedExampleComponent {
6
- onButtonClicked(buttonText: string): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LayoutToolbarSectionedExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutToolbarSectionedExampleComponent, "app-layout-toolbar-sectioned-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,30 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- interface Filter {
3
- name: string;
4
- value: string | boolean;
5
- }
6
- interface Fruit {
7
- name: string;
8
- type: string;
9
- color: string;
10
- }
11
- /**
12
- * @title Expandable inline filter
13
- */
14
- export declare class ListsFilterInlineExampleComponent {
15
- #private;
16
- protected appliedFilters: Filter[];
17
- protected filteredItems: Fruit[];
18
- protected filtersActive: boolean;
19
- protected fruitType: string;
20
- protected hideOrange: boolean;
21
- protected items: Fruit[];
22
- protected showInlineFilters: boolean;
23
- constructor();
24
- protected filterButtonClicked(): void;
25
- protected fruitTypeChange(newValue: string): void;
26
- protected hideOrangeChange(newValue: boolean): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsFilterInlineExampleComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsFilterInlineExampleComponent, "app-lists-filter-inline-example", never, {}, {}, never, never, true, never>;
29
- }
30
- export {};
@@ -1,19 +0,0 @@
1
- import { Filter } from './filter';
2
- import { Fruit } from './fruit';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Modal filter
6
- */
7
- export declare class ListsFilterModalExampleComponent {
8
- #private;
9
- protected appliedFilters: Filter[];
10
- protected filteredItems: Fruit[];
11
- protected items: Fruit[];
12
- protected showInlineFilters: boolean;
13
- constructor();
14
- protected onDismiss(index: number): void;
15
- protected onInlineFilterButtonClicked(): void;
16
- protected onModalFilterButtonClick(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsFilterModalExampleComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsFilterModalExampleComponent, "app-lists-filter-modal-example", never, {}, {}, never, never, true, never>;
19
- }
@@ -1,4 +0,0 @@
1
- import { Filter } from './filter';
2
- export declare class FilterModalContext {
3
- appliedFilters: Filter[];
4
- }
@@ -1,16 +0,0 @@
1
- import { SkyModalInstance } from '@skyux/modals';
2
- import { FilterModalContext } from './filter-modal-context';
3
- import * as i0 from "@angular/core";
4
- export declare class FilterModalComponent {
5
- #private;
6
- protected hideOrange: boolean;
7
- protected fruitType: string;
8
- protected readonly context: FilterModalContext;
9
- protected readonly instance: SkyModalInstance;
10
- constructor();
11
- protected applyFilters(): void;
12
- protected cancel(): void;
13
- protected clearAllFilters(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterModalComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterModalComponent, "app-filter-modal", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,5 +0,0 @@
1
- export interface Filter {
2
- name: string;
3
- value: string | boolean;
4
- label: string;
5
- }
@@ -1,5 +0,0 @@
1
- export interface Fruit {
2
- name: string;
3
- type: string;
4
- color: string;
5
- }
@@ -1,15 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { InfiniteScrollDemoItem } from './item';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Infinite scroll with repeater
6
- */
7
- export declare class ListsInfiniteScrollRepeaterExampleComponent implements OnInit {
8
- #private;
9
- protected items: InfiniteScrollDemoItem[];
10
- protected itemsHaveMore: boolean;
11
- ngOnInit(): void;
12
- protected onScrollEnd(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsInfiniteScrollRepeaterExampleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsInfiniteScrollRepeaterExampleComponent, "app-lists-infinite-scroll-repeater-example", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,3 +0,0 @@
1
- export interface InfiniteScrollDemoItem {
2
- name: string;
3
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Paging with basic setup
4
- */
5
- export declare class ListsPagingBasicExampleComponent {
6
- protected currentPage: number;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsPagingBasicExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsPagingBasicExampleComponent, "app-lists-paging-basic-example", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,5 +0,0 @@
1
- import { Person } from './person';
2
- export interface DemoData {
3
- people: Person[];
4
- totalCount: number;
5
- }
@@ -1,8 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { DemoData } from './demo-data';
3
- import * as i0 from "@angular/core";
4
- export declare class DemoDataService {
5
- getPagedData(pageNumber: number, itemCount: number): Observable<DemoData>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoDataService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoDataService>;
8
- }
@@ -1,15 +0,0 @@
1
- import { SkyPagingContentChangeArgs } from '@skyux/lists';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Paging with content wrapper
6
- */
7
- export declare class ListsPagingWithContentExampleComponent {
8
- #private;
9
- protected currentPage: number;
10
- protected pageSize: number;
11
- protected contentChange: Subject<SkyPagingContentChangeArgs>;
12
- protected pagedData: import("rxjs").Observable<import("./demo-data").DemoData>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsPagingWithContentExampleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsPagingWithContentExampleComponent, "app-lists-paging-with-content-example", never, {}, {}, never, never, true, never>;
15
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- formal: string;
4
- }
@@ -1,14 +0,0 @@
1
- import { Item } from './item';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Repeater with drag and drop, removable items
5
- */
6
- export declare class ListsRepeaterAddRemoveExampleComponent {
7
- protected items: Item[];
8
- protected addItem(): void;
9
- protected changeItems(tags: Item[]): void;
10
- protected onActionClicked(buttonText: string): void;
11
- protected removeItems(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsRepeaterAddRemoveExampleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsRepeaterAddRemoveExampleComponent, "app-lists-repeater-add-remove-example", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,6 +0,0 @@
1
- export interface Item {
2
- title: string;
3
- note: string;
4
- status: string;
5
- isSelected: boolean;
6
- }