igniteui-webcomponents-dashboards 5.2.0 → 5.3.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/bundles/igniteui-webcomponents-dashboards.umd.js +474 -327
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/DataSeriesToDescriptionAdapter_combined.js +371 -321
- package/esm2015/lib/ValueGetterResult.js +35 -0
- package/esm2015/lib/igc-dashboard-tile-component.js +40 -10
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter_combined.js +379 -317
- package/esm5/lib/ValueGetterResult.js +45 -0
- package/esm5/lib/igc-dashboard-tile-component.js +52 -10
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +446 -332
- package/fesm5/igniteui-webcomponents-dashboards.js +474 -328
- package/lib/DataSeriesToDescriptionAdapter_combined.d.ts +87 -74
- package/lib/ValueGetterResult.d.ts +14 -0
- package/lib/igc-dashboard-tile-component.d.ts +15 -0
- package/package.json +8 -8
- package/public_api.d.ts +1 -0
|
@@ -13,6 +13,7 @@ import { NativeUIGrid } from "igniteui-webcomponents-core";
|
|
|
13
13
|
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
14
14
|
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
15
15
|
import { ComponentRenderer } from "igniteui-webcomponents-core";
|
|
16
|
+
import { ValueGetterResult } from "./ValueGetterResult";
|
|
16
17
|
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
17
18
|
import { IDomainChartLike } from "igniteui-webcomponents-charts";
|
|
18
19
|
import { IAcceptsDataSeriesToDescriptionCustomizations } from "igniteui-webcomponents-core";
|
|
@@ -214,7 +215,7 @@ export declare class DashboardTileCustomization extends Base {
|
|
|
214
215
|
i: number;
|
|
215
216
|
k: number;
|
|
216
217
|
j: number;
|
|
217
|
-
h: (arg1: DashboardTile) =>
|
|
218
|
+
h: (arg1: DashboardTile) => ValueGetterResult;
|
|
218
219
|
g: boolean;
|
|
219
220
|
static a(a: DashboardTileCustomization): DataSeriesToDescriptionCustomization;
|
|
220
221
|
static b(a: DataSeriesToDescriptionCustomization): DashboardTileCustomization;
|
|
@@ -232,27 +233,27 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
232
233
|
private ci;
|
|
233
234
|
private g;
|
|
234
235
|
onCustomizationsChanged(a: DataSeriesToDescriptionCustomization[]): void;
|
|
235
|
-
private
|
|
236
|
+
private gy;
|
|
236
237
|
private ce;
|
|
237
238
|
private ca;
|
|
238
239
|
sendCommandCompleted(a: ToolCommand): void;
|
|
239
240
|
captureTargetImageToClipboard(a: (arg1: any, arg2: any) => void): void;
|
|
240
|
-
private
|
|
241
|
+
private hn;
|
|
241
242
|
ab: DataSeriesAdapterImplementation;
|
|
242
243
|
private aj;
|
|
243
244
|
get customizations(): DashboardTileCustomizationCollection;
|
|
244
245
|
private dq;
|
|
245
246
|
protected get d0(): List$1<DataSeriesType>;
|
|
246
|
-
private
|
|
247
|
+
private gt;
|
|
247
248
|
private dp;
|
|
248
249
|
protected get dz(): List$1<IDataSeriesAdapterRule>;
|
|
249
250
|
ac: DataSeriesAdapterImplementation;
|
|
250
251
|
constructor();
|
|
251
252
|
private cq;
|
|
252
|
-
private
|
|
253
|
-
private
|
|
253
|
+
private gz;
|
|
254
|
+
private g0;
|
|
254
255
|
private c7;
|
|
255
|
-
private
|
|
256
|
+
private ia;
|
|
256
257
|
private static a;
|
|
257
258
|
private static e;
|
|
258
259
|
private static f;
|
|
@@ -262,41 +263,41 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
262
263
|
private dj;
|
|
263
264
|
private dl;
|
|
264
265
|
private k;
|
|
265
|
-
private
|
|
266
|
-
private
|
|
266
|
+
private h1;
|
|
267
|
+
private h0;
|
|
267
268
|
private dd;
|
|
268
269
|
private dc;
|
|
269
|
-
private
|
|
270
|
-
private
|
|
271
|
-
protected
|
|
270
|
+
private hj;
|
|
271
|
+
private hm;
|
|
272
|
+
protected g2(): void;
|
|
272
273
|
private e5;
|
|
273
274
|
get ge(): string;
|
|
274
275
|
set ge(a: string);
|
|
275
276
|
private c4;
|
|
276
277
|
private c3;
|
|
277
278
|
private b9;
|
|
278
|
-
|
|
279
|
+
hw(a: () => void, b: boolean): {
|
|
279
280
|
p1?: boolean;
|
|
280
281
|
};
|
|
281
|
-
protected
|
|
282
|
+
protected hv(): void;
|
|
282
283
|
private cu;
|
|
283
|
-
protected
|
|
284
|
-
private
|
|
285
|
-
private
|
|
286
|
-
private
|
|
284
|
+
protected gw(): void;
|
|
285
|
+
private g6;
|
|
286
|
+
private h6;
|
|
287
|
+
private gu;
|
|
287
288
|
protected fq(a: DataSeries): string;
|
|
288
289
|
private dg;
|
|
289
|
-
protected
|
|
290
|
+
protected g3(): void;
|
|
290
291
|
private e4;
|
|
291
292
|
private dk;
|
|
292
|
-
|
|
293
|
+
h9(a: string, b: any): void;
|
|
293
294
|
er(a: string): any;
|
|
294
295
|
ct(): boolean;
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
gx(): void;
|
|
297
|
+
hx(a: string): void;
|
|
297
298
|
protected get db(): boolean;
|
|
298
|
-
protected
|
|
299
|
-
private
|
|
299
|
+
protected hy(): void;
|
|
300
|
+
private hz;
|
|
300
301
|
private ej;
|
|
301
302
|
private ek;
|
|
302
303
|
changingContent: (sender: any, args: DashboardTileChangingContentEventArgs) => void;
|
|
@@ -313,15 +314,15 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
313
314
|
private ba;
|
|
314
315
|
private bb;
|
|
315
316
|
private bc;
|
|
316
|
-
private
|
|
317
|
+
private hd;
|
|
317
318
|
private dy;
|
|
318
|
-
private
|
|
319
|
-
private
|
|
319
|
+
private ic;
|
|
320
|
+
private gv;
|
|
321
|
+
private hr;
|
|
322
|
+
private g7;
|
|
320
323
|
private hl;
|
|
321
|
-
private g1;
|
|
322
|
-
private hf;
|
|
323
324
|
private cf;
|
|
324
|
-
private
|
|
325
|
+
private hi;
|
|
325
326
|
private ee;
|
|
326
327
|
private get et();
|
|
327
328
|
private set et(value);
|
|
@@ -335,15 +336,15 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
335
336
|
get externalObject(): any;
|
|
336
337
|
set externalObject(a: any);
|
|
337
338
|
private ep;
|
|
338
|
-
private
|
|
339
|
+
private h2;
|
|
339
340
|
private eo;
|
|
340
341
|
private en;
|
|
341
342
|
private static bn;
|
|
342
343
|
static get bo(): ComponentRenderer;
|
|
343
344
|
private static f7;
|
|
344
|
-
private
|
|
345
|
-
private
|
|
346
|
-
private
|
|
345
|
+
private h4;
|
|
346
|
+
private h3;
|
|
347
|
+
private h5;
|
|
347
348
|
private ar;
|
|
348
349
|
private an;
|
|
349
350
|
private am;
|
|
@@ -457,9 +458,9 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
457
458
|
get u(): BrushCollection;
|
|
458
459
|
set u(a: BrushCollection);
|
|
459
460
|
private static ds;
|
|
460
|
-
private
|
|
461
|
-
get
|
|
462
|
-
set
|
|
461
|
+
private ie;
|
|
462
|
+
get ik(): Brush;
|
|
463
|
+
set ik(a: Brush);
|
|
463
464
|
private static du;
|
|
464
465
|
private ah;
|
|
465
466
|
get valueLines(): ValueModeCollection;
|
|
@@ -469,6 +470,18 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
469
470
|
get valueLinesBrushes(): BrushCollection;
|
|
470
471
|
set valueLinesBrushes(a: BrushCollection);
|
|
471
472
|
private static gj;
|
|
473
|
+
private ig;
|
|
474
|
+
get il(): Brush;
|
|
475
|
+
set il(a: Brush);
|
|
476
|
+
private static gl;
|
|
477
|
+
private ii;
|
|
478
|
+
get io(): Brush;
|
|
479
|
+
set io(a: Brush);
|
|
480
|
+
private static gp;
|
|
481
|
+
private ih;
|
|
482
|
+
get im(): Brush;
|
|
483
|
+
set im(a: Brush);
|
|
484
|
+
private static gn;
|
|
472
485
|
private cb;
|
|
473
486
|
get autoCalloutsVisible(): boolean;
|
|
474
487
|
set autoCalloutsVisible(a: boolean);
|
|
@@ -494,16 +507,16 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
494
507
|
get d7(): number;
|
|
495
508
|
set d7(a: number);
|
|
496
509
|
notifyContainerResized(): void;
|
|
497
|
-
|
|
510
|
+
hg(a: Size): void;
|
|
498
511
|
private bs;
|
|
499
512
|
get bt(): BaseControlTheme;
|
|
500
513
|
set bt(a: BaseControlTheme);
|
|
501
514
|
private bu;
|
|
502
515
|
get bv(): ControlDisplayDensity;
|
|
503
516
|
set bv(a: ControlDisplayDensity);
|
|
504
|
-
private
|
|
505
|
-
get
|
|
506
|
-
set
|
|
517
|
+
private id;
|
|
518
|
+
get ij(): Brush;
|
|
519
|
+
set ij(a: Brush);
|
|
507
520
|
protected ev(): any;
|
|
508
521
|
private d6;
|
|
509
522
|
private da;
|
|
@@ -511,17 +524,17 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
511
524
|
protected get_cx(): boolean;
|
|
512
525
|
protected get cx(): boolean;
|
|
513
526
|
protected d3(): IEnumerable;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
private
|
|
517
|
-
private
|
|
527
|
+
g8(a: (arg1: XamDataChart) => void): void;
|
|
528
|
+
ha(a: (arg1: DataPieChart) => void): void;
|
|
529
|
+
private hb;
|
|
530
|
+
private g9;
|
|
518
531
|
zoomIn(a: number): void;
|
|
519
532
|
zoomOut(a: number): void;
|
|
520
533
|
resetZoom(): void;
|
|
521
534
|
protected x(a: BrushCollection): BrushCollection;
|
|
522
535
|
notifySizeChanged(): void;
|
|
523
|
-
|
|
524
|
-
|
|
536
|
+
hq(): void;
|
|
537
|
+
hp(): void;
|
|
525
538
|
private ew;
|
|
526
539
|
private get fi();
|
|
527
540
|
private bx;
|
|
@@ -531,9 +544,9 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
531
544
|
private eh;
|
|
532
545
|
provideContainer(a: DomRenderer): void;
|
|
533
546
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
534
|
-
protected
|
|
535
|
-
protected
|
|
536
|
-
private
|
|
547
|
+
protected ho(a: string, b: any, c: any): void;
|
|
548
|
+
protected ht(a: string, b: any, c: any): void;
|
|
549
|
+
private ib;
|
|
537
550
|
private static cs;
|
|
538
551
|
private a2;
|
|
539
552
|
private get a3();
|
|
@@ -548,23 +561,23 @@ export declare class DashboardTile extends Base implements INotifyPropertyChange
|
|
|
548
561
|
set invalidateActions(a: () => void);
|
|
549
562
|
private bw;
|
|
550
563
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
551
|
-
|
|
564
|
+
hc(): void;
|
|
552
565
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
553
566
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
554
567
|
private dm;
|
|
555
568
|
addCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
556
569
|
removeCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
557
|
-
|
|
570
|
+
h8(): void;
|
|
558
571
|
private co;
|
|
559
572
|
private d4;
|
|
560
|
-
|
|
561
|
-
private
|
|
573
|
+
h7(): void;
|
|
574
|
+
private ip;
|
|
562
575
|
private ch;
|
|
563
576
|
private cg;
|
|
564
|
-
private
|
|
565
|
-
private
|
|
577
|
+
private g4;
|
|
578
|
+
private hs;
|
|
566
579
|
private get n();
|
|
567
|
-
private
|
|
580
|
+
private g5;
|
|
568
581
|
private bq;
|
|
569
582
|
private b4;
|
|
570
583
|
private b3;
|
|
@@ -619,27 +632,26 @@ export declare class DataSeriesToDescriptionCustomizations extends Base {
|
|
|
619
632
|
*/
|
|
620
633
|
export declare class DashboardTileToolbarProvider extends DomainChartToolbarProvider {
|
|
621
634
|
static $t: Type;
|
|
622
|
-
private static af;
|
|
623
|
-
constructor();
|
|
624
635
|
private static ah;
|
|
625
|
-
|
|
626
|
-
private static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
636
|
+
constructor();
|
|
637
|
+
private static aj;
|
|
638
|
+
private static ai;
|
|
639
|
+
private static cq;
|
|
640
|
+
static readonly co: string;
|
|
629
641
|
static readonly ak: string;
|
|
630
642
|
static readonly am: string;
|
|
631
643
|
static readonly ao: string;
|
|
632
644
|
static readonly aq: string;
|
|
633
645
|
static readonly as: string;
|
|
634
|
-
static readonly bq: string;
|
|
635
646
|
static readonly au: string;
|
|
647
|
+
static readonly bs: string;
|
|
636
648
|
static readonly aw: string;
|
|
637
649
|
static readonly ay: string;
|
|
638
|
-
static readonly
|
|
650
|
+
static readonly a0: string;
|
|
639
651
|
static readonly a4: string;
|
|
640
|
-
static readonly a8: string;
|
|
641
652
|
static readonly a6: string;
|
|
642
653
|
static readonly ba: string;
|
|
654
|
+
static readonly a8: string;
|
|
643
655
|
static readonly bc: string;
|
|
644
656
|
static readonly be: string;
|
|
645
657
|
static readonly bg: string;
|
|
@@ -647,10 +659,10 @@ export declare class DashboardTileToolbarProvider extends DomainChartToolbarProv
|
|
|
647
659
|
static readonly bk: string;
|
|
648
660
|
static readonly bm: string;
|
|
649
661
|
static readonly bo: string;
|
|
650
|
-
static readonly
|
|
651
|
-
static readonly bw: string;
|
|
662
|
+
static readonly bq: string;
|
|
652
663
|
static readonly bu: string;
|
|
653
664
|
static readonly by: string;
|
|
665
|
+
static readonly bw: string;
|
|
654
666
|
static readonly b0: string;
|
|
655
667
|
static readonly b2: string;
|
|
656
668
|
static readonly b4: string;
|
|
@@ -662,12 +674,13 @@ export declare class DashboardTileToolbarProvider extends DomainChartToolbarProv
|
|
|
662
674
|
static readonly cg: string;
|
|
663
675
|
static readonly ci: string;
|
|
664
676
|
static readonly ck: string;
|
|
665
|
-
static readonly
|
|
666
|
-
|
|
677
|
+
static readonly cm: string;
|
|
678
|
+
static readonly a2: string;
|
|
679
|
+
private cr;
|
|
667
680
|
getDesiredToolbarActions(a: IDomainChartLike, b: ToolActionInfo[], c: IToolbarContextAccessor): ToolActionInfo[];
|
|
668
|
-
private
|
|
669
|
-
protected
|
|
670
|
-
protected
|
|
681
|
+
private ag;
|
|
682
|
+
protected j(a: IDomainChartLike, b: ToolActionInfo): void;
|
|
683
|
+
protected ac(a: IDomainChartLike, b: string, c: any, d: any): void;
|
|
671
684
|
onToolCommandExecuting(a: IDomainChartLike, b: ToolCommand): ToolCommandExecutionState;
|
|
672
|
-
protected
|
|
685
|
+
protected s(a: IDomainChartLike, b: ToolCommand): void;
|
|
673
686
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class ValueGetterResult extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _value;
|
|
8
|
+
get value(): any;
|
|
9
|
+
set value(a: any);
|
|
10
|
+
private _nullIsValue;
|
|
11
|
+
get nullIsValue(): boolean;
|
|
12
|
+
set nullIsValue(a: boolean);
|
|
13
|
+
constructor(a: any, b: boolean);
|
|
14
|
+
}
|
|
@@ -259,6 +259,21 @@ export declare class IgcDashboardTileComponent extends IgcHTMLElement {
|
|
|
259
259
|
*/
|
|
260
260
|
get valueLinesBrushes(): string[];
|
|
261
261
|
set valueLinesBrushes(v: string[]);
|
|
262
|
+
/**
|
|
263
|
+
* Gets or sets the color for GlobalAverage value lines.
|
|
264
|
+
*/
|
|
265
|
+
get valueLinesGlobalAverageBrush(): string;
|
|
266
|
+
set valueLinesGlobalAverageBrush(v: string);
|
|
267
|
+
/**
|
|
268
|
+
* Gets or sets the color for GlobalMinimum value lines.
|
|
269
|
+
*/
|
|
270
|
+
get valueLinesGlobalMinimumBrush(): string;
|
|
271
|
+
set valueLinesGlobalMinimumBrush(v: string);
|
|
272
|
+
/**
|
|
273
|
+
* Gets or sets the color for GlobalMaximum value lines.
|
|
274
|
+
*/
|
|
275
|
+
get valueLinesGlobalMaximumBrush(): string;
|
|
276
|
+
set valueLinesGlobalMaximumBrush(v: string);
|
|
262
277
|
/**
|
|
263
278
|
* Gets or sets if the auto value callouts should be displayed.
|
|
264
279
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-dashboards",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Ignite UI Web Components layout components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-dashboards",
|
|
6
6
|
"keywords": [
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"tslib": "^2.3.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"igniteui-webcomponents-core": "5.
|
|
19
|
-
"igniteui-webcomponents-inputs": "5.
|
|
20
|
-
"igniteui-webcomponents-layouts": "5.
|
|
21
|
-
"igniteui-webcomponents-grids": "5.
|
|
22
|
-
"igniteui-webcomponents-maps": "5.
|
|
23
|
-
"igniteui-webcomponents-gauges": "5.
|
|
24
|
-
"igniteui-webcomponents-charts": "5.
|
|
18
|
+
"igniteui-webcomponents-core": "5.3.0",
|
|
19
|
+
"igniteui-webcomponents-inputs": "5.3.0",
|
|
20
|
+
"igniteui-webcomponents-layouts": "5.3.0",
|
|
21
|
+
"igniteui-webcomponents-grids": "5.3.0",
|
|
22
|
+
"igniteui-webcomponents-maps": "5.3.0",
|
|
23
|
+
"igniteui-webcomponents-gauges": "5.3.0",
|
|
24
|
+
"igniteui-webcomponents-charts": "5.3.0"
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"typings": "igniteui-webcomponents-dashboards.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export * from './lib/DashboardTileCustomizationCollection';
|
|
|
31
31
|
export * from './lib/DashboardTileCustomization';
|
|
32
32
|
export * from './lib/igc-dashboard-tile-customization-component';
|
|
33
33
|
export * from './lib/igc-dashboard-tile-customization-module';
|
|
34
|
+
export * from './lib/ValueGetterResult';
|
|
34
35
|
export * from './lib/DataSeriesToDescriptionCustomizations';
|
|
35
36
|
export * from './lib/DashboardTileToolbarProvider';
|
|
36
37
|
export * from './lib/DashboardTileGalleryIconInfo';
|