@firestitch/text-editor 12.4.6 → 14.0.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.
Files changed (34) hide show
  1. package/app/components/text-editor/text-editor.component.d.ts +33 -33
  2. package/app/fs-text-editor.module.d.ts +13 -13
  3. package/app/interfaces/config.interface.d.ts +7 -7
  4. package/app/modules/ngx-monaco-editor/base-editor.d.ts +19 -19
  5. package/app/modules/ngx-monaco-editor/config.d.ts +9 -9
  6. package/app/modules/ngx-monaco-editor/diff-editor.component.d.ts +17 -17
  7. package/app/modules/ngx-monaco-editor/editor.component.d.ts +23 -23
  8. package/app/modules/ngx-monaco-editor/editor.module.d.ts +12 -12
  9. package/app/modules/ngx-monaco-editor/types.d.ts +9 -9
  10. package/esm2020/app/components/text-editor/text-editor.component.mjs +146 -0
  11. package/esm2020/app/fs-text-editor.module.mjs +40 -0
  12. package/{esm2015/app/interfaces/config.interface.js → esm2020/app/interfaces/config.interface.mjs} +1 -1
  13. package/{esm2015/app/modules/ngx-monaco-editor/base-editor.js → esm2020/app/modules/ngx-monaco-editor/base-editor.mjs} +77 -77
  14. package/{esm2015/app/modules/ngx-monaco-editor/config.js → esm2020/app/modules/ngx-monaco-editor/config.mjs} +2 -2
  15. package/esm2020/app/modules/ngx-monaco-editor/diff-editor.component.mjs +77 -0
  16. package/esm2020/app/modules/ngx-monaco-editor/editor.component.mjs +106 -0
  17. package/{esm2015/app/modules/ngx-monaco-editor/editor.module.js → esm2020/app/modules/ngx-monaco-editor/editor.module.mjs} +38 -40
  18. package/{esm2015/app/modules/ngx-monaco-editor/types.js → esm2020/app/modules/ngx-monaco-editor/types.mjs} +1 -1
  19. package/{esm2015/firestitch-text-editor.js → esm2020/firestitch-text-editor.mjs} +4 -4
  20. package/{esm2015/public_api.js → esm2020/public_api.mjs} +5 -5
  21. package/fesm2015/firestitch-text-editor.mjs +471 -0
  22. package/fesm2015/firestitch-text-editor.mjs.map +1 -0
  23. package/{fesm2015/firestitch-text-editor.js → fesm2020/firestitch-text-editor.mjs} +444 -472
  24. package/fesm2020/firestitch-text-editor.mjs.map +1 -0
  25. package/{firestitch-text-editor.d.ts → index.d.ts} +5 -5
  26. package/package.json +21 -8
  27. package/public_api.d.ts +3 -3
  28. package/bundles/firestitch-text-editor.umd.js +0 -1028
  29. package/bundles/firestitch-text-editor.umd.js.map +0 -1
  30. package/esm2015/app/components/text-editor/text-editor.component.js +0 -143
  31. package/esm2015/app/fs-text-editor.module.js +0 -43
  32. package/esm2015/app/modules/ngx-monaco-editor/diff-editor.component.js +0 -91
  33. package/esm2015/app/modules/ngx-monaco-editor/editor.component.js +0 -118
  34. package/fesm2015/firestitch-text-editor.js.map +0 -1
