@wavemaker/app-ng-runtime 12.0.0-next.141134 → 12.0.0-next.141138
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.
- app-ng-runtime/build-task/bundles/index.umd.js +407 -460
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +3 -3
- app-ng-runtime/build-task/esm2022/containers/wizard/wizard.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +2 -10
- app-ng-runtime/build-task/esm2022/input/chips/chips.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/public_api.mjs +1 -3
- app-ng-runtime/build-task/fesm2022/index.mjs +408 -463
- 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 +16 -79
- 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 +17 -42
- app-ng-runtime/components/base/esm2022/widgets/framework/property-change-handler.mjs +2 -2
- app-ng-runtime/components/base/fesm2022/index.mjs +18 -80
- 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-field-validations.d.ts +1 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +5 -11
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +2 -0
- app-ng-runtime/components/basic/default/bundles/index.umd.js +18 -7
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +13 -5
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +7 -4
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +18 -7
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/video/video.component.d.ts +1 -0
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +7 -3
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -4
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +7 -3
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -0
- app-ng-runtime/components/basic/search/bundles/index.umd.js +31 -38
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +31 -35
- app-ng-runtime/components/basic/search/esm2022/search.props.mjs +2 -5
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +31 -38
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/search.component.d.ts +3 -5
- app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -0
- app-ng-runtime/components/containers/accordion/bundles/index.umd.js +15 -9
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +13 -10
- app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +4 -1
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +15 -9
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +6 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +7 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +2 -3
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +6 -14
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/tabs.component.d.ts +0 -1
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +6 -6
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +7 -7
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +6 -6
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +11 -23
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +12 -24
- app-ng-runtime/components/data/form/fesm2022/index.mjs +11 -23
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +0 -1
- app-ng-runtime/components/data/list/bundles/index.umd.js +12 -12
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +13 -13
- app-ng-runtime/components/data/list/fesm2022/index.mjs +12 -12
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/bundles/index.umd.js +1 -1
- app-ng-runtime/components/data/table/esm2022/table-row/table-row.props.mjs +2 -2
- app-ng-runtime/components/data/table/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +0 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +6 -17
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +1 -1
- app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +2 -14
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +7 -6
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +7 -18
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +3 -21
- app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +2 -3
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +4 -22
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +3 -21
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/bundles/index.umd.js +6 -3
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +7 -4
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +6 -3
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/base-form-custom.component.d.ts +1 -2
- app-ng-runtime/components/input/default/bundles/index.umd.js +62 -107
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/dataset-aware-form.component.d.ts +2 -2
- app-ng-runtime/components/input/default/esm2022/base-form-custom.component.mjs +1 -6
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +5 -10
- app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +5 -10
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +38 -64
- app-ng-runtime/components/input/default/esm2022/switch/switch.props.mjs +1 -2
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +1 -4
- app-ng-runtime/components/input/default/fesm2022/index.mjs +62 -107
- 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/switch/switch.component.d.ts +0 -2
- app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +2 -1
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +18 -14
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +10 -6
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +15 -11
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +80 -64
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +80 -65
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.props.mjs +3 -2
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +81 -65
- 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 +7 -2
- app-ng-runtime/components/input/rating/bundles/index.umd.js +35 -26
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +37 -26
- app-ng-runtime/components/input/rating/esm2022/rating.props.mjs +1 -3
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +36 -27
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/rating/rating.component.d.ts +1 -3
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +6 -6
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +7 -7
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +6 -6
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/bundles/index.umd.js +2 -6
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +4 -8
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +2 -6
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +4 -8
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
- app-ng-runtime/core/bundles/index.umd.js +0 -23
- app-ng-runtime/core/enums/enums.d.ts +0 -1
- app-ng-runtime/core/esm2022/enums/enums.mjs +1 -2
- app-ng-runtime/core/esm2022/public_api.mjs +2 -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 +1 -10
- app-ng-runtime/core/fesm2022/index.mjs +1 -21
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/public_api.d.ts +1 -1
- app-ng-runtime/core/types/types.d.ts +1 -5
- app-ng-runtime/core/utils/utils.d.ts +0 -2
- app-ng-runtime/locales/moment-timezone/moment-timezone-with-data.js +37 -37
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +4 -304
- 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/types/types.mjs +1 -4
- app-ng-runtime/runtime/base/fesm2022/index.mjs +3 -302
- 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/services/i18n.service.d.ts +1 -1
- app-ng-runtime/runtime/base/types/types.d.ts +1 -5
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +13 -49
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +3 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +7 -23
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +11 -50
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +23 -30
- 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/variables/bundles/index.umd.js +34 -16
- app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +35 -17
- app-ng-runtime/variables/fesm2022/index.mjs +34 -16
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/manager/variable/web-socket-variable.manager.d.ts +0 -4
- 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 -272
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +0 -26
- 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 -145
- 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 -258
- 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 -75
- app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +0 -303
- app-ng-runtime/runtime/dynamic/app/services/customwidget-config-provider.service.d.ts +0 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/customwidget-config-provider.service.mjs +0 -22
|
@@ -105,7 +105,5 @@ export * as tableBuild from './data/table/table.build';
|
|
|
105
105
|
export * as videoBuild from './basic/default/video/video.build';
|
|
106
106
|
export * as linearLayoutBuild from './containers/linear-layout/linear-layout.build';
|
|
107
107
|
export * as linearLayoutItemBuild from './containers/linear-layout/linear-layout-item/linear-layout-item.build';
|
|
108
|
-
export * as customWidgetBuild from './advanced/custom-widget-container/custom-widget-container.build';
|
|
109
|
-
export * as customWidgetWrapperBuild from './advanced/custom-widget-wrapper/custom-widget-wrapper.build';
|
|
110
108
|
export * from '@wm/transpiler';
|
|
111
109
|
export declare const initComponentsBuildTask: () => void;
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
}
|
|
790
790
|
i1.resetChangeFromWatch();
|
|
791
791
|
const widgetProps = getWidgetPropsByType(component.getWidgetSubType());
|
|
792
|
-
const propInfo = widgetProps
|
|
792
|
+
const propInfo = widgetProps.get(key);
|
|
793
793
|
if (propInfo) {
|
|
794
794
|
const type = propInfo.type;
|
|
795
795
|
if (type) {
|
|
@@ -1023,14 +1023,9 @@
|
|
|
1023
1023
|
}
|
|
1024
1024
|
else {
|
|
1025
1025
|
this.delayedInit = true;
|
|
1026
|
-
initPromise.then((
|
|
1027
|
-
let formFieldCW = this.widgetSubType === 'wm-form-field-custom-widget', cw = this.widgetSubType.startsWith('wm-custom-');
|
|
1028
|
-
if (formFieldCW || cw) {
|
|
1029
|
-
this.customWidgetSubType = formFieldCW ? 'wm-form-field-' + lodashEs.last(this["formWidget"].config.widgetType.split('-')) : this["config"].widgetType;
|
|
1030
|
-
}
|
|
1026
|
+
initPromise.then(() => {
|
|
1031
1027
|
this.initWidget();
|
|
1032
1028
|
this.setInitProps();
|
|
1033
|
-
resolveFn && resolveFn();
|
|
1034
1029
|
});
|
|
1035
1030
|
}
|
|
1036
1031
|
if (explicitContext) {
|
|
@@ -1167,11 +1162,6 @@
|
|
|
1167
1162
|
}
|
|
1168
1163
|
else if (key === 'class') {
|
|
1169
1164
|
i1.switchClass(this.nativeElement, nv, ov);
|
|
1170
|
-
let result = nv.match(/(\W|^)(h([0-6]))(?=\s|$)/);
|
|
1171
|
-
if (result) {
|
|
1172
|
-
i1.setAttr(this.nativeElement, 'role', 'heading');
|
|
1173
|
-
i1.setAttr(this.nativeElement, 'aria-level', result[3]);
|
|
1174
|
-
}
|
|
1175
1165
|
}
|
|
1176
1166
|
else if (key === 'name' || key === 'tabindex') {
|
|
1177
1167
|
i1.setAttr(this.nativeElement, key, nv);
|
|
@@ -1240,12 +1230,11 @@
|
|
|
1240
1230
|
* @param {string} eventName
|
|
1241
1231
|
* @param {string} expr
|
|
1242
1232
|
*/
|
|
1243
|
-
processEventAttr(eventName, expr, meta
|
|
1233
|
+
processEventAttr(eventName, expr, meta) {
|
|
1244
1234
|
const fn = i1.$parseEvent(expr);
|
|
1245
1235
|
const locals = this.context;
|
|
1246
|
-
locals.widget =
|
|
1247
|
-
const boundFn = fn.bind(undefined,
|
|
1248
|
-
let widget = child ? child.widget : this, nativeElement = child ? child.nativeElement : this.nativeElement;
|
|
1236
|
+
locals.widget = this.widget;
|
|
1237
|
+
const boundFn = fn.bind(undefined, this.viewParent, locals);
|
|
1249
1238
|
const eventCallback = () => {
|
|
1250
1239
|
let boundFnVal;
|
|
1251
1240
|
i1.$invokeWatchers(true);
|
|
@@ -1265,32 +1254,24 @@
|
|
|
1265
1254
|
console.error(e);
|
|
1266
1255
|
}
|
|
1267
1256
|
};
|
|
1268
|
-
|
|
1269
|
-
child.widget.eventHandlers = new Map();
|
|
1270
|
-
widget.eventHandlers.set(this.getMappedEventName(eventName), { callback: eventCallback, locals });
|
|
1257
|
+
this.eventHandlers.set(this.getMappedEventName(eventName), { callback: eventCallback, locals });
|
|
1271
1258
|
// prepend eventName with on and convert it to camelcase.
|
|
1272
1259
|
// eg, "click" ---> onClick
|
|
1273
1260
|
const onEventName = lodashEs.camelCase(`on-${eventName}`);
|
|
1274
1261
|
// save the eventCallback in widgetScope.
|
|
1275
|
-
|
|
1262
|
+
this[onEventName] = eventCallback;
|
|
1276
1263
|
// events needs to be setup after viewInit
|
|
1277
1264
|
this.toBeSetupEventsQueue.push(() => {
|
|
1278
|
-
this.handleEvent(nativeElement, this.getMappedEventName(eventName), eventCallback, locals, meta);
|
|
1265
|
+
this.handleEvent(this.nativeElement, this.getMappedEventName(eventName), eventCallback, locals, meta);
|
|
1279
1266
|
});
|
|
1280
1267
|
}
|
|
1281
1268
|
/**
|
|
1282
1269
|
* Process the bound property
|
|
1283
1270
|
* Register a watch on the bound expression
|
|
1284
1271
|
*/
|
|
1285
|
-
processBindAttr(propName, expr
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
let viewParent = child ? child.widget.viewParent.viewParent : this.viewParent, context = child ? child.widget.context : this.context, widget = child ? child.widget : this.widget, isMuted = child ? child.widget.isMuted : this.isMuted, widgetProps = child ? child.widget.widgetProps : this.widgetProps, widgetId = child ? child.widget.widgetId : this.widgetId;
|
|
1289
|
-
this.registerDestroyListener(i1.$watch(expr, viewParent, context, nv => {
|
|
1290
|
-
if (propName.startsWith('base-') && widget.updateData)
|
|
1291
|
-
widget.updateData(propName, nv);
|
|
1292
|
-
widget[propName] = nv;
|
|
1293
|
-
}, getWatchIdentifier(widgetId, propName), propName === 'datasource', widgetProps.get(propName), () => isMuted));
|
|
1272
|
+
processBindAttr(propName, expr) {
|
|
1273
|
+
this.initState.delete(propName);
|
|
1274
|
+
this.registerDestroyListener(i1.$watch(expr, this.viewParent, this.context, nv => this.widget[propName] = nv, getWatchIdentifier(this.widgetId, propName), propName === 'datasource', this.widgetProps.get(propName), () => this.isMuted));
|
|
1294
1275
|
}
|
|
1295
1276
|
/**
|
|
1296
1277
|
* Remove watch on the bound property
|
|
@@ -1319,18 +1300,18 @@
|
|
|
1319
1300
|
* and keep in eventHandlers
|
|
1320
1301
|
* If the attribute is a bound expression, register a watch on the expression
|
|
1321
1302
|
*/
|
|
1322
|
-
processAttr(attrName, attrValue
|
|
1303
|
+
processAttr(attrName, attrValue) {
|
|
1323
1304
|
// console.log("====attrName=====", attrName, "=====typeof attrname=====", typeof attrName, "-----attrValue----", attrValue);
|
|
1324
1305
|
const { 0: propName, 1: type, 2: meta, length } = attrName.split('.');
|
|
1325
1306
|
if (type === 'bind') {
|
|
1326
1307
|
// if the show property is bound, set the initial value to false
|
|
1327
|
-
if (propName === 'show'
|
|
1308
|
+
if (propName === 'show') {
|
|
1328
1309
|
this.nativeElement.hidden = true;
|
|
1329
1310
|
}
|
|
1330
|
-
this.processBindAttr(propName, attrValue
|
|
1311
|
+
this.processBindAttr(propName, attrValue);
|
|
1331
1312
|
}
|
|
1332
|
-
else if (type === 'event'
|
|
1333
|
-
this.processEventAttr(propName, attrValue, meta
|
|
1313
|
+
else if (type === 'event') {
|
|
1314
|
+
this.processEventAttr(propName, attrValue, meta);
|
|
1334
1315
|
}
|
|
1335
1316
|
else if (length === 1) {
|
|
1336
1317
|
// remove class and name attributes. Component will set them on the proper node
|
|
@@ -1396,12 +1377,6 @@
|
|
|
1396
1377
|
this.initState = new Map();
|
|
1397
1378
|
// get the widget properties
|
|
1398
1379
|
const widgetProps = getWidgetPropsByType(this.widgetSubType);
|
|
1399
|
-
if (this.customWidgetSubType) {
|
|
1400
|
-
const customWidgetProps = getWidgetPropsByType(this.customWidgetSubType);
|
|
1401
|
-
customWidgetProps.forEach((v, k) => {
|
|
1402
|
-
widgetProps.set(k, v);
|
|
1403
|
-
});
|
|
1404
|
-
}
|
|
1405
1380
|
widgetProps.forEach((v, k) => {
|
|
1406
1381
|
if (i1.isDefined(v.value)) {
|
|
1407
1382
|
this.initState.set(k, v.value);
|
|
@@ -2115,40 +2090,6 @@
|
|
|
2115
2090
|
args: ['content']
|
|
2116
2091
|
}] }, { type: i0__namespace.ComponentFactoryResolver }, { type: i1__namespace.PartialRefProvider }], null); })();
|
|
2117
2092
|
|
|
2118
|
-
class CustomWidgetContainerDirective {
|
|
2119
|
-
constructor(componentInstance, vcRef, elRef, inj, app, widgetname, customWidgetRefProvider) {
|
|
2120
|
-
this.componentInstance = componentInstance;
|
|
2121
|
-
this.vcRef = vcRef;
|
|
2122
|
-
this.elRef = elRef;
|
|
2123
|
-
this.inj = inj;
|
|
2124
|
-
this.app = app;
|
|
2125
|
-
this.customWidgetRefProvider = customWidgetRefProvider;
|
|
2126
|
-
this.componentInstance.widgetname;
|
|
2127
|
-
this.customWidgetRefProvider.getComponentFactoryRef(widgetname, i1.ComponentType.WIDGET).then((componentFactory) => {
|
|
2128
|
-
if (componentFactory) {
|
|
2129
|
-
const instanceRef = this.vcRef.createComponent(componentFactory, 0, this.inj);
|
|
2130
|
-
this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
|
|
2131
|
-
}
|
|
2132
|
-
});
|
|
2133
|
-
}
|
|
2134
|
-
static { this.ɵfac = function CustomWidgetContainerDirective_Factory(t) { return new (t || CustomWidgetContainerDirective)(i0__namespace.ɵɵdirectiveInject(WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵinjectAttribute('widgetname'), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomWidgetRefProvider)); }; }
|
|
2135
|
-
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: CustomWidgetContainerDirective, selectors: [["", "customWidgetContainer", "", "widgetname", ""]] }); }
|
|
2136
|
-
}
|
|
2137
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomWidgetContainerDirective, [{
|
|
2138
|
-
type: i0.Directive,
|
|
2139
|
-
args: [{
|
|
2140
|
-
selector: '[customWidgetContainer][widgetname]'
|
|
2141
|
-
}]
|
|
2142
|
-
}], () => [{ type: undefined, decorators: [{
|
|
2143
|
-
type: i0.Self
|
|
2144
|
-
}, {
|
|
2145
|
-
type: i0.Inject,
|
|
2146
|
-
args: [WidgetRef]
|
|
2147
|
-
}] }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.Injector }, { type: i1__namespace.App }, { type: undefined, decorators: [{
|
|
2148
|
-
type: i0.Attribute,
|
|
2149
|
-
args: ['widgetname']
|
|
2150
|
-
}] }, { type: i1__namespace.CustomWidgetRefProvider }], null); })();
|
|
2151
|
-
|
|
2152
2093
|
class ShowInDeviceDirective {
|
|
2153
2094
|
constructor(viewContainerRef, inj, templateRef, explicitContext) {
|
|
2154
2095
|
this.viewContainerRef = viewContainerRef;
|
|
@@ -3155,7 +3096,6 @@
|
|
|
3155
3096
|
PartialParamHandlerDirective,
|
|
3156
3097
|
PartialParamDirective,
|
|
3157
3098
|
PartialContainerDirective,
|
|
3158
|
-
CustomWidgetContainerDirective,
|
|
3159
3099
|
RedrawableDirective,
|
|
3160
3100
|
ShowInDeviceDirective,
|
|
3161
3101
|
SmoothScrollDirective,
|
|
@@ -3223,7 +3163,6 @@
|
|
|
3223
3163
|
PartialParamHandlerDirective,
|
|
3224
3164
|
PartialParamDirective,
|
|
3225
3165
|
PartialContainerDirective,
|
|
3226
|
-
CustomWidgetContainerDirective,
|
|
3227
3166
|
RedrawableDirective,
|
|
3228
3167
|
ShowInDeviceDirective,
|
|
3229
3168
|
SmoothScrollDirective,
|
|
@@ -3254,7 +3193,6 @@
|
|
|
3254
3193
|
PartialParamHandlerDirective,
|
|
3255
3194
|
PartialParamDirective,
|
|
3256
3195
|
PartialContainerDirective,
|
|
3257
|
-
CustomWidgetContainerDirective,
|
|
3258
3196
|
RedrawableDirective,
|
|
3259
3197
|
ShowInDeviceDirective,
|
|
3260
3198
|
SmoothScrollDirective,
|
|
@@ -5316,7 +5254,6 @@
|
|
|
5316
5254
|
exports.ContainerDirective = ContainerDirective;
|
|
5317
5255
|
exports.Context = Context;
|
|
5318
5256
|
exports.CustomPipe = CustomPipe;
|
|
5319
|
-
exports.CustomWidgetContainerDirective = CustomWidgetContainerDirective;
|
|
5320
5257
|
exports.DEBOUNCE_TIMES = DEBOUNCE_TIMES;
|
|
5321
5258
|
exports.DISPLAY_TYPE = DISPLAY_TYPE;
|
|
5322
5259
|
exports.DataSetItem = DataSetItem;
|
|
@@ -8,20 +8,19 @@ import * as i5 from "./widgets/common/message/message.component";
|
|
|
8
8
|
import * as i6 from "./widgets/common/partial/partial.directive";
|
|
9
9
|
import * as i7 from "./widgets/common/partial-param/partial-param.directive";
|
|
10
10
|
import * as i8 from "./widgets/common/base/partial-container.directive";
|
|
11
|
-
import * as i9 from "./widgets/common/
|
|
12
|
-
import * as i10 from "./
|
|
13
|
-
import * as i11 from "./
|
|
14
|
-
import * as i12 from "./widgets/common/
|
|
15
|
-
import * as i13 from "./
|
|
16
|
-
import * as i14 from "./pipes/
|
|
17
|
-
import * as i15 from "./pipes/
|
|
18
|
-
import * as i16 from "./pipes/
|
|
19
|
-
import * as i17 from "
|
|
20
|
-
import * as i18 from "@
|
|
21
|
-
import * as i19 from "@wm/security";
|
|
11
|
+
import * as i9 from "./widgets/common/redraw/redrawable.directive";
|
|
12
|
+
import * as i10 from "./directives/show-in-device.directive";
|
|
13
|
+
import * as i11 from "./widgets/common/smooth-scroll/smooth-scroll.directive";
|
|
14
|
+
import * as i12 from "./widgets/common/base/text-content.directive";
|
|
15
|
+
import * as i13 from "./pipes/custom-pipes";
|
|
16
|
+
import * as i14 from "./pipes/trust-as.pipe";
|
|
17
|
+
import * as i15 from "./pipes/image.pipe";
|
|
18
|
+
import * as i16 from "./pipes/sanitize.pipe";
|
|
19
|
+
import * as i17 from "@angular/common";
|
|
20
|
+
import * as i18 from "@wm/security";
|
|
22
21
|
export declare class WmComponentsModule {
|
|
23
22
|
static forRoot(): ModuleWithProviders<WmComponentsModule>;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<WmComponentsModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WmComponentsModule, [typeof i1.ContainerDirective, typeof i2.ItemTemplateDirective, typeof i3.RepeatTemplateDirective, typeof i4.LazyLoadDirective, typeof i5.MessageComponent, typeof i6.PartialDirective, typeof i7.PartialParamHandlerDirective, typeof i7.PartialParamDirective, typeof i8.PartialContainerDirective, typeof i9.
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WmComponentsModule, [typeof i1.ContainerDirective, typeof i2.ItemTemplateDirective, typeof i3.RepeatTemplateDirective, typeof i4.LazyLoadDirective, typeof i5.MessageComponent, typeof i6.PartialDirective, typeof i7.PartialParamHandlerDirective, typeof i7.PartialParamDirective, typeof i8.PartialContainerDirective, typeof i9.RedrawableDirective, typeof i10.ShowInDeviceDirective, typeof i11.SmoothScrollDirective, typeof i12.TextContentDirective, typeof i13.ToDatePipe, typeof i13.FileIconClassPipe, typeof i13.FileExtensionFromMimePipe, typeof i13.FilterPipe, typeof i13.FileSizePipe, typeof i13.ToNumberPipe, typeof i13.ToCurrencyPipe, typeof i13.PrefixPipe, typeof i13.SuffixPipe, typeof i13.TimeFromNowPipe, typeof i13.NumberToStringPipe, typeof i13.StateClassPipe, typeof i13.StringToNumberPipe, typeof i13.TrailingZeroDecimalPipe, typeof i14.TrustAsPipe, typeof i15.ImagePipe, typeof i13.CustomPipe, typeof i16.SanitizePipe], [typeof i17.CommonModule, typeof i18.SecurityModule], [typeof i1.ContainerDirective, typeof i2.ItemTemplateDirective, typeof i3.RepeatTemplateDirective, typeof i4.LazyLoadDirective, typeof i5.MessageComponent, typeof i6.PartialDirective, typeof i7.PartialParamHandlerDirective, typeof i7.PartialParamDirective, typeof i8.PartialContainerDirective, typeof i9.RedrawableDirective, typeof i10.ShowInDeviceDirective, typeof i11.SmoothScrollDirective, typeof i12.TextContentDirective, typeof i13.ToDatePipe, typeof i13.FileIconClassPipe, typeof i13.FileExtensionFromMimePipe, typeof i13.FilterPipe, typeof i13.FileSizePipe, typeof i13.ToNumberPipe, typeof i13.ToCurrencyPipe, typeof i13.PrefixPipe, typeof i13.SuffixPipe, typeof i13.TimeFromNowPipe, typeof i13.NumberToStringPipe, typeof i13.StateClassPipe, typeof i13.StringToNumberPipe, typeof i13.TrailingZeroDecimalPipe, typeof i14.TrustAsPipe, typeof i15.ImagePipe, typeof i13.CustomPipe, typeof i16.SanitizePipe]>;
|
|
26
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<WmComponentsModule>;
|
|
27
26
|
}
|
|
@@ -11,7 +11,6 @@ import { MessageComponent } from './widgets/common/message/message.component';
|
|
|
11
11
|
import { PartialDirective } from './widgets/common/partial/partial.directive';
|
|
12
12
|
import { PartialParamDirective, PartialParamHandlerDirective } from './widgets/common/partial-param/partial-param.directive';
|
|
13
13
|
import { PartialContainerDirective } from "./widgets/common/base/partial-container.directive";
|
|
14
|
-
import { CustomWidgetContainerDirective } from "./widgets/common/base/custom-widget-container.directive";
|
|
15
14
|
import { RedrawableDirective } from './widgets/common/redraw/redrawable.directive';
|
|
16
15
|
import { ShowInDeviceDirective } from './directives/show-in-device.directive';
|
|
17
16
|
import { SmoothScrollDirective } from './widgets/common/smooth-scroll/smooth-scroll.directive';
|
|
@@ -31,7 +30,6 @@ const wmComponents = [
|
|
|
31
30
|
PartialParamHandlerDirective,
|
|
32
31
|
PartialParamDirective,
|
|
33
32
|
PartialContainerDirective,
|
|
34
|
-
CustomWidgetContainerDirective,
|
|
35
33
|
RedrawableDirective,
|
|
36
34
|
ShowInDeviceDirective,
|
|
37
35
|
SmoothScrollDirective,
|
|
@@ -99,7 +97,6 @@ export class WmComponentsModule {
|
|
|
99
97
|
PartialParamHandlerDirective,
|
|
100
98
|
PartialParamDirective,
|
|
101
99
|
PartialContainerDirective,
|
|
102
|
-
CustomWidgetContainerDirective,
|
|
103
100
|
RedrawableDirective,
|
|
104
101
|
ShowInDeviceDirective,
|
|
105
102
|
SmoothScrollDirective,
|
|
@@ -130,7 +127,6 @@ export class WmComponentsModule {
|
|
|
130
127
|
PartialParamHandlerDirective,
|
|
131
128
|
PartialParamDirective,
|
|
132
129
|
PartialContainerDirective,
|
|
133
|
-
CustomWidgetContainerDirective,
|
|
134
130
|
RedrawableDirective,
|
|
135
131
|
ShowInDeviceDirective,
|
|
136
132
|
SmoothScrollDirective,
|
|
@@ -152,4 +148,4 @@ export class WmComponentsModule {
|
|
|
152
148
|
ImagePipe,
|
|
153
149
|
CustomPipe,
|
|
154
150
|
SanitizePipe] }); })();
|
|
155
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
151
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL2Jhc2Uvc3JjL2NvbXBvbmVudHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBdUIsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFekQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFFOUMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDcEYsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQy9GLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDREQUE0RCxDQUFDO0FBQ3JHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ25GLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQzlFLE9BQU8sRUFDSCxxQkFBcUIsRUFDckIsNEJBQTRCLEVBQy9CLE1BQU0sd0RBQXdELENBQUM7QUFDaEUsT0FBTyxFQUFFLHlCQUF5QixFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDN0YsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDbkYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDOUUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDL0YsT0FBTyxF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QUF5QjtRQUN6QixtQkFBbUI7UUFDbkIscUJBQXFCO1FBQ3JCLHFCQUFxQjtRQUNyQixvQkFBb0IsRUFJcEIsVUFBVTtRQUNWLGlCQUFpQjtRQUNqQix5QkFBeUI7UUFDekIsVUFBVTtRQUNWLFlBQVk7UUFDWixZQUFZO1FBQ1osY0FBYztRQUNkLFVBQVU7UUFDVixVQUFVO1FBQ1YsZUFBZTtRQUNmLGtCQUFrQjtRQUNsQixjQUFjO1FBQ2Qsa0JBQWtCO1FBQ2xCLHVCQUF1QjtRQUN2QixXQUFXO1FBQ1gsU0FBUztRQUNULFVBQVU7UUFDVixZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSwgTG9jYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBBYnN0cmFjdERpYWxvZ1NlcnZpY2UgfSBmcm9tICdAd20vY29yZSc7XG5pbXBvcnQgeyBTZWN1cml0eU1vZHVsZSB9IGZyb20gJ0B3bS9zZWN1cml0eSc7XG5cbmltcG9ydCB7IENvbnRhaW5lckRpcmVjdGl2ZSB9IGZyb20gJy4vd2lkZ2V0cy9jb21tb24vY29udGFpbmVyL2NvbnRhaW5lci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgSW1hZ2VQaXBlIH0gZnJvbSAnLi9waXBlcy9pbWFnZS5waXBlJztcbmltcG9ydCB7IEl0ZW1UZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gXCIuL3dpZGdldHMvY29tbW9uL2l0ZW0tdGVtcGxhdGUvaXRlbS10ZW1wbGF0ZS5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IFJlcGVhdFRlbXBsYXRlRGlyZWN0aXZlIH0gZnJvbSBcIi4vd2lkZ2V0cy9jb21tb24vcmVwZWF0LXRlbXBsYXRlL3JlcGVhdC10ZW1wbGF0ZS5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IExhenlMb2FkRGlyZWN0aXZlIH0gZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9sYXp5LWxvYWQvbGF6eS1sb2FkLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBNZXNzYWdlQ29tcG9uZW50IH0gZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9tZXNzYWdlL21lc3NhZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IFBhcnRpYWxEaXJlY3RpdmUgfSBmcm9tICcuL3dpZGdldHMvY29tbW9uL3BhcnRpYWwvcGFydGlhbC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtcbiAgICBQYXJ0aWFsUGFyYW1EaXJlY3RpdmUsXG4gICAgUGFydGlhbFBhcmFtSGFuZGxlckRpcmVjdGl2ZVxufSBmcm9tICcuL3dpZGdldHMvY29tbW9uL3BhcnRpYWwtcGFyYW0vcGFydGlhbC1wYXJhbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUGFydGlhbENvbnRhaW5lckRpcmVjdGl2ZX0gZnJvbSBcIi4vd2lkZ2V0cy9jb21tb24vYmFzZS9wYXJ0aWFsLWNvbnRhaW5lci5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IFJlZHJhd2FibGVEaXJlY3RpdmUgfSBmcm9tICcuL3dpZGdldHMvY29tbW9uL3JlZHJhdy9yZWRyYXdhYmxlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTaG93SW5EZXZpY2VEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvc2hvdy1pbi1kZXZpY2UuZGlyZWN0aXZlJztcbmltcG9ydCB7IFNtb290aFNjcm9sbERpcmVjdGl2ZSB9IGZyb20gJy4vd2lkZ2V0cy9jb21tb24vc21vb3RoLXNjcm9sbC9zbW9vdGgtc2Nyb2xsLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBUZXh0Q29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vd2lkZ2V0cy9jb21tb24vYmFzZS90ZXh0LWNvbnRlbnQuZGlyZWN0aXZlJztcbmltcG9ydCB7XG4gICAgRmlsZUV4dGVuc2lvbkZyb21NaW1lUGlwZSxcbiAgICBGaWxlSWNvbkNsYXNzUGlwZSxcbiAgICBGaWxlU2l6ZVBpcGUsXG4gICAgRmlsdGVyUGlwZSxcbiAgICBOdW1iZXJUb1N0cmluZ1BpcGUsXG4gICAgUHJlZml4UGlwZSxcbiAgICBTdGF0ZUNsYXNzUGlwZSxcbiAgICBTdHJpbmdUb051bWJlclBpcGUsXG4gICAgU3VmZml4UGlwZSxcbiAgICBUaW1lRnJvbU5vd1BpcGUsXG4gICAgVG9DdXJyZW5jeVBpcGUsXG4gICAgVG9EYXRlUGlwZSxcbiAgICBUb051bWJlclBpcGUsXG4gICAgQ3VzdG9tUGlwZSxcbiAgICBUcmFpbGluZ1plcm9EZWNpbWFsUGlwZVxufSBmcm9tICcuL3BpcGVzL2N1c3RvbS1waXBlcyc7XG5pbXBvcnQgeyBUcnVzdEFzUGlwZSB9IGZyb20gJy4vcGlwZXMvdHJ1c3QtYXMucGlwZSc7XG5pbXBvcnQgeyBEaWFsb2dTZXJ2aWNlSW1wbCB9IGZyb20gJy4vd2lkZ2V0cy9jb21tb24vZGlhbG9nL2RpYWxvZy5zZXJ2aWNlJztcbmltcG9ydCB7IFNhbml0aXplUGlwZSB9IGZyb20gXCIuL3BpcGVzL3Nhbml0aXplLnBpcGVcIjtcblxuY29uc3Qgd21Db21wb25lbnRzID0gW1xuICAgIENvbnRhaW5lckRpcmVjdGl2ZSxcbiAgICBJdGVtVGVtcGxhdGVEaXJlY3RpdmUsXG4gICAgUmVwZWF0VGVtcGxhdGVEaXJlY3RpdmUsXG4gICAgTGF6eUxvYWREaXJlY3RpdmUsXG4gICAgTWVzc2FnZUNvbXBvbmVudCxcbiAgICBQYXJ0aWFsRGlyZWN0aXZlLFxuICAgIFBhcnRpYWxQYXJhbUhhbmRsZXJEaXJlY3RpdmUsXG4gICAgUGFydGlhbFBhcmFtRGlyZWN0aXZlLFxuICAgIFBhcnRpYWxDb250YWluZXJEaXJlY3RpdmUsXG4gICAgUmVkcmF3YWJsZURpcmVjdGl2ZSxcbiAgICBTaG93SW5EZXZpY2VEaXJlY3RpdmUsXG4gICAgU21vb3RoU2Nyb2xsRGlyZWN0aXZlLFxuICAgIFRleHRDb250ZW50RGlyZWN0aXZlXG5dO1xuXG5jb25zdCBQSVBFUyA9IFtcbiAgICBUb0RhdGVQaXBlLFxuICAgIEZpbGVJY29uQ2xhc3NQaXBlLFxuICAgIEZpbGVFeHRlbnNpb25Gcm9tTWltZVBpcGUsXG4gICAgRmlsdGVyUGlwZSxcbiAgICBGaWxlU2l6ZVBpcGUsXG4gICAgVG9OdW1iZXJQaXBlLFxuICAgIFRvQ3VycmVuY3lQaXBlLFxuICAgIFByZWZpeFBpcGUsXG4gICAgU3VmZml4UGlwZSxcbiAgICBUaW1lRnJvbU5vd1BpcGUsXG4gICAgTnVtYmVyVG9TdHJpbmdQaXBlLFxuICAgIFN0YXRlQ2xhc3NQaXBlLFxuICAgIFN0cmluZ1RvTnVtYmVyUGlwZSxcbiAgICBUcmFpbGluZ1plcm9EZWNpbWFsUGlwZSxcbiAgICBUcnVzdEFzUGlwZSxcbiAgICBJbWFnZVBpcGUsXG4gICAgQ3VzdG9tUGlwZSxcbiAgICBTYW5pdGl6ZVBpcGVcbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFNlY3VyaXR5TW9kdWxlXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFsuLi53bUNvbXBvbmVudHMsIC4uLlBJUEVTXSxcbiAgICBleHBvcnRzOiBbLi4ud21Db21wb25lbnRzLCAuLi5QSVBFU11cbn0pXG5leHBvcnQgY2xhc3MgV21Db21wb25lbnRzTW9kdWxlIHtcblxuICAgIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8V21Db21wb25lbnRzTW9kdWxlPiB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBuZ01vZHVsZTogV21Db21wb25lbnRzTW9kdWxlLFxuICAgICAgICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgICAgICAgICAgVG9EYXRlUGlwZSxcbiAgICAgICAgICAgICAgICBGaWx0ZXJQaXBlLFxuICAgICAgICAgICAgICAgIFRyYWlsaW5nWmVyb0RlY2ltYWxQaXBlLFxuICAgICAgICAgICAgICAgIFRydXN0QXNQaXBlLFxuICAgICAgICAgICAgICAgIEltYWdlUGlwZSxcbiAgICAgICAgICAgICAgICBDdXN0b21QaXBlLFxuICAgICAgICAgICAgICAgIFNhbml0aXplUGlwZSxcbiAgICAgICAgICAgICAgICBMb2NhdGlvbixcbiAgICAgICAgICAgICAgICB7cHJvdmlkZTogQWJzdHJhY3REaWFsb2dTZXJ2aWNlLCB1c2VDbGFzczogRGlhbG9nU2VydmljZUltcGx9XG4gICAgICAgICAgICBdXG4gICAgICAgIH07XG4gICAgfVxufVxuIl19
|
|
@@ -7,7 +7,6 @@ export { BaseComponent } from './widgets/common/base/base.component';
|
|
|
7
7
|
export * from './widgets/common/base/base-container.component';
|
|
8
8
|
export { DatasetAwareNavComponent } from './widgets/common/base/dataset-aware-nav.component';
|
|
9
9
|
export * from './widgets/common/base/partial-container.directive';
|
|
10
|
-
export * from './widgets/common/base/custom-widget-container.directive';
|
|
11
10
|
export * from './widgets/common/base/base-field-validations';
|
|
12
11
|
export * from './widgets/common/item-template/item-template.directive';
|
|
13
12
|
export * from './widgets/common/repeat-template/repeat-template.directive';
|
|
@@ -33,4 +32,4 @@ export * from './widgets/common/partial-param/partial-param.directive';
|
|
|
33
32
|
export * from './widgets/common/smooth-scroll/smooth-scroll.directive';
|
|
34
33
|
export * from './widgets/common/base/text-content.directive';
|
|
35
34
|
export * from './directives/show-in-device.directive';
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvYmFzZS9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLE9BQU8sRUFDSCxlQUFlLEVBQ2YsU0FBUyxFQUNULGNBQWMsRUFDZCxvQkFBb0IsRUFDcEIsaUJBQWlCLEVBQ2pCLHFCQUFxQixFQUNyQiwwQkFBMEIsRUFDMUIsMEJBQTBCLEVBQzFCLGlCQUFpQixFQUNqQixtQkFBbUIsRUFDbkIseUJBQXlCLEVBQ3pCLGtCQUFrQixFQUNsQixpQkFBaUIsRUFDakIsb0JBQW9CLEVBQ3BCLGlCQUFpQixFQUNqQixlQUFlLEVBQ2Ysa0JBQWtCLEVBQ2xCLGFBQWEsRUFDaEIsTUFBTSxvQkFBb0IsQ0FBQztBQUM1QixPQUFPLEVBQ0gsaUJBQWlCLEVBQ2pCLHFCQUFxQixFQUNyQixrQkFBa0IsRUFDbEIsbUJBQW1CLEVBQ25CLGlCQUFpQixFQUNqQixzQkFBc0IsRUFDdEIsZ0JBQWdCLEVBQ2hCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsZ0JBQWdCLEVBQ2hCLGlCQUFpQixFQUNqQixZQUFZLEVBQ1osV0FBVyxFQUNkLE1BQU0sb0JBQW9CLENBQUM7QUFDNUIsT0FBTyxFQUNILFNBQVMsRUFDVCxlQUFlLEVBQ2YsdUJBQXVCLEVBQ3ZCLHNCQUFzQixFQUN0QixvQkFBb0IsRUFDcEIsd0JBQXdCLEVBQ3hCLGdCQUFnQixFQUNoQiwwQkFBMEIsRUFDMUIsd0JBQXdCLEVBQ3hCLGlCQUFpQixFQUNqQixlQUFlLEVBQ2xCLE1BQU0sb0JBQW9CLENBQUM7QUFDNUIsT0FBTyxFQUNILGdCQUFnQixFQUNoQixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLG9CQUFvQixFQUNwQixjQUFjLEVBQ2QsZUFBZSxFQUNmLFdBQVcsRUFDWCxxQkFBcUIsRUFDckIsU0FBUyxFQUNULGtCQUFrQixFQUNsQixrQkFBa0IsRUFDbEIsZ0NBQWdDLEVBQ2hDLGVBQWUsRUFDZixTQUFTLEVBQ1QsY0FBYyxFQUNkLGtCQUFrQixFQUNsQixvQkFBb0IsRUFDcEIsZ0JBQWdCLEVBQ2hCLHFCQUFxQixFQUNyQixnQkFBZ0IsRUFDaEIsdUJBQXVCLEVBQ3ZCLHFCQUFxQixFQUNyQixZQUFZLEVBQ1osNEJBQTRCLEVBQy9CLE1BQU0sc0JBQXNCLENBQUM7QUFDOUIsT0FBTyxFQUNILGFBQWEsRUFDaEIsTUFBTSxzQ0FBc0MsQ0FBQztBQUM5QyxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELE9BQU8sRUFDSCx3QkFBd0IsRUFFM0IsTUFBTSxtREFBbUQsQ0FBQztBQUMzRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsOENBQThDLENBQUM7QUFDN0QsY0FBYyx3REFBd0QsQ0FBQztBQUN2RSxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLCtCQUErQixDQUFDO0FBQzlDLE9BQU8sRUFDSCxnQkFBZ0IsRUFDbkIsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxPQUFPLEVBQ0gsb0JBQW9CLEVBQ3BCLFFBQVEsRUFDUixrQkFBa0IsRUFDbEIsU0FBUyxFQUNULFdBQVcsRUFDWCxXQUFXLEVBQ1gsWUFBWSxFQUNaLFFBQVEsRUFDWCxNQUFNLGtDQUFrQyxDQUFDO0FBQzFDLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsT0FBTyxFQUNILFVBQVUsRUFDVixZQUFZLEVBQ1osY0FBYyxFQUNkLFVBQVUsRUFDVixVQUFVLEVBQ1YsVUFBVSxFQUNWLGVBQWUsRUFDZixrQkFBa0IsRUFDbEIsa0JBQWtCLEVBQ2xCLFVBQVUsRUFDVixZQUFZLEVBQ1osaUJBQWlCLEVBQ2pCLGNBQWMsRUFDZCx5QkFBeUIsRUFDekIsdUJBQXVCLEVBQzFCLE1BQU0sc0JBQXNCLENBQUM7QUFDOUIsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYyx3REFBd0QsQ0FBQztBQUN2RSxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsdUNBQXVDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMaXZlX09wZXJhdGlvbnMgfSBmcm9tICcuL3V0aWxzL2RhdGEtdXRpbHMnO1xuXG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMubW9kdWxlJztcbmV4cG9ydCB7XG4gICAgTGl2ZV9PcGVyYXRpb25zLFxuICAgIEFMTEZJRUxEUyxcbiAgICBMSVZFX0NPTlNUQU5UUyxcbiAgICBwZXJmb3JtRGF0YU9wZXJhdGlvbixcbiAgICByZWZyZXNoRGF0YVNvdXJjZSxcbiAgICBmZXRjaFJlbGF0ZWRGaWVsZERhdGEsXG4gICAgaW50ZXJwb2xhdGVCaW5kRXhwcmVzc2lvbnMsXG4gICAgZ2V0RGlzdGluY3RGaWVsZFByb3BlcnRpZXMsXG4gICAgZ2V0RGlzdGluY3RWYWx1ZXMsXG4gICAgZmV0Y2hEaXN0aW5jdFZhbHVlcyxcbiAgICBnZXREaXN0aW5jdFZhbHVlc0ZvckZpZWxkLFxuICAgIGdldFJhbmdlRmllbGRWYWx1ZSxcbiAgICBnZXRSYW5nZU1hdGNoTW9kZSxcbiAgICBnZXRFbmFibGVFbXB0eUZpbHRlcixcbiAgICBnZXRFbXB0eU1hdGNoTW9kZSxcbiAgICBjcmVhdGVBcnJheUZyb20sXG4gICAgYXBwbHlGaWx0ZXJPbkZpZWxkLFxuICAgIHRyYW5zZm9ybURhdGFcbn0gZnJvbSAnLi91dGlscy9kYXRhLXV0aWxzJztcbmV4cG9ydCB7XG4gICAgZ2V0T3JkZXJlZERhdGFzZXQsXG4gICAgdHJhbnNmb3JtRGF0YVdpdGhLZXlzLFxuICAgIGV4dHJhY3REYXRhQXNBcnJheSxcbiAgICBjb252ZXJ0RGF0YVRvT2JqZWN0LFxuICAgIHRyYW5zZm9ybUZvcm1EYXRhLFxuICAgIGdldFVuaXFPYmpzQnlEYXRhRmllbGQsXG4gICAgc2V0SXRlbUJ5Q29tcGFyZSxcbiAgICBncm91cERhdGEsXG4gICAgZmlsdGVyRGF0ZSxcbiAgICB0b2dnbGVBbGxIZWFkZXJzLFxuICAgIGhhbmRsZUhlYWRlckNsaWNrLFxuICAgIGNvbmZpZ3VyZURuRCxcbiAgICBEYXRhU2V0SXRlbVxufSBmcm9tICcuL3V0aWxzL2Zvcm0tdXRpbHMnO1xuZXhwb3J0IHtcbiAgICBFRElUX01PREUsXG4gICAgc2V0SGVhZGVyQ29uZmlnLFxuICAgIHNldEhlYWRlckNvbmZpZ0ZvclRhYmxlLFxuICAgIGdldFJvd09wZXJhdGlvbnNDb2x1bW4sXG4gICAgZ2V0RmllbGRMYXlvdXRDb25maWcsXG4gICAgZ2V0RGVmYXVsdFZpZXdNb2RlV2lkZ2V0LFxuICAgIHBhcnNlVmFsdWVCeVR5cGUsXG4gICAgZ2V0RmllbGRUeXBlV2lkZ2V0VHlwZXNNYXAsXG4gICAgZ2V0RGF0YVRhYmxlRmlsdGVyV2lkZ2V0LFxuICAgIGdldEVkaXRNb2RlV2lkZ2V0LFxuICAgIGdldERlZmF1bHRWYWx1ZVxufSBmcm9tICcuL3V0aWxzL2xpdmUtdXRpbHMnO1xuZXhwb3J0IHtcbiAgICBnZXRPYmpWYWx1ZUJ5S2V5LFxuICAgIGdldEV2YWx1YXRlZERhdGEsXG4gICAgaXNBY3RpdmVOYXZJdGVtLFxuICAgIGhhc0xpbmtUb0N1cnJlbnRQYWdlLFxuICAgIGdldE9yZGVyQnlFeHByLFxuICAgIGlzRGF0YVNldFdpZGdldCxcbiAgICBnZXRJbWFnZVVybCxcbiAgICBnZXRCYWNrR3JvdW5kSW1hZ2VVcmwsXG4gICAgcHJvdmlkZUFzLFxuICAgIHByb3ZpZGVBc1dpZGdldFJlZixcbiAgICBwcm92aWRlQXNEaWFsb2dSZWYsXG4gICAgdW5zdXBwb3J0ZWRTdGF0ZVBlcnNpc3RlbmNlVHlwZXMsXG4gICAgTkFWSUdBVElPTl9UWVBFLFxuICAgIElOUFVUTU9ERSxcbiAgICBBVVRPQ0xPU0VfVFlQRSxcbiAgICBnZXRXYXRjaElkZW50aWZpZXIsXG4gICAgZ2V0TWF0Y2hNb2RlVHlwZXNNYXAsXG4gICAgZ2V0TWF0Y2hNb2RlTXNncyxcbiAgICBnZXRDb25kaXRpb25hbENsYXNzZXMsXG4gICAgcHJlcGFyZUZpZWxkRGVmcyAsXG4gICAgZ2V0Q29udGFpbmVyVGFyZ2V0Q2xhc3MsXG4gICAgZXh0cmFjdERhdGFTb3VyY2VOYW1lLFxuICAgIHNldEZvY3VzVHJhcCxcbiAgICBnZXRLZXlib2FyZEZvY3VzYWJsZUVsZW1lbnRzXG59IGZyb20gJy4vdXRpbHMvd2lkZ2V0LXV0aWxzJztcbmV4cG9ydCB7XG4gICAgQmFzZUNvbXBvbmVudFxufSBmcm9tICcuL3dpZGdldHMvY29tbW9uL2Jhc2UvYmFzZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9iYXNlL2Jhc2UtY29udGFpbmVyLmNvbXBvbmVudCc7XG5leHBvcnQge1xuICAgIERhdGFzZXRBd2FyZU5hdkNvbXBvbmVudCxcbiAgICBOYXZOb2RlXG59IGZyb20gJy4vd2lkZ2V0cy9jb21tb24vYmFzZS9kYXRhc2V0LWF3YXJlLW5hdi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9iYXNlL3BhcnRpYWwtY29udGFpbmVyLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL2Jhc2UvYmFzZS1maWVsZC12YWxpZGF0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL2l0ZW0tdGVtcGxhdGUvaXRlbS10ZW1wbGF0ZS5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9yZXBlYXQtdGVtcGxhdGUvcmVwZWF0LXRlbXBsYXRlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL2Jhc2Uvc3R5bGFibGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vd2lkZ2V0cy9jb21tb24vbWVzc2FnZS9tZXNzYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL3B1bGwtdG8tcmVmcmVzaC9wdWxsLXRvLXJlZnJlc2gnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9wYXJ0aWFsL3BhcnRpYWwuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vd2lkZ2V0cy9jb21tb24vcmVkcmF3L3JlZHJhd2FibGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vd2lkZ2V0cy9mcmFtZXdvcmsvY29uc3RhbnRzJztcbmV4cG9ydCB7XG4gICAgdXBkYXRlRGV2aWNlVmlld1xufSBmcm9tICcuL3dpZGdldHMvZnJhbWV3b3JrL2RldmljZXZpZXcnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2ZyYW1ld29yay9zdHlsZXInO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2ZyYW1ld29yay90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvZnJhbWV3b3JrL3dpZGdldC1pZC1nZW5lcmF0b3InO1xuZXhwb3J0IHtcbiAgICBnZXRXaWRnZXRQcm9wc0J5VHlwZSxcbiAgICByZWdpc3RlcixcbiAgICByZWdpc3RlckZvcm1XaWRnZXQsXG4gICAgUFJPUF9UWVBFLFxuICAgIFBST1BfU1RSSU5HLFxuICAgIFBST1BfTlVNQkVSLFxuICAgIFBST1BfQk9PTEVBTixcbiAgICBQUk9QX0FOWVxufSBmcm9tICcuL3dpZGdldHMvZnJhbWV3b3JrL3dpZGdldC1wcm9wcyc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL2RpYWxvZy9kaWFsb2cuc2VydmljZSc7XG5leHBvcnQge1xuICAgIFRvRGF0ZVBpcGUsXG4gICAgVG9OdW1iZXJQaXBlLFxuICAgIFRvQ3VycmVuY3lQaXBlLFxuICAgIFByZWZpeFBpcGUsXG4gICAgU3VmZml4UGlwZSxcbiAgICBDdXN0b21QaXBlLFxuICAgIFRpbWVGcm9tTm93UGlwZSxcbiAgICBOdW1iZXJUb1N0cmluZ1BpcGUsXG4gICAgU3RyaW5nVG9OdW1iZXJQaXBlLFxuICAgIEZpbHRlclBpcGUsXG4gICAgRmlsZVNpemVQaXBlLFxuICAgIEZpbGVJY29uQ2xhc3NQaXBlLFxuICAgIFN0YXRlQ2xhc3NQaXBlLFxuICAgIEZpbGVFeHRlbnNpb25Gcm9tTWltZVBpcGUsXG4gICAgVHJhaWxpbmdaZXJvRGVjaW1hbFBpcGVcbn0gZnJvbSAnLi9waXBlcy9jdXN0b20tcGlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9waXBlcy90cnVzdC1hcy5waXBlJztcbmV4cG9ydCAqIGZyb20gJy4vcGlwZXMvc2FuaXRpemUucGlwZSc7XG5leHBvcnQgKiBmcm9tICcuL3BpcGVzL2ltYWdlLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9jb250YWluZXIvY29udGFpbmVyLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL2xhenktbG9hZC9sYXp5LWxvYWQuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vd2lkZ2V0cy9jb21tb24vcGFydGlhbC1wYXJhbS9wYXJ0aWFsLXBhcmFtLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3dpZGdldHMvY29tbW9uL3Ntb290aC1zY3JvbGwvc21vb3RoLXNjcm9sbC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXRzL2NvbW1vbi9iYXNlL3RleHQtY29udGVudC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL3Nob3ctaW4tZGV2aWNlLmRpcmVjdGl2ZSc7XG4iXX0=
|