@wcardinal/wcardinal-ui 0.387.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/d-dialog-select.d.ts +14 -6
- package/dist/types/wcardinal/ui/index.d.ts +0 -2
- 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/d-theme-dark-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.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/d-theme-white-dialog-select.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.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/d-dialog-select.js +77 -97
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/index.js +0 -2
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/{d-dialog-select-search-dismissable.js → shape/e-shape-points-formatter-datum.js} +1 -1
- 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/d-theme-dark-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-ja-jp-dialog-select.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/d-theme-white-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-en-us-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-ja-jp-dialog-select.js.map +1 -1
- 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 +197 -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 +197 -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 +197 -161
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-white-en-us.js +193 -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 +193 -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 +193 -157
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui.cjs.js +537 -469
- package/dist/wcardinal-ui.js +79 -157
- 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/d-dialog-select-search-dismissable-impl.d.ts +0 -14
- package/dist/types/wcardinal/ui/d-dialog-select-search-dismissable.d.ts +0 -11
- 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/d-dialog-select-search-dismissable-impl.js +0 -61
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable-impl.js.map +0 -1
- package/dist/wcardinal/ui/d-dialog-select-search-dismissable.js.map +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
|
|
@@ -54140,6 +54058,9 @@ var DThemeWhiteDialogSelect = /** @class */ (function (_super) {
|
|
|
54140
54058
|
DThemeWhiteDialogSelect.prototype.getInputMargin = function () {
|
|
54141
54059
|
return 19;
|
|
54142
54060
|
};
|
|
54061
|
+
DThemeWhiteDialogSelect.prototype.isDismissable = function () {
|
|
54062
|
+
return false;
|
|
54063
|
+
};
|
|
54143
54064
|
DThemeWhiteDialogSelect.prototype.isCategoryDismissable = function () {
|
|
54144
54065
|
return true;
|
|
54145
54066
|
};
|
|
@@ -54155,6 +54076,9 @@ var DThemeWhiteEnUsDialogSelect = /** @class */ (function (_super) {
|
|
|
54155
54076
|
function DThemeWhiteEnUsDialogSelect() {
|
|
54156
54077
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
54157
54078
|
}
|
|
54079
|
+
DThemeWhiteEnUsDialogSelect.prototype.getDismissLabel = function () {
|
|
54080
|
+
return "None";
|
|
54081
|
+
};
|
|
54158
54082
|
DThemeWhiteEnUsDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
54159
54083
|
return "All";
|
|
54160
54084
|
};
|
|
@@ -54255,6 +54179,115 @@ var loadThemeWhiteEnUsButtonAll = function () {
|
|
|
54255
54179
|
loadThemeWhiteButton();
|
|
54256
54180
|
};
|
|
54257
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
|
+
|
|
54258
54291
|
/*
|
|
54259
54292
|
* Copyright (C) 2019 Toshiba Corporation
|
|
54260
54293
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -54394,6 +54427,7 @@ var loadThemeWhiteEnUsDiagramEditor = function () {
|
|
|
54394
54427
|
DThemeWhite.set("DDiagramEditor", DThemeWhiteEnUsDiagramEditor);
|
|
54395
54428
|
DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
|
|
54396
54429
|
loadThemeWhiteShapeActionValue();
|
|
54430
|
+
loadThemeWhiteEnUsShapePointsFormatter();
|
|
54397
54431
|
loadThemeWhiteShape();
|
|
54398
54432
|
};
|
|
54399
54433
|
|
|
@@ -56722,7 +56756,7 @@ var loadThemeWhiteEnUsAll = function () {
|
|
|
56722
56756
|
loadThemeWhiteChart();
|
|
56723
56757
|
loadThemeWhiteColor();
|
|
56724
56758
|
loadThemeWhiteEnUsDiagramEditor();
|
|
56725
|
-
|
|
56759
|
+
loadThemeWhiteEnUsDiagram();
|
|
56726
56760
|
loadThemeWhiteEnUsDialogAll();
|
|
56727
56761
|
loadThemeWhiteExpandable();
|
|
56728
56762
|
loadThemeWhiteHtmlElement();
|
|
@@ -57002,6 +57036,9 @@ var DThemeWhiteJaJpDialogSelect = /** @class */ (function (_super) {
|
|
|
57002
57036
|
function DThemeWhiteJaJpDialogSelect() {
|
|
57003
57037
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
57004
57038
|
}
|
|
57039
|
+
DThemeWhiteJaJpDialogSelect.prototype.getDismissLabel = function () {
|
|
57040
|
+
return "なし";
|
|
57041
|
+
};
|
|
57005
57042
|
DThemeWhiteJaJpDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
57006
57043
|
return "全て";
|
|
57007
57044
|
};
|
|
@@ -57069,6 +57106,36 @@ var loadThemeWhiteJaJpButtonAll = function () {
|
|
|
57069
57106
|
loadThemeWhiteButton();
|
|
57070
57107
|
};
|
|
57071
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
|
+
|
|
57072
57139
|
/*
|
|
57073
57140
|
* Copyright (C) 2019 Toshiba Corporation
|
|
57074
57141
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -57092,6 +57159,7 @@ var loadThemeWhiteJaJpDiagramEditor = function () {
|
|
|
57092
57159
|
DThemeWhite.set("DDiagramEditor", DThemeWhiteJaJpDiagramEditor);
|
|
57093
57160
|
DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
|
|
57094
57161
|
loadThemeWhiteShapeActionValue();
|
|
57162
|
+
loadThemeWhiteJaJpShapePointsFormatter();
|
|
57095
57163
|
loadThemeWhiteShape();
|
|
57096
57164
|
};
|
|
57097
57165
|
|
|
@@ -57529,7 +57597,7 @@ var loadThemeWhiteJaJpAll = function () {
|
|
|
57529
57597
|
loadThemeWhiteChart();
|
|
57530
57598
|
loadThemeWhiteColor();
|
|
57531
57599
|
loadThemeWhiteJaJpDiagramEditor();
|
|
57532
|
-
|
|
57600
|
+
loadThemeWhiteJaJpDiagram();
|
|
57533
57601
|
loadThemeWhiteJaJpDialogAll();
|
|
57534
57602
|
loadThemeWhiteExpandable();
|
|
57535
57603
|
loadThemeWhiteHtmlElement();
|
|
@@ -59425,161 +59493,6 @@ var loadThemeDarkColor = function () {
|
|
|
59425
59493
|
DThemeDark.set("DColorStandard", DThemeDarkColorStandard);
|
|
59426
59494
|
};
|
|
59427
59495
|
|
|
59428
|
-
/*
|
|
59429
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59430
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59431
|
-
*/
|
|
59432
|
-
var DThemeDarkDiagramBase = /** @class */ (function (_super) {
|
|
59433
|
-
__extends(DThemeDarkDiagramBase, _super);
|
|
59434
|
-
function DThemeDarkDiagramBase() {
|
|
59435
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59436
|
-
}
|
|
59437
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
59438
|
-
return 0x2e2e2e;
|
|
59439
|
-
};
|
|
59440
|
-
DThemeDarkDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
59441
|
-
return 1.0;
|
|
59442
|
-
};
|
|
59443
|
-
DThemeDarkDiagramBase.prototype.isAmbient = function () {
|
|
59444
|
-
return true;
|
|
59445
|
-
};
|
|
59446
|
-
DThemeDarkDiagramBase.prototype.getCanvasShadow = function () {
|
|
59447
|
-
return "WEAK";
|
|
59448
|
-
};
|
|
59449
|
-
return DThemeDarkDiagramBase;
|
|
59450
|
-
}(DThemeDarkCanvasContainer));
|
|
59451
|
-
|
|
59452
|
-
/*
|
|
59453
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59454
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59455
|
-
*/
|
|
59456
|
-
var DThemeDarkDiagram = /** @class */ (function (_super) {
|
|
59457
|
-
__extends(DThemeDarkDiagram, _super);
|
|
59458
|
-
function DThemeDarkDiagram() {
|
|
59459
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59460
|
-
}
|
|
59461
|
-
return DThemeDarkDiagram;
|
|
59462
|
-
}(DThemeDarkDiagramBase));
|
|
59463
|
-
|
|
59464
|
-
/*
|
|
59465
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59466
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59467
|
-
*/
|
|
59468
|
-
var DThemeDarkDiagramCanvasBase = /** @class */ (function (_super) {
|
|
59469
|
-
__extends(DThemeDarkDiagramCanvasBase, _super);
|
|
59470
|
-
function DThemeDarkDiagramCanvasBase() {
|
|
59471
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59472
|
-
}
|
|
59473
|
-
DThemeDarkDiagramCanvasBase.prototype.isAmbient = function () {
|
|
59474
|
-
return true;
|
|
59475
|
-
};
|
|
59476
|
-
DThemeDarkDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
59477
|
-
return DThemeDarkConstants.BACKGROUND_COLOR;
|
|
59478
|
-
};
|
|
59479
|
-
DThemeDarkDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
59480
|
-
return 0;
|
|
59481
|
-
};
|
|
59482
|
-
return DThemeDarkDiagramCanvasBase;
|
|
59483
|
-
}(DThemeDarkCanvas));
|
|
59484
|
-
|
|
59485
|
-
/*
|
|
59486
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59487
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59488
|
-
*/
|
|
59489
|
-
var DThemeDarkDiagramCanvas = /** @class */ (function (_super) {
|
|
59490
|
-
__extends(DThemeDarkDiagramCanvas, _super);
|
|
59491
|
-
function DThemeDarkDiagramCanvas() {
|
|
59492
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
59493
|
-
}
|
|
59494
|
-
DThemeDarkDiagramCanvas.prototype.newState = function (state) {
|
|
59495
|
-
_super.prototype.newState.call(this, state);
|
|
59496
|
-
state.isFocusable = false;
|
|
59497
|
-
};
|
|
59498
|
-
return DThemeDarkDiagramCanvas;
|
|
59499
|
-
}(DThemeDarkDiagramCanvasBase));
|
|
59500
|
-
|
|
59501
|
-
/*
|
|
59502
|
-
* Copyright (C) 2021 Toshiba Corporation
|
|
59503
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59504
|
-
*/
|
|
59505
|
-
var EThemeDarkShape = /** @class */ (function () {
|
|
59506
|
-
function EThemeDarkShape() {
|
|
59507
|
-
}
|
|
59508
|
-
EThemeDarkShape.prototype.getFillColor = function () {
|
|
59509
|
-
return 0xffffff;
|
|
59510
|
-
};
|
|
59511
|
-
EThemeDarkShape.prototype.getFillAlpha = function () {
|
|
59512
|
-
return 0.2;
|
|
59513
|
-
};
|
|
59514
|
-
EThemeDarkShape.prototype.getStrokeColor = function () {
|
|
59515
|
-
return 0xdddddd;
|
|
59516
|
-
};
|
|
59517
|
-
EThemeDarkShape.prototype.getStrokeAlpha = function () {
|
|
59518
|
-
return 1;
|
|
59519
|
-
};
|
|
59520
|
-
EThemeDarkShape.prototype.getStrokeWidth = function () {
|
|
59521
|
-
return 2;
|
|
59522
|
-
};
|
|
59523
|
-
EThemeDarkShape.prototype.getStrokeAlign = function () {
|
|
59524
|
-
return 0;
|
|
59525
|
-
};
|
|
59526
|
-
EThemeDarkShape.prototype.getStrokeSide = function () {
|
|
59527
|
-
return EShapeStrokeSide.ALL;
|
|
59528
|
-
};
|
|
59529
|
-
EThemeDarkShape.prototype.getStrokeStyle = function () {
|
|
59530
|
-
return EShapeStrokeStyle.NONE;
|
|
59531
|
-
};
|
|
59532
|
-
EThemeDarkShape.prototype.getTextValue = function () {
|
|
59533
|
-
return "";
|
|
59534
|
-
};
|
|
59535
|
-
EThemeDarkShape.prototype.getTextColor = function () {
|
|
59536
|
-
return this.getStrokeColor();
|
|
59537
|
-
};
|
|
59538
|
-
EThemeDarkShape.prototype.getTextAlpha = function () {
|
|
59539
|
-
return this.getStrokeAlpha();
|
|
59540
|
-
};
|
|
59541
|
-
EThemeDarkShape.prototype.getTextFamily = function () {
|
|
59542
|
-
return "auto";
|
|
59543
|
-
};
|
|
59544
|
-
EThemeDarkShape.prototype.getTextSize = function () {
|
|
59545
|
-
return 14;
|
|
59546
|
-
};
|
|
59547
|
-
EThemeDarkShape.prototype.getRadius = function () {
|
|
59548
|
-
return 0.25;
|
|
59549
|
-
};
|
|
59550
|
-
EThemeDarkShape.prototype.getSizeX = function () {
|
|
59551
|
-
return 100;
|
|
59552
|
-
};
|
|
59553
|
-
EThemeDarkShape.prototype.getSizeY = function () {
|
|
59554
|
-
return 100;
|
|
59555
|
-
};
|
|
59556
|
-
EThemeDarkShape.prototype.getHighlightColor = function () {
|
|
59557
|
-
return 0x1e87f0;
|
|
59558
|
-
};
|
|
59559
|
-
EThemeDarkShape.prototype.getCurveSegmentCount = function () {
|
|
59560
|
-
return 24;
|
|
59561
|
-
};
|
|
59562
|
-
return EThemeDarkShape;
|
|
59563
|
-
}());
|
|
59564
|
-
|
|
59565
|
-
/*
|
|
59566
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59567
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59568
|
-
*/
|
|
59569
|
-
var loadThemeDarkShape = function () {
|
|
59570
|
-
DThemeDark.set("EShape", EThemeDarkShape);
|
|
59571
|
-
};
|
|
59572
|
-
|
|
59573
|
-
/*
|
|
59574
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
59575
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
59576
|
-
*/
|
|
59577
|
-
var loadThemeDarkDiagram = function () {
|
|
59578
|
-
DThemeDark.set("DDiagram", DThemeDarkDiagram);
|
|
59579
|
-
DThemeDark.set("DDiagramCanvas", DThemeDarkDiagramCanvas);
|
|
59580
|
-
loadThemeDarkShape();
|
|
59581
|
-
};
|
|
59582
|
-
|
|
59583
59496
|
/*
|
|
59584
59497
|
* Copyright (C) 2019 Toshiba Corporation
|
|
59585
59498
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -62843,6 +62756,78 @@ var loadThemeDarkShapeActionValue = function () {
|
|
|
62843
62756
|
DThemeDark.set("EShapeActionValue", EThemeDarkShapeActionValue);
|
|
62844
62757
|
};
|
|
62845
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
|
+
|
|
62846
62831
|
/*
|
|
62847
62832
|
* Copyright (C) 2019 Toshiba Corporation
|
|
62848
62833
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -64447,6 +64432,9 @@ var DThemeDarkDialogSelect = /** @class */ (function (_super) {
|
|
|
64447
64432
|
DThemeDarkDialogSelect.prototype.getInputMargin = function () {
|
|
64448
64433
|
return 19;
|
|
64449
64434
|
};
|
|
64435
|
+
DThemeDarkDialogSelect.prototype.isDismissable = function () {
|
|
64436
|
+
return false;
|
|
64437
|
+
};
|
|
64450
64438
|
DThemeDarkDialogSelect.prototype.isCategoryDismissable = function () {
|
|
64451
64439
|
return true;
|
|
64452
64440
|
};
|
|
@@ -64462,6 +64450,9 @@ var DThemeDarkEnUsDialogSelect = /** @class */ (function (_super) {
|
|
|
64462
64450
|
function DThemeDarkEnUsDialogSelect() {
|
|
64463
64451
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
64464
64452
|
}
|
|
64453
|
+
DThemeDarkEnUsDialogSelect.prototype.getDismissLabel = function () {
|
|
64454
|
+
return "None";
|
|
64455
|
+
};
|
|
64465
64456
|
DThemeDarkEnUsDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
64466
64457
|
return "All";
|
|
64467
64458
|
};
|
|
@@ -64562,6 +64553,115 @@ var loadThemeDarkEnUsButtonAll = function () {
|
|
|
64562
64553
|
loadThemeDarkButton();
|
|
64563
64554
|
};
|
|
64564
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
|
+
|
|
64565
64665
|
/*
|
|
64566
64666
|
* Copyright (C) 2019 Toshiba Corporation
|
|
64567
64667
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -64701,6 +64801,7 @@ var loadThemeDarkEnUsDiagramEditor = function () {
|
|
|
64701
64801
|
DThemeDark.set("DDiagramEditor", DThemeDarkEnUsDiagramEditor);
|
|
64702
64802
|
DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
|
|
64703
64803
|
loadThemeDarkShapeActionValue();
|
|
64804
|
+
loadThemeDarkEnUsShapePointsFormatter();
|
|
64704
64805
|
loadThemeDarkShape();
|
|
64705
64806
|
};
|
|
64706
64807
|
|
|
@@ -67026,7 +67127,7 @@ var loadThemeDarkEnUsAll = function () {
|
|
|
67026
67127
|
loadThemeDarkChart();
|
|
67027
67128
|
loadThemeDarkColor();
|
|
67028
67129
|
loadThemeDarkEnUsDiagramEditor();
|
|
67029
|
-
|
|
67130
|
+
loadThemeDarkEnUsDiagram();
|
|
67030
67131
|
loadThemeDarkEnUsDialogAll();
|
|
67031
67132
|
loadThemeDarkExpandable();
|
|
67032
67133
|
loadThemeDarkHtmlElement();
|
|
@@ -67306,6 +67407,9 @@ var DThemeDarkJaJpDialogSelect = /** @class */ (function (_super) {
|
|
|
67306
67407
|
function DThemeDarkJaJpDialogSelect() {
|
|
67307
67408
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
67308
67409
|
}
|
|
67410
|
+
DThemeDarkJaJpDialogSelect.prototype.getDismissLabel = function () {
|
|
67411
|
+
return "なし";
|
|
67412
|
+
};
|
|
67309
67413
|
DThemeDarkJaJpDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
67310
67414
|
return "全て";
|
|
67311
67415
|
};
|
|
@@ -67373,6 +67477,36 @@ var loadThemeDarkJaJpButtonAll = function () {
|
|
|
67373
67477
|
loadThemeDarkButton();
|
|
67374
67478
|
};
|
|
67375
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
|
+
|
|
67376
67510
|
/*
|
|
67377
67511
|
* Copyright (C) 2019 Toshiba Corporation
|
|
67378
67512
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -67396,6 +67530,7 @@ var loadThemeDarkJaJpDiagramEditor = function () {
|
|
|
67396
67530
|
DThemeDark.set("DDiagramEditor", DThemeDarkJaJpDiagramEditor);
|
|
67397
67531
|
DThemeDark.set("DDiagramCanvasEditor", DThemeDarkDiagramCanvasEditor);
|
|
67398
67532
|
loadThemeDarkShapeActionValue();
|
|
67533
|
+
loadThemeDarkJaJpShapePointsFormatter();
|
|
67399
67534
|
loadThemeDarkShape();
|
|
67400
67535
|
};
|
|
67401
67536
|
|
|
@@ -67833,7 +67968,7 @@ var loadThemeDarkJaJpAll = function () {
|
|
|
67833
67968
|
loadThemeDarkChart();
|
|
67834
67969
|
loadThemeDarkColor();
|
|
67835
67970
|
loadThemeDarkJaJpDiagramEditor();
|
|
67836
|
-
|
|
67971
|
+
loadThemeDarkJaJpDiagram();
|
|
67837
67972
|
loadThemeDarkJaJpDialogAll();
|
|
67838
67973
|
loadThemeDarkExpandable();
|
|
67839
67974
|
loadThemeDarkHtmlElement();
|
|
@@ -76014,64 +76149,6 @@ var DNoteSmallSearching = /** @class */ (function (_super) {
|
|
|
76014
76149
|
return DNoteSmallSearching;
|
|
76015
76150
|
}(DNoteSmall));
|
|
76016
76151
|
|
|
76017
|
-
/*
|
|
76018
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
76019
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
76020
|
-
*/
|
|
76021
|
-
var DDialogSelectSearhDismissableImpl = /** @class */ (function (_super) {
|
|
76022
|
-
__extends(DDialogSelectSearhDismissableImpl, _super);
|
|
76023
|
-
function DDialogSelectSearhDismissableImpl(target, options) {
|
|
76024
|
-
var _this = _super.call(this) || this;
|
|
76025
|
-
_this._target = target;
|
|
76026
|
-
_this._value = options.value;
|
|
76027
|
-
_this._filter = options.filter;
|
|
76028
|
-
target.on("change", function () {
|
|
76029
|
-
_this.emit("change", _this);
|
|
76030
|
-
});
|
|
76031
|
-
target.on("success", function (e, values) {
|
|
76032
|
-
_this.emit("success", _this, _this.toDismissable(values));
|
|
76033
|
-
});
|
|
76034
|
-
target.on("fail", function () {
|
|
76035
|
-
_this.emit("fail", _this);
|
|
76036
|
-
});
|
|
76037
|
-
return _this;
|
|
76038
|
-
}
|
|
76039
|
-
DDialogSelectSearhDismissableImpl.prototype.toDismissValue = function (args) {
|
|
76040
|
-
if (args == null) {
|
|
76041
|
-
return;
|
|
76042
|
-
}
|
|
76043
|
-
var value = this._value;
|
|
76044
|
-
if (value === undefined) {
|
|
76045
|
-
return;
|
|
76046
|
-
}
|
|
76047
|
-
var filter = this._filter;
|
|
76048
|
-
if (filter != null && !filter(value, args[0])) {
|
|
76049
|
-
return;
|
|
76050
|
-
}
|
|
76051
|
-
return value;
|
|
76052
|
-
};
|
|
76053
|
-
DDialogSelectSearhDismissableImpl.prototype.toDismissable = function (values) {
|
|
76054
|
-
var value = this.toDismissValue(this._args);
|
|
76055
|
-
if (value === undefined) {
|
|
76056
|
-
return values;
|
|
76057
|
-
}
|
|
76058
|
-
var result = [];
|
|
76059
|
-
for (var i = 0, imax = values.length; i < imax; ++i) {
|
|
76060
|
-
result.push(values[i]);
|
|
76061
|
-
}
|
|
76062
|
-
result.push(value);
|
|
76063
|
-
return result;
|
|
76064
|
-
};
|
|
76065
|
-
DDialogSelectSearhDismissableImpl.prototype.create = function (args) {
|
|
76066
|
-
this._args = args;
|
|
76067
|
-
this._target.create(args);
|
|
76068
|
-
};
|
|
76069
|
-
DDialogSelectSearhDismissableImpl.prototype.isDone = function () {
|
|
76070
|
-
return this._target.isDone();
|
|
76071
|
-
};
|
|
76072
|
-
return DDialogSelectSearhDismissableImpl;
|
|
76073
|
-
}(pixi_js.utils.EventEmitter));
|
|
76074
|
-
|
|
76075
76152
|
/*
|
|
76076
76153
|
* Copyright (C) 2019 Toshiba Corporation
|
|
76077
76154
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -76117,17 +76194,13 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76117
76194
|
}
|
|
76118
76195
|
DDialogSelect.prototype.newContentChildren = function (theme, options) {
|
|
76119
76196
|
var result = _super.prototype.newContentChildren.call(this, theme, options);
|
|
76120
|
-
result.push(this.inputLayout, this.list);
|
|
76197
|
+
result.push(this.inputLayout, this.list, this.buttonDismiss);
|
|
76121
76198
|
return result;
|
|
76122
76199
|
};
|
|
76123
76200
|
Object.defineProperty(DDialogSelect.prototype, "inputLayout", {
|
|
76124
76201
|
get: function () {
|
|
76125
|
-
var
|
|
76126
|
-
|
|
76127
|
-
result = this.newInputLayout();
|
|
76128
|
-
this._inputLayout = result;
|
|
76129
|
-
}
|
|
76130
|
-
return result;
|
|
76202
|
+
var _a;
|
|
76203
|
+
return ((_a = this._inputLayout) !== null && _a !== void 0 ? _a : (this._inputLayout = this.newInputLayout()));
|
|
76131
76204
|
},
|
|
76132
76205
|
enumerable: false,
|
|
76133
76206
|
configurable: true
|
|
@@ -76136,33 +76209,9 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76136
76209
|
return new DLayoutHorizontal({
|
|
76137
76210
|
width: "padding",
|
|
76138
76211
|
height: "auto",
|
|
76139
|
-
children: [this.
|
|
76212
|
+
children: [this.selectCategory, this.input]
|
|
76140
76213
|
});
|
|
76141
76214
|
};
|
|
76142
|
-
Object.defineProperty(DDialogSelect.prototype, "spaceLeft", {
|
|
76143
|
-
get: function () {
|
|
76144
|
-
var result = this._spaceLeft;
|
|
76145
|
-
if (result == null) {
|
|
76146
|
-
result = this.newSpace();
|
|
76147
|
-
this._spaceLeft = result;
|
|
76148
|
-
}
|
|
76149
|
-
return result;
|
|
76150
|
-
},
|
|
76151
|
-
enumerable: false,
|
|
76152
|
-
configurable: true
|
|
76153
|
-
});
|
|
76154
|
-
Object.defineProperty(DDialogSelect.prototype, "spaceRight", {
|
|
76155
|
-
get: function () {
|
|
76156
|
-
var result = this._spaceRight;
|
|
76157
|
-
if (result == null) {
|
|
76158
|
-
result = this.newSpace();
|
|
76159
|
-
this._spaceRight = result;
|
|
76160
|
-
}
|
|
76161
|
-
return result;
|
|
76162
|
-
},
|
|
76163
|
-
enumerable: false,
|
|
76164
|
-
configurable: true
|
|
76165
|
-
});
|
|
76166
76215
|
DDialogSelect.prototype.newSpace = function () {
|
|
76167
76216
|
return new DLayoutSpace({
|
|
76168
76217
|
width: this.toInputMargin(this.theme, this._options)
|
|
@@ -76170,12 +76219,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76170
76219
|
};
|
|
76171
76220
|
Object.defineProperty(DDialogSelect.prototype, "selectCategory", {
|
|
76172
76221
|
get: function () {
|
|
76173
|
-
var
|
|
76174
|
-
|
|
76175
|
-
result = this.newSelectCategory();
|
|
76176
|
-
this._selectCategory = result;
|
|
76177
|
-
}
|
|
76178
|
-
return result;
|
|
76222
|
+
var _a;
|
|
76223
|
+
return ((_a = this._selectCategory) !== null && _a !== void 0 ? _a : (this._selectCategory = this.newSelectCategory()));
|
|
76179
76224
|
},
|
|
76180
76225
|
enumerable: false,
|
|
76181
76226
|
configurable: true
|
|
@@ -76203,12 +76248,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76203
76248
|
};
|
|
76204
76249
|
Object.defineProperty(DDialogSelect.prototype, "input", {
|
|
76205
76250
|
get: function () {
|
|
76206
|
-
var
|
|
76207
|
-
|
|
76208
|
-
result = this.newInput();
|
|
76209
|
-
this._input = result;
|
|
76210
|
-
}
|
|
76211
|
-
return result;
|
|
76251
|
+
var _a;
|
|
76252
|
+
return ((_a = this._input) !== null && _a !== void 0 ? _a : (this._input = this.newInput()));
|
|
76212
76253
|
},
|
|
76213
76254
|
enumerable: false,
|
|
76214
76255
|
configurable: true
|
|
@@ -76242,12 +76283,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76242
76283
|
};
|
|
76243
76284
|
Object.defineProperty(DDialogSelect.prototype, "list", {
|
|
76244
76285
|
get: function () {
|
|
76245
|
-
var
|
|
76246
|
-
|
|
76247
|
-
result = this.newList();
|
|
76248
|
-
this._list = result;
|
|
76249
|
-
}
|
|
76250
|
-
return result;
|
|
76286
|
+
var _a;
|
|
76287
|
+
return ((_a = this._list) !== null && _a !== void 0 ? _a : (this._list = this.newList()));
|
|
76251
76288
|
},
|
|
76252
76289
|
enumerable: false,
|
|
76253
76290
|
configurable: true
|
|
@@ -76265,15 +76302,6 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76265
76302
|
if (selected == null) {
|
|
76266
76303
|
return;
|
|
76267
76304
|
}
|
|
76268
|
-
var options = this._options;
|
|
76269
|
-
if (options) {
|
|
76270
|
-
var dismiss = options.dismiss;
|
|
76271
|
-
if (dismiss) {
|
|
76272
|
-
if (selected === dismiss.value) {
|
|
76273
|
-
selected = null;
|
|
76274
|
-
}
|
|
76275
|
-
}
|
|
76276
|
-
}
|
|
76277
76305
|
this._value = selected;
|
|
76278
76306
|
this.onOk(selected);
|
|
76279
76307
|
};
|
|
@@ -76286,12 +76314,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76286
76314
|
};
|
|
76287
76315
|
Object.defineProperty(DDialogSelect.prototype, "noteError", {
|
|
76288
76316
|
get: function () {
|
|
76289
|
-
var
|
|
76290
|
-
|
|
76291
|
-
result = this.newNoteError();
|
|
76292
|
-
this._noteError = result;
|
|
76293
|
-
}
|
|
76294
|
-
return result;
|
|
76317
|
+
var _a;
|
|
76318
|
+
return ((_a = this._noteError) !== null && _a !== void 0 ? _a : (this._noteError = this.newNoteError()));
|
|
76295
76319
|
},
|
|
76296
76320
|
enumerable: false,
|
|
76297
76321
|
configurable: true
|
|
@@ -76306,12 +76330,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76306
76330
|
};
|
|
76307
76331
|
Object.defineProperty(DDialogSelect.prototype, "noteNoItemsFound", {
|
|
76308
76332
|
get: function () {
|
|
76309
|
-
var
|
|
76310
|
-
|
|
76311
|
-
result = this.newNoteNoItemsFound();
|
|
76312
|
-
this._noteNoItemsFound = result;
|
|
76313
|
-
}
|
|
76314
|
-
return result;
|
|
76333
|
+
var _a;
|
|
76334
|
+
return ((_a = this._noteNoItemsFound) !== null && _a !== void 0 ? _a : (this._noteNoItemsFound = this.newNoteNoItemsFound()));
|
|
76315
76335
|
},
|
|
76316
76336
|
enumerable: false,
|
|
76317
76337
|
configurable: true
|
|
@@ -76326,12 +76346,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76326
76346
|
};
|
|
76327
76347
|
Object.defineProperty(DDialogSelect.prototype, "noteSearching", {
|
|
76328
76348
|
get: function () {
|
|
76329
|
-
var
|
|
76330
|
-
|
|
76331
|
-
result = this.newNoteSearching();
|
|
76332
|
-
this._noteSearching = result;
|
|
76333
|
-
}
|
|
76334
|
-
return result;
|
|
76349
|
+
var _a;
|
|
76350
|
+
return ((_a = this._noteSearching) !== null && _a !== void 0 ? _a : (this._noteSearching = this.newNoteSearching()));
|
|
76335
76351
|
},
|
|
76336
76352
|
enumerable: false,
|
|
76337
76353
|
configurable: true
|
|
@@ -76364,12 +76380,8 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76364
76380
|
};
|
|
76365
76381
|
Object.defineProperty(DDialogSelect.prototype, "search", {
|
|
76366
76382
|
get: function () {
|
|
76367
|
-
var
|
|
76368
|
-
|
|
76369
|
-
result = this.newSearch();
|
|
76370
|
-
this._search = result;
|
|
76371
|
-
}
|
|
76372
|
-
return result;
|
|
76383
|
+
var _a;
|
|
76384
|
+
return ((_a = this._search) !== null && _a !== void 0 ? _a : (this._search = this.newSearch()));
|
|
76373
76385
|
},
|
|
76374
76386
|
enumerable: false,
|
|
76375
76387
|
configurable: true
|
|
@@ -76379,28 +76391,73 @@ var DDialogSelect = /** @class */ (function (_super) {
|
|
|
76379
76391
|
if (options) {
|
|
76380
76392
|
var controller = options.controller;
|
|
76381
76393
|
if (controller) {
|
|
76382
|
-
var dismiss = options.dismiss;
|
|
76383
76394
|
var search = controller.search;
|
|
76384
76395
|
if ("create" in search) {
|
|
76385
|
-
|
|
76386
|
-
return new DDialogSelectSearhDismissableImpl(search, dismiss);
|
|
76387
|
-
}
|
|
76388
|
-
else {
|
|
76389
|
-
return search;
|
|
76390
|
-
}
|
|
76396
|
+
return search;
|
|
76391
76397
|
}
|
|
76392
76398
|
else {
|
|
76393
|
-
|
|
76394
|
-
return new DDialogSelectSearhDismissableImpl(new DDialogSelectSearhImpl(search), dismiss);
|
|
76395
|
-
}
|
|
76396
|
-
else {
|
|
76397
|
-
return new DDialogSelectSearhImpl(search);
|
|
76398
|
-
}
|
|
76399
|
+
return new DDialogSelectSearhImpl(search);
|
|
76399
76400
|
}
|
|
76400
76401
|
}
|
|
76401
76402
|
}
|
|
76402
76403
|
return new DDialogSelectSearhImpl();
|
|
76403
76404
|
};
|
|
76405
|
+
Object.defineProperty(DDialogSelect.prototype, "buttonDismiss", {
|
|
76406
|
+
get: function () {
|
|
76407
|
+
var result = this._buttonDismiss;
|
|
76408
|
+
if (result === undefined) {
|
|
76409
|
+
result = this.newButtonDismiss();
|
|
76410
|
+
this._buttonDismiss = result;
|
|
76411
|
+
}
|
|
76412
|
+
return result;
|
|
76413
|
+
},
|
|
76414
|
+
enumerable: false,
|
|
76415
|
+
configurable: true
|
|
76416
|
+
});
|
|
76417
|
+
DDialogSelect.prototype.newButtonDismiss = function () {
|
|
76418
|
+
var _this = this;
|
|
76419
|
+
var options = this.toButtonDismissOptions(this._options);
|
|
76420
|
+
if (options.enabled === true) {
|
|
76421
|
+
var result = new DButton(options);
|
|
76422
|
+
result.on("active", function () {
|
|
76423
|
+
_this._value = null;
|
|
76424
|
+
_this.onOk(null);
|
|
76425
|
+
});
|
|
76426
|
+
return result;
|
|
76427
|
+
}
|
|
76428
|
+
return null;
|
|
76429
|
+
};
|
|
76430
|
+
DDialogSelect.prototype.toButtonDismissOptions = function (options) {
|
|
76431
|
+
var theme = this.theme;
|
|
76432
|
+
if (options != null) {
|
|
76433
|
+
var dismiss = options.dismiss;
|
|
76434
|
+
if (dismiss != null) {
|
|
76435
|
+
if (dismiss.enabled === undefined) {
|
|
76436
|
+
dismiss.enabled = theme.isDismissable();
|
|
76437
|
+
}
|
|
76438
|
+
if (dismiss.weight === undefined && dismiss.width === undefined) {
|
|
76439
|
+
dismiss.width = "padding";
|
|
76440
|
+
}
|
|
76441
|
+
var text = dismiss.text;
|
|
76442
|
+
if (text === undefined) {
|
|
76443
|
+
dismiss.text = {
|
|
76444
|
+
value: theme.getDismissLabel()
|
|
76445
|
+
};
|
|
76446
|
+
}
|
|
76447
|
+
else if (text.value === undefined) {
|
|
76448
|
+
text.value = theme.getDismissLabel();
|
|
76449
|
+
}
|
|
76450
|
+
return dismiss;
|
|
76451
|
+
}
|
|
76452
|
+
}
|
|
76453
|
+
return {
|
|
76454
|
+
width: "padding",
|
|
76455
|
+
enabled: theme.isDismissable(),
|
|
76456
|
+
text: {
|
|
76457
|
+
value: theme.getDismissLabel()
|
|
76458
|
+
}
|
|
76459
|
+
};
|
|
76460
|
+
};
|
|
76404
76461
|
Object.defineProperty(DDialogSelect.prototype, "value", {
|
|
76405
76462
|
get: function () {
|
|
76406
76463
|
return this._value;
|
|
@@ -96618,7 +96675,6 @@ exports.DDialogSelect = DDialogSelect;
|
|
|
96618
96675
|
exports.DDialogSelectList = DDialogSelectList;
|
|
96619
96676
|
exports.DDialogSelectListItem = DDialogSelectListItem;
|
|
96620
96677
|
exports.DDialogSelectListItemUpdater = DDialogSelectListItemUpdater;
|
|
96621
|
-
exports.DDialogSelectSearhDismissableImpl = DDialogSelectSearhDismissableImpl;
|
|
96622
96678
|
exports.DDialogSelectSearhImpl = DDialogSelectSearhImpl;
|
|
96623
96679
|
exports.DDialogState = DDialogState;
|
|
96624
96680
|
exports.DDialogTime = DDialogTime;
|
|
@@ -97700,10 +97756,16 @@ exports.ESnapperResultScale = ESnapperResultScale;
|
|
|
97700
97756
|
exports.ESnapperTarget = ESnapperTarget;
|
|
97701
97757
|
exports.ESnapperTargetValue = ESnapperTargetValue;
|
|
97702
97758
|
exports.ESnapperTargetValueType = ESnapperTargetValueType;
|
|
97759
|
+
exports.EThemeDarkEnUsShapePointsFormatter = EThemeDarkEnUsShapePointsFormatter;
|
|
97760
|
+
exports.EThemeDarkJaJpShapePointsFormatter = EThemeDarkJaJpShapePointsFormatter;
|
|
97703
97761
|
exports.EThemeDarkShape = EThemeDarkShape;
|
|
97704
97762
|
exports.EThemeDarkShapeActionValue = EThemeDarkShapeActionValue;
|
|
97763
|
+
exports.EThemeDarkShapePointsFormatter = EThemeDarkShapePointsFormatter;
|
|
97764
|
+
exports.EThemeWhiteEnUsShapePointsFormatter = EThemeWhiteEnUsShapePointsFormatter;
|
|
97765
|
+
exports.EThemeWhiteJaJpShapePointsFormatter = EThemeWhiteJaJpShapePointsFormatter;
|
|
97705
97766
|
exports.EThemeWhiteShape = EThemeWhiteShape;
|
|
97706
97767
|
exports.EThemeWhiteShapeActionValue = EThemeWhiteShapeActionValue;
|
|
97768
|
+
exports.EThemeWhiteShapePointsFormatter = EThemeWhiteShapePointsFormatter;
|
|
97707
97769
|
exports.FormatNodeA = FormatNodeA;
|
|
97708
97770
|
exports.FormatNodeD = FormatNodeD;
|
|
97709
97771
|
exports.FormatNodeH = FormatNodeH;
|
|
@@ -97974,7 +98036,6 @@ exports.loadThemeDarkButtonSecondary = loadThemeDarkButtonSecondary;
|
|
|
97974
98036
|
exports.loadThemeDarkCanvasContainer = loadThemeDarkCanvasContainer;
|
|
97975
98037
|
exports.loadThemeDarkChart = loadThemeDarkChart;
|
|
97976
98038
|
exports.loadThemeDarkColor = loadThemeDarkColor;
|
|
97977
|
-
exports.loadThemeDarkDiagram = loadThemeDarkDiagram;
|
|
97978
98039
|
exports.loadThemeDarkDialog = loadThemeDarkDialog;
|
|
97979
98040
|
exports.loadThemeDarkDialogFitted = loadThemeDarkDialogFitted;
|
|
97980
98041
|
exports.loadThemeDarkDialogInputBoolean = loadThemeDarkDialogInputBoolean;
|
|
@@ -97990,6 +98051,7 @@ exports.loadThemeDarkEnUsButtonDate = loadThemeDarkEnUsButtonDate;
|
|
|
97990
98051
|
exports.loadThemeDarkEnUsButtonDatetime = loadThemeDarkEnUsButtonDatetime;
|
|
97991
98052
|
exports.loadThemeDarkEnUsButtonSelect = loadThemeDarkEnUsButtonSelect;
|
|
97992
98053
|
exports.loadThemeDarkEnUsButtonTime = loadThemeDarkEnUsButtonTime;
|
|
98054
|
+
exports.loadThemeDarkEnUsDiagram = loadThemeDarkEnUsDiagram;
|
|
97993
98055
|
exports.loadThemeDarkEnUsDiagramEditor = loadThemeDarkEnUsDiagramEditor;
|
|
97994
98056
|
exports.loadThemeDarkEnUsDialogAll = loadThemeDarkEnUsDialogAll;
|
|
97995
98057
|
exports.loadThemeDarkEnUsDialogColor = loadThemeDarkEnUsDialogColor;
|
|
@@ -98014,6 +98076,7 @@ exports.loadThemeDarkEnUsPickerColorGradient = loadThemeDarkEnUsPickerColorGradi
|
|
|
98014
98076
|
exports.loadThemeDarkEnUsPickerDate = loadThemeDarkEnUsPickerDate;
|
|
98015
98077
|
exports.loadThemeDarkEnUsPickerDatetime = loadThemeDarkEnUsPickerDatetime;
|
|
98016
98078
|
exports.loadThemeDarkEnUsPickerTime = loadThemeDarkEnUsPickerTime;
|
|
98079
|
+
exports.loadThemeDarkEnUsShapePointsFormatter = loadThemeDarkEnUsShapePointsFormatter;
|
|
98017
98080
|
exports.loadThemeDarkEnUsTable = loadThemeDarkEnUsTable;
|
|
98018
98081
|
exports.loadThemeDarkExpandable = loadThemeDarkExpandable;
|
|
98019
98082
|
exports.loadThemeDarkHtmlElement = loadThemeDarkHtmlElement;
|
|
@@ -98033,6 +98096,7 @@ exports.loadThemeDarkJaJpButtonDate = loadThemeDarkJaJpButtonDate;
|
|
|
98033
98096
|
exports.loadThemeDarkJaJpButtonDatetime = loadThemeDarkJaJpButtonDatetime;
|
|
98034
98097
|
exports.loadThemeDarkJaJpButtonSelect = loadThemeDarkJaJpButtonSelect;
|
|
98035
98098
|
exports.loadThemeDarkJaJpButtonTime = loadThemeDarkJaJpButtonTime;
|
|
98099
|
+
exports.loadThemeDarkJaJpDiagram = loadThemeDarkJaJpDiagram;
|
|
98036
98100
|
exports.loadThemeDarkJaJpDiagramEditor = loadThemeDarkJaJpDiagramEditor;
|
|
98037
98101
|
exports.loadThemeDarkJaJpDialogAll = loadThemeDarkJaJpDialogAll;
|
|
98038
98102
|
exports.loadThemeDarkJaJpDialogColor = loadThemeDarkJaJpDialogColor;
|
|
@@ -98057,6 +98121,7 @@ exports.loadThemeDarkJaJpPickerColorGradient = loadThemeDarkJaJpPickerColorGradi
|
|
|
98057
98121
|
exports.loadThemeDarkJaJpPickerDate = loadThemeDarkJaJpPickerDate;
|
|
98058
98122
|
exports.loadThemeDarkJaJpPickerDatetime = loadThemeDarkJaJpPickerDatetime;
|
|
98059
98123
|
exports.loadThemeDarkJaJpPickerTime = loadThemeDarkJaJpPickerTime;
|
|
98124
|
+
exports.loadThemeDarkJaJpShapePointsFormatter = loadThemeDarkJaJpShapePointsFormatter;
|
|
98060
98125
|
exports.loadThemeDarkJaJpTable = loadThemeDarkJaJpTable;
|
|
98061
98126
|
exports.loadThemeDarkLayout = loadThemeDarkLayout;
|
|
98062
98127
|
exports.loadThemeDarkList = loadThemeDarkList;
|
|
@@ -98090,7 +98155,6 @@ exports.loadThemeWhiteButtonSecondary = loadThemeWhiteButtonSecondary;
|
|
|
98090
98155
|
exports.loadThemeWhiteCanvasContainer = loadThemeWhiteCanvasContainer;
|
|
98091
98156
|
exports.loadThemeWhiteChart = loadThemeWhiteChart;
|
|
98092
98157
|
exports.loadThemeWhiteColor = loadThemeWhiteColor;
|
|
98093
|
-
exports.loadThemeWhiteDiagram = loadThemeWhiteDiagram;
|
|
98094
98158
|
exports.loadThemeWhiteDialog = loadThemeWhiteDialog;
|
|
98095
98159
|
exports.loadThemeWhiteDialogFitted = loadThemeWhiteDialogFitted;
|
|
98096
98160
|
exports.loadThemeWhiteDialogInputBoolean = loadThemeWhiteDialogInputBoolean;
|
|
@@ -98106,6 +98170,7 @@ exports.loadThemeWhiteEnUsButtonDate = loadThemeWhiteEnUsButtonDate;
|
|
|
98106
98170
|
exports.loadThemeWhiteEnUsButtonDatetime = loadThemeWhiteEnUsButtonDatetime;
|
|
98107
98171
|
exports.loadThemeWhiteEnUsButtonSelect = loadThemeWhiteEnUsButtonSelect;
|
|
98108
98172
|
exports.loadThemeWhiteEnUsButtonTime = loadThemeWhiteEnUsButtonTime;
|
|
98173
|
+
exports.loadThemeWhiteEnUsDiagram = loadThemeWhiteEnUsDiagram;
|
|
98109
98174
|
exports.loadThemeWhiteEnUsDiagramEditor = loadThemeWhiteEnUsDiagramEditor;
|
|
98110
98175
|
exports.loadThemeWhiteEnUsDialogAll = loadThemeWhiteEnUsDialogAll;
|
|
98111
98176
|
exports.loadThemeWhiteEnUsDialogColor = loadThemeWhiteEnUsDialogColor;
|
|
@@ -98130,6 +98195,7 @@ exports.loadThemeWhiteEnUsPickerColorGradient = loadThemeWhiteEnUsPickerColorGra
|
|
|
98130
98195
|
exports.loadThemeWhiteEnUsPickerDate = loadThemeWhiteEnUsPickerDate;
|
|
98131
98196
|
exports.loadThemeWhiteEnUsPickerDatetime = loadThemeWhiteEnUsPickerDatetime;
|
|
98132
98197
|
exports.loadThemeWhiteEnUsPickerTime = loadThemeWhiteEnUsPickerTime;
|
|
98198
|
+
exports.loadThemeWhiteEnUsShapePointsFormatter = loadThemeWhiteEnUsShapePointsFormatter;
|
|
98133
98199
|
exports.loadThemeWhiteEnUsTable = loadThemeWhiteEnUsTable;
|
|
98134
98200
|
exports.loadThemeWhiteExpandable = loadThemeWhiteExpandable;
|
|
98135
98201
|
exports.loadThemeWhiteHtmlElement = loadThemeWhiteHtmlElement;
|
|
@@ -98149,6 +98215,7 @@ exports.loadThemeWhiteJaJpButtonDate = loadThemeWhiteJaJpButtonDate;
|
|
|
98149
98215
|
exports.loadThemeWhiteJaJpButtonDatetime = loadThemeWhiteJaJpButtonDatetime;
|
|
98150
98216
|
exports.loadThemeWhiteJaJpButtonSelect = loadThemeWhiteJaJpButtonSelect;
|
|
98151
98217
|
exports.loadThemeWhiteJaJpButtonTime = loadThemeWhiteJaJpButtonTime;
|
|
98218
|
+
exports.loadThemeWhiteJaJpDiagram = loadThemeWhiteJaJpDiagram;
|
|
98152
98219
|
exports.loadThemeWhiteJaJpDiagramEditor = loadThemeWhiteJaJpDiagramEditor;
|
|
98153
98220
|
exports.loadThemeWhiteJaJpDialogAll = loadThemeWhiteJaJpDialogAll;
|
|
98154
98221
|
exports.loadThemeWhiteJaJpDialogColor = loadThemeWhiteJaJpDialogColor;
|
|
@@ -98173,6 +98240,7 @@ exports.loadThemeWhiteJaJpPickerColorGradient = loadThemeWhiteJaJpPickerColorGra
|
|
|
98173
98240
|
exports.loadThemeWhiteJaJpPickerDate = loadThemeWhiteJaJpPickerDate;
|
|
98174
98241
|
exports.loadThemeWhiteJaJpPickerDatetime = loadThemeWhiteJaJpPickerDatetime;
|
|
98175
98242
|
exports.loadThemeWhiteJaJpPickerTime = loadThemeWhiteJaJpPickerTime;
|
|
98243
|
+
exports.loadThemeWhiteJaJpShapePointsFormatter = loadThemeWhiteJaJpShapePointsFormatter;
|
|
98176
98244
|
exports.loadThemeWhiteJaJpTable = loadThemeWhiteJaJpTable;
|
|
98177
98245
|
exports.loadThemeWhiteLayout = loadThemeWhiteLayout;
|
|
98178
98246
|
exports.loadThemeWhiteList = loadThemeWhiteList;
|