@skyux/code-examples 14.0.0-alpha.8 → 14.0.0-alpha.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "14.0.0-alpha.8",
3
+ "version": "14.0.0-alpha.9",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -23,39 +23,39 @@
23
23
  "@angular/forms": "^21.2.0",
24
24
  "@angular/router": "^21.2.0",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "14.0.0-alpha.8",
27
- "@skyux/ag-grid": "14.0.0-alpha.8",
28
- "@skyux/angular-tree-component": "14.0.0-alpha.8",
29
- "@skyux/autonumeric": "14.0.0-alpha.8",
30
- "@skyux/avatar": "14.0.0-alpha.8",
31
- "@skyux/colorpicker": "14.0.0-alpha.8",
32
- "@skyux/core": "14.0.0-alpha.8",
33
- "@skyux/data-manager": "14.0.0-alpha.8",
34
- "@skyux/datetime": "14.0.0-alpha.8",
35
- "@skyux/errors": "14.0.0-alpha.8",
36
- "@skyux/filter-bar": "14.0.0-alpha.8",
37
- "@skyux/flyout": "14.0.0-alpha.8",
38
- "@skyux/forms": "14.0.0-alpha.8",
39
- "@skyux/help-inline": "14.0.0-alpha.8",
40
- "@skyux/icon": "14.0.0-alpha.8",
41
- "@skyux/indicators": "14.0.0-alpha.8",
42
- "@skyux/inline-form": "14.0.0-alpha.8",
43
- "@skyux/layout": "14.0.0-alpha.8",
44
- "@skyux/lists": "14.0.0-alpha.8",
45
- "@skyux/lookup": "14.0.0-alpha.8",
46
- "@skyux/modals": "14.0.0-alpha.8",
47
- "@skyux/navbar": "14.0.0-alpha.8",
48
- "@skyux/pages": "14.0.0-alpha.8",
49
- "@skyux/phone-field": "14.0.0-alpha.8",
50
- "@skyux/popovers": "14.0.0-alpha.8",
51
- "@skyux/progress-indicator": "14.0.0-alpha.8",
52
- "@skyux/router": "14.0.0-alpha.8",
53
- "@skyux/split-view": "14.0.0-alpha.8",
54
- "@skyux/tabs": "14.0.0-alpha.8",
55
- "@skyux/text-editor": "14.0.0-alpha.8",
56
- "@skyux/tiles": "14.0.0-alpha.8",
57
- "@skyux/toast": "14.0.0-alpha.8",
58
- "@skyux/validation": "14.0.0-alpha.8",
26
+ "@skyux/action-bars": "14.0.0-alpha.9",
27
+ "@skyux/ag-grid": "14.0.0-alpha.9",
28
+ "@skyux/angular-tree-component": "14.0.0-alpha.9",
29
+ "@skyux/autonumeric": "14.0.0-alpha.9",
30
+ "@skyux/avatar": "14.0.0-alpha.9",
31
+ "@skyux/colorpicker": "14.0.0-alpha.9",
32
+ "@skyux/core": "14.0.0-alpha.9",
33
+ "@skyux/data-manager": "14.0.0-alpha.9",
34
+ "@skyux/datetime": "14.0.0-alpha.9",
35
+ "@skyux/errors": "14.0.0-alpha.9",
36
+ "@skyux/filter-bar": "14.0.0-alpha.9",
37
+ "@skyux/flyout": "14.0.0-alpha.9",
38
+ "@skyux/forms": "14.0.0-alpha.9",
39
+ "@skyux/help-inline": "14.0.0-alpha.9",
40
+ "@skyux/icon": "14.0.0-alpha.9",
41
+ "@skyux/indicators": "14.0.0-alpha.9",
42
+ "@skyux/inline-form": "14.0.0-alpha.9",
43
+ "@skyux/layout": "14.0.0-alpha.9",
44
+ "@skyux/lists": "14.0.0-alpha.9",
45
+ "@skyux/lookup": "14.0.0-alpha.9",
46
+ "@skyux/modals": "14.0.0-alpha.9",
47
+ "@skyux/navbar": "14.0.0-alpha.9",
48
+ "@skyux/pages": "14.0.0-alpha.9",
49
+ "@skyux/phone-field": "14.0.0-alpha.9",
50
+ "@skyux/popovers": "14.0.0-alpha.9",
51
+ "@skyux/progress-indicator": "14.0.0-alpha.9",
52
+ "@skyux/router": "14.0.0-alpha.9",
53
+ "@skyux/split-view": "14.0.0-alpha.9",
54
+ "@skyux/tabs": "14.0.0-alpha.9",
55
+ "@skyux/text-editor": "14.0.0-alpha.9",
56
+ "@skyux/tiles": "14.0.0-alpha.9",
57
+ "@skyux/toast": "14.0.0-alpha.9",
58
+ "@skyux/validation": "14.0.0-alpha.9",
59
59
  "ag-grid-angular": "^35.1.0",
