@skyux/code-examples 15.0.0-alpha.2 → 15.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "15.0.0-alpha.2",
3
+ "version": "15.0.0-alpha.4",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -23,42 +23,43 @@
23
23
  "@angular/forms": "^22.0.6",
24
24
  "@angular/router": "^22.0.6",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "15.0.0-alpha.2",
27
- "@skyux/ag-grid": "15.0.0-alpha.2",
28
- "@skyux/angular-tree-component": "15.0.0-alpha.2",
29
- "@skyux/autonumeric": "15.0.0-alpha.2",
30
- "@skyux/avatar": "15.0.0-alpha.2",
31
- "@skyux/colorpicker": "15.0.0-alpha.2",
32
- "@skyux/core": "15.0.0-alpha.2",
33
- "@skyux/data-grid": "15.0.0-alpha.2",
34
- "@skyux/data-manager": "15.0.0-alpha.2",
35
- "@skyux/datetime": "15.0.0-alpha.2",
36
- "@skyux/errors": "15.0.0-alpha.2",
37
- "@skyux/filter-bar": "15.0.0-alpha.2",
38
- "@skyux/flyout": "15.0.0-alpha.2",
39
- "@skyux/forms": "15.0.0-alpha.2",
40
- "@skyux/help-inline": "15.0.0-alpha.2",
41
- "@skyux/icon": "15.0.0-alpha.2",
42
- "@skyux/indicators": "15.0.0-alpha.2",
43
- "@skyux/inline-form": "15.0.0-alpha.2",
44
- "@skyux/layout": "15.0.0-alpha.2",
45
- "@skyux/lists": "15.0.0-alpha.2",
46
- "@skyux/lookup": "15.0.0-alpha.2",
47
- "@skyux/modals": "15.0.0-alpha.2",
48
- "@skyux/navbar": "15.0.0-alpha.2",
49
- "@skyux/pages": "15.0.0-alpha.2",
50
- "@skyux/phone-field": "15.0.0-alpha.2",
51
- "@skyux/popovers": "15.0.0-alpha.2",
52
- "@skyux/progress-indicator": "15.0.0-alpha.2",
53
- "@skyux/router": "15.0.0-alpha.2",
54
- "@skyux/split-view": "15.0.0-alpha.2",
55
- "@skyux/tabs": "15.0.0-alpha.2",
56
- "@skyux/text-editor": "15.0.0-alpha.2",
57
- "@skyux/tiles": "15.0.0-alpha.2",
58
- "@skyux/toast": "15.0.0-alpha.2",
59
- "@skyux/validation": "15.0.0-alpha.2",
60
- "ag-grid-angular": "^35.1.0",
61
- "ag-grid-community": "^35.1.0"
26
+ "@skyux/action-bars": "15.0.0-alpha.4",
27
+ "@skyux/ag-grid": "15.0.0-alpha.4",
28
+ "@skyux/angular-tree-component": "15.0.0-alpha.4",
29
+ "@skyux/autonumeric": "15.0.0-alpha.4",
30
+ "@skyux/avatar": "15.0.0-alpha.4",
31
+ "@skyux/charts": "15.0.0-alpha.4",
32
+ "@skyux/colorpicker": "15.0.0-alpha.4",
33
+ "@skyux/core": "15.0.0-alpha.4",
34
+ "@skyux/data-grid": "15.0.0-alpha.4",
35
+ "@skyux/data-manager": "15.0.0-alpha.4",
36
+ "@skyux/datetime": "15.0.0-alpha.4",
37
+ "@skyux/errors": "15.0.0-alpha.4",
38
+ "@skyux/filter-bar": "15.0.0-alpha.4",
39
+ "@skyux/flyout": "15.0.0-alpha.4",
40
+ "@skyux/forms": "15.0.0-alpha.4",
41
+ "@skyux/help-inline": "15.0.0-alpha.4",
42
+ "@skyux/icon": "15.0.0-alpha.4",
43
+ "@skyux/indicators": "15.0.0-alpha.4",
44
+ "@skyux/inline-form": "15.0.0-alpha.4",
45
+ "@skyux/layout": "15.0.0-alpha.4",
46
+ "@skyux/lists": "15.0.0-alpha.4",
47
+ "@skyux/lookup": "15.0.0-alpha.4",
48
+ "@skyux/modals": "15.0.0-alpha.4",
49
+ "@skyux/navbar": "15.0.0-alpha.4",
50
+ "@skyux/pages": "15.0.0-alpha.4",
51
+ "@skyux/phone-field": "15.0.0-alpha.4",
52
+ "@skyux/popovers": "15.0.0-alpha.4",
53
+ "@skyux/progress-indicator": "15.0.0-alpha.4",
54
+ "@skyux/router": "15.0.0-alpha.4",
55
+ "@skyux/split-view": "15.0.0-alpha.4",
56
+ "@skyux/tabs": "15.0.0-alpha.4",
57
+ "@skyux/text-editor": "15.0.0-alpha.4",
58
+ "@skyux/tiles": "15.0.0-alpha.4",
59
+ "@skyux/toast": "15.0.0-alpha.4",
60
+ "@skyux/validation": "15.0.0-alpha.4",
61
+ "ag-grid-angular": "^36.0.2",
62
+ "ag-grid-community": "^36.0.2"
62
63
  },
