igniteui-angular-core 13.2.0-beta.2 → 14.0.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-angular-core.umd.js +1144 -57
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/FontDefaults.js +7 -7
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIButton.js +2 -1
- package/esm2015/lib/NativeUICheckbox.js +2 -1
- package/esm2015/lib/NativeUIDropDown.js +2 -1
- package/esm2015/lib/NativeUIInput.js +2 -1
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +26 -11
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
- package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebMaskInputDescription.js +71 -0
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeDescription.js +106 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeItemDescription.js +98 -0
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/igx-tooltip-container-component.js +3 -3
- package/esm2015/public_api.js +18 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/FontDefaults.js +7 -7
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIButton.js +2 -1
- package/esm5/lib/NativeUICheckbox.js +2 -1
- package/esm5/lib/NativeUIDropDown.js +2 -1
- package/esm5/lib/NativeUIInput.js +2 -1
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +25 -6
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -13
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescription.js +116 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
- package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebMaskInputDescription.js +97 -0
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
- package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeDescription.js +152 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/WebTreeDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeItemDescription.js +140 -0
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
- package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/igx-tooltip-container-component.js +2 -2
- package/esm5/public_api.js +18 -0
- package/fesm2015/igniteui-angular-core.js +938 -60
- package/fesm5/igniteui-angular-core.js +1127 -58
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescription.d.ts +32 -0
- package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
- package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +28 -0
- package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
- package/lib/WebTreeDescription.d.ts +41 -0
- package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeDescriptionModule.d.ts +9 -0
- package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescription.d.ts +38 -0
- package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +18 -0
|
@@ -61,7 +61,7 @@ export let IgxTooltipContainerComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
</ng-template>
|
|
62
62
|
<ng-container *ngTemplateOutlet="containerTemplate ? containerTemplate : defaultContainer; context: context">
|
|
63
63
|
</ng-container>
|
|
64
|
-
`, isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font:
|
|
64
|
+
`, isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: i1.IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
65
65
|
return IgxTooltipContainerComponent;
|
|
66
66
|
})();
|
|
67
67
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, decorators: [{
|
|
@@ -92,8 +92,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImpo
|
|
|
92
92
|
border-width: var(--tooltip-container-border-width, 1px);
|
|
93
93
|
color: rgba(34,34,34,0.8);
|
|
94
94
|
color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));
|
|
95
|
-
font:
|
|
96
|
-
font: var(--tooltip-container-font,
|
|
95
|
+
font: 13px "Titillium Web", Verdana, Arial, sans-serif;
|
|
96
|
+
font: var(--tooltip-container-font, 13px "Titillium Web", Verdana, Arial, sans-serif);
|
|
97
97
|
pointer-events: none;
|
|
98
98
|
white-space: nowrap;
|
|
99
99
|
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -1251,6 +1251,11 @@ export * from './lib/WebDropdownItemComponentEventArgsDescription';
|
|
|
1251
1251
|
export * from './lib/WebDropdownItemComponentEventArgsDescriptionMetadata';
|
|
1252
1252
|
export * from './lib/WebDropdownItemDescriptionModule';
|
|
1253
1253
|
export * from './lib/WebDropdownDescriptionModule';
|
|
1254
|
+
export * from './lib/WebExpansionPanelDescription';
|
|
1255
|
+
export * from './lib/WebExpansionPanelDescriptionMetadata';
|
|
1256
|
+
export * from './lib/WebExpansionPanelComponentEventArgsDescription';
|
|
1257
|
+
export * from './lib/WebExpansionPanelComponentEventArgsDescriptionMetadata';
|
|
1258
|
+
export * from './lib/WebExpansionPanelDescriptionModule';
|
|
1254
1259
|
export * from './lib/WebFloatingPaneResizeEventArgsDescription';
|
|
1255
1260
|
export * from './lib/WebFloatingPaneResizeEventArgsDescriptionMetadata';
|
|
1256
1261
|
export * from './lib/WebFloatingPaneResizeMoveEventArgsDescription';
|
|
@@ -1288,6 +1293,9 @@ export * from './lib/WebListItemDescription';
|
|
|
1288
1293
|
export * from './lib/WebListItemDescriptionMetadata';
|
|
1289
1294
|
export * from './lib/WebListItemDescriptionModule';
|
|
1290
1295
|
export * from './lib/WebListDescriptionModule';
|
|
1296
|
+
export * from './lib/WebMaskInputDescription';
|
|
1297
|
+
export * from './lib/WebMaskInputDescriptionMetadata';
|
|
1298
|
+
export * from './lib/WebMaskInputDescriptionModule';
|
|
1291
1299
|
export * from './lib/WebMoveFloatingPaneActionDescription';
|
|
1292
1300
|
export * from './lib/WebMoveFloatingPaneActionDescriptionMetadata';
|
|
1293
1301
|
export * from './lib/WebMoveTabActionDescription';
|
|
@@ -1379,6 +1387,16 @@ export * from './lib/WebThemeControllerDescriptionMetadata';
|
|
|
1379
1387
|
export * from './lib/WebToastDescription';
|
|
1380
1388
|
export * from './lib/WebToastDescriptionMetadata';
|
|
1381
1389
|
export * from './lib/WebToastDescriptionModule';
|
|
1390
|
+
export * from './lib/WebTreeDescription';
|
|
1391
|
+
export * from './lib/WebTreeDescriptionMetadata';
|
|
1392
|
+
export * from './lib/WebTreeItemDescription';
|
|
1393
|
+
export * from './lib/WebTreeItemDescriptionMetadata';
|
|
1394
|
+
export * from './lib/WebTreeItemComponentEventArgsDescription';
|
|
1395
|
+
export * from './lib/WebTreeItemComponentEventArgsDescriptionMetadata';
|
|
1396
|
+
export * from './lib/WebTreeItemDescriptionModule';
|
|
1397
|
+
export * from './lib/WebTreeDescriptionModule';
|
|
1398
|
+
export * from './lib/WebTreeSelectionOptionsEventArgsDescription';
|
|
1399
|
+
export * from './lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata';
|
|
1382
1400
|
export * from './lib/WebValueChangedEventArgsDescription';
|
|
1383
1401
|
export * from './lib/WebValueChangedEventArgsDescriptionMetadata';
|
|
1384
1402
|
export * from './lib/WrapperExpressionDescription';
|
|
@@ -1167,6 +1167,9 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1167
1167
|
if (this.n.platform == 3) {
|
|
1168
1168
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
1169
1169
|
}
|
|
1170
|
+
if (this.n.platform == 1) {
|
|
1171
|
+
e = "this._detector.markForCheck(); ";
|
|
1172
|
+
}
|
|
1170
1173
|
var f = this.v(a, false);
|
|
1171
1174
|
var g = "null";
|
|
1172
1175
|
switch (b) {
|
|
@@ -1189,7 +1192,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1189
1192
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
1190
1193
|
this.g.k("{");
|
|
1191
1194
|
this.g.h();
|
|
1192
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
1195
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
1193
1196
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
1194
1197
|
this.g.f();
|
|
1195
1198
|
this.g.k("}");
|
|
@@ -1246,7 +1249,6 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1246
1249
|
};
|
|
1247
1250
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
|
|
1248
1251
|
b.addPackageImport("./" + a, a);
|
|
1249
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
1250
1252
|
};
|
|
1251
1253
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
|
|
1252
1254
|
b.addDefaultImport("./" + a, a);
|
|
@@ -1560,16 +1562,10 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1560
1562
|
a.k("using System.Collections.Generic;");
|
|
1561
1563
|
if (!this.ak) {
|
|
1562
1564
|
this.ak = true;
|
|
1563
|
-
this.k.addUsing("using Data;");
|
|
1564
1565
|
}
|
|
1565
|
-
a.k("namespace Data");
|
|
1566
|
-
a.k("{");
|
|
1567
|
-
a.h();
|
|
1568
1566
|
_super.prototype.ad.call(this, a);
|
|
1569
1567
|
};
|
|
1570
1568
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
|
|
1571
|
-
a.f();
|
|
1572
|
-
a.k("}");
|
|
1573
1569
|
_super.prototype.ac.call(this, a);
|
|
1574
1570
|
};
|
|
1575
1571
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
|
|
@@ -1634,7 +1630,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1634
1630
|
else {
|
|
1635
1631
|
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
1636
1632
|
}
|
|
1637
|
-
if (c.isAsync) {
|
|
1633
|
+
if (c != null && c.isAsync) {
|
|
1638
1634
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
1639
1635
|
}
|
|
1640
1636
|
this.g.k("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
|
|
@@ -1809,7 +1805,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1809
1805
|
return "double.NaN";
|
|
1810
1806
|
}
|
|
1811
1807
|
return (b.value.toString());
|
|
1812
|
-
case 2:
|
|
1808
|
+
case 2: if (b.value == null) {
|
|
1809
|
+
return "null";
|
|
1810
|
+
}
|
|
1811
|
+
else {
|
|
1812
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
1813
|
+
}
|
|
1813
1814
|
case 3: return ("null");
|
|
1814
1815
|
}
|
|
1815
1816
|
return "";
|
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "./type";
|
|
9
|
+
import { ButtonDescriptionModule } from "./ButtonDescriptionModule";
|
|
9
10
|
import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMetadata";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
@@ -16,6 +17,7 @@ var DataGridPagerDescriptionModule = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
16
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
18
|
}
|
|
18
19
|
DataGridPagerDescriptionModule.register = function (a) {
|
|
20
|
+
ButtonDescriptionModule.register(a);
|
|
19
21
|
DataGridPagerDescriptionMetadata.d(a);
|
|
20
22
|
};
|
|
21
23
|
DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
|
|
@@ -29,6 +29,7 @@ import { ItemToolTipLayerDescriptionModule } from "./ItemToolTipLayerDescription
|
|
|
29
29
|
import { CategoryToolTipLayerDescriptionModule } from "./CategoryToolTipLayerDescriptionModule";
|
|
30
30
|
import { CategoryHighlightLayerDescriptionModule } from "./CategoryHighlightLayerDescriptionModule";
|
|
31
31
|
import { CategoryItemHighlightLayerDescriptionModule } from "./CategoryItemHighlightLayerDescriptionModule";
|
|
32
|
+
import { DataToolTipLayerDescriptionModule } from "./DataToolTipLayerDescriptionModule";
|
|
32
33
|
import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionModule";
|
|
33
34
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
34
35
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
@@ -66,6 +67,7 @@ var FinancialChartDescriptionModule = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
66
67
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
67
68
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
68
69
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
70
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
69
71
|
FinalValueLayerDescriptionModule.register(a);
|
|
70
72
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
71
73
|
DataChartInteractivityDescriptionModule.register(a);
|
package/esm5/lib/FontDefaults.js
CHANGED
|
@@ -21,13 +21,13 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21
21
|
};
|
|
22
22
|
FontDefaults.$t = markType(FontDefaults, 'FontDefaults');
|
|
23
23
|
FontDefaults.legendLabelsBrush = BrushUtil.g(255, 37, 37, 37);
|
|
24
|
-
FontDefaults.legendLabelsFontSizeConst =
|
|
25
|
-
FontDefaults.legendLabelsFontSize = DeviceUtils.f(
|
|
24
|
+
FontDefaults.legendLabelsFontSizeConst = 13;
|
|
25
|
+
FontDefaults.legendLabelsFontSize = DeviceUtils.f(13);
|
|
26
26
|
FontDefaults.legendLabelsFontConst = "Verdana";
|
|
27
27
|
FontDefaults.legendLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
28
28
|
FontDefaults.dataLegendFontBrush = BrushUtil.g(255, 37, 37, 37);
|
|
29
|
-
FontDefaults.dataLegendFontSizeConst =
|
|
30
|
-
FontDefaults.dataLegendFontSize = DeviceUtils.f(
|
|
29
|
+
FontDefaults.dataLegendFontSizeConst = 13;
|
|
30
|
+
FontDefaults.dataLegendFontSize = DeviceUtils.f(13);
|
|
31
31
|
FontDefaults.dataLegendFontFamilyConst = "Verdana";
|
|
32
32
|
FontDefaults.dataLegendFontFamily = FontDefaults.aq("Verdana");
|
|
33
33
|
FontDefaults.dataLegendFontWeight = "400";
|
|
@@ -36,8 +36,8 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
FontDefaults.dataLegendFontVariant = "Normal";
|
|
37
37
|
FontDefaults.dataLegendHeaderFontWeight = "600";
|
|
38
38
|
FontDefaults.chartAxisLabelBrush = BrushUtil.g(255, 78, 78, 78);
|
|
39
|
-
FontDefaults.chartFontSizeConst =
|
|
40
|
-
FontDefaults.chartFontSize = DeviceUtils.f(
|
|
39
|
+
FontDefaults.chartFontSizeConst = 13;
|
|
40
|
+
FontDefaults.chartFontSize = DeviceUtils.f(13);
|
|
41
41
|
FontDefaults.chartFontNameConst = "Verdana";
|
|
42
42
|
FontDefaults.chartFontFamily = FontDefaults.aq("Verdana");
|
|
43
43
|
FontDefaults.chartFontWeight = "400";
|
|
@@ -53,7 +53,7 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
FontDefaults.chartSubtitleNameConst = "Verdana";
|
|
54
54
|
FontDefaults.chartSubtitleFontWeight = "600";
|
|
55
55
|
FontDefaults.tooltipLabelsBrush = BrushUtil.g(255, 78, 78, 78);
|
|
56
|
-
FontDefaults.tooltipLabelsFontSizeConst =
|
|
56
|
+
FontDefaults.tooltipLabelsFontSizeConst = 13;
|
|
57
57
|
FontDefaults.tooltipLabelsFontSize = DeviceUtils.f(FontDefaults.tooltipLabelsFontSizeConst);
|
|
58
58
|
FontDefaults.tooltipFontNameConst = "Verdana";
|
|
59
59
|
FontDefaults.tooltipLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
@@ -15,25 +15,44 @@ var IgcSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(IgcSliderBridge, _super);
|
|
16
16
|
function IgcSliderBridge() {
|
|
17
17
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
-
_this.d = null;
|
|
19
|
-
_this.c = null;
|
|
20
18
|
_this.e = null;
|
|
19
|
+
_this.c = null;
|
|
20
|
+
_this.g = null;
|
|
21
|
+
_this.f = null;
|
|
22
|
+
_this.d = null;
|
|
23
|
+
_this.h = null;
|
|
21
24
|
return _this;
|
|
22
25
|
}
|
|
23
26
|
IgcSliderBridge.prototype.addHandler = function (a, b, c, d) {
|
|
24
27
|
switch (c) {
|
|
28
|
+
case 0:
|
|
29
|
+
{
|
|
30
|
+
var e = a;
|
|
31
|
+
this.f = e.listen("igcInput", runOn(this, this.j));
|
|
32
|
+
this.d = d;
|
|
33
|
+
this.h = b;
|
|
34
|
+
}
|
|
35
|
+
break;
|
|
25
36
|
case 4:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
37
|
+
{
|
|
38
|
+
var f = a;
|
|
39
|
+
this.e = f.listen("igcChange", runOn(this, this.i));
|
|
40
|
+
this.c = d;
|
|
41
|
+
this.g = b;
|
|
42
|
+
}
|
|
30
43
|
break;
|
|
31
44
|
}
|
|
32
45
|
};
|
|
33
|
-
IgcSliderBridge.prototype.
|
|
46
|
+
IgcSliderBridge.prototype.j = function (a) {
|
|
47
|
+
if (this.d != null) {
|
|
48
|
+
var b = new NativeUISliderValueChangedEventArgs();
|
|
49
|
+
this.d(this.h, b);
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
IgcSliderBridge.prototype.i = function (a) {
|
|
34
53
|
if (this.c != null) {
|
|
35
54
|
var b = new NativeUISliderValueChangedEventArgs();
|
|
36
|
-
this.c(this.
|
|
55
|
+
this.c(this.g, b);
|
|
37
56
|
}
|
|
38
57
|
};
|
|
39
58
|
IgcSliderBridge.prototype.getValue = function (a, b) {
|
|
@@ -47,12 +66,19 @@ var IgcSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
66
|
};
|
|
48
67
|
IgcSliderBridge.prototype.removeHandler = function (a, b, c, d) {
|
|
49
68
|
switch (c) {
|
|
50
|
-
case
|
|
51
|
-
if (this.
|
|
52
|
-
this.
|
|
69
|
+
case 0:
|
|
70
|
+
if (this.f != null) {
|
|
71
|
+
this.f();
|
|
72
|
+
}
|
|
73
|
+
this.d = null;
|
|
74
|
+
this.h = null;
|
|
75
|
+
break;
|
|
76
|
+
case 4:
|
|
77
|
+
if (this.e != null) {
|
|
78
|
+
this.e();
|
|
53
79
|
}
|
|
54
80
|
this.c = null;
|
|
55
|
-
this.
|
|
81
|
+
this.g = null;
|
|
56
82
|
break;
|
|
57
83
|
}
|
|
58
84
|
};
|
|
@@ -48,12 +48,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
return this.ap;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
+
var b = this.ap;
|
|
51
52
|
this.ap = a;
|
|
52
53
|
if (this.ap != null) {
|
|
53
54
|
this.w(1, this.ap);
|
|
54
55
|
}
|
|
55
56
|
else {
|
|
56
|
-
this.ab(1,
|
|
57
|
+
this.ab(1, b);
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
enumerable: false,
|
|
@@ -47,12 +47,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
return this.ap;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
+
var b = this.ap;
|
|
50
51
|
this.ap = a;
|
|
51
52
|
if (this.ap != null) {
|
|
52
53
|
this.w(2, this.ap);
|
|
53
54
|
}
|
|
54
55
|
else {
|
|
55
|
-
this.ab(2,
|
|
56
|
+
this.ab(2, b);
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
enumerable: false,
|
|
@@ -37,12 +37,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
return this.aq;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
+
var b = this.aq;
|
|
40
41
|
this.aq = a;
|
|
41
42
|
if (this.aq != null) {
|
|
42
43
|
this.w(3, this.aq);
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
|
-
this.ab(3,
|
|
46
|
+
this.ab(3, b);
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
enumerable: false,
|
|
@@ -58,12 +58,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
return this.ar;
|
|
59
59
|
},
|
|
60
60
|
set: function (a) {
|
|
61
|
+
var b = this.ar;
|
|
61
62
|
this.ar = a;
|
|
62
63
|
if (this.ar != null) {
|
|
63
64
|
this.w(0, this.ar);
|
|
64
65
|
}
|
|
65
66
|
else {
|
|
66
|
-
this.ab(0,
|
|
67
|
+
this.ab(0, b);
|
|
67
68
|
}
|
|
68
69
|
},
|
|
69
70
|
enumerable: false,
|
|
@@ -113,6 +113,7 @@ var NativeUIInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
113
113
|
NativeUIInputsFactory.prototype.j = function (a, b) {
|
|
114
114
|
var c = a;
|
|
115
115
|
var d = c.createElement("igc-slider");
|
|
116
|
+
d.setProperty("hideTooltip", true);
|
|
116
117
|
var e = new IgcSliderBridge();
|
|
117
118
|
var f = new NativeUISlider();
|
|
118
119
|
f.u = d;
|
|
@@ -15,12 +15,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
function NativeUISlider() {
|
|
16
16
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
17
|
_this.ap = null;
|
|
18
|
+
_this.aq = null;
|
|
18
19
|
return _this;
|
|
19
20
|
}
|
|
20
21
|
NativeUISlider.prototype.get_c = function () {
|
|
21
22
|
return 5;
|
|
22
23
|
};
|
|
23
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
24
|
+
Object.defineProperty(NativeUISlider.prototype, "aw", {
|
|
24
25
|
get: function () {
|
|
25
26
|
var a = this.o(2);
|
|
26
27
|
return a;
|
|
@@ -31,7 +32,7 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
32
|
enumerable: false,
|
|
32
33
|
configurable: true
|
|
33
34
|
});
|
|
34
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
35
|
+
Object.defineProperty(NativeUISlider.prototype, "au", {
|
|
35
36
|
get: function () {
|
|
36
37
|
var a = this.o(10);
|
|
37
38
|
return a;
|
|
@@ -42,7 +43,7 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
43
|
enumerable: false,
|
|
43
44
|
configurable: true
|
|
44
45
|
});
|
|
45
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
46
|
+
Object.defineProperty(NativeUISlider.prototype, "at", {
|
|
46
47
|
get: function () {
|
|
47
48
|
var a = this.o(11);
|
|
48
49
|
return a;
|
|
@@ -53,7 +54,7 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
54
|
enumerable: false,
|
|
54
55
|
configurable: true
|
|
55
56
|
});
|
|
56
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
57
|
+
Object.defineProperty(NativeUISlider.prototype, "av", {
|
|
57
58
|
get: function () {
|
|
58
59
|
var a = this.o(12);
|
|
59
60
|
return a;
|
|
@@ -64,17 +65,35 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
65
|
enumerable: false,
|
|
65
66
|
configurable: true
|
|
66
67
|
});
|
|
67
|
-
Object.defineProperty(NativeUISlider.prototype, "
|
|
68
|
+
Object.defineProperty(NativeUISlider.prototype, "ar", {
|
|
68
69
|
get: function () {
|
|
69
70
|
return this.ap;
|
|
70
71
|
},
|
|
71
72
|
set: function (a) {
|
|
73
|
+
var b = this.ap;
|
|
72
74
|
this.ap = a;
|
|
73
75
|
if (this.ap != null) {
|
|
74
76
|
this.w(4, this.ap);
|
|
75
77
|
}
|
|
76
78
|
else {
|
|
77
|
-
this.ab(4,
|
|
79
|
+
this.ab(4, b);
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
enumerable: false,
|
|
83
|
+
configurable: true
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(NativeUISlider.prototype, "as", {
|
|
86
|
+
get: function () {
|
|
87
|
+
return this.aq;
|
|
88
|
+
},
|
|
89
|
+
set: function (a) {
|
|
90
|
+
var b = this.aq;
|
|
91
|
+
this.aq = a;
|
|
92
|
+
if (this.aq != null) {
|
|
93
|
+
this.w(0, this.aq);
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
this.ab(0, b);
|
|
78
97
|
}
|
|
79
98
|
},
|
|
80
99
|
enumerable: false,
|
|
@@ -13,7 +13,9 @@ import { markType } from "./type";
|
|
|
13
13
|
var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
|
|
15
15
|
function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
|
|
16
|
-
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
17
19
|
}
|
|
18
20
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
|
|
19
21
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -25,6 +27,17 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */
|
|
|
25
27
|
enumerable: false,
|
|
26
28
|
configurable: true
|
|
27
29
|
});
|
|
30
|
+
Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("NewValue");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
28
41
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
29
42
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
30
43
|
}(Description));
|
|
@@ -27,6 +27,7 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata = /** @
|
|
|
27
27
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
28
28
|
};
|
|
29
29
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("NewValue", "Unknown");
|
|
30
31
|
};
|
|
31
32
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
32
33
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -15,7 +15,6 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
15
15
|
function WebDropdownGroupDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.f = null;
|
|
18
|
-
_this.h = null;
|
|
19
18
|
return _this;
|
|
20
19
|
}
|
|
21
20
|
WebDropdownGroupDescription.prototype.get_type = function () {
|
|
@@ -28,23 +27,12 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
27
|
enumerable: false,
|
|
29
28
|
configurable: true
|
|
30
29
|
});
|
|
31
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "
|
|
30
|
+
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
32
31
|
get: function () {
|
|
33
32
|
return this.f;
|
|
34
33
|
},
|
|
35
34
|
set: function (a) {
|
|
36
35
|
this.f = a;
|
|
37
|
-
this.e("Items");
|
|
38
|
-
},
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.h;
|
|
45
|
-
},
|
|
46
|
-
set: function (a) {
|
|
47
|
-
this.h = a;
|
|
48
36
|
this.e("Size");
|
|
49
37
|
},
|
|
50
38
|
enumerable: false,
|
|
@@ -7,7 +7,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, String_$type, markType } from "./type";
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebDropdownItemDescriptionMetadata } from "./WebDropdownItemDescriptionMetadata";
|
|
11
10
|
import { WebDropdownGroupDescription } from "./WebDropdownGroupDescription";
|
|
12
11
|
/**
|
|
13
12
|
* @hidden
|
|
@@ -26,11 +25,9 @@ var WebDropdownGroupDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
|
|
|
26
25
|
return;
|
|
27
26
|
}
|
|
28
27
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
29
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
30
28
|
};
|
|
31
29
|
WebDropdownGroupDescriptionMetadata.c = function (a) {
|
|
32
30
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
33
|
-
a.item("Items", "ExportedType:WebDropdownItem");
|
|
34
31
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
35
32
|
a.item("Size@names", "Small;Medium;Large");
|
|
36
33
|
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebExpansionPanelComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpansionPanelComponentEventArgsDescription, _super);
|
|
15
|
+
function WebExpansionPanelComponentEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebExpansionPanelComponentEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebExpansionPanelComponentEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "detail", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("Detail");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebExpansionPanelComponentEventArgsDescription.$t = markType(WebExpansionPanelComponentEventArgsDescription, 'WebExpansionPanelComponentEventArgsDescription', Description.$);
|
|
42
|
+
return WebExpansionPanelComponentEventArgsDescription;
|
|
43
|
+
}(Description));
|
|
44
|
+
export { WebExpansionPanelComponentEventArgsDescription };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { WebExpansionPanelComponentEventArgsDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata_combined";
|