@wcardinal/wcardinal-ui 0.388.0 → 0.389.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/dist/types/wcardinal/ui/shape/e-shape-points-formatter-datum.d.ts +5 -0
- package/dist/types/wcardinal/ui/shape/e-shape-points-formatters.d.ts +3 -4
- package/dist/types/wcardinal/ui/shape/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/index-en-us.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-ja-jp.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/index-zz-zz.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-en-us.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-ja-jp.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/load/index-zz-zz.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.d.ts +1 -0
- package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js +6 -0
- package/dist/wcardinal/ui/shape/e-shape-points-formatter-datum.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js +3 -1
- package/dist/wcardinal/ui/shape/e-shape-points-formatters.js.map +1 -1
- package/dist/wcardinal/ui/shape/index.js +1 -0
- package/dist/wcardinal/ui/shape/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/dark/e-theme-dark-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/dark/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/dark/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/{load-theme-dark-diagram.js → load-theme-dark-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js +14 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js +7 -0
- package/dist/wcardinal/ui/theme/white/e-theme-white-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js +1 -0
- package/dist/wcardinal/ui/theme/white/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-en-us.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/index-ja-jp.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js +0 -1
- package/dist/wcardinal/ui/theme/white/load/index-zz-zz.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/{load-theme-white-diagram.js → load-theme-white-en-us-diagram.js} +4 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-en-us-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js +2 -2
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-all.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js +2 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram-editor.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js +16 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-diagram.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js +10 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-ja-jp-shape-points-formatter.js.map +1 -0
- package/dist/wcardinal-ui-theme-dark-en-us.js +191 -161
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +191 -161
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +191 -161
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +187 -157
- package/dist/wcardinal-ui-theme-white-en-us.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +187 -157
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +187 -157
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +443 -314
- package/dist/wcardinal-ui.js +3 -2
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.d.ts +0 -1
- package/dist/types/wcardinal/ui/theme/white/load/load-theme-white-diagram.d.ts +0 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-diagram.js.map +0 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-diagram.js.map +0 -1
package/dist/wcardinal-ui.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.389.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -19556,8 +19556,9 @@ var EShapePointsFormatters = /** @class */ (function () {
|
|
|
19556
19556
|
};
|
|
19557
19557
|
EShapePointsFormatters.newData = function () {
|
|
19558
19558
|
var result = new Map();
|
|
19559
|
+
var theme = DThemes.get("EShapePointsFormatter");
|
|
19559
19560
|
result.set(EShapePointsStyle.FORMATTER_CURVE, {
|
|
19560
|
-
label:
|
|
19561
|
+
label: theme.getCurveLabel(),
|
|
19561
19562
|
formatter: eShapePointsFormatterCurve
|
|
19562
19563
|
});
|
|
19563
19564
|
return result;
|
|
@@ -48536,157 +48537,6 @@ var loadThemeWhiteColor = function () {
|
|
|
48536
48537
|
DThemeWhite.set("DColorStandard", DThemeWhiteColorStandard);
|
|
48537
48538
|
};
|
|
48538
48539
|
|
|
48539
|
-
/*
|
|
48540
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48541
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48542
|
-
*/
|
|
48543
|
-
var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
|
|
48544
|
-
__extends(DThemeWhiteDiagramBase, _super);
|
|
48545
|
-
function DThemeWhiteDiagramBase() {
|
|
48546
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
48547
|
-
}
|
|
48548
|
-
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
48549
|
-
return 0xffffff;
|
|
48550
|
-
};
|
|
48551
|
-
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
48552
|
-
return 1.0;
|
|
48553
|
-
};
|
|
48554
|
-
DThemeWhiteDiagramBase.prototype.isAmbient = function () {
|
|
48555
|
-
return true;
|
|
48556
|
-
};
|
|
48557
|
-
DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
|
|
48558
|
-
return "WEAK";
|
|
48559
|
-
};
|
|
48560
|
-
return DThemeWhiteDiagramBase;
|
|
48561
|
-
}(DThemeWhiteCanvasContainer));
|
|
48562
|
-
|
|
48563
|
-
/*
|
|
48564
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48565
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48566
|
-
*/
|
|
48567
|
-
var DThemeWhiteDiagram = /** @class */ (function (_super) {
|
|
48568
|
-
__extends(DThemeWhiteDiagram, _super);
|
|
48569
|
-
function DThemeWhiteDiagram() {
|
|
48570
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
48571
|
-
}
|
|
48572
|
-
return DThemeWhiteDiagram;
|
|
48573
|
-
}(DThemeWhiteDiagramBase));
|
|
48574
|
-
|
|
48575
|
-
/*
|
|
48576
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48577
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48578
|
-
*/
|
|
48579
|
-
var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
|
|
48580
|
-
__extends(DThemeWhiteDiagramCanvasBase, _super);
|
|
48581
|
-
function DThemeWhiteDiagramCanvasBase() {
|
|
48582
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
48583
|
-
}
|
|
48584
|
-
DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
|
|
48585
|
-
return true;
|
|
48586
|
-
};
|
|
48587
|
-
DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
48588
|
-
return 0xeeeeee;
|
|
48589
|
-
};
|
|
48590
|
-
DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
48591
|
-
return 0;
|
|
48592
|
-
};
|
|
48593
|
-
return DThemeWhiteDiagramCanvasBase;
|
|
48594
|
-
}(DThemeWhiteCanvas));
|
|
48595
|
-
|
|
48596
|
-
/*
|
|
48597
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48598
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48599
|
-
*/
|
|
48600
|
-
var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
|
|
48601
|
-
__extends(DThemeWhiteDiagramCanvas, _super);
|
|
48602
|
-
function DThemeWhiteDiagramCanvas() {
|
|
48603
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
48604
|
-
}
|
|
48605
|
-
DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
|
|
48606
|
-
_super.prototype.newState.call(this, state);
|
|
48607
|
-
state.isFocusable = false;
|
|
48608
|
-
};
|
|
48609
|
-
return DThemeWhiteDiagramCanvas;
|
|
48610
|
-
}(DThemeWhiteDiagramCanvasBase));
|
|
48611
|
-
|
|
48612
|
-
var EThemeWhiteShape = /** @class */ (function () {
|
|
48613
|
-
function EThemeWhiteShape() {
|
|
48614
|
-
}
|
|
48615
|
-
EThemeWhiteShape.prototype.getFillColor = function () {
|
|
48616
|
-
return 0xffffff;
|
|
48617
|
-
};
|
|
48618
|
-
EThemeWhiteShape.prototype.getFillAlpha = function () {
|
|
48619
|
-
return 0.5;
|
|
48620
|
-
};
|
|
48621
|
-
EThemeWhiteShape.prototype.getStrokeColor = function () {
|
|
48622
|
-
return 0x4f4f4f;
|
|
48623
|
-
};
|
|
48624
|
-
EThemeWhiteShape.prototype.getStrokeAlpha = function () {
|
|
48625
|
-
return 1;
|
|
48626
|
-
};
|
|
48627
|
-
EThemeWhiteShape.prototype.getStrokeWidth = function () {
|
|
48628
|
-
return 2;
|
|
48629
|
-
};
|
|
48630
|
-
EThemeWhiteShape.prototype.getStrokeAlign = function () {
|
|
48631
|
-
return 0;
|
|
48632
|
-
};
|
|
48633
|
-
EThemeWhiteShape.prototype.getStrokeSide = function () {
|
|
48634
|
-
return EShapeStrokeSide.ALL;
|
|
48635
|
-
};
|
|
48636
|
-
EThemeWhiteShape.prototype.getStrokeStyle = function () {
|
|
48637
|
-
return EShapeStrokeStyle.NONE;
|
|
48638
|
-
};
|
|
48639
|
-
EThemeWhiteShape.prototype.getTextValue = function () {
|
|
48640
|
-
return "";
|
|
48641
|
-
};
|
|
48642
|
-
EThemeWhiteShape.prototype.getTextColor = function () {
|
|
48643
|
-
return this.getStrokeColor();
|
|
48644
|
-
};
|
|
48645
|
-
EThemeWhiteShape.prototype.getTextAlpha = function () {
|
|
48646
|
-
return this.getStrokeAlpha();
|
|
48647
|
-
};
|
|
48648
|
-
EThemeWhiteShape.prototype.getTextFamily = function () {
|
|
48649
|
-
return "auto";
|
|
48650
|
-
};
|
|
48651
|
-
EThemeWhiteShape.prototype.getTextSize = function () {
|
|
48652
|
-
return 14;
|
|
48653
|
-
};
|
|
48654
|
-
EThemeWhiteShape.prototype.getRadius = function () {
|
|
48655
|
-
return 0.25;
|
|
48656
|
-
};
|
|
48657
|
-
EThemeWhiteShape.prototype.getSizeX = function () {
|
|
48658
|
-
return 100;
|
|
48659
|
-
};
|
|
48660
|
-
EThemeWhiteShape.prototype.getSizeY = function () {
|
|
48661
|
-
return 100;
|
|
48662
|
-
};
|
|
48663
|
-
EThemeWhiteShape.prototype.getHighlightColor = function () {
|
|
48664
|
-
return 0x1e87f0;
|
|
48665
|
-
};
|
|
48666
|
-
EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
|
|
48667
|
-
return 24;
|
|
48668
|
-
};
|
|
48669
|
-
return EThemeWhiteShape;
|
|
48670
|
-
}());
|
|
48671
|
-
|
|
48672
|
-
/*
|
|
48673
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48674
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48675
|
-
*/
|
|
48676
|
-
var loadThemeWhiteShape = function () {
|
|
48677
|
-
DThemeWhite.set("EShape", EThemeWhiteShape);
|
|
48678
|
-
};
|
|
48679
|
-
|
|
48680
|
-
/*
|
|
48681
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
48682
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
48683
|
-
*/
|
|
48684
|
-
var loadThemeWhiteDiagram = function () {
|
|
48685
|
-
DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
|
|
48686
|
-
DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
|
|
48687
|
-
loadThemeWhiteShape();
|
|
48688
|
-
};
|
|
48689
|
-
|
|
48690
48540
|
/*
|
|
48691
48541
|
* Copyright (C) 2019 Toshiba Corporation
|
|
48692
48542
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -52064,6 +51914,74 @@ var loadThemeWhiteShapeActionValue = function () {
|
|
|
52064
51914
|
DThemeWhite.set("EShapeActionValue", EThemeWhiteShapeActionValue);
|
|
52065
51915
|
};
|
|
52066
51916
|
|
|
51917
|
+
var EThemeWhiteShape = /** @class */ (function () {
|
|
51918
|
+
function EThemeWhiteShape() {
|
|
51919
|
+
}
|
|
51920
|
+
EThemeWhiteShape.prototype.getFillColor = function () {
|
|
51921
|
+
return 0xffffff;
|
|
51922
|
+
};
|
|
51923
|
+
EThemeWhiteShape.prototype.getFillAlpha = function () {
|
|
51924
|
+
return 0.5;
|
|
51925
|
+
};
|
|
51926
|
+
EThemeWhiteShape.prototype.getStrokeColor = function () {
|
|
51927
|
+
return 0x4f4f4f;
|
|
51928
|
+
};
|
|
51929
|
+
EThemeWhiteShape.prototype.getStrokeAlpha = function () {
|
|
51930
|
+
return 1;
|
|
51931
|
+
};
|
|
51932
|
+
EThemeWhiteShape.prototype.getStrokeWidth = function () {
|
|
51933
|
+
return 2;
|
|
51934
|
+
};
|
|
51935
|
+
EThemeWhiteShape.prototype.getStrokeAlign = function () {
|
|
51936
|
+
return 0;
|
|
51937
|
+
};
|
|
51938
|
+
EThemeWhiteShape.prototype.getStrokeSide = function () {
|
|
51939
|
+
return EShapeStrokeSide.ALL;
|
|
51940
|
+
};
|
|
51941
|
+
EThemeWhiteShape.prototype.getStrokeStyle = function () {
|
|
51942
|
+
return EShapeStrokeStyle.NONE;
|
|
51943
|
+
};
|
|
51944
|
+
EThemeWhiteShape.prototype.getTextValue = function () {
|
|
51945
|
+
return "";
|
|
51946
|
+
};
|
|
51947
|
+
EThemeWhiteShape.prototype.getTextColor = function () {
|
|
51948
|
+
return this.getStrokeColor();
|
|
51949
|
+
};
|
|
51950
|
+
EThemeWhiteShape.prototype.getTextAlpha = function () {
|
|
51951
|
+
return this.getStrokeAlpha();
|
|
51952
|
+
};
|
|
51953
|
+
EThemeWhiteShape.prototype.getTextFamily = function () {
|
|
51954
|
+
return "auto";
|
|
51955
|
+
};
|
|
51956
|
+
EThemeWhiteShape.prototype.getTextSize = function () {
|
|
51957
|
+
return 14;
|
|
51958
|
+
};
|
|
51959
|
+
EThemeWhiteShape.prototype.getRadius = function () {
|
|
51960
|
+
return 0.25;
|
|
51961
|
+
};
|
|
51962
|
+
EThemeWhiteShape.prototype.getSizeX = function () {
|
|
51963
|
+
return 100;
|
|
51964
|
+
};
|
|
51965
|
+
EThemeWhiteShape.prototype.getSizeY = function () {
|
|
51966
|
+
return 100;
|
|
51967
|
+
};
|
|
51968
|
+
EThemeWhiteShape.prototype.getHighlightColor = function () {
|
|
51969
|
+
return 0x1e87f0;
|
|
51970
|
+
};
|
|
51971
|
+
EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
|
|
51972
|
+
return 24;
|
|
51973
|
+
};
|
|
51974
|
+
return EThemeWhiteShape;
|
|
51975
|
+
}());
|
|
51976
|
+
|
|
51977
|
+
/*
|
|
51978
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
51979
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
51980
|
+
*/
|
|
51981
|
+
var loadThemeWhiteShape = function () {
|
|
51982
|
+
DThemeWhite.set("EShape", EThemeWhiteShape);
|
|
51983
|
+
};
|
|
51984
|
+
|
|
52067
51985
|
/*
|
|
52068
51986
|
* Copyright (C) 2019 Toshiba Corporation
|
|
52069
51987
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -54261,6 +54179,115 @@ var loadThemeWhiteEnUsButtonAll = function () {
|
|
|
54261
54179
|
loadThemeWhiteButton();
|
|
54262
54180
|
};
|
|
54263
54181
|
|
|
54182
|
+
/*
|
|
54183
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54184
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54185
|
+
*/
|
|
54186
|
+
var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
|
|
54187
|
+
__extends(DThemeWhiteDiagramBase, _super);
|
|
54188
|
+
function DThemeWhiteDiagramBase() {
|
|
54189
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
54190
|
+
}
|
|
54191
|
+
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
54192
|
+
return 0xffffff;
|
|
54193
|
+
};
|
|
54194
|
+
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
54195
|
+
return 1.0;
|
|
54196
|
+
};
|
|
54197
|
+
DThemeWhiteDiagramBase.prototype.isAmbient = function () {
|
|
54198
|
+
return true;
|
|
54199
|
+
};
|
|
54200
|
+
DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
|
|
54201
|
+
return "WEAK";
|
|
54202
|
+
};
|
|
54203
|
+
return DThemeWhiteDiagramBase;
|
|
54204
|
+
}(DThemeWhiteCanvasContainer));
|
|
54205
|
+
|
|
54206
|
+
/*
|
|
54207
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54208
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54209
|
+
*/
|
|
54210
|
+
var DThemeWhiteDiagram = /** @class */ (function (_super) {
|
|
54211
|
+
__extends(DThemeWhiteDiagram, _super);
|
|
54212
|
+
function DThemeWhiteDiagram() {
|
|
54213
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
54214
|
+
}
|
|
54215
|
+
return DThemeWhiteDiagram;
|
|
54216
|
+
}(DThemeWhiteDiagramBase));
|
|
54217
|
+
|
|
54218
|
+
/*
|
|
54219
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54220
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54221
|
+
*/
|
|
54222
|
+
var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
|
|
54223
|
+
__extends(DThemeWhiteDiagramCanvasBase, _super);
|
|
54224
|
+
function DThemeWhiteDiagramCanvasBase() {
|
|
54225
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
54226
|
+
}
|
|
54227
|
+
DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
|
|
54228
|
+
return true;
|
|
54229
|
+
};
|
|
54230
|
+
DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
54231
|
+
return 0xeeeeee;
|
|
54232
|
+
};
|
|
54233
|
+
DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
54234
|
+
return 0;
|
|
54235
|
+
};
|
|
54236
|
+
return DThemeWhiteDiagramCanvasBase;
|
|
54237
|
+
}(DThemeWhiteCanvas));
|
|
54238
|
+
|
|
54239
|
+
/*
|
|
54240
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54241
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54242
|
+
*/
|
|
54243
|
+
var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
|
|
54244
|
+
__extends(DThemeWhiteDiagramCanvas, _super);
|
|
54245
|
+
function DThemeWhiteDiagramCanvas() {
|
|
54246
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
54247
|
+
}
|
|
54248
|
+
DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
|
|
54249
|
+
_super.prototype.newState.call(this, state);
|
|
54250
|
+
state.isFocusable = false;
|
|
54251
|
+
};
|
|
54252
|
+
return DThemeWhiteDiagramCanvas;
|
|
54253
|
+
}(DThemeWhiteDiagramCanvasBase));
|
|
54254
|
+
|
|
54255
|
+
var EThemeWhiteShapePointsFormatter = /** @class */ (function () {
|
|
54256
|
+
function EThemeWhiteShapePointsFormatter() {
|
|
54257
|
+
}
|
|
54258
|
+
return EThemeWhiteShapePointsFormatter;
|
|
54259
|
+
}());
|
|
54260
|
+
|
|
54261
|
+
var EThemeWhiteEnUsShapePointsFormatter = /** @class */ (function (_super) {
|
|
54262
|
+
__extends(EThemeWhiteEnUsShapePointsFormatter, _super);
|
|
54263
|
+
function EThemeWhiteEnUsShapePointsFormatter() {
|
|
54264
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
54265
|
+
}
|
|
54266
|
+
EThemeWhiteEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
54267
|
+
return "Curve";
|
|
54268
|
+
};
|
|
54269
|
+
return EThemeWhiteEnUsShapePointsFormatter;
|
|
54270
|
+
}(EThemeWhiteShapePointsFormatter));
|
|
54271
|
+
|
|
54272
|
+
/*
|
|
54273
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54274
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54275
|
+
*/
|
|
54276
|
+
var loadThemeWhiteEnUsShapePointsFormatter = function () {
|
|
54277
|
+
DThemeWhite.set("EShapePointsFormatter", EThemeWhiteEnUsShapePointsFormatter);
|
|
54278
|
+
};
|
|
54279
|
+
|
|
54280
|
+
/*
|
|
54281
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
54282
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
54283
|
+
*/
|
|
54284
|
+
var loadThemeWhiteEnUsDiagram = function () {
|
|
54285
|
+
DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
|
|
54286
|
+
DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
|
|
54287
|
+
loadThemeWhiteEnUsShapePointsFormatter();
|
|
54288
|
+
loadThemeWhiteShape();
|
|
54289
|
+
};
|
|
54290
|
+
|
|
54264
54291
|
/*
|
|
54265
54292
|
* Copyright (C) 2019 Toshiba Corporation
|
|
54266
54293
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -54400,6 +54427,7 @@ var loadThemeWhiteEnUsDiagramEditor = function () {
|
|
|
54400
54427
|
DThemeWhite.set("DDiagramEditor", DThemeWhiteEnUsDiagramEditor);
|
|
54401
54428
|
DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
|
|
54402
54429
|
loadThemeWhiteShapeActionValue();
|
|
54430
|
+
loadThemeWhiteEnUsShapePointsFormatter();
|
|
54403
54431
|
loadThemeWhiteShape();
|
|
54404
54432
|
};
|
|
54405
54433
|
|
|
@@ -56728,7 +56756,7 @@ var loadThemeWhiteEnUsAll = function () {
|
|
|
56728
56756
|
loadThemeWhiteChart();
|
|
56729
56757
|
loadThemeWhiteColor();
|
|
56730
56758
|
loadThemeWhiteEnUsDiagramEditor();
|
|
56731
|
-
|
|
56759
|
+
loadThemeWhiteEnUsDiagram();
|
|
56732
56760
|
loadThemeWhiteEnUsDialogAll();
|
|
56733
56761
|
loadThemeWhiteExpandable();
|
|
56734
56762
|
loadThemeWhiteHtmlElement();
|
|
@@ -57078,6 +57106,36 @@ var loadThemeWhiteJaJpButtonAll = function () {
|
|
|
57078
57106
|
loadThemeWhiteButton();
|
|
57079
57107
|
};
|
|
57080
57108
|
|
|
57109
|
+
var EThemeWhiteJaJpShapePointsFormatter = /** @class */ (function (_super) {
|
|
57110
|
+
__extends(EThemeWhiteJaJpShapePointsFormatter, _super);
|
|
57111
|
+
function EThemeWhiteJaJpShapePointsFormatter() {
|
|
57112
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
57113
|
+
}
|
|
57114
|
+
EThemeWhiteJaJpShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
57115
|
+
return "曲線";
|
|
57116
|
+
};
|
|
57117
|
+
return EThemeWhiteJaJpShapePointsFormatter;
|
|
57118
|
+
}(EThemeWhiteShapePointsFormatter));
|
|
57119
|
+
|
|
57120
|
+
/*
|
|
57121
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
57122
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
57123
|
+
*/
|
|
57124
|
+
var loadThemeWhiteJaJpShapePointsFormatter = function () {
|
|
57125
|
+
DThemeWhite.set("EShapePointsFormatter", EThemeWhiteJaJpShapePointsFormatter);
|
|
57126
|
+
};
|
|
57127
|
+
|
|
57128
|
+
/*
|
|
57129
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
57130
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
57131
|
+
*/
|
|
57132
|
+
var loadThemeWhiteJaJpDiagram = function () {
|
|
57133
|
+
DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
|
|
57134
|
+
DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
|
|
57135
|
+
loadThemeWhiteJaJpShapePointsFormatter();
|
|
57136
|
+
loadThemeWhiteShape();
|
|
57137
|
+
};
|
|
57138
|
+
|
|
57081
57139
|
/*
|
|
57082
57140
|
* Copyright (C) 2019 Toshiba Corporation
|
|
57083
57141
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -57101,6 +57159,7 @@ var loadThemeWhiteJaJpDiagramEditor = function () {
|
|
|
57101
57159
|
DThemeWhite.set("DDiagramEditor", DThemeWhiteJaJpDiagramEditor);
|
|
57102
57160
|
DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
|
|
57103
57161
|
loadThemeWhiteShapeActionValue();
|
|
57162
|
+
loadThemeWhiteJaJpShapePointsFormatter();
|
|
57104
57163
|
loadThemeWhiteShape();
|
|
57105
57164
|
};
|
|
57106
57165
|
|
|
@@ -57538,7 +57597,7 @@ var loadThemeWhiteJaJpAll = function () {
|
|
|
57538
57597
|
loadThemeWhiteChart();
|
|
57539
57598
|
loadThemeWhiteColor();
|
|
57540
57599
|
loadThemeWhiteJaJpDiagramEditor();
|
|
57541
|
-
|
|
57600
|
+
loadThemeWhiteJaJpDiagram();
|
|
57542
57601
|
loadThemeWhiteJaJpDialogAll();
|
|
57543
57602
|
loadThemeWhiteExpandable();
|
|
57544
57603
|
loadThemeWhiteHtmlElement();
|
|
@@ -59434,161 +59493,6 @@ var loadThemeDarkColor = function () {
|
|
|
59434
59493
|
DThemeDark.set("DColorStandard", DThemeDarkColorStandard);
|
|
59435
59494
|
};
|
|
59436
59495
|
|
|
59437
|
-
/*
|
|
59438
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59439
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59440
|
-
*/
|
|
59441
|
-
var DThemeDarkDiagramBase = /** @class */ (function (_super) {
|
|
59442
|
-
__extends(DThemeDarkDiagramBase, _super);
|
|
59443
|
-
function DThemeDarkDiagramBase() {
|
|
59444
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59445
|
-
}
|
|
59446
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
59447
|
-
return 0x2e2e2e;
|
|
59448
|
-
};
|
|
59449
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
59450
|
-
return 1.0;
|
|
59451
|
-
};
|
|
59452
|
-
DThemeDarkDiagramBase.prototype.isAmbient = function () {
|
|
59453
|
-
return true;
|
|
59454
|
-
};
|
|
59455
|
-
DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
|
|
59456
|
-
return "WEAK";
|
|
59457
|
-
};
|
|
59458
|
-
return DThemeDarkDiagramBase;
|
|
59459
|
-
}(DThemeDarkCanvasContainer));
|
|
59460
|
-
|
|
59461
|
-
/*
|
|
59462
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59463
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59464
|
-
*/
|
|
59465
|
-
var DThemeDarkDiagram = /** @class */ (function (_super) {
|
|
59466
|
-
__extends(DThemeDarkDiagram, _super);
|
|
59467
|
-
function DThemeDarkDiagram() {
|
|
59468
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59469
|
-
}
|
|
59470
|
-
return DThemeDarkDiagram;
|
|
59471
|
-
}(DThemeDarkDiagramBase));
|
|
59472
|
-
|
|
59473
|
-
/*
|
|
59474
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59475
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59476
|
-
*/
|
|
59477
|
-
var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
|
|
59478
|
-
__extends(DThemeDarkDiagramCanvasBase, _super);
|
|
59479
|
-
function DThemeDarkDiagramCanvasBase() {
|
|
59480
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59481
|
-
}
|
|
59482
|
-
DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
|
|
59483
|
-
return true;
|
|
59484
|
-
};
|
|
59485
|
-
DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
59486
|
-
return DThemeDarkConstants.BACKGROUND_COLOR;
|
|
59487
|
-
};
|
|
59488
|
-
DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
59489
|
-
return 0;
|
|
59490
|
-
};
|
|
59491
|
-
return DThemeDarkDiagramCanvasBase;
|
|
59492
|
-
}(DThemeDarkCanvas));
|
|
59493
|
-
|
|
59494
|
-
/*
|
|
59495
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59496
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59497
|
-
*/
|
|
59498
|
-
var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
|
|
59499
|
-
__extends(DThemeDarkDiagramCanvas, _super);
|
|
59500
|
-
function DThemeDarkDiagramCanvas() {
|
|
59501
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59502
|
-
}
|
|
59503
|
-
DThemeDarkDiagramCanvas.prototype.newState = function (state) {
|
|
59504
|
-
_super.prototype.newState.call(this, state);
|
|
59505
|
-
state.isFocusable = false;
|
|
59506
|
-
};
|
|
59507
|
-
return DThemeDarkDiagramCanvas;
|
|
59508
|
-
}(DThemeDarkDiagramCanvasBase));
|
|
59509
|
-
|
|
59510
|
-
/*
|
|
59511
|
-
* Copyright (C) 2021 Toshiba Corporation
|
|
59512
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59513
|
-
*/
|
|
59514
|
-
var EThemeDarkShape = /** @class */ (function () {
|
|
59515
|
-
function EThemeDarkShape() {
|
|
59516
|
-
}
|
|
59517
|
-
EThemeDarkShape.prototype.getFillColor = function () {
|
|
59518
|
-
return 0xffffff;
|
|
59519
|
-
};
|
|
59520
|
-
EThemeDarkShape.prototype.getFillAlpha = function () {
|
|
59521
|
-
return 0.2;
|
|
59522
|
-
};
|
|
59523
|
-
EThemeDarkShape.prototype.getStrokeColor = function () {
|
|
59524
|
-
return 0xdddddd;
|
|
59525
|
-
};
|
|
59526
|
-
EThemeDarkShape.prototype.getStrokeAlpha = function () {
|
|
59527
|
-
return 1;
|
|
59528
|
-
};
|
|
59529
|
-
EThemeDarkShape.prototype.getStrokeWidth = function () {
|
|
59530
|
-
return 2;
|
|
59531
|
-
};
|
|
59532
|
-
EThemeDarkShape.prototype.getStrokeAlign = function () {
|
|
59533
|
-
return 0;
|
|
59534
|
-
};
|
|
59535
|
-
EThemeDarkShape.prototype.getStrokeSide = function () {
|
|
59536
|
-
return EShapeStrokeSide.ALL;
|
|
59537
|
-
};
|
|
59538
|
-
EThemeDarkShape.prototype.getStrokeStyle = function () {
|
|
59539
|
-
return EShapeStrokeStyle.NONE;
|
|
59540
|
-
};
|
|
59541
|
-
EThemeDarkShape.prototype.getTextValue = function () {
|
|
59542
|
-
return "";
|
|
59543
|
-
};
|
|
59544
|
-
EThemeDarkShape.prototype.getTextColor = function () {
|
|
59545
|
-
return this.getStrokeColor();
|
|
59546
|
-
};
|
|
59547
|
-
EThemeDarkShape.prototype.getTextAlpha = function () {
|
|
59548
|
-
return this.getStrokeAlpha();
|
|
59549
|
-
};
|
|
59550
|
-
EThemeDarkShape.prototype.getTextFamily = function () {
|
|
59551
|
-
return "auto";
|
|
59552
|
-
};
|
|
59553
|
-
EThemeDarkShape.prototype.getTextSize = function () {
|
|
59554
|
-
return 14;
|
|
59555
|
-
};
|
|
59556
|
-
EThemeDarkShape.prototype.getRadius = function () {
|
|
59557
|
-
return 0.25;
|
|
59558
|
-
};
|
|
59559
|
-
EThemeDarkShape.prototype.getSizeX = function () {
|
|
59560
|
-
return 100;
|
|
59561
|
-
};
|
|
59562
|
-
EThemeDarkShape.prototype.getSizeY = function () {
|
|
59563
|
-
return 100;
|
|
59564
|
-
};
|
|
59565
|
-
EThemeDarkShape.prototype.getHighlightColor = function () {
|
|
59566
|
-
return 0x1e87f0;
|
|
59567
|
-
};
|
|
59568
|
-
EThemeDarkShape.prototype.getCurveSegmentCount = function () {
|
|
59569
|
-
return 24;
|
|
59570
|
-
};
|
|
59571
|
-
return EThemeDarkShape;
|
|
59572
|
-
}());
|
|
59573
|
-
|
|
59574
|
-
/*
|
|
59575
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59576
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59577
|
-
*/
|
|
59578
|
-
var loadThemeDarkShape = function () {
|
|
59579
|
-
DThemeDark.set("EShape", EThemeDarkShape);
|
|
59580
|
-
};
|
|
59581
|
-
|
|
59582
|
-
/*
|
|
59583
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59584
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59585
|
-
*/
|
|
59586
|
-
var loadThemeDarkDiagram = function () {
|
|
59587
|
-
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
59588
|
-
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
59589
|
-
loadThemeDarkShape();
|
|
59590
|
-
};
|
|
59591
|
-
|
|
59592
59496
|
/*
|
|
59593
59497
|
* Copyright (C) 2019 Toshiba Corporation
|
|
59594
59498
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -62852,6 +62756,78 @@ var loadThemeDarkShapeActionValue = function () {
|
|
|
62852
62756
|
DThemeDark.set("EShapeActionValue", EThemeDarkShapeActionValue);
|
|
62853
62757
|
};
|
|
62854
62758
|
|
|
62759
|
+
/*
|
|
62760
|
+
* Copyright (C) 2021 Toshiba Corporation
|
|
62761
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
62762
|
+
*/
|
|
62763
|
+
var EThemeDarkShape = /** @class */ (function () {
|
|
62764
|
+
function EThemeDarkShape() {
|
|
62765
|
+
}
|
|
62766
|
+
EThemeDarkShape.prototype.getFillColor = function () {
|
|
62767
|
+
return 0xffffff;
|
|
62768
|
+
};
|
|
62769
|
+
EThemeDarkShape.prototype.getFillAlpha = function () {
|
|
62770
|
+
return 0.2;
|
|
62771
|
+
};
|
|
62772
|
+
EThemeDarkShape.prototype.getStrokeColor = function () {
|
|
62773
|
+
return 0xdddddd;
|
|
62774
|
+
};
|
|
62775
|
+
EThemeDarkShape.prototype.getStrokeAlpha = function () {
|
|
62776
|
+
return 1;
|
|
62777
|
+
};
|
|
62778
|
+
EThemeDarkShape.prototype.getStrokeWidth = function () {
|
|
62779
|
+
return 2;
|
|
62780
|
+
};
|
|
62781
|
+
EThemeDarkShape.prototype.getStrokeAlign = function () {
|
|
62782
|
+
return 0;
|
|
62783
|
+
};
|
|
62784
|
+
EThemeDarkShape.prototype.getStrokeSide = function () {
|
|
62785
|
+
return EShapeStrokeSide.ALL;
|
|
62786
|
+
};
|
|
62787
|
+
EThemeDarkShape.prototype.getStrokeStyle = function () {
|
|
62788
|
+
return EShapeStrokeStyle.NONE;
|
|
62789
|
+
};
|
|
62790
|
+
EThemeDarkShape.prototype.getTextValue = function () {
|
|
62791
|
+
return "";
|
|
62792
|
+
};
|
|
62793
|
+
EThemeDarkShape.prototype.getTextColor = function () {
|
|
62794
|
+
return this.getStrokeColor();
|
|
62795
|
+
};
|
|
62796
|
+
EThemeDarkShape.prototype.getTextAlpha = function () {
|
|
62797
|
+
return this.getStrokeAlpha();
|
|
62798
|
+
};
|
|
62799
|
+
EThemeDarkShape.prototype.getTextFamily = function () {
|
|
62800
|
+
return "auto";
|
|
62801
|
+
};
|
|
62802
|
+
EThemeDarkShape.prototype.getTextSize = function () {
|
|
62803
|
+
return 14;
|
|
62804
|
+
};
|
|
62805
|
+
EThemeDarkShape.prototype.getRadius = function () {
|
|
62806
|
+
return 0.25;
|
|
62807
|
+
};
|
|
62808
|
+
EThemeDarkShape.prototype.getSizeX = function () {
|
|
62809
|
+
return 100;
|
|
62810
|
+
};
|
|
62811
|
+
EThemeDarkShape.prototype.getSizeY = function () {
|
|
62812
|
+
return 100;
|
|
62813
|
+
};
|
|
62814
|
+
EThemeDarkShape.prototype.getHighlightColor = function () {
|
|
62815
|
+
return 0x1e87f0;
|
|
62816
|
+
};
|
|
62817
|
+
EThemeDarkShape.prototype.getCurveSegmentCount = function () {
|
|
62818
|
+
return 24;
|
|
62819
|
+
};
|
|
62820
|
+
return EThemeDarkShape;
|
|
62821
|
+
}());
|
|
62822
|
+
|
|
62823
|
+
/*
|
|
62824
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
62825
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
62826
|
+
*/
|
|
62827
|
+
var loadThemeDarkShape = function () {
|
|
62828
|
+
DThemeDark.set("EShape", EThemeDarkShape);
|
|
62829
|
+
};
|
|
62830
|
+
|
|
62855
62831
|
/*
|
|
62856
62832
|
* Copyright (C) 2019 Toshiba Corporation
|
|
62857
62833
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -64577,6 +64553,115 @@ var loadThemeDarkEnUsButtonAll = function () {
|
|
|
64577
64553
|
loadThemeDarkButton();
|
|
64578
64554
|
};
|
|
64579
64555
|
|
|
64556
|
+
/*
|
|
64557
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64558
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64559
|
+
*/
|
|
64560
|
+
var DThemeDarkDiagramBase = /** @class */ (function (_super) {
|
|
64561
|
+
__extends(DThemeDarkDiagramBase, _super);
|
|
64562
|
+
function DThemeDarkDiagramBase() {
|
|
64563
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64564
|
+
}
|
|
64565
|
+
DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
64566
|
+
return 0x2e2e2e;
|
|
64567
|
+
};
|
|
64568
|
+
DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
64569
|
+
return 1.0;
|
|
64570
|
+
};
|
|
64571
|
+
DThemeDarkDiagramBase.prototype.isAmbient = function () {
|
|
64572
|
+
return true;
|
|
64573
|
+
};
|
|
64574
|
+
DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
|
|
64575
|
+
return "WEAK";
|
|
64576
|
+
};
|
|
64577
|
+
return DThemeDarkDiagramBase;
|
|
64578
|
+
}(DThemeDarkCanvasContainer));
|
|
64579
|
+
|
|
64580
|
+
/*
|
|
64581
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64582
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64583
|
+
*/
|
|
64584
|
+
var DThemeDarkDiagram = /** @class */ (function (_super) {
|
|
64585
|
+
__extends(DThemeDarkDiagram, _super);
|
|
64586
|
+
function DThemeDarkDiagram() {
|
|
64587
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64588
|
+
}
|
|
64589
|
+
return DThemeDarkDiagram;
|
|
64590
|
+
}(DThemeDarkDiagramBase));
|
|
64591
|
+
|
|
64592
|
+
/*
|
|
64593
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64594
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64595
|
+
*/
|
|
64596
|
+
var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
|
|
64597
|
+
__extends(DThemeDarkDiagramCanvasBase, _super);
|
|
64598
|
+
function DThemeDarkDiagramCanvasBase() {
|
|
64599
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64600
|
+
}
|
|
64601
|
+
DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
|
|
64602
|
+
return true;
|
|
64603
|
+
};
|
|
64604
|
+
DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
64605
|
+
return DThemeDarkConstants.BACKGROUND_COLOR;
|
|
64606
|
+
};
|
|
64607
|
+
DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
64608
|
+
return 0;
|
|
64609
|
+
};
|
|
64610
|
+
return DThemeDarkDiagramCanvasBase;
|
|
64611
|
+
}(DThemeDarkCanvas));
|
|
64612
|
+
|
|
64613
|
+
/*
|
|
64614
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64615
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64616
|
+
*/
|
|
64617
|
+
var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
|
|
64618
|
+
__extends(DThemeDarkDiagramCanvas, _super);
|
|
64619
|
+
function DThemeDarkDiagramCanvas() {
|
|
64620
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64621
|
+
}
|
|
64622
|
+
DThemeDarkDiagramCanvas.prototype.newState = function (state) {
|
|
64623
|
+
_super.prototype.newState.call(this, state);
|
|
64624
|
+
state.isFocusable = false;
|
|
64625
|
+
};
|
|
64626
|
+
return DThemeDarkDiagramCanvas;
|
|
64627
|
+
}(DThemeDarkDiagramCanvasBase));
|
|
64628
|
+
|
|
64629
|
+
var EThemeDarkShapePointsFormatter = /** @class */ (function () {
|
|
64630
|
+
function EThemeDarkShapePointsFormatter() {
|
|
64631
|
+
}
|
|
64632
|
+
return EThemeDarkShapePointsFormatter;
|
|
64633
|
+
}());
|
|
64634
|
+
|
|
64635
|
+
var EThemeDarkEnUsShapePointsFormatter = /** @class */ (function (_super) {
|
|
64636
|
+
__extends(EThemeDarkEnUsShapePointsFormatter, _super);
|
|
64637
|
+
function EThemeDarkEnUsShapePointsFormatter() {
|
|
64638
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64639
|
+
}
|
|
64640
|
+
EThemeDarkEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
64641
|
+
return "Curve";
|
|
64642
|
+
};
|
|
64643
|
+
return EThemeDarkEnUsShapePointsFormatter;
|
|
64644
|
+
}(EThemeDarkShapePointsFormatter));
|
|
64645
|
+
|
|
64646
|
+
/*
|
|
64647
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64648
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64649
|
+
*/
|
|
64650
|
+
var loadThemeDarkEnUsShapePointsFormatter = function () {
|
|
64651
|
+
DThemeDark.set("EShapePointsFormatter", EThemeDarkEnUsShapePointsFormatter);
|
|
64652
|
+
};
|
|
64653
|
+
|
|
64654
|
+
/*
|
|
64655
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
64656
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
64657
|
+
*/
|
|
64658
|
+
var loadThemeDarkEnUsDiagram = function () {
|
|
64659
|
+
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
64660
|
+
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
64661
|
+
loadThemeDarkEnUsShapePointsFormatter();
|
|
64662
|
+
loadThemeDarkShape();
|
|
64663
|
+
};
|
|
64664
|
+
|
|
64580
64665
|
/*
|
|
64581
64666
|
* Copyright (C) 2019 Toshiba Corporation
|
|
64582
64667
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -64716,6 +64801,7 @@ var loadThemeDarkEnUsDiagramEditor = function () {
|
|
|
64716
64801
|
DThemeDark.set("DDiagramEditor", DThemeDarkEnUsDiagramEditor);
|
|
64717
64802
|
DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
|
|
64718
64803
|
loadThemeDarkShapeActionValue();
|
|
64804
|
+
loadThemeDarkEnUsShapePointsFormatter();
|
|
64719
64805
|
loadThemeDarkShape();
|
|
64720
64806
|
};
|
|
64721
64807
|
|
|
@@ -67041,7 +67127,7 @@ var loadThemeDarkEnUsAll = function () {
|
|
|
67041
67127
|
loadThemeDarkChart();
|
|
67042
67128
|
loadThemeDarkColor();
|
|
67043
67129
|
loadThemeDarkEnUsDiagramEditor();
|
|
67044
|
-
|
|
67130
|
+
loadThemeDarkEnUsDiagram();
|
|
67045
67131
|
loadThemeDarkEnUsDialogAll();
|
|
67046
67132
|
loadThemeDarkExpandable();
|
|
67047
67133
|
loadThemeDarkHtmlElement();
|
|
@@ -67391,6 +67477,36 @@ var loadThemeDarkJaJpButtonAll = function () {
|
|
|
67391
67477
|
loadThemeDarkButton();
|
|
67392
67478
|
};
|
|
67393
67479
|
|
|
67480
|
+
var EThemeDarkJaJpShapePointsFormatter = /** @class */ (function (_super) {
|
|
67481
|
+
__extends(EThemeDarkJaJpShapePointsFormatter, _super);
|
|
67482
|
+
function EThemeDarkJaJpShapePointsFormatter() {
|
|
67483
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
67484
|
+
}
|
|
67485
|
+
EThemeDarkJaJpShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
67486
|
+
return "曲線";
|
|
67487
|
+
};
|
|
67488
|
+
return EThemeDarkJaJpShapePointsFormatter;
|
|
67489
|
+
}(EThemeDarkShapePointsFormatter));
|
|
67490
|
+
|
|
67491
|
+
/*
|
|
67492
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
67493
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
67494
|
+
*/
|
|
67495
|
+
var loadThemeDarkJaJpShapePointsFormatter = function () {
|
|
67496
|
+
DThemeDark.set("EShapePointsFormatter", EThemeDarkJaJpShapePointsFormatter);
|
|
67497
|
+
};
|
|
67498
|
+
|
|
67499
|
+
/*
|
|
67500
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
67501
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
67502
|
+
*/
|
|
67503
|
+
var loadThemeDarkJaJpDiagram = function () {
|
|
67504
|
+
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
67505
|
+
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
67506
|
+
loadThemeDarkJaJpShapePointsFormatter();
|
|
67507
|
+
loadThemeDarkShape();
|
|
67508
|
+
};
|
|
67509
|
+
|
|
67394
67510
|
/*
|
|
67395
67511
|
* Copyright (C) 2019 Toshiba Corporation
|
|
67396
67512
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -67414,6 +67530,7 @@ var loadThemeDarkJaJpDiagramEditor = function () {
|
|
|
67414
67530
|
DThemeDark.set("DDiagramEditor", DThemeDarkJaJpDiagramEditor);
|
|
67415
67531
|
DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
|
|
67416
67532
|
loadThemeDarkShapeActionValue();
|
|
67533
|
+
loadThemeDarkJaJpShapePointsFormatter();
|
|
67417
67534
|
loadThemeDarkShape();
|
|
67418
67535
|
};
|
|
67419
67536
|
|
|
@@ -67851,7 +67968,7 @@ var loadThemeDarkJaJpAll = function () {
|
|
|
67851
67968
|
loadThemeDarkChart();
|
|
67852
67969
|
loadThemeDarkColor();
|
|
67853
67970
|
loadThemeDarkJaJpDiagramEditor();
|
|
67854
|
-
|
|
67971
|
+
loadThemeDarkJaJpDiagram();
|
|
67855
67972
|
loadThemeDarkJaJpDialogAll();
|
|
67856
67973
|
loadThemeDarkExpandable();
|
|
67857
67974
|
loadThemeDarkHtmlElement();
|
|
@@ -97639,10 +97756,16 @@ exports.ESnapperResultScale = ESnapperResultScale;
|
|
|
97639
97756
|
exports.ESnapperTarget = ESnapperTarget;
|
|
97640
97757
|
exports.ESnapperTargetValue = ESnapperTargetValue;
|
|
97641
97758
|
exports.ESnapperTargetValueType = ESnapperTargetValueType;
|
|
97759
|
+
exports.EThemeDarkEnUsShapePointsFormatter = EThemeDarkEnUsShapePointsFormatter;
|
|
97760
|
+
exports.EThemeDarkJaJpShapePointsFormatter = EThemeDarkJaJpShapePointsFormatter;
|
|
97642
97761
|
exports.EThemeDarkShape = EThemeDarkShape;
|
|
97643
97762
|
exports.EThemeDarkShapeActionValue = EThemeDarkShapeActionValue;
|
|
97763
|
+
exports.EThemeDarkShapePointsFormatter = EThemeDarkShapePointsFormatter;
|
|
97764
|
+
exports.EThemeWhiteEnUsShapePointsFormatter = EThemeWhiteEnUsShapePointsFormatter;
|
|
97765
|
+
exports.EThemeWhiteJaJpShapePointsFormatter = EThemeWhiteJaJpShapePointsFormatter;
|
|
97644
97766
|
exports.EThemeWhiteShape = EThemeWhiteShape;
|
|
97645
97767
|
exports.EThemeWhiteShapeActionValue = EThemeWhiteShapeActionValue;
|
|
97768
|
+
exports.EThemeWhiteShapePointsFormatter = EThemeWhiteShapePointsFormatter;
|
|
97646
97769
|
exports.FormatNodeA = FormatNodeA;
|
|
97647
97770
|
exports.FormatNodeD = FormatNodeD;
|
|
97648
97771
|
exports.FormatNodeH = FormatNodeH;
|
|
@@ -97913,7 +98036,6 @@ exports.loadThemeDarkButtonSecondary = loadThemeDarkButtonSecondary;
|
|
|
97913
98036
|
exports.loadThemeDarkCanvasContainer = loadThemeDarkCanvasContainer;
|
|
97914
98037
|
exports.loadThemeDarkChart = loadThemeDarkChart;
|
|
97915
98038
|
exports.loadThemeDarkColor = loadThemeDarkColor;
|
|
97916
|
-
exports.loadThemeDarkDiagram = loadThemeDarkDiagram;
|
|
97917
98039
|
exports.loadThemeDarkDialog = loadThemeDarkDialog;
|
|
97918
98040
|
exports.loadThemeDarkDialogFitted = loadThemeDarkDialogFitted;
|
|
97919
98041
|
exports.loadThemeDarkDialogInputBoolean = loadThemeDarkDialogInputBoolean;
|
|
@@ -97929,6 +98051,7 @@ exports.loadThemeDarkEnUsButtonDate = loadThemeDarkEnUsButtonDate;
|
|
|
97929
98051
|
exports.loadThemeDarkEnUsButtonDatetime = loadThemeDarkEnUsButtonDatetime;
|
|
97930
98052
|
exports.loadThemeDarkEnUsButtonSelect = loadThemeDarkEnUsButtonSelect;
|
|
97931
98053
|
exports.loadThemeDarkEnUsButtonTime = loadThemeDarkEnUsButtonTime;
|
|
98054
|
+
exports.loadThemeDarkEnUsDiagram = loadThemeDarkEnUsDiagram;
|
|
97932
98055
|
exports.loadThemeDarkEnUsDiagramEditor = loadThemeDarkEnUsDiagramEditor;
|
|
97933
98056
|
exports.loadThemeDarkEnUsDialogAll = loadThemeDarkEnUsDialogAll;
|
|
97934
98057
|
exports.loadThemeDarkEnUsDialogColor = loadThemeDarkEnUsDialogColor;
|
|
@@ -97953,6 +98076,7 @@ exports.loadThemeDarkEnUsPickerColorGradient = loadThemeDarkEnUsPickerColorGradi
|
|
|
97953
98076
|
exports.loadThemeDarkEnUsPickerDate = loadThemeDarkEnUsPickerDate;
|
|
97954
98077
|
exports.loadThemeDarkEnUsPickerDatetime = loadThemeDarkEnUsPickerDatetime;
|
|
97955
98078
|
exports.loadThemeDarkEnUsPickerTime = loadThemeDarkEnUsPickerTime;
|
|
98079
|
+
exports.loadThemeDarkEnUsShapePointsFormatter = loadThemeDarkEnUsShapePointsFormatter;
|
|
97956
98080
|
exports.loadThemeDarkEnUsTable = loadThemeDarkEnUsTable;
|
|
97957
98081
|
exports.loadThemeDarkExpandable = loadThemeDarkExpandable;
|
|
97958
98082
|
exports.loadThemeDarkHtmlElement = loadThemeDarkHtmlElement;
|
|
@@ -97972,6 +98096,7 @@ exports.loadThemeDarkJaJpButtonDate = loadThemeDarkJaJpButtonDate;
|
|
|
97972
98096
|
exports.loadThemeDarkJaJpButtonDatetime = loadThemeDarkJaJpButtonDatetime;
|
|
97973
98097
|
exports.loadThemeDarkJaJpButtonSelect = loadThemeDarkJaJpButtonSelect;
|
|
97974
98098
|
exports.loadThemeDarkJaJpButtonTime = loadThemeDarkJaJpButtonTime;
|
|
98099
|
+
exports.loadThemeDarkJaJpDiagram = loadThemeDarkJaJpDiagram;
|
|
97975
98100
|
exports.loadThemeDarkJaJpDiagramEditor = loadThemeDarkJaJpDiagramEditor;
|
|
97976
98101
|
exports.loadThemeDarkJaJpDialogAll = loadThemeDarkJaJpDialogAll;
|
|
97977
98102
|
exports.loadThemeDarkJaJpDialogColor = loadThemeDarkJaJpDialogColor;
|
|
@@ -97996,6 +98121,7 @@ exports.loadThemeDarkJaJpPickerColorGradient = loadThemeDarkJaJpPickerColorGradi
|
|
|
97996
98121
|
exports.loadThemeDarkJaJpPickerDate = loadThemeDarkJaJpPickerDate;
|
|
97997
98122
|
exports.loadThemeDarkJaJpPickerDatetime = loadThemeDarkJaJpPickerDatetime;
|
|
97998
98123
|
exports.loadThemeDarkJaJpPickerTime = loadThemeDarkJaJpPickerTime;
|
|
98124
|
+
exports.loadThemeDarkJaJpShapePointsFormatter = loadThemeDarkJaJpShapePointsFormatter;
|
|
97999
98125
|
exports.loadThemeDarkJaJpTable = loadThemeDarkJaJpTable;
|
|
98000
98126
|
exports.loadThemeDarkLayout = loadThemeDarkLayout;
|
|
98001
98127
|
exports.loadThemeDarkList = loadThemeDarkList;
|
|
@@ -98029,7 +98155,6 @@ exports.loadThemeWhiteButtonSecondary = loadThemeWhiteButtonSecondary;
|
|
|
98029
98155
|
exports.loadThemeWhiteCanvasContainer = loadThemeWhiteCanvasContainer;
|
|
98030
98156
|
exports.loadThemeWhiteChart = loadThemeWhiteChart;
|
|
98031
98157
|
exports.loadThemeWhiteColor = loadThemeWhiteColor;
|
|
98032
|
-
exports.loadThemeWhiteDiagram = loadThemeWhiteDiagram;
|
|
98033
98158
|
exports.loadThemeWhiteDialog = loadThemeWhiteDialog;
|
|
98034
98159
|
exports.loadThemeWhiteDialogFitted = loadThemeWhiteDialogFitted;
|
|
98035
98160
|
exports.loadThemeWhiteDialogInputBoolean = loadThemeWhiteDialogInputBoolean;
|
|
@@ -98045,6 +98170,7 @@ exports.loadThemeWhiteEnUsButtonDate = loadThemeWhiteEnUsButtonDate;
|
|
|
98045
98170
|
exports.loadThemeWhiteEnUsButtonDatetime = loadThemeWhiteEnUsButtonDatetime;
|
|
98046
98171
|
exports.loadThemeWhiteEnUsButtonSelect = loadThemeWhiteEnUsButtonSelect;
|
|
98047
98172
|
exports.loadThemeWhiteEnUsButtonTime = loadThemeWhiteEnUsButtonTime;
|
|
98173
|
+
exports.loadThemeWhiteEnUsDiagram = loadThemeWhiteEnUsDiagram;
|
|
98048
98174
|
exports.loadThemeWhiteEnUsDiagramEditor = loadThemeWhiteEnUsDiagramEditor;
|
|
98049
98175
|
exports.loadThemeWhiteEnUsDialogAll = loadThemeWhiteEnUsDialogAll;
|
|
98050
98176
|
exports.loadThemeWhiteEnUsDialogColor = loadThemeWhiteEnUsDialogColor;
|
|
@@ -98069,6 +98195,7 @@ exports.loadThemeWhiteEnUsPickerColorGradient = loadThemeWhiteEnUsPickerColorGra
|
|
|
98069
98195
|
exports.loadThemeWhiteEnUsPickerDate = loadThemeWhiteEnUsPickerDate;
|
|
98070
98196
|
exports.loadThemeWhiteEnUsPickerDatetime = loadThemeWhiteEnUsPickerDatetime;
|
|
98071
98197
|
exports.loadThemeWhiteEnUsPickerTime = loadThemeWhiteEnUsPickerTime;
|
|
98198
|
+
exports.loadThemeWhiteEnUsShapePointsFormatter = loadThemeWhiteEnUsShapePointsFormatter;
|
|
98072
98199
|
exports.loadThemeWhiteEnUsTable = loadThemeWhiteEnUsTable;
|
|
98073
98200
|
exports.loadThemeWhiteExpandable = loadThemeWhiteExpandable;
|
|
98074
98201
|
exports.loadThemeWhiteHtmlElement = loadThemeWhiteHtmlElement;
|
|
@@ -98088,6 +98215,7 @@ exports.loadThemeWhiteJaJpButtonDate = loadThemeWhiteJaJpButtonDate;
|
|
|
98088
98215
|
exports.loadThemeWhiteJaJpButtonDatetime = loadThemeWhiteJaJpButtonDatetime;
|
|
98089
98216
|
exports.loadThemeWhiteJaJpButtonSelect = loadThemeWhiteJaJpButtonSelect;
|
|
98090
98217
|
exports.loadThemeWhiteJaJpButtonTime = loadThemeWhiteJaJpButtonTime;
|
|
98218
|
+
exports.loadThemeWhiteJaJpDiagram = loadThemeWhiteJaJpDiagram;
|
|
98091
98219
|
exports.loadThemeWhiteJaJpDiagramEditor = loadThemeWhiteJaJpDiagramEditor;
|
|
98092
98220
|
exports.loadThemeWhiteJaJpDialogAll = loadThemeWhiteJaJpDialogAll;
|
|
98093
98221
|
exports.loadThemeWhiteJaJpDialogColor = loadThemeWhiteJaJpDialogColor;
|
|
@@ -98112,6 +98240,7 @@ exports.loadThemeWhiteJaJpPickerColorGradient = loadThemeWhiteJaJpPickerColorGra
|
|
|
98112
98240
|
exports.loadThemeWhiteJaJpPickerDate = loadThemeWhiteJaJpPickerDate;
|
|
98113
98241
|
exports.loadThemeWhiteJaJpPickerDatetime = loadThemeWhiteJaJpPickerDatetime;
|
|
98114
98242
|
exports.loadThemeWhiteJaJpPickerTime = loadThemeWhiteJaJpPickerTime;
|
|
98243
|
+
exports.loadThemeWhiteJaJpShapePointsFormatter = loadThemeWhiteJaJpShapePointsFormatter;
|
|
98115
98244
|
exports.loadThemeWhiteJaJpTable = loadThemeWhiteJaJpTable;
|
|
98116
98245
|
exports.loadThemeWhiteLayout = loadThemeWhiteLayout;
|
|
98117
98246
|
exports.loadThemeWhiteList = loadThemeWhiteList;
|