ngx-sfc-components 0.0.32 → 0.0.33

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.
@@ -1,4 +1,6 @@
1
+ import { ChartOptionModel } from "./chart-option.model";
1
2
  import { ChartThemeDataSetColors } from "./service/theme/chart-theme.model";
3
+ export declare const DEFAULT_CHART_OPTIONS: ChartOptionModel;
2
4
  export declare const CHART_DEFAULTS: {
3
5
  OPTIONS: import("chart.js/types/utils")._DeepPartialObject<import("chart.js").CoreChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").ElementChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").PluginChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").DatasetChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").ScaleChartOptions<keyof import("chart.js").ChartTypeRegistry>> | undefined;
4
6
  OPTIONS_NOT_LINES: import("chart.js/types/utils")._DeepPartialObject<import("chart.js").CoreChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").ElementChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").PluginChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").DatasetChartOptions<keyof import("chart.js").ChartTypeRegistry> & import("chart.js").ScaleChartOptions<keyof import("chart.js").ChartTypeRegistry>> | undefined;
@@ -40,6 +40,7 @@ export { ChartComponent } from './chart/chart.component';
40
40
  export { ChartThemeService } from './chart/service/theme/chart-theme.service';
41
41
  export { ChartThemeModel } from './chart/service/theme/chart-theme.model';
42
42
  export { ChartOptionModel } from './chart/chart-option.model';
43
+ export { DEFAULT_CHART_OPTIONS } from './chart/chart.constants';
43
44
  export { TableComponent } from './table/table.component';
44
45
  export { TableSelectService } from './table/service/select/table-select.service';
45
46
  export { ITableModel } from './table/models/table.model';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sfc-components",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Angular components library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",
@@ -25,7 +25,7 @@
25
25
  "@fortawesome/angular-fontawesome": "0.10.2",
26
26
  "@fortawesome/fontawesome-svg-core": "^6.1.1",
27
27
  "@fortawesome/free-solid-svg-icons": "^6.1.1",
28
- "ngx-sfc-common": "^0.0.35"
28
+ "ngx-sfc-common": "^0.0.36"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.3.0"