@skyux/code-examples 12.27.0 → 13.0.0-alpha.1

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 +38 -38
  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,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Repeater with basic setup
4
- */
5
- export declare class ListsRepeaterBasicExampleComponent {
6
- protected items: {
7
- note: string;
8
- status?: string;
9
- title?: string;
10
- accessibilityLabel?: string;
11
- }[];
12
- protected onActionClicked(buttonText: string): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsRepeaterBasicExampleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsRepeaterBasicExampleComponent, "app-lists-repeater-basic-example", never, {}, {}, never, never, true, never>;
15
- }
@@ -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 Repeater with inline form
16
- */
17
- export declare class ListsRepeaterInlineFormExampleComponent {
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<ListsRepeaterInlineFormExampleComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsRepeaterInlineFormExampleComponent, "app-lists-repeater-inline-form-example", never, {}, {}, never, never, true, never>;
27
- }
28
- export {};
@@ -1,27 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- interface Item {
4
- title: string;
5
- note: string;
6
- assignee: string;
7
- date: Date;
8
- }
9
- interface SortOption {
10
- id: number;
11
- label: string;
12
- name: keyof Item;
13
- descending: boolean;
14
- }
15
- /**
16
- * @title Sort with basic setup
17
- */
18
- export declare class ListsSortBasicExampleComponent implements OnInit {
19
- protected initialState: number;
20
- protected sortedItems: Item[];
21
- protected sortOptions: SortOption[];
22
- ngOnInit(): void;
23
- protected sortItems(option: SortOption): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsSortBasicExampleComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsSortBasicExampleComponent, "app-lists-sort-basic-example", never, {}, {}, never, never, true, never>;
26
- }
27
- export {};
@@ -1,18 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyAutocompleteSearchFunctionFilter, SkyAutocompleteSelectionChange } from '@skyux/lookup';
3
- import { Planet } from './planet';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @title Advanced example
7
- */
8
- export declare class LookupAutocompleteAdvancedExampleComponent {
9
- #private;
10
- protected farthestPlanet: FormControl;
11
- protected formGroup: FormGroup;
12
- protected planets: Planet[];
13
- protected searchFilters: SkyAutocompleteSearchFunctionFilter[];
14
- constructor();
15
- protected onPlanetSelection(args: SkyAutocompleteSelectionChange): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteAdvancedExampleComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAutocompleteAdvancedExampleComponent, "app-lookup-autocomplete-advanced-example", never, {}, {}, never, never, true, never>;
18
- }
@@ -1,4 +0,0 @@
1
- export interface Planet {
2
- name?: string;
3
- description?: string;
4
- }
@@ -1,4 +0,0 @@
1
- export interface ColorOption {
2
- id?: number;
3
- name: string;
4
- }
@@ -1,17 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import { SkyAutocompleteSearchAsyncArgs } from '@skyux/lookup';
3
- import { ColorOption } from './color-option';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @title Autocomplete with any value allowed
7
- */
8
- export declare class LookupAutocompleteAnyValueExampleComponent {
9
- #private;
10
- protected readonly favoriteColor: FormControl<ColorOption | null | undefined>;
11
- readonly formGroup: import("@angular/forms").FormGroup<{
12
- favoriteColor: FormControl<ColorOption | null | undefined>;
13
- }>;
14
- protected onSearchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteAnyValueExampleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAutocompleteAnyValueExampleComponent, "app-lookup-autocomplete-basic-example", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,8 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { SearchResults } from './search-results';
3
- import * as i0 from "@angular/core";
4
- export declare class LookupAutocompleteAnyValueExampleService {
5
- search(searchText: string): Observable<SearchResults>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteAnyValueExampleService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<LookupAutocompleteAnyValueExampleService>;
8
- }
@@ -1,6 +0,0 @@
1
- import { ColorOption } from './color-option';
2
- export interface SearchResults {
3
- hasMore: boolean;
4
- colors: ColorOption[];
5
- totalCount: number;
6
- }
@@ -1,17 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Autocomplete with basic setup
5
- */
6
- export declare class LookupAutocompleteBasicExampleComponent {
7
- colors: {
8
- name: string;
9
- }[];
10
- formGroup: import("@angular/forms").FormGroup<{
11
- favoriteColor: FormControl<{
12
- name: string;
13
- } | null | undefined>;
14
- }>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteBasicExampleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAutocompleteBasicExampleComponent, "app-lookup-autocomplete-basic-example", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,17 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyAutocompleteSearchFunction } from '@skyux/lookup';
3
- import { Ocean } from './ocean';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @title Autocomplete with custom search
7
- */
8
- export declare class LookupAutocompleteCustomSearchExampleComponent {
9
- #private;
10
- protected formGroup: FormGroup;
11
- protected largestOcean: FormControl;
12
- protected oceans: Ocean[];
13
- constructor();
14
- protected getOceanSearchFunction(): SkyAutocompleteSearchFunction;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteCustomSearchExampleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAutocompleteCustomSearchExampleComponent, "app-lookup-autocomplete-custom-search-example", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,4 +0,0 @@
1
- export interface Ocean {
2
- id: number;
3
- title: string;
4
- }
@@ -1,16 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import { SkyAutocompleteSearchFunctionFilter } from '@skyux/lookup';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Autocomplete with search filters
6
- */
7
- export declare class LookupAutocompleteSearchFiltersExampleComponent {
8
- protected colors: {
9
- name: string;
10
- }[];
11
- protected formGroup: FormGroup;
12
- protected searchFilters: SkyAutocompleteSearchFunctionFilter[];
13
- constructor();
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAutocompleteSearchFiltersExampleComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAutocompleteSearchFiltersExampleComponent, "app-lookup-autocomplete-search-filters-example", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,19 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { SkyCountryFieldCountry } from '@skyux/lookup';
3
- import * as i0 from "@angular/core";
4
- interface DemoForm {
5
- country: FormControl<SkyCountryFieldCountry | undefined>;
6
- }
7
- /**
8
- * @title Country field with basic setup
9
- */
10
- export declare class LookupCountryFieldBasicExampleComponent {
11
- #private;
12
- protected countryControl: FormControl<SkyCountryFieldCountry | undefined>;
13
- countryForm: FormGroup<DemoForm>;
14
- protected helpPopoverContent: string;
15
- constructor();
16
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupCountryFieldBasicExampleComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupCountryFieldBasicExampleComponent, "app-lookup-country-field-basic-example", never, {}, {}, never, never, true, never>;
18
- }
19
- export {};
@@ -1,11 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class AddItemModalComponent {
4
- #private;
5
- protected readonly formGroup: FormGroup;
6
- constructor();
7
- protected close(): void;
8
- protected save(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AddItemModalComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AddItemModalComponent, "app-add-item-modal", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,23 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyAutocompleteSearchAsyncArgs, SkyLookupAddClickEventArgs, SkyLookupShowMoreConfig } from '@skyux/lookup';
4
- import { Person } from './person';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @title Lookup with add item button
8
- */
9
- export declare class LookupAddItemExampleComponent implements OnInit, OnDestroy {
10
- #private;
11
- favoritesForm: FormGroup<{
12
- favoriteNames: FormControl<Person[] | null>;
13
- }>;
14
- showMoreConfig: SkyLookupShowMoreConfig;
15
- constructor();
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- onSubmit(): void;
19
- searchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
20
- addClick(args: SkyLookupAddClickEventArgs): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupAddItemExampleComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupAddItemExampleComponent, "app-lookup-add-item-example", never, {}, {}, never, never, true, never>;
23
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { SearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class DemoService {
6
- search(searchText: string): Observable<SearchResults>;
7
- addPerson(person: Person): Observable<Person[]>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
10
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- id: string;
3
- name: string;
4
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface SearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,22 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyAutocompleteSearchAsyncArgs, SkyLookupAddClickEventArgs, SkyLookupShowMoreConfig } from '@skyux/lookup';
4
- import { Person } from './person';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @title Lookup with a custom picker
8
- */
9
- export declare class LookupCustomPickerExampleComponent implements OnInit {
10
- #private;
11
- favoritesForm: FormGroup<{
12
- favoriteNames: FormControl<Person[] | null>;
13
- }>;
14
- protected showMoreConfig: SkyLookupShowMoreConfig;
15
- constructor();
16
- ngOnInit(): void;
17
- protected searchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
18
- protected addClick(args: SkyLookupAddClickEventArgs): void;
19
- protected onSubmit(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupCustomPickerExampleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupCustomPickerExampleComponent, "app-lookup-custom-picker-example", never, {}, {}, never, never, true, never>;
22
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { LookupAsyncDemoSearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class DemoService {
6
- search(searchText: string): Observable<LookupAsyncDemoSearchResults>;
7
- addPerson(person: Person): Observable<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
10
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- formal?: string;
4
- }
@@ -1,16 +0,0 @@
1
- import { FormArray, FormControl, FormGroup } from '@angular/forms';
2
- import { SkyLookupShowMoreCustomPickerContext } from '@skyux/lookup';
3
- import { Person } from './person';
4
- import * as i0 from "@angular/core";
5
- export declare class PickerModalComponent {
6
- #private;
7
- protected peopleForm?: FormGroup<{
8
- people: FormArray<FormControl<boolean>>;
9
- }>;
10
- protected people: Person[];
11
- protected readonly context: SkyLookupShowMoreCustomPickerContext;
12
- constructor();
13
- protected save(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<PickerModalComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PickerModalComponent, "app-picker-modal", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface LookupAsyncDemoSearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,22 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyAutocompleteSearchAsyncArgs, SkyLookupAddClickEventArgs, SkyLookupShowMoreConfig } from '@skyux/lookup';
4
- import { Person } from './person';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @title Lookup in multiple select mode
8
- */
9
- export declare class LookupMultiSelectExampleComponent implements OnInit {
10
- #private;
11
- favoritesForm: FormGroup<{
12
- favoriteNames: FormControl<Person[] | null>;
13
- }>;
14
- showMoreConfig: SkyLookupShowMoreConfig;
15
- constructor();
16
- ngOnInit(): void;
17
- protected onSubmit(): void;
18
- protected searchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
19
- protected addClick(args: SkyLookupAddClickEventArgs): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupMultiSelectExampleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupMultiSelectExampleComponent, "app-lookup-multi-select-example", never, {}, {}, never, never, true, never>;
22
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { LookupAsyncDemoSearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class DemoService {
6
- search(searchText: string): Observable<LookupAsyncDemoSearchResults>;
7
- addPerson(person: Person): Observable<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
10
- }
@@ -1,3 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface LookupAsyncDemoSearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,23 +0,0 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyAutocompleteSearchAsyncArgs, SkyLookupAddClickEventArgs, SkyLookupShowMoreConfig } from '@skyux/lookup';
4
- import { Person } from './person';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @title Lookup with custom search results template
8
- */
9
- export declare class LookupResultTemplatesExampleComponent implements OnInit {
10
- #private;
11
- favoritesForm: FormGroup<{
12
- favoriteNames: FormControl<Person[] | null>;
13
- }>;
14
- protected showMoreConfig: SkyLookupShowMoreConfig;
15
- protected set modalItemTemplate(template: TemplateRef<unknown>);
16
- constructor();
17
- ngOnInit(): void;
18
- protected searchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
19
- protected addClick(args: SkyLookupAddClickEventArgs): void;
20
- protected onSubmit(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupResultTemplatesExampleComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupResultTemplatesExampleComponent, "app-lookup-result-templates-example", never, {}, {}, never, never, true, never>;
23
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { LookupAsyncDemoSearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class DemoService {
6
- search(searchText: string): Observable<LookupAsyncDemoSearchResults>;
7
- addPerson(person: Person): Observable<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
10
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- formal?: string;
4
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface LookupAsyncDemoSearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,22 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { SkyAutocompleteSearchAsyncArgs, SkyLookupAddClickEventArgs, SkyLookupShowMoreConfig } from '@skyux/lookup';
4
- import { Person } from './person';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @title Lookup in single select mode
8
- */
9
- export declare class LookupSingleSelectExampleComponent implements OnInit {
10
- #private;
11
- favoritesForm: FormGroup<{
12
- favoriteName: FormControl<Person[] | null>;
13
- }>;
14
- showMoreConfig: SkyLookupShowMoreConfig;
15
- constructor();
16
- ngOnInit(): void;
17
- protected onSubmit(): void;
18
- protected searchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
19
- protected addClick(args: SkyLookupAddClickEventArgs): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupSingleSelectExampleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupSingleSelectExampleComponent, "app-lookup-single-select-example", never, {}, {}, never, never, true, never>;
22
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { LookupAsyncDemoSearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class DemoService {
6
- search(searchText: string): Observable<LookupAsyncDemoSearchResults>;
7
- addPerson(person: Person): Observable<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DemoService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<DemoService>;
10
- }
@@ -1,3 +0,0 @@
1
- export interface Person {
2
- name: string;
3
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface LookupAsyncDemoSearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,16 +0,0 @@
1
- import { Item } from './item';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Search with basic setup
5
- */
6
- export declare class LookupSearchBasicExampleComponent {
7
- protected displayedItems: Item[];
8
- private items;
9
- protected placeholderText: string;
10
- protected searchAriaLabel: string;
11
- protected searchText: string;
12
- constructor();
13
- protected searchApplied(searchText: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupSearchBasicExampleComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupSearchBasicExampleComponent, "app-lookup-search-basic-example", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,4 +0,0 @@
1
- export interface Item {
2
- title: string;
3
- note: string;
4
- }
@@ -1,11 +0,0 @@
1
- import { FormGroup } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class AddItemModalComponent {
4
- #private;
5
- protected readonly formGroup: FormGroup;
6
- constructor();
7
- protected close(): void;
8
- protected save(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AddItemModalComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AddItemModalComponent, "app-add-item-modal", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,14 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { Person } from './person';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @title Selection modal with add item functionality
6
- */
7
- export declare class LookupSelectionModalAddItemExampleComponent implements OnDestroy {
8
- #private;
9
- protected selectedPeople: Person[] | undefined;
10
- ngOnDestroy(): void;
11
- protected showSelectionModal(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupSelectionModalAddItemExampleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupSelectionModalAddItemExampleComponent, "app-lookup-selection-modal-add-item-example", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { Person } from './person';
3
- import { SearchResults } from './search-results';
4
- import * as i0 from "@angular/core";
5
- export declare class ExampleService {
6
- addItem(item: Person): void;
7
- search(searchText: string): Observable<SearchResults>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ExampleService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<ExampleService>;
10
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- id: string;
3
- name: string;
4
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface SearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,12 +0,0 @@
1
- import { Person } from './person';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @title Selection modal with basic setup
5
- */
6
- export declare class LookupSelectionModalBasicExampleComponent {
7
- #private;
8
- protected selectedPeople: Person[] | undefined;
9
- protected showSelectionModal(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupSelectionModalBasicExampleComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LookupSelectionModalBasicExampleComponent, "app-lookup-selection-modal-basic-example", never, {}, {}, never, never, true, never>;
12
- }
@@ -1,8 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { SearchResults } from './search-results';
3
- import * as i0 from "@angular/core";
4
- export declare class ExampleService {
5
- search(searchText: string): Observable<SearchResults>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ExampleService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<ExampleService>;
8
- }
@@ -1,4 +0,0 @@
1
- export interface Person {
2
- id: string;
3
- name: string;
4
- }
@@ -1,6 +0,0 @@
1
- import { Person } from './person';
2
- export interface SearchResults {
3
- hasMore: boolean;
4
- people: Person[];
5
- totalCount: number;
6
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Confirm, tested with controller
4
- */
5
- export declare class ModalsConfirmBasicWithControllerExampleComponent {
6
- #private;
7
- selectedAction: string | undefined;
8
- launchConfirm(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalsConfirmBasicWithControllerExampleComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalsConfirmBasicWithControllerExampleComponent, "app-modals-confirm-basic-with-controller-example", never, {}, {}, never, never, true, never>;
11
- }