@wavemaker/app-ng-runtime 12.0.0-next.45032 → 12.0.0-next.45501
Sign up to get free protection for your applications and to get access to all the features.
- app-ng-runtime/build-task/bundles/index.umd.js +405 -451
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +2 -3
- app-ng-runtime/build-task/esm2022/public_api.mjs +1 -3
- app-ng-runtime/build-task/fesm2022/index.mjs +406 -454
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/public_api.d.ts +0 -2
- app-ng-runtime/components/base/bundles/index.umd.js +14 -62
- app-ng-runtime/components/base/components.module.d.ts +11 -12
- app-ng-runtime/components/base/esm2022/components.module.mjs +1 -5
- app-ng-runtime/components/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +15 -25
- app-ng-runtime/components/base/fesm2022/index.mjs +15 -62
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/public_api.d.ts +0 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +5 -10
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +17 -0
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +18 -1
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +17 -0
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/wizard/wizard.component.d.ts +1 -0
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +1 -3
- app-ng-runtime/components/data/form/fesm2022/index.mjs +0 -2
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +11 -0
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +12 -1
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +11 -0
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +63 -39
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +5 -8
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +5 -8
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +57 -29
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +1 -4
- app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +2 -2
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +4 -1
- app-ng-runtime/components/input/default/fesm2022/index.mjs +63 -39
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/radioset/radioset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/select/select.component.d.ts +2 -4
- app-ng-runtime/components/input/default/textarea/textarea.component.d.ts +3 -2
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +3 -0
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -1
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +3 -0
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +31 -5
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +34 -8
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +32 -6
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +6 -2
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +2 -2
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +2 -2
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +2 -2
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +2 -2
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/bundles/index.umd.js +6 -16
- app-ng-runtime/core/enums/enums.d.ts +1 -2
- app-ng-runtime/core/esm2022/enums/enums.mjs +1 -2
- app-ng-runtime/core/esm2022/types/types.mjs +1 -4
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +1 -6
- app-ng-runtime/core/esm2022/utils/utils.mjs +4 -3
- app-ng-runtime/core/fesm2022/index.mjs +4 -12
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/types/types.d.ts +1 -5
- app-ng-runtime/core/utils/utils.d.ts +1 -0
- app-ng-runtime/mobile/core/bundles/index.umd.js +18 -2
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +19 -3
- app-ng-runtime/mobile/core/fesm2022/index.mjs +18 -2
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +5 -288
- app-ng-runtime/runtime/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +1 -6
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +2 -2
- app-ng-runtime/runtime/base/esm2022/types/types.mjs +1 -2
- app-ng-runtime/runtime/base/fesm2022/index.mjs +4 -287
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/runtime/base/public_api.d.ts +0 -1
- app-ng-runtime/runtime/base/runtime-base.module.d.ts +8 -9
- app-ng-runtime/runtime/base/types/types.d.ts +1 -2
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +9 -27
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +2 -5
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +7 -23
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +7 -26
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +6 -3
- app-ng-runtime/scripts/summernote/dist/summernote-lite.min.js +2 -3
- app-ng-runtime/transpiler/bundles/index.umd.js +0 -5
- app-ng-runtime/transpiler/esm2022/build.mjs +1 -4
- app-ng-runtime/transpiler/esm2022/imports.mjs +1 -3
- app-ng-runtime/transpiler/fesm2022/index.mjs +0 -5
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/advanced/custom-widget-container/custom-widget-container.build.d.ts +0 -2
- app-ng-runtime/build-task/advanced/custom-widget-wrapper/custom-widget-wrapper.build.d.ts +0 -2
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-container/custom-widget-container.build.mjs +0 -15
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-wrapper/custom-widget-wrapper.build.mjs +0 -26
- app-ng-runtime/components/advanced/custom/.npmignore +0 -2
- app-ng-runtime/components/advanced/custom/bundles/index.umd.js +0 -232
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +0 -19
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget.props.d.ts +0 -2
- app-ng-runtime/components/advanced/custom/custom-widget-prop.d.ts +0 -1
- app-ng-runtime/components/advanced/custom/custom-widget.directive.d.ts +0 -19
- app-ng-runtime/components/advanced/custom/custom-widget.module.d.ts +0 -10
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +0 -102
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget.props.mjs +0 -12
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-prop.mjs +0 -8
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.directive.mjs +0 -68
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
- app-ng-runtime/components/advanced/custom/esm2022/index.mjs +0 -5
- app-ng-runtime/components/advanced/custom/esm2022/public_api.mjs +0 -4
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs +0 -215
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/advanced/custom/index.d.ts +0 -5
- app-ng-runtime/components/advanced/custom/package.json +0 -23
- app-ng-runtime/components/advanced/custom/public_api.d.ts +0 -3
- app-ng-runtime/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +0 -39
- app-ng-runtime/components/base/widgets/common/base/custom-widget-container.directive.d.ts +0 -14
- app-ng-runtime/runtime/base/components/base-custom-widget.component.d.ts +0 -72
- app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +0 -288
app-ng-runtime/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common'), require('@wm/core'), require('@wm/security'), require('@wm/variables'), require('lodash-es'), require('@wm/components/page'), require('rxjs'), require('@wm/components/base'), require('tslib'), require('@wm/components/
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/router', '@angular/common', '@wm/core', '@wm/security', '@wm/variables', 'lodash-es', '@wm/components/page', 'rxjs', '@wm/components/base', 'tslib', '@wm/components/
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.runtime = global.wm.runtime || {}, global.wm.runtime.base = {}), global.ng.core, global.ng.router, global.ng.common, global.wm.core, global.wm.security, global.wm.variables, global._, global.wm.components.page, global.rxjs, global.wm.components.base, global.tslib, global.wm.components.
|
5
|
-
})(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib,
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common'), require('@wm/core'), require('@wm/security'), require('@wm/variables'), require('lodash-es'), require('@wm/components/page'), require('rxjs'), require('@wm/components/base'), require('tslib'), require('@wm/components/prefab'), require('@angular/common/http'), require('@angular/platform-browser'), require('@angular/forms'), require('ngx-toastr'), require('@wm/components/dialogs'), require('@wm/components/dialogs/confirm-dialog'), require('@wm/components/dialogs/design-dialog'), require('@wm/mobile/runtime'), require('@wm/http'), require('@wm/oAuth'), require('ngx-bootstrap/chronos'), require('ngx-bootstrap/datepicker'), require('ngx-bootstrap/utils'), require('@wm/components/dialogs/alert-dialog'), require('rxjs/operators'), require('@wm/transpiler'), require('@wm/build-task'), require('@wm/components/page/footer'), require('@wm/components/page/header'), require('@wm/components/page/left-panel'), require('@wm/components/page/right-panel'), require('@wm/components/page/top-nav'), require('@wm/components/basic'), require('@wm/components/basic/progress'), require('@wm/components/basic/rich-text-editor'), require('@wm/components/basic/search'), require('@wm/components/basic/tree'), require('@wm/components/input/calendar'), require('@wm/components/input/chips'), require('@wm/components/input/color-picker'), require('@wm/components/input/currency'), require('@wm/components/input/epoch'), require('@wm/components/input/file-upload'), require('@wm/components/input'), require('@wm/components/input/rating'), require('@wm/components/input/slider'), require('@wm/components/data/card'), require('@wm/components/data/form'), require('@wm/components/data/list'), require('@wm/components/data/live-table'), require('@wm/components/data/pagination'), require('@wm/components/data/table'), require('@wm/components/chart'), require('@wm/components/containers/accordion'), require('@wm/components/containers/linear-layout'), require('@wm/components/containers/layout-grid'), require('@wm/components/containers/panel'), require('@wm/components/containers/tabs'), require('@wm/components/containers/tile'), require('@wm/components/containers/wizard'), require('@wm/components/dialogs/iframe-dialog'), require('@wm/components/dialogs/login-dialog'), require('@wm/components/dialogs/partial-dialog'), require('@wm/components/navigation/breadcrumb'), require('@wm/components/navigation/menu'), require('@wm/components/navigation/navbar'), require('@wm/components/navigation/popover'), require('@wm/components/advanced/carousel'), require('@wm/components/advanced/login'), require('@wm/components/advanced/marquee'), require('ngx-bootstrap/timepicker'), require('ngx-bootstrap/dropdown'), require('ngx-bootstrap/pagination'), require('ngx-bootstrap/typeahead'), require('ngx-bootstrap/progressbar'), require('ngx-bootstrap/carousel'), require('ngx-bootstrap/popover'), require('ng-circle-progress'), require('ngx-bootstrap/tooltip')) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/router', '@angular/common', '@wm/core', '@wm/security', '@wm/variables', 'lodash-es', '@wm/components/page', 'rxjs', '@wm/components/base', 'tslib', '@wm/components/prefab', '@angular/common/http', '@angular/platform-browser', '@angular/forms', 'ngx-toastr', '@wm/components/dialogs', '@wm/components/dialogs/confirm-dialog', '@wm/components/dialogs/design-dialog', '@wm/mobile/runtime', '@wm/http', '@wm/oAuth', 'ngx-bootstrap/chronos', 'ngx-bootstrap/datepicker', 'ngx-bootstrap/utils', '@wm/components/dialogs/alert-dialog', 'rxjs/operators', '@wm/transpiler', '@wm/build-task', '@wm/components/page/footer', '@wm/components/page/header', '@wm/components/page/left-panel', '@wm/components/page/right-panel', '@wm/components/page/top-nav', '@wm/components/basic', '@wm/components/basic/progress', '@wm/components/basic/rich-text-editor', '@wm/components/basic/search', '@wm/components/basic/tree', '@wm/components/input/calendar', '@wm/components/input/chips', '@wm/components/input/color-picker', '@wm/components/input/currency', '@wm/components/input/epoch', '@wm/components/input/file-upload', '@wm/components/input', '@wm/components/input/rating', '@wm/components/input/slider', '@wm/components/data/card', '@wm/components/data/form', '@wm/components/data/list', '@wm/components/data/live-table', '@wm/components/data/pagination', '@wm/components/data/table', '@wm/components/chart', '@wm/components/containers/accordion', '@wm/components/containers/linear-layout', '@wm/components/containers/layout-grid', '@wm/components/containers/panel', '@wm/components/containers/tabs', '@wm/components/containers/tile', '@wm/components/containers/wizard', '@wm/components/dialogs/iframe-dialog', '@wm/components/dialogs/login-dialog', '@wm/components/dialogs/partial-dialog', '@wm/components/navigation/breadcrumb', '@wm/components/navigation/menu', '@wm/components/navigation/navbar', '@wm/components/navigation/popover', '@wm/components/advanced/carousel', '@wm/components/advanced/login', '@wm/components/advanced/marquee', 'ngx-bootstrap/timepicker', 'ngx-bootstrap/dropdown', 'ngx-bootstrap/pagination', 'ngx-bootstrap/typeahead', 'ngx-bootstrap/progressbar', 'ngx-bootstrap/carousel', 'ngx-bootstrap/popover', 'ng-circle-progress', 'ngx-bootstrap/tooltip'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.runtime = global.wm.runtime || {}, global.wm.runtime.base = {}), global.ng.core, global.ng.router, global.ng.common, global.wm.core, global.wm.security, global.wm.variables, global._, global.wm.components.page, global.rxjs, global.wm.components.base, global.tslib, global.wm.components.prefab, global.ng.common.http, global.ng.platformBrowser, global.ng.forms, global.ngxToastr, global.wm.components.dialogs, global.wm.components.dialogs.confirmdialog, global.wm.components.dialogs.designdialog, global.wm.mobile.runtime, global.wm.http, global.wm.oAuth, global.chronos, global.datepicker, global.utils, global.wm.components.dialogs.alertdialog, global.rxjs.operators, global.wm.transpiler, global.wm.buildTask, global.wm.components.page.footer, global.wm.components.page.header, global.wm.components.page.leftpanel, global.wm.components.page.rightpanel, global.wm.components.page.topnav, global.wm.components.basic, global.wm.components.basic.progress, global.wm.components.basic.richtexteditor, global.wm.components.basic.search, global.wm.components.basic.tree, global.wm.components.input.calendar, global.wm.components.input.chips, global.wm.components.input.colorpicker, global.wm.components.input.currency, global.wm.components.input.epoch, global.wm.components.input.fileupload, global.wm.components.input, global.wm.components.input.rating, global.wm.components.input.slider, global.wm.components.data.card, global.wm.components.data.form, global.wm.components.data.list, global.wm.components.data.livetable, global.wm.components.data.pagination, global.wm.components.data.table, global.wm.components.chart, global.wm.components.containers.accordion, global.wm.components.containers.linearlayout, global.wm.components.containers.layoutgrid, global.wm.components.containers.panel, global.wm.components.containers.tabs, global.wm.components.containers.tile, global.wm.components.containers.wizard, global.wm.components.dialogs.iframedialog, global.wm.components.dialogs.logindialog, global.wm.components.dialogs.partialdialog, global.wm.components.navigation.breadcrumb, global.wm.components.navigation.menu, global.wm.components.navigation.navbar, global.wm.components.navigation.popover, global.wm.components.advanced.carousel, global.wm.components.advanced.login, global.wm.components.advanced.marquee, global.timepicker, global.dropdown, global.pagination, global.typeahead, global.progressbar, global.carousel, global.popover, global.ngCircleProgress, global.tooltip));
|
5
|
+
})(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib, i2$3, i1$5, i1$4, forms, i1$3, dialogs, i9, i10, i1$6, http, i2$2, chronos, i2$1, utils, i11, operators, transpiler, buildTask, footer, header, leftPanel, rightPanel, topNav, basic, progress, richTextEditor, search, tree, calendar, chips, colorPicker, currency, epoch, fileUpload, input, rating, slider, card, form, list, liveTable, pagination$1, table, chart, accordion, linearLayout, layoutGrid, panel, tabs, tile, wizard, iframeDialog, loginDialog, partialDialog, breadcrumb, menu, navbar, popover$1, carousel$1, login, marquee, timepicker, dropdown, pagination, typeahead, progressbar, carousel, popover, ngCircleProgress, tooltip) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
8
8
|
var n = Object.create(null);
|
@@ -44,7 +44,6 @@
|
|
44
44
|
ComponentType[ComponentType["PAGE"] = 0] = "PAGE";
|
45
45
|
ComponentType[ComponentType["PREFAB"] = 1] = "PREFAB";
|
46
46
|
ComponentType[ComponentType["PARTIAL"] = 2] = "PARTIAL";
|
47
|
-
ComponentType[ComponentType["WIDGET"] = 3] = "WIDGET";
|
48
47
|
})(exports.ComponentType || (exports.ComponentType = {}));
|
49
48
|
class ComponentRefProvider {
|
50
49
|
clearComponentFactoryRefCache() { }
|
@@ -1384,283 +1383,6 @@
|
|
1384
1383
|
args: ['window:beforeunload']
|
1385
1384
|
}] }); })();
|
1386
1385
|
|
1387
|
-
// export const commonPartialWidgets = {};
|
1388
|
-
class BaseCustomWidgetComponent extends FragmentMonitor {
|
1389
|
-
constructor() {
|
1390
|
-
super(...arguments);
|
1391
|
-
this.BaseWidget = {};
|
1392
|
-
this.compileContent = false;
|
1393
|
-
this.destroy$ = new rxjs.Subject();
|
1394
|
-
this.viewInit$ = new rxjs.Subject();
|
1395
|
-
this.invokeEvent = (eventName) => {
|
1396
|
-
this.events[eventName]();
|
1397
|
-
};
|
1398
|
-
}
|
1399
|
-
getContainerWidgetInjector() {
|
1400
|
-
return this.containerWidget.inj || this.containerWidget.injector;
|
1401
|
-
}
|
1402
|
-
init() {
|
1403
|
-
let resolveFn;
|
1404
|
-
const promise = new Promise((res) => resolveFn = res);
|
1405
|
-
this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
|
1406
|
-
//making the code compatible in both the JIT and AOT modes
|
1407
|
-
this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
|
1408
|
-
this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
|
1409
|
-
this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
|
1410
|
-
this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
|
1411
|
-
// this.viewContainerRef = this.getContainerWidgetInjector().get(ViewContainerRef);
|
1412
|
-
// Replacing this.getContainerWidgetInjector().view.component as viewParent
|
1413
|
-
// this.viewParent = (this.viewContainerRef as any).parentInjector._lView[8];
|
1414
|
-
this.viewParent = this.containerWidget.viewParent;
|
1415
|
-
if (this.viewParent.registerFragment) {
|
1416
|
-
this.viewParent.registerFragment();
|
1417
|
-
}
|
1418
|
-
// register functions for binding evaluation
|
1419
|
-
this.registerExpressions();
|
1420
|
-
this.initUserScript();
|
1421
|
-
this.registerPropsInContainerWidget(resolveFn);
|
1422
|
-
// Using promise to make sure the props are registered in the container widget before registering events, Otherwise no events will be registered
|
1423
|
-
promise.then(() => this.registerEvents());
|
1424
|
-
this.registerWidgets();
|
1425
|
-
this.initVariables();
|
1426
|
-
this.activePageName = this.App.activePageName; // Todo: remove this
|
1427
|
-
this.registerProps();
|
1428
|
-
this.defineI18nProps();
|
1429
|
-
this.viewInit$.subscribe(i1.noop, i1.noop, () => {
|
1430
|
-
this.props = this.containerWidget.props;
|
1431
|
-
});
|
1432
|
-
if (this.spa) {
|
1433
|
-
this.pageDirective = this.injector ? this.injector.get(page.SpaPageDirective) : i0.inject(page.SpaPageDirective);
|
1434
|
-
}
|
1435
|
-
else {
|
1436
|
-
this.pageDirective = this.injector ? this.injector.get(page.PageDirective) : i0.inject(page.PageDirective);
|
1437
|
-
}
|
1438
|
-
if (this.pageDirective) {
|
1439
|
-
this.registerDestroyListener(this.pageDirective.subscribe('attach', data => this.ngOnAttach(data.refreshData)));
|
1440
|
-
this.registerDestroyListener(this.pageDirective.subscribe('detach', () => this.ngOnDetach()));
|
1441
|
-
}
|
1442
|
-
super.init();
|
1443
|
-
}
|
1444
|
-
registerWidgets() {
|
1445
|
-
// common partial widgets should be accessible from page
|
1446
|
-
this.Widgets = Object.create(commonPartialWidgets);
|
1447
|
-
// expose current page widgets on app
|
1448
|
-
this.App.Widgets = Object.create(this.Widgets);
|
1449
|
-
}
|
1450
|
-
initializeComponentData(children) {
|
1451
|
-
Array.from(children).forEach((child) => {
|
1452
|
-
if (!child.hasAttribute('wmcustomwidget'))
|
1453
|
-
this.initializeComponentData(child.children);
|
1454
|
-
else {
|
1455
|
-
let baseWidget, splitArr = child.getAttribute('as').split('-'), modifiedArr = [];
|
1456
|
-
modifiedArr = splitArr.map((item) => {
|
1457
|
-
item = item !== 'wm' ? lodashEs.capitalize(item) : item;
|
1458
|
-
return item;
|
1459
|
-
});
|
1460
|
-
baseWidget = modifiedArr.join('');
|
1461
|
-
switch (baseWidget) {
|
1462
|
-
case 'wmCheckboxset':
|
1463
|
-
this[baseWidget] = new input.CheckboxsetComponent(this.injector, undefined);
|
1464
|
-
this[baseWidget]["_select"] = (item, $event) => {
|
1465
|
-
const keys = [];
|
1466
|
-
lodashEs.forEach(this[baseWidget].datasetItems, (datasetItem) => {
|
1467
|
-
if (datasetItem.key === item.key)
|
1468
|
-
datasetItem.selected = !datasetItem.selected;
|
1469
|
-
if (datasetItem.selected)
|
1470
|
-
keys.push(datasetItem.key);
|
1471
|
-
});
|
1472
|
-
this[baseWidget].triggerInvokeOnChange(keys, $event);
|
1473
|
-
};
|
1474
|
-
break;
|
1475
|
-
case 'wmRadioset':
|
1476
|
-
this[baseWidget] = new input.RadiosetComponent(this.injector, undefined);
|
1477
|
-
this[baseWidget]["_select"] = (item, $event) => {
|
1478
|
-
this[baseWidget].triggerInvokeOnChange(item.key, $event);
|
1479
|
-
};
|
1480
|
-
break;
|
1481
|
-
}
|
1482
|
-
for (let [key, value] of this.containerWidget.$attrs) {
|
1483
|
-
if (key.startsWith('base-')) {
|
1484
|
-
let modifiedKey = key.replace('base-', '');
|
1485
|
-
this[baseWidget][modifiedKey] = value;
|
1486
|
-
}
|
1487
|
-
}
|
1488
|
-
this[baseWidget].initDatasetItems();
|
1489
|
-
this.containerWidget[baseWidget] = this[baseWidget];
|
1490
|
-
}
|
1491
|
-
});
|
1492
|
-
}
|
1493
|
-
registerBaseWidget() {
|
1494
|
-
this.initializeComponentData(this.containerWidget.nativeElement.children);
|
1495
|
-
}
|
1496
|
-
registerEvents() {
|
1497
|
-
this.events = {};
|
1498
|
-
this.containerWidget.eventHandlers.forEach((callback, key) => {
|
1499
|
-
this.events[key] = (...args) => {
|
1500
|
-
this.containerWidget.invokeEventCallback(key, { $event: args[0], $data: args[1] });
|
1501
|
-
};
|
1502
|
-
});
|
1503
|
-
}
|
1504
|
-
registerDestroyListener(fn) {
|
1505
|
-
this.destroy$.subscribe(i1.noop, i1.noop, () => fn());
|
1506
|
-
}
|
1507
|
-
registerChangeListeners() {
|
1508
|
-
this.containerWidget.registerPropertyChangeListener(this.onPropertyChange);
|
1509
|
-
this.containerWidget.registerStyleChangeListener(this.onPropertyChange);
|
1510
|
-
}
|
1511
|
-
initUserScript() {
|
1512
|
-
try {
|
1513
|
-
// partials inside prefab should have access to Prefab properties and events
|
1514
|
-
if (this.viewParent.prefabName) {
|
1515
|
-
// for partial within partial within prefabs, just assign the parent partial's prefab object
|
1516
|
-
if (this.viewParent.Prefab) {
|
1517
|
-
this.Prefab = this.viewParent.Prefab;
|
1518
|
-
}
|
1519
|
-
else {
|
1520
|
-
this.Prefab = this.viewParent;
|
1521
|
-
}
|
1522
|
-
}
|
1523
|
-
this.evalUserScript(this, this.App, this.injector ? this.injector.get(i1.UtilsService) : i0.inject(i1.UtilsService));
|
1524
|
-
}
|
1525
|
-
catch (e) {
|
1526
|
-
console.error(`Error in evaluating partial (${this.customWidgetName}) script\n`, e);
|
1527
|
-
}
|
1528
|
-
}
|
1529
|
-
initVariables() {
|
1530
|
-
const variablesService = this.injector ? this.injector.get(i4.VariablesService) : i0.inject(i4.VariablesService);
|
1531
|
-
// get variables and actions instances for the page
|
1532
|
-
const variableCollection = variablesService.register(this.customWidgetName, this.getVariables(), this);
|
1533
|
-
// create namespace for Variables nad Actions on page/partial, which inherits the Variables and Actions from App instance
|
1534
|
-
this.Variables = Object.create(this.App.Variables);
|
1535
|
-
this.Actions = Object.create(this.App.Actions);
|
1536
|
-
this.containerWidget.Variables = this.Variables;
|
1537
|
-
this.containerWidget.Actions = this.Actions;
|
1538
|
-
// assign all the page variables to the pageInstance
|
1539
|
-
Object.entries(variableCollection.Variables).forEach(([name, variable]) => this.Variables[name] = variable);
|
1540
|
-
Object.entries(variableCollection.Actions).forEach(([name, action]) => this.Actions[name] = action);
|
1541
|
-
this.viewInit$.subscribe(i1.noop, i1.noop, () => {
|
1542
|
-
// TEMP: triggering watchers so variables watching over params are updated
|
1543
|
-
i1.$invokeWatchers(true, true);
|
1544
|
-
variableCollection.callback(variableCollection.Variables).catch(i1.noop);
|
1545
|
-
variableCollection.callback(variableCollection.Actions);
|
1546
|
-
});
|
1547
|
-
}
|
1548
|
-
/**
|
1549
|
-
* function to register bind expressions generated in this partial instance
|
1550
|
-
* getExpressions function is defined in the generated page.comp.ts file
|
1551
|
-
* @param expressions, map of bind expression vs generated function
|
1552
|
-
*/
|
1553
|
-
registerExpressions() {
|
1554
|
-
const expressions = this.getExpressions();
|
1555
|
-
_.each(expressions, (fn, expr) => {
|
1556
|
-
i1.registerFnByExpr(expr, fn[0], fn[1]);
|
1557
|
-
});
|
1558
|
-
}
|
1559
|
-
registerProps() {
|
1560
|
-
this.props = this.containerWidget.props;
|
1561
|
-
}
|
1562
|
-
defineI18nProps() {
|
1563
|
-
this.appLocale = this.i18nService.getAppLocale();
|
1564
|
-
}
|
1565
|
-
invokeOnReady() {
|
1566
|
-
let params;
|
1567
|
-
if (this.containerWidget.userComponentParams) {
|
1568
|
-
params = this.containerWidget.userComponentParams;
|
1569
|
-
}
|
1570
|
-
this.onReady(params);
|
1571
|
-
if (this.viewParent.resolveFragment) {
|
1572
|
-
this.viewParent.resolveFragment();
|
1573
|
-
}
|
1574
|
-
}
|
1575
|
-
loadScripts() {
|
1576
|
-
// return new Promise<void>((resolve) => {
|
1577
|
-
// const scriptsRequired = this.partialDirective.$element.attr('scripts-to-load');
|
1578
|
-
// if (scriptsRequired) {
|
1579
|
-
// this.scriptLoaderService
|
1580
|
-
// .load(...scriptsRequired.split(','))
|
1581
|
-
// .then(resolve);
|
1582
|
-
// } else {
|
1583
|
-
// resolve();
|
1584
|
-
// }
|
1585
|
-
// });
|
1586
|
-
}
|
1587
|
-
registerPropsInContainerWidget(resolveFn) {
|
1588
|
-
window['resourceCache'].get(`./custom-widgets/${this.customWidgetName}/page.min.json`).then(({ config }) => {
|
1589
|
-
if (config) {
|
1590
|
-
Object.entries((config.properties || {})).forEach(([key, prop]) => {
|
1591
|
-
let expr;
|
1592
|
-
const value = _.trim(prop.value);
|
1593
|
-
if (_.startsWith(value, 'bind:')) {
|
1594
|
-
expr = value.replace('bind:', '');
|
1595
|
-
}
|
1596
|
-
Object.defineProperty(this, key, {
|
1597
|
-
get: () => this.containerWidget[key],
|
1598
|
-
set: nv => this.containerWidget.widget[key] = nv
|
1599
|
-
});
|
1600
|
-
if (expr) {
|
1601
|
-
//[Todo-CSP]: expr will be generated with prefab.comp.expr.ts
|
1602
|
-
this.registerDestroyListener(i1.$watch(expr, this, {}, nv => this.containerWidget.widget[key] = nv));
|
1603
|
-
}
|
1604
|
-
});
|
1605
|
-
}
|
1606
|
-
this.containerWidget.setProps(config, resolveFn);
|
1607
|
-
// Reassigning the proxy handler for prefab inbound properties as we
|
1608
|
-
// will get them only after the prefab config call.
|
1609
|
-
if (i1.isIE()) {
|
1610
|
-
this.containerWidget.widget = this.containerWidget.createProxy();
|
1611
|
-
}
|
1612
|
-
});
|
1613
|
-
}
|
1614
|
-
mute() {
|
1615
|
-
const m = o => { o && o.mute && o.mute(); };
|
1616
|
-
_.each(this.Widgets, m);
|
1617
|
-
_.each(this.Variables, m);
|
1618
|
-
_.each(this.Actions, m);
|
1619
|
-
}
|
1620
|
-
unmute() {
|
1621
|
-
const um = o => { o && o.unmute && o.unmute(); };
|
1622
|
-
_.each(this.Widgets, um);
|
1623
|
-
_.each(this.Variables, um);
|
1624
|
-
_.each(this.Actions, um);
|
1625
|
-
}
|
1626
|
-
// ngOnInit() {
|
1627
|
-
// this.init();
|
1628
|
-
// }
|
1629
|
-
ngAfterViewInit() {
|
1630
|
-
this.registerChangeListeners();
|
1631
|
-
this.registerBaseWidget();
|
1632
|
-
setTimeout(() => {
|
1633
|
-
this.viewInit$.complete();
|
1634
|
-
this.fragmentsLoaded$.subscribe(i1.noop, i1.noop, () => this.invokeOnReady());
|
1635
|
-
}, 100);
|
1636
|
-
}
|
1637
|
-
ngOnDestroy() {
|
1638
|
-
this.destroy$.complete();
|
1639
|
-
}
|
1640
|
-
ngOnAttach(refreshData) {
|
1641
|
-
this.unmute();
|
1642
|
-
if (refreshData) {
|
1643
|
-
const refresh = v => { v && v.startUpdate && v.invoke && v.invoke(); };
|
1644
|
-
_.each(this.Variables, refresh);
|
1645
|
-
_.each(this.Actions, refresh);
|
1646
|
-
}
|
1647
|
-
_.each(this.Widgets, w => w && w.ngOnAttach && w.ngOnAttach());
|
1648
|
-
}
|
1649
|
-
ngOnDetach() {
|
1650
|
-
this.mute();
|
1651
|
-
_.each(this.Widgets, w => w && w.ngOnDetach && w.ngOnDetach());
|
1652
|
-
}
|
1653
|
-
// user overrides this
|
1654
|
-
onPropertyChange() { }
|
1655
|
-
onReady(params) {
|
1656
|
-
}
|
1657
|
-
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBaseCustomWidgetComponent_BaseFactory; return function BaseCustomWidgetComponent_Factory(t) { return (ɵBaseCustomWidgetComponent_BaseFactory || (ɵBaseCustomWidgetComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BaseCustomWidgetComponent)))(t || BaseCustomWidgetComponent); }; })(); }
|
1658
|
-
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BaseCustomWidgetComponent, features: [i0__namespace.ɵɵInheritDefinitionFeature] }); }
|
1659
|
-
}
|
1660
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BaseCustomWidgetComponent, [{
|
1661
|
-
type: i0.Directive
|
1662
|
-
}], null, null); })();
|
1663
|
-
|
1664
1386
|
class BasePrefabComponent extends FragmentMonitor {
|
1665
1387
|
constructor() {
|
1666
1388
|
super(...arguments);
|
@@ -3131,7 +2853,7 @@
|
|
3131
2853
|
return locale === moment.tz(timezoneName).format('Z');
|
3132
2854
|
});
|
3133
2855
|
}
|
3134
|
-
|
2856
|
+
moment.tz.setDefault(locale);
|
3135
2857
|
const localeData = compInstance && compInstance.formatsByLocale ? compInstance.formatsByLocale : this.formatsByLocale;
|
3136
2858
|
Object.assign(localeData, localeObj);
|
3137
2859
|
resolve();
|
@@ -4941,7 +4663,6 @@
|
|
4941
4663
|
carousel$1.CarouselModule,
|
4942
4664
|
login.LoginModule,
|
4943
4665
|
marquee.MarqueeModule,
|
4944
|
-
custom.CustomModule,
|
4945
4666
|
page.PageModule,
|
4946
4667
|
footer.FooterModule,
|
4947
4668
|
header.HeaderModule,
|
@@ -5136,7 +4857,6 @@
|
|
5136
4857
|
carousel$1.CarouselModule,
|
5137
4858
|
login.LoginModule,
|
5138
4859
|
marquee.MarqueeModule,
|
5139
|
-
custom.CustomModule,
|
5140
4860
|
page.PageModule,
|
5141
4861
|
footer.FooterModule,
|
5142
4862
|
header.HeaderModule,
|
@@ -5267,7 +4987,6 @@
|
|
5267
4987
|
carousel$1.CarouselModule,
|
5268
4988
|
login.LoginModule,
|
5269
4989
|
marquee.MarqueeModule,
|
5270
|
-
custom.CustomModule,
|
5271
4990
|
page.PageModule,
|
5272
4991
|
footer.FooterModule,
|
5273
4992
|
header.HeaderModule,
|
@@ -5352,7 +5071,6 @@
|
|
5352
5071
|
carousel$1.CarouselModule,
|
5353
5072
|
login.LoginModule,
|
5354
5073
|
marquee.MarqueeModule,
|
5355
|
-
custom.CustomModule,
|
5356
5074
|
page.PageModule,
|
5357
5075
|
footer.FooterModule,
|
5358
5076
|
header.HeaderModule,
|
@@ -5450,7 +5168,6 @@
|
|
5450
5168
|
exports.AppVariablesProvider = AppVariablesProvider;
|
5451
5169
|
exports.AppVariablesResolve = AppVariablesResolve;
|
5452
5170
|
exports.AuthGuard = AuthGuard;
|
5453
|
-
exports.BaseCustomWidgetComponent = BaseCustomWidgetComponent;
|
5454
5171
|
exports.BaseLayoutComponent = BaseLayoutComponent;
|
5455
5172
|
exports.BasePageComponent = BasePageComponent;
|
5456
5173
|
exports.BasePartialComponent = BasePartialComponent;
|
@@ -3,7 +3,6 @@ export * from './services/app.manager.service';
|
|
3
3
|
export * from './services/prefab-manager.service';
|
4
4
|
export * from './components/base-page.component';
|
5
5
|
export * from './components/base-partial.component';
|
6
|
-
export * from './components/base-custom-widget.component';
|
7
6
|
export * from './components/base-prefab.component';
|
8
7
|
export * from './components/base-layout.component';
|
9
8
|
export * from './components/base-spa-page.component';
|
@@ -43,4 +42,4 @@ export * from './services/toaster.service';
|
|
43
42
|
export * from './types/types';
|
44
43
|
export * from './util/fragment-monitor';
|
45
44
|
export * from './util/utils';
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3J1bnRpbWUtYmFzZS9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLHNDQUFzQyxDQUFBO0FBQ3BELE9BQU8sRUFDSCxhQUFhLEVBQ2IsZ0JBQWdCLEVBQ2hCLHVDQUF1QyxFQUN2QyxpQkFBaUIsRUFDakIsbUJBQW1CLEVBQ3RCLE1BQU0sdUJBQXVCLENBQUM7QUFDL0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLCtCQUErQixDQUFDO0FBQzlDLE9BQU8sRUFDSCxNQUFNLEVBQ1QsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELE9BQU8sRUFDSCxrQ0FBa0MsRUFDckMsTUFBTSxtREFBbUQsQ0FBQztBQUMzRCxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMseUJBQXlCLENBQUE7QUFDdkMsT0FBTyxFQUNILG9CQUFvQixFQUN2QixNQUFNLG1DQUFtQyxDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUHJlZmFiTWFuYWdlclNlcnZpY2UgfSBmcm9tICcuL3NlcnZpY2VzL3ByZWZhYi1tYW5hZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgQXBwUmVmIH0gZnJvbSAnLi9zZXJ2aWNlcy9hcHAuc2VydmljZSc7XG5pbXBvcnQgeyBEeW5hbWljQ29tcG9uZW50UmVmUHJvdmlkZXJTZXJ2aWNlIH0gZnJvbSAnLi9zZXJ2aWNlcy9keW5hbWljLWNvbXBvbmVudC1yZWYtcHJvdmlkZXIuc2VydmljZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vdHlwZXMvdHlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9hcHAubWFuYWdlci5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcHJlZmFiLW1hbmFnZXIuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wYXJ0aWFsLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYmFzZS1wcmVmYWIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLWxheW91dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2Jhc2Utc3BhLXBhZ2UuY29tcG9uZW50J1xuZXhwb3J0IHtcbiAgICBJbml0aWFsaXplQXBwLFxuICAgIHNldEFuZ3VsYXJMb2NhbGUsXG4gICAgUkVRVUlSRURfTU9EVUxFU19GT1JfRFlOQU1JQ19DT01QT05FTlRTLFxuICAgIFJ1bnRpbWVCYXNlTW9kdWxlLFxuICAgIFdNX01PRFVMRVNfRk9SX1JPT1Rcbn0gZnJvbSAnLi9ydW50aW1lLWJhc2UubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbC91dGlscyc7XG5leHBvcnQgKiBmcm9tICcuL2d1YXJkcy9hdXRoLmd1YXJkJztcbmV4cG9ydCAqIGZyb20gJy4vZ3VhcmRzL3JvbGUuZ3VhcmQnO1xuZXhwb3J0ICogZnJvbSAnLi9ndWFyZHMvcGFnZS1ub3QtZm91bmQuZ3VhcmQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2FwcC1jb21wb25lbnQvYXBwLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvZW1wdHktY29tcG9uZW50L2VtcHR5LXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9wcmVmYWItcHJldmlldy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNvbHZlcy9hcHAtanMucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2FwcC1leHRlbnNpb24ucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2FwcC12YXJpYWJsZXMucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL2kxOG4ucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc29sdmVzL21ldGFkYXRhLnJlc29sdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNvbHZlcy9zZWN1cml0eS1jb25maWcucmVzb2x2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2d1YXJkcy9jYW4tZGVhY3RpdmF0ZS1wYWdlLmd1YXJkJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbC93bS1yb3V0ZS1yZXVzZS1zdHJhdGVneSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYXBwLXNwaW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9iYXNlLXBhcnRpYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9jdXN0b20tdG9hc3Rlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2FjY2Vzc3JvbGVzLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvcHJlZmFiLmRpcmVjdGl2ZSc7XG5leHBvcnQge1xuICAgIEFwcFJlZlxufSBmcm9tICcuL3NlcnZpY2VzL2FwcC5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvYXBwLWRlZmF1bHRzLnNlcnZpY2UnO1xuZXhwb3J0IHtcbiAgICBEeW5hbWljQ29tcG9uZW50UmVmUHJvdmlkZXJTZXJ2aWNlXG59IGZyb20gJy4vc2VydmljZXMvZHluYW1pYy1jb21wb25lbnQtcmVmLXByb3ZpZGVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9odHRwLWludGVyY2VwdG9yLnNlcnZpY2VzJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvaTE4bi5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvbmF2aWdhdGlvbi5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcGlwZS1wcm92aWRlci5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZXMvcGlwZS5zZXJ2aWNlJ1xuZXhwb3J0IHtcbiAgICBQcmVmYWJNYW5hZ2VyU2VydmljZVxufSBmcm9tICcuL3NlcnZpY2VzL3ByZWZhYi1tYW5hZ2VyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy9zcGlubmVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcy90b2FzdGVyLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlcy90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL3V0aWwvZnJhZ21lbnQtbW9uaXRvcic7XG5leHBvcnQgKiBmcm9tICcuL3V0aWwvdXRpbHMnO1xuIl19
|