@@ -1,1028 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('rxjs')) :
3
- typeof define === 'function' && define.amd ? define('@firestitch/text-editor', ['exports', '@angular/core', '@angular/common', '@angular/forms', 'rxjs'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.firestitch = global.firestitch || {}, global.firestitch["text-editor"] = {}), global.ng.core, global.ng.common, global.ng.forms, global.rxjs));
5
- })(this, (function (exports, i0, common, i2, rxjs) { 'use strict';
6
-
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n["default"] = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
27
-
28
- /******************************************************************************
29
- Copyright (c) Microsoft Corporation.
30
-
31
- Permission to use, copy, modify, and/or distribute this software for any
32
- purpose with or without fee is hereby granted.
33
-
34
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
35
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
36
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
37
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
38
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
- PERFORMANCE OF THIS SOFTWARE.
41
- ***************************************************************************** */
42
- /* global Reflect, Promise, SuppressedError, Symbol */
43
- var extendStatics = function (d, b) {
44
- extendStatics = Object.setPrototypeOf ||
45
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
46
- function (d, b) { for (var p in b)
47
- if (Object.prototype.hasOwnProperty.call(b, p))
48
- d[p] = b[p]; };
49
- return extendStatics(d, b);
50
- };
51
- function __extends(d, b) {
52
- if (typeof b !== "function" && b !== null)
53
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
54
- extendStatics(d, b);
55
- function __() { this.constructor = d; }
56
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
57
- }
58
- var __assign = function () {
59
- __assign = Object.assign || function __assign(t) {
60
- for (var s, i = 1, n = arguments.length; i < n; i++) {
61
- s = arguments[i];
62
- for (var p in s)
63
- if (Object.prototype.hasOwnProperty.call(s, p))
64
- t[p] = s[p];
65
- }
66
- return t;
67
- };
68
- return __assign.apply(this, arguments);
69
- };
70
- function __rest(s, e) {
71
- var t = {};
72
- for (var p in s)
73
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
74
- t[p] = s[p];
75
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
76
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
77
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
78
- t[p[i]] = s[p[i]];
79
- }
80
- return t;
81
- }
82
- function __decorate(decorators, target, key, desc) {
83
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
84
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
85
- r = Reflect.decorate(decorators, target, key, desc);
86
- else
87
- for (var i = decorators.length - 1; i >= 0; i--)
88
- if (d = decorators[i])
89
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
90
- return c > 3 && r && Object.defineProperty(target, key, r), r;
91
- }
92
- function __param(paramIndex, decorator) {
93
- return function (target, key) { decorator(target, key, paramIndex); };
94
- }
95
- function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
96
- function accept(f) { if (f !== void 0 && typeof f !== "function")
97
- throw new TypeError("Function expected"); return f; }
98
- var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
99
- var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
100
- var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
101
- var _, done = false;
102
- for (var i = decorators.length - 1; i >= 0; i--) {
103
- var context = {};
104
- for (var p in contextIn)
105
- context[p] = p === "access" ? {} : contextIn[p];
106
- for (var p in contextIn.access)
107
- context.access[p] = contextIn.access[p];
108
- context.addInitializer = function (f) { if (done)
109
- throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
110
- var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
111
- if (kind === "accessor") {
112
- if (result === void 0)
113
- continue;
114
- if (result === null || typeof result !== "object")
115
- throw new TypeError("Object expected");
116
- if (_ = accept(result.get))
117
- descriptor.get = _;
118
- if (_ = accept(result.set))
119
- descriptor.set = _;
120
- if (_ = accept(result.init))
121
- initializers.unshift(_);
122
- }
123
- else if (_ = accept(result)) {
124
- if (kind === "field")
125
- initializers.unshift(_);
126
- else
127
- descriptor[key] = _;
128
- }
129
- }
130
- if (target)
131
- Object.defineProperty(target, contextIn.name, descriptor);
132
- done = true;
133
- }
134
- ;
135
- function __runInitializers(thisArg, initializers, value) {
136
- var useValue = arguments.length > 2;
137
- for (var i = 0; i < initializers.length; i++) {
138
- value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
139
- }
140
- return useValue ? value : void 0;
141
- }
142
- ;
143
- function __propKey(x) {
144
- return typeof x === "symbol" ? x : "".concat(x);
145
- }
146
- ;
147
- function __setFunctionName(f, name, prefix) {
148
- if (typeof name === "symbol")
149
- name = name.description ? "[".concat(name.description, "]") : "";
150
- return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
151
- }
152
- ;
153
- function __metadata(metadataKey, metadataValue) {
154
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
155
- return Reflect.metadata(metadataKey, metadataValue);
156
- }
157
- function __awaiter(thisArg, _arguments, P, generator) {
158
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
159
- return new (P || (P = Promise))(function (resolve, reject) {
160
- function fulfilled(value) { try {
161
- step(generator.next(value));
162
- }
163
- catch (e) {
164
- reject(e);
165
- } }
166
- function rejected(value) { try {
167
- step(generator["throw"](value));
168
- }
169
- catch (e) {
170
- reject(e);
171
- } }
172
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
173
- step((generator = generator.apply(thisArg, _arguments || [])).next());
174
- });
175
- }
176
- function __generator(thisArg, body) {
177
- var _ = { label: 0, sent: function () { if (t[0] & 1)
178
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
179
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
180
- function verb(n) { return function (v) { return step([n, v]); }; }
181
- function step(op) {
182
- if (f)
183
- throw new TypeError("Generator is already executing.");
184
- while (g && (g = 0, op[0] && (_ = 0)), _)
185
- try {
186
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
187
- return t;
188
- if (y = 0, t)
189
- op = [op[0] & 2, t.value];
190
- switch (op[0]) {
191
- case 0:
192
- case 1:
193
- t = op;
194
- break;
195
- case 4:
196
- _.label++;
197
- return { value: op[1], done: false };
198
- case 5:
199
- _.label++;
200
- y = op[1];
201
- op = [0];
202
- continue;
203
- case 7:
204
- op = _.ops.pop();
205
- _.trys.pop();
206
- continue;
207
- default:
208
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
209
- _ = 0;
210
- continue;
211
- }
212
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
213
- _.label = op[1];
214
- break;
215
- }
216
- if (op[0] === 6 && _.label < t[1]) {
217
- _.label = t[1];
218
- t = op;
219
- break;
220
- }
221
- if (t && _.label < t[2]) {
222
- _.label = t[2];
223
- _.ops.push(op);
224
- break;
225
- }
226
- if (t[2])
227
- _.ops.pop();
228
- _.trys.pop();
229
- continue;
230
- }
231
- op = body.call(thisArg, _);
232
- }
233
- catch (e) {
234
- op = [6, e];
235
- y = 0;
236
- }
237
- finally {
238
- f = t = 0;
239
- }
240
- if (op[0] & 5)
241
- throw op[1];
242
- return { value: op[0] ? op[1] : void 0, done: true };
243
- }
244
- }
245
- var __createBinding = Object.create ? (function (o, m, k, k2) {
246
- if (k2 === undefined)
247
- k2 = k;
248
- var desc = Object.getOwnPropertyDescriptor(m, k);
249
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
250
- desc = { enumerable: true, get: function () { return m[k]; } };
251
- }
252
- Object.defineProperty(o, k2, desc);
253
- }) : (function (o, m, k, k2) {
254
- if (k2 === undefined)
255
- k2 = k;
256
- o[k2] = m[k];
257
- });
258
- function __exportStar(m, o) {
259
- for (var p in m)
260
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
261
- __createBinding(o, m, p);
262
- }
263
- function __values(o) {
264
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
265
- if (m)
266
- return m.call(o);
267
- if (o && typeof o.length === "number")
268
- return {
269
- next: function () {
270
- if (o && i >= o.length)
271
- o = void 0;
272
- return { value: o && o[i++], done: !o };
273
- }
274
- };
275
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
276
- }
277
- function __read(o, n) {
278
- var m = typeof Symbol === "function" && o[Symbol.iterator];
279
- if (!m)
280
- return o;
281
- var i = m.call(o), r, ar = [], e;
282
- try {
283
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
284
- ar.push(r.value);
285
- }
286
- catch (error) {
287
- e = { error: error };
288
- }
289
- finally {
290
- try {
291
- if (r && !r.done && (m = i["return"]))
292
- m.call(i);
293
- }
294
- finally {
295
- if (e)
296
- throw e.error;
297
- }
298
- }
299
- return ar;
300
- }
301
- /** @deprecated */
302
- function __spread() {
303
- for (var ar = [], i = 0; i < arguments.length; i++)
304
- ar = ar.concat(__read(arguments[i]));
305
- return ar;
306
- }
307
- /** @deprecated */
308
- function __spreadArrays() {
309
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
310
- s += arguments[i].length;
311
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
312
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
313
- r[k] = a[j];
314
- return r;
315
- }
316
- function __spreadArray(to, from, pack) {
317
- if (pack || arguments.length === 2)
318
- for (var i = 0, l = from.length, ar; i < l; i++) {
319
- if (ar || !(i in from)) {
320
- if (!ar)
321
- ar = Array.prototype.slice.call(from, 0, i);
322
- ar[i] = from[i];
323
- }
324
- }
325
- return to.concat(ar || Array.prototype.slice.call(from));
326
- }
327
- function __await(v) {
328
- return this instanceof __await ? (this.v = v, this) : new __await(v);
329
- }
330
- function __asyncGenerator(thisArg, _arguments, generator) {
331
- if (!Symbol.asyncIterator)
332
- throw new TypeError("Symbol.asyncIterator is not defined.");
333
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
334
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
335
- function verb(n) { if (g[n])
336
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
337
- function resume(n, v) { try {
338
- step(g[n](v));
339
- }
340
- catch (e) {
341
- settle(q[0][3], e);
342
- } }
343
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
344
- function fulfill(value) { resume("next", value); }
345
- function reject(value) { resume("throw", value); }
346
- function settle(f, v) { if (f(v), q.shift(), q.length)
347
- resume(q[0][0], q[0][1]); }
348
- }
349
- function __asyncDelegator(o) {
350
- var i, p;
351
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
352
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
353
- }
354
- function __asyncValues(o) {
355
- if (!Symbol.asyncIterator)
356
- throw new TypeError("Symbol.asyncIterator is not defined.");
357
- var m = o[Symbol.asyncIterator], i;
358
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
359
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
360
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
361
- }
362
- function __makeTemplateObject(cooked, raw) {
363
- if (Object.defineProperty) {
364
- Object.defineProperty(cooked, "raw", { value: raw });
365
- }
366
- else {
367
- cooked.raw = raw;
368
- }
369
- return cooked;
370
- }
371
- ;
372
- var __setModuleDefault = Object.create ? (function (o, v) {
373
- Object.defineProperty(o, "default", { enumerable: true, value: v });
374
- }) : function (o, v) {
375
- o["default"] = v;
376
- };
377
- function __importStar(mod) {
378
- if (mod && mod.__esModule)
379
- return mod;
380
- var result = {};
381
- if (mod != null)
382
- for (var k in mod)
383
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
384
- __createBinding(result, mod, k);
385
- __setModuleDefault(result, mod);
386
- return result;
387
- }
388
- function __importDefault(mod) {
389
- return (mod && mod.__esModule) ? mod : { default: mod };
390
- }
391
- function __classPrivateFieldGet(receiver, state, kind, f) {
392
- if (kind === "a" && !f)
393
- throw new TypeError("Private accessor was defined without a getter");
394
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
395
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
396
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
397
- }
398
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
399
- if (kind === "m")
400
- throw new TypeError("Private method is not writable");
401
- if (kind === "a" && !f)
402
- throw new TypeError("Private accessor was defined without a setter");
403
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
404
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
405
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
406
- }
407
- function __classPrivateFieldIn(state, receiver) {
408
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
409
- throw new TypeError("Cannot use 'in' operator on non-object");
410
- return typeof state === "function" ? receiver === state : state.has(receiver);
411
- }
412
- function __addDisposableResource(env, value, async) {
413
- if (value !== null && value !== void 0) {
414
- if (typeof value !== "object" && typeof value !== "function")
415
- throw new TypeError("Object expected.");
416
- var dispose;
417
- if (async) {
418
- if (!Symbol.asyncDispose)
419
- throw new TypeError("Symbol.asyncDispose is not defined.");
420
- dispose = value[Symbol.asyncDispose];
421
- }
422
- if (dispose === void 0) {
423
- if (!Symbol.dispose)
424
- throw new TypeError("Symbol.dispose is not defined.");
425
- dispose = value[Symbol.dispose];
426
- }
427
- if (typeof dispose !== "function")
428
- throw new TypeError("Object not disposable.");
429
- env.stack.push({ value: value, dispose: dispose, async: async });
430
- }
431
- else if (async) {
432
- env.stack.push({ async: true });
433
- }
434
- return value;
435
- }
436
- var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
437
- var e = new Error(message);
438
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
439
- };
440
- function __disposeResources(env) {
441
- function fail(e) {
442
- env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
443
- env.hasError = true;
444
- }
445
- function next() {
446
- while (env.stack.length) {
447
- var rec = env.stack.pop();
448
- try {
449
- var result = rec.dispose && rec.dispose.call(rec.value);
450
- if (rec.async)
451
- return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
452
- }
453
- catch (e) {
454
- fail(e);
455
- }
456
- }
457
- if (env.hasError)
458
- throw env.error;
459
- }
460
- return next();
461
- }
462
- var tslib_es6 = {
463
- __extends: __extends,
464
- __assign: __assign,
465
- __rest: __rest,
466
- __decorate: __decorate,
467
- __param: __param,
468
- __metadata: __metadata,
469
- __awaiter: __awaiter,
470
- __generator: __generator,
471
- __createBinding: __createBinding,
472
- __exportStar: __exportStar,
473
- __values: __values,
474
- __read: __read,
475
- __spread: __spread,
476
- __spreadArrays: __spreadArrays,
477
- __spreadArray: __spreadArray,
478
- __await: __await,
479
- __asyncGenerator: __asyncGenerator,
480
- __asyncDelegator: __asyncDelegator,
481
- __asyncValues: __asyncValues,
482
- __makeTemplateObject: __makeTemplateObject,
483
- __importStar: __importStar,
484
- __importDefault: __importDefault,
485
- __classPrivateFieldGet: __classPrivateFieldGet,
486
- __classPrivateFieldSet: __classPrivateFieldSet,
487
- __classPrivateFieldIn: __classPrivateFieldIn,
488
- __addDisposableResource: __addDisposableResource,
489
- __disposeResources: __disposeResources,
490
- };
491
-
492
- var NGX_MONACO_EDITOR_CONFIG = new i0.InjectionToken('NGX_MONACO_EDITOR_CONFIG');
493
-
494
- var loadedMonaco = false;
495
- var loadPromise;
496
- var BaseEditor = /** @class */ (function () {
497
- function BaseEditor(config) {
498
- this.config = config;
499
- this.onInit = new i0.EventEmitter();
500
- }
501
- BaseEditor.prototype.ngAfterViewInit = function () {
502
- var _this = this;
503
- if (loadedMonaco) {
504
- // Wait until monaco editor is available
505
- loadPromise.then(function () {
506
- _this.initMonaco(_this._options);
507
- });
508
- }
509
- else {
510
- loadedMonaco = true;
511
- loadPromise = new Promise(function (resolve) {
512
- var baseUrl = (_this.config.baseUrl || './assets') + "/monaco-editor/min/vs";
513
- if (typeof (window.monaco) === 'object') {
514
- resolve();
515
- return;
516
- }
517
- var onGotAmdLoader = function () {
518
- // Load monaco
519
- window.require.config({ paths: { vs: "" + baseUrl } });
520
- window.require(['vs/editor/editor.main'], function () {
521
- if (typeof _this.config.onMonacoLoad === 'function') {
522
- _this.config.onMonacoLoad();
523
- }
524
- _this.initMonaco(_this._options);
525
- resolve();
526
- });
527
- };
528
- // Load AMD loader if necessary
529
- if (!window.require) {
530
- var loaderScript = document.createElement('script');
531
- loaderScript.type = 'text/javascript';
532
- loaderScript.src = baseUrl + "/loader.js";
533
- loaderScript.addEventListener('load', onGotAmdLoader);
534
- document.body.appendChild(loaderScript);
535
- }
536
- else {
537
- onGotAmdLoader();
538
- }
539
- });
540
- }
541
- };
542
- BaseEditor.prototype.ngOnDestroy = function () {
543
- if (this._windowResizeSubscription) {
544
- this._windowResizeSubscription.unsubscribe();
545
- }
546
- if (this._editor) {
547
- this._editor.dispose();
548
- this._editor = undefined;
549
- }
550
- };
551
- return BaseEditor;
552
- }());
553
- BaseEditor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BaseEditor, deps: [{ token: NGX_MONACO_EDITOR_CONFIG }], target: i0__namespace.ɵɵFactoryTarget.Component });
554
- BaseEditor.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: BaseEditor, selector: "ng-component", outputs: { onInit: "onInit" }, viewQueries: [{ propertyName: "_editorContainer", first: true, predicate: ["editorContainer"], descendants: true, static: true }], ngImport: i0__namespace, template: '', isInline: true });
555
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BaseEditor, decorators: [{
556
- type: i0.Component,
557
- args: [{
558
- template: '',
559
- }]
560
- }], ctorParameters: function () {
561
- return [{ type: undefined, decorators: [{
562
- type: i0.Inject,
563
- args: [NGX_MONACO_EDITOR_CONFIG]
564
- }] }];
565
- }, propDecorators: { _editorContainer: [{
566
- type: i0.ViewChild,
567
- args: ['editorContainer', { static: true }]
568
- }], onInit: [{
569
- type: i0.Output
570
- }] } });
571
-
572
- var EditorComponent = /** @class */ (function (_super) {
573
- __extends(EditorComponent, _super);
574
- function EditorComponent(zone, editorConfig) {
575
- var _this = _super.call(this, editorConfig) || this;
576
- _this.zone = zone;
577
- _this.editorConfig = editorConfig;
578
- _this._value = '';
579
- _this.propagateChange = function (_) { };
580
- _this.onTouched = function () { };
581
- return _this;
582
- }
583
- Object.defineProperty(EditorComponent.prototype, "options", {
584
- get: function () {
585
- return this._options;
586
- },
587
- set: function (options) {
588
- this._options = Object.assign(Object.assign({}, this.config.defaultOptions), options);
589
- if (this._editor) {
590
- this._editor.dispose();
591
- this.initMonaco(options);
592
- }
593
- },
594
- enumerable: false,
595
- configurable: true
596
- });
597
- Object.defineProperty(EditorComponent.prototype, "model", {
598
- set: function (model) {
599
- this.options.model = model;
600
- if (this._editor) {
601
- this._editor.dispose();
602
- this.initMonaco(this.options);
603
- }
604
- },
605
- enumerable: false,
606
- configurable: true
607
- });
608
- EditorComponent.prototype.writeValue = function (value) {
609
- var _this = this;
610
- this._value = value || '';
611
- // Fix for value change while dispose in process.
612
- setTimeout(function () {
613
- if (_this._editor && !_this.options.model) {
614
- _this._editor.setValue(_this._value);
615
- }
616
- });
617
- };
618
- EditorComponent.prototype.registerOnChange = function (fn) {
619
- this.propagateChange = fn;
620
- };
621
- EditorComponent.prototype.registerOnTouched = function (fn) {
622
- this.onTouched = fn;
623
- };
624
- EditorComponent.prototype.initMonaco = function (options) {
625
- var _this = this;
626
- var hasModel = !!options.model;
627
- if (hasModel) {
628
- var model = monaco.editor.getModel(options.model.uri || '');
629
- if (model) {
630
- options.model = model;
631
- options.model.setValue(this._value);
632
- }
633
- else {
634
- options.model = monaco.editor.createModel(options.model.value, options.model.language, options.model.uri);
635
- }
636
- }
637
- this._editor = monaco.editor.create(this._editorContainer.nativeElement, options);
638
- if (!hasModel) {
639
- this._editor.setValue(this._value);
640
- }
641
- this._editor.onDidChangeModelContent(function (e) {
642
- var value = _this._editor.getValue();
643
- // value is not propagated to parent when executing outside zone.
644
- _this.zone.run(function () {
645
- _this.propagateChange(value);
646
- _this._value = value;
647
- });
648
- });
649
- this._editor.onDidBlurEditorWidget(function () {
650
- _this.onTouched();
651
- });
652
- // refresh layout on resize event.
653
- if (this._windowResizeSubscription) {
654
- this._windowResizeSubscription.unsubscribe();
655
- }
656
- this._windowResizeSubscription = rxjs.fromEvent(window, 'resize').subscribe(function () { return _this._editor.layout(); });
657
- this.onInit.emit(this._editor);
658
- };
659
- return EditorComponent;
660
- }(BaseEditor));
661
- EditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EditorComponent, deps: [{ token: i0__namespace.NgZone }, { token: NGX_MONACO_EDITOR_CONFIG }], target: i0__namespace.ɵɵFactoryTarget.Component });
662
- EditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EditorComponent, selector: "ngx-monaco-editor", inputs: { options: "options", model: "model" }, providers: [{
663
- provide: i2.NG_VALUE_ACCESSOR,
664
- useExisting: i0.forwardRef(function () { return EditorComponent; }),
665
- multi: true,
666
- }], usesInheritance: true, ngImport: i0__namespace, template: '<div class="editor-container" #editorContainer></div>', isInline: true, styles: ["\n\n\n .editor-container {\n width: 100%;\n height: 98%;\n }\n "] });
667
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EditorComponent, decorators: [{
668
- type: i0.Component,
669
- args: [{
670
- selector: 'ngx-monaco-editor',
671
- template: '<div class="editor-container" #editorContainer></div>',
672
- styles: ["\n\n\n .editor-container {\n width: 100%;\n height: 98%;\n }\n "],
673
- providers: [{
674
- provide: i2.NG_VALUE_ACCESSOR,
675
- useExisting: i0.forwardRef(function () { return EditorComponent; }),
676
- multi: true,
677
- }],
678
- }]
679
- }], ctorParameters: function () {
680
- return [{ type: i0__namespace.NgZone }, { type: undefined, decorators: [{
681
- type: i0.Inject,
682
- args: [NGX_MONACO_EDITOR_CONFIG]
683
- }] }];
684
- }, propDecorators: { options: [{
685
- type: i0.Input,
686
- args: ['options']
687
- }], model: [{
688
- type: i0.Input,
689
- args: ['model']
690
- }] } });
691
-
692
- var FsTextEditorComponent = /** @class */ (function () {
693
- function FsTextEditorComponent(_document) {
694
- this._document = _document;
695
- this.LINE_HEIGHT = 18;
696
- this.config = {};
697
- this.scrollable = false;
698
- this.ready = new i0.EventEmitter();
699
- this.blur = new i0.EventEmitter();
700
- this._value = '';
701
- this._window = this._document.defaultView;
702
- }
703
- Object.defineProperty(FsTextEditorComponent.prototype, "monaco", {
704
- get: function () {
705
- return this._window.monaco;
706
- },
707
- enumerable: false,
708
- configurable: true
709
- });
710
- FsTextEditorComponent.prototype.ngOnInit = function () {
711
- if (this.config) {
712
- this.config = Object.assign({ minimap: {
713
- enabled: false,
714
- }, theme: 'vs-dark', automaticLayout: !!this.config.height, scrollBeyondLastLine: false, scrollbar: {
715
- vertical: this.config.height ? 'auto' : 'hidden',
716
- }, hideCursorInOverviewRuler: true }, this.config);
717
- }
718
- };
719
- FsTextEditorComponent.prototype.ngOnDestroy = function () {
720
- // must be there to cleanup https://github.com/microsoft/monaco-editor/issues/827
721
- this._window.define = null;
722
- };
723
- Object.defineProperty(FsTextEditorComponent.prototype, "value", {
724
- get: function () {
725
- return this._value;
726
- },
727
- enumerable: false,
728
- configurable: true
729
- });
730
- FsTextEditorComponent.prototype.onEditorInit = function (event) {
731
- var _this = this;
732
- // Timeout allows the content to fully load to and calculate height
733
- setTimeout(function () {
734
- _this._editorRef = event;
735
- _this._initEditor();
736
- _this.ready.next(event);
737
- if (!_this.scrollable && !_this.config.height) {
738
- _this._disableScroll();
739
- }
740
- if (_this.config.ready) {
741
- _this.config.ready(_this._editorRef);
742
- }
743
- });
744
- };
745
- FsTextEditorComponent.prototype.writeValue = function (value) {
746
- this._value = value || '';
747
- };
748
- FsTextEditorComponent.prototype.changed = function (e) {
749
- if (this._value !== e) {
750
- this._value = e;
751
- this.onChange(e);
752
- }
753
- };
754
- FsTextEditorComponent.prototype.updateLayout = function () {
755
- this._editorRef.layout();
756
- };
757
- FsTextEditorComponent.prototype.registerOnChange = function (fn) {
758
- this.onChange = fn;
759
- };
760
- FsTextEditorComponent.prototype.registerOnTouched = function (fn) {
761
- this.onTouched = fn;
762
- };
763
- FsTextEditorComponent.prototype._initEditor = function () {
764
- var _this = this;
765
- if (this._editorRef && !this.config.height) {
766
- this._updateEditorHeight();
767
- this._editorRef.onDidChangeModelContent(function (e) {
768
- _this._updateEditorHeight();
769
- });
770
- }
771
- this._editorRef.onDidBlurEditorText(function () {
772
- _this.blur.next();
773
- if (_this.config.blur) {
774
- _this.config.blur();
775
- }
776
- });
777
- this._editorRef.onDidFocusEditorText(function () {
778
- if (_this.config.focus) {
779
- _this.config.focus();
780
- }
781
- });
782
- };
783
- FsTextEditorComponent.prototype._updateEditorHeight = function () {
784
- var editorDomNode = this._editorRef.getDomNode();
785
- if (!editorDomNode) {
786
- return;
787
- }
788
- var container = editorDomNode.getElementsByClassName('view-lines')[0];
789
- var lineHeight = container.firstChild
790
- ? container.firstChild.offsetHeight
791
- : this.LINE_HEIGHT;
792
- var editorModel = this._editorRef.getModel();
793
- if (!editorModel) {
794
- return;
795
- }
796
- var nextHeight = this._editorRef.getModel().getLineCount() * lineHeight;
797
- // set the height and redo layout
798
- editorDomNode.style.height = nextHeight + "px";
799
- this.updateLayout();
800
- };
801
- FsTextEditorComponent.prototype._disableScroll = function () {
802
- var node = this._editorRef.getDomNode();
803
- node.addEventListener('wheel', function (e) {
804
- e.stopPropagation();
805
- }, true);
806
- };
807
- return FsTextEditorComponent;
808
- }());
809
- FsTextEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorComponent, deps: [{ token: common.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Component });
810
- FsTextEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: FsTextEditorComponent, selector: "fs-text-editor", inputs: { config: "config", scrollable: "scrollable" }, outputs: { ready: "ready", blur: "blur" }, providers: [{
811
- provide: i2.NG_VALUE_ACCESSOR,
812
- useExisting: i0.forwardRef(function () { return FsTextEditorComponent; }),
813
- multi: true,
814
- }], ngImport: i0__namespace, template: "<ngx-monaco-editor\n [style.height]=\"config.height\"\n [ngModel]=\"value\"\n (ngModelChange)=\"changed($event)\"\n [options]=\"config\"\n (onInit)=\"onEditorInit($event)\">\n</ngx-monaco-editor>\n", styles: ["ngx-monaco-editor{display:block}\n"], components: [{ type: EditorComponent, selector: "ngx-monaco-editor", inputs: ["options", "model"] }], directives: [{ type: i2__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
815
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorComponent, decorators: [{
816
- type: i0.Component,
817
- args: [{
818
- selector: 'fs-text-editor',
819
- templateUrl: './text-editor.component.html',
820
- styleUrls: ['./text-editor.component.scss'],
821
- providers: [{
822
- provide: i2.NG_VALUE_ACCESSOR,
823
- useExisting: i0.forwardRef(function () { return FsTextEditorComponent; }),
824
- multi: true,
825
- }],
826
- }]
827
- }], ctorParameters: function () {
828
- return [{ type: Document, decorators: [{
829
- type: i0.Inject,
830
- args: [common.DOCUMENT]
831
- }] }];
832
- }, propDecorators: { config: [{
833
- type: i0.Input
834
- }], scrollable: [{
835
- type: i0.Input
836
- }], ready: [{
837
- type: i0.Output
838
- }], blur: [{
839
- type: i0.Output
840
- }] } });
841
-
842
- var DiffEditorComponent = /** @class */ (function (_super) {
843
- __extends(DiffEditorComponent, _super);
844
- function DiffEditorComponent(editorConfig) {
845
- var _this = _super.call(this, editorConfig) || this;
846
- _this.editorConfig = editorConfig;
847
- return _this;
848
- }
849
- Object.defineProperty(DiffEditorComponent.prototype, "options", {
850
- get: function () {
851
- return this._options;
852
- },
853
- set: function (options) {
854
- this._options = Object.assign(Object.assign({}, this.config.defaultOptions), options);
855
- if (this._editor) {
856
- this._editor.dispose();
857
- this.initMonaco(options);
858
- }
859
- },
860
- enumerable: false,
861
- configurable: true
862
- });
863
- Object.defineProperty(DiffEditorComponent.prototype, "originalModel", {
864
- set: function (model) {
865
- this._originalModel = model;
866
- if (this._editor) {
867
- this._editor.dispose();
868
- this.initMonaco(this.options);
869
- }
870
- },
871
- enumerable: false,
872
- configurable: true
873
- });
874
- Object.defineProperty(DiffEditorComponent.prototype, "modifiedModel", {
875
- set: function (model) {
876
- this._modifiedModel = model;
877
- if (this._editor) {
878
- this._editor.dispose();
879
- this.initMonaco(this.options);
880
- }
881
- },
882
- enumerable: false,
883
- configurable: true
884
- });
885
- DiffEditorComponent.prototype.initMonaco = function (options) {
886
- var _this = this;
887
- if (!this._originalModel || !this._modifiedModel) {
888
- throw new Error('originalModel or modifiedModel not found for ngx-monaco-diff-editor');
889
- }
890
- this._originalModel.language = this._originalModel.language || options.language;
891
- this._modifiedModel.language = this._modifiedModel.language || options.language;
892
- var originalModel = monaco.editor.createModel(this._originalModel.code, this._originalModel.language);
893
- var modifiedModel = monaco.editor.createModel(this._modifiedModel.code, this._modifiedModel.language);
894
- this._editorContainer.nativeElement.innerHTML = '';
895
- var theme = options.theme;
896
- this._editor = monaco.editor.createDiffEditor(this._editorContainer.nativeElement, options);
897
- options.theme = theme;
898
- this._editor.setModel({
899
- original: originalModel,
900
- modified: modifiedModel,
901
- });
902
- // refresh layout on resize event.
903
- if (this._windowResizeSubscription) {
904
- this._windowResizeSubscription.unsubscribe();
905
- }
906
- this._windowResizeSubscription = rxjs.fromEvent(window, 'resize').subscribe(function () { return _this._editor.layout(); });
907
- this.onInit.emit(this._editor);
908
- };
909
- return DiffEditorComponent;
910
- }(BaseEditor));
911
- DiffEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DiffEditorComponent, deps: [{ token: NGX_MONACO_EDITOR_CONFIG }], target: i0__namespace.ɵɵFactoryTarget.Component });
912
- DiffEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DiffEditorComponent, selector: "ngx-monaco-diff-editor", inputs: { options: "options", originalModel: "originalModel", modifiedModel: "modifiedModel" }, usesInheritance: true, ngImport: i0__namespace, template: '<div class="editor-container" #editorContainer></div>', isInline: true, styles: ["\n :host {\n display: block;\n height: 200px;\n }\n\n .editor-container {\n width: 100%;\n height: 98%;\n }\n "] });
913
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DiffEditorComponent, decorators: [{
914
- type: i0.Component,
915
- args: [{
916
- selector: 'ngx-monaco-diff-editor',
917
- template: '<div class="editor-container" #editorContainer></div>',
918
- styles: ["\n :host {\n display: block;\n height: 200px;\n }\n\n .editor-container {\n width: 100%;\n height: 98%;\n }\n "],
919
- }]
920
- }], ctorParameters: function () {
921
- return [{ type: undefined, decorators: [{
922
- type: i0.Inject,
923
- args: [NGX_MONACO_EDITOR_CONFIG]
924
- }] }];
925
- }, propDecorators: { options: [{
926
- type: i0.Input,
927
- args: ['options']
928
- }], originalModel: [{
929
- type: i0.Input,
930
- args: ['originalModel']
931
- }], modifiedModel: [{
932
- type: i0.Input,
933
- args: ['modifiedModel']
934
- }] } });
935
-
936
- var MonacoEditorModule = /** @class */ (function () {
937
- function MonacoEditorModule() {
938
- }
939
- MonacoEditorModule.forRoot = function (config) {
940
- if (config === void 0) { config = {}; }
941
- return {
942
- ngModule: MonacoEditorModule,
943
- providers: [
944
- { provide: NGX_MONACO_EDITOR_CONFIG, useValue: config }
945
- ]
946
- };
947
- };
948
- return MonacoEditorModule;
949
- }());
950
- MonacoEditorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MonacoEditorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
951
- MonacoEditorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MonacoEditorModule, declarations: [EditorComponent,
952
- DiffEditorComponent], imports: [common.CommonModule], exports: [EditorComponent,
953
- DiffEditorComponent] });
954
- MonacoEditorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MonacoEditorModule, imports: [[
955
- common.CommonModule
956
- ]] });
957
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MonacoEditorModule, decorators: [{
958
- type: i0.NgModule,
959
- args: [{
960
- imports: [
961
- common.CommonModule
962
- ],
963
- declarations: [
964
- EditorComponent,
965
- DiffEditorComponent
966
- ],
967
- exports: [
968
- EditorComponent,
969
- DiffEditorComponent
970
- ]
971
- }]
972
- }] });
973
-
974
- var FsTextEditorModule = /** @class */ (function () {
975
- function FsTextEditorModule() {
976
- }
977
- FsTextEditorModule.forRoot = function (config) {
978
- return {
979
- ngModule: FsTextEditorModule,
980
- providers: [
981
- MonacoEditorModule.forRoot(config).providers,
982
- ],
983
- };
984
- };
985
- return FsTextEditorModule;
986
- }());
987
- FsTextEditorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
988
- FsTextEditorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorModule, declarations: [FsTextEditorComponent], imports: [common.CommonModule,
989
- MonacoEditorModule,
990
- i2.FormsModule], exports: [FsTextEditorComponent] });
991
- FsTextEditorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorModule, imports: [[
992
- common.CommonModule,
993
- MonacoEditorModule,
994
- i2.FormsModule,
995
- ]] });
996
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FsTextEditorModule, decorators: [{
997
- type: i0.NgModule,
998
- args: [{
999
- imports: [
1000
- common.CommonModule,
1001
- MonacoEditorModule,
1002
- i2.FormsModule,
1003
- ],
1004
- exports: [
1005
- FsTextEditorComponent,
1006
- ],
1007
- entryComponents: [],
1008
- declarations: [
1009
- FsTextEditorComponent,
1010
- ]
1011
- }]
1012
- }] });
1013
-
1014
- /*
1015
- * Public API Surface of fs-menu
1016
- */
1017
-
1018
- /**
1019
- * Generated bundle index. Do not edit.
1020
- */
1021
-
1022
- exports.FsTextEditorComponent = FsTextEditorComponent;
1023
- exports.FsTextEditorModule = FsTextEditorModule;
1024
-
1025
- Object.defineProperty(exports, '__esModule', { value: true });
1026
-
1027
- }));
1028
- //# sourceMappingURL=firestitch-text-editor.umd.js.map