63
64
  "dependencies": {
64
65
  "tslib": "^2.8.1"
@@ -10,6 +10,7 @@ import { SkyFilterItemModal, SkyFilterItemModalInstance, SkyFilterItemLookupSear
10
10
  import { ITreeState, ITreeOptions } from '@blackbaud/angular-tree-component';
11
11
  import { SkyAutonumericOptions } from '@skyux/autonumeric';
12
12
  import { SkyFileItem, SkyFileAttachmentClick, SkyFileLink, SkyFileDropChange } from '@skyux/forms';
13
+ import { SkyChartBarSeriesValue } from '@skyux/charts';
13
14
  import { SkyColorpickerOutput, SkyColorpickerMessage } from '@skyux/colorpicker';
14
15
  import * as rxjs from 'rxjs';
15
16
  import { Subject } from 'rxjs';
@@ -750,6 +751,139 @@ declare class AvatarExampleComponent {
750
751
  static ɵcmp: i0.ɵɵComponentDeclaration<AvatarExampleComponent, "app-avatar-example", never, {}, {}, never, never, true, never>;
751
752
  }
752
753
 
754
+ interface ChartBarAsyncData {
755
+ categories: string[];
756
+ values: number[];
757
+ }
758
+ /**
759
+ * @title Bar chart with asynchronously loaded data
760
+ */
761
+ declare class ChartsChartBarAsyncExample {
762
+ readonly delay: i0.InputSignal<number>;
763
+ protected readonly donations: i0.ResourceRef<ChartBarAsyncData | undefined>;
764
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarAsyncExample, never>;
765
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarAsyncExample, "app-chart-bar-async-example", never, { "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
766
+ }
767
+
768
+ /**
769
+ * @title Basic bar chart
770
+ */
771
+ declare class ChartsChartBarBasicExample {
772
+ protected readonly years: number[];
773
+ protected readonly acquisitions: number[];
774
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarBasicExample, never>;
775
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarBasicExample, "app-chart-bar-basic-example", never, {}, {}, never, never, true, never>;
776
+ }
777
+
778
+ /**
779
+ * @title Floating bar chart with multiple series
780
+ */
781
+ declare class ChartsChartBarFloatingMultipleSeriesExample {
782
+ protected readonly months: string[];
783
+ protected readonly anchorage: SkyChartBarSeriesValue[];
784
+ protected readonly asheville: SkyChartBarSeriesValue[];
785
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarFloatingMultipleSeriesExample, never>;
786
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarFloatingMultipleSeriesExample, "app-chart-bar-floating-multiple-series-example", never, {}, {}, never, never, true, never>;
787
+ }
788
+
789
+ /**
790
+ * @title Floating bar chart (value ranges)
791
+ */
792
+ declare class ChartsChartBarFloatingExample {
793
+ protected readonly months: string[];
794
+ protected readonly temperatureRanges: SkyChartBarSeriesValue[];
795
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarFloatingExample, never>;
796
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarFloatingExample, "app-chart-bar-floating-example", never, {}, {}, never, never, true, never>;
797
+ }
798
+
799
+ /**
800
+ * @title Bar chart with grouped, stacked series
801
+ */
802
+ declare class ChartsChartBarGroupedStackedExample {
803
+ protected readonly months: string[];
804
+ protected readonly westInStore: number[];
805
+ protected readonly westOnline: number[];
806
+ protected readonly eastInStore: number[];
807
+ protected readonly eastOnline: number[];
808
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarGroupedStackedExample, never>;
809
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarGroupedStackedExample, "app-chart-bar-grouped-stacked-example", never, {}, {}, never, never, true, never>;
810
+ }
811
+
812
+ /**
813
+ * @title Bar chart with hidden axis labels
814
+ */
815
+ declare class ChartsChartBarHiddenLabelsExample {
816
+ protected readonly years: number[];
817
+ protected readonly acquisitions: number[];
818
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarHiddenLabelsExample, never>;
819
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarHiddenLabelsExample, "app-chart-bar-hidden-labels-example", never, {}, {}, never, never, true, never>;
820
+ }
821
+
822
+ /**
823
+ * @title Horizontal bar chart
824
+ */
825
+ declare class ChartsChartBarHorizontalExample {
826
+ protected readonly regions: string[];
827
+ protected readonly sales: number[];
828
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarHorizontalExample, never>;
829
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarHorizontalExample, "app-chart-bar-horizontal-example", never, {}, {}, never, never, true, never>;
830
+ }
831
+
832
+ /**
833
+ * @title Bar chart with a logarithmic value scale
834
+ */
835
+ declare class ChartsChartBarLogarithmicExample {
836
+ protected readonly categories: string[];
837
+ protected readonly values: number[];
838
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarLogarithmicExample, never>;
839
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarLogarithmicExample, "app-chart-bar-logarithmic-example", never, {}, {}, never, never, true, never>;
840
+ }
841
+
842
+ /**
843
+ * @title Bar chart with multiple series (grouped bars)
844
+ */
845
+ declare class ChartsChartBarMultipleSeriesExample {
846
+ protected readonly years: number[];
847
+ protected readonly actual: number[];
848
+ protected readonly target: number[];
849
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarMultipleSeriesExample, never>;
850
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarMultipleSeriesExample, "app-chart-bar-multiple-series-example", never, {}, {}, never, never, true, never>;
851
+ }
852
+
853
+ /**
854
+ * @title Stacked bar chart
855
+ */
856
+ declare class ChartsChartBarStackedExample {
857
+ protected readonly months: string[];
858
+ protected readonly online: number[];
859
+ protected readonly inStore: number[];
860
+ protected readonly phone: number[];
861
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarStackedExample, never>;
862
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarStackedExample, "app-chart-bar-stacked-example", never, {}, {}, never, never, true, never>;
863
+ }
864
+
865
+ /**
866
+ * @title Bar chart with fixed value bounds
867
+ */
868
+ declare class ChartsChartBarValueBoundsExample {
869
+ protected readonly months: string[];
870
+ protected readonly goalCompletion: number[];
871
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarValueBoundsExample, never>;
872
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarValueBoundsExample, "app-chart-bar-value-bounds-example", never, {}, {}, never, never, true, never>;
873
+ }
874
+
875
+ /**
876
+ * @title Bar chart value formats (number, currency, and percent)
877
+ */
878
+ declare class ChartsChartBarValueFormatExample {
879
+ protected readonly months: string[];
880
+ protected readonly acquisitions: number[];
881
+ protected readonly revenue: number[];
882
+ protected readonly conversionRate: number[];
883
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarValueFormatExample, never>;
884
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarValueFormatExample, "app-chart-bar-value-format-example", never, {}, {}, never, never, true, never>;
885
+ }
886
+
753
887
  interface DemoForm$e {
754
888
  favoriteColor: FormControl<SkyColorpickerOutput | string>;
755
889
  }
@@ -3167,4 +3301,4 @@ declare class ValidationUrlValidationDirectiveExampleComponent {
3167
3301
  static ɵcmp: i0.ɵɵComponentDeclaration<ValidationUrlValidationDirectiveExampleComponent, "app-validation-url-validation-directive-example", never, {}, {}, never, never, true, never>;
3168
3302
  }
3169
3303
 
3170
- 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, DataGridBasicExampleComponent, DataGridLoadingExampleComponent, DataGridPagingExampleComponent, DataGridSortingExampleComponent, 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 };
3304
+ 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, ChartsChartBarAsyncExample, ChartsChartBarBasicExample, ChartsChartBarFloatingExample, ChartsChartBarFloatingMultipleSeriesExample, ChartsChartBarGroupedStackedExample, ChartsChartBarHiddenLabelsExample, ChartsChartBarHorizontalExample, ChartsChartBarLogarithmicExample, ChartsChartBarMultipleSeriesExample, ChartsChartBarStackedExample, ChartsChartBarValueBoundsExample, ChartsChartBarValueFormatExample, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataGridBasicExampleComponent, DataGridLoadingExampleComponent, DataGridPagingExampleComponent, DataGridSortingExampleComponent, 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 };