60
60
  "ag-grid-community": "^35.1.0"
61
61
  },
@@ -1927,11 +1927,11 @@ declare class LayoutToolbarSectionedExampleComponent {
1927
1927
  static ɵcmp: i0.ɵɵComponentDeclaration<LayoutToolbarSectionedExampleComponent, "app-layout-toolbar-sectioned-example", never, {}, {}, never, never, true, never>;
1928
1928
  }
1929
1929
 
1930
- interface Filter$1 {
1930
+ interface Filter {
1931
1931
  name: string;
1932
1932
  value: string | boolean;
1933
1933
  }
1934
- interface Fruit$1 {
1934
+ interface Fruit {
1935
1935
  name: string;
1936
1936
  type: string;
1937
1937
  color: string;
@@ -1941,12 +1941,12 @@ interface Fruit$1 {
1941
1941
  */
1942
1942
  declare class ListsFilterInlineExampleComponent {
1943
1943
  #private;
1944
- protected appliedFilters: Filter$1[];
1945
- protected filteredItems: Fruit$1[];
1944
+ protected appliedFilters: Filter[];
1945
+ protected filteredItems: Fruit[];
1946
1946
  protected filtersActive: boolean;
1947
1947
  protected fruitType: string;
1948
1948
  protected hideOrange: boolean;
1949
- protected items: Fruit$1[];
1949
+ protected items: Fruit[];
1950
1950
  protected showInlineFilters: boolean;
1951
1951
  constructor();
1952
1952
  protected filterButtonClicked(): void;
@@ -1956,35 +1956,6 @@ declare class ListsFilterInlineExampleComponent {
1956
1956
  static ɵcmp: i0.ɵɵComponentDeclaration<ListsFilterInlineExampleComponent, "app-lists-filter-inline-example", never, {}, {}, never, never, true, never>;
1957
1957
  }
1958
1958
 
1959
- interface Filter {
1960
- name: string;
1961
- value: string | boolean;
1962
- label: string;
1963
- }
1964
-
1965
- interface Fruit {
1966
- name: string;
1967
- type: string;
1968
- color: string;
1969
- }
1970
-
1971
- /**
1972
- * @title Modal filter
1973
- */
1974
- declare class ListsFilterModalExampleComponent {
1975
- #private;
1976
- protected appliedFilters: Filter[];
1977
- protected filteredItems: Fruit[];
1978
- protected items: Fruit[];
1979
- protected showInlineFilters: boolean;
1980
- constructor();
1981
- protected onDismiss(index: number): void;
1982
- protected onInlineFilterButtonClicked(): void;
1983
- protected onModalFilterButtonClick(): void;
1984
- static ɵfac: i0.ɵɵFactoryDeclaration<ListsFilterModalExampleComponent, never>;
1985
- static ɵcmp: i0.ɵɵComponentDeclaration<ListsFilterModalExampleComponent, "app-lists-filter-modal-example", never, {}, {}, never, never, true, never>;
1986
- }
1987
-
1988
1959
  interface InfiniteScrollDemoItem {
1989
1960
  name: string;
1990
1961
  }
@@ -2496,6 +2467,17 @@ declare class ModalsModalBasicWithHarnessExampleComponent implements OnDestroy {
2496
2467
  static ɵcmp: i0.ɵɵComponentDeclaration<ModalsModalBasicWithHarnessExampleComponent, "app-modals-modal-basic-with-harness-example", never, {}, {}, never, never, true, never>;
2497
2468
  }
2498
2469
 
2470
+ /**
2471
+ * @title Modal with banner
2472
+ */
2473
+ declare class ModalsModalBasicWithBannerExampleComponent implements OnDestroy {
2474
+ #private;
2475
+ ngOnDestroy(): void;
2476
+ openModal(): void;
2477
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalsModalBasicWithBannerExampleComponent, never>;
2478
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalsModalBasicWithBannerExampleComponent, "app-modals-modal-basic-with-controller-example", never, {}, {}, never, never, true, never>;
2479
+ }
2480
+
2499
2481
  /**
2500
2482
  * @title Modal with form errors
2501
2483
  */
@@ -3052,4 +3034,4 @@ declare class ValidationUrlValidationDirectiveExampleComponent {
3052
3034
  static ɵcmp: i0.ɵɵComponentDeclaration<ValidationUrlValidationDirectiveExampleComponent, "app-validation-url-validation-directive-example", never, {}, {}, never, never, true, never>;
3053
3035
  }
3054
3036
 
3055
- export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AngularTreeComponentAngularTreePreselectedNodesExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, FilterBarLookupExampleComponent, FilterBarModalExampleComponent, FilterBarSelectableExampleComponent, FlyoutBasicExampleComponent, FlyoutCustomHeadersExampleComponent, FormsCharacterCountExampleComponent, FormsCheckboxBasicExampleComponent, FormsCheckboxHelpKeyExampleComponent, FormsCheckboxIconGroupExampleComponent, FormsFieldGroupBasicExampleComponent, FormsFieldGroupHelpKeyExampleComponent, FormsFileAttachmentBasicExampleComponent, FormsFileAttachmentHelpKeyExampleComponent, FormsFileDropBasicExampleComponent, FormsFileDropHelpKeyExampleComponent, FormsInputBoxBasicExampleComponent, FormsInputBoxWithCustomFormErrorsExampleComponent, FormsRadioHelpKeyExampleComponent, FormsRadioIconExampleComponent, FormsRadioStandardExampleComponent, FormsSelectionBoxCheckboxExampleComponent, FormsSelectionBoxRadioExampleComponent, FormsToggleSwitchBasicExampleComponent, FormsToggleSwitchHelpKeyExampleComponent, HelpInlineActionClickExampleComponent, HelpInlineHelpKeyExampleComponent, HelpInlinePopoverExampleComponent, IconBasicExampleComponent, IconIconButtonExampleComponent, IndicatorsAlertBasicExampleComponent, IndicatorsIllustrationBasicExampleComponent, IndicatorsKeyInfoBasicExampleComponent, IndicatorsKeyInfoHelpKeyExampleComponent, IndicatorsLabelBasicExampleComponent, IndicatorsStatusIndicatorBasicExampleComponent, IndicatorsStatusIndicatorHelpKeyExampleComponent, IndicatorsTextHighlightBasicExampleComponent, IndicatorsTokensBasicExampleComponent, IndicatorsTokensCustomExampleComponent, IndicatorsWaitElementExampleComponent, IndicatorsWaitPageExampleComponent, InlineFormBasicExampleComponent, InlineFormCustomButtonsExampleComponent, InlineFormRepeatersExampleComponent, LayoutActionButtonBasicExampleComponent, LayoutActionButtonPermalinkExampleComponent, LayoutBackToTopInfiniteScrollExampleComponent, LayoutBackToTopRepeaterExampleComponent, LayoutBoxBasicExampleComponent, LayoutBoxHelpKeyExampleComponent, LayoutCardBasicExampleComponent, LayoutDefinitionListBasicExampleComponent, LayoutDescriptionListHelpKeyExampleComponent, LayoutDescriptionListHorizontalExampleComponent, LayoutDescriptionListInlineHelpExampleComponent, LayoutDescriptionListLongDescriptionExampleComponent, LayoutDescriptionListVerticalExampleComponent, LayoutFluidGridExampleComponent, LayoutFormatExampleComponent, LayoutInlineDeleteCustomExampleComponent, LayoutInlineDeleteRepeaterExampleComponent, LayoutPageSummaryBasicExampleComponent, LayoutTextExpandInlineExampleComponent, LayoutTextExpandModalExampleComponent, LayoutTextExpandNewlineExampleComponent, LayoutTextExpandRepeaterExampleComponent, LayoutToolbarBasicExampleComponent, LayoutToolbarSectionedExampleComponent, ListsFilterInlineExampleComponent, ListsFilterModalExampleComponent, ListsInfiniteScrollRepeaterExampleComponent, ListsListSummaryBasicExampleComponent, ListsPagingBasicExampleComponent, ListsPagingWithContentExampleComponent, ListsRepeaterAddRemoveExampleComponent, ListsRepeaterBasicExampleComponent, ListsRepeaterInlineFormExampleComponent, ListsSortBasicExampleComponent, LookupAddItemExampleComponent, LookupAutocompleteAdvancedExampleComponent, LookupAutocompleteAnyValueExampleComponent, LookupAutocompleteBasicExampleComponent, LookupAutocompleteCustomSearchExampleComponent, LookupAutocompleteSearchFiltersExampleComponent, LookupCountryFieldBasicExampleComponent, LookupCustomPickerExampleComponent, LookupMultiSelectExampleComponent, LookupResultTemplatesExampleComponent, LookupSearchBasicExampleComponent, LookupSelectionModalAddItemExampleComponent, LookupSelectionModalBasicExampleComponent, LookupSingleSelectExampleComponent, ModalsConfirmBasicWithControllerExampleComponent, ModalsConfirmBasicWithHarnessExampleComponent, ModalsModalBasicWithControllerExampleComponent, ModalsModalBasicWithHarnessExampleComponent, ModalsModalBasicWithHarnessHelpKeyExampleComponent, ModalsModalWithErrorExampleComponent, NavbarExampleComponent, PagesActionHubExampleComponent, PagesPageDataManagerSplitViewFitLayoutExampleComponent, PagesPageHomePageBlocksLayoutExampleComponent, PagesPageListPageListLayoutExampleComponent, PagesPageListPageTabsLayoutExampleComponent, PagesPageRecordPageBlocksLayoutExampleComponent, PagesPageRecordPageTabsLayoutExampleComponent, PagesPageSplitViewPageFitLayoutExampleComponent, PhoneFieldBasicExampleComponent, PopoversDropdownBasicExampleComponent, PopoversPopoverBasicExampleComponent, PopoversPopoverProgrammaticExampleComponent, ProgressIndicatorPassiveIndicatorBasicExampleComponent, ProgressIndicatorWaterfallIndicatorBasicExampleComponent, ProgressIndicatorWizardBasicExampleComponent, RouterHrefBasicExampleComponent, SplitViewBasicExampleComponent, SplitViewPageBoundExampleComponent, TabsDynamicAddCloseExampleComponent, TabsDynamicExampleComponent, TabsSectionedFormModalExampleComponent, TabsStaticAddCloseExampleComponent, TabsStaticExampleComponent, TabsVerticalTabsBasicExampleComponent, TabsVerticalTabsGroupedExampleComponent, TabsVerticalTabsMixedExampleComponent, TabsWizardBasicExampleComponent, TextEditorExampleComponent, TextEditorHelpKeyExampleComponent, TextEditorRichTextDisplayExampleComponent, TilesBasicExampleComponent, ToastBasicExampleComponent, ToastCustomComponentExampleComponent, ValidationEmailValidationControlValidatorExampleComponent, ValidationEmailValidationDirectiveExampleComponent, ValidationUrlValidationControlValidatorExampleComponent, ValidationUrlValidationDirectiveExampleComponent };
3037
+ export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AngularTreeComponentAngularTreePreselectedNodesExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, FilterBarLookupExampleComponent, FilterBarModalExampleComponent, FilterBarSelectableExampleComponent, FlyoutBasicExampleComponent, FlyoutCustomHeadersExampleComponent, FormsCharacterCountExampleComponent, FormsCheckboxBasicExampleComponent, FormsCheckboxHelpKeyExampleComponent, FormsCheckboxIconGroupExampleComponent, FormsFieldGroupBasicExampleComponent, FormsFieldGroupHelpKeyExampleComponent, FormsFileAttachmentBasicExampleComponent, FormsFileAttachmentHelpKeyExampleComponent, FormsFileDropBasicExampleComponent, FormsFileDropHelpKeyExampleComponent, FormsInputBoxBasicExampleComponent, FormsInputBoxWithCustomFormErrorsExampleComponent, FormsRadioHelpKeyExampleComponent, FormsRadioIconExampleComponent, FormsRadioStandardExampleComponent, FormsSelectionBoxCheckboxExampleComponent, FormsSelectionBoxRadioExampleComponent, FormsToggleSwitchBasicExampleComponent, FormsToggleSwitchHelpKeyExampleComponent, HelpInlineActionClickExampleComponent, HelpInlineHelpKeyExampleComponent, HelpInlinePopoverExampleComponent, IconBasicExampleComponent, IconIconButtonExampleComponent, IndicatorsAlertBasicExampleComponent, IndicatorsIllustrationBasicExampleComponent, IndicatorsKeyInfoBasicExampleComponent, IndicatorsKeyInfoHelpKeyExampleComponent, IndicatorsLabelBasicExampleComponent, IndicatorsStatusIndicatorBasicExampleComponent, IndicatorsStatusIndicatorHelpKeyExampleComponent, IndicatorsTextHighlightBasicExampleComponent, IndicatorsTokensBasicExampleComponent, IndicatorsTokensCustomExampleComponent, IndicatorsWaitElementExampleComponent, IndicatorsWaitPageExampleComponent, InlineFormBasicExampleComponent, InlineFormCustomButtonsExampleComponent, InlineFormRepeatersExampleComponent, LayoutActionButtonBasicExampleComponent, LayoutActionButtonPermalinkExampleComponent, LayoutBackToTopInfiniteScrollExampleComponent, LayoutBackToTopRepeaterExampleComponent, LayoutBoxBasicExampleComponent, LayoutBoxHelpKeyExampleComponent, LayoutCardBasicExampleComponent, LayoutDefinitionListBasicExampleComponent, LayoutDescriptionListHelpKeyExampleComponent, LayoutDescriptionListHorizontalExampleComponent, LayoutDescriptionListInlineHelpExampleComponent, LayoutDescriptionListLongDescriptionExampleComponent, LayoutDescriptionListVerticalExampleComponent, LayoutFluidGridExampleComponent, LayoutFormatExampleComponent, LayoutInlineDeleteCustomExampleComponent, LayoutInlineDeleteRepeaterExampleComponent, LayoutPageSummaryBasicExampleComponent, LayoutTextExpandInlineExampleComponent, LayoutTextExpandModalExampleComponent, LayoutTextExpandNewlineExampleComponent, LayoutTextExpandRepeaterExampleComponent, LayoutToolbarBasicExampleComponent, LayoutToolbarSectionedExampleComponent, ListsFilterInlineExampleComponent, ListsInfiniteScrollRepeaterExampleComponent, ListsListSummaryBasicExampleComponent, ListsPagingBasicExampleComponent, ListsPagingWithContentExampleComponent, ListsRepeaterAddRemoveExampleComponent, ListsRepeaterBasicExampleComponent, ListsRepeaterInlineFormExampleComponent, ListsSortBasicExampleComponent, LookupAddItemExampleComponent, LookupAutocompleteAdvancedExampleComponent, LookupAutocompleteAnyValueExampleComponent, LookupAutocompleteBasicExampleComponent, LookupAutocompleteCustomSearchExampleComponent, LookupAutocompleteSearchFiltersExampleComponent, LookupCountryFieldBasicExampleComponent, LookupCustomPickerExampleComponent, LookupMultiSelectExampleComponent, LookupResultTemplatesExampleComponent, LookupSearchBasicExampleComponent, LookupSelectionModalAddItemExampleComponent, LookupSelectionModalBasicExampleComponent, LookupSingleSelectExampleComponent, ModalsConfirmBasicWithControllerExampleComponent, ModalsConfirmBasicWithHarnessExampleComponent, ModalsModalBasicWithBannerExampleComponent, ModalsModalBasicWithControllerExampleComponent, ModalsModalBasicWithHarnessExampleComponent, ModalsModalBasicWithHarnessHelpKeyExampleComponent, ModalsModalWithErrorExampleComponent, NavbarExampleComponent, PagesActionHubExampleComponent, PagesPageDataManagerSplitViewFitLayoutExampleComponent, PagesPageHomePageBlocksLayoutExampleComponent, PagesPageListPageListLayoutExampleComponent, PagesPageListPageTabsLayoutExampleComponent, PagesPageRecordPageBlocksLayoutExampleComponent, PagesPageRecordPageTabsLayoutExampleComponent, PagesPageSplitViewPageFitLayoutExampleComponent, PhoneFieldBasicExampleComponent, PopoversDropdownBasicExampleComponent, PopoversPopoverBasicExampleComponent, PopoversPopoverProgrammaticExampleComponent, ProgressIndicatorPassiveIndicatorBasicExampleComponent, ProgressIndicatorWaterfallIndicatorBasicExampleComponent, ProgressIndicatorWizardBasicExampleComponent, RouterHrefBasicExampleComponent, SplitViewBasicExampleComponent, SplitViewPageBoundExampleComponent, TabsDynamicAddCloseExampleComponent, TabsDynamicExampleComponent, TabsSectionedFormModalExampleComponent, TabsStaticAddCloseExampleComponent, TabsStaticExampleComponent, TabsVerticalTabsBasicExampleComponent, TabsVerticalTabsGroupedExampleComponent, TabsVerticalTabsMixedExampleComponent, TabsWizardBasicExampleComponent, TextEditorExampleComponent, TextEditorHelpKeyExampleComponent, TextEditorRichTextDisplayExampleComponent, TilesBasicExampleComponent, ToastBasicExampleComponent, ToastCustomComponentExampleComponent, ValidationEmailValidationControlValidatorExampleComponent, ValidationEmailValidationDirectiveExampleComponent, ValidationUrlValidationControlValidatorExampleComponent, ValidationUrlValidationDirectiveExampleComponent };