@kirbydesign/designsystem 5.0.2 → 5.0.6
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/bundles/kirbydesign-designsystem-testing-base.umd.js +86 -37
- package/bundles/kirbydesign-designsystem-testing-base.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem-testing-base.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem-testing-base.umd.min.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.js +586 -46
- package/bundles/kirbydesign-designsystem.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js.map +1 -1
- package/esm2015/kirbydesign-designsystem.js +15 -13
- package/esm2015/kirbydesign-designsystem.metadata.json +1 -1
- package/esm2015/lib/components/chart/chart-js/chart-js.service.js +137 -19
- package/esm2015/lib/components/chart/chart-js/chart-js.service.metadata.json +1 -1
- package/esm2015/lib/components/chart/chart-js/chartjs-plugin-marker/chartjs-plugin-marker.js +203 -0
- package/esm2015/lib/components/chart/chart-js/chartjs-plugin-marker/chartjs-plugin-marker.metadata.json +1 -0
- package/esm2015/lib/components/chart/chart-js/configured-chart-js.js +5 -3
- package/esm2015/lib/components/chart/chart-js/configured-chart-js.metadata.json +1 -1
- package/esm2015/lib/components/chart/chart.component.js +3 -1
- package/esm2015/lib/components/chart/chart.component.metadata.json +1 -1
- package/esm2015/lib/components/chart/chart.types.js +1 -1
- package/esm2015/lib/components/chart/chart.types.metadata.json +1 -1
- package/esm2015/lib/components/chart/configs/global-defaults.config.js +7 -1
- package/esm2015/lib/components/chart/configs/type.config.js +118 -1
- package/esm2015/lib/components/chart/configs/type.config.metadata.json +1 -1
- package/esm2015/lib/components/index.js +4 -1
- package/esm2015/lib/components/index.metadata.json +1 -1
- package/esm2015/lib/components/item/label/label.component.js +1 -1
- package/esm2015/lib/components/item/label/label.component.metadata.json +1 -1
- package/esm2015/lib/components/item-sliding/index.js +3 -0
- package/esm2015/lib/components/item-sliding/index.metadata.json +1 -0
- package/esm2015/lib/components/item-sliding/item-sliding.component.js +27 -0
- package/esm2015/lib/components/item-sliding/item-sliding.component.metadata.json +1 -0
- package/esm2015/lib/components/item-sliding/item-sliding.types.js +2 -0
- package/esm2015/lib/components/item-sliding/item-sliding.types.metadata.json +1 -0
- package/esm2015/lib/components/list/list-experimental/list-experimental.component.js +13 -2
- package/esm2015/lib/components/list/list-experimental/list-experimental.component.metadata.json +1 -1
- package/esm2015/lib/components/list/list-item/list-item.component.js +1 -1
- package/esm2015/lib/components/list/list-item/list-item.component.metadata.json +1 -1
- package/esm2015/lib/components/list/list-swipe-action.type.js +1 -1
- package/esm2015/lib/components/list/list-swipe-action.type.metadata.json +1 -1
- package/esm2015/lib/components/list/list.component.js +1 -1
- package/esm2015/lib/components/list/list.component.metadata.json +1 -1
- package/esm2015/lib/components/section-header/section-header.component.js +11 -0
- package/esm2015/lib/components/section-header/section-header.component.metadata.json +1 -0
- package/esm2015/lib/helpers/deep-copy.js +11 -2
- package/esm2015/lib/helpers/deep-copy.metadata.json +1 -1
- package/esm2015/lib/helpers/element-has-ancestor.js +24 -0
- package/esm2015/lib/helpers/element-has-ancestor.metadata.json +1 -0
- package/esm2015/lib/helpers/index.js +2 -1
- package/esm2015/lib/helpers/index.metadata.json +1 -1
- package/esm2015/lib/kirby.module.js +5 -1
- package/esm2015/lib/kirby.module.metadata.json +1 -1
- package/esm2015/testing-base/kirbydesign-designsystem-testing-base.js +32 -30
- package/esm2015/testing-base/kirbydesign-designsystem-testing-base.metadata.json +1 -1
- package/esm2015/testing-base/lib/components/mock.chart.component.js +2 -1
- package/esm2015/testing-base/lib/components/mock.chart.component.metadata.json +1 -1
- package/esm2015/testing-base/lib/components/mock.item-sliding.component.js +23 -0
- package/esm2015/testing-base/lib/components/mock.item-sliding.component.metadata.json +1 -0
- package/esm2015/testing-base/lib/components/mock.section-header.component.js +19 -0
- package/esm2015/testing-base/lib/components/mock.section-header.component.metadata.json +1 -0
- package/esm2015/testing-base/lib/mock-components.js +5 -1
- package/esm2015/testing-base/lib/mock-components.metadata.json +1 -1
- package/fesm2015/kirbydesign-designsystem-testing-base.js +43 -2
- package/fesm2015/kirbydesign-designsystem-testing-base.js.map +1 -1
- package/fesm2015/kirbydesign-designsystem.js +551 -29
- package/fesm2015/kirbydesign-designsystem.js.map +1 -1
- package/kirbydesign-designsystem.d.ts +14 -12
- package/kirbydesign-designsystem.metadata.json +1 -1
- package/lib/components/chart/chart-js/chart-js.service.d.ts +17 -1
- package/lib/components/chart/chart-js/chartjs-plugin-marker/chartjs-plugin-marker.d.ts +14 -0
- package/lib/components/chart/chart.component.d.ts +2 -1
- package/lib/components/chart/chart.types.d.ts +9 -1
- package/lib/components/chart/configs/global-defaults.config.d.ts +6 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/item-sliding/index.d.ts +2 -0
- package/lib/components/item-sliding/item-sliding.component.d.ts +7 -0
- package/lib/components/item-sliding/item-sliding.types.d.ts +10 -0
- package/lib/components/list/list-experimental/list-experimental.component.d.ts +3 -0
- package/lib/components/list/list-swipe-action.type.d.ts +8 -9
- package/lib/components/section-header/section-header.component.d.ts +2 -0
- package/lib/helpers/deep-copy.d.ts +9 -1
- package/lib/helpers/element-has-ancestor.d.ts +1 -0
- package/lib/helpers/index.d.ts +1 -0
- package/package.json +6 -3
- package/scss/_global-styles.scss +4 -0
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts +31 -29
- package/testing-base/kirbydesign-designsystem-testing-base.metadata.json +1 -1
- package/testing-base/lib/components/mock.chart.component.d.ts +2 -1
- package/testing-base/lib/components/mock.item-sliding.component.d.ts +5 -0
- package/testing-base/lib/components/mock.section-header.component.d.ts +2 -0
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ChartOptions } from 'chart.js';
|
|
3
3
|
import { AnnotationOptions } from 'chartjs-plugin-annotation';
|
|
4
|
-
import { ChartDataset, ChartHighlightedElements, ChartType } from '../chart.types';
|
|
4
|
+
import { ChartDataLabelOptions, ChartDataset, ChartHighlightedElements, ChartType } from '../chart.types';
|
|
5
5
|
import { ChartConfigService } from '../configs/chart-config.service';
|
|
6
6
|
export declare class ChartJSService {
|
|
7
7
|
private chartConfigService;
|
|
8
8
|
private chart;
|
|
9
|
+
private dataLabelOptions;
|
|
10
|
+
private highlightedElements;
|
|
11
|
+
private chartType;
|
|
12
|
+
private locale;
|
|
9
13
|
constructor(chartConfigService: ChartConfigService);
|
|
10
14
|
renderChart(args: {
|
|
11
15
|
targetElement: ElementRef<HTMLCanvasElement>;
|
|
@@ -14,12 +18,14 @@ export declare class ChartJSService {
|
|
|
14
18
|
dataLabels?: string[] | string[][];
|
|
15
19
|
customOptions?: ChartOptions;
|
|
16
20
|
annotations?: AnnotationOptions[];
|
|
21
|
+
dataLabelOptions?: ChartDataLabelOptions;
|
|
17
22
|
highlightedElements?: ChartHighlightedElements;
|
|
18
23
|
}): void;
|
|
19
24
|
redrawChart(): void;
|
|
20
25
|
updateData(data: ChartDataset[] | number[]): void;
|
|
21
26
|
updateDataLabels(dataLabels: string[] | string[][]): void;
|
|
22
27
|
updateType(type: ChartType, customOptions?: ChartOptions): void;
|
|
28
|
+
setDataLabelOptions(dataLabelOptions: ChartDataLabelOptions): void;
|
|
23
29
|
updateOptions(customOptions: ChartOptions, type: ChartType): void;
|
|
24
30
|
updateAnnotations(annotations: AnnotationOptions[]): void;
|
|
25
31
|
updateHighlightedElements(highlightedElements?: ChartHighlightedElements): void;
|
|
@@ -31,8 +37,18 @@ export declare class ChartJSService {
|
|
|
31
37
|
private applyDefaultsToAnnotations;
|
|
32
38
|
private createAnnotationPluginOptionsObject;
|
|
33
39
|
private applyInteractionFunctionsExtensions;
|
|
40
|
+
private createStockOptionsObject;
|
|
34
41
|
private createOptionsObject;
|
|
42
|
+
private getDefaultStockLabels;
|
|
35
43
|
private createConfigurationObject;
|
|
36
44
|
private addHighlightedElementsToDatasets;
|
|
37
45
|
private createDatasets;
|
|
46
|
+
/**
|
|
47
|
+
* Decorate ChartDataset with properties to allow for datalabels.
|
|
48
|
+
*
|
|
49
|
+
* @param data
|
|
50
|
+
* @returns ChartDataset[]
|
|
51
|
+
*/
|
|
52
|
+
addDataLabelsData(data: ChartDataset[] | number[]): ChartDataset[];
|
|
53
|
+
private locateValueIndexInDataset;
|
|
38
54
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
id: string;
|
|
3
|
+
afterInit: (chart: any) => void;
|
|
4
|
+
getOption: (chart: any, category: any, name: any) => any;
|
|
5
|
+
getXScale: (chart: any) => any;
|
|
6
|
+
getYScale: (chart: any) => any;
|
|
7
|
+
afterEvent: (chart: any, event: any) => boolean;
|
|
8
|
+
doDraw: (chart: any) => boolean;
|
|
9
|
+
beforeDraw: (chart: any) => any;
|
|
10
|
+
drawTraceLine: (chart: any) => void;
|
|
11
|
+
drawTracePoints: (chart: any) => void;
|
|
12
|
+
interpolateValues: (chart: any) => void;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -2,13 +2,14 @@ import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from '@angular/co
|
|
|
2
2
|
import { ChartOptions } from 'chart.js';
|
|
3
3
|
import { AnnotationOptions } from 'chartjs-plugin-annotation';
|
|
4
4
|
import { ChartJSService } from './chart-js/chart-js.service';
|
|
5
|
-
import { ChartDataset, ChartHighlightedElements, ChartType } from './chart.types';
|
|
5
|
+
import { ChartDataLabelOptions, ChartDataset, ChartHighlightedElements, ChartType } from './chart.types';
|
|
6
6
|
export declare class ChartComponent implements AfterViewInit, OnChanges {
|
|
7
7
|
private chartJSService;
|
|
8
8
|
type: ChartType;
|
|
9
9
|
data: ChartDataset[] | number[];
|
|
10
10
|
dataLabels?: string[] | string[][];
|
|
11
11
|
customOptions?: ChartOptions;
|
|
12
|
+
dataLabelOptions?: ChartDataLabelOptions;
|
|
12
13
|
annotations?: AnnotationOptions[];
|
|
13
14
|
highlightedElements?: ChartHighlightedElements;
|
|
14
15
|
_height: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChartDataset as ChartJSDataset, ChartOptions, ChartType as ChartJSType } from 'chart.js';
|
|
2
2
|
export declare type ChartHighlightedElements = number[][];
|
|
3
|
-
export declare type ChartType = 'column' | 'bar' | 'line';
|
|
3
|
+
export declare type ChartType = 'column' | 'bar' | 'line' | 'stock';
|
|
4
4
|
export declare type ChartTypeConfig = {
|
|
5
5
|
type: ChartJSType;
|
|
6
6
|
options?: ChartOptions;
|
|
@@ -8,6 +8,14 @@ export declare type ChartTypeConfig = {
|
|
|
8
8
|
export declare type ChartTypesConfig = {
|
|
9
9
|
[key in ChartType]: ChartTypeConfig;
|
|
10
10
|
};
|
|
11
|
+
export declare type ChartDataLabelOptions = {
|
|
12
|
+
showMin?: boolean;
|
|
13
|
+
showMax?: boolean;
|
|
14
|
+
showCurrent?: boolean;
|
|
15
|
+
locale?: ChartLocale;
|
|
16
|
+
valueSuffix?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare type ChartLocale = 'da-DK' | 'en-US';
|
|
11
19
|
export declare type ChartDataset = {
|
|
12
20
|
kirbyOptions?: {
|
|
13
21
|
highlightedElements?: number[];
|
|
@@ -6,6 +6,7 @@ export * from './chart-deprecated';
|
|
|
6
6
|
export * from './chart';
|
|
7
7
|
export * from './stock-chart-deprecated';
|
|
8
8
|
export * from './calendar';
|
|
9
|
+
export * from './item-sliding';
|
|
9
10
|
export { CheckboxComponent } from './checkbox/checkbox.component';
|
|
10
11
|
export { ChipComponent } from './chip/chip.component';
|
|
11
12
|
export { DividerComponent } from './divider/divider.component';
|
|
@@ -24,8 +25,10 @@ export * from './reorder-list';
|
|
|
24
25
|
export * from './modal';
|
|
25
26
|
export * from './page';
|
|
26
27
|
export { HorizontalDirection, PopoverComponent } from './popover/popover.component';
|
|
28
|
+
export { ItemSlidingComponent } from './item-sliding/item-sliding.component';
|
|
27
29
|
export * from './router-outlet';
|
|
28
30
|
export * from './shared';
|
|
31
|
+
export { SectionHeaderComponent } from './section-header/section-header.component';
|
|
29
32
|
export { SegmentedControlComponent, SegmentedControlMode } from './segmented-control/segmented-control.component';
|
|
30
33
|
export { SegmentItem } from './segmented-control/segment-item';
|
|
31
34
|
export { SlideButtonComponent } from './slide-button/slide-button.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare type ItemSlidingSide = 'left' | 'right';
|
|
2
|
+
export declare type ItemSwipeActionType = 'success' | 'warning' | 'danger';
|
|
3
|
+
export declare type ItemSwipeActionSlots = 'start' | 'end';
|
|
4
|
+
export declare type ItemSwipeAction = {
|
|
5
|
+
title: string;
|
|
6
|
+
onSelected: () => void;
|
|
7
|
+
icon?: string;
|
|
8
|
+
type?: ItemSwipeActionType;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare type
|
|
4
|
-
|
|
1
|
+
import { ItemSlidingSide as ListSwipeDirection, ItemSwipeAction } from '../item-sliding/item-sliding.types';
|
|
2
|
+
declare type ListSwipeActionBaseTypes = Pick<ItemSwipeAction, 'title' | 'icon' | 'type' | 'isDisabled'>;
|
|
3
|
+
export declare type ListSwipeAction = {
|
|
4
|
+
[Property in keyof ListSwipeActionBaseTypes]: ((item: any) => ListSwipeActionBaseTypes[Property]) | ListSwipeActionBaseTypes[Property];
|
|
5
|
+
} & {
|
|
5
6
|
position: ListSwipeDirection;
|
|
6
|
-
title: ((item: any) => string) | string;
|
|
7
|
-
icon?: ((item: any) => string) | string;
|
|
8
|
-
type?: ((item: any) => ListSwipeActionType) | ListSwipeActionType;
|
|
9
7
|
onSelected: (item: any) => void;
|
|
10
|
-
|
|
11
|
-
}
|
|
8
|
+
};
|
|
9
|
+
export { ItemSwipeActionType as ListSwipeActionType, ItemSwipeActionSlots as ListSwipeEnd, } from '../item-sliding/item-sliding.types';
|
|
10
|
+
export { ListSwipeDirection };
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Do a deep copy of object that supports the composite data type Function
|
|
3
|
+
*
|
|
4
|
+
* @see https://stackoverflow.com/questions/122102/what-is-the-most-efficient-way-to-deep-clone-an-object-in-javascript#answer-122704
|
|
5
|
+
*
|
|
6
|
+
* @param obj
|
|
7
|
+
* @returns obj
|
|
8
|
+
*/
|
|
9
|
+
export declare function deepCopy<T>(obj: T): T;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const elementHasAncestor: (element: HTMLElement, ancestorNodeName: string, stopNodeName?: string) => any;
|
package/lib/helpers/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kirbydesign/designsystem",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"chart.js": "3.3.2",
|
|
6
|
-
"chartjs-
|
|
6
|
+
"chartjs-adapter-date-fns": "^2.0.0",
|
|
7
|
+
"chartjs-plugin-annotation": "^1.0.2",
|
|
8
|
+
"chartjs-plugin-datalabels": "^2.0.0",
|
|
7
9
|
"@ionic/angular": "5.5.2",
|
|
8
|
-
"@kirbydesign/core": "0.0.
|
|
10
|
+
"@kirbydesign/core": "0.0.13",
|
|
9
11
|
"date-fns": "2.21.1",
|
|
10
12
|
"date-fns-tz": "1.1.4",
|
|
11
13
|
"highcharts": "8.0.4",
|
|
12
14
|
"@fontsource/roboto": "4.2.1",
|
|
13
15
|
"inputmask": "5.0.5",
|
|
16
|
+
"ts-deepcopy": "^0.1.4",
|
|
14
17
|
"tslib": "^2.0.0"
|
|
15
18
|
},
|
|
16
19
|
"peerDependencies": {
|
package/scss/_global-styles.scss
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
5
|
export { MockAccordionItemComponent as ɵb } from './lib/components/mock.accordion-item.component';
|
|
6
|
-
export { MockActionSheetComponent as
|
|
6
|
+
export { MockActionSheetComponent as ɵbj } from './lib/components/mock.action-sheet.component';
|
|
7
7
|
export { MockAppComponent as ɵc } from './lib/components/mock.app.component';
|
|
8
8
|
export { MockAvatarComponent as ɵd } from './lib/components/mock.avatar.component';
|
|
9
9
|
export { MockButtonComponent as ɵe } from './lib/components/mock.button.component';
|
|
@@ -26,35 +26,37 @@ export { MockGridComponent as ɵx } from './lib/components/mock.grid.component';
|
|
|
26
26
|
export { MockIconComponent as ɵy } from './lib/components/mock.icon.component';
|
|
27
27
|
export { MockInputCounterComponent as ɵv } from './lib/components/mock.input-counter.component';
|
|
28
28
|
export { MockInputComponent as ɵu } from './lib/components/mock.input.component';
|
|
29
|
-
export { MockItemGroupComponent as
|
|
29
|
+
export { MockItemGroupComponent as ɵbc } from './lib/components/mock.item-group.component';
|
|
30
|
+
export { MockItemSlidingComponent as ɵbb } from './lib/components/mock.item-sliding.component';
|
|
30
31
|
export { MockItemComponent as ɵz } from './lib/components/mock.item.component';
|
|
31
32
|
export { MockLabelComponent as ɵba } from './lib/components/mock.label.component';
|
|
32
|
-
export { MockListExperimentalComponent as
|
|
33
|
-
export { MockListHeaderComponent as
|
|
34
|
-
export { MockListItemComponent as
|
|
35
|
-
export { MockListSectionHeaderComponent as
|
|
36
|
-
export { MockListComponent as
|
|
37
|
-
export { MockLoadingOverlayComponent as
|
|
38
|
-
export { MockModalFooterComponent as
|
|
39
|
-
export { MockPageFooterComponent as
|
|
40
|
-
export { MockPageActionsComponent as
|
|
41
|
-
export { MockPopoverComponent as
|
|
42
|
-
export { MockProgressCircleComponent as
|
|
43
|
-
export { MockRadioGroupComponent as
|
|
44
|
-
export { MockRadioComponent as
|
|
45
|
-
export { MockRangeComponent as
|
|
46
|
-
export { MockReorderListComponent as
|
|
47
|
-
export { MockRouterOutletComponent as
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
33
|
+
export { MockListExperimentalComponent as ɵbd } from './lib/components/mock.list-experimental.component';
|
|
34
|
+
export { MockListHeaderComponent as ɵbe } from './lib/components/mock.list-header.component';
|
|
35
|
+
export { MockListItemComponent as ɵbf } from './lib/components/mock.list-item.component';
|
|
36
|
+
export { MockListSectionHeaderComponent as ɵbg } from './lib/components/mock.list-section-header.component';
|
|
37
|
+
export { MockListComponent as ɵbh } from './lib/components/mock.list.component';
|
|
38
|
+
export { MockLoadingOverlayComponent as ɵbi } from './lib/components/mock.loading-overlay.component';
|
|
39
|
+
export { MockModalFooterComponent as ɵbk } from './lib/components/mock.modal-footer.component';
|
|
40
|
+
export { MockPageFooterComponent as ɵbl } from './lib/components/mock.page-footer.component';
|
|
41
|
+
export { MockPageActionsComponent as ɵbt, MockPageActionsDirective as ɵbo, MockPageComponent as ɵbu, MockPageContentComponent as ɵbs, MockPageContentDirective as ɵbp, MockPageProgressComponent as ɵbq, MockPageTitleComponent as ɵbr, MockPageTitleDirective as ɵbm, MockPageToolbarTitleDirective as ɵbn } from './lib/components/mock.page.component';
|
|
42
|
+
export { MockPopoverComponent as ɵbv } from './lib/components/mock.popover.component';
|
|
43
|
+
export { MockProgressCircleComponent as ɵbw } from './lib/components/mock.progress-circle.component';
|
|
44
|
+
export { MockRadioGroupComponent as ɵbx } from './lib/components/mock.radio-group.component';
|
|
45
|
+
export { MockRadioComponent as ɵby } from './lib/components/mock.radio.component';
|
|
46
|
+
export { MockRangeComponent as ɵbz } from './lib/components/mock.range.component';
|
|
47
|
+
export { MockReorderListComponent as ɵca } from './lib/components/mock.reorder-list.component';
|
|
48
|
+
export { MockRouterOutletComponent as ɵcb } from './lib/components/mock.router-outlet.component';
|
|
49
|
+
export { MockSectionHeaderComponent as ɵcc } from './lib/components/mock.section-header.component';
|
|
50
|
+
export { MockSegmentedControlComponent as ɵcd } from './lib/components/mock.segmented-control.component';
|
|
51
|
+
export { MockSlideButtonComponent as ɵce } from './lib/components/mock.slide-button.component';
|
|
52
|
+
export { MockSpinnerComponent as ɵcf } from './lib/components/mock.spinner.component';
|
|
53
|
+
export { MockTabButtonComponent as ɵcg } from './lib/components/mock.tab-button.component';
|
|
54
|
+
export { MockTabsComponent as ɵch } from './lib/components/mock.tabs.component';
|
|
53
55
|
export { MockTextareaComponent as ɵw } from './lib/components/mock.textarea.component';
|
|
54
|
-
export { MockToggleButtonComponent as
|
|
55
|
-
export { MockToggleComponent as
|
|
56
|
-
export { MockAccordionDirective as
|
|
57
|
-
export { MockFitHeadingDirective as
|
|
58
|
-
export { MockThemeColorDirective as
|
|
56
|
+
export { MockToggleButtonComponent as ɵcj } from './lib/components/mock.toggle-button.component';
|
|
57
|
+
export { MockToggleComponent as ɵci } from './lib/components/mock.toggle.component';
|
|
58
|
+
export { MockAccordionDirective as ɵcn } from './lib/directives/mock.accordion.directive';
|
|
59
|
+
export { MockFitHeadingDirective as ɵcm } from './lib/directives/mock.fit-heading.directive';
|
|
60
|
+
export { MockThemeColorDirective as ɵcl } from './lib/directives/mock.theme-color.directive';
|
|
59
61
|
export { MOCK_COMPONENTS as ɵa } from './lib/mock-components';
|
|
60
|
-
export { MOCK_DIRECTIVES as
|
|
62
|
+
export { MOCK_DIRECTIVES as ɵck } from './lib/mock-directives';
|