@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
|
@@ -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
|
|
|
@@ -1947,159 +1947,6 @@
|
|
|
1947
1947
|
DThemeWhite.set("DColorStandard", DThemeWhiteColorStandard);
|
|
1948
1948
|
};
|
|
1949
1949
|
|
|
1950
|
-
/*
|
|
1951
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1952
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1953
|
-
*/
|
|
1954
|
-
var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
|
|
1955
|
-
__extends(DThemeWhiteDiagramBase, _super);
|
|
1956
|
-
function DThemeWhiteDiagramBase() {
|
|
1957
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1958
|
-
}
|
|
1959
|
-
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
1960
|
-
return 0xffffff;
|
|
1961
|
-
};
|
|
1962
|
-
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
1963
|
-
return 1.0;
|
|
1964
|
-
};
|
|
1965
|
-
DThemeWhiteDiagramBase.prototype.isAmbient = function () {
|
|
1966
|
-
return true;
|
|
1967
|
-
};
|
|
1968
|
-
DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
|
|
1969
|
-
return "WEAK";
|
|
1970
|
-
};
|
|
1971
|
-
return DThemeWhiteDiagramBase;
|
|
1972
|
-
}(DThemeWhiteCanvasContainer));
|
|
1973
|
-
|
|
1974
|
-
/*
|
|
1975
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1976
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1977
|
-
*/
|
|
1978
|
-
var DThemeWhiteDiagram = /** @class */ (function (_super) {
|
|
1979
|
-
__extends(DThemeWhiteDiagram, _super);
|
|
1980
|
-
function DThemeWhiteDiagram() {
|
|
1981
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1982
|
-
}
|
|
1983
|
-
return DThemeWhiteDiagram;
|
|
1984
|
-
}(DThemeWhiteDiagramBase));
|
|
1985
|
-
|
|
1986
|
-
/*
|
|
1987
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
1988
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1989
|
-
*/
|
|
1990
|
-
var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
|
|
1991
|
-
__extends(DThemeWhiteDiagramCanvasBase, _super);
|
|
1992
|
-
function DThemeWhiteDiagramCanvasBase() {
|
|
1993
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1994
|
-
}
|
|
1995
|
-
DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
|
|
1996
|
-
return true;
|
|
1997
|
-
};
|
|
1998
|
-
DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
1999
|
-
return 0xeeeeee;
|
|
2000
|
-
};
|
|
2001
|
-
DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
2002
|
-
return 0;
|
|
2003
|
-
};
|
|
2004
|
-
return DThemeWhiteDiagramCanvasBase;
|
|
2005
|
-
}(DThemeWhiteCanvas));
|
|
2006
|
-
|
|
2007
|
-
/*
|
|
2008
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2009
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2010
|
-
*/
|
|
2011
|
-
var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
|
|
2012
|
-
__extends(DThemeWhiteDiagramCanvas, _super);
|
|
2013
|
-
function DThemeWhiteDiagramCanvas() {
|
|
2014
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
2015
|
-
}
|
|
2016
|
-
DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
|
|
2017
|
-
_super.prototype.newState.call(this, state);
|
|
2018
|
-
state.isFocusable = false;
|
|
2019
|
-
};
|
|
2020
|
-
return DThemeWhiteDiagramCanvas;
|
|
2021
|
-
}(DThemeWhiteDiagramCanvasBase));
|
|
2022
|
-
|
|
2023
|
-
const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
|
|
2024
|
-
|
|
2025
|
-
var EThemeWhiteShape = /** @class */ (function () {
|
|
2026
|
-
function EThemeWhiteShape() {
|
|
2027
|
-
}
|
|
2028
|
-
EThemeWhiteShape.prototype.getFillColor = function () {
|
|
2029
|
-
return 0xffffff;
|
|
2030
|
-
};
|
|
2031
|
-
EThemeWhiteShape.prototype.getFillAlpha = function () {
|
|
2032
|
-
return 0.5;
|
|
2033
|
-
};
|
|
2034
|
-
EThemeWhiteShape.prototype.getStrokeColor = function () {
|
|
2035
|
-
return 0x4f4f4f;
|
|
2036
|
-
};
|
|
2037
|
-
EThemeWhiteShape.prototype.getStrokeAlpha = function () {
|
|
2038
|
-
return 1;
|
|
2039
|
-
};
|
|
2040
|
-
EThemeWhiteShape.prototype.getStrokeWidth = function () {
|
|
2041
|
-
return 2;
|
|
2042
|
-
};
|
|
2043
|
-
EThemeWhiteShape.prototype.getStrokeAlign = function () {
|
|
2044
|
-
return 0;
|
|
2045
|
-
};
|
|
2046
|
-
EThemeWhiteShape.prototype.getStrokeSide = function () {
|
|
2047
|
-
return EShapeStrokeSide.ALL;
|
|
2048
|
-
};
|
|
2049
|
-
EThemeWhiteShape.prototype.getStrokeStyle = function () {
|
|
2050
|
-
return EShapeStrokeStyle.NONE;
|
|
2051
|
-
};
|
|
2052
|
-
EThemeWhiteShape.prototype.getTextValue = function () {
|
|
2053
|
-
return "";
|
|
2054
|
-
};
|
|
2055
|
-
EThemeWhiteShape.prototype.getTextColor = function () {
|
|
2056
|
-
return this.getStrokeColor();
|
|
2057
|
-
};
|
|
2058
|
-
EThemeWhiteShape.prototype.getTextAlpha = function () {
|
|
2059
|
-
return this.getStrokeAlpha();
|
|
2060
|
-
};
|
|
2061
|
-
EThemeWhiteShape.prototype.getTextFamily = function () {
|
|
2062
|
-
return "auto";
|
|
2063
|
-
};
|
|
2064
|
-
EThemeWhiteShape.prototype.getTextSize = function () {
|
|
2065
|
-
return 14;
|
|
2066
|
-
};
|
|
2067
|
-
EThemeWhiteShape.prototype.getRadius = function () {
|
|
2068
|
-
return 0.25;
|
|
2069
|
-
};
|
|
2070
|
-
EThemeWhiteShape.prototype.getSizeX = function () {
|
|
2071
|
-
return 100;
|
|
2072
|
-
};
|
|
2073
|
-
EThemeWhiteShape.prototype.getSizeY = function () {
|
|
2074
|
-
return 100;
|
|
2075
|
-
};
|
|
2076
|
-
EThemeWhiteShape.prototype.getHighlightColor = function () {
|
|
2077
|
-
return 0x1e87f0;
|
|
2078
|
-
};
|
|
2079
|
-
EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
|
|
2080
|
-
return 24;
|
|
2081
|
-
};
|
|
2082
|
-
return EThemeWhiteShape;
|
|
2083
|
-
}());
|
|
2084
|
-
|
|
2085
|
-
/*
|
|
2086
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2087
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2088
|
-
*/
|
|
2089
|
-
var loadThemeWhiteShape = function () {
|
|
2090
|
-
DThemeWhite.set("EShape", EThemeWhiteShape);
|
|
2091
|
-
};
|
|
2092
|
-
|
|
2093
|
-
/*
|
|
2094
|
-
* Copyright (C) 2019 Toshiba Corporation
|
|
2095
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
2096
|
-
*/
|
|
2097
|
-
var loadThemeWhiteDiagram = function () {
|
|
2098
|
-
DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
|
|
2099
|
-
DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
|
|
2100
|
-
loadThemeWhiteShape();
|
|
2101
|
-
};
|
|
2102
|
-
|
|
2103
1950
|
const DAnimationFadeIn = wcardinal.ui.DAnimationFadeIn;
|
|
2104
1951
|
|
|
2105
1952
|
const DDialogAlign = wcardinal.ui.DDialogAlign;
|
|
@@ -5429,6 +5276,76 @@
|
|
|
5429
5276
|
DThemeWhite.set("EShapeActionValue", EThemeWhiteShapeActionValue);
|
|
5430
5277
|
};
|
|
5431
5278
|
|
|
5279
|
+
const EShapeStrokeSide = wcardinal.ui.EShapeStrokeSide;
|
|
5280
|
+
|
|
5281
|
+
var EThemeWhiteShape = /** @class */ (function () {
|
|
5282
|
+
function EThemeWhiteShape() {
|
|
5283
|
+
}
|
|
5284
|
+
EThemeWhiteShape.prototype.getFillColor = function () {
|
|
5285
|
+
return 0xffffff;
|
|
5286
|
+
};
|
|
5287
|
+
EThemeWhiteShape.prototype.getFillAlpha = function () {
|
|
5288
|
+
return 0.5;
|
|
5289
|
+
};
|
|
5290
|
+
EThemeWhiteShape.prototype.getStrokeColor = function () {
|
|
5291
|
+
return 0x4f4f4f;
|
|
5292
|
+
};
|
|
5293
|
+
EThemeWhiteShape.prototype.getStrokeAlpha = function () {
|
|
5294
|
+
return 1;
|
|
5295
|
+
};
|
|
5296
|
+
EThemeWhiteShape.prototype.getStrokeWidth = function () {
|
|
5297
|
+
return 2;
|
|
5298
|
+
};
|
|
5299
|
+
EThemeWhiteShape.prototype.getStrokeAlign = function () {
|
|
5300
|
+
return 0;
|
|
5301
|
+
};
|
|
5302
|
+
EThemeWhiteShape.prototype.getStrokeSide = function () {
|
|
5303
|
+
return EShapeStrokeSide.ALL;
|
|
5304
|
+
};
|
|
5305
|
+
EThemeWhiteShape.prototype.getStrokeStyle = function () {
|
|
5306
|
+
return EShapeStrokeStyle.NONE;
|
|
5307
|
+
};
|
|
5308
|
+
EThemeWhiteShape.prototype.getTextValue = function () {
|
|
5309
|
+
return "";
|
|
5310
|
+
};
|
|
5311
|
+
EThemeWhiteShape.prototype.getTextColor = function () {
|
|
5312
|
+
return this.getStrokeColor();
|
|
5313
|
+
};
|
|
5314
|
+
EThemeWhiteShape.prototype.getTextAlpha = function () {
|
|
5315
|
+
return this.getStrokeAlpha();
|
|
5316
|
+
};
|
|
5317
|
+
EThemeWhiteShape.prototype.getTextFamily = function () {
|
|
5318
|
+
return "auto";
|
|
5319
|
+
};
|
|
5320
|
+
EThemeWhiteShape.prototype.getTextSize = function () {
|
|
5321
|
+
return 14;
|
|
5322
|
+
};
|
|
5323
|
+
EThemeWhiteShape.prototype.getRadius = function () {
|
|
5324
|
+
return 0.25;
|
|
5325
|
+
};
|
|
5326
|
+
EThemeWhiteShape.prototype.getSizeX = function () {
|
|
5327
|
+
return 100;
|
|
5328
|
+
};
|
|
5329
|
+
EThemeWhiteShape.prototype.getSizeY = function () {
|
|
5330
|
+
return 100;
|
|
5331
|
+
};
|
|
5332
|
+
EThemeWhiteShape.prototype.getHighlightColor = function () {
|
|
5333
|
+
return 0x1e87f0;
|
|
5334
|
+
};
|
|
5335
|
+
EThemeWhiteShape.prototype.getCurveSegmentCount = function () {
|
|
5336
|
+
return 24;
|
|
5337
|
+
};
|
|
5338
|
+
return EThemeWhiteShape;
|
|
5339
|
+
}());
|
|
5340
|
+
|
|
5341
|
+
/*
|
|
5342
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
5343
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5344
|
+
*/
|
|
5345
|
+
var loadThemeWhiteShape = function () {
|
|
5346
|
+
DThemeWhite.set("EShape", EThemeWhiteShape);
|
|
5347
|
+
};
|
|
5348
|
+
|
|
5432
5349
|
/*
|
|
5433
5350
|
* Copyright (C) 2019 Toshiba Corporation
|
|
5434
5351
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -7044,6 +6961,9 @@
|
|
|
7044
6961
|
DThemeWhiteDialogSelect.prototype.getInputMargin = function () {
|
|
7045
6962
|
return 19;
|
|
7046
6963
|
};
|
|
6964
|
+
DThemeWhiteDialogSelect.prototype.isDismissable = function () {
|
|
6965
|
+
return false;
|
|
6966
|
+
};
|
|
7047
6967
|
DThemeWhiteDialogSelect.prototype.isCategoryDismissable = function () {
|
|
7048
6968
|
return true;
|
|
7049
6969
|
};
|
|
@@ -7059,6 +6979,9 @@
|
|
|
7059
6979
|
function DThemeWhiteEnUsDialogSelect() {
|
|
7060
6980
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
7061
6981
|
}
|
|
6982
|
+
DThemeWhiteEnUsDialogSelect.prototype.getDismissLabel = function () {
|
|
6983
|
+
return "None";
|
|
6984
|
+
};
|
|
7062
6985
|
DThemeWhiteEnUsDialogSelect.prototype.getCategoryDismissLabel = function () {
|
|
7063
6986
|
return "All";
|
|
7064
6987
|
};
|
|
@@ -7161,6 +7084,115 @@
|
|
|
7161
7084
|
loadThemeWhiteButton();
|
|
7162
7085
|
};
|
|
7163
7086
|
|
|
7087
|
+
/*
|
|
7088
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7089
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7090
|
+
*/
|
|
7091
|
+
var DThemeWhiteDiagramBase = /** @class */ (function (_super) {
|
|
7092
|
+
__extends(DThemeWhiteDiagramBase, _super);
|
|
7093
|
+
function DThemeWhiteDiagramBase() {
|
|
7094
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7095
|
+
}
|
|
7096
|
+
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundColor = function () {
|
|
7097
|
+
return 0xffffff;
|
|
7098
|
+
};
|
|
7099
|
+
DThemeWhiteDiagramBase.prototype.getCanvasBackgroundAlpha = function () {
|
|
7100
|
+
return 1.0;
|
|
7101
|
+
};
|
|
7102
|
+
DThemeWhiteDiagramBase.prototype.isAmbient = function () {
|
|
7103
|
+
return true;
|
|
7104
|
+
};
|
|
7105
|
+
DThemeWhiteDiagramBase.prototype.getCanvasShadow = function () {
|
|
7106
|
+
return "WEAK";
|
|
7107
|
+
};
|
|
7108
|
+
return DThemeWhiteDiagramBase;
|
|
7109
|
+
}(DThemeWhiteCanvasContainer));
|
|
7110
|
+
|
|
7111
|
+
/*
|
|
7112
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7113
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7114
|
+
*/
|
|
7115
|
+
var DThemeWhiteDiagram = /** @class */ (function (_super) {
|
|
7116
|
+
__extends(DThemeWhiteDiagram, _super);
|
|
7117
|
+
function DThemeWhiteDiagram() {
|
|
7118
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7119
|
+
}
|
|
7120
|
+
return DThemeWhiteDiagram;
|
|
7121
|
+
}(DThemeWhiteDiagramBase));
|
|
7122
|
+
|
|
7123
|
+
/*
|
|
7124
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7125
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7126
|
+
*/
|
|
7127
|
+
var DThemeWhiteDiagramCanvasBase = /** @class */ (function (_super) {
|
|
7128
|
+
__extends(DThemeWhiteDiagramCanvasBase, _super);
|
|
7129
|
+
function DThemeWhiteDiagramCanvasBase() {
|
|
7130
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7131
|
+
}
|
|
7132
|
+
DThemeWhiteDiagramCanvasBase.prototype.isAmbient = function () {
|
|
7133
|
+
return true;
|
|
7134
|
+
};
|
|
7135
|
+
DThemeWhiteDiagramCanvasBase.prototype.getBackgroundBase = function () {
|
|
7136
|
+
return 0xeeeeee;
|
|
7137
|
+
};
|
|
7138
|
+
DThemeWhiteDiagramCanvasBase.prototype.getLocalBoundsLimit = function () {
|
|
7139
|
+
return 0;
|
|
7140
|
+
};
|
|
7141
|
+
return DThemeWhiteDiagramCanvasBase;
|
|
7142
|
+
}(DThemeWhiteCanvas));
|
|
7143
|
+
|
|
7144
|
+
/*
|
|
7145
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7146
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7147
|
+
*/
|
|
7148
|
+
var DThemeWhiteDiagramCanvas = /** @class */ (function (_super) {
|
|
7149
|
+
__extends(DThemeWhiteDiagramCanvas, _super);
|
|
7150
|
+
function DThemeWhiteDiagramCanvas() {
|
|
7151
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7152
|
+
}
|
|
7153
|
+
DThemeWhiteDiagramCanvas.prototype.newState = function (state) {
|
|
7154
|
+
_super.prototype.newState.call(this, state);
|
|
7155
|
+
state.isFocusable = false;
|
|
7156
|
+
};
|
|
7157
|
+
return DThemeWhiteDiagramCanvas;
|
|
7158
|
+
}(DThemeWhiteDiagramCanvasBase));
|
|
7159
|
+
|
|
7160
|
+
var EThemeWhiteShapePointsFormatter = /** @class */ (function () {
|
|
7161
|
+
function EThemeWhiteShapePointsFormatter() {
|
|
7162
|
+
}
|
|
7163
|
+
return EThemeWhiteShapePointsFormatter;
|
|
7164
|
+
}());
|
|
7165
|
+
|
|
7166
|
+
var EThemeWhiteEnUsShapePointsFormatter = /** @class */ (function (_super) {
|
|
7167
|
+
__extends(EThemeWhiteEnUsShapePointsFormatter, _super);
|
|
7168
|
+
function EThemeWhiteEnUsShapePointsFormatter() {
|
|
7169
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
7170
|
+
}
|
|
7171
|
+
EThemeWhiteEnUsShapePointsFormatter.prototype.getCurveLabel = function () {
|
|
7172
|
+
return "Curve";
|
|
7173
|
+
};
|
|
7174
|
+
return EThemeWhiteEnUsShapePointsFormatter;
|
|
7175
|
+
}(EThemeWhiteShapePointsFormatter));
|
|
7176
|
+
|
|
7177
|
+
/*
|
|
7178
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7179
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7180
|
+
*/
|
|
7181
|
+
var loadThemeWhiteEnUsShapePointsFormatter = function () {
|
|
7182
|
+
DThemeWhite.set("EShapePointsFormatter", EThemeWhiteEnUsShapePointsFormatter);
|
|
7183
|
+
};
|
|
7184
|
+
|
|
7185
|
+
/*
|
|
7186
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
7187
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
7188
|
+
*/
|
|
7189
|
+
var loadThemeWhiteEnUsDiagram = function () {
|
|
7190
|
+
DThemeWhite.set("DDiagram", DThemeWhiteDiagram);
|
|
7191
|
+
DThemeWhite.set("DDiagramCanvas", DThemeWhiteDiagramCanvas);
|
|
7192
|
+
loadThemeWhiteEnUsShapePointsFormatter();
|
|
7193
|
+
loadThemeWhiteShape();
|
|
7194
|
+
};
|
|
7195
|
+
|
|
7164
7196
|
/*
|
|
7165
7197
|
* Copyright (C) 2019 Toshiba Corporation
|
|
7166
7198
|
* SPDX-License-Identifier: Apache-2.0
|
|
@@ -7300,6 +7332,7 @@
|
|
|
7300
7332
|
DThemeWhite.set("DDiagramEditor", DThemeWhiteEnUsDiagramEditor);
|
|
7301
7333
|
DThemeWhite.set("DDiagramCanvasEditor", DThemeWhiteDiagramCanvasEditor);
|
|
7302
7334
|
loadThemeWhiteShapeActionValue();
|
|
7335
|
+
loadThemeWhiteEnUsShapePointsFormatter();
|
|
7303
7336
|
loadThemeWhiteShape();
|
|
7304
7337
|
};
|
|
7305
7338
|
|
|
@@ -9630,7 +9663,7 @@
|
|
|
9630
9663
|
loadThemeWhiteChart();
|
|
9631
9664
|
loadThemeWhiteColor();
|
|
9632
9665
|
loadThemeWhiteEnUsDiagramEditor();
|
|
9633
|
-
|
|
9666
|
+
loadThemeWhiteEnUsDiagram();
|
|
9634
9667
|
loadThemeWhiteEnUsDialogAll();
|
|
9635
9668
|
loadThemeWhiteExpandable();
|
|
9636
9669
|
loadThemeWhiteHtmlElement();
|
|
@@ -9692,7 +9725,6 @@
|
|
|
9692
9725
|
loadThemeWhiteCanvasContainer: loadThemeWhiteCanvasContainer,
|
|
9693
9726
|
loadThemeWhiteChart: loadThemeWhiteChart,
|
|
9694
9727
|
loadThemeWhiteColor: loadThemeWhiteColor,
|
|
9695
|
-
loadThemeWhiteDiagram: loadThemeWhiteDiagram,
|
|
9696
9728
|
loadThemeWhiteDialogFitted: loadThemeWhiteDialogFitted,
|
|
9697
9729
|
loadThemeWhiteDialogInputBoolean: loadThemeWhiteDialogInputBoolean,
|
|
9698
9730
|
loadThemeWhiteDialogInputInteger: loadThemeWhiteDialogInputInteger,
|
|
@@ -9735,6 +9767,7 @@
|
|
|
9735
9767
|
loadThemeWhiteEnUsButtonSelect: loadThemeWhiteEnUsButtonSelect,
|
|
9736
9768
|
loadThemeWhiteEnUsButtonTime: loadThemeWhiteEnUsButtonTime,
|
|
9737
9769
|
loadThemeWhiteEnUsDiagramEditor: loadThemeWhiteEnUsDiagramEditor,
|
|
9770
|
+
loadThemeWhiteEnUsDiagram: loadThemeWhiteEnUsDiagram,
|
|
9738
9771
|
loadThemeWhiteEnUsDialogAll: loadThemeWhiteEnUsDialogAll,
|
|
9739
9772
|
loadThemeWhiteEnUsDialogColorGradient: loadThemeWhiteEnUsDialogColorGradient,
|
|
9740
9773
|
loadThemeWhiteEnUsDialogColor: loadThemeWhiteEnUsDialogColor,
|
|
@@ -9758,6 +9791,7 @@
|
|
|
9758
9791
|
loadThemeWhiteEnUsPickerDate: loadThemeWhiteEnUsPickerDate,
|
|
9759
9792
|
loadThemeWhiteEnUsPickerDatetime: loadThemeWhiteEnUsPickerDatetime,
|
|
9760
9793
|
loadThemeWhiteEnUsPickerTime: loadThemeWhiteEnUsPickerTime,
|
|
9794
|
+
loadThemeWhiteEnUsShapePointsFormatter: loadThemeWhiteEnUsShapePointsFormatter,
|
|
9761
9795
|
loadThemeWhiteEnUsTable: loadThemeWhiteEnUsTable,
|
|
9762
9796
|
DThemeWhiteAtlas: DThemeWhiteAtlas,
|
|
9763
9797
|
DThemeWhiteBase: DThemeWhiteBase,
|
|
@@ -9990,6 +10024,7 @@
|
|
|
9990
10024
|
DThemeWhiteView: DThemeWhiteView,
|
|
9991
10025
|
DThemeWhite: DThemeWhite,
|
|
9992
10026
|
EThemeWhiteShapeActionValue: EThemeWhiteShapeActionValue,
|
|
10027
|
+
EThemeWhiteShapePointsFormatter: EThemeWhiteShapePointsFormatter,
|
|
9993
10028
|
EThemeWhiteShape: EThemeWhiteShape,
|
|
9994
10029
|
DThemeWhiteEnUsDiagramEditor: DThemeWhiteEnUsDiagramEditor,
|
|
9995
10030
|
DThemeWhiteEnUsDialogConfirmDelete: DThemeWhiteEnUsDialogConfirmDelete,
|
|
@@ -10009,7 +10044,8 @@
|
|
|
10009
10044
|
DThemeWhiteEnUsPickerColor: DThemeWhiteEnUsPickerColor,
|
|
10010
10045
|
DThemeWhiteEnUsPickerDate: DThemeWhiteEnUsPickerDate,
|
|
10011
10046
|
DThemeWhiteEnUsPickerDatetime: DThemeWhiteEnUsPickerDatetime,
|
|
10012
|
-
DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime
|
|
10047
|
+
DThemeWhiteEnUsPickerTime: DThemeWhiteEnUsPickerTime,
|
|
10048
|
+
EThemeWhiteEnUsShapePointsFormatter: EThemeWhiteEnUsShapePointsFormatter
|
|
10013
10049
|
};
|
|
10014
10050
|
|
|
10015
10051
|
/*
|