@skyux/charts 0.0.1-alpha.0 → 14.5.0
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/README.md +3 -0
- package/fesm2022/skyux-charts.mjs +218 -0
- package/fesm2022/skyux-charts.mjs.map +1 -0
- package/package.json +19 -3
- package/types/skyux-charts.d.ts +72 -0
- package/.idea/data-grid.iml +0 -8
- package/.idea/misc.xml +0 -4
- package/.idea/modules.xml +0 -8
package/README.md
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgModule, inject, ChangeDetectionStrategy, Component, DestroyRef, input, computed, numberAttribute, booleanAttribute } from '@angular/core';
|
|
3
|
+
import * as i1 from '@skyux/modals';
|
|
4
|
+
import { SkyModalInstance, SkyModalModule, SkyModalService } from '@skyux/modals';
|
|
5
|
+
import * as i1$1 from '@skyux/popovers';
|
|
6
|
+
import { SkyDropdownModule } from '@skyux/popovers';
|
|
7
|
+
import * as i2 from '@skyux/i18n';
|
|
8
|
+
import { SkyLibResourcesService, SkyI18nModule } from '@skyux/i18n';
|
|
9
|
+
import * as i1$2 from '@skyux/help-inline';
|
|
10
|
+
import { SkyHelpInlineModule } from '@skyux/help-inline';
|
|
11
|
+
|
|
12
|
+
/* istanbul ignore file */
|
|
13
|
+
/**
|
|
14
|
+
* NOTICE: DO NOT MODIFY THIS FILE!
|
|
15
|
+
* The contents of this file were automatically generated by
|
|
16
|
+
* the 'ng generate @skyux/i18n:lib-resources-module lib/shared/sky-charts' schematic.
|
|
17
|
+
* To update this file, simply rerun the command.
|
|
18
|
+
*/
|
|
19
|
+
const RESOURCES = {
|
|
20
|
+
'EN-US': {
|
|
21
|
+
'skyux_charts.chart.controls.context_menu.accessible_name': {
|
|
22
|
+
message: 'Context menu for {0}',
|
|
23
|
+
},
|
|
24
|
+
'skyux_charts.chart.controls.context_menu.view_data_table': {
|
|
25
|
+
message: 'View data table',
|
|
26
|
+
},
|
|
27
|
+
'skyux_charts.data_table_modal.close_button': { message: 'Close' },
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
SkyLibResourcesService.addResources(RESOURCES);
|
|
31
|
+
/**
|
|
32
|
+
* Import into any component library module that needs to use resource strings.
|
|
33
|
+
*/
|
|
34
|
+
class SkyChartsResourcesModule {
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartsResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
36
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: SkyChartsResourcesModule, exports: [SkyI18nModule] }); }
|
|
37
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartsResourcesModule, imports: [SkyI18nModule] }); }
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartsResourcesModule, decorators: [{
|
|
40
|
+
type: NgModule,
|
|
41
|
+
args: [{
|
|
42
|
+
exports: [SkyI18nModule],
|
|
43
|
+
}]
|
|
44
|
+
}] });
|
|
45
|
+
|
|
46
|
+
class SkyChartDataTableModalContext {
|
|
47
|
+
}
|
|
48
|
+
class SkyChartDataTableModal {
|
|
49
|
+
constructor() {
|
|
50
|
+
this.context = inject(SkyChartDataTableModalContext);
|
|
51
|
+
this.modal = inject(SkyModalInstance);
|
|
52
|
+
}
|
|
53
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartDataTableModal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
54
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.0", type: SkyChartDataTableModal, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<sky-modal [headingText]=\"context.headingText\">\n <sky-modal-content> Chart data table, here. </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"modal.close()\">\n {{ 'skyux_charts.data_table_modal.close_button' | skyLibResources }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n", dependencies: [{ kind: "ngmodule", type: SkyChartsResourcesModule }, { kind: "ngmodule", type: SkyModalModule }, { kind: "component", type: i1.λ5, selector: "sky-modal", inputs: ["formErrors", "headingText", "helpKey", "helpPopoverContent", "helpPopoverTitle", "ariaRole", "tiledBody", "ariaDescribedBy", "ariaLabelledBy", "layout", "headingHidden"] }, { kind: "component", type: i1.λ2, selector: "sky-modal-content" }, { kind: "component", type: i1.λ3, selector: "sky-modal-footer" }, { kind: "pipe", type: i2.SkyLibResourcesPipe, name: "skyLibResources" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
55
|
+
}
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartDataTableModal, decorators: [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, imports: [SkyChartsResourcesModule, SkyModalModule], template: "<sky-modal [headingText]=\"context.headingText\">\n <sky-modal-content> Chart data table, here. </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"modal.close()\">\n {{ 'skyux_charts.data_table_modal.close_button' | skyLibResources }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n" }]
|
|
59
|
+
}] });
|
|
60
|
+
|
|
61
|
+
class SkyChartControls {
|
|
62
|
+
constructor() {
|
|
63
|
+
this.#destroyRef = inject(DestroyRef);
|
|
64
|
+
this.#modalSvc = inject(SkyModalService);
|
|
65
|
+
this.headingText = input.required(...(ngDevMode ? [{ debugName: "headingText" }] : []));
|
|
66
|
+
}
|
|
67
|
+
#destroyRef;
|
|
68
|
+
#modalSvc;
|
|
69
|
+
openDataTableModal() {
|
|
70
|
+
const instance = this.#modalSvc.open(SkyChartDataTableModal, {
|
|
71
|
+
size: 'large',
|
|
72
|
+
providers: [
|
|
73
|
+
{
|
|
74
|
+
provide: SkyChartDataTableModalContext,
|
|
75
|
+
useValue: {
|
|
76
|
+
headingText: this.headingText(),
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
});
|
|
81
|
+
this.#destroyRef.onDestroy(() => instance.close());
|
|
82
|
+
}
|
|
83
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartControls, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
84
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: SkyChartControls, isStandalone: true, selector: "sky-chart-controls", inputs: { headingText: { classPropertyName: "headingText", publicName: "headingText", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<sky-dropdown\n buttonType=\"context-menu\"\n [label]=\"\n 'skyux_charts.chart.controls.context_menu.accessible_name'\n | skyLibResources: headingText()\n \"\n>\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"openDataTableModal()\">\n {{\n 'skyux_charts.chart.controls.context_menu.view_data_table'\n | skyLibResources\n }}\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n</sky-dropdown>\n", dependencies: [{ kind: "ngmodule", type: SkyChartsResourcesModule }, { kind: "ngmodule", type: SkyDropdownModule }, { kind: "component", type: i1$1.λ3, selector: "sky-dropdown", inputs: ["buttonStyle", "buttonType", "disabled", "label", "horizontalAlignment", "messageStream", "title", "trigger"] }, { kind: "component", type: i1$1.λ1, selector: "sky-dropdown-item", inputs: ["ariaRole"] }, { kind: "component", type: i1$1.λ4, selector: "sky-dropdown-menu", inputs: ["ariaLabelledBy", "ariaRole", "useNativeFocus"], outputs: ["menuChanges"] }, { kind: "pipe", type: i2.SkyLibResourcesPipe, name: "skyLibResources" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
85
|
+
}
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartControls, decorators: [{
|
|
87
|
+
type: Component,
|
|
88
|
+
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, imports: [SkyChartsResourcesModule, SkyDropdownModule], selector: 'sky-chart-controls', template: "<sky-dropdown\n buttonType=\"context-menu\"\n [label]=\"\n 'skyux_charts.chart.controls.context_menu.accessible_name'\n | skyLibResources: headingText()\n \"\n>\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"openDataTableModal()\">\n {{\n 'skyux_charts.chart.controls.context_menu.view_data_table'\n | skyLibResources\n }}\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n</sky-dropdown>\n" }]
|
|
89
|
+
}], propDecorators: { headingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingText", required: true }] }] } });
|
|
90
|
+
|
|
91
|
+
class SkyChartHeading {
|
|
92
|
+
constructor() {
|
|
93
|
+
this.headingLevel = input.required(...(ngDevMode ? [{ debugName: "headingLevel" }] : []));
|
|
94
|
+
this.headingStyle = input.required(...(ngDevMode ? [{ debugName: "headingStyle" }] : []));
|
|
95
|
+
this.headingText = input.required(...(ngDevMode ? [{ debugName: "headingText" }] : []));
|
|
96
|
+
this.helpKey = input(...(ngDevMode ? [undefined, { debugName: "helpKey" }] : []));
|
|
97
|
+
this.helpPopoverContent = input(...(ngDevMode ? [undefined, { debugName: "helpPopoverContent" }] : []));
|
|
98
|
+
this.helpPopoverTitle = input(...(ngDevMode ? [undefined, { debugName: "helpPopoverTitle" }] : []));
|
|
99
|
+
this.headingClass = computed(() => {
|
|
100
|
+
return `sky-font-heading-${this.headingStyle()}`;
|
|
101
|
+
}, ...(ngDevMode ? [{ debugName: "headingClass" }] : []));
|
|
102
|
+
}
|
|
103
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartHeading, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
104
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: SkyChartHeading, isStandalone: true, selector: "sky-chart-heading", inputs: { headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: true, transformFunction: null }, headingStyle: { classPropertyName: "headingStyle", publicName: "headingStyle", isSignal: true, isRequired: true, transformFunction: null }, headingText: { classPropertyName: "headingText", publicName: "headingText", isSignal: true, isRequired: true, transformFunction: null }, helpKey: { classPropertyName: "helpKey", publicName: "helpKey", isSignal: true, isRequired: false, transformFunction: null }, helpPopoverContent: { classPropertyName: "helpPopoverContent", publicName: "helpPopoverContent", isSignal: true, isRequired: false, transformFunction: null }, helpPopoverTitle: { classPropertyName: "helpPopoverTitle", publicName: "helpPopoverTitle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@switch (headingLevel()) {\n @case (2) {\n <h2 [class]=\"headingClass()\">{{ headingText() }}</h2>\n }\n @case (3) {\n <h3 [class]=\"headingClass()\">{{ headingText() }}</h3>\n }\n @case (4) {\n <h4 [class]=\"headingClass()\">{{ headingText() }}</h4>\n }\n @case (5) {\n <h5 [class]=\"headingClass()\">{{ headingText() }}</h5>\n }\n}\n@if (helpPopoverContent() || helpKey()) {\n <span class=\"sky-control-help-container\">\n <sky-help-inline\n [helpKey]=\"helpKey()\"\n [labelText]=\"headingText()\"\n [popoverContent]=\"helpPopoverContent()\"\n [popoverTitle]=\"helpPopoverTitle()\"\n />\n </span>\n}\n", styles: ["h2,h3,h4,h5{display:inline;margin-block:0}\n"], dependencies: [{ kind: "ngmodule", type: SkyHelpInlineModule }, { kind: "component", type: i1$2.λ1, selector: "sky-help-inline", inputs: ["ariaControls", "ariaExpanded", "ariaLabel", "helpKey", "labelledBy", "labelText", "popoverContent", "popoverTitle"], outputs: ["actionClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
105
|
+
}
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartHeading, decorators: [{
|
|
107
|
+
type: Component,
|
|
108
|
+
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, imports: [SkyHelpInlineModule], selector: 'sky-chart-heading', template: "@switch (headingLevel()) {\n @case (2) {\n <h2 [class]=\"headingClass()\">{{ headingText() }}</h2>\n }\n @case (3) {\n <h3 [class]=\"headingClass()\">{{ headingText() }}</h3>\n }\n @case (4) {\n <h4 [class]=\"headingClass()\">{{ headingText() }}</h4>\n }\n @case (5) {\n <h5 [class]=\"headingClass()\">{{ headingText() }}</h5>\n }\n}\n@if (helpPopoverContent() || helpKey()) {\n <span class=\"sky-control-help-container\">\n <sky-help-inline\n [helpKey]=\"helpKey()\"\n [labelText]=\"headingText()\"\n [popoverContent]=\"helpPopoverContent()\"\n [popoverTitle]=\"helpPopoverTitle()\"\n />\n </span>\n}\n", styles: ["h2,h3,h4,h5{display:inline;margin-block:0}\n"] }]
|
|
109
|
+
}], propDecorators: { headingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingLevel", required: true }] }], headingStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingStyle", required: true }] }], headingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingText", required: true }] }], helpKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpKey", required: false }] }], helpPopoverContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpPopoverContent", required: false }] }], helpPopoverTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpPopoverTitle", required: false }] }] } });
|
|
110
|
+
|
|
111
|
+
const DEFAULT_HEADING_LEVEL = 3;
|
|
112
|
+
function headingLevelInputTransformer(value) {
|
|
113
|
+
const numberValue = numberAttribute(value, DEFAULT_HEADING_LEVEL);
|
|
114
|
+
if (isHeadingLevel(numberValue)) {
|
|
115
|
+
return numberValue;
|
|
116
|
+
}
|
|
117
|
+
return DEFAULT_HEADING_LEVEL;
|
|
118
|
+
}
|
|
119
|
+
function isHeadingLevel(value) {
|
|
120
|
+
return value === 2 || value === 3 || value === 4 || value === 5;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
const DEFAULT_HEADING_STYLE = 3;
|
|
124
|
+
function headingStyleInputTransformer(value) {
|
|
125
|
+
const numberValue = numberAttribute(value, DEFAULT_HEADING_STYLE);
|
|
126
|
+
if (isHeadingStyle(numberValue)) {
|
|
127
|
+
return numberValue;
|
|
128
|
+
}
|
|
129
|
+
return DEFAULT_HEADING_STYLE;
|
|
130
|
+
}
|
|
131
|
+
function isHeadingStyle(value) {
|
|
132
|
+
return value === 2 || value === 3 || value === 4 || value === 5;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
class SkyChartSubheading {
|
|
136
|
+
constructor() {
|
|
137
|
+
this.subheadingText = input.required(...(ngDevMode ? [{ debugName: "subheadingText" }] : []));
|
|
138
|
+
}
|
|
139
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartSubheading, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
140
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.0", type: SkyChartSubheading, isStandalone: true, selector: "sky-chart-subheading", inputs: { subheadingText: { classPropertyName: "subheadingText", publicName: "subheadingText", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `{{ subheadingText() }}`, isInline: true, styles: [":host{display:block;font-family:var(--sky-font-family-primary);font-size:var(--sky-font-size-body-m);font-weight:var(--sky-font-style-body-m);line-height:var(--sky-font-line_height-body-m);color:var(--sky-color-text-deemphasized)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
141
|
+
}
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChartSubheading, decorators: [{
|
|
143
|
+
type: Component,
|
|
144
|
+
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'sky-chart-subheading', template: `{{ subheadingText() }}`, styles: [":host{display:block;font-family:var(--sky-font-family-primary);font-size:var(--sky-font-size-body-m);font-weight:var(--sky-font-style-body-m);line-height:var(--sky-font-line_height-body-m);color:var(--sky-color-text-deemphasized)}\n"] }]
|
|
145
|
+
}], propDecorators: { subheadingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "subheadingText", required: true }] }] } });
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @preview
|
|
149
|
+
*
|
|
150
|
+
* Provides a consistent heading, subheading, and layout wrapper for a chart.
|
|
151
|
+
*/
|
|
152
|
+
class SkyChart {
|
|
153
|
+
constructor() {
|
|
154
|
+
/**
|
|
155
|
+
* Whether to hide the chart's heading.
|
|
156
|
+
*/
|
|
157
|
+
this.headingHidden = input(false, { ...(ngDevMode ? { debugName: "headingHidden" } : {}), transform: booleanAttribute });
|
|
158
|
+
/**
|
|
159
|
+
* The semantic heading level in the document structure.
|
|
160
|
+
* @default 3
|
|
161
|
+
*/
|
|
162
|
+
this.headingLevel = input(DEFAULT_HEADING_LEVEL, { ...(ngDevMode ? { debugName: "headingLevel" } : {}), transform: headingLevelInputTransformer });
|
|
163
|
+
/**
|
|
164
|
+
* The heading [font style](https://developer.blackbaud.com/skyux/design/styles/typography#headings).
|
|
165
|
+
* @default 3
|
|
166
|
+
*/
|
|
167
|
+
this.headingStyle = input(DEFAULT_HEADING_STYLE, { ...(ngDevMode ? { debugName: "headingStyle" } : {}), transform: headingStyleInputTransformer });
|
|
168
|
+
/**
|
|
169
|
+
* The text to display as the chart's heading.
|
|
170
|
+
*/
|
|
171
|
+
this.headingText = input.required(...(ngDevMode ? [{ debugName: "headingText" }] : []));
|
|
172
|
+
/**
|
|
173
|
+
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
174
|
+
* button is placed beside the chart heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
|
|
175
|
+
* as configured by the application.
|
|
176
|
+
*/
|
|
177
|
+
this.helpKey = input(...(ngDevMode ? [undefined, { debugName: "helpKey" }] : []));
|
|
178
|
+
/**
|
|
179
|
+
* The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
180
|
+
* button is added to the chart heading. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
181
|
+
* when clicked using the specified content and optional title.
|
|
182
|
+
*/
|
|
183
|
+
this.helpPopoverContent = input(...(ngDevMode ? [undefined, { debugName: "helpPopoverContent" }] : []));
|
|
184
|
+
/**
|
|
185
|
+
* The title of the help popover. This property only applies when `helpPopoverContent` is also specified.
|
|
186
|
+
*/
|
|
187
|
+
this.helpPopoverTitle = input(...(ngDevMode ? [undefined, { debugName: "helpPopoverTitle" }] : []));
|
|
188
|
+
/**
|
|
189
|
+
* Whether to hide the chart's subheading.
|
|
190
|
+
*/
|
|
191
|
+
this.subheadingHidden = input(false, { ...(ngDevMode ? { debugName: "subheadingHidden" } : {}), transform: booleanAttribute });
|
|
192
|
+
/**
|
|
193
|
+
* The text to display as the chart's subheading.
|
|
194
|
+
*/
|
|
195
|
+
this.subheadingText = input(...(ngDevMode ? [undefined, { debugName: "subheadingText" }] : []));
|
|
196
|
+
this.figureLabel = computed(() => {
|
|
197
|
+
const subheadingText = this.subheadingText();
|
|
198
|
+
return subheadingText
|
|
199
|
+
? `${this.headingText()}, ${subheadingText}`
|
|
200
|
+
: this.headingText();
|
|
201
|
+
}, ...(ngDevMode ? [{ debugName: "figureLabel" }] : []));
|
|
202
|
+
}
|
|
203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChart, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
204
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: SkyChart, isStandalone: true, selector: "sky-chart", inputs: { headingHidden: { classPropertyName: "headingHidden", publicName: "headingHidden", isSignal: true, isRequired: false, transformFunction: null }, headingLevel: { classPropertyName: "headingLevel", publicName: "headingLevel", isSignal: true, isRequired: false, transformFunction: null }, headingStyle: { classPropertyName: "headingStyle", publicName: "headingStyle", isSignal: true, isRequired: false, transformFunction: null }, headingText: { classPropertyName: "headingText", publicName: "headingText", isSignal: true, isRequired: true, transformFunction: null }, helpKey: { classPropertyName: "helpKey", publicName: "helpKey", isSignal: true, isRequired: false, transformFunction: null }, helpPopoverContent: { classPropertyName: "helpPopoverContent", publicName: "helpPopoverContent", isSignal: true, isRequired: false, transformFunction: null }, helpPopoverTitle: { classPropertyName: "helpPopoverTitle", publicName: "helpPopoverTitle", isSignal: true, isRequired: false, transformFunction: null }, subheadingHidden: { classPropertyName: "subheadingHidden", publicName: "subheadingHidden", isSignal: true, isRequired: false, transformFunction: null }, subheadingText: { classPropertyName: "subheadingText", publicName: "subheadingText", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "sky-chart" }, ngImport: i0, template: "<div class=\"sky-chart-header\">\n <div>\n @if (!headingHidden()) {\n <sky-chart-heading\n [headingLevel]=\"headingLevel()\"\n [headingStyle]=\"headingStyle()\"\n [headingText]=\"headingText()\"\n [helpKey]=\"helpKey()\"\n [helpPopoverContent]=\"helpPopoverContent()\"\n [helpPopoverTitle]=\"helpPopoverTitle()\"\n />\n }\n @if (!subheadingHidden() && subheadingText(); as subheadingText) {\n <sky-chart-subheading [subheadingText]=\"subheadingText\" />\n }\n </div>\n <sky-chart-controls [headingText]=\"headingText()\" />\n</div>\n<figure class=\"sky-chart-content\" [attr.aria-label]=\"figureLabel()\">\n <ng-content />\n</figure>\n", styles: [".sky-chart{display:block}.sky-chart-header{display:flex;align-items:baseline;justify-content:space-between;column-gap:var(--sky-space-gap-text_action-m, 12px);margin-bottom:var(--sky-space-stacked-xs, 5px)}figure.sky-chart-content{margin:0}\n"], dependencies: [{ kind: "component", type: SkyChartControls, selector: "sky-chart-controls", inputs: ["headingText"] }, { kind: "component", type: SkyChartHeading, selector: "sky-chart-heading", inputs: ["headingLevel", "headingStyle", "headingText", "helpKey", "helpPopoverContent", "helpPopoverTitle"] }, { kind: "component", type: SkyChartSubheading, selector: "sky-chart-subheading", inputs: ["subheadingText"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
205
|
+
}
|
|
206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SkyChart, decorators: [{
|
|
207
|
+
type: Component,
|
|
208
|
+
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
209
|
+
class: 'sky-chart',
|
|
210
|
+
}, imports: [SkyChartControls, SkyChartHeading, SkyChartSubheading], selector: 'sky-chart', template: "<div class=\"sky-chart-header\">\n <div>\n @if (!headingHidden()) {\n <sky-chart-heading\n [headingLevel]=\"headingLevel()\"\n [headingStyle]=\"headingStyle()\"\n [headingText]=\"headingText()\"\n [helpKey]=\"helpKey()\"\n [helpPopoverContent]=\"helpPopoverContent()\"\n [helpPopoverTitle]=\"helpPopoverTitle()\"\n />\n }\n @if (!subheadingHidden() && subheadingText(); as subheadingText) {\n <sky-chart-subheading [subheadingText]=\"subheadingText\" />\n }\n </div>\n <sky-chart-controls [headingText]=\"headingText()\" />\n</div>\n<figure class=\"sky-chart-content\" [attr.aria-label]=\"figureLabel()\">\n <ng-content />\n</figure>\n", styles: [".sky-chart{display:block}.sky-chart-header{display:flex;align-items:baseline;justify-content:space-between;column-gap:var(--sky-space-gap-text_action-m, 12px);margin-bottom:var(--sky-space-stacked-xs, 5px)}figure.sky-chart-content{margin:0}\n"] }]
|
|
211
|
+
}], propDecorators: { headingHidden: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingHidden", required: false }] }], headingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingLevel", required: false }] }], headingStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingStyle", required: false }] }], headingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "headingText", required: true }] }], helpKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpKey", required: false }] }], helpPopoverContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpPopoverContent", required: false }] }], helpPopoverTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "helpPopoverTitle", required: false }] }], subheadingHidden: [{ type: i0.Input, args: [{ isSignal: true, alias: "subheadingHidden", required: false }] }], subheadingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "subheadingText", required: false }] }] } });
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Generated bundle index. Do not edit.
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
export { SkyChart };
|
|
218
|
+
//# sourceMappingURL=skyux-charts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skyux-charts.mjs","sources":["../../../../../libs/components/charts/src/lib/shared/sky-charts-resources.module.ts","../../../../../libs/components/charts/src/lib/chart/chart-data-table-modal.ts","../../../../../libs/components/charts/src/lib/chart/chart-data-table-modal.html","../../../../../libs/components/charts/src/lib/chart/chart-controls.ts","../../../../../libs/components/charts/src/lib/chart/chart-controls.html","../../../../../libs/components/charts/src/lib/chart/chart-heading.ts","../../../../../libs/components/charts/src/lib/chart/chart-heading.html","../../../../../libs/components/charts/src/lib/chart/chart-heading-level.ts","../../../../../libs/components/charts/src/lib/chart/chart-heading-style.ts","../../../../../libs/components/charts/src/lib/chart/chart-subheading.ts","../../../../../libs/components/charts/src/lib/chart/chart.ts","../../../../../libs/components/charts/src/lib/chart/chart.html","../../../../../libs/components/charts/src/skyux-charts.ts"],"sourcesContent":["/* istanbul ignore file */\n\n/**\n * NOTICE: DO NOT MODIFY THIS FILE!\n * The contents of this file were automatically generated by\n * the 'ng generate @skyux/i18n:lib-resources-module lib/shared/sky-charts' schematic.\n * To update this file, simply rerun the command.\n */\nimport { NgModule } from '@angular/core';\nimport {\n SkyI18nModule,\n SkyLibResources,\n SkyLibResourcesService,\n} from '@skyux/i18n';\n\nconst RESOURCES: Record<string, SkyLibResources> = {\n 'EN-US': {\n 'skyux_charts.chart.controls.context_menu.accessible_name': {\n message: 'Context menu for {0}',\n },\n 'skyux_charts.chart.controls.context_menu.view_data_table': {\n message: 'View data table',\n },\n 'skyux_charts.data_table_modal.close_button': { message: 'Close' },\n },\n};\n\nSkyLibResourcesService.addResources(RESOURCES);\n\n/**\n * Import into any component library module that needs to use resource strings.\n */\n@NgModule({\n exports: [SkyI18nModule],\n})\nexport class SkyChartsResourcesModule {}\n","import { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { SkyChartsResourcesModule } from '../shared/sky-charts-resources.module';\n\nexport abstract class SkyChartDataTableModalContext {\n public abstract readonly headingText: string;\n}\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyChartsResourcesModule, SkyModalModule],\n templateUrl: './chart-data-table-modal.html',\n})\nexport class SkyChartDataTableModal {\n protected readonly context = inject(SkyChartDataTableModalContext);\n protected readonly modal = inject(SkyModalInstance);\n}\n","<sky-modal [headingText]=\"context.headingText\">\n <sky-modal-content> Chart data table, here. </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"modal.close()\">\n {{ 'skyux_charts.data_table_modal.close_button' | skyLibResources }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n","import {\n ChangeDetectionStrategy,\n Component,\n DestroyRef,\n inject,\n input,\n} from '@angular/core';\nimport { SkyModalService } from '@skyux/modals';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { SkyChartsResourcesModule } from '../shared/sky-charts-resources.module';\nimport {\n SkyChartDataTableModal,\n SkyChartDataTableModalContext,\n} from './chart-data-table-modal';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyChartsResourcesModule, SkyDropdownModule],\n selector: 'sky-chart-controls',\n templateUrl: './chart-controls.html',\n})\nexport class SkyChartControls {\n readonly #destroyRef = inject(DestroyRef);\n readonly #modalSvc = inject(SkyModalService);\n\n public readonly headingText = input.required<string>();\n\n protected openDataTableModal(): void {\n const instance = this.#modalSvc.open(SkyChartDataTableModal, {\n size: 'large',\n providers: [\n {\n provide: SkyChartDataTableModalContext,\n useValue: {\n headingText: this.headingText(),\n },\n },\n ],\n });\n\n this.#destroyRef.onDestroy(() => instance.close());\n }\n}\n","<sky-dropdown\n buttonType=\"context-menu\"\n [label]=\"\n 'skyux_charts.chart.controls.context_menu.accessible_name'\n | skyLibResources: headingText()\n \"\n>\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"openDataTableModal()\">\n {{\n 'skyux_charts.chart.controls.context_menu.view_data_table'\n | skyLibResources\n }}\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n</sky-dropdown>\n","import {\n ChangeDetectionStrategy,\n Component,\n computed,\n input,\n type TemplateRef,\n} from '@angular/core';\nimport { SkyHelpInlineModule } from '@skyux/help-inline';\n\nimport { type SkyChartHeadingLevel } from './chart-heading-level';\nimport { type SkyChartHeadingStyle } from './chart-heading-style';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyHelpInlineModule],\n selector: 'sky-chart-heading',\n styleUrl: './chart-heading.scss',\n templateUrl: './chart-heading.html',\n})\nexport class SkyChartHeading {\n public readonly headingLevel = input.required<SkyChartHeadingLevel>();\n public readonly headingStyle = input.required<SkyChartHeadingStyle>();\n public readonly headingText = input.required<string>();\n public readonly helpKey = input<string>();\n public readonly helpPopoverContent = input<string | TemplateRef<unknown>>();\n public readonly helpPopoverTitle = input<string>();\n\n protected readonly headingClass = computed(() => {\n return `sky-font-heading-${this.headingStyle()}`;\n });\n}\n","@switch (headingLevel()) {\n @case (2) {\n <h2 [class]=\"headingClass()\">{{ headingText() }}</h2>\n }\n @case (3) {\n <h3 [class]=\"headingClass()\">{{ headingText() }}</h3>\n }\n @case (4) {\n <h4 [class]=\"headingClass()\">{{ headingText() }}</h4>\n }\n @case (5) {\n <h5 [class]=\"headingClass()\">{{ headingText() }}</h5>\n }\n}\n@if (helpPopoverContent() || helpKey()) {\n <span class=\"sky-control-help-container\">\n <sky-help-inline\n [helpKey]=\"helpKey()\"\n [labelText]=\"headingText()\"\n [popoverContent]=\"helpPopoverContent()\"\n [popoverTitle]=\"helpPopoverTitle()\"\n />\n </span>\n}\n","import { numberAttribute } from '@angular/core';\n\n/**\n * @preview\n *\n * The allowed heading levels for charts, corresponding to the semantic heading levels in HTML.\n */\nexport type SkyChartHeadingLevel = 2 | 3 | 4 | 5;\n\nexport const DEFAULT_HEADING_LEVEL: SkyChartHeadingLevel = 3 as const;\n\nexport function headingLevelInputTransformer(\n value: unknown,\n): SkyChartHeadingLevel {\n const numberValue = numberAttribute(value, DEFAULT_HEADING_LEVEL);\n\n if (isHeadingLevel(numberValue)) {\n return numberValue;\n }\n\n return DEFAULT_HEADING_LEVEL;\n}\n\nfunction isHeadingLevel(value: unknown): value is SkyChartHeadingLevel {\n return value === 2 || value === 3 || value === 4 || value === 5;\n}\n","import { numberAttribute } from '@angular/core';\n\n/**\n * @preview\n *\n * The allowed heading styles for charts, corresponding to the font styles defined in the SKY UX design system.\n */\nexport type SkyChartHeadingStyle = 2 | 3 | 4 | 5;\n\nexport const DEFAULT_HEADING_STYLE: SkyChartHeadingStyle = 3 as const;\n\nexport function headingStyleInputTransformer(\n value: unknown,\n): SkyChartHeadingStyle {\n const numberValue = numberAttribute(value, DEFAULT_HEADING_STYLE);\n\n if (isHeadingStyle(numberValue)) {\n return numberValue;\n }\n\n return DEFAULT_HEADING_STYLE;\n}\n\nfunction isHeadingStyle(value: unknown): value is SkyChartHeadingStyle {\n return value === 2 || value === 3 || value === 4 || value === 5;\n}\n","import { ChangeDetectionStrategy, Component, input } from '@angular/core';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'sky-chart-subheading',\n styleUrl: './chart-subheading.scss',\n template: `{{ subheadingText() }}`,\n})\nexport class SkyChartSubheading {\n public readonly subheadingText = input.required<string>();\n}\n","import {\n booleanAttribute,\n ChangeDetectionStrategy,\n Component,\n computed,\n input,\n type TemplateRef,\n} from '@angular/core';\n\nimport { SkyChartControls } from './chart-controls';\nimport { SkyChartHeading } from './chart-heading';\nimport {\n DEFAULT_HEADING_LEVEL,\n headingLevelInputTransformer,\n type SkyChartHeadingLevel,\n} from './chart-heading-level';\nimport {\n DEFAULT_HEADING_STYLE,\n headingStyleInputTransformer,\n type SkyChartHeadingStyle,\n} from './chart-heading-style';\nimport { SkyChartSubheading } from './chart-subheading';\n\n/**\n * @preview\n *\n * Provides a consistent heading, subheading, and layout wrapper for a chart.\n */\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n class: 'sky-chart',\n },\n imports: [SkyChartControls, SkyChartHeading, SkyChartSubheading],\n selector: 'sky-chart',\n styleUrl: './chart.scss',\n templateUrl: './chart.html',\n})\nexport class SkyChart {\n /**\n * Whether to hide the chart's heading.\n */\n public readonly headingHidden = input(false, { transform: booleanAttribute });\n\n /**\n * The semantic heading level in the document structure.\n * @default 3\n */\n public readonly headingLevel = input<SkyChartHeadingLevel, unknown>(\n DEFAULT_HEADING_LEVEL,\n {\n transform: headingLevelInputTransformer,\n },\n );\n\n /**\n * The heading [font style](https://developer.blackbaud.com/skyux/design/styles/typography#headings).\n * @default 3\n */\n public readonly headingStyle = input<SkyChartHeadingStyle, unknown>(\n DEFAULT_HEADING_STYLE,\n {\n transform: headingStyleInputTransformer,\n },\n );\n\n /**\n * The text to display as the chart's heading.\n */\n public readonly headingText = input.required<string>();\n\n /**\n * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)\n * button is placed beside the chart heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)\n * as configured by the application.\n */\n public readonly helpKey = input<string>();\n\n /**\n * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)\n * button is added to the chart heading. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)\n * when clicked using the specified content and optional title.\n */\n public readonly helpPopoverContent = input<string | TemplateRef<unknown>>();\n\n /**\n * The title of the help popover. This property only applies when `helpPopoverContent` is also specified.\n */\n public readonly helpPopoverTitle = input<string>();\n\n /**\n * Whether to hide the chart's subheading.\n */\n public readonly subheadingHidden = input(false, {\n transform: booleanAttribute,\n });\n\n /**\n * The text to display as the chart's subheading.\n */\n public readonly subheadingText = input<string>();\n\n protected readonly figureLabel = computed(() => {\n const subheadingText = this.subheadingText();\n\n return subheadingText\n ? `${this.headingText()}, ${subheadingText}`\n : this.headingText();\n });\n}\n","<div class=\"sky-chart-header\">\n <div>\n @if (!headingHidden()) {\n <sky-chart-heading\n [headingLevel]=\"headingLevel()\"\n [headingStyle]=\"headingStyle()\"\n [headingText]=\"headingText()\"\n [helpKey]=\"helpKey()\"\n [helpPopoverContent]=\"helpPopoverContent()\"\n [helpPopoverTitle]=\"helpPopoverTitle()\"\n />\n }\n @if (!subheadingHidden() && subheadingText(); as subheadingText) {\n <sky-chart-subheading [subheadingText]=\"subheadingText\" />\n }\n </div>\n <sky-chart-controls [headingText]=\"headingText()\" />\n</div>\n<figure class=\"sky-chart-content\" [attr.aria-label]=\"figureLabel()\">\n <ng-content />\n</figure>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":";;;;;;;;;;;AAAA;AAEA;;;;;AAKG;AAQH,MAAM,SAAS,GAAoC;AACjD,IAAA,OAAO,EAAE;AACP,QAAA,0DAA0D,EAAE;AAC1D,YAAA,OAAO,EAAE,sBAAsB;AAChC,SAAA;AACD,QAAA,0DAA0D,EAAE;AAC1D,YAAA,OAAO,EAAE,iBAAiB;AAC3B,SAAA;AACD,QAAA,4CAA4C,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE;AACnE,KAAA;CACF;AAED,sBAAsB,CAAC,YAAY,CAAC,SAAS,CAAC;AAE9C;;AAEG;MAIU,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAFzB,aAAa,CAAA,EAAA,CAAA,CAAA;AAEZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAFzB,aAAa,CAAA,EAAA,CAAA,CAAA;;2FAEZ,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAHpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,aAAa,CAAC;AACzB,iBAAA;;;MC7BqB,6BAA6B,CAAA;AAElD;MAOY,sBAAsB,CAAA;AALnC,IAAA,WAAA,GAAA;AAMqB,QAAA,IAAA,CAAA,OAAO,GAAG,MAAM,CAAC,6BAA6B,CAAC;AAC/C,QAAA,IAAA,CAAA,KAAK,GAAG,MAAM,CAAC,gBAAgB,CAAC;AACpD,IAAA;8GAHY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECdnC,sWAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDGY,wBAAwB,8BAAE,cAAc,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,EAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,YAAA,EAAA,aAAA,EAAA,SAAA,EAAA,oBAAA,EAAA,kBAAA,EAAA,UAAA,EAAA,WAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,EAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,EAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAGvC,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;AACS,YAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,OAAA,EACtC,CAAC,wBAAwB,EAAE,cAAc,CAAC,EAAA,QAAA,EAAA,sWAAA,EAAA;;;MEWxC,gBAAgB,CAAA;AAN7B,IAAA,WAAA,GAAA;AAOW,QAAA,IAAA,CAAA,WAAW,GAAG,MAAM,CAAC,UAAU,CAAC;AAChC,QAAA,IAAA,CAAA,SAAS,GAAG,MAAM,CAAC,eAAe,CAAC;AAE5B,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAC,QAAQ,sDAAU;AAiBvD,IAAA;AApBU,IAAA,WAAW;AACX,IAAA,SAAS;IAIR,kBAAkB,GAAA;QAC1B,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,sBAAsB,EAAE;AAC3D,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,SAAS,EAAE;AACT,gBAAA;AACE,oBAAA,OAAO,EAAE,6BAA6B;AACtC,oBAAA,QAAQ,EAAE;AACR,wBAAA,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE;AAChC,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA,CAAC;AAEF,QAAA,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IACpD;8GApBW,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECtB7B,ifAkBA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDAY,wBAAwB,8BAAE,iBAAiB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,EAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,CAAA,aAAA,EAAA,YAAA,EAAA,UAAA,EAAA,OAAA,EAAA,qBAAA,EAAA,eAAA,EAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,EAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,EAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,gBAAA,EAAA,UAAA,EAAA,gBAAA,CAAA,EAAA,OAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAI1C,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAN5B,SAAS;sCACS,uBAAuB,CAAC,MAAM,EAAA,OAAA,EACtC,CAAC,wBAAwB,EAAE,iBAAiB,CAAC,EAAA,QAAA,EAC5C,oBAAoB,EAAA,QAAA,EAAA,ifAAA,EAAA;;;MEAnB,eAAe,CAAA;AAP5B,IAAA,WAAA,GAAA;AAQkB,QAAA,IAAA,CAAA,YAAY,GAAG,KAAK,CAAC,QAAQ,uDAAwB;AACrD,QAAA,IAAA,CAAA,YAAY,GAAG,KAAK,CAAC,QAAQ,uDAAwB;AACrD,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAC,QAAQ,sDAAU;QACtC,IAAA,CAAA,OAAO,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,SAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAU;QACzB,IAAA,CAAA,kBAAkB,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,oBAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAiC;QAC3D,IAAA,CAAA,gBAAgB,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,kBAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAU;AAE/B,QAAA,IAAA,CAAA,YAAY,GAAG,QAAQ,CAAC,MAAK;AAC9C,YAAA,OAAO,oBAAoB,IAAI,CAAC,YAAY,EAAE,EAAE;AAClD,QAAA,CAAC,wDAAC;AACH,IAAA;8GAXY,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,kBAAA,EAAA,EAAA,iBAAA,EAAA,oBAAA,EAAA,UAAA,EAAA,oBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,gBAAA,EAAA,EAAA,iBAAA,EAAA,kBAAA,EAAA,UAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECnB5B,6oBAwBA,EAAA,MAAA,EAAA,CAAA,8CAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDVY,mBAAmB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,EAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,CAAA,cAAA,EAAA,cAAA,EAAA,WAAA,EAAA,SAAA,EAAA,YAAA,EAAA,WAAA,EAAA,gBAAA,EAAA,cAAA,CAAA,EAAA,OAAA,EAAA,CAAA,aAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAKlB,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AACS,YAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,OAAA,EACtC,CAAC,mBAAmB,CAAC,YACpB,mBAAmB,EAAA,QAAA,EAAA,6oBAAA,EAAA,MAAA,EAAA,CAAA,8CAAA,CAAA,EAAA;;;AENxB,MAAM,qBAAqB,GAAyB,CAAU;AAE/D,SAAU,4BAA4B,CAC1C,KAAc,EAAA;IAEd,MAAM,WAAW,GAAG,eAAe,CAAC,KAAK,EAAE,qBAAqB,CAAC;AAEjE,IAAA,IAAI,cAAc,CAAC,WAAW,CAAC,EAAE;AAC/B,QAAA,OAAO,WAAW;IACpB;AAEA,IAAA,OAAO,qBAAqB;AAC9B;AAEA,SAAS,cAAc,CAAC,KAAc,EAAA;AACpC,IAAA,OAAO,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC;AACjE;;AChBO,MAAM,qBAAqB,GAAyB,CAAU;AAE/D,SAAU,4BAA4B,CAC1C,KAAc,EAAA;IAEd,MAAM,WAAW,GAAG,eAAe,CAAC,KAAK,EAAE,qBAAqB,CAAC;AAEjE,IAAA,IAAI,cAAc,CAAC,WAAW,CAAC,EAAE;AAC/B,QAAA,OAAO,WAAW;IACpB;AAEA,IAAA,OAAO,qBAAqB;AAC9B;AAEA,SAAS,cAAc,CAAC,KAAc,EAAA;AACpC,IAAA,OAAO,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC;AACjE;;MCjBa,kBAAkB,CAAA;AAN/B,IAAA,WAAA,GAAA;AAOkB,QAAA,IAAA,CAAA,cAAc,GAAG,KAAK,CAAC,QAAQ,yDAAU;AAC1D,IAAA;8GAFY,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,8OAFnB,CAAA,sBAAA,CAAwB,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,0OAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAEvB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAN9B,SAAS;AACS,YAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EACrC,sBAAsB,YAEtB,CAAA,sBAAA,CAAwB,EAAA,MAAA,EAAA,CAAA,0OAAA,CAAA,EAAA;;;ACiBpC;;;;AAIG;MAWU,QAAQ,CAAA;AAVrB,IAAA,WAAA,GAAA;AAWE;;AAEG;QACa,IAAA,CAAA,aAAa,GAAG,KAAK,CAAC,KAAK,0DAAI,SAAS,EAAE,gBAAgB,EAAA,CAAG;AAE7E;;;AAGG;QACa,IAAA,CAAA,YAAY,GAAG,KAAK,CAClC,qBAAqB,yDAEnB,SAAS,EAAE,4BAA4B,EAAA,CAE1C;AAED;;;AAGG;QACa,IAAA,CAAA,YAAY,GAAG,KAAK,CAClC,qBAAqB,yDAEnB,SAAS,EAAE,4BAA4B,EAAA,CAE1C;AAED;;AAEG;AACa,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAC,QAAQ,sDAAU;AAEtD;;;;AAIG;QACa,IAAA,CAAA,OAAO,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,SAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAU;AAEzC;;;;AAIG;QACa,IAAA,CAAA,kBAAkB,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,oBAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAiC;AAE3E;;AAEG;QACa,IAAA,CAAA,gBAAgB,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,kBAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAU;AAElD;;AAEG;QACa,IAAA,CAAA,gBAAgB,GAAG,KAAK,CAAC,KAAK,6DAC5C,SAAS,EAAE,gBAAgB,EAAA,CAC3B;AAEF;;AAEG;QACa,IAAA,CAAA,cAAc,GAAG,KAAK,CAAA,IAAA,SAAA,GAAA,CAAA,SAAA,EAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAU;AAE7B,QAAA,IAAA,CAAA,WAAW,GAAG,QAAQ,CAAC,MAAK;AAC7C,YAAA,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,EAAE;AAE5C,YAAA,OAAO;kBACH,GAAG,IAAI,CAAC,WAAW,EAAE,CAAA,EAAA,EAAK,cAAc,CAAA;AAC1C,kBAAE,IAAI,CAAC,WAAW,EAAE;AACxB,QAAA,CAAC,uDAAC;AACH,IAAA;8GAvEY,QAAQ,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAR,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,QAAQ,64CCtCrB,ssBAqBA,EAAA,MAAA,EAAA,CAAA,oPAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDYY,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,eAAe,4KAAE,kBAAkB,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAKpD,QAAQ,EAAA,UAAA,EAAA,CAAA;kBAVpB,SAAS;sCACS,uBAAuB,CAAC,MAAM,EAAA,IAAA,EACzC;AACJ,wBAAA,KAAK,EAAE,WAAW;qBACnB,EAAA,OAAA,EACQ,CAAC,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,CAAC,YACtD,WAAW,EAAA,QAAA,EAAA,ssBAAA,EAAA,MAAA,EAAA,CAAA,oPAAA,CAAA,EAAA;;;AElCvB;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/charts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.5.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -15,11 +15,27 @@
|
|
|
15
15
|
"url": "https://github.com/blackbaud/skyux/issues"
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/core": "^21.2.0",
|
|
20
|
+
"@skyux/help-inline": "14.5.0",
|
|
21
|
+
"@skyux/i18n": "14.5.0",
|
|
22
|
+
"@skyux/modals": "14.5.0",
|
|
23
|
+
"@skyux/popovers": "14.5.0"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"tslib": "^2.8.1"
|
|
27
|
+
},
|
|
28
|
+
"sideEffects": false,
|
|
29
|
+
"module": "fesm2022/skyux-charts.mjs",
|
|
30
|
+
"typings": "types/skyux-charts.d.ts",
|
|
18
31
|
"exports": {
|
|
19
32
|
"./package.json": {
|
|
20
33
|
"default": "./package.json"
|
|
34
|
+
},
|
|
35
|
+
".": {
|
|
36
|
+
"types": "./types/skyux-charts.d.ts",
|
|
37
|
+
"default": "./fesm2022/skyux-charts.mjs"
|
|
21
38
|
}
|
|
22
39
|
},
|
|
23
|
-
"sideEffects": false,
|
|
24
40
|
"type": "module"
|
|
25
|
-
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @preview
|
|
6
|
+
*
|
|
7
|
+
* The allowed heading levels for charts, corresponding to the semantic heading levels in HTML.
|
|
8
|
+
*/
|
|
9
|
+
type SkyChartHeadingLevel = 2 | 3 | 4 | 5;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @preview
|
|
13
|
+
*
|
|
14
|
+
* The allowed heading styles for charts, corresponding to the font styles defined in the SKY UX design system.
|
|
15
|
+
*/
|
|
16
|
+
type SkyChartHeadingStyle = 2 | 3 | 4 | 5;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @preview
|
|
20
|
+
*
|
|
21
|
+
* Provides a consistent heading, subheading, and layout wrapper for a chart.
|
|
22
|
+
*/
|
|
23
|
+
declare class SkyChart {
|
|
24
|
+
/**
|
|
25
|
+
* Whether to hide the chart's heading.
|
|
26
|
+
*/
|
|
27
|
+
readonly headingHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* The semantic heading level in the document structure.
|
|
30
|
+
* @default 3
|
|
31
|
+
*/
|
|
32
|
+
readonly headingLevel: _angular_core.InputSignalWithTransform<SkyChartHeadingLevel, unknown>;
|
|
33
|
+
/**
|
|
34
|
+
* The heading [font style](https://developer.blackbaud.com/skyux/design/styles/typography#headings).
|
|
35
|
+
* @default 3
|
|
36
|
+
*/
|
|
37
|
+
readonly headingStyle: _angular_core.InputSignalWithTransform<SkyChartHeadingStyle, unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* The text to display as the chart's heading.
|
|
40
|
+
*/
|
|
41
|
+
readonly headingText: _angular_core.InputSignal<string>;
|
|
42
|
+
/**
|
|
43
|
+
* A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
44
|
+
* button is placed beside the chart heading. Clicking the button invokes [global help](https://developer.blackbaud.com/skyux/learn/develop/global-help)
|
|
45
|
+
* as configured by the application.
|
|
46
|
+
*/
|
|
47
|
+
readonly helpKey: _angular_core.InputSignal<string | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
|
|
50
|
+
* button is added to the chart heading. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
|
|
51
|
+
* when clicked using the specified content and optional title.
|
|
52
|
+
*/
|
|
53
|
+
readonly helpPopoverContent: _angular_core.InputSignal<string | TemplateRef<unknown> | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* The title of the help popover. This property only applies when `helpPopoverContent` is also specified.
|
|
56
|
+
*/
|
|
57
|
+
readonly helpPopoverTitle: _angular_core.InputSignal<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Whether to hide the chart's subheading.
|
|
60
|
+
*/
|
|
61
|
+
readonly subheadingHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
62
|
+
/**
|
|
63
|
+
* The text to display as the chart's subheading.
|
|
64
|
+
*/
|
|
65
|
+
readonly subheadingText: _angular_core.InputSignal<string | undefined>;
|
|
66
|
+
protected readonly figureLabel: _angular_core.Signal<string>;
|
|
67
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkyChart, never>;
|
|
68
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkyChart, "sky-chart", never, { "headingHidden": { "alias": "headingHidden"; "required": false; "isSignal": true; }; "headingLevel": { "alias": "headingLevel"; "required": false; "isSignal": true; }; "headingStyle": { "alias": "headingStyle"; "required": false; "isSignal": true; }; "headingText": { "alias": "headingText"; "required": true; "isSignal": true; }; "helpKey": { "alias": "helpKey"; "required": false; "isSignal": true; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; "isSignal": true; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; "isSignal": true; }; "subheadingHidden": { "alias": "subheadingHidden"; "required": false; "isSignal": true; }; "subheadingText": { "alias": "subheadingText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export { SkyChart };
|
|
72
|
+
export type { SkyChartHeadingLevel, SkyChartHeadingStyle };
|
package/.idea/data-grid.iml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/data-grid.iml" filepath="$PROJECT_DIR$/.idea/data-grid.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|