@wcardinal/wcardinal-ui 0.145.0 → 0.149.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-note-small-error.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small-no-items-found.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small-searching.d.ts +8 -0
- package/dist/types/wcardinal/ui/d-note-small.d.ts +8 -0
- package/dist/types/wcardinal/ui/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-bodies.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-body-impl.d.ts +24 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-body.d.ts +14 -0
- package/dist/types/wcardinal/ui/shape/e-shape-connector-edge-container.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/index.d.ts +3 -0
- package/dist/types/wcardinal/ui/shape/variant/e-shape-connector-line.d.ts +9 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-error.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-searching.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note-small.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-note.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-slider-track.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.d.ts +4 -2
- package/dist/types/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/dark/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-error.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-searching.d.ts +0 -3
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-error.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small-searching.d.ts +5 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note-small.d.ts +4 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-note.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-thumb.d.ts +1 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-slider-track.d.ts +3 -0
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-body-cells.d.ts +4 -2
- package/dist/types/wcardinal/ui/theme/white/d-theme-white-table-header-cell.d.ts +2 -0
- package/dist/types/wcardinal/ui/theme/white/index.d.ts +4 -0
- package/dist/types/wcardinal/ui/util/util-svg-atlas-builder.d.ts +1 -0
- package/dist/wcardinal/ui/d-dialog-select.js +6 -6
- package/dist/wcardinal/ui/d-dialog-select.js.map +1 -1
- package/dist/wcardinal/ui/d-note-small-error.js +18 -0
- package/dist/wcardinal/ui/d-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/d-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/d-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/d-note-small.js +18 -0
- package/dist/wcardinal/ui/d-note-small.js.map +1 -0
- package/dist/wcardinal/ui/d-view-gesture-impl.js +12 -4
- package/dist/wcardinal/ui/d-view-gesture-impl.js.map +1 -1
- package/dist/wcardinal/ui/index.js +4 -0
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js +36 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-bodies.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js +88 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body-impl.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body.js +6 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-body.js.map +1 -0
- package/dist/wcardinal/ui/shape/e-shape-connector-edge-container-impl.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-connector-edge-container.js.map +1 -1
- package/dist/wcardinal/ui/shape/e-shape-runtime.js +6 -4
- package/dist/wcardinal/ui/shape/e-shape-runtime.js.map +1 -1
- package/dist/wcardinal/ui/shape/index.js +3 -0
- package/dist/wcardinal/ui/shape/index.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js +19 -1
- package/dist/wcardinal/ui/shape/variant/deserialize-connector-line.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js +104 -81
- package/dist/wcardinal/ui/shape/variant/e-shape-connector-line.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js +0 -9
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-error.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js +0 -10
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-no-items-found.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js +0 -11
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-searching.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js +18 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note-small.js.map +1 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js +9 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js +3 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-thumb.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js +10 -0
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-track.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-slider-value.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js +13 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js +7 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/index.js +4 -0
- package/dist/wcardinal/ui/theme/dark/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js +6 -0
- package/dist/wcardinal/ui/theme/dark/load/load-theme-dark-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js +0 -9
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-error.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js +0 -10
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-no-items-found.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js +0 -11
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-searching.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-error.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-no-items-found.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small-searching.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js +18 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note-small.js.map +1 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js +9 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-note.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js +3 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-thumb.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js +10 -0
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-track.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-slider-value.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js +16 -5
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js +7 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/index.js +4 -0
- package/dist/wcardinal/ui/theme/white/index.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js +6 -0
- package/dist/wcardinal/ui/theme/white/load/load-theme-white-note.js.map +1 -1
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js +3 -0
- package/dist/wcardinal/ui/util/util-svg-atlas-builder.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +111 -38
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +114 -38
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
- package/dist/wcardinal-ui.cjs.js +577 -188
- package/dist/wcardinal-ui.js +354 -114
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
3
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
import { __extends } from "tslib";
|
|
6
|
+
import { DNoteSmall } from "./d-note-small";
|
|
7
|
+
var DNoteSmallSearching = /** @class */ (function (_super) {
|
|
8
|
+
__extends(DNoteSmallSearching, _super);
|
|
9
|
+
function DNoteSmallSearching() {
|
|
10
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
11
|
+
}
|
|
12
|
+
DNoteSmallSearching.prototype.getType = function () {
|
|
13
|
+
return "DNoteSmallSearching";
|
|
14
|
+
};
|
|
15
|
+
return DNoteSmallSearching;
|
|
16
|
+
}(DNoteSmall));
|
|
17
|
+
export { DNoteSmallSearching };
|
|
18
|
+
//# sourceMappingURL=d-note-small-searching.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"d-note-small-searching.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/d-note-small-searching.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,UAAU,EAAsC,MAAM,gBAAgB,CAAC;AAQhF;IAGU,uCAA0B;IAHpC;;IAOA,CAAC;IAHU,qCAAO,GAAjB;QACC,OAAO,qBAAqB,CAAC;IAC9B,CAAC;IACF,0BAAC;AAAD,CAAC,AAPD,CAGU,UAAU,GAInB","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DNoteSmall, DNoteSmallOptions, DThemeNoteSmall } from \"./d-note-small\";\n\nexport interface DNoteSmallSearchingOptions<\n\tTHEME extends DThemeNoteSmallSearching = DThemeNoteSmallSearching\n> extends DNoteSmallOptions<THEME> {}\n\nexport interface DThemeNoteSmallSearching extends DThemeNoteSmall {}\n\nexport class DNoteSmallSearching<\n\tTHEME extends DThemeNoteSmallSearching = DThemeNoteSmallSearching,\n\tOPTIONS extends DNoteSmallSearchingOptions<THEME> = DNoteSmallSearchingOptions<THEME>\n> extends DNoteSmall<THEME, OPTIONS> {\n\tprotected getType(): string {\n\t\treturn \"DNoteSmallSearching\";\n\t}\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
3
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
import { __extends } from "tslib";
|
|
6
|
+
import { DNote } from "./d-note";
|
|
7
|
+
var DNoteSmall = /** @class */ (function (_super) {
|
|
8
|
+
__extends(DNoteSmall, _super);
|
|
9
|
+
function DNoteSmall() {
|
|
10
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
11
|
+
}
|
|
12
|
+
DNoteSmall.prototype.getType = function () {
|
|
13
|
+
return "DNoteSmall";
|
|
14
|
+
};
|
|
15
|
+
return DNoteSmall;
|
|
16
|
+
}(DNote));
|
|
17
|
+
export { DNoteSmall };
|
|
18
|
+
//# sourceMappingURL=d-note-small.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"d-note-small.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/d-note-small.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAEH,OAAO,EAAE,KAAK,EAA4B,MAAM,UAAU,CAAC;AAO3D;IAGU,8BAAqB;IAH/B;;IAOA,CAAC;IAHU,4BAAO,GAAjB;QACC,OAAO,YAAY,CAAC;IACrB,CAAC;IACF,iBAAC;AAAD,CAAC,AAPD,CAGU,KAAK,GAId","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DNote, DNoteOptions, DThemeNote } from \"./d-note\";\n\nexport interface DNoteSmallOptions<THEME extends DThemeNoteSmall = DThemeNoteSmall>\n\textends DNoteOptions<THEME> {}\n\nexport interface DThemeNoteSmall extends DThemeNote {}\n\nexport class DNoteSmall<\n\tTHEME extends DThemeNoteSmall = DThemeNoteSmall,\n\tOPTIONS extends DNoteSmallOptions<THEME> = DNoteSmallOptions<THEME>\n> extends DNote<THEME, OPTIONS> {\n\tprotected getType(): string {\n\t\treturn \"DNoteSmall\";\n\t}\n}\n"]}
|
|
@@ -36,9 +36,17 @@ var DViewGestureImpl = /** @class */ (function () {
|
|
|
36
36
|
DViewGestureImpl.prototype.onGestureMove = function (target, dx, dy, x, y, ds) {
|
|
37
37
|
if (target) {
|
|
38
38
|
// Scale
|
|
39
|
-
var
|
|
40
|
-
var
|
|
41
|
-
var
|
|
39
|
+
var stopper = this._stopper;
|
|
40
|
+
var oldScale = target.scale;
|
|
41
|
+
var oldScaleX = oldScale.x;
|
|
42
|
+
var oldScaleY = oldScale.y;
|
|
43
|
+
var newScaleX = stopper.toNormalizedScale(oldScaleX * ds);
|
|
44
|
+
var newScaleY = stopper.toNormalizedScale(oldScaleY * ds);
|
|
45
|
+
var scaleRatioX = newScaleX / oldScaleX;
|
|
46
|
+
var scaleRatioY = newScaleY / oldScaleY;
|
|
47
|
+
var scaleRatio = ds < 1 ? Math.max(scaleRatioX, scaleRatioY) : Math.min(scaleRatioX, scaleRatioY);
|
|
48
|
+
newScaleX = scaleRatio * oldScaleX;
|
|
49
|
+
newScaleY = scaleRatio * oldScaleY;
|
|
42
50
|
// Position
|
|
43
51
|
var cx = x - dx;
|
|
44
52
|
var cy = y - dy;
|
|
@@ -46,7 +54,7 @@ var DViewGestureImpl = /** @class */ (function () {
|
|
|
46
54
|
var newX = (position.x - cx) * scaleRatio + x;
|
|
47
55
|
var newY = (position.y - cy) * scaleRatio + y;
|
|
48
56
|
// Update
|
|
49
|
-
target.scale.set(
|
|
57
|
+
target.scale.set(newScaleX, newScaleY);
|
|
50
58
|
target.position.set(newX, newY);
|
|
51
59
|
}
|
|
52
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"d-view-gesture-impl.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/d-view-gesture-impl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAInE,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD;IAKC,0BACC,MAAa,EACb,QAAuB,EACvB,OAAqB,EACrB,KAAwB,EACxB,OAAwC;QALzC,iBAwCC;;QAjCA,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACtB,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QAExB,IAAM,IAAI,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,IAAI,mCAAI,KAAK,CAAC,cAAc,EAAE,EAAE,eAAe,CAAC,CAAC;QAC9E,IAAM,QAAQ,GAAG,MAAM,CACtB,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,mCAAI,KAAK,CAAC,kBAAkB,EAAE,EAC/C,mBAAmB,CACnB,CAAC;QACF,IAAI,IAAI,KAAK,eAAe,CAAC,EAAE,IAAI,IAAI,KAAK,eAAe,CAAC,KAAK,EAAE;YAClE,IAAI,CAAC,YAAY,GAAG,IAAI,WAAW,CAAQ;gBAC1C,KAAK,EAAE,IAAI,KAAK,eAAe,CAAC,KAAK;gBACrC,QAAQ,UAAA;gBACR,OAAO,EAAE,OAAO,IAAI,OAAO,CAAC,OAAO;gBACnC,MAAM,EAAE;oBACP,QAAQ,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ;iBAC3B;gBACD,EAAE,EAAE;oBACH,KAAK,EAAE;wBACN,KAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;oBACtB,CAAC;oBACD,IAAI,EAAE,UACL,MAAa,EACb,EAAU,EACV,EAAU,EACV,CAAS,EACT,CAAS,EACT,EAAU;wBAEV,KAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;oBACxD,CAAC;iBACD;aACD,CAAC,CAAC;SACH;IACF,CAAC;IAES,wCAAa,GAAvB,UACC,MAA0B,EAC1B,EAAU,EACV,EAAU,EACV,CAAS,EACT,CAAS,EACT,EAAU;QAEV,IAAI,MAAM,EAAE;YACX,QAAQ;YACR,IAAM,QAAQ,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"d-view-gesture-impl.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/d-view-gesture-impl.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { interaction } from \"pixi.js\";\nimport { DBase } from \"./d-base\";\nimport { UtilGestureMode } from \"./util/util-gesture-mode\";\nimport { UtilGestureModifier } from \"./util/util-gesture-modifier\";\nimport { DThemeViewGesture, DViewGesture, DViewGestureOptions } from \"./d-view-gesture\";\nimport { DViewStopper } from \"./d-view-stopper\";\nimport { DViewTarget, DViewToTarget } from \"./d-view-to-target\";\nimport { toEnum } from \"./util/to-enum\";\nimport { UtilGesture } from \"./util/util-gesture\";\n\nexport class DViewGestureImpl implements DViewGesture {\n\tprotected _parent: DBase;\n\tprotected _stopper: DViewStopper;\n\tprotected _gestureUtil?: UtilGesture<DBase>;\n\n\tconstructor(\n\t\tparent: DBase,\n\t\ttoTarget: DViewToTarget,\n\t\tstopper: DViewStopper,\n\t\ttheme: DThemeViewGesture,\n\t\toptions: DViewGestureOptions | undefined\n\t) {\n\t\tthis._parent = parent;\n\t\tthis._stopper = stopper;\n\n\t\tconst mode = toEnum(options?.mode ?? theme.getGestureMode(), UtilGestureMode);\n\t\tconst modifier = toEnum(\n\t\t\toptions?.modifier ?? theme.getGestureModifier(),\n\t\t\tUtilGestureModifier\n\t\t);\n\t\tif (mode === UtilGestureMode.ON || mode === UtilGestureMode.TOUCH) {\n\t\t\tthis._gestureUtil = new UtilGesture<DBase>({\n\t\t\t\ttouch: mode === UtilGestureMode.TOUCH,\n\t\t\t\tmodifier,\n\t\t\t\tchecker: options && options.checker,\n\t\t\t\teasing: {\n\t\t\t\t\tduration: options?.duration\n\t\t\t\t},\n\t\t\t\ton: {\n\t\t\t\t\tstart: (): void => {\n\t\t\t\t\t\tthis._stopper.stop();\n\t\t\t\t\t},\n\t\t\t\t\tmove: (\n\t\t\t\t\t\ttarget: DBase,\n\t\t\t\t\t\tdx: number,\n\t\t\t\t\t\tdy: number,\n\t\t\t\t\t\tx: number,\n\t\t\t\t\t\ty: number,\n\t\t\t\t\t\tds: number\n\t\t\t\t\t): void => {\n\t\t\t\t\t\tthis.onGestureMove(toTarget(parent), dx, dy, x, y, ds);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\n\tprotected onGestureMove(\n\t\ttarget: DViewTarget | null,\n\t\tdx: number,\n\t\tdy: number,\n\t\tx: number,\n\t\ty: number,\n\t\tds: number\n\t): void {\n\t\tif (target) {\n\t\t\t// Scale\n\t\t\tconst stopper = this._stopper;\n\t\t\tconst oldScale = target.scale;\n\t\t\tconst oldScaleX = oldScale.x;\n\t\t\tconst oldScaleY = oldScale.y;\n\t\t\tlet newScaleX = stopper.toNormalizedScale(oldScaleX * ds);\n\t\t\tlet newScaleY = stopper.toNormalizedScale(oldScaleY * ds);\n\n\t\t\tconst scaleRatioX = newScaleX / oldScaleX;\n\t\t\tconst scaleRatioY = newScaleY / oldScaleY;\n\t\t\tconst scaleRatio =\n\t\t\t\tds < 1 ? Math.max(scaleRatioX, scaleRatioY) : Math.min(scaleRatioX, scaleRatioY);\n\t\t\tnewScaleX = scaleRatio * oldScaleX;\n\t\t\tnewScaleY = scaleRatio * oldScaleY;\n\n\t\t\t// Position\n\t\t\tconst cx = x - dx;\n\t\t\tconst cy = y - dy;\n\t\t\tconst position = target.position;\n\t\t\tconst newX = (position.x - cx) * scaleRatio + x;\n\t\t\tconst newY = (position.y - cy) * scaleRatio + y;\n\n\t\t\t// Update\n\t\t\ttarget.scale.set(newScaleX, newScaleY);\n\t\t\ttarget.position.set(newX, newY);\n\t\t}\n\t}\n\n\tstop(): void {\n\t\tthis._gestureUtil?.stop(this._parent);\n\t}\n\n\tonDown(e: interaction.InteractionEvent): void {\n\t\tthis._gestureUtil?.onDown(this._parent, e);\n\t}\n}\n"]}
|
|
@@ -368,6 +368,10 @@ export * from "./d-menus";
|
|
|
368
368
|
export * from "./d-note-error";
|
|
369
369
|
export * from "./d-note-no-items-found";
|
|
370
370
|
export * from "./d-note-searching";
|
|
371
|
+
export * from "./d-note-small-error";
|
|
372
|
+
export * from "./d-note-small-no-items-found";
|
|
373
|
+
export * from "./d-note-small-searching";
|
|
374
|
+
export * from "./d-note-small";
|
|
371
375
|
export * from "./d-note";
|
|
372
376
|
export * from "./d-notification";
|
|
373
377
|
export * from "./d-outline";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./shape\";\nexport * from \"./snapper\";\nexport * from \"./theme\";\nexport * from \"./util\";\nexport * from \"./d-align-horizontal\";\nexport * from \"./d-align-vertical\";\nexport * from \"./d-align-with\";\nexport * from \"./d-animation-base\";\nexport * from \"./d-animation-empty\";\nexport * from \"./d-animation-fade-in\";\nexport * from \"./d-animation-timings\";\nexport * from \"./d-animation\";\nexport * from \"./d-application-layer-like\";\nexport * from \"./d-application-layer-options\";\nexport * from \"./d-application-layer-stage-like\";\nexport * from \"./d-application-layer\";\nexport * from \"./d-application-like\";\nexport * from \"./d-application-padding\";\nexport * from \"./d-application\";\nexport * from \"./d-applications\";\nexport * from \"./d-background\";\nexport * from \"./d-base-auto-set\";\nexport * from \"./d-base-auto\";\nexport * from \"./d-base-background-mesh-geometry\";\nexport * from \"./d-base-background-mesh\";\nexport * from \"./d-base-background-snippet\";\nexport * from \"./d-base-background\";\nexport * from \"./d-base-border-mesh-geometry\";\nexport * from \"./d-base-border-mesh\";\nexport * from \"./d-base-border-snippet\";\nexport * from \"./d-base-border\";\nexport * from \"./d-base-corner\";\nexport * from \"./d-base-interactive\";\nexport * from \"./d-base-mesh-geometry\";\nexport * from \"./d-base-outline-snippet\";\nexport * from \"./d-base-outline\";\nexport * from \"./d-base-overflow-mask-simple\";\nexport * from \"./d-base-overflow-mask\";\nexport * from \"./d-base-padding-adjustable\";\nexport * from \"./d-base-padding\";\nexport * from \"./d-base-point\";\nexport * from \"./d-base-reflowable-container\";\nexport * from \"./d-base-reflowable-impl\";\nexport * from \"./d-base-reflowable\";\nexport * from \"./d-base-snippet-container\";\nexport * from \"./d-base-snippet\";\nexport * from \"./d-base-state-set-impl-observable\";\nexport * from \"./d-base-state-set-impl\";\nexport * from \"./d-base-state-set-like\";\nexport * from \"./d-base-state-set\";\nexport * from \"./d-base-state\";\nexport * from \"./d-base\";\nexport * from \"./d-board\";\nexport * from \"./d-border-mask\";\nexport * from \"./d-border\";\nexport * from \"./d-button-ambient\";\nexport * from \"./d-button-base-when\";\nexport * from \"./d-button-base\";\nexport * from \"./d-button-check-right\";\nexport * from \"./d-button-check\";\nexport * from \"./d-button-color-gradient\";\nexport * from \"./d-button-color\";\nexport * from \"./d-button-danger\";\nexport * from \"./d-button-date\";\nexport * from \"./d-button-datetime\";\nexport * from \"./d-button-file\";\nexport * from \"./d-button-group\";\nexport * from \"./d-button-link\";\nexport * from \"./d-button-primary\";\nexport * from \"./d-button-radio-right\";\nexport * from \"./d-button-radio\";\nexport * from \"./d-button-redo\";\nexport * from \"./d-button-secondary\";\nexport * from \"./d-button-select\";\nexport * from \"./d-button-time\";\nexport * from \"./d-button-undo\";\nexport * from \"./d-button\";\nexport * from \"./d-canvas-container\";\nexport * from \"./d-canvas\";\nexport * from \"./d-chart-axis-base-options-parser\";\nexport * from \"./d-chart-axis-base-options\";\nexport * from \"./d-chart-axis-base\";\nexport * from \"./d-chart-axis-container-impl\";\nexport * from \"./d-chart-axis-container\";\nexport * from \"./d-chart-axis-position\";\nexport * from \"./d-chart-axis-tick-position\";\nexport * from \"./d-chart-axis-x-datetime\";\nexport * from \"./d-chart-axis-x\";\nexport * from \"./d-chart-axis-y\";\nexport * from \"./d-chart-axis\";\nexport * from \"./d-chart-color-set\";\nexport * from \"./d-chart-coordinate-container-impl\";\nexport * from \"./d-chart-coordinate-container-sub-impl\";\nexport * from \"./d-chart-coordinate-container-sub\";\nexport * from \"./d-chart-coordinate-container\";\nexport * from \"./d-chart-coordinate-linear-tick\";\nexport * from \"./d-chart-coordinate-linear\";\nexport * from \"./d-chart-coordinate-log-tick\";\nexport * from \"./d-chart-coordinate-log\";\nexport * from \"./d-chart-coordinate-transform-impl\";\nexport * from \"./d-chart-coordinate-transform-mark\";\nexport * from \"./d-chart-coordinate-transform\";\nexport * from \"./d-chart-coordinate\";\nexport * from \"./d-chart-legend-item\";\nexport * from \"./d-chart-legend\";\nexport * from \"./d-chart-overview\";\nexport * from \"./d-chart-plot-area-container\";\nexport * from \"./d-chart-plot-area\";\nexport * from \"./d-chart-plot-area-impl\";\nexport * from \"./d-chart-region-impl-observable\";\nexport * from \"./d-chart-region-impl\";\nexport * from \"./d-chart-region\";\nexport * from \"./d-chart-selection-gridline-container-impl\";\nexport * from \"./d-chart-selection-gridline-container\";\nexport * from \"./d-chart-selection-gridline-x\";\nexport * from \"./d-chart-selection-gridline-y\";\nexport * from \"./d-chart-selection-marker\";\nexport * from \"./d-chart-selection-shape-base\";\nexport * from \"./d-chart-selection-shape\";\nexport * from \"./d-chart-selection-simple\";\nexport * from \"./d-chart-selection-sub-impl\";\nexport * from \"./d-chart-selection-sub\";\nexport * from \"./d-chart-selection\";\nexport * from \"./d-chart-series-bar\";\nexport * from \"./d-chart-series-base-coordinate-container\";\nexport * from \"./d-chart-series-base\";\nexport * from \"./d-chart-series-container-impl\";\nexport * from \"./d-chart-series-container\";\nexport * from \"./d-chart-series-coordinate\";\nexport * from \"./d-chart-series-fill-computed-impl\";\nexport * from \"./d-chart-series-fill-computed\";\nexport * from \"./d-chart-series-fill-impl\";\nexport * from \"./d-chart-series-fill\";\nexport * from \"./d-chart-series-line-of-any\";\nexport * from \"./d-chart-series-line-of-circles\";\nexport * from \"./d-chart-series-line-of-rectangle-roundeds\";\nexport * from \"./d-chart-series-line-of-rectangles\";\nexport * from \"./d-chart-series-line-of-triangle-roundeds\";\nexport * from \"./d-chart-series-line-of-triangles\";\nexport * from \"./d-chart-series-line\";\nexport * from \"./d-chart-series-linear-parameters-impl\";\nexport * from \"./d-chart-series-linear-parameters\";\nexport * from \"./d-chart-series-linear\";\nexport * from \"./d-chart-series-padding-computed-impl\";\nexport * from \"./d-chart-series-padding-computed\";\nexport * from \"./d-chart-series-padding-impl\";\nexport * from \"./d-chart-series-padding\";\nexport * from \"./d-chart-series-point-computed-impl\";\nexport * from \"./d-chart-series-point-computed\";\nexport * from \"./d-chart-series-point-impl\";\nexport * from \"./d-chart-series-point\";\nexport * from \"./d-chart-series-scalar\";\nexport * from \"./d-chart-series-stroke-computed-impl\";\nexport * from \"./d-chart-series-stroke-computed\";\nexport * from \"./d-chart-series-stroke-impl\";\nexport * from \"./d-chart-series-stroke\";\nexport * from \"./d-chart-series\";\nexport * from \"./d-chart\";\nexport * from \"./d-color-and-alpha\";\nexport * from \"./d-color-gradient-observable\";\nexport * from \"./d-color-gradient-point-observable\";\nexport * from \"./d-color-gradient\";\nexport * from \"./d-command-clear\";\nexport * from \"./d-command-create\";\nexport * from \"./d-command-delete\";\nexport * from \"./d-command-flag\";\nexport * from \"./d-command-redo\";\nexport * from \"./d-command-save-as\";\nexport * from \"./d-command-save\";\nexport * from \"./d-command-undo\";\nexport * from \"./d-command\";\nexport * from \"./d-content\";\nexport * from \"./d-controller-command\";\nexport * from \"./d-controller-default-command\";\nexport * from \"./d-controller-default-focus\";\nexport * from \"./d-controller-document\";\nexport * from \"./d-controller-focus\";\nexport * from \"./d-controller-keyboard\";\nexport * from \"./d-controllers\";\nexport * from \"./d-coordinate\";\nexport * from \"./d-corner-mask\";\nexport * from \"./d-corner\";\nexport * from \"./d-diagram-base\";\nexport * from \"./d-diagram-canvas-base\";\nexport * from \"./d-diagram-canvas-data-map\";\nexport * from \"./d-diagram-canvas-editor-background\";\nexport * from \"./d-diagram-canvas-editor-snap\";\nexport * from \"./d-diagram-canvas-editor\";\nexport * from \"./d-diagram-canvas-id-map\";\nexport * from \"./d-diagram-canvas-mapping-impl\";\nexport * from \"./d-diagram-canvas-mapping-point-impl\";\nexport * from \"./d-diagram-canvas-mapping\";\nexport * from \"./d-diagram-canvas-tile\";\nexport * from \"./d-diagram-canvas\";\nexport * from \"./d-diagram-data-remote\";\nexport * from \"./d-diagram-data\";\nexport * from \"./d-diagram-editor-thumbnail\";\nexport * from \"./d-diagram-editor\";\nexport * from \"./d-diagram-layer-container\";\nexport * from \"./d-diagram-layer\";\nexport * from \"./d-diagram-layers\";\nexport * from \"./d-diagram-serialized\";\nexport * from \"./d-diagram-shape\";\nexport * from \"./d-diagram-snapshot\";\nexport * from \"./d-diagram\";\nexport * from \"./d-diagrams\";\nexport * from \"./d-dialog-align\";\nexport * from \"./d-dialog-close-on\";\nexport * from \"./d-dialog-color-gradient\";\nexport * from \"./d-dialog-color\";\nexport * from \"./d-dialog-command\";\nexport * from \"./d-dialog-confirm-delete\";\nexport * from \"./d-dialog-confirm-discard\";\nexport * from \"./d-dialog-confirm-message\";\nexport * from \"./d-dialog-confirm\";\nexport * from \"./d-dialog-date\";\nexport * from \"./d-dialog-dates\";\nexport * from \"./d-dialog-datetime\";\nexport * from \"./d-dialog-datetimes\";\nexport * from \"./d-dialog-input-boolean\";\nexport * from \"./d-dialog-input-integer\";\nexport * from \"./d-dialog-input-real\";\nexport * from \"./d-dialog-input-text\";\nexport * from \"./d-dialog-input\";\nexport * from \"./d-dialog-message\";\nexport * from \"./d-dialog-mode\";\nexport * from \"./d-dialog-processing-message\";\nexport * from \"./d-dialog-processing\";\nexport * from \"./d-dialog-save-as\";\nexport * from \"./d-dialog-select-list-item\";\nexport * from \"./d-dialog-select-list\";\nexport * from \"./d-dialog-select-search\";\nexport * from \"./d-dialog-select\";\nexport * from \"./d-dialog-state\";\nexport * from \"./d-dialog-time\";\nexport * from \"./d-dialog-times\";\nexport * from \"./d-dialog\";\nexport * from \"./d-document\";\nexport * from \"./d-dropdown-base\";\nexport * from \"./d-dropdown\";\nexport * from \"./d-dynamic-text-geometry\";\nexport * from \"./d-dynamic-text-measure-result-character\";\nexport * from \"./d-dynamic-text-measure-result\";\nexport * from \"./d-dynamic-text-measure\";\nexport * from \"./d-dynamic-text-style-word-wrap\";\nexport * from \"./d-dynamic-text-style\";\nexport * from \"./d-dynamic-text\";\nexport * from \"./d-expandable-header\";\nexport * from \"./d-expandable\";\nexport * from \"./d-font\";\nexport * from \"./d-html-element-state\";\nexport * from \"./d-html-element\";\nexport * from \"./d-image-base-theme-wrapper-secondary\";\nexport * from \"./d-image-base-theme-wrapper-tertiary\";\nexport * from \"./d-image-base\";\nexport * from \"./d-image-piece\";\nexport * from \"./d-image\";\nexport * from \"./d-input-and-label\";\nexport * from \"./d-input-boolean-button-off\";\nexport * from \"./d-input-boolean-button-on\";\nexport * from \"./d-input-boolean\";\nexport * from \"./d-input-input\";\nexport * from \"./d-input-integer-and-label\";\nexport * from \"./d-input-integer\";\nexport * from \"./d-input-label\";\nexport * from \"./d-input-number\";\nexport * from \"./d-input-real-and-label\";\nexport * from \"./d-input-real\";\nexport * from \"./d-input-search\";\nexport * from \"./d-input-text-and-label\";\nexport * from \"./d-input-text-area\";\nexport * from \"./d-input-text\";\nexport * from \"./d-input\";\nexport * from \"./d-item-updater\";\nexport * from \"./d-layout-clear-type\";\nexport * from \"./d-layout-direction\";\nexport * from \"./d-layout-horizontal\";\nexport * from \"./d-layout-space\";\nexport * from \"./d-layout-vertical\";\nexport * from \"./d-layout\";\nexport * from \"./d-link-menu-item-id\";\nexport * from \"./d-link-menu\";\nexport * from \"./d-link-target\";\nexport * from \"./d-link\";\nexport * from \"./d-links\";\nexport * from \"./d-list-data-impl\";\nexport * from \"./d-list-data-mapped-impl\";\nexport * from \"./d-list-data-mapped\";\nexport * from \"./d-list-data-selection-multiple\";\nexport * from \"./d-list-data-selection-none\";\nexport * from \"./d-list-data-selection-parent\";\nexport * from \"./d-list-data-selection-single\";\nexport * from \"./d-list-data-selection\";\nexport * from \"./d-list-data\";\nexport * from \"./d-list-item-accessor-impl\";\nexport * from \"./d-list-item-accessor\";\nexport * from \"./d-list-item-ambient\";\nexport * from \"./d-list-item-updater\";\nexport * from \"./d-list-item\";\nexport * from \"./d-list\";\nexport * from \"./d-map-coordinate-epsg3857\";\nexport * from \"./d-map-coordinate\";\nexport * from \"./d-map-coordinates\";\nexport * from \"./d-map-tile-mapping-internal\";\nexport * from \"./d-map-tile-mapping\";\nexport * from \"./d-map-tile-plane\";\nexport * from \"./d-map-tile-pyramid-impl\";\nexport * from \"./d-map-tile-pyramid\";\nexport * from \"./d-map-tile-pyramids\";\nexport * from \"./d-map-tile-url-builder\";\nexport * from \"./d-map-tile\";\nexport * from \"./d-menu-align\";\nexport * from \"./d-menu-bar-item\";\nexport * from \"./d-menu-bar\";\nexport * from \"./d-menu-context\";\nexport * from \"./d-menu-item-base-selection\";\nexport * from \"./d-menu-item-base\";\nexport * from \"./d-menu-item-check-is-compatible\";\nexport * from \"./d-menu-item-check\";\nexport * from \"./d-menu-item-expandable-body\";\nexport * from \"./d-menu-item-expandable-header\";\nexport * from \"./d-menu-item-expandable-is-compatible\";\nexport * from \"./d-menu-item-expandable-item-check\";\nexport * from \"./d-menu-item-expandable-item-link\";\nexport * from \"./d-menu-item-expandable-item-menu\";\nexport * from \"./d-menu-item-expandable-item-separator\";\nexport * from \"./d-menu-item-expandable-item-space\";\nexport * from \"./d-menu-item-expandable-item-text\";\nexport * from \"./d-menu-item-expandable\";\nexport * from \"./d-menu-item-expandables\";\nexport * from \"./d-menu-item-link-is-compatible\";\nexport * from \"./d-menu-item-link\";\nexport * from \"./d-menu-item-menu-is-compatible\";\nexport * from \"./d-menu-item-menu-to-sub-menu-options\";\nexport * from \"./d-menu-item-menu\";\nexport * from \"./d-menu-item-options-union\";\nexport * from \"./d-menu-item-separator-reflowable\";\nexport * from \"./d-menu-item-separator\";\nexport * from \"./d-menu-item-space-is-compatible\";\nexport * from \"./d-menu-item-space\";\nexport * from \"./d-menu-item-text\";\nexport * from \"./d-menu-item\";\nexport * from \"./d-menu-sided-content\";\nexport * from \"./d-menu-sided-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-link\";\nexport * from \"./d-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-menu-sided-item-expandable-item-space\";\nexport * from \"./d-menu-sided-item-expandable-item-text\";\nexport * from \"./d-menu-sided-item-expandable\";\nexport * from \"./d-menu-sided-item-expandables\";\nexport * from \"./d-menu-sided-item-link\";\nexport * from \"./d-menu-sided-item-menu\";\nexport * from \"./d-menu-sided-item-separator\";\nexport * from \"./d-menu-sided-item-space\";\nexport * from \"./d-menu-sided-item-text\";\nexport * from \"./d-menu-sided-selection\";\nexport * from \"./d-menu-sided\";\nexport * from \"./d-menu-sideds\";\nexport * from \"./d-menu\";\nexport * from \"./d-menus\";\nexport * from \"./d-note-error\";\nexport * from \"./d-note-no-items-found\";\nexport * from \"./d-note-searching\";\nexport * from \"./d-note\";\nexport * from \"./d-notification\";\nexport * from \"./d-outline\";\nexport * from \"./d-padding\";\nexport * from \"./d-pagination-dots-button\";\nexport * from \"./d-pagination-dynamic-buttons\";\nexport * from \"./d-pagination-navigation-button\";\nexport * from \"./d-pagination\";\nexport * from \"./d-pane\";\nexport * from \"./d-picker-color-and-alpha\";\nexport * from \"./d-picker-color-gradient-recent\";\nexport * from \"./d-picker-color-gradient-view\";\nexport * from \"./d-picker-color-gradient\";\nexport * from \"./d-picker-color-recent\";\nexport * from \"./d-picker-color\";\nexport * from \"./d-picker-date\";\nexport * from \"./d-picker-dates\";\nexport * from \"./d-picker-datetime-button-back\";\nexport * from \"./d-picker-datetime-button-date\";\nexport * from \"./d-picker-datetime-button-next\";\nexport * from \"./d-picker-datetime-label-date\";\nexport * from \"./d-picker-datetime-label\";\nexport * from \"./d-picker-datetime-mask\";\nexport * from \"./d-picker-datetime-masks\";\nexport * from \"./d-picker-datetime-range\";\nexport * from \"./d-picker-datetime-space\";\nexport * from \"./d-picker-datetime\";\nexport * from \"./d-picker-datetimes\";\nexport * from \"./d-picker-time-bound-constant\";\nexport * from \"./d-picker-time-bound-hours\";\nexport * from \"./d-picker-time-bound-minutes\";\nexport * from \"./d-picker-time-bound-seconds\";\nexport * from \"./d-picker-time-bound\";\nexport * from \"./d-picker-time-bounds\";\nexport * from \"./d-picker-time-range\";\nexport * from \"./d-picker-time\";\nexport * from \"./d-picker-times\";\nexport * from \"./d-scalar-expression\";\nexport * from \"./d-scalar-function\";\nexport * from \"./d-scalar-functions\";\nexport * from \"./d-scalar-set\";\nexport * from \"./d-scalar\";\nexport * from \"./d-scroll-bar-horizontal\";\nexport * from \"./d-scroll-bar-thumb-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-vertical\";\nexport * from \"./d-scroll-bar-thumb-vertical\";\nexport * from \"./d-scroll-bar-thumb\";\nexport * from \"./d-scroll-bar-vertical\";\nexport * from \"./d-scroll-bar\";\nexport * from \"./d-select-multiple\";\nexport * from \"./d-select\";\nexport * from \"./d-shadow-impl\";\nexport * from \"./d-shadow\";\nexport * from \"./d-slider-horizontal\";\nexport * from \"./d-slider-label\";\nexport * from \"./d-slider-thumb\";\nexport * from \"./d-slider-track-horizontal\";\nexport * from \"./d-slider-track-vertical\";\nexport * from \"./d-slider-track\";\nexport * from \"./d-slider-value\";\nexport * from \"./d-slider-vertical\";\nexport * from \"./d-slider\";\nexport * from \"./d-state-aware\";\nexport * from \"./d-table-body-cell-action-dialog\";\nexport * from \"./d-table-body-cell-action-menu\";\nexport * from \"./d-table-body-cell-action-promise\";\nexport * from \"./d-table-body-cell-button\";\nexport * from \"./d-table-body-cell-check\";\nexport * from \"./d-table-body-cell-color\";\nexport * from \"./d-table-body-cell-date\";\nexport * from \"./d-table-body-cell-datetime\";\nexport * from \"./d-table-body-cell-index\";\nexport * from \"./d-table-body-cell-input-integer\";\nexport * from \"./d-table-body-cell-input-real\";\nexport * from \"./d-table-body-cell-input-text\";\nexport * from \"./d-table-body-cell-input-tree-input\";\nexport * from \"./d-table-body-cell-input-tree-marker\";\nexport * from \"./d-table-body-cell-input-tree\";\nexport * from \"./d-table-body-cell-link\";\nexport * from \"./d-table-body-cell-select-dialog\";\nexport * from \"./d-table-body-cell-select-menu\";\nexport * from \"./d-table-body-cell-select-multiple\";\nexport * from \"./d-table-body-cell-select-promise\";\nexport * from \"./d-table-body-cell-text\";\nexport * from \"./d-table-body-cell-time\";\nexport * from \"./d-table-body-cell-tree\";\nexport * from \"./d-table-body-cell\";\nexport * from \"./d-table-body-cells\";\nexport * from \"./d-table-body-row\";\nexport * from \"./d-table-body\";\nexport * from \"./d-table-category-cell\";\nexport * from \"./d-table-category\";\nexport * from \"./d-table-column\";\nexport * from \"./d-table-data-filter\";\nexport * from \"./d-table-data-list-filter\";\nexport * from \"./d-table-data-list-mapped\";\nexport * from \"./d-table-data-list-selection\";\nexport * from \"./d-table-data-list-sorter\";\nexport * from \"./d-table-data-list\";\nexport * from \"./d-table-data-selection\";\nexport * from \"./d-table-data-sorter\";\nexport * from \"./d-table-data-tree-filter\";\nexport * from \"./d-table-data-tree-item-accessor\";\nexport * from \"./d-table-data-tree-item\";\nexport * from \"./d-table-data-tree-selection-impl\";\nexport * from \"./d-table-data-tree-selection\";\nexport * from \"./d-table-data-tree-sorter\";\nexport * from \"./d-table-data-tree\";\nexport * from \"./d-table-data\";\nexport * from \"./d-table-header-cell-check\";\nexport * from \"./d-table-header-cell\";\nexport * from \"./d-table-header\";\nexport * from \"./d-table-row\";\nexport * from \"./d-table-state\";\nexport * from \"./d-table\";\nexport * from \"./d-text-base\";\nexport * from \"./d-text\";\nexport * from \"./d-tree-data-impl\";\nexport * from \"./d-tree-data-mapped-impl\";\nexport * from \"./d-tree-data-mapped\";\nexport * from \"./d-tree-data-selection-multiple\";\nexport * from \"./d-tree-data-selection-none\";\nexport * from \"./d-tree-data-selection-parent\";\nexport * from \"./d-tree-data-selection-single\";\nexport * from \"./d-tree-data-selection\";\nexport * from \"./d-tree-data\";\nexport * from \"./d-tree-item-button\";\nexport * from \"./d-tree-item-non-editable\";\nexport * from \"./d-tree-item-state\";\nexport * from \"./d-tree-item-text\";\nexport * from \"./d-tree-item-updater\";\nexport * from \"./d-tree-item\";\nexport * from \"./d-tree-node-accessor-impl\";\nexport * from \"./d-tree-node-accessor\";\nexport * from \"./d-tree-node-iteratee\";\nexport * from \"./d-tree-node\";\nexport * from \"./d-tree\";\nexport * from \"./d-view-gesture-impl\";\nexport * from \"./d-view-gesture\";\nexport * from \"./d-view-impl\";\nexport * from \"./d-view-stopper\";\nexport * from \"./d-view-to-target\";\nexport * from \"./d-view-transform-impl\";\nexport * from \"./d-view-transform\";\nexport * from \"./d-view\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./shape\";\nexport * from \"./snapper\";\nexport * from \"./theme\";\nexport * from \"./util\";\nexport * from \"./d-align-horizontal\";\nexport * from \"./d-align-vertical\";\nexport * from \"./d-align-with\";\nexport * from \"./d-animation-base\";\nexport * from \"./d-animation-empty\";\nexport * from \"./d-animation-fade-in\";\nexport * from \"./d-animation-timings\";\nexport * from \"./d-animation\";\nexport * from \"./d-application-layer-like\";\nexport * from \"./d-application-layer-options\";\nexport * from \"./d-application-layer-stage-like\";\nexport * from \"./d-application-layer\";\nexport * from \"./d-application-like\";\nexport * from \"./d-application-padding\";\nexport * from \"./d-application\";\nexport * from \"./d-applications\";\nexport * from \"./d-background\";\nexport * from \"./d-base-auto-set\";\nexport * from \"./d-base-auto\";\nexport * from \"./d-base-background-mesh-geometry\";\nexport * from \"./d-base-background-mesh\";\nexport * from \"./d-base-background-snippet\";\nexport * from \"./d-base-background\";\nexport * from \"./d-base-border-mesh-geometry\";\nexport * from \"./d-base-border-mesh\";\nexport * from \"./d-base-border-snippet\";\nexport * from \"./d-base-border\";\nexport * from \"./d-base-corner\";\nexport * from \"./d-base-interactive\";\nexport * from \"./d-base-mesh-geometry\";\nexport * from \"./d-base-outline-snippet\";\nexport * from \"./d-base-outline\";\nexport * from \"./d-base-overflow-mask-simple\";\nexport * from \"./d-base-overflow-mask\";\nexport * from \"./d-base-padding-adjustable\";\nexport * from \"./d-base-padding\";\nexport * from \"./d-base-point\";\nexport * from \"./d-base-reflowable-container\";\nexport * from \"./d-base-reflowable-impl\";\nexport * from \"./d-base-reflowable\";\nexport * from \"./d-base-snippet-container\";\nexport * from \"./d-base-snippet\";\nexport * from \"./d-base-state-set-impl-observable\";\nexport * from \"./d-base-state-set-impl\";\nexport * from \"./d-base-state-set-like\";\nexport * from \"./d-base-state-set\";\nexport * from \"./d-base-state\";\nexport * from \"./d-base\";\nexport * from \"./d-board\";\nexport * from \"./d-border-mask\";\nexport * from \"./d-border\";\nexport * from \"./d-button-ambient\";\nexport * from \"./d-button-base-when\";\nexport * from \"./d-button-base\";\nexport * from \"./d-button-check-right\";\nexport * from \"./d-button-check\";\nexport * from \"./d-button-color-gradient\";\nexport * from \"./d-button-color\";\nexport * from \"./d-button-danger\";\nexport * from \"./d-button-date\";\nexport * from \"./d-button-datetime\";\nexport * from \"./d-button-file\";\nexport * from \"./d-button-group\";\nexport * from \"./d-button-link\";\nexport * from \"./d-button-primary\";\nexport * from \"./d-button-radio-right\";\nexport * from \"./d-button-radio\";\nexport * from \"./d-button-redo\";\nexport * from \"./d-button-secondary\";\nexport * from \"./d-button-select\";\nexport * from \"./d-button-time\";\nexport * from \"./d-button-undo\";\nexport * from \"./d-button\";\nexport * from \"./d-canvas-container\";\nexport * from \"./d-canvas\";\nexport * from \"./d-chart-axis-base-options-parser\";\nexport * from \"./d-chart-axis-base-options\";\nexport * from \"./d-chart-axis-base\";\nexport * from \"./d-chart-axis-container-impl\";\nexport * from \"./d-chart-axis-container\";\nexport * from \"./d-chart-axis-position\";\nexport * from \"./d-chart-axis-tick-position\";\nexport * from \"./d-chart-axis-x-datetime\";\nexport * from \"./d-chart-axis-x\";\nexport * from \"./d-chart-axis-y\";\nexport * from \"./d-chart-axis\";\nexport * from \"./d-chart-color-set\";\nexport * from \"./d-chart-coordinate-container-impl\";\nexport * from \"./d-chart-coordinate-container-sub-impl\";\nexport * from \"./d-chart-coordinate-container-sub\";\nexport * from \"./d-chart-coordinate-container\";\nexport * from \"./d-chart-coordinate-linear-tick\";\nexport * from \"./d-chart-coordinate-linear\";\nexport * from \"./d-chart-coordinate-log-tick\";\nexport * from \"./d-chart-coordinate-log\";\nexport * from \"./d-chart-coordinate-transform-impl\";\nexport * from \"./d-chart-coordinate-transform-mark\";\nexport * from \"./d-chart-coordinate-transform\";\nexport * from \"./d-chart-coordinate\";\nexport * from \"./d-chart-legend-item\";\nexport * from \"./d-chart-legend\";\nexport * from \"./d-chart-overview\";\nexport * from \"./d-chart-plot-area-container\";\nexport * from \"./d-chart-plot-area\";\nexport * from \"./d-chart-plot-area-impl\";\nexport * from \"./d-chart-region-impl-observable\";\nexport * from \"./d-chart-region-impl\";\nexport * from \"./d-chart-region\";\nexport * from \"./d-chart-selection-gridline-container-impl\";\nexport * from \"./d-chart-selection-gridline-container\";\nexport * from \"./d-chart-selection-gridline-x\";\nexport * from \"./d-chart-selection-gridline-y\";\nexport * from \"./d-chart-selection-marker\";\nexport * from \"./d-chart-selection-shape-base\";\nexport * from \"./d-chart-selection-shape\";\nexport * from \"./d-chart-selection-simple\";\nexport * from \"./d-chart-selection-sub-impl\";\nexport * from \"./d-chart-selection-sub\";\nexport * from \"./d-chart-selection\";\nexport * from \"./d-chart-series-bar\";\nexport * from \"./d-chart-series-base-coordinate-container\";\nexport * from \"./d-chart-series-base\";\nexport * from \"./d-chart-series-container-impl\";\nexport * from \"./d-chart-series-container\";\nexport * from \"./d-chart-series-coordinate\";\nexport * from \"./d-chart-series-fill-computed-impl\";\nexport * from \"./d-chart-series-fill-computed\";\nexport * from \"./d-chart-series-fill-impl\";\nexport * from \"./d-chart-series-fill\";\nexport * from \"./d-chart-series-line-of-any\";\nexport * from \"./d-chart-series-line-of-circles\";\nexport * from \"./d-chart-series-line-of-rectangle-roundeds\";\nexport * from \"./d-chart-series-line-of-rectangles\";\nexport * from \"./d-chart-series-line-of-triangle-roundeds\";\nexport * from \"./d-chart-series-line-of-triangles\";\nexport * from \"./d-chart-series-line\";\nexport * from \"./d-chart-series-linear-parameters-impl\";\nexport * from \"./d-chart-series-linear-parameters\";\nexport * from \"./d-chart-series-linear\";\nexport * from \"./d-chart-series-padding-computed-impl\";\nexport * from \"./d-chart-series-padding-computed\";\nexport * from \"./d-chart-series-padding-impl\";\nexport * from \"./d-chart-series-padding\";\nexport * from \"./d-chart-series-point-computed-impl\";\nexport * from \"./d-chart-series-point-computed\";\nexport * from \"./d-chart-series-point-impl\";\nexport * from \"./d-chart-series-point\";\nexport * from \"./d-chart-series-scalar\";\nexport * from \"./d-chart-series-stroke-computed-impl\";\nexport * from \"./d-chart-series-stroke-computed\";\nexport * from \"./d-chart-series-stroke-impl\";\nexport * from \"./d-chart-series-stroke\";\nexport * from \"./d-chart-series\";\nexport * from \"./d-chart\";\nexport * from \"./d-color-and-alpha\";\nexport * from \"./d-color-gradient-observable\";\nexport * from \"./d-color-gradient-point-observable\";\nexport * from \"./d-color-gradient\";\nexport * from \"./d-command-clear\";\nexport * from \"./d-command-create\";\nexport * from \"./d-command-delete\";\nexport * from \"./d-command-flag\";\nexport * from \"./d-command-redo\";\nexport * from \"./d-command-save-as\";\nexport * from \"./d-command-save\";\nexport * from \"./d-command-undo\";\nexport * from \"./d-command\";\nexport * from \"./d-content\";\nexport * from \"./d-controller-command\";\nexport * from \"./d-controller-default-command\";\nexport * from \"./d-controller-default-focus\";\nexport * from \"./d-controller-document\";\nexport * from \"./d-controller-focus\";\nexport * from \"./d-controller-keyboard\";\nexport * from \"./d-controllers\";\nexport * from \"./d-coordinate\";\nexport * from \"./d-corner-mask\";\nexport * from \"./d-corner\";\nexport * from \"./d-diagram-base\";\nexport * from \"./d-diagram-canvas-base\";\nexport * from \"./d-diagram-canvas-data-map\";\nexport * from \"./d-diagram-canvas-editor-background\";\nexport * from \"./d-diagram-canvas-editor-snap\";\nexport * from \"./d-diagram-canvas-editor\";\nexport * from \"./d-diagram-canvas-id-map\";\nexport * from \"./d-diagram-canvas-mapping-impl\";\nexport * from \"./d-diagram-canvas-mapping-point-impl\";\nexport * from \"./d-diagram-canvas-mapping\";\nexport * from \"./d-diagram-canvas-tile\";\nexport * from \"./d-diagram-canvas\";\nexport * from \"./d-diagram-data-remote\";\nexport * from \"./d-diagram-data\";\nexport * from \"./d-diagram-editor-thumbnail\";\nexport * from \"./d-diagram-editor\";\nexport * from \"./d-diagram-layer-container\";\nexport * from \"./d-diagram-layer\";\nexport * from \"./d-diagram-layers\";\nexport * from \"./d-diagram-serialized\";\nexport * from \"./d-diagram-shape\";\nexport * from \"./d-diagram-snapshot\";\nexport * from \"./d-diagram\";\nexport * from \"./d-diagrams\";\nexport * from \"./d-dialog-align\";\nexport * from \"./d-dialog-close-on\";\nexport * from \"./d-dialog-color-gradient\";\nexport * from \"./d-dialog-color\";\nexport * from \"./d-dialog-command\";\nexport * from \"./d-dialog-confirm-delete\";\nexport * from \"./d-dialog-confirm-discard\";\nexport * from \"./d-dialog-confirm-message\";\nexport * from \"./d-dialog-confirm\";\nexport * from \"./d-dialog-date\";\nexport * from \"./d-dialog-dates\";\nexport * from \"./d-dialog-datetime\";\nexport * from \"./d-dialog-datetimes\";\nexport * from \"./d-dialog-input-boolean\";\nexport * from \"./d-dialog-input-integer\";\nexport * from \"./d-dialog-input-real\";\nexport * from \"./d-dialog-input-text\";\nexport * from \"./d-dialog-input\";\nexport * from \"./d-dialog-message\";\nexport * from \"./d-dialog-mode\";\nexport * from \"./d-dialog-processing-message\";\nexport * from \"./d-dialog-processing\";\nexport * from \"./d-dialog-save-as\";\nexport * from \"./d-dialog-select-list-item\";\nexport * from \"./d-dialog-select-list\";\nexport * from \"./d-dialog-select-search\";\nexport * from \"./d-dialog-select\";\nexport * from \"./d-dialog-state\";\nexport * from \"./d-dialog-time\";\nexport * from \"./d-dialog-times\";\nexport * from \"./d-dialog\";\nexport * from \"./d-document\";\nexport * from \"./d-dropdown-base\";\nexport * from \"./d-dropdown\";\nexport * from \"./d-dynamic-text-geometry\";\nexport * from \"./d-dynamic-text-measure-result-character\";\nexport * from \"./d-dynamic-text-measure-result\";\nexport * from \"./d-dynamic-text-measure\";\nexport * from \"./d-dynamic-text-style-word-wrap\";\nexport * from \"./d-dynamic-text-style\";\nexport * from \"./d-dynamic-text\";\nexport * from \"./d-expandable-header\";\nexport * from \"./d-expandable\";\nexport * from \"./d-font\";\nexport * from \"./d-html-element-state\";\nexport * from \"./d-html-element\";\nexport * from \"./d-image-base-theme-wrapper-secondary\";\nexport * from \"./d-image-base-theme-wrapper-tertiary\";\nexport * from \"./d-image-base\";\nexport * from \"./d-image-piece\";\nexport * from \"./d-image\";\nexport * from \"./d-input-and-label\";\nexport * from \"./d-input-boolean-button-off\";\nexport * from \"./d-input-boolean-button-on\";\nexport * from \"./d-input-boolean\";\nexport * from \"./d-input-input\";\nexport * from \"./d-input-integer-and-label\";\nexport * from \"./d-input-integer\";\nexport * from \"./d-input-label\";\nexport * from \"./d-input-number\";\nexport * from \"./d-input-real-and-label\";\nexport * from \"./d-input-real\";\nexport * from \"./d-input-search\";\nexport * from \"./d-input-text-and-label\";\nexport * from \"./d-input-text-area\";\nexport * from \"./d-input-text\";\nexport * from \"./d-input\";\nexport * from \"./d-item-updater\";\nexport * from \"./d-layout-clear-type\";\nexport * from \"./d-layout-direction\";\nexport * from \"./d-layout-horizontal\";\nexport * from \"./d-layout-space\";\nexport * from \"./d-layout-vertical\";\nexport * from \"./d-layout\";\nexport * from \"./d-link-menu-item-id\";\nexport * from \"./d-link-menu\";\nexport * from \"./d-link-target\";\nexport * from \"./d-link\";\nexport * from \"./d-links\";\nexport * from \"./d-list-data-impl\";\nexport * from \"./d-list-data-mapped-impl\";\nexport * from \"./d-list-data-mapped\";\nexport * from \"./d-list-data-selection-multiple\";\nexport * from \"./d-list-data-selection-none\";\nexport * from \"./d-list-data-selection-parent\";\nexport * from \"./d-list-data-selection-single\";\nexport * from \"./d-list-data-selection\";\nexport * from \"./d-list-data\";\nexport * from \"./d-list-item-accessor-impl\";\nexport * from \"./d-list-item-accessor\";\nexport * from \"./d-list-item-ambient\";\nexport * from \"./d-list-item-updater\";\nexport * from \"./d-list-item\";\nexport * from \"./d-list\";\nexport * from \"./d-map-coordinate-epsg3857\";\nexport * from \"./d-map-coordinate\";\nexport * from \"./d-map-coordinates\";\nexport * from \"./d-map-tile-mapping-internal\";\nexport * from \"./d-map-tile-mapping\";\nexport * from \"./d-map-tile-plane\";\nexport * from \"./d-map-tile-pyramid-impl\";\nexport * from \"./d-map-tile-pyramid\";\nexport * from \"./d-map-tile-pyramids\";\nexport * from \"./d-map-tile-url-builder\";\nexport * from \"./d-map-tile\";\nexport * from \"./d-menu-align\";\nexport * from \"./d-menu-bar-item\";\nexport * from \"./d-menu-bar\";\nexport * from \"./d-menu-context\";\nexport * from \"./d-menu-item-base-selection\";\nexport * from \"./d-menu-item-base\";\nexport * from \"./d-menu-item-check-is-compatible\";\nexport * from \"./d-menu-item-check\";\nexport * from \"./d-menu-item-expandable-body\";\nexport * from \"./d-menu-item-expandable-header\";\nexport * from \"./d-menu-item-expandable-is-compatible\";\nexport * from \"./d-menu-item-expandable-item-check\";\nexport * from \"./d-menu-item-expandable-item-link\";\nexport * from \"./d-menu-item-expandable-item-menu\";\nexport * from \"./d-menu-item-expandable-item-separator\";\nexport * from \"./d-menu-item-expandable-item-space\";\nexport * from \"./d-menu-item-expandable-item-text\";\nexport * from \"./d-menu-item-expandable\";\nexport * from \"./d-menu-item-expandables\";\nexport * from \"./d-menu-item-link-is-compatible\";\nexport * from \"./d-menu-item-link\";\nexport * from \"./d-menu-item-menu-is-compatible\";\nexport * from \"./d-menu-item-menu-to-sub-menu-options\";\nexport * from \"./d-menu-item-menu\";\nexport * from \"./d-menu-item-options-union\";\nexport * from \"./d-menu-item-separator-reflowable\";\nexport * from \"./d-menu-item-separator\";\nexport * from \"./d-menu-item-space-is-compatible\";\nexport * from \"./d-menu-item-space\";\nexport * from \"./d-menu-item-text\";\nexport * from \"./d-menu-item\";\nexport * from \"./d-menu-sided-content\";\nexport * from \"./d-menu-sided-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-link\";\nexport * from \"./d-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-menu-sided-item-expandable-item-space\";\nexport * from \"./d-menu-sided-item-expandable-item-text\";\nexport * from \"./d-menu-sided-item-expandable\";\nexport * from \"./d-menu-sided-item-expandables\";\nexport * from \"./d-menu-sided-item-link\";\nexport * from \"./d-menu-sided-item-menu\";\nexport * from \"./d-menu-sided-item-separator\";\nexport * from \"./d-menu-sided-item-space\";\nexport * from \"./d-menu-sided-item-text\";\nexport * from \"./d-menu-sided-selection\";\nexport * from \"./d-menu-sided\";\nexport * from \"./d-menu-sideds\";\nexport * from \"./d-menu\";\nexport * from \"./d-menus\";\nexport * from \"./d-note-error\";\nexport * from \"./d-note-no-items-found\";\nexport * from \"./d-note-searching\";\nexport * from \"./d-note-small-error\";\nexport * from \"./d-note-small-no-items-found\";\nexport * from \"./d-note-small-searching\";\nexport * from \"./d-note-small\";\nexport * from \"./d-note\";\nexport * from \"./d-notification\";\nexport * from \"./d-outline\";\nexport * from \"./d-padding\";\nexport * from \"./d-pagination-dots-button\";\nexport * from \"./d-pagination-dynamic-buttons\";\nexport * from \"./d-pagination-navigation-button\";\nexport * from \"./d-pagination\";\nexport * from \"./d-pane\";\nexport * from \"./d-picker-color-and-alpha\";\nexport * from \"./d-picker-color-gradient-recent\";\nexport * from \"./d-picker-color-gradient-view\";\nexport * from \"./d-picker-color-gradient\";\nexport * from \"./d-picker-color-recent\";\nexport * from \"./d-picker-color\";\nexport * from \"./d-picker-date\";\nexport * from \"./d-picker-dates\";\nexport * from \"./d-picker-datetime-button-back\";\nexport * from \"./d-picker-datetime-button-date\";\nexport * from \"./d-picker-datetime-button-next\";\nexport * from \"./d-picker-datetime-label-date\";\nexport * from \"./d-picker-datetime-label\";\nexport * from \"./d-picker-datetime-mask\";\nexport * from \"./d-picker-datetime-masks\";\nexport * from \"./d-picker-datetime-range\";\nexport * from \"./d-picker-datetime-space\";\nexport * from \"./d-picker-datetime\";\nexport * from \"./d-picker-datetimes\";\nexport * from \"./d-picker-time-bound-constant\";\nexport * from \"./d-picker-time-bound-hours\";\nexport * from \"./d-picker-time-bound-minutes\";\nexport * from \"./d-picker-time-bound-seconds\";\nexport * from \"./d-picker-time-bound\";\nexport * from \"./d-picker-time-bounds\";\nexport * from \"./d-picker-time-range\";\nexport * from \"./d-picker-time\";\nexport * from \"./d-picker-times\";\nexport * from \"./d-scalar-expression\";\nexport * from \"./d-scalar-function\";\nexport * from \"./d-scalar-functions\";\nexport * from \"./d-scalar-set\";\nexport * from \"./d-scalar\";\nexport * from \"./d-scroll-bar-horizontal\";\nexport * from \"./d-scroll-bar-thumb-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-vertical\";\nexport * from \"./d-scroll-bar-thumb-vertical\";\nexport * from \"./d-scroll-bar-thumb\";\nexport * from \"./d-scroll-bar-vertical\";\nexport * from \"./d-scroll-bar\";\nexport * from \"./d-select-multiple\";\nexport * from \"./d-select\";\nexport * from \"./d-shadow-impl\";\nexport * from \"./d-shadow\";\nexport * from \"./d-slider-horizontal\";\nexport * from \"./d-slider-label\";\nexport * from \"./d-slider-thumb\";\nexport * from \"./d-slider-track-horizontal\";\nexport * from \"./d-slider-track-vertical\";\nexport * from \"./d-slider-track\";\nexport * from \"./d-slider-value\";\nexport * from \"./d-slider-vertical\";\nexport * from \"./d-slider\";\nexport * from \"./d-state-aware\";\nexport * from \"./d-table-body-cell-action-dialog\";\nexport * from \"./d-table-body-cell-action-menu\";\nexport * from \"./d-table-body-cell-action-promise\";\nexport * from \"./d-table-body-cell-button\";\nexport * from \"./d-table-body-cell-check\";\nexport * from \"./d-table-body-cell-color\";\nexport * from \"./d-table-body-cell-date\";\nexport * from \"./d-table-body-cell-datetime\";\nexport * from \"./d-table-body-cell-index\";\nexport * from \"./d-table-body-cell-input-integer\";\nexport * from \"./d-table-body-cell-input-real\";\nexport * from \"./d-table-body-cell-input-text\";\nexport * from \"./d-table-body-cell-input-tree-input\";\nexport * from \"./d-table-body-cell-input-tree-marker\";\nexport * from \"./d-table-body-cell-input-tree\";\nexport * from \"./d-table-body-cell-link\";\nexport * from \"./d-table-body-cell-select-dialog\";\nexport * from \"./d-table-body-cell-select-menu\";\nexport * from \"./d-table-body-cell-select-multiple\";\nexport * from \"./d-table-body-cell-select-promise\";\nexport * from \"./d-table-body-cell-text\";\nexport * from \"./d-table-body-cell-time\";\nexport * from \"./d-table-body-cell-tree\";\nexport * from \"./d-table-body-cell\";\nexport * from \"./d-table-body-cells\";\nexport * from \"./d-table-body-row\";\nexport * from \"./d-table-body\";\nexport * from \"./d-table-category-cell\";\nexport * from \"./d-table-category\";\nexport * from \"./d-table-column\";\nexport * from \"./d-table-data-filter\";\nexport * from \"./d-table-data-list-filter\";\nexport * from \"./d-table-data-list-mapped\";\nexport * from \"./d-table-data-list-selection\";\nexport * from \"./d-table-data-list-sorter\";\nexport * from \"./d-table-data-list\";\nexport * from \"./d-table-data-selection\";\nexport * from \"./d-table-data-sorter\";\nexport * from \"./d-table-data-tree-filter\";\nexport * from \"./d-table-data-tree-item-accessor\";\nexport * from \"./d-table-data-tree-item\";\nexport * from \"./d-table-data-tree-selection-impl\";\nexport * from \"./d-table-data-tree-selection\";\nexport * from \"./d-table-data-tree-sorter\";\nexport * from \"./d-table-data-tree\";\nexport * from \"./d-table-data\";\nexport * from \"./d-table-header-cell-check\";\nexport * from \"./d-table-header-cell\";\nexport * from \"./d-table-header\";\nexport * from \"./d-table-row\";\nexport * from \"./d-table-state\";\nexport * from \"./d-table\";\nexport * from \"./d-text-base\";\nexport * from \"./d-text\";\nexport * from \"./d-tree-data-impl\";\nexport * from \"./d-tree-data-mapped-impl\";\nexport * from \"./d-tree-data-mapped\";\nexport * from \"./d-tree-data-selection-multiple\";\nexport * from \"./d-tree-data-selection-none\";\nexport * from \"./d-tree-data-selection-parent\";\nexport * from \"./d-tree-data-selection-single\";\nexport * from \"./d-tree-data-selection\";\nexport * from \"./d-tree-data\";\nexport * from \"./d-tree-item-button\";\nexport * from \"./d-tree-item-non-editable\";\nexport * from \"./d-tree-item-state\";\nexport * from \"./d-tree-item-text\";\nexport * from \"./d-tree-item-updater\";\nexport * from \"./d-tree-item\";\nexport * from \"./d-tree-node-accessor-impl\";\nexport * from \"./d-tree-node-accessor\";\nexport * from \"./d-tree-node-iteratee\";\nexport * from \"./d-tree-node\";\nexport * from \"./d-tree\";\nexport * from \"./d-view-gesture-impl\";\nexport * from \"./d-view-gesture\";\nexport * from \"./d-view-impl\";\nexport * from \"./d-view-stopper\";\nexport * from \"./d-view-to-target\";\nexport * from \"./d-view-transform-impl\";\nexport * from \"./d-view-transform\";\nexport * from \"./d-view\";\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
3
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
var EShapeConnectorBodies = /** @class */ (function () {
|
|
6
|
+
function EShapeConnectorBodies() {
|
|
7
|
+
}
|
|
8
|
+
EShapeConnectorBodies.from = function (values) {
|
|
9
|
+
var result = [];
|
|
10
|
+
var length = values.length;
|
|
11
|
+
if (4 < length) {
|
|
12
|
+
var x0 = values[0];
|
|
13
|
+
var y0 = values[1];
|
|
14
|
+
var x1 = values[length - 2];
|
|
15
|
+
var y1 = values[length - 1];
|
|
16
|
+
var cx = (x1 + x0) * 0.5;
|
|
17
|
+
var cy = (y1 + y0) * 0.5;
|
|
18
|
+
var dx = x1 - x0;
|
|
19
|
+
var dy = y1 - y0;
|
|
20
|
+
var a = Math.atan2(dy, dx);
|
|
21
|
+
var c = Math.cos(a);
|
|
22
|
+
var s = Math.sin(a);
|
|
23
|
+
var l = dx * dx + dy * dy;
|
|
24
|
+
var m = 0.000001 < l ? 1 / Math.sqrt(l) : 1;
|
|
25
|
+
for (var i = 2, imax = length - 2; i < imax; i += 2) {
|
|
26
|
+
var x = values[i + 0] - cx;
|
|
27
|
+
var y = values[i + 1] - cy;
|
|
28
|
+
result.push((c * x - s * y) * m, (c * y + s * x) * m);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
return EShapeConnectorBodies;
|
|
34
|
+
}());
|
|
35
|
+
export { EShapeConnectorBodies };
|
|
36
|
+
//# sourceMappingURL=e-shape-connector-bodies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"e-shape-connector-bodies.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-bodies.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;IAAA;IA0BA,CAAC;IAzBO,0BAAI,GAAX,UAAY,MAAgB;QAC3B,IAAM,MAAM,GAAa,EAAE,CAAC;QAC5B,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;QAC7B,IAAI,CAAC,GAAG,MAAM,EAAE;YACf,IAAM,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACrB,IAAM,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACrB,IAAM,EAAE,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;YAC9B,IAAM,EAAE,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;YAC9B,IAAM,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,GAAG,CAAC;YAC3B,IAAM,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,GAAG,CAAC;YAC3B,IAAM,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;YACnB,IAAM,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;YACnB,IAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;YAC7B,IAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACtB,IAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACtB,IAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;YAC5B,IAAM,CAAC,GAAG,QAAQ,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;gBACpD,IAAM,CAAC,GAAG,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;gBAC7B,IAAM,CAAC,GAAG,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;gBAC7B,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;aACtD;SACD;QACD,OAAO,MAAM,CAAC;IACf,CAAC;IACF,4BAAC;AAAD,CAAC,AA1BD,IA0BC","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport class EShapeConnectorBodies {\n\tstatic from(values: number[]): number[] {\n\t\tconst result: number[] = [];\n\t\tconst length = values.length;\n\t\tif (4 < length) {\n\t\t\tconst x0 = values[0];\n\t\t\tconst y0 = values[1];\n\t\t\tconst x1 = values[length - 2];\n\t\t\tconst y1 = values[length - 1];\n\t\t\tconst cx = (x1 + x0) * 0.5;\n\t\t\tconst cy = (y1 + y0) * 0.5;\n\t\t\tconst dx = x1 - x0;\n\t\t\tconst dy = y1 - y0;\n\t\t\tconst a = Math.atan2(dy, dx);\n\t\t\tconst c = Math.cos(a);\n\t\t\tconst s = Math.sin(a);\n\t\t\tconst l = dx * dx + dy * dy;\n\t\t\tconst m = 0.000001 < l ? 1 / Math.sqrt(l) : 1;\n\t\t\tfor (let i = 2, imax = length - 2; i < imax; i += 2) {\n\t\t\t\tconst x = values[i + 0] - cx;\n\t\t\t\tconst y = values[i + 1] - cy;\n\t\t\t\tresult.push((c * x - s * y) * m, (c * y + s * x) * m);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n}\n"]}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2019 Toshiba Corporation
|
|
3
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
var EShapeConnectorBodyImpl = /** @class */ (function () {
|
|
6
|
+
function EShapeConnectorBodyImpl(parent, onChange) {
|
|
7
|
+
this._parent = parent;
|
|
8
|
+
this._id = 0;
|
|
9
|
+
this._values = [];
|
|
10
|
+
this._lockCount = 0;
|
|
11
|
+
this._isChanged = false;
|
|
12
|
+
this._onChange = onChange;
|
|
13
|
+
}
|
|
14
|
+
EShapeConnectorBodyImpl.prototype.lock = function () {
|
|
15
|
+
this._lockCount += 1;
|
|
16
|
+
if (this._lockCount === 1) {
|
|
17
|
+
this._isChanged = false;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
EShapeConnectorBodyImpl.prototype.unlock = function () {
|
|
21
|
+
this._lockCount -= 1;
|
|
22
|
+
if (this._lockCount === 0) {
|
|
23
|
+
if (this._isChanged) {
|
|
24
|
+
this.onChange();
|
|
25
|
+
}
|
|
26
|
+
this._isChanged = false;
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(EShapeConnectorBodyImpl.prototype, "id", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this._id;
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(EShapeConnectorBodyImpl.prototype, "values", {
|
|
37
|
+
get: function () {
|
|
38
|
+
return this._values;
|
|
39
|
+
},
|
|
40
|
+
set: function (newValues) {
|
|
41
|
+
this.set(newValues);
|
|
42
|
+
},
|
|
43
|
+
enumerable: false,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
46
|
+
EShapeConnectorBodyImpl.prototype.set = function (newValues) {
|
|
47
|
+
if (newValues != null) {
|
|
48
|
+
this._id += 1;
|
|
49
|
+
if (this._values !== newValues) {
|
|
50
|
+
var length_1 = newValues.length;
|
|
51
|
+
var values = this._values;
|
|
52
|
+
for (var i = 0; i < length_1; ++i) {
|
|
53
|
+
values[i] = newValues[i];
|
|
54
|
+
}
|
|
55
|
+
values.length = length_1;
|
|
56
|
+
}
|
|
57
|
+
this.onChange();
|
|
58
|
+
}
|
|
59
|
+
return this;
|
|
60
|
+
};
|
|
61
|
+
EShapeConnectorBodyImpl.prototype.copy = function (source) {
|
|
62
|
+
return this.set(source.values);
|
|
63
|
+
};
|
|
64
|
+
EShapeConnectorBodyImpl.prototype.serialize = function (manager) {
|
|
65
|
+
return manager.addResource(JSON.stringify(this._values));
|
|
66
|
+
};
|
|
67
|
+
EShapeConnectorBodyImpl.prototype.deserialize = function (resourceId, mapping, manager) {
|
|
68
|
+
var resources = manager.resources;
|
|
69
|
+
if (0 <= resourceId && resourceId < resources.length) {
|
|
70
|
+
var parsed = manager.getExtension(resourceId);
|
|
71
|
+
if (parsed == null) {
|
|
72
|
+
parsed = JSON.parse(resources[resourceId]);
|
|
73
|
+
manager.setExtension(resourceId, parsed);
|
|
74
|
+
}
|
|
75
|
+
this.set(parsed);
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
EShapeConnectorBodyImpl.prototype.onChange = function () {
|
|
79
|
+
if (0 < this._lockCount) {
|
|
80
|
+
this._isChanged = true;
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
this._onChange();
|
|
84
|
+
};
|
|
85
|
+
return EShapeConnectorBodyImpl;
|
|
86
|
+
}());
|
|
87
|
+
export { EShapeConnectorBodyImpl };
|
|
88
|
+
//# sourceMappingURL=e-shape-connector-body-impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"e-shape-connector-body-impl.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-body-impl.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { EShapeConnector } from \"./e-shape-connector\";\nimport { EShapeConnectorBody, EShapeConnectorBodySerialized } from \"./e-shape-connector-body\";\nimport { EShapeResourceManagerDeserialization } from \"./e-shape-resource-manager-deserialization\";\nimport { EShapeResourceManagerSerialization } from \"./e-shape-resource-manager-serialization\";\nimport { EShapeUuidMapping } from \"./e-shape-uuid-mapping\";\n\nexport class EShapeConnectorBodyImpl implements EShapeConnectorBody {\n\tprotected _parent: EShapeConnector;\n\tprotected _id: number;\n\tprotected _values: number[];\n\tprotected _lockCount: number;\n\tprotected _isChanged: boolean;\n\tprotected _onChange: () => void;\n\n\tconstructor(parent: EShapeConnector, onChange: () => void) {\n\t\tthis._parent = parent;\n\t\tthis._id = 0;\n\t\tthis._values = [];\n\t\tthis._lockCount = 0;\n\t\tthis._isChanged = false;\n\t\tthis._onChange = onChange;\n\t}\n\n\tlock(): void {\n\t\tthis._lockCount += 1;\n\t\tif (this._lockCount === 1) {\n\t\t\tthis._isChanged = false;\n\t\t}\n\t}\n\n\tunlock(): void {\n\t\tthis._lockCount -= 1;\n\t\tif (this._lockCount === 0) {\n\t\t\tif (this._isChanged) {\n\t\t\t\tthis.onChange();\n\t\t\t}\n\t\t\tthis._isChanged = false;\n\t\t}\n\t}\n\n\tget id(): number {\n\t\treturn this._id;\n\t}\n\n\tget values(): number[] {\n\t\treturn this._values;\n\t}\n\n\tset values(newValues: number[]) {\n\t\tthis.set(newValues);\n\t}\n\n\tset(newValues?: number[]): this {\n\t\tif (newValues != null) {\n\t\t\tthis._id += 1;\n\t\t\tif (this._values !== newValues) {\n\t\t\t\tconst length = newValues.length;\n\t\t\t\tconst values = this._values;\n\t\t\t\tfor (let i = 0; i < length; ++i) {\n\t\t\t\t\tvalues[i] = newValues[i];\n\t\t\t\t}\n\t\t\t\tvalues.length = length;\n\t\t\t}\n\t\t\tthis.onChange();\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopy(source: EShapeConnectorBody): this {\n\t\treturn this.set(source.values);\n\t}\n\n\tserialize(manager: EShapeResourceManagerSerialization): number {\n\t\treturn manager.addResource(JSON.stringify(this._values));\n\t}\n\n\tdeserialize(\n\t\tresourceId: number,\n\t\tmapping: EShapeUuidMapping,\n\t\tmanager: EShapeResourceManagerDeserialization\n\t): void {\n\t\tconst resources = manager.resources;\n\t\tif (0 <= resourceId && resourceId < resources.length) {\n\t\t\tlet parsed = manager.getExtension<EShapeConnectorBodySerialized>(resourceId);\n\t\t\tif (parsed == null) {\n\t\t\t\tparsed = JSON.parse(resources[resourceId]) as EShapeConnectorBodySerialized;\n\t\t\t\tmanager.setExtension(resourceId, parsed);\n\t\t\t}\n\t\t\tthis.set(parsed);\n\t\t}\n\t}\n\n\tprotected onChange(): void {\n\t\tif (0 < this._lockCount) {\n\t\t\tthis._isChanged = true;\n\t\t\treturn;\n\t\t}\n\t\tthis._onChange();\n\t}\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"e-shape-connector-body.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-body.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { EShapeResourceManagerDeserialization } from \"./e-shape-resource-manager-deserialization\";\nimport { EShapeResourceManagerSerialization } from \"./e-shape-resource-manager-serialization\";\nimport { EShapeUuidMapping } from \"./e-shape-uuid-mapping\";\n\nexport type EShapeConnectorBodySerialized = number[];\n\nexport interface EShapeConnectorBody {\n\treadonly id: number;\n\tvalues: number[];\n\n\tlock(): void;\n\tunlock(): void;\n\tset(values?: number[]): this;\n\tcopy(source: EShapeConnectorBody): this;\n\tserialize(manager: EShapeResourceManagerSerialization): number;\n\tdeserialize(\n\t\tresourceId: number,\n\t\tmapping: EShapeUuidMapping,\n\t\tmanager: EShapeResourceManagerDeserialization\n\t): void;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-connector-edge-container-impl.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-container-impl.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"e-shape-connector-edge-container-impl.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-container-impl.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { EShapeConnector } from \"./e-shape-connector\";\nimport { EShapeConnectorEdge } from \"./e-shape-connector-edge\";\nimport {\n\tEShapeConnectorEdgeContainer,\n\tEShapeConnectorEdgeContainerSerialized\n} from \"./e-shape-connector-edge-container\";\nimport { EShapeConnectorEdgeImpl } from \"./e-shape-connector-edge-impl\";\nimport { EShapeResourceManagerDeserialization } from \"./e-shape-resource-manager-deserialization\";\nimport { EShapeResourceManagerSerialization } from \"./e-shape-resource-manager-serialization\";\nimport { EShapeUuidMapping } from \"./e-shape-uuid-mapping\";\n\nexport class EShapeConnectorEdgeContainerImpl implements EShapeConnectorEdgeContainer {\n\tprotected _parent: EShapeConnector;\n\tprotected _lockCount: number;\n\tprotected _isChanged: boolean;\n\tprotected _onChange: () => void;\n\tprotected _tail: EShapeConnectorEdge;\n\tprotected _head: EShapeConnectorEdge;\n\n\tconstructor(parent: EShapeConnector, onChange: () => void) {\n\t\tthis._parent = parent;\n\t\tthis._lockCount = 0;\n\t\tthis._isChanged = false;\n\t\tthis._onChange = onChange;\n\t\tconst onChangeBound = (): void => {\n\t\t\tthis.onChange();\n\t\t};\n\t\tthis._tail = new EShapeConnectorEdgeImpl(parent, onChangeBound);\n\t\tthis._head = new EShapeConnectorEdgeImpl(parent, onChangeBound);\n\t}\n\n\tlock(): this {\n\t\tthis._lockCount += 1;\n\t\tif (this._lockCount === 1) {\n\t\t\tthis._isChanged = false;\n\t\t}\n\t\treturn this;\n\t}\n\n\tunlock(): this {\n\t\tthis._lockCount -= 1;\n\t\tif (this._lockCount === 0) {\n\t\t\tif (this._isChanged) {\n\t\t\t\tthis._onChange();\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t}\n\n\tprotected onChange(): void {\n\t\tif (0 < this._lockCount) {\n\t\t\tthis._isChanged = true;\n\t\t\treturn;\n\t\t}\n\t\tthis._onChange();\n\t}\n\n\tget tail(): EShapeConnectorEdge {\n\t\treturn this._tail;\n\t}\n\n\tget head(): EShapeConnectorEdge {\n\t\treturn this._head;\n\t}\n\n\tcopy(source: EShapeConnectorEdgeContainer): this {\n\t\tthis.lock();\n\t\tthis._tail.copy(source.tail);\n\t\tthis._head.copy(source.head);\n\t\tthis.unlock();\n\t\treturn this;\n\t}\n\n\tfit(forcibly?: boolean): this {\n\t\tthis.lock();\n\t\tthis._tail.fit(forcibly);\n\t\tthis._head.fit(forcibly);\n\t\tthis.unlock();\n\t\treturn this;\n\t}\n\n\tserialize(manager: EShapeResourceManagerSerialization): number {\n\t\tconst tailId = this._tail.serialize(manager);\n\t\tconst headId = this._head.serialize(manager);\n\t\treturn manager.addResource(`[${tailId},${headId}]`);\n\t}\n\n\tdeserialize(\n\t\tresourceId: number,\n\t\tmapping: EShapeUuidMapping,\n\t\tmanager: EShapeResourceManagerDeserialization\n\t): void {\n\t\tconst resources = manager.resources;\n\t\tif (0 <= resourceId && resourceId < resources.length) {\n\t\t\tlet parsed = manager.getExtension<EShapeConnectorEdgeContainerSerialized>(resourceId);\n\t\t\tif (parsed == null) {\n\t\t\t\tparsed = JSON.parse(\n\t\t\t\t\tresources[resourceId]\n\t\t\t\t) as EShapeConnectorEdgeContainerSerialized;\n\t\t\t\tmanager.setExtension(resourceId, parsed);\n\t\t\t}\n\t\t\tthis.lock();\n\t\t\tthis._tail.deserialize(parsed[0], mapping, manager);\n\t\t\tthis._head.deserialize(parsed[1], mapping, manager);\n\t\t\tthis.unlock();\n\t\t}\n\t}\n\n\tattach(): this {\n\t\tthis.lock();\n\t\tconst tail = this._tail;\n\t\tconst head = this._head;\n\t\ttail.attach();\n\t\thead.attach();\n\t\ttail.fit(true);\n\t\thead.fit(true);\n\t\tthis.unlock();\n\t\treturn this;\n\t}\n\n\tdetach(): this {\n\t\tthis.lock();\n\t\tthis._tail.detach();\n\t\tthis._head.detach();\n\t\tthis.unlock();\n\t\treturn this;\n\t}\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-connector-edge-container.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-container.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { EShapeConnectorEdge } from \"./e-shape-connector-edge\";\nimport { EShapeResourceManagerDeserialization } from \"./e-shape-resource-manager-deserialization\";\nimport { EShapeResourceManagerSerialization } from \"./e-shape-resource-manager-serialization\";\nimport { EShapeUuidMapping } from \"./e-shape-uuid-mapping\";\n\nexport interface EShapeConnectorEdgeContainer {\n\ttail: EShapeConnectorEdge;\n\thead: EShapeConnectorEdge;\n\tcopy(source: EShapeConnectorEdgeContainer): this;\n\tfit(forcibly?: boolean): this;\n\tserialize(manager: EShapeResourceManagerSerialization): number;\n\tdeserialize(\n\t\tresourceId: number,\n\t\tmapping: EShapeUuidMapping,\n\t\tmanager: EShapeResourceManagerDeserialization\n\t): void;\n\tattach(): this;\n\tdetach(): this;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"e-shape-connector-edge-container.js","sourceRoot":"","sources":["../../../../src/main/typescript/wcardinal/ui/shape/e-shape-connector-edge-container.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { EShapeConnectorEdge } from \"./e-shape-connector-edge\";\nimport { EShapeResourceManagerDeserialization } from \"./e-shape-resource-manager-deserialization\";\nimport { EShapeResourceManagerSerialization } from \"./e-shape-resource-manager-serialization\";\nimport { EShapeUuidMapping } from \"./e-shape-uuid-mapping\";\n\nexport type EShapeConnectorEdgeContainerSerialized = [number, number];\n\nexport interface EShapeConnectorEdgeContainer {\n\ttail: EShapeConnectorEdge;\n\thead: EShapeConnectorEdge;\n\tlock(): void;\n\tunlock(): void;\n\tcopy(source: EShapeConnectorEdgeContainer): this;\n\tfit(forcibly?: boolean): this;\n\tserialize(manager: EShapeResourceManagerSerialization): number;\n\tdeserialize(\n\t\tresourceId: number,\n\t\tmapping: EShapeUuidMapping,\n\t\tmanager: EShapeResourceManagerDeserialization\n\t): void;\n\tattach(): this;\n\tdetach(): this;\n}\n"]}
|
|
@@ -137,10 +137,12 @@ var EShapeRuntime = /** @class */ (function () {
|
|
|
137
137
|
EShapeRuntime.prototype.onKeyUp = function (shape, e) {
|
|
138
138
|
if (UtilKeyboardEvent.isActivateKey(e)) {
|
|
139
139
|
var state = shape.state;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
140
|
+
if (state.isPressed) {
|
|
141
|
+
var wasUp = state.isUp;
|
|
142
|
+
this.onUp(shape, e);
|
|
143
|
+
if (!wasUp && state.isUp) {
|
|
144
|
+
this.onClick(shape, e);
|
|
145
|
+
}
|
|
144
146
|
}
|
|
145
147
|
}
|
|
146
148
|
return false;
|