@skyux/code-examples 13.0.0-alpha.7 → 13.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/fesm2022/skyux-code-examples.mjs +61 -1
- package/fesm2022/skyux-code-examples.mjs.map +1 -1
- package/index.d.ts +25 -3
- package/package.json +33 -33
package/index.d.ts
CHANGED
|
@@ -2672,7 +2672,7 @@ declare class TabsVerticalTabsBasicExampleComponent {
|
|
|
2672
2672
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabsVerticalTabsBasicExampleComponent, "app-tabs-vertical-tabs-basic-example", never, {}, {}, never, never, true, never>;
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
-
interface TabGroup {
|
|
2675
|
+
interface TabGroup$1 {
|
|
2676
2676
|
heading: string;
|
|
2677
2677
|
isOpen: boolean;
|
|
2678
2678
|
isDisabled: boolean;
|
|
@@ -2689,11 +2689,33 @@ interface TabGroup {
|
|
|
2689
2689
|
* @title Vertical tabs with grouped tabs
|
|
2690
2690
|
*/
|
|
2691
2691
|
declare class TabsVerticalTabsGroupedExampleComponent {
|
|
2692
|
-
protected groups: TabGroup[];
|
|
2692
|
+
protected groups: TabGroup$1[];
|
|
2693
2693
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsVerticalTabsGroupedExampleComponent, never>;
|
|
2694
2694
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabsVerticalTabsGroupedExampleComponent, "app-tabs-vertical-tabs-grouped-example", never, {}, {}, never, never, true, never>;
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
2697
|
+
interface TabGroup {
|
|
2698
|
+
heading: string;
|
|
2699
|
+
isOpen: boolean;
|
|
2700
|
+
isDisabled?: boolean;
|
|
2701
|
+
subTabs: {
|
|
2702
|
+
tabHeading: string;
|
|
2703
|
+
content: string;
|
|
2704
|
+
tabHeaderCount?: number;
|
|
2705
|
+
active?: boolean;
|
|
2706
|
+
disabled?: boolean;
|
|
2707
|
+
}[];
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
/**
|
|
2711
|
+
* @title Vertical tabs with grouped and ungrouped tabs
|
|
2712
|
+
*/
|
|
2713
|
+
declare class TabsVerticalTabsMixedExampleComponent {
|
|
2714
|
+
protected groupedTabs: TabGroup[];
|
|
2715
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabsVerticalTabsMixedExampleComponent, never>;
|
|
2716
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsVerticalTabsMixedExampleComponent, "app-tabs-vertical-tabs-mixed-example", never, {}, {}, never, never, true, never>;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2697
2719
|
/**
|
|
2698
2720
|
* @title Wizard in a modal
|
|
2699
2721
|
*/
|
|
@@ -2813,4 +2835,4 @@ declare class ValidationUrlValidationDirectiveExampleComponent {
|
|
|
2813
2835
|
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationUrlValidationDirectiveExampleComponent, "app-validation-url-validation-directive-example", never, {}, {}, never, never, true, never>;
|
|
2814
2836
|
}
|
|
2815
2837
|
|
|
2816
|
-
export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, 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, 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, PagesPageHomePageBlocksLayoutExampleComponent, PagesPageListPageListLayoutExampleComponent, PagesPageListPageTabsLayoutExampleComponent, PagesPageRecordPageBlocksLayoutExampleComponent, PagesPageRecordPageTabsLayoutExampleComponent, PagesPageSplitViewPageFitLayoutExampleComponent, PhoneFieldBasicExampleComponent, PopoversDropdownBasicExampleComponent, PopoversPopoverBasicExampleComponent, PopoversPopoverProgrammaticExampleComponent, ProgressIndicatorPassiveIndicatorBasicExampleComponent, ProgressIndicatorWaterfallIndicatorBasicExampleComponent, ProgressIndicatorWizardBasicExampleComponent, RouterHrefBasicExampleComponent, SplitViewBasicExampleComponent, SplitViewPageBoundExampleComponent, TabsDynamicAddCloseExampleComponent, TabsDynamicExampleComponent, TabsSectionedFormModalExampleComponent, TabsStaticAddCloseExampleComponent, TabsStaticExampleComponent, TabsVerticalTabsBasicExampleComponent, TabsVerticalTabsGroupedExampleComponent, TabsWizardBasicExampleComponent, TextEditorExampleComponent, TextEditorHelpKeyExampleComponent, TextEditorRichTextDisplayExampleComponent, TilesBasicExampleComponent, ToastBasicExampleComponent, ToastCustomComponentExampleComponent, ValidationEmailValidationControlValidatorExampleComponent, ValidationEmailValidationDirectiveExampleComponent, ValidationUrlValidationControlValidatorExampleComponent, ValidationUrlValidationDirectiveExampleComponent };
|
|
2838
|
+
export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, 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, 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, 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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "13.0.0-alpha.
|
|
3
|
+
"version": "13.0.0-alpha.9",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Internal SKY UX use only",
|
|
6
6
|
"keywords": [
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"@angular/forms": "^20.0.5",
|
|
24
24
|
"@angular/router": "^20.0.5",
|
|
25
25
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
26
|
-
"@skyux/action-bars": "13.0.0-alpha.
|
|
27
|
-
"@skyux/ag-grid": "13.0.0-alpha.
|
|
28
|
-
"@skyux/angular-tree-component": "13.0.0-alpha.
|
|
29
|
-
"@skyux/autonumeric": "13.0.0-alpha.
|
|
30
|
-
"@skyux/avatar": "13.0.0-alpha.
|
|
31
|
-
"@skyux/colorpicker": "13.0.0-alpha.
|
|
32
|
-
"@skyux/core": "13.0.0-alpha.
|
|
33
|
-
"@skyux/data-manager": "13.0.0-alpha.
|
|
34
|
-
"@skyux/datetime": "13.0.0-alpha.
|
|
35
|
-
"@skyux/errors": "13.0.0-alpha.
|
|
36
|
-
"@skyux/flyout": "13.0.0-alpha.
|
|
37
|
-
"@skyux/forms": "13.0.0-alpha.
|
|
38
|
-
"@skyux/help-inline": "13.0.0-alpha.
|
|
39
|
-
"@skyux/icon": "13.0.0-alpha.
|
|
40
|
-
"@skyux/indicators": "13.0.0-alpha.
|
|
41
|
-
"@skyux/inline-form": "13.0.0-alpha.
|
|
42
|
-
"@skyux/layout": "13.0.0-alpha.
|
|
43
|
-
"@skyux/lists": "13.0.0-alpha.
|
|
44
|
-
"@skyux/lookup": "13.0.0-alpha.
|
|
45
|
-
"@skyux/modals": "13.0.0-alpha.
|
|
46
|
-
"@skyux/navbar": "13.0.0-alpha.
|
|
47
|
-
"@skyux/pages": "13.0.0-alpha.
|
|
48
|
-
"@skyux/phone-field": "13.0.0-alpha.
|
|
49
|
-
"@skyux/popovers": "13.0.0-alpha.
|
|
50
|
-
"@skyux/progress-indicator": "13.0.0-alpha.
|
|
51
|
-
"@skyux/router": "13.0.0-alpha.
|
|
52
|
-
"@skyux/split-view": "13.0.0-alpha.
|
|
53
|
-
"@skyux/tabs": "13.0.0-alpha.
|
|
54
|
-
"@skyux/text-editor": "13.0.0-alpha.
|
|
55
|
-
"@skyux/tiles": "13.0.0-alpha.
|
|
56
|
-
"@skyux/toast": "13.0.0-alpha.
|
|
57
|
-
"@skyux/validation": "13.0.0-alpha.
|
|
26
|
+
"@skyux/action-bars": "13.0.0-alpha.9",
|
|
27
|
+
"@skyux/ag-grid": "13.0.0-alpha.9",
|
|
28
|
+
"@skyux/angular-tree-component": "13.0.0-alpha.9",
|
|
29
|
+
"@skyux/autonumeric": "13.0.0-alpha.9",
|
|
30
|
+
"@skyux/avatar": "13.0.0-alpha.9",
|
|
31
|
+
"@skyux/colorpicker": "13.0.0-alpha.9",
|
|
32
|
+
"@skyux/core": "13.0.0-alpha.9",
|
|
33
|
+
"@skyux/data-manager": "13.0.0-alpha.9",
|
|
34
|
+
"@skyux/datetime": "13.0.0-alpha.9",
|
|
35
|
+
"@skyux/errors": "13.0.0-alpha.9",
|
|
36
|
+
"@skyux/flyout": "13.0.0-alpha.9",
|
|
37
|
+
"@skyux/forms": "13.0.0-alpha.9",
|
|
38
|
+
"@skyux/help-inline": "13.0.0-alpha.9",
|
|
39
|
+
"@skyux/icon": "13.0.0-alpha.9",
|
|
40
|
+
"@skyux/indicators": "13.0.0-alpha.9",
|
|
41
|
+
"@skyux/inline-form": "13.0.0-alpha.9",
|
|
42
|
+
"@skyux/layout": "13.0.0-alpha.9",
|
|
43
|
+
"@skyux/lists": "13.0.0-alpha.9",
|
|
44
|
+
"@skyux/lookup": "13.0.0-alpha.9",
|
|
45
|
+
"@skyux/modals": "13.0.0-alpha.9",
|
|
46
|
+
"@skyux/navbar": "13.0.0-alpha.9",
|
|
47
|
+
"@skyux/pages": "13.0.0-alpha.9",
|
|
48
|
+
"@skyux/phone-field": "13.0.0-alpha.9",
|
|
49
|
+
"@skyux/popovers": "13.0.0-alpha.9",
|
|
50
|
+
"@skyux/progress-indicator": "13.0.0-alpha.9",
|
|
51
|
+
"@skyux/router": "13.0.0-alpha.9",
|
|
52
|
+
"@skyux/split-view": "13.0.0-alpha.9",
|
|
53
|
+
"@skyux/tabs": "13.0.0-alpha.9",
|
|
54
|
+
"@skyux/text-editor": "13.0.0-alpha.9",
|
|
55
|
+
"@skyux/tiles": "13.0.0-alpha.9",
|
|
56
|
+
"@skyux/toast": "13.0.0-alpha.9",
|
|
57
|
+
"@skyux/validation": "13.0.0-alpha.9",
|
|
58
58
|
"ag-grid-angular": "^34.1.1",
|
|
59
59
|
"ag-grid-community": "^34.1.1"
|
|
60
60
|
},
|