@bimetal/whiteboard-angular-components 0.32.0 → 0.35.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/LICENSE +57 -129
- package/README.md +1 -1
- package/dist/components/Whiteboard.d.ts +7 -1
- package/dist/components/Whiteboard.d.ts.map +1 -1
- package/dist/components/Whiteboard.js +199 -166
- package/dist/components/Whiteboard.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/LICENSE
CHANGED
|
@@ -1,129 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
the
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
Personal use for research, experiment, and testing for
|
|
59
|
-
the benefit of public knowledge, personal study, private
|
|
60
|
-
entertainment, hobby projects, amateur pursuits, or religious
|
|
61
|
-
observance, without any anticipated commercial application,
|
|
62
|
-
is use for a permitted purpose.
|
|
63
|
-
|
|
64
|
-
## Noncommercial Organizations
|
|
65
|
-
|
|
66
|
-
Use by any charitable organization, educational institution,
|
|
67
|
-
public research organization, public safety or health
|
|
68
|
-
organization, environmental protection organization,
|
|
69
|
-
or government institution is use for a permitted purpose
|
|
70
|
-
regardless of the source of funding or obligations resulting
|
|
71
|
-
from the funding.
|
|
72
|
-
|
|
73
|
-
## Fair Use
|
|
74
|
-
|
|
75
|
-
You may have "fair use" rights for the software under the
|
|
76
|
-
law. These terms do not limit them.
|
|
77
|
-
|
|
78
|
-
## No Other Rights
|
|
79
|
-
|
|
80
|
-
These terms do not allow you to sublicense or transfer any of
|
|
81
|
-
your licenses to anyone else, or prevent the licensor from
|
|
82
|
-
granting licenses to anyone else. These terms do not imply
|
|
83
|
-
any other licenses.
|
|
84
|
-
|
|
85
|
-
## Patent Defense
|
|
86
|
-
|
|
87
|
-
If you make any written claim that the software infringes or
|
|
88
|
-
contributes to infringement of any patent, your patent license
|
|
89
|
-
for the software granted under these terms ends immediately. If
|
|
90
|
-
your company makes such a claim, your patent license ends
|
|
91
|
-
immediately for work on behalf of your company.
|
|
92
|
-
|
|
93
|
-
## Violations
|
|
94
|
-
|
|
95
|
-
The first time you are notified in writing that you have
|
|
96
|
-
violated any of these terms, or any agreement made under them,
|
|
97
|
-
you have 32 calendar days to come into compliance. If you come
|
|
98
|
-
into compliance, your licenses revive and continue as if you had
|
|
99
|
-
never violated.
|
|
100
|
-
|
|
101
|
-
## No Liability
|
|
102
|
-
|
|
103
|
-
***As far as the law allows, the software comes as is, without
|
|
104
|
-
any warranty or condition, and the licensor will not be liable
|
|
105
|
-
to you for any damages arising out of these terms or the use
|
|
106
|
-
or nature of the software, under any kind of legal claim.***
|
|
107
|
-
|
|
108
|
-
## Definitions
|
|
109
|
-
|
|
110
|
-
The **licensor** is the individual or entity offering these
|
|
111
|
-
terms, and the **software** is the software the licensor makes
|
|
112
|
-
available under these terms.
|
|
113
|
-
|
|
114
|
-
**You** refers to the individual or entity agreeing to these
|
|
115
|
-
terms.
|
|
116
|
-
|
|
117
|
-
**Your company** is any legal entity, sole proprietorship,
|
|
118
|
-
or other kind of organization that you work for, plus all
|
|
119
|
-
organizations that have control over, are under the control of,
|
|
120
|
-
or are under common control with that organization. **Control**
|
|
121
|
-
means ownership of substantially all the assets of an entity,
|
|
122
|
-
or the power to direct its management and policies by vote,
|
|
123
|
-
contract, or otherwise. Control can be direct or indirect.
|
|
124
|
-
|
|
125
|
-
**Your licenses** are all the licenses granted to you for the
|
|
126
|
-
software under these terms.
|
|
127
|
-
|
|
128
|
-
**Use** means anything you do with the software requiring one
|
|
129
|
-
of your licenses.
|
|
1
|
+
Copyright 2026 Andreas Biederbeck
|
|
2
|
+
|
|
3
|
+
Apache License
|
|
4
|
+
|
|
5
|
+
Version 2.0, January 2004
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/
|
|
8
|
+
|
|
9
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10
|
+
|
|
11
|
+
1. Definitions.
|
|
12
|
+
|
|
13
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
14
|
+
|
|
15
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
16
|
+
|
|
17
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
18
|
+
|
|
19
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
20
|
+
|
|
21
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
22
|
+
|
|
23
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
24
|
+
|
|
25
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
26
|
+
|
|
27
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
28
|
+
|
|
29
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
30
|
+
|
|
31
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
32
|
+
|
|
33
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
34
|
+
|
|
35
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
36
|
+
|
|
37
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
38
|
+
|
|
39
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
40
|
+
|
|
41
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
42
|
+
|
|
43
|
+
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
44
|
+
|
|
45
|
+
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
46
|
+
|
|
47
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
48
|
+
|
|
49
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
50
|
+
|
|
51
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
52
|
+
|
|
53
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
54
|
+
|
|
55
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
56
|
+
|
|
57
|
+
END OF TERMS AND CONDITIONS
|
package/README.md
CHANGED
|
@@ -3,11 +3,13 @@ import type { Point, WhiteboardController, WhiteboardControllerSnapshot, Whitebo
|
|
|
3
3
|
import type { WhiteboardStore } from '@bimetal/whiteboard-data';
|
|
4
4
|
import { type ResizeIntent } from './TransformHandles.js';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/** Shape of `WhiteboardComponent`'s `@Input`s, for consumers describing the STANDALONE path. */
|
|
6
7
|
export interface WhiteboardProps {
|
|
7
8
|
store: WhiteboardStore;
|
|
8
9
|
canvasId: string;
|
|
9
10
|
config?: WhiteboardConfigInput;
|
|
10
11
|
darkMode?: boolean;
|
|
12
|
+
showUndoRedo?: boolean;
|
|
11
13
|
onError?: (err: unknown) => void;
|
|
12
14
|
}
|
|
13
15
|
interface ConnectorView {
|
|
@@ -67,6 +69,9 @@ export declare class WhiteboardComponent implements OnInit, AfterViewInit, OnDes
|
|
|
67
69
|
config?: WhiteboardConfigInput;
|
|
68
70
|
darkMode: boolean;
|
|
69
71
|
dir?: 'ltr' | 'rtl';
|
|
72
|
+
/** Show the undo/redo button pair in the toolbar (default true). UI-only — the
|
|
73
|
+
* controller's undo()/redo() and keyboard shortcuts stay active when hidden. */
|
|
74
|
+
showUndoRedo: boolean;
|
|
70
75
|
/** Surfaces infrastructure errors (a domain rejection is an undo toast). */
|
|
71
76
|
onError?: (err: unknown) => void;
|
|
72
77
|
/** OBSERVE hook (STANDALONE only): fires when the selected shapes change (ids, empty on clear). */
|
|
@@ -152,6 +157,7 @@ export declare class WhiteboardComponent implements OnInit, AfterViewInit, OnDes
|
|
|
152
157
|
onDistribute(axis: DistributeAxis): void;
|
|
153
158
|
onResetViewport(): void;
|
|
154
159
|
onUndo(): void;
|
|
160
|
+
onRedo(): void;
|
|
155
161
|
onStyleInput(raw: StyleInput): void;
|
|
156
162
|
onPinClick(id: string, e: MouseEvent): void;
|
|
157
163
|
onCommitDraft(text: string): void;
|
|
@@ -169,7 +175,7 @@ export declare class WhiteboardComponent implements OnInit, AfterViewInit, OnDes
|
|
|
169
175
|
trackPin(_i: number, p: PinView): string;
|
|
170
176
|
trackIndex(i: number): number;
|
|
171
177
|
static ɵfac: i0.ɵɵFactoryDeclaration<WhiteboardComponent, never>;
|
|
172
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WhiteboardComponent, "bm-whiteboard", never, { "controller": { "alias": "controller"; "required": false; }; "store": { "alias": "store"; "required": true; }; "canvasId": { "alias": "canvasId"; "required": true; }; "config": { "alias": "config"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "onError": { "alias": "onError"; "required": false; }; "onSelectionChange": { "alias": "onSelectionChange"; "required": false; }; }, {}, never, never, true, never>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WhiteboardComponent, "bm-whiteboard", never, { "controller": { "alias": "controller"; "required": false; }; "store": { "alias": "store"; "required": true; }; "canvasId": { "alias": "canvasId"; "required": true; }; "config": { "alias": "config"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "showUndoRedo": { "alias": "showUndoRedo"; "required": false; }; "onError": { "alias": "onError"; "required": false; }; "onSelectionChange": { "alias": "onSelectionChange"; "required": false; }; }, {}, never, never, true, never>;
|
|
173
179
|
}
|
|
174
180
|
export {};
|
|
175
181
|
//# sourceMappingURL=Whiteboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Whiteboard.d.ts","sourceRoot":"","sources":["../../src/components/Whiteboard.ts"],"names":[],"mappings":"AAAA,OAAO,EACa,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,aAAa,EACjE,UAAU,EACtB,MAAM,eAAe,CAAC;AAMvB,OAAO,KAAK,EACV,KAAK,EAAE,oBAAoB,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAClG,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,UAAU,EACvD,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAA6B,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAMrF,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC;AASD,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACrF,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CACvE;AACD,UAAU,SAAS;IAAG,IAAI,EAAE,GAAG,GAAG,GAAG,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE;AACxF,UAAU,OAAO;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAAE;AACvG,UAAU,QAAQ;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;CAAE;AACvF,UAAU,UAAU;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;CAAE;AAEhF;;;;;;;;GAQG;AACH,
|
|
1
|
+
{"version":3,"file":"Whiteboard.d.ts","sourceRoot":"","sources":["../../src/components/Whiteboard.ts"],"names":[],"mappings":"AAAA,OAAO,EACa,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAAE,aAAa,EACjE,UAAU,EACtB,MAAM,eAAe,CAAC;AAMvB,OAAO,KAAK,EACV,KAAK,EAAE,oBAAoB,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAClG,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,UAAU,EACvD,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAA6B,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAMrF,gGAAgG;AAChG,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC;AASD,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACrF,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CACvE;AACD,UAAU,SAAS;IAAG,IAAI,EAAE,GAAG,GAAG,GAAG,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE;AACxF,UAAU,OAAO;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAAE;AACvG,UAAU,QAAQ;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;CAAE;AACvF,UAAU,UAAU;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;CAAE;AAEhF;;;;;;;;GAQG;AACH,qBA+Ka,mBAAoB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IACrF;;oFAEgF;IACvE,UAAU,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACvB,KAAK,EAAG,eAAe,CAAC;IACxB,QAAQ,EAAG,MAAM,CAAC;IACpC,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,UAAS;IACjB,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAC7B;qFACiF;IACxE,YAAY,UAAQ;IAC7B,4EAA4E;IACnE,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,mGAAmG;IAC1F,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,CAAC;IAE5C,WAAW,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IAEnE,OAAO,CAAC,OAAO,CAAC,CAA8B;IAC9C,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,WAAW,CAAwC;IAC3D,OAAO,CAAC,KAAK,CAAC,CAAa;IAC3B,OAAO,CAAC,IAAI,CAAmD;IAC/D,OAAO,CAAC,cAAc,CAAC,CAAiB;IAExC,QAAQ,CAAC,KAAK;;;QAAoB;IAClC,QAAQ,CAAC,MAAM;;;QAAoB;IACnC,QAAQ,CAAC,WAAW;;;QAAyB;IAE7C,QAAQ,CAAC,OAAO,SAAkC;IAClD,QAAQ,CAAC,SAAS,SAA2B;IAE7C,IAAI,IAAI,yBAA2B;IACnC,IAAI,QAAQ,IAAI,4BAA4B,CAA+B;IAC3E,IAAI,QAAQ,oDAAqC;IACjD,IAAI,UAAU,SAAuC;IACrD,IAAI,GAAG,4DAAmC;IAC1C,IAAI,MAAM,IAAI,gBAAgB,CAA4B;IAE1D,IAAI,OAAO,IAAI,MAAM,CAAkD;IAEvE,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED,IAAI,cAAc,IAAI,MAAM,CAG3B;IAED,IAAI,YAAY,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAQzC;IAGD,OAAO,KAAK,aAAa,GAA0E;IACnG,IAAI,MAAM,IAAI,OAAO,CAAiD;IACtE,IAAI,QAAQ,IAAI,OAAO,CAAmC;IAC1D,IAAI,aAAa,IAAI,OAAO,CAAwC;IACpE,IAAI,QAAQ,IAAI,OAAO,CAAmC;IAC1D,IAAI,UAAU,IAAI,OAAO,CAAqC;IAG9D,IAAI,aAAa,IAAI,SAAS,GAAG,IAAI,CAIpC;IAID,IAAI,UAAU,yDAGb;IAED,IAAI,IAAI,uDAAuC;IAC/C,IAAI,WAAW;;;aAGd;IAGD,IAAI,cAAc,IAAI,aAAa,EAAE,CAapC;IAED,IAAI,iBAAiB,IAAI,MAAM,GAAG,IAAI,CAGrC;IAED,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAGnC;IAED,IAAI,UAAU,IAAI,SAAS,EAAE,CAQ5B;IAED,IAAI,WAAW,IAAI,OAAO,EAAE,CAQ3B;IAID,IAAI,aAAa,IAAI,QAAQ,EAAE,GAAG,IAAI,CAWrC;IAGD,IAAI,OAAO,IAAI,KAAK,GAAG,IAAI,CAG1B;IAED,IAAI,UAAU,IAAI,UAAU,GAAG,IAAI,CAQlC;IAED,SAAS,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM;IAG7B,QAAQ,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM;IAK5B,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,MAAM,CAIZ;IACF,OAAO,CAAC,IAAI,CAAyD;IACrE,OAAO,CAAC,QAAQ,CAA6D;IAC7E,OAAO,CAAC,OAAO,CAUb;IAEF,QAAQ;IA6BR,eAAe;IAaf,WAAW,CAAC,OAAO,EAAE,aAAa;IAOlC,WAAW;IAaX,qBAAqB,CAAC,CAAC,EAAE,YAAY;IAYrC,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY;IAU5C,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU;IAK9C,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY;IAMpD,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY;IAMzC,SAAS,CAAC,CAAC,EAAE,aAAa;IAQ1B,MAAM,CAAC,EAAE,EAAE,IAAI;IACf,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,OAAO;IACP,SAAS;IACT,WAAW;IACX,iBAAiB;IACjB,OAAO,CAAC,IAAI,EAAE,SAAS;IACvB,YAAY,CAAC,IAAI,EAAE,cAAc;IACjC,eAAe;IACf,MAAM;IACN,MAAM;IACN,YAAY,CAAC,GAAG,EAAE,UAAU;IAG5B,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,UAAU;IACpC,aAAa,CAAC,IAAI,EAAE,MAAM;IAC1B,aAAa;IACb,aAAa;IACb,cAAc,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IACvC,eAAe,CAAC,EAAE,EAAE,MAAM;IAC1B,cAAc,CAAC,EAAE,EAAE,MAAM;IAGzB,WAAW,CAAC,IAAI,EAAE,MAAM;IACxB,aAAa;IACb,aAAa,CAAC,EAAE,EAAE,MAAM;IAExB,IAAI,CAAC,CAAC,EAAE,KAAK;IAEb,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM;IAC5C,cAAc,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,aAAa,GAAG,MAAM;IACpD,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM;IACxC,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM;yCAzVlB,mBAAmB;2CAAnB,mBAAmB;CA0V/B"}
|
|
@@ -13,195 +13,212 @@ import * as i1 from "@angular/common";
|
|
|
13
13
|
const _c0 = ["viewportRef"];
|
|
14
14
|
function WhiteboardComponent_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
15
15
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
16
|
-
i0.ɵɵelementStart(0, "button",
|
|
17
|
-
i0.ɵɵlistener("click", function WhiteboardComponent_button_2_Template_button_click_0_listener() {
|
|
18
|
-
i0.ɵɵtext(1);
|
|
16
|
+
i0.ɵɵelementStart(0, "button", 36);
|
|
17
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onUndo()); });
|
|
18
|
+
i0.ɵɵtext(1, "\u21B6");
|
|
19
19
|
i0.ɵɵelementEnd();
|
|
20
20
|
} if (rf & 2) {
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
i0.ɵɵ
|
|
24
|
-
i0.ɵɵattribute("title", ctx_r3.locale.tools[t_r3.id])("aria-pressed", ctx_r3.activeTool === t_r3.id)("data-tool", t_r3.id);
|
|
25
|
-
i0.ɵɵadvance();
|
|
26
|
-
i0.ɵɵtextInterpolate(t_r3.glyph);
|
|
21
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
22
|
+
i0.ɵɵproperty("disabled", !ctx_r2.snapshot.canUndo);
|
|
23
|
+
i0.ɵɵattribute("aria-label", ctx_r2.locale.undo)("title", ctx_r2.locale.undo);
|
|
27
24
|
} }
|
|
28
|
-
function
|
|
25
|
+
function WhiteboardComponent_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
27
|
+
i0.ɵɵelementStart(0, "button", 37);
|
|
28
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onRedo()); });
|
|
29
|
+
i0.ɵɵtext(1, "\u21B7");
|
|
30
|
+
i0.ɵɵelementEnd();
|
|
31
|
+
} if (rf & 2) {
|
|
32
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
33
|
+
i0.ɵɵproperty("disabled", !ctx_r2.snapshot.canRedo);
|
|
34
|
+
i0.ɵɵattribute("aria-label", ctx_r2.locale.redo)("title", ctx_r2.locale.redo);
|
|
35
|
+
} }
|
|
36
|
+
function WhiteboardComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
+
i0.ɵɵelement(0, "span", 7);
|
|
38
|
+
} }
|
|
39
|
+
function WhiteboardComponent_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
29
40
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
30
|
-
i0.ɵɵelementStart(0, "button",
|
|
31
|
-
i0.ɵɵlistener("click", function
|
|
41
|
+
i0.ɵɵelementStart(0, "button", 38);
|
|
42
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_button_5_Template_button_click_0_listener() { const t_r6 = i0.ɵɵrestoreView(_r5).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onTool(t_r6.id)); });
|
|
32
43
|
i0.ɵɵtext(1);
|
|
33
44
|
i0.ɵɵelementEnd();
|
|
34
45
|
} if (rf & 2) {
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
i0.ɵɵ
|
|
38
|
-
i0.ɵɵattribute("title",
|
|
46
|
+
const t_r6 = ctx.$implicit;
|
|
47
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
48
|
+
i0.ɵɵclassMap(ctx_r2.toolClass(t_r6.id));
|
|
49
|
+
i0.ɵɵattribute("title", ctx_r2.locale.tools[t_r6.id])("aria-pressed", ctx_r2.activeTool === t_r6.id)("data-tool", t_r6.id);
|
|
39
50
|
i0.ɵɵadvance();
|
|
40
|
-
i0.ɵɵtextInterpolate(
|
|
51
|
+
i0.ɵɵtextInterpolate(t_r6.glyph);
|
|
41
52
|
} }
|
|
42
|
-
function
|
|
53
|
+
function WhiteboardComponent_button_22_Template(rf, ctx) { if (rf & 1) {
|
|
43
54
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "button",
|
|
45
|
-
i0.ɵɵlistener("click", function
|
|
55
|
+
i0.ɵɵelementStart(0, "button", 8);
|
|
56
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_button_22_Template_button_click_0_listener() { const a_r8 = i0.ɵɵrestoreView(_r7).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onAlign(a_r8.edge)); });
|
|
46
57
|
i0.ɵɵtext(1);
|
|
47
58
|
i0.ɵɵelementEnd();
|
|
48
59
|
} if (rf & 2) {
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
i0.ɵɵproperty("disabled", !
|
|
52
|
-
i0.ɵɵattribute("title",
|
|
60
|
+
const a_r8 = ctx.$implicit;
|
|
61
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
62
|
+
i0.ɵɵproperty("disabled", !ctx_r2.canAlign);
|
|
63
|
+
i0.ɵɵattribute("title", ctx_r2.locale.alignLabels[a_r8.edge])("data-align", a_r8.edge);
|
|
53
64
|
i0.ɵɵadvance();
|
|
54
|
-
i0.ɵɵtextInterpolate(
|
|
65
|
+
i0.ɵɵtextInterpolate(a_r8.glyph);
|
|
55
66
|
} }
|
|
56
|
-
function
|
|
67
|
+
function WhiteboardComponent_button_23_Template(rf, ctx) { if (rf & 1) {
|
|
68
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
69
|
+
i0.ɵɵelementStart(0, "button", 8);
|
|
70
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_button_23_Template_button_click_0_listener() { const d_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onDistribute(d_r10.axis)); });
|
|
71
|
+
i0.ɵɵtext(1);
|
|
72
|
+
i0.ɵɵelementEnd();
|
|
73
|
+
} if (rf & 2) {
|
|
74
|
+
const d_r10 = ctx.$implicit;
|
|
75
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
76
|
+
i0.ɵɵproperty("disabled", !ctx_r2.canDistribute);
|
|
77
|
+
i0.ɵɵattribute("title", ctx_r2.locale.distributeLabels[d_r10.axis])("data-distribute", d_r10.axis);
|
|
78
|
+
i0.ɵɵadvance();
|
|
79
|
+
i0.ɵɵtextInterpolate(d_r10.glyph);
|
|
80
|
+
} }
|
|
81
|
+
function WhiteboardComponent__svg_path_36_Template(rf, ctx) { if (rf & 1) {
|
|
57
82
|
i0.ɵɵnamespaceSVG();
|
|
58
|
-
i0.ɵɵelement(0, "path",
|
|
83
|
+
i0.ɵɵelement(0, "path", 39);
|
|
59
84
|
} if (rf & 2) {
|
|
60
|
-
const
|
|
61
|
-
i0.ɵɵattribute("data-connector-id",
|
|
85
|
+
const c_r11 = ctx.$implicit;
|
|
86
|
+
i0.ɵɵattribute("data-connector-id", c_r11.id)("d", c_r11.d)("stroke", c_r11.stroke)("stroke-width", c_r11.strokeWidth)("stroke-dasharray", c_r11.dash)("opacity", c_r11.opacity)("marker-end", c_r11.markerEnd)("marker-start", c_r11.markerStart);
|
|
62
87
|
} }
|
|
63
|
-
function
|
|
88
|
+
function WhiteboardComponent__svg_path_37_Template(rf, ctx) { if (rf & 1) {
|
|
64
89
|
i0.ɵɵnamespaceSVG();
|
|
65
|
-
i0.ɵɵelement(0, "path",
|
|
90
|
+
i0.ɵɵelement(0, "path", 40);
|
|
66
91
|
} if (rf & 2) {
|
|
67
|
-
const
|
|
68
|
-
i0.ɵɵattribute("d",
|
|
92
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
93
|
+
i0.ɵɵattribute("d", ctx_r2.connectorPreviewD);
|
|
69
94
|
} }
|
|
70
|
-
function
|
|
95
|
+
function WhiteboardComponent__svg_path_38_Template(rf, ctx) { if (rf & 1) {
|
|
71
96
|
i0.ɵɵnamespaceSVG();
|
|
72
|
-
i0.ɵɵelement(0, "path",
|
|
97
|
+
i0.ɵɵelement(0, "path", 41);
|
|
73
98
|
} if (rf & 2) {
|
|
74
|
-
const
|
|
75
|
-
i0.ɵɵattribute("d",
|
|
99
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
100
|
+
i0.ɵɵattribute("d", ctx_r2.drawPreviewPath);
|
|
76
101
|
} }
|
|
77
|
-
function
|
|
102
|
+
function WhiteboardComponent__svg_line_39_Template(rf, ctx) { if (rf & 1) {
|
|
78
103
|
i0.ɵɵnamespaceSVG();
|
|
79
|
-
i0.ɵɵelement(0, "line",
|
|
104
|
+
i0.ɵɵelement(0, "line", 42);
|
|
80
105
|
} if (rf & 2) {
|
|
81
|
-
const
|
|
82
|
-
i0.ɵɵattribute("data-guide-axis",
|
|
106
|
+
const g_r12 = ctx.$implicit;
|
|
107
|
+
i0.ɵɵattribute("data-guide-axis", g_r12.axis)("x1", g_r12.x1)("y1", g_r12.y1)("x2", g_r12.x2)("y2", g_r12.y2);
|
|
83
108
|
} }
|
|
84
|
-
function
|
|
85
|
-
const
|
|
86
|
-
i0.ɵɵelementStart(0, "bm-wb-shape",
|
|
87
|
-
i0.ɵɵlistener("shapePointerDown", function
|
|
109
|
+
function WhiteboardComponent_bm_wb_shape_40_Template(rf, ctx) { if (rf & 1) {
|
|
110
|
+
const _r13 = i0.ɵɵgetCurrentView();
|
|
111
|
+
i0.ɵɵelementStart(0, "bm-wb-shape", 43);
|
|
112
|
+
i0.ɵɵlistener("shapePointerDown", function WhiteboardComponent_bm_wb_shape_40_Template_bm_wb_shape_shapePointerDown_0_listener($event) { const v_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onShapeDown(v_r14.shape.id, $event)); })("shapeDoubleClick", function WhiteboardComponent_bm_wb_shape_40_Template_bm_wb_shape_shapeDoubleClick_0_listener($event) { const v_r14 = i0.ɵɵrestoreView(_r13).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onShapeDblClick(v_r14.shape.id, $event)); });
|
|
88
113
|
i0.ɵɵelementEnd();
|
|
89
114
|
} if (rf & 2) {
|
|
90
|
-
const
|
|
91
|
-
const
|
|
92
|
-
i0.ɵɵproperty("shape",
|
|
115
|
+
const v_r14 = ctx.$implicit;
|
|
116
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
117
|
+
i0.ɵɵproperty("shape", v_r14.shape)("selected", v_r14.selected)("dropTarget", ctx_r2.snapshot.dropTargetId === v_r14.shape.id)("lockedLabel", ctx_r2.locale.locked);
|
|
93
118
|
} }
|
|
94
|
-
function
|
|
95
|
-
i0.ɵɵelement(0, "div",
|
|
119
|
+
function WhiteboardComponent_div_41_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
+
i0.ɵɵelement(0, "div", 44);
|
|
96
121
|
} if (rf & 2) {
|
|
97
|
-
const
|
|
98
|
-
i0.ɵɵstyleProp("left",
|
|
122
|
+
const mq_r15 = ctx.ngIf;
|
|
123
|
+
i0.ɵɵstyleProp("left", mq_r15.x, "px")("top", mq_r15.y, "px")("width", mq_r15.width, "px")("height", mq_r15.height, "px");
|
|
99
124
|
} }
|
|
100
|
-
function
|
|
101
|
-
i0.ɵɵelement(0, "div",
|
|
125
|
+
function WhiteboardComponent_div_42_Template(rf, ctx) { if (rf & 1) {
|
|
126
|
+
i0.ɵɵelement(0, "div", 45);
|
|
102
127
|
} if (rf & 2) {
|
|
103
|
-
const
|
|
104
|
-
i0.ɵɵstyleProp("left",
|
|
128
|
+
const cp_r16 = ctx.ngIf;
|
|
129
|
+
i0.ɵɵstyleProp("left", cp_r16.x, "px")("top", cp_r16.y, "px")("width", cp_r16.width, "px")("height", cp_r16.height, "px");
|
|
105
130
|
} }
|
|
106
|
-
function
|
|
107
|
-
const
|
|
108
|
-
i0.ɵɵelementStart(0, "bm-wb-transform-handles",
|
|
109
|
-
i0.ɵɵlistener("resize", function
|
|
131
|
+
function WhiteboardComponent_bm_wb_transform_handles_43_Template(rf, ctx) { if (rf & 1) {
|
|
132
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
133
|
+
i0.ɵɵelementStart(0, "bm-wb-transform-handles", 46);
|
|
134
|
+
i0.ɵɵlistener("resize", function WhiteboardComponent_bm_wb_transform_handles_43_Template_bm_wb_transform_handles_resize_0_listener($event) { const tv_r18 = i0.ɵɵrestoreView(_r17).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onResizeIntent(tv_r18.shape.id, $event)); })("rotate", function WhiteboardComponent_bm_wb_transform_handles_43_Template_bm_wb_transform_handles_rotate_0_listener($event) { const tv_r18 = i0.ɵɵrestoreView(_r17).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onRotate(tv_r18.shape.id, $event)); });
|
|
110
135
|
i0.ɵɵelementEnd();
|
|
111
136
|
} if (rf & 2) {
|
|
112
|
-
const
|
|
113
|
-
i0.ɵɵproperty("view",
|
|
137
|
+
const tv_r18 = ctx.ngIf;
|
|
138
|
+
i0.ɵɵproperty("view", tv_r18);
|
|
114
139
|
} }
|
|
115
|
-
function
|
|
116
|
-
const
|
|
117
|
-
i0.ɵɵelementStart(0, "button",
|
|
118
|
-
i0.ɵɵlistener("pointerdown", function
|
|
140
|
+
function WhiteboardComponent_button_44_Template(rf, ctx) { if (rf & 1) {
|
|
141
|
+
const _r19 = i0.ɵɵgetCurrentView();
|
|
142
|
+
i0.ɵɵelementStart(0, "button", 47);
|
|
143
|
+
i0.ɵɵlistener("pointerdown", function WhiteboardComponent_button_44_Template_button_pointerdown_0_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.stop($event)); })("click", function WhiteboardComponent_button_44_Template_button_click_0_listener($event) { const p_r20 = i0.ɵɵrestoreView(_r19).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onPinClick(p_r20.id, $event)); });
|
|
119
144
|
i0.ɵɵtext(1);
|
|
120
145
|
i0.ɵɵelementEnd();
|
|
121
146
|
} if (rf & 2) {
|
|
122
|
-
const
|
|
123
|
-
const
|
|
124
|
-
i0.ɵɵclassMap(
|
|
125
|
-
i0.ɵɵstyleProp("left",
|
|
126
|
-
i0.ɵɵattribute("data-comment-id",
|
|
147
|
+
const p_r20 = ctx.$implicit;
|
|
148
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
149
|
+
i0.ɵɵclassMap(ctx_r2.pinClass(p_r20));
|
|
150
|
+
i0.ɵɵstyleProp("left", p_r20.x, "px")("top", p_r20.y, "px");
|
|
151
|
+
i0.ɵɵattribute("data-comment-id", p_r20.id)("title", p_r20.text);
|
|
127
152
|
i0.ɵɵadvance();
|
|
128
|
-
i0.ɵɵtextInterpolate(
|
|
153
|
+
i0.ɵɵtextInterpolate(p_r20.glyph);
|
|
129
154
|
} }
|
|
130
|
-
function
|
|
155
|
+
function WhiteboardComponent__svg_svg_45__svg_line_1_Template(rf, ctx) { if (rf & 1) {
|
|
131
156
|
i0.ɵɵnamespaceSVG();
|
|
132
|
-
i0.ɵɵelement(0, "line",
|
|
157
|
+
i0.ɵɵelement(0, "line", 50);
|
|
133
158
|
} if (rf & 2) {
|
|
134
|
-
const
|
|
135
|
-
i0.ɵɵattribute("x1",
|
|
159
|
+
const seg_r21 = ctx.$implicit;
|
|
160
|
+
i0.ɵɵattribute("x1", seg_r21.x1)("y1", seg_r21.y1)("x2", seg_r21.x2)("y2", seg_r21.y2)("stroke-opacity", seg_r21.opacity);
|
|
136
161
|
} }
|
|
137
|
-
function
|
|
162
|
+
function WhiteboardComponent__svg_svg_45_Template(rf, ctx) { if (rf & 1) {
|
|
138
163
|
i0.ɵɵnamespaceSVG();
|
|
139
|
-
i0.ɵɵelementStart(0, "svg",
|
|
140
|
-
i0.ɵɵtemplate(1,
|
|
164
|
+
i0.ɵɵelementStart(0, "svg", 48);
|
|
165
|
+
i0.ɵɵtemplate(1, WhiteboardComponent__svg_svg_45__svg_line_1_Template, 1, 5, "line", 49);
|
|
141
166
|
i0.ɵɵelementEnd();
|
|
142
167
|
} if (rf & 2) {
|
|
143
|
-
const
|
|
144
|
-
const
|
|
168
|
+
const ls_r22 = ctx.ngIf;
|
|
169
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
145
170
|
i0.ɵɵadvance();
|
|
146
|
-
i0.ɵɵproperty("ngForOf",
|
|
171
|
+
i0.ɵɵproperty("ngForOf", ls_r22)("ngForTrackBy", ctx_r2.trackIndex);
|
|
147
172
|
} }
|
|
148
|
-
function
|
|
149
|
-
const _r21 = i0.ɵɵgetCurrentView();
|
|
150
|
-
i0.ɵɵelementStart(0, "bm-wb-comment-thread", 46);
|
|
151
|
-
i0.ɵɵlistener("commit", function WhiteboardComponent_bm_wb_comment_thread_43_Template_bm_wb_comment_thread_commit_0_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onCommitDraft($event)); })("close", function WhiteboardComponent_bm_wb_comment_thread_43_Template_bm_wb_comment_thread_close_0_listener() { i0.ɵɵrestoreView(_r21); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onCancelDraft()); });
|
|
152
|
-
i0.ɵɵelementEnd();
|
|
153
|
-
} if (rf & 2) {
|
|
154
|
-
const at_r22 = ctx.ngIf;
|
|
155
|
-
const ctx_r3 = i0.ɵɵnextContext();
|
|
156
|
-
i0.ɵɵproperty("at", at_r22)("initial", "")("existing", false)("resolved", false)("locale", ctx_r3.locale);
|
|
157
|
-
} }
|
|
158
|
-
function WhiteboardComponent_bm_wb_comment_thread_44_Template(rf, ctx) { if (rf & 1) {
|
|
173
|
+
function WhiteboardComponent_bm_wb_comment_thread_46_Template(rf, ctx) { if (rf & 1) {
|
|
159
174
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
160
|
-
i0.ɵɵelementStart(0, "bm-wb-comment-thread",
|
|
161
|
-
i0.ɵɵlistener("commit", function
|
|
175
|
+
i0.ɵɵelementStart(0, "bm-wb-comment-thread", 51);
|
|
176
|
+
i0.ɵɵlistener("commit", function WhiteboardComponent_bm_wb_comment_thread_46_Template_bm_wb_comment_thread_commit_0_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onCommitDraft($event)); })("close", function WhiteboardComponent_bm_wb_comment_thread_46_Template_bm_wb_comment_thread_close_0_listener() { i0.ɵɵrestoreView(_r23); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onCancelDraft()); });
|
|
162
177
|
i0.ɵɵelementEnd();
|
|
163
178
|
} if (rf & 2) {
|
|
164
|
-
const
|
|
165
|
-
const
|
|
166
|
-
i0.ɵɵproperty("at",
|
|
179
|
+
const at_r24 = ctx.ngIf;
|
|
180
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
181
|
+
i0.ɵɵproperty("at", at_r24)("initial", "")("existing", false)("resolved", false)("locale", ctx_r2.locale);
|
|
167
182
|
} }
|
|
168
|
-
function
|
|
183
|
+
function WhiteboardComponent_bm_wb_comment_thread_47_Template(rf, ctx) { if (rf & 1) {
|
|
169
184
|
const _r25 = i0.ɵɵgetCurrentView();
|
|
170
|
-
i0.ɵɵelementStart(0, "bm-wb-
|
|
171
|
-
i0.ɵɵlistener("
|
|
185
|
+
i0.ɵɵelementStart(0, "bm-wb-comment-thread", 52);
|
|
186
|
+
i0.ɵɵlistener("commit", function WhiteboardComponent_bm_wb_comment_thread_47_Template_bm_wb_comment_thread_commit_0_listener($event) { const ot_r26 = i0.ɵɵrestoreView(_r25).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onCommitThread(ot_r26.id, $event)); })("close", function WhiteboardComponent_bm_wb_comment_thread_47_Template_bm_wb_comment_thread_close_0_listener() { i0.ɵɵrestoreView(_r25); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onCloseThread()); })("resolve", function WhiteboardComponent_bm_wb_comment_thread_47_Template_bm_wb_comment_thread_resolve_0_listener() { const ot_r26 = i0.ɵɵrestoreView(_r25).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onResolveThread(ot_r26.id)); })("delete", function WhiteboardComponent_bm_wb_comment_thread_47_Template_bm_wb_comment_thread_delete_0_listener() { const ot_r26 = i0.ɵɵrestoreView(_r25).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onDeleteThread(ot_r26.id)); });
|
|
172
187
|
i0.ɵɵelementEnd();
|
|
173
188
|
} if (rf & 2) {
|
|
174
|
-
const
|
|
175
|
-
const
|
|
176
|
-
i0.ɵɵ
|
|
177
|
-
i0.ɵɵproperty("locale", ctx_r3.locale);
|
|
189
|
+
const ot_r26 = ctx.ngIf;
|
|
190
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
191
|
+
i0.ɵɵproperty("at", ot_r26.at)("initial", ot_r26.text)("existing", true)("resolved", ot_r26.resolved)("locale", ctx_r2.locale);
|
|
178
192
|
} }
|
|
179
|
-
function
|
|
193
|
+
function WhiteboardComponent_bm_wb_style_panel_48_Template(rf, ctx) { if (rf & 1) {
|
|
180
194
|
const _r27 = i0.ɵɵgetCurrentView();
|
|
181
|
-
i0.ɵɵelementStart(0, "
|
|
182
|
-
i0.ɵɵ
|
|
195
|
+
i0.ɵɵelementStart(0, "bm-wb-style-panel", 53);
|
|
196
|
+
i0.ɵɵlistener("styleInput", function WhiteboardComponent_bm_wb_style_panel_48_Template_bm_wb_style_panel_styleInput_0_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onStyleInput($event)); });
|
|
183
197
|
i0.ɵɵelementEnd();
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
i0.ɵɵ
|
|
198
|
+
} if (rf & 2) {
|
|
199
|
+
const ps_r28 = ctx.ngIf;
|
|
200
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
201
|
+
i0.ɵɵstyleMap(ps_r28);
|
|
202
|
+
i0.ɵɵproperty("locale", ctx_r2.locale);
|
|
203
|
+
} }
|
|
204
|
+
function WhiteboardComponent_div_49_Template(rf, ctx) { if (rf & 1) {
|
|
205
|
+
i0.ɵɵelementStart(0, "div", 54)(1, "span");
|
|
206
|
+
i0.ɵɵtext(2);
|
|
187
207
|
i0.ɵɵelementEnd()();
|
|
188
208
|
} if (rf & 2) {
|
|
189
|
-
const
|
|
190
|
-
const ctx_r3 = i0.ɵɵnextContext();
|
|
191
|
-
i0.ɵɵadvance(2);
|
|
192
|
-
i0.ɵɵtextInterpolate(u_r28.description);
|
|
209
|
+
const u_r29 = ctx.ngIf;
|
|
193
210
|
i0.ɵɵadvance(2);
|
|
194
|
-
i0.ɵɵtextInterpolate(
|
|
211
|
+
i0.ɵɵtextInterpolate(u_r29.description);
|
|
195
212
|
} }
|
|
196
|
-
function
|
|
197
|
-
const
|
|
198
|
-
i0.ɵɵelementStart(0, "bm-wb-text-dialog",
|
|
199
|
-
i0.ɵɵlistener("save", function
|
|
213
|
+
function WhiteboardComponent_bm_wb_text_dialog_50_Template(rf, ctx) { if (rf & 1) {
|
|
214
|
+
const _r30 = i0.ɵɵgetCurrentView();
|
|
215
|
+
i0.ɵɵelementStart(0, "bm-wb-text-dialog", 55);
|
|
216
|
+
i0.ɵɵlistener("save", function WhiteboardComponent_bm_wb_text_dialog_50_Template_bm_wb_text_dialog_save_0_listener($event) { i0.ɵɵrestoreView(_r30); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onSaveShape($event)); })("close", function WhiteboardComponent_bm_wb_text_dialog_50_Template_bm_wb_text_dialog_close_0_listener() { i0.ɵɵrestoreView(_r30); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onCloseDialog()); })("delete", function WhiteboardComponent_bm_wb_text_dialog_50_Template_bm_wb_text_dialog_delete_0_listener() { const ds_r31 = i0.ɵɵrestoreView(_r30).ngIf; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onDeleteShape(ds_r31.id)); });
|
|
200
217
|
i0.ɵɵelementEnd();
|
|
201
218
|
} if (rf & 2) {
|
|
202
|
-
const
|
|
203
|
-
const
|
|
204
|
-
i0.ɵɵproperty("initial",
|
|
219
|
+
const ds_r31 = ctx.ngIf;
|
|
220
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
221
|
+
i0.ɵɵproperty("initial", ds_r31.text)("locale", ctx_r2.locale);
|
|
205
222
|
} }
|
|
206
223
|
/** Per-instance SVG marker id counter — document-global ids would collide across
|
|
207
224
|
* two mounted boards and `url(#…)` would resolve to the wrong marker. */
|
|
@@ -226,6 +243,9 @@ export class WhiteboardComponent {
|
|
|
226
243
|
config;
|
|
227
244
|
darkMode = false;
|
|
228
245
|
dir;
|
|
246
|
+
/** Show the undo/redo button pair in the toolbar (default true). UI-only — the
|
|
247
|
+
* controller's undo()/redo() and keyboard shortcuts stay active when hidden. */
|
|
248
|
+
showUndoRedo = true;
|
|
229
249
|
/** Surfaces infrastructure errors (a domain rejection is an undo toast). */
|
|
230
250
|
onError;
|
|
231
251
|
/** OBSERVE hook (STANDALONE only): fires when the selected shapes change (ids, empty on clear). */
|
|
@@ -528,6 +548,7 @@ export class WhiteboardComponent {
|
|
|
528
548
|
onDistribute(axis) { this.ctrl.voidDistributeSelection(axis); }
|
|
529
549
|
onResetViewport() { this.ctrl.resetViewport(); }
|
|
530
550
|
onUndo() { this.ctrl.voidUndo(); }
|
|
551
|
+
onRedo() { this.ctrl.voidRedo(); }
|
|
531
552
|
onStyleInput(raw) { this.ctrl.voidSetSelectionStyleFromInput(raw); }
|
|
532
553
|
// ── Comments ──
|
|
533
554
|
onPinClick(id, e) { e.stopPropagation(); this.ctrl.openCommentThread(id); }
|
|
@@ -552,70 +573,76 @@ export class WhiteboardComponent {
|
|
|
552
573
|
} if (rf & 2) {
|
|
553
574
|
let _t;
|
|
554
575
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.viewportRef = _t.first);
|
|
555
|
-
} }, hostAttrs: [2, "display", "block", "width", "100%", "height", "100%"], inputs: { controller: "controller", store: "store", canvasId: "canvasId", config: "config", darkMode: "darkMode", dir: "dir", onError: "onError", onSelectionChange: "onSelectionChange" }, features: [i0.ɵɵNgOnChangesFeature], decls:
|
|
576
|
+
} }, hostAttrs: [2, "display", "block", "width", "100%", "height", "100%"], inputs: { controller: "controller", store: "store", canvasId: "canvasId", config: "config", darkMode: "darkMode", dir: "dir", showUndoRedo: "showUndoRedo", onError: "onError", onSelectionChange: "onSelectionChange" }, features: [i0.ɵɵNgOnChangesFeature], decls: 51, vars: 50, consts: [["viewportRef", ""], ["role", "application", "tabindex", "0", 1, "bm-wb", 3, "keydown"], [1, "bm-wb__toolbar"], ["type", "button", "class", "bm-wb__btn bm-wb__btn--undo", 3, "disabled", "click", 4, "ngIf"], ["type", "button", "class", "bm-wb__btn bm-wb__btn--redo", 3, "disabled", "click", 4, "ngIf"], ["class", "bm-wb__toolbar-sep", 4, "ngIf"], ["type", "button", 3, "class", "click", 4, "ngFor", "ngForOf"], [1, "bm-wb__toolbar-sep"], ["type", "button", 1, "bm-wb__btn", 3, "click", "disabled"], ["type", "button", 1, "bm-wb__btn", "bm-wb__lock-btn", 3, "click", "disabled"], ["type", "button", "data-action", "group", 1, "bm-wb__btn", 3, "click", "disabled"], ["type", "button", "data-action", "ungroup", 1, "bm-wb__btn", 3, "click", "disabled"], ["type", "button", "data-action", "duplicate", 1, "bm-wb__btn", 3, "click", "disabled"], ["type", "button", "class", "bm-wb__btn", 3, "disabled", "click", 4, "ngFor", "ngForOf"], ["type", "button", 1, "bm-wb__btn", 3, "click"], [1, "bm-wb__toolbar-zoom"], ["data-testid", "wb-viewport", 3, "pointerdown", "ngStyle"], [1, "bm-wb__scene"], ["data-testid", "wb-connectors", 1, "bm-wb__connectors"], ["markerWidth", "8", "markerHeight", "8", "refX", "7", "refY", "4", "orient", "auto"], ["d", "M0,0 L7,4 L0,8 Z", "fill", "context-stroke"], ["class", "bm-wb__connector", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "bm-wb__connector-preview", 4, "ngIf"], ["class", "bm-wb__draw-preview", "data-testid", "wb-draw-preview", 4, "ngIf"], ["class", "bm-wb__guide", 4, "ngFor", "ngForOf", "ngForTrackBy"], [3, "shape", "selected", "dropTarget", "lockedLabel", "shapePointerDown", "shapeDoubleClick", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "bm-wb__marquee", 3, "left", "top", "width", "height", 4, "ngIf"], ["class", "bm-wb__create-preview", 3, "left", "top", "width", "height", 4, "ngIf"], [3, "view", "resize", "rotate", 4, "ngIf"], ["type", "button", 3, "class", "left", "top", "pointerdown", "click", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "bm-wb__laser-layer", "data-testid", "wb-laser-layer", 4, "ngIf"], [3, "at", "initial", "existing", "resolved", "locale", "commit", "close", 4, "ngIf"], [3, "at", "initial", "existing", "resolved", "locale", "commit", "close", "resolve", "delete", 4, "ngIf"], [3, "style", "locale", "styleInput", 4, "ngIf"], ["class", "bm-wb__toast", "role", "status", 4, "ngIf"], [3, "initial", "locale", "save", "close", "delete", 4, "ngIf"], ["type", "button", 1, "bm-wb__btn", "bm-wb__btn--undo", 3, "click", "disabled"], ["type", "button", 1, "bm-wb__btn", "bm-wb__btn--redo", 3, "click", "disabled"], ["type", "button", 3, "click"], [1, "bm-wb__connector"], [1, "bm-wb__connector-preview"], ["data-testid", "wb-draw-preview", 1, "bm-wb__draw-preview"], [1, "bm-wb__guide"], [3, "shapePointerDown", "shapeDoubleClick", "shape", "selected", "dropTarget", "lockedLabel"], [1, "bm-wb__marquee"], [1, "bm-wb__create-preview"], [3, "resize", "rotate", "view"], ["type", "button", 3, "pointerdown", "click"], ["data-testid", "wb-laser-layer", 1, "bm-wb__laser-layer"], ["class", "bm-wb__laser", "data-testid", "wb-laser", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["data-testid", "wb-laser", 1, "bm-wb__laser"], [3, "commit", "close", "at", "initial", "existing", "resolved", "locale"], [3, "commit", "close", "resolve", "delete", "at", "initial", "existing", "resolved", "locale"], [3, "styleInput", "locale"], ["role", "status", 1, "bm-wb__toast"], [3, "save", "close", "delete", "initial", "locale"]], template: function WhiteboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
556
577
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
557
578
|
i0.ɵɵelementStart(0, "div", 1);
|
|
558
579
|
i0.ɵɵlistener("keydown", function WhiteboardComponent_Template_div_keydown_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onKeydown($event)); });
|
|
559
580
|
i0.ɵɵelementStart(1, "div", 2);
|
|
560
|
-
i0.ɵɵtemplate(2, WhiteboardComponent_button_2_Template, 2,
|
|
561
|
-
i0.ɵɵelement(
|
|
562
|
-
i0.ɵɵelementStart(
|
|
563
|
-
i0.ɵɵlistener("click", function
|
|
564
|
-
i0.ɵɵtext(
|
|
581
|
+
i0.ɵɵtemplate(2, WhiteboardComponent_button_2_Template, 2, 3, "button", 3)(3, WhiteboardComponent_button_3_Template, 2, 3, "button", 4)(4, WhiteboardComponent_span_4_Template, 1, 0, "span", 5)(5, WhiteboardComponent_button_5_Template, 2, 6, "button", 6);
|
|
582
|
+
i0.ɵɵelement(6, "span", 7);
|
|
583
|
+
i0.ɵɵelementStart(7, "button", 8);
|
|
584
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onBringToFront()); });
|
|
585
|
+
i0.ɵɵtext(8, "\u2B06");
|
|
565
586
|
i0.ɵɵelementEnd();
|
|
566
|
-
i0.ɵɵelementStart(
|
|
567
|
-
i0.ɵɵlistener("click", function
|
|
568
|
-
i0.ɵɵtext(
|
|
587
|
+
i0.ɵɵelementStart(9, "button", 8);
|
|
588
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSendToBack()); });
|
|
589
|
+
i0.ɵɵtext(10, "\u2B07");
|
|
569
590
|
i0.ɵɵelementEnd();
|
|
570
|
-
i0.ɵɵelementStart(
|
|
571
|
-
i0.ɵɵlistener("click", function
|
|
572
|
-
i0.ɵɵtext(
|
|
591
|
+
i0.ɵɵelementStart(11, "button", 9);
|
|
592
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onToggleLock()); });
|
|
593
|
+
i0.ɵɵtext(12, "\uD83D\uDD12");
|
|
573
594
|
i0.ɵɵelementEnd();
|
|
574
|
-
i0.ɵɵelementStart(
|
|
575
|
-
i0.ɵɵlistener("click", function
|
|
576
|
-
i0.ɵɵtext(
|
|
595
|
+
i0.ɵɵelementStart(13, "button", 10);
|
|
596
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_13_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onGroup()); });
|
|
597
|
+
i0.ɵɵtext(14, "\u29C9");
|
|
577
598
|
i0.ɵɵelementEnd();
|
|
578
|
-
i0.ɵɵelementStart(
|
|
579
|
-
i0.ɵɵlistener("click", function
|
|
580
|
-
i0.ɵɵtext(
|
|
599
|
+
i0.ɵɵelementStart(15, "button", 11);
|
|
600
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onUngroup()); });
|
|
601
|
+
i0.ɵɵtext(16, "\u229F");
|
|
581
602
|
i0.ɵɵelementEnd();
|
|
582
|
-
i0.ɵɵelementStart(
|
|
583
|
-
i0.ɵɵlistener("click", function
|
|
584
|
-
i0.ɵɵtext(
|
|
603
|
+
i0.ɵɵelementStart(17, "button", 12);
|
|
604
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_17_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDuplicate()); });
|
|
605
|
+
i0.ɵɵtext(18, "\u29C9\u207A");
|
|
585
606
|
i0.ɵɵelementEnd();
|
|
586
|
-
i0.ɵɵelementStart(
|
|
587
|
-
i0.ɵɵlistener("click", function
|
|
588
|
-
i0.ɵɵtext(
|
|
607
|
+
i0.ɵɵelementStart(19, "button", 8);
|
|
608
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_19_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDeleteSelection()); });
|
|
609
|
+
i0.ɵɵtext(20, "\uD83D\uDDD1");
|
|
589
610
|
i0.ɵɵelementEnd();
|
|
590
|
-
i0.ɵɵelement(
|
|
591
|
-
i0.ɵɵtemplate(
|
|
592
|
-
i0.ɵɵelement(
|
|
593
|
-
i0.ɵɵelementStart(
|
|
594
|
-
i0.ɵɵlistener("click", function
|
|
595
|
-
i0.ɵɵtext(
|
|
611
|
+
i0.ɵɵelement(21, "span", 7);
|
|
612
|
+
i0.ɵɵtemplate(22, WhiteboardComponent_button_22_Template, 2, 4, "button", 13)(23, WhiteboardComponent_button_23_Template, 2, 4, "button", 13);
|
|
613
|
+
i0.ɵɵelement(24, "span", 7);
|
|
614
|
+
i0.ɵɵelementStart(25, "button", 14);
|
|
615
|
+
i0.ɵɵlistener("click", function WhiteboardComponent_Template_button_click_25_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onResetViewport()); });
|
|
616
|
+
i0.ɵɵtext(26, "\u2316");
|
|
596
617
|
i0.ɵɵelementEnd();
|
|
597
|
-
i0.ɵɵelementStart(
|
|
598
|
-
i0.ɵɵtext(
|
|
618
|
+
i0.ɵɵelementStart(27, "span", 15);
|
|
619
|
+
i0.ɵɵtext(28);
|
|
599
620
|
i0.ɵɵelementEnd()();
|
|
600
|
-
i0.ɵɵelementStart(
|
|
601
|
-
i0.ɵɵlistener("pointerdown", function
|
|
602
|
-
i0.ɵɵelementStart(
|
|
621
|
+
i0.ɵɵelementStart(29, "div", 16, 0);
|
|
622
|
+
i0.ɵɵlistener("pointerdown", function WhiteboardComponent_Template_div_pointerdown_29_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onViewportPointerDown($event)); });
|
|
623
|
+
i0.ɵɵelementStart(31, "div", 17);
|
|
603
624
|
i0.ɵɵnamespaceSVG();
|
|
604
|
-
i0.ɵɵelementStart(
|
|
605
|
-
i0.ɵɵelement(
|
|
625
|
+
i0.ɵɵelementStart(32, "svg", 18)(33, "defs")(34, "marker", 19);
|
|
626
|
+
i0.ɵɵelement(35, "path", 20);
|
|
606
627
|
i0.ɵɵelementEnd()();
|
|
607
|
-
i0.ɵɵtemplate(
|
|
628
|
+
i0.ɵɵtemplate(36, WhiteboardComponent__svg_path_36_Template, 1, 8, "path", 21)(37, WhiteboardComponent__svg_path_37_Template, 1, 1, "path", 22)(38, WhiteboardComponent__svg_path_38_Template, 1, 1, "path", 23)(39, WhiteboardComponent__svg_line_39_Template, 1, 5, "line", 24);
|
|
608
629
|
i0.ɵɵelementEnd();
|
|
609
|
-
i0.ɵɵtemplate(
|
|
630
|
+
i0.ɵɵtemplate(40, WhiteboardComponent_bm_wb_shape_40_Template, 1, 4, "bm-wb-shape", 25)(41, WhiteboardComponent_div_41_Template, 1, 8, "div", 26)(42, WhiteboardComponent_div_42_Template, 1, 8, "div", 27)(43, WhiteboardComponent_bm_wb_transform_handles_43_Template, 1, 1, "bm-wb-transform-handles", 28)(44, WhiteboardComponent_button_44_Template, 2, 9, "button", 29)(45, WhiteboardComponent__svg_svg_45_Template, 2, 2, "svg", 30);
|
|
610
631
|
i0.ɵɵelementEnd();
|
|
611
|
-
i0.ɵɵtemplate(
|
|
632
|
+
i0.ɵɵtemplate(46, WhiteboardComponent_bm_wb_comment_thread_46_Template, 1, 5, "bm-wb-comment-thread", 31)(47, WhiteboardComponent_bm_wb_comment_thread_47_Template, 1, 5, "bm-wb-comment-thread", 32);
|
|
612
633
|
i0.ɵɵelementEnd();
|
|
613
|
-
i0.ɵɵtemplate(
|
|
634
|
+
i0.ɵɵtemplate(48, WhiteboardComponent_bm_wb_style_panel_48_Template, 1, 3, "bm-wb-style-panel", 33)(49, WhiteboardComponent_div_49_Template, 3, 1, "div", 34)(50, WhiteboardComponent_bm_wb_text_dialog_50_Template, 1, 2, "bm-wb-text-dialog", 35);
|
|
614
635
|
i0.ɵɵelementEnd();
|
|
615
636
|
} if (rf & 2) {
|
|
616
637
|
let tmp_2_0;
|
|
617
638
|
i0.ɵɵattribute("data-theme", ctx.darkMode ? "dark" : null)("dir", (tmp_2_0 = ctx.dir) !== null && tmp_2_0 !== undefined ? tmp_2_0 : null)("aria-label", ctx.snapshot.ariaLabel);
|
|
618
639
|
i0.ɵɵadvance(2);
|
|
640
|
+
i0.ɵɵproperty("ngIf", ctx.showUndoRedo);
|
|
641
|
+
i0.ɵɵadvance();
|
|
642
|
+
i0.ɵɵproperty("ngIf", ctx.showUndoRedo);
|
|
643
|
+
i0.ɵɵadvance();
|
|
644
|
+
i0.ɵɵproperty("ngIf", ctx.showUndoRedo);
|
|
645
|
+
i0.ɵɵadvance();
|
|
619
646
|
i0.ɵɵproperty("ngForOf", ctx.tools);
|
|
620
647
|
i0.ɵɵadvance(2);
|
|
621
648
|
i0.ɵɵproperty("disabled", !ctx.hasSel);
|
|
@@ -704,6 +731,9 @@ export class WhiteboardComponent {
|
|
|
704
731
|
template: `
|
|
705
732
|
<div class="bm-wb" [attr.data-theme]="darkMode ? 'dark' : null" [attr.dir]="dir ?? null" role="application" [attr.aria-label]="snapshot.ariaLabel" tabindex="0" (keydown)="onKeydown($event)">
|
|
706
733
|
<div class="bm-wb__toolbar">
|
|
734
|
+
<button *ngIf="showUndoRedo" type="button" class="bm-wb__btn bm-wb__btn--undo" [attr.aria-label]="locale.undo" [attr.title]="locale.undo" [disabled]="!snapshot.canUndo" (click)="onUndo()">↶</button>
|
|
735
|
+
<button *ngIf="showUndoRedo" type="button" class="bm-wb__btn bm-wb__btn--redo" [attr.aria-label]="locale.redo" [attr.title]="locale.redo" [disabled]="!snapshot.canRedo" (click)="onRedo()">↷</button>
|
|
736
|
+
<span *ngIf="showUndoRedo" class="bm-wb__toolbar-sep"></span>
|
|
707
737
|
<button
|
|
708
738
|
*ngFor="let t of tools"
|
|
709
739
|
type="button"
|
|
@@ -844,9 +874,10 @@ export class WhiteboardComponent {
|
|
|
844
874
|
[locale]="locale"
|
|
845
875
|
(styleInput)="onStyleInput($event)"></bm-wb-style-panel>
|
|
846
876
|
|
|
877
|
+
<!-- Feedback-only now (ticket-15): the undo/redo affordance moved to the persistent
|
|
878
|
+
toolbar buttons; the toast just narrates the last outcome. -->
|
|
847
879
|
<div *ngIf="undo as u" class="bm-wb__toast" role="status">
|
|
848
880
|
<span>{{ u.description }}</span>
|
|
849
|
-
<button type="button" class="bm-wb__toast-btn" (click)="onUndo()">{{ locale.undo }}</button>
|
|
850
881
|
</div>
|
|
851
882
|
|
|
852
883
|
<bm-wb-text-dialog
|
|
@@ -873,6 +904,8 @@ export class WhiteboardComponent {
|
|
|
873
904
|
type: Input
|
|
874
905
|
}], dir: [{
|
|
875
906
|
type: Input
|
|
907
|
+
}], showUndoRedo: [{
|
|
908
|
+
type: Input
|
|
876
909
|
}], onError: [{
|
|
877
910
|
type: Input
|
|
878
911
|
}], onSelectionChange: [{
|
|
@@ -881,5 +914,5 @@ export class WhiteboardComponent {
|
|
|
881
914
|
type: ViewChild,
|
|
882
915
|
args: ['viewportRef']
|
|
883
916
|
}] }); })();
|
|
884
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WhiteboardComponent, { className: "WhiteboardComponent", filePath: "components/whiteboard.ts", lineNumber:
|
|
917
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WhiteboardComponent, { className: "WhiteboardComponent", filePath: "components/whiteboard.ts", lineNumber: 233 }); })();
|
|
885
918
|
//# sourceMappingURL=Whiteboard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Whiteboard.js","sourceRoot":"","sources":["../../src/components/Whiteboard.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Whiteboard.js","sourceRoot":"","sources":["../../src/components/Whiteboard.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EAAE,KAAK,EAChB,SAAS,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GACvE,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EACL,aAAa,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,qBAAqB,EACvF,uBAAuB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,uBAAuB,GAC1F,MAAM,8BAA8B,CAAC;AAMtC,OAAO,EAAE,iCAAiC,EAAoC,MAAM,kBAAkB,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAqB,MAAM,uBAAuB,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;;;;;;IAqD7C,kCAA4L;IAAnB,kLAAS,eAAQ,KAAC;IAAC,sBAAC;IAAA,iBAAS;;;IAA5D,mDAA8B;;;;;IACxK,kCAA4L;IAAnB,kLAAS,eAAQ,KAAC;IAAC,sBAAC;IAAA,iBAAS;;;IAA5D,mDAA8B;;;;IACxK,0BAA6D;;;;IAC7D,kCAOyB;IAAvB,yMAAS,sBAAY,KAAC;IAAC,YAAa;IAAA,iBAAS;;;;IAJ7C,wCAAyB;;IAIF,cAAa;IAAb,gCAAa;;;;IAUtC,iCAO4B;IAA1B,0MAAS,yBAAe,KAAC;IAAC,YAAa;IAAA,iBAAS;;;;IADhD,2CAAsB;;IACI,cAAa;IAAb,gCAAa;;;;IACzC,iCAOiC;IAA/B,2MAAS,+BAAoB,KAAC;IAAC,YAAa;IAAA,iBAAS;;;;IADrD,gDAA2B;;IACI,cAAa;IAAb,iCAAa;;;;IAmB1C,2BAU6C;;;;;;;IAC7C,2BAAqG;;;;;;;IACrG,2BAA0H;;;;;;;IAC1H,2BAI6E;;;;;;;IAG/E,uCAO2D;IAAzD,AADA,kPAAoB,0CAA+B,KAAC,qOAChC,8CAAmC,KAAC;IAAC,iBAAc;;;;IAFvE,AADA,AADA,AADA,mCAAiB,4BACM,+DAC4B,qCACtB;;;IAI/B,0BAC+G;;;IAApC,AAA5B,AAAtB,AAAvB,sCAAsB,uBAAsB,6BAA4B,+BAA8B;;;IACxG,0BAC+G;;;IAApC,AAA5B,AAAtB,AAAvB,sCAAsB,uBAAsB,6BAA4B,+BAA8B;;;;IAExG,mDAI2C;IAAzC,AADA,kPAAU,8CAAmC,KAAC,qOACpC,wCAA6B,KAAC;IAAC,iBAA0B;;;IAFnE,6BAAW;;;;IAIb,kCAQqC;IAAnC,AADA,sMAAe,mBAAY,KAAC,qMACnB,mCAAwB,KAAC;IAAC,YAAa;IAAA,iBAAS;;;;IALzD,qCAAqB;IAEC,AAAtB,qCAAqB,sBAAqB;;IAGP,cAAa;IAAb,iCAAa;;;;IAGhD,2BAK6C;;;;;;;IAN/C,+BAAyF;IACvF,wFAKsC;IACxC,iBAAM;;;;IALc,cAAO;IAAe,AAAtB,gCAAO,mCAAkC;;;;IAQ/D,gDAQ4B;IAA1B,AADA,wNAAU,4BAAqB,KAAC,mMACvB,sBAAe,KAAC;IAAC,iBAAuB;;;;IAFjD,AADA,AADA,AADA,AADA,2BAAS,eACK,mBACI,mBACA,yBACD;;;;IAInB,gDAUmC;IAAjC,AADA,AADA,AADA,4OAAU,wCAA6B,KAAC,mMAC/B,sBAAe,KAAC,2NACd,iCAAsB,KAAC,yNACxB,gCAAqB,KAAC;IAAC,iBAAuB;;;;IAJxD,AADA,AADA,AADA,AADA,8BAAY,wBACO,kBACF,6BACO,yBACP;;;;IAOrB,6CAIsC;IAApC,0NAAc,2BAAoB,KAAC;IAAC,iBAAoB;;;;IAFxD,qBAAY;IACZ,sCAAiB;;;IAMjB,AADF,+BAA0D,WAClD;IAAA,YAAmB;IAC3B,AAD2B,iBAAO,EAC5B;;;IADE,eAAmB;IAAnB,uCAAmB;;;;IAG3B,6CAMkC;IAAhC,AADA,AADA,8MAAQ,0BAAmB,KAAC,6LACnB,sBAAe,KAAC,mNACf,+BAAoB,KAAC;IAAC,iBAAoB;;;;IAHpD,AADA,qCAAmB,yBACF;;AAjMzB;0EAC0E;AAC1E,IAAI,WAAW,GAAG,CAAC,CAAC;AAEpB,MAAM,GAAG,GAAG,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;AAYxD;;;;;;;;GAQG;AAgLH,MAAM,OAAO,mBAAmB;IAC9B;;oFAEgF;IACvE,UAAU,CAA+B;IACvB,KAAK,CAAmB;IACxB,QAAQ,CAAU;IACpC,MAAM,CAAyB;IAC/B,QAAQ,GAAG,KAAK,CAAC;IACjB,GAAG,CAAiB;IAC7B;qFACiF;IACxE,YAAY,GAAG,IAAI,CAAC;IAC7B,4EAA4E;IACnE,OAAO,CAA0B;IAC1C,mGAAmG;IAC1F,iBAAiB,CAA4C;IAE5C,WAAW,CAA8B;IAE3D,OAAO,CAA+B,CAAC,qEAAqE;IAC5G,OAAO,CAAwB;IAC/B,WAAW,CAAwC;IACnD,KAAK,CAAc;IACnB,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,IAAI,SAAS,CAAC;IACvD,cAAc,CAAkB;IAE/B,KAAK,GAAG,gBAAgB,CAAC;IACzB,MAAM,GAAG,gBAAgB,CAAC;IAC1B,WAAW,GAAG,qBAAqB,CAAC;IAEpC,OAAO,GAAG,eAAe,WAAW,EAAE,EAAE,CAAC;IACzC,SAAS,GAAG,QAAQ,IAAI,CAAC,OAAO,GAAG,CAAC;IAE7C,IAAI,IAAI,KAAK,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IACnC,IAAI,QAAQ,KAAmC,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IAC3E,IAAI,QAAQ,KAAK,OAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;IACjD,IAAI,UAAU,KAAK,OAAO,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IACrD,IAAI,GAAG,KAAK,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;IAC1C,IAAI,MAAM,KAAuB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1D,IAAI,OAAO,KAAa,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;IAEvE,IAAI,aAAa;QACf,OAAO,iBAAiB,GAAG,CAAC,IAAI,CAAC,UAAU,KAAK,QAAQ,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,cAAc;QAChB,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC;QACxB,OAAO,aAAa,CAAC,CAAC,OAAO,OAAO,CAAC,CAAC,OAAO,aAAa,CAAC,CAAC,KAAK,GAAG,CAAC;IACvE,CAAC;IAED,IAAI,YAAY;QACd,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC;QACxB,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC;QAC3C,OAAO;YACL,eAAe,EAAE,GAAG,MAAM,IAAI;YAC9B,cAAc,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,IAAI;YAC7C,cAAc,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,IAAI;SAC9C,CAAC;IACJ,CAAC;IAED,wCAAwC;IACxC,IAAY,aAAa,KAAkB,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACnG,IAAI,MAAM,KAAc,OAAO,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;IACtE,IAAI,QAAQ,KAAc,OAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAY,qCAAqC;IAC3G,IAAI,aAAa,KAAc,OAAO,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;IACpE,IAAI,QAAQ,KAAc,OAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC1D,IAAI,UAAU,KAAc,OAAO,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IAE9D,iFAAiF;IACjF,IAAI,aAAa;QACf,mFAAmF;QACnF,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC;QAC3C,OAAO,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/E,CAAC;IAED,8EAA8E;IAC9E,uEAAuE;IACvE,IAAI,UAAU;QACZ,MAAM,GAAG,GAAG,IAAI,CAAC,aAAa,CAAC;QAC/B,OAAO,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;IACpD,CAAC;IAED,IAAI,IAAI,KAAK,OAAO,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IAC/C,IAAI,WAAW;QACb,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC;QAC/B,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3D,CAAC;IAED,6EAA6E;IAC7E,IAAI,cAAc;QAChB,MAAM,GAAG,GAAoB,EAAE,CAAC;QAChC,KAAK,MAAM,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC;YACzC,MAAM,CAAC,GAAG,uBAAuB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;YACpD,IAAI,CAAC,CAAC;gBAAE,SAAS;YACjB,GAAG,CAAC,IAAI,CAAC;gBACP,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,EAAE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,WAAW;gBACrE,IAAI,EAAE,mBAAmB,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO;gBACjE,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI;gBACnD,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI;aACxD,CAAC,CAAC;QACL,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC;IAED,IAAI,iBAAiB;QACnB,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC;QACzC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;IACtE,CAAC;IAED,IAAI,eAAe;QACjB,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC;QACrC,OAAO,EAAE,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;YACtC,IAAI,EAAE,CAAC,CAAC,IAAI;YACZ,EAAE,EAAE,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK;YACpC,EAAE,EAAE,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;YACpC,EAAE,EAAE,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;YAClC,EAAE,EAAE,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;SACnC,CAAC,CAAC,CAAC;IACN,CAAC;IAED,IAAI,WAAW;QACb,MAAM,GAAG,GAAc,EAAE,CAAC;QAC1B,KAAK,MAAM,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC;YACvC,MAAM,EAAE,GAAG,uBAAuB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;YACrD,IAAI,CAAC,EAAE;gBAAE,SAAS;YAClB,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAC/G,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC;IAED,kFAAkF;IAClF,kEAAkE;IAClE,IAAI,aAAa;QACf,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC;QAClC,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,MAAM,IAAI,CAAC;YAAE,OAAO,IAAI,CAAC;QAC7C,MAAM,GAAG,GAAe,EAAE,CAAC;QAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACtC,GAAG,CAAC,IAAI,CAAC;gBACP,EAAE,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;gBACtE,OAAO,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,2BAA2B;aACvD,CAAC,CAAC;QACL,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC;IAED,yDAAyD;IACzD,IAAI,OAAO;QACT,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;QACrC,OAAO,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IACpD,CAAC;IAED,IAAI,UAAU;QACZ,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC;QACvC,IAAI,CAAC,EAAE;YAAE,OAAO,IAAI,CAAC;QACrB,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC;QAC1D,IAAI,CAAC,CAAC;YAAE,OAAO,IAAI,CAAC;QACpB,MAAM,EAAE,GAAG,uBAAuB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;QACrD,IAAI,CAAC,EAAE;YAAE,OAAO,IAAI,CAAC;QACrB,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC;IAChG,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,OAAO,aAAa,GAAG,CAAC,IAAI,CAAC,UAAU,KAAK,EAAE,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAChF,CAAC;IACD,QAAQ,CAAC,CAAU;QACjB,OAAO,oBAAoB,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACpF,CAAC;IAED,oEAAoE;IAC5D,OAAO,CAAC,OAAe,EAAE,OAAe;QAC9C,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,aAAa,CAAC,qBAAqB,EAAE,CAAC;QACrE,MAAM,MAAM,GAAG,EAAE,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,EAAE,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,EAAE,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC;QACjF,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;IACjE,CAAC;IAED,kFAAkF;IAClF,kFAAkF;IAC1E,MAAM,GAAG,CAAC,CAAe,EAAE,EAAE;QACnC,MAAM,EAAE,GAAG,QAAQ,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAuB,CAAC;QACjF,MAAM,IAAI,GAAG,EAAE,EAAE,OAAO,CAAc,eAAe,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC;QACnF,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC,CAAC;IACM,IAAI,GAAG,CAAC,CAAe,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAC7D,QAAQ,GAAG,CAAC,CAAe,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACrE,OAAO,GAAG,CAAC,CAAa,EAAE,EAAE;QAClC,CAAC,CAAC,cAAc,EAAE,CAAC;QACnB,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,EAAE,aAAa,CAAC;QAC3C,IAAI,CAAC,EAAE;YAAE,OAAO;QAChB,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,EAAE,CAAC;YAC3B,MAAM,IAAI,GAAG,EAAE,CAAC,qBAAqB,EAAE,CAAC;YACxC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;QACpG,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;QACxC,CAAC;IACH,CAAC,CAAC;IAEF,QAAQ;QACN,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,iFAAiF;YACjF,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC;YAC/B,MAAM,GAAG,GAAG,MAAM,CAA+B,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;YAC7E,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,EAAE;gBACvC,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;gBACtD,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;YACzC,CAAC,CAAC,CAAC;YACH,IAAI,CAAC,WAAW,GAAG,GAAG,CAAC;QACzB,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,OAAO,GAAG,iCAAiC,CAAC;gBAC/C,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,MAAM,EAAE,IAAI,CAAC,MAAM;gBACnB,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,GAAG,CAAC;gBACrC,iBAAiB,EAAE,IAAI,CAAC,iBAAiB;aAC1C,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;YACd,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;YACjC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QAC3C,CAAC;QAED,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,CAAC;YAClC,MAAM,CAAC,gBAAgB,CAAC,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YACpD,MAAM,CAAC,gBAAgB,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;YAChD,MAAM,CAAC,gBAAgB,CAAC,eAAe,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1D,CAAC;IACH,CAAC;IAED,eAAe;QACb,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,EAAE,aAAa,CAAC;QAC3C,EAAE,EAAE,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC;QAEhE,+EAA+E;QAC/E,iFAAiF;QACjF,uEAAuE;QACvE,IAAI,EAAE,EAAE,CAAC;YACP,IAAI,CAAC,cAAc,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;YAC3G,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAClC,CAAC;IACH,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,CAAC,IAAI,CAAC,OAAO;YAAE,OAAO,CAAC,kBAAkB;QAC7C,IAAI,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,WAAW,EAAE,CAAC;YACxD,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACnC,CAAC;IACH,CAAC;IAED,WAAW;QACT,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,CAAC;YAClC,MAAM,CAAC,mBAAmB,CAAC,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YACvD,MAAM,CAAC,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;YACnD,MAAM,CAAC,mBAAmB,CAAC,eAAe,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC7D,CAAC;QACD,IAAI,CAAC,WAAW,EAAE,aAAa,CAAC,mBAAmB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3E,IAAI,CAAC,cAAc,EAAE,UAAU,EAAE,CAAC;QAClC,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC;QACf,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,CAAC,oEAAoE;IAC/F,CAAC;IAED,yEAAyE;IACzE,qBAAqB,CAAC,CAAe;QACnC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO;QAC3B,MAAM,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC;QACjD,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;QAC7B,IAAI,IAAI,KAAK,WAAW;YAAE,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;aACxE,IAAI,IAAI,KAAK,MAAM;YAAE,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;aAC7D,IAAI,IAAI,KAAK,OAAO;YAAE,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;aAC/D,IAAI,IAAI,KAAK,SAAS;YAAE,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;aAC5D,IAAI,IAAI,KAAK,QAAQ;YAAE,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;;YACjE,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,kDAAkD;IACjH,CAAC;IAED,WAAW,CAAC,OAAe,EAAE,CAAe;QAC1C,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO,CAAU,sBAAsB;QAC3D,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;QAC7B,IAAI,IAAI,KAAK,WAAW,EAAE,CAAC;YAAC,CAAC,CAAC,eAAe,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;YAAC,OAAO;QAAC,CAAC;QAC9I,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,CAAC,CAAC,eAAe,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;YAAC,OAAO;QAAC,CAAC;QAC7H,IAAI,IAAI,KAAK,QAAQ;YAAE,OAAO,CAAO,0DAA0D;QAC/F,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;IACjG,CAAC;IAED,eAAe,CAAC,OAAe,EAAE,CAAa;QAC5C,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAG,CAAC,CAAC,aAA6B,CAAC,qBAAqB,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,cAAc,CAAC,OAAe,EAAE,MAAoB;QAClD,IAAI,MAAM,CAAC,KAAK,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO;QACtC,MAAM,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC;QAC/B,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;IAClI,CAAC;IAED,QAAQ,CAAC,OAAe,EAAE,CAAe;QACvC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO;QAC3B,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;IAClF,CAAC;IAED,SAAS,CAAC,CAAgB;QACxB,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC;YACtB,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ;YACxE,UAAU,EAAE,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE;SACjF,CAAC,CAAC;IACL,CAAC;IAED,yEAAyE;IACzE,MAAM,CAAC,EAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC3C,cAAc,KAAK,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IAClD,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;IAC9C,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;IAC9C,OAAO,KAAK,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;IACpC,SAAS,KAAK,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IACxC,WAAW,KAAK,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC;IAC5C,iBAAiB,KAAK,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;IACxD,OAAO,CAAC,IAAe,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAChE,YAAY,CAAC,IAAoB,IAAI,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC/E,eAAe,KAAK,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC;IAChD,MAAM,KAAK,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IAClC,MAAM,KAAK,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IAClC,YAAY,CAAC,GAAe,IAAI,IAAI,CAAC,IAAI,CAAC,8BAA8B,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAEhF,iBAAiB;IACjB,UAAU,CAAC,EAAU,EAAE,CAAa,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC/F,aAAa,CAAC,IAAY,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClE,aAAa,KAAK,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC;IAC9C,aAAa,KAAK,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IACnD,cAAc,CAAC,EAAU,EAAE,IAAY,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IACpH,eAAe,CAAC,EAAU,IAAI,IAAI,CAAC,IAAI,CAAC,yBAAyB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IACxE,cAAc,CAAC,EAAU,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAE/D,oBAAoB;IACpB,WAAW,CAAC,IAAY,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;IAChE,aAAa,KAAK,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IAC5C,aAAa,CAAC,EAAU,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAE5D,IAAI,CAAC,CAAQ,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;IAEvC,UAAU,CAAC,EAAU,EAAE,CAAY,IAAY,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;IACnE,cAAc,CAAC,EAAU,EAAE,CAAgB,IAAY,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACrE,QAAQ,CAAC,EAAU,EAAE,CAAU,IAAY,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACzD,UAAU,CAAC,CAAS,IAAY,OAAO,CAAC,CAAC,CAAC,CAAC;6GAzVhC,mBAAmB;6DAAnB,mBAAmB;;;;;;;YAjK5B,8BAA8L;YAA9B,6IAAW,qBAAiB,KAAC;YAC3L,8BAA4B;YAI1B,AADA,AADA,AADA,0EAA4L,6DACA,yDACtI,6DAQ7B;YACzB,0BAAwC;YACxC,iCAA4H;YAA3B,sIAAS,oBAAgB,KAAC;YAAC,sBAAC;YAAA,iBAAS;YACtI,iCAAwH;YAAzB,sIAAS,kBAAc,KAAC;YAAC,uBAAC;YAAA,iBAAS;YAClI,kCAAkI;YAAzB,uIAAS,kBAAc,KAAC;YAAC,6BAAE;YAAA,iBAAS;YAC7I,mCAAoI;YAApB,uIAAS,aAAS,KAAC;YAAC,uBAAC;YAAA,iBAAS;YAC9I,mCAA4I;YAAtB,uIAAS,eAAW,KAAC;YAAC,uBAAC;YAAA,iBAAS;YACtJ,mCAA8I;YAAxB,uIAAS,iBAAa,KAAC;YAAC,6BAAE;YAAA,iBAAS;YACzJ,kCAAyH;YAA9B,uIAAS,uBAAmB,KAAC;YAAC,6BAAE;YAAA,iBAAS;YACpI,2BAAwC;YASxC,AARA,6EAO4B,gEAQK;YACjC,2BAAwC;YACxC,mCAAqG;YAA5B,uIAAS,qBAAiB,KAAC;YAAC,uBAAC;YAAA,iBAAS;YAC/G,iCAAkC;YAAA,aAAc;YAClD,AADkD,iBAAO,EACnD;YAEN,mCAKgD;YAA9C,sJAAe,iCAA6B,KAAC;YAC7C,gCAA6D;;YAGvD,AADF,AADF,gCAA2D,YACnD,kBACyF;YAC3F,4BAAwD;YAE5D,AADE,iBAAS,EACJ;YAcP,AADA,AADA,AAXA,8EAUsC,iEACwD,iEACqB,iEAK7C;YACxE,iBAAM;YAgCN,AAVA,AANA,AAHA,AAFA,AATA,uFAO2D,0DAG8C,0DAEA,kGAM9D,gEAUN,+DAEoD;YAQ3F,iBAAM;YAYN,AAVA,yGAQ4B,4FAYO;YACrC,iBAAM;YAcN,AAJA,AARA,mGAIsC,0DAIoB,sFAUxB;YACpC,iBAAM;;;;YA5JO,eAAkB;YAAlB,uCAAkB;YAClB,cAAkB;YAAlB,uCAAkB;YACpB,cAAkB;YAAlB,uCAAkB;YAET,cAAQ;YAAR,mCAAQ;YAQoD,eAAoB;YAApB,sCAAoB;;YACtB,eAAoB;YAApB,sCAAoB;;YACV,eAAoB;YAApB,sCAAoB;;YACf,eAAsB;YAAtB,wCAAsB;;YAClB,eAAwB;YAAxB,0CAAwB;;YACpB,eAAoB;YAApB,sCAAoB;;YAC/C,eAAoB;YAApB,sCAAoB;;YAG1E,eAAS;YAAT,oCAAS;YAQT,cAAc;YAAd,yCAAc;YAQW,eAA+B;;YACtC,eAAc;YAAd,2CAAc;YAKhD,cAAuB;YAAvB,gCAAuB;YACvB,0CAAwB;YAGE,eAAkC;YAAlC,+CAAkC;YAG9C,eAAmB;;YAKb,eAAmB;YAAA,AAAnB,4CAAmB,oCAAuB;YAUnD,cAAuB;YAAvB,4CAAuB;YACvB,cAAqB;YAArB,0CAAqB;YAEZ,cAAe;YAAe,AAA9B,wCAAe,gCAAkC;YAOnD,cAAoB;YAAA,AAApB,6CAAoB,gCAAmB;YAQjD,cAAuB;YAAvB,2CAAuB;YAEvB,cAA6B;YAA7B,iDAA6B;YAIhC,cAAoB;YAApB,wCAAoB;YAMP,cAAgB;YAAA,AAAhB,yCAAgB,8BAAiB;YAS3C,cAAoB;YAApB,wCAAoB;YAWzB,cAAc;YAAd,kCAAc;YAUd,cAAiB;YAAjB,qCAAiB;YAanB,cAAiB;YAAjB,qCAAiB;YAOd,cAAW;YAAX,+BAAW;YAKd,cAAkB;YAAlB,sCAAkB;4BA7JvB,YAAY,mCAAE,wBAAwB,EAAE,yBAAyB;YACjE,mBAAmB,EAAE,sBAAsB,EAAE,mBAAmB;;iFAqKvD,mBAAmB;cA/K/B,SAAS;eAAC;gBACT,QAAQ,EAAE,eAAe;gBACzB,UAAU,EAAE,IAAI;gBAChB,kFAAkF;gBAClF,oFAAoF;gBACpF,oFAAoF;gBACpF,iEAAiE;gBACjE,IAAI,EAAE,EAAE,KAAK,EAAE,2CAA2C,EAAE;gBAC5D,OAAO,EAAE;oBACP,YAAY,EAAE,wBAAwB,EAAE,yBAAyB;oBACjE,mBAAmB,EAAE,sBAAsB,EAAE,mBAAmB;iBACjE;gBACD,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgKT;aACF;gBAKU,UAAU;kBAAlB,KAAK;YACqB,KAAK;kBAA/B,KAAK;mBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;YACE,QAAQ;kBAAlC,KAAK;mBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChB,MAAM;kBAAd,KAAK;YACG,QAAQ;kBAAhB,KAAK;YACG,GAAG;kBAAX,KAAK;YAGG,YAAY;kBAApB,KAAK;YAEG,OAAO;kBAAf,KAAK;YAEG,iBAAiB;kBAAzB,KAAK;YAEoB,WAAW;kBAApC,SAAS;mBAAC,aAAa;;kFAlBb,mBAAmB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -18,5 +18,4 @@ export type { ResizeIntent } from './components/TransformHandles.js';
|
|
|
18
18
|
export { StylePanelComponent } from './components/StylePanel.js';
|
|
19
19
|
export { CommentThreadComponent } from './components/CommentThread.js';
|
|
20
20
|
export { TextDialogComponent } from './components/TextDialog.js';
|
|
21
|
-
export * from '@bimetal/angular';
|
|
22
21
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlE,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,YAAY,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAGlE,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,YAAY,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -19,5 +19,4 @@ export { StylePanelComponent } from './components/StylePanel.js';
|
|
|
19
19
|
export { CommentThreadComponent } from './components/CommentThread.js';
|
|
20
20
|
export { TextDialogComponent } from './components/TextDialog.js';
|
|
21
21
|
// ── Re-export the generic Angular whiteboard binding for convenience ──
|
|
22
|
-
export * from '@bimetal/angular';
|
|
23
22
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,mEAAmE;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAGjE,mEAAmE;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEjE,yEAAyE
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,mEAAmE;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAGjE,mEAAmE;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEjE,yEAAyE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bimetal/whiteboard-angular-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"description": "Default Angular whiteboard — infinite-canvas pan/zoom, shapes, drag/resize/rotate, connectors, freehand, smart guides, group, frames, comments, laser, style panel, theming.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"prepublishOnly": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@bimetal/angular": "^0.
|
|
28
|
-
"@bimetal/whiteboard-data": "^0.
|
|
29
|
-
"@bimetal/whiteboard-headless": "^0.
|
|
30
|
-
"@bimetal/whiteboard-themes": "^0.
|
|
31
|
-
"@bimetal/a11y-dom": "^0.
|
|
27
|
+
"@bimetal/angular": "^0.35.0",
|
|
28
|
+
"@bimetal/whiteboard-data": "^0.35.0",
|
|
29
|
+
"@bimetal/whiteboard-headless": "^0.35.0",
|
|
30
|
+
"@bimetal/whiteboard-themes": "^0.35.0",
|
|
31
|
+
"@bimetal/a11y-dom": "^0.35.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"license": "
|
|
51
|
+
"license": "Apache-2.0",
|
|
52
52
|
"author": "Andreas Biederbeck",
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|