@wavemaker/app-ng-runtime 11.10.2-rc.6065 → 11.10.3-next.25128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-task/bundles/index.umd.js +5 -3
- package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +4 -2
- package/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -3
- package/build-task/fesm2022/index.mjs +5 -3
- package/build-task/fesm2022/index.mjs.map +1 -1
- package/components/basic/default/bundles/index.umd.js +68 -71
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +12 -13
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -10
- package/components/basic/default/esm2022/picture/picture.directive.mjs +2 -5
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +14 -15
- package/components/basic/default/fesm2022/index.mjs +68 -71
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +16 -17
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +7 -8
- package/components/basic/progress/fesm2022/index.mjs +8 -9
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +11 -12
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +8 -9
- package/components/basic/rich-text-editor/fesm2022/index.mjs +7 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +63 -67
- package/components/basic/search/esm2022/search.component.mjs +63 -67
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +63 -67
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/chart/bundles/index.umd.js +17 -17
- package/components/chart/esm2022/chart.component.mjs +18 -18
- package/components/chart/fesm2022/index.mjs +17 -17
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/bundles/index.umd.js +39 -39
- package/components/containers/panel/esm2022/panel.component.mjs +40 -40
- package/components/containers/panel/fesm2022/index.mjs +39 -39
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/bundles/index.umd.js +29 -29
- package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
- package/components/containers/tabs/fesm2022/index.mjs +29 -29
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/bundles/index.umd.js +49 -49
- package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
- package/components/containers/wizard/fesm2022/index.mjs +49 -49
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/data/card/bundles/index.umd.js +29 -29
- package/components/data/card/esm2022/card.component.mjs +30 -30
- package/components/data/card/fesm2022/index.mjs +29 -29
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/form/bundles/index.umd.js +91 -96
- package/components/data/form/esm2022/form.component.mjs +92 -97
- package/components/data/form/fesm2022/index.mjs +91 -96
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +171 -173
- package/components/data/list/esm2022/list.component.mjs +171 -173
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +171 -173
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/bundles/index.umd.js +32 -32
- package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
- package/components/data/pagination/fesm2022/index.mjs +32 -32
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/table/bundles/index.umd.js +69 -39
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +2 -1
- package/components/data/table/esm2022/table-column/table-column.props.mjs +2 -1
- package/components/data/table/esm2022/table-filter.directive.mjs +29 -2
- package/components/data/table/esm2022/table.component.mjs +40 -39
- package/components/data/table/esm2022/table.props.mjs +2 -1
- package/components/data/table/fesm2022/index.mjs +72 -41
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/table-column/table-column.directive.d.ts +1 -0
- package/components/data/table/table-filter.directive.d.ts +1 -0
- package/components/dialogs/default/bundles/index.umd.js +66 -95
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +67 -96
- package/components/dialogs/default/fesm2022/index.mjs +66 -95
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
- package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +24 -25
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -16
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +14 -15
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/bundles/index.umd.js +21 -21
- package/components/input/chips/esm2022/chips.component.mjs +22 -22
- package/components/input/chips/fesm2022/index.mjs +21 -21
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/default/bundles/index.umd.js +201 -209
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +68 -69
- package/components/input/default/esm2022/radioset/radioset.component.mjs +68 -69
- package/components/input/default/esm2022/select/select.component.mjs +21 -27
- package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
- package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
- package/components/input/default/fesm2022/index.mjs +201 -209
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +171 -164
- package/components/input/epoch/esm2022/date/date.component.mjs +14 -15
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +64 -59
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +18 -19
- package/components/input/epoch/esm2022/picker/picker.component.mjs +26 -25
- package/components/input/epoch/esm2022/time/time.component.mjs +17 -18
- package/components/input/epoch/fesm2022/index.mjs +124 -117
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +111 -114
- package/components/input/file-upload/esm2022/file-upload.component.mjs +112 -115
- package/components/input/file-upload/fesm2022/index.mjs +111 -114
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/bundles/index.umd.js +14 -14
- package/components/input/rating/esm2022/rating.component.mjs +15 -15
- package/components/input/rating/fesm2022/index.mjs +14 -14
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/bundles/index.umd.js +39 -40
- package/components/input/slider/esm2022/slider.component.mjs +10 -11
- package/components/input/slider/fesm2022/index.mjs +9 -10
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +16 -15
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +17 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs +16 -15
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +82 -74
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +14 -4
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
- package/components/navigation/menu/esm2022/menu.component.mjs +22 -26
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +26 -24
- package/components/navigation/menu/fesm2022/index.mjs +82 -74
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-adapator.component.d.ts +1 -0
- package/components/navigation/navbar/bundles/index.umd.js +12 -12
- package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
- package/components/navigation/navbar/fesm2022/index.mjs +12 -12
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/basic/default/bundles/index.umd.js +102 -111
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +39 -40
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +35 -44
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +27 -28
- package/mobile/components/basic/default/fesm2022/index.mjs +98 -107
- package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +8 -9
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
- package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +219 -215
- package/runtime/base/esm2022/components/app-component/app.component.mjs +38 -41
- package/runtime/base/esm2022/components/app-spinner.component.mjs +25 -21
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +18 -16
- package/runtime/base/fesm2022/index.mjs +99 -95
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/scripts/datatable/datatable.js +1 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@wm/components/base'), require('lodash-es'), require('@angular/common/http'), require('@awesome-cordova-plugins/file/ngx'), require('@awesome-cordova-plugins/file-opener/ngx'), require('@wm/core'), require('@wm/mobile/core'), require('@angular/common'), require('@wm/components/basic/progress')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@wm/components/base', 'lodash-es', '@angular/common/http', '@awesome-cordova-plugins/file/ngx', '@awesome-cordova-plugins/file-opener/ngx', '@wm/core', '@wm/mobile/core', '@angular/common', '@wm/components/basic/progress'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.mobile = global.wm.mobile || {}, global.wm.mobile.components = global.wm.mobile.components || {}, global.wm.mobile.components.basic = {}), global.ng.core, global.wm.components.base, global._, global.ng.common.http, global.awesomeCordova.plugins, global.awesomeCordova.plugins, global.wm.core, global.wm.mobile.core, global.ng.common, global.wm.components.basic.progress));
|
|
5
|
-
})(this, (function (exports, i0, i5, lodashEs, i4, i2, i3, i1$1, i1,
|
|
5
|
+
})(this, (function (exports, i0, i5, lodashEs, i4, i2, i3, i1$1, i1, i1$2, i2$1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
|
8
8
|
var n = Object.create(null);
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
|
|
29
29
|
var i1$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$1);
|
|
30
30
|
var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
|
|
31
|
-
var
|
|
31
|
+
var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
|
|
32
32
|
var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
|
|
33
33
|
|
|
34
34
|
class AnchorDirective {
|
|
@@ -176,22 +176,22 @@
|
|
|
176
176
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppUpdateComponent, { className: "AppUpdateComponent", filePath: "app-update/app-update.component.ts", lineNumber: 20 }); })();
|
|
177
177
|
|
|
178
178
|
const _c0$2 = ["wmMobileFileBrowser", ""];
|
|
179
|
-
function
|
|
180
|
-
i0__namespace.ɵɵelement(0, "i",
|
|
179
|
+
function FileBrowserComponent_Conditional_0_For_14_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
180
|
+
i0__namespace.ɵɵelement(0, "i", 17);
|
|
181
181
|
} }
|
|
182
|
-
function
|
|
182
|
+
function FileBrowserComponent_Conditional_0_For_14_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
183
183
|
i0__namespace.ɵɵelement(0, "i");
|
|
184
184
|
} if (rf & 2) {
|
|
185
185
|
const file_r4 = i0__namespace.ɵɵnextContext().$implicit;
|
|
186
186
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
187
187
|
i0__namespace.ɵɵclassMapInterpolate1("file-icon wi wi-file ", ctx_r1.getFileExtension(file_r4.name), "");
|
|
188
188
|
} }
|
|
189
|
-
function
|
|
189
|
+
function FileBrowserComponent_Conditional_0_For_14_Template(rf, ctx) { if (rf & 1) {
|
|
190
190
|
const _r3 = i0__namespace.ɵɵgetCurrentView();
|
|
191
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
192
|
-
i0__namespace.ɵɵlistener("click", function
|
|
193
|
-
i0__namespace.ɵɵtemplate(2,
|
|
194
|
-
i0__namespace.ɵɵelementStart(4, "span",
|
|
191
|
+
i0__namespace.ɵɵelementStart(0, "div", 12)(1, "div", 16);
|
|
192
|
+
i0__namespace.ɵɵlistener("click", function FileBrowserComponent_Conditional_0_For_14_Template_div_click_1_listener() { const file_r4 = i0__namespace.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileClick(file_r4)); });
|
|
193
|
+
i0__namespace.ɵɵtemplate(2, FileBrowserComponent_Conditional_0_For_14_Conditional_2_Template, 1, 0, "i", 17)(3, FileBrowserComponent_Conditional_0_For_14_Conditional_3_Template, 1, 3, "i", 18);
|
|
194
|
+
i0__namespace.ɵɵelementStart(4, "span", 19);
|
|
195
195
|
i0__namespace.ɵɵtext(5);
|
|
196
196
|
i0__namespace.ɵɵelementEnd()()();
|
|
197
197
|
} if (rf & 2) {
|
|
@@ -199,18 +199,18 @@
|
|
|
199
199
|
i0__namespace.ɵɵadvance();
|
|
200
200
|
i0__namespace.ɵɵclassProp("bg-primary", file_r4.isSelected);
|
|
201
201
|
i0__namespace.ɵɵadvance();
|
|
202
|
-
i0__namespace.ɵɵ
|
|
202
|
+
i0__namespace.ɵɵconditional(!file_r4.isFile ? 2 : -1);
|
|
203
203
|
i0__namespace.ɵɵadvance();
|
|
204
|
-
i0__namespace.ɵɵ
|
|
204
|
+
i0__namespace.ɵɵconditional(file_r4.isFile ? 3 : -1);
|
|
205
205
|
i0__namespace.ɵɵadvance(2);
|
|
206
206
|
i0__namespace.ɵɵtextInterpolate(file_r4.name);
|
|
207
207
|
} }
|
|
208
|
-
function
|
|
208
|
+
function FileBrowserComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
209
209
|
const _r5 = i0__namespace.ɵɵgetCurrentView();
|
|
210
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
211
|
-
i0__namespace.ɵɵlistener("click", function
|
|
210
|
+
i0__namespace.ɵɵelementStart(0, "button", 20);
|
|
211
|
+
i0__namespace.ɵɵlistener("click", function FileBrowserComponent_Conditional_0_Conditional_16_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r5); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.submit()); });
|
|
212
212
|
i0__namespace.ɵɵtext(1, " Done ");
|
|
213
|
-
i0__namespace.ɵɵelementStart(2, "span",
|
|
213
|
+
i0__namespace.ɵɵelementStart(2, "span", 21);
|
|
214
214
|
i0__namespace.ɵɵtext(3);
|
|
215
215
|
i0__namespace.ɵɵelementEnd()();
|
|
216
216
|
} if (rf & 2) {
|
|
@@ -218,28 +218,28 @@
|
|
|
218
218
|
i0__namespace.ɵɵadvance(3);
|
|
219
219
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.selectedFiles.length);
|
|
220
220
|
} }
|
|
221
|
-
function
|
|
221
|
+
function FileBrowserComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
222
222
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
223
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
224
|
-
i0__namespace.ɵɵelement(1, "div",
|
|
225
|
-
i0__namespace.ɵɵelementStart(2, "div",
|
|
226
|
-
i0__namespace.ɵɵlistener("click", function
|
|
227
|
-
i0__namespace.ɵɵelement(8, "i",
|
|
223
|
+
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
224
|
+
i0__namespace.ɵɵelement(1, "div", 1);
|
|
225
|
+
i0__namespace.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5)(6, "h4", 6)(7, "span", 7);
|
|
226
|
+
i0__namespace.ɵɵlistener("click", function FileBrowserComponent_Conditional_0_Template_span_click_7_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.onFileClick(ctx_r1.currentFolder.parent)); });
|
|
227
|
+
i0__namespace.ɵɵelement(8, "i", 8);
|
|
228
228
|
i0__namespace.ɵɵelementEnd();
|
|
229
229
|
i0__namespace.ɵɵtext(9);
|
|
230
230
|
i0__namespace.ɵɵelementEnd();
|
|
231
|
-
i0__namespace.ɵɵelementStart(10, "div",
|
|
232
|
-
i0__namespace.ɵɵlistener("click", function
|
|
233
|
-
i0__namespace.ɵɵelement(11, "i",
|
|
231
|
+
i0__namespace.ɵɵelementStart(10, "div", 9);
|
|
232
|
+
i0__namespace.ɵɵlistener("click", function FileBrowserComponent_Conditional_0_Template_div_click_10_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.refreshFolder()); });
|
|
233
|
+
i0__namespace.ɵɵelement(11, "i", 10);
|
|
234
234
|
i0__namespace.ɵɵelementEnd()();
|
|
235
|
-
i0__namespace.ɵɵelementStart(12, "div",
|
|
236
|
-
i0__namespace.ɵɵ
|
|
235
|
+
i0__namespace.ɵɵelementStart(12, "div", 11);
|
|
236
|
+
i0__namespace.ɵɵrepeaterCreate(13, FileBrowserComponent_Conditional_0_For_14_Template, 6, 5, "div", 12, i0__namespace.ɵɵrepeaterTrackByIdentity);
|
|
237
237
|
i0__namespace.ɵɵelementEnd();
|
|
238
|
-
i0__namespace.ɵɵelementStart(
|
|
239
|
-
i0__namespace.ɵɵtemplate(
|
|
240
|
-
i0__namespace.ɵɵelementStart(
|
|
241
|
-
i0__namespace.ɵɵlistener("click", function
|
|
242
|
-
i0__namespace.ɵɵtext(
|
|
238
|
+
i0__namespace.ɵɵelementStart(15, "div", 13);
|
|
239
|
+
i0__namespace.ɵɵtemplate(16, FileBrowserComponent_Conditional_0_Conditional_16_Template, 4, 1, "button", 14);
|
|
240
|
+
i0__namespace.ɵɵelementStart(17, "button", 15);
|
|
241
|
+
i0__namespace.ɵɵlistener("click", function FileBrowserComponent_Conditional_0_Template_button_click_17_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.show = false); });
|
|
242
|
+
i0__namespace.ɵɵtext(18, "Close");
|
|
243
243
|
i0__namespace.ɵɵelementEnd()()()()()();
|
|
244
244
|
} if (rf & 2) {
|
|
245
245
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -252,9 +252,9 @@
|
|
|
252
252
|
i0__namespace.ɵɵadvance(2);
|
|
253
253
|
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.currentFolder.name, " ");
|
|
254
254
|
i0__namespace.ɵɵadvance(4);
|
|
255
|
-
i0__namespace.ɵɵ
|
|
256
|
-
i0__namespace.ɵɵadvance(
|
|
257
|
-
i0__namespace.ɵɵ
|
|
255
|
+
i0__namespace.ɵɵrepeater(ctx_r1.currentFolder.files);
|
|
256
|
+
i0__namespace.ɵɵadvance(3);
|
|
257
|
+
i0__namespace.ɵɵconditional(ctx_r1.selectedFiles && ctx_r1.selectedFiles.length > 0 ? 16 : -1);
|
|
258
258
|
} }
|
|
259
259
|
class FileBrowserComponent {
|
|
260
260
|
constructor(deviceService) {
|
|
@@ -385,15 +385,15 @@
|
|
|
385
385
|
file.isSelected = true;
|
|
386
386
|
}
|
|
387
387
|
static { this.ɵfac = function FileBrowserComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileBrowserComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace.DeviceService)); }; }
|
|
388
|
-
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: FileBrowserComponent, selectors: [["", "wmMobileFileBrowser", ""]], inputs: { fileTypeToSelect: "fileTypeToSelect", multiple: "multiple" }, outputs: { submitEmitter: "submit" }, attrs: _c0$2, decls: 1, vars: 1, consts: [[
|
|
389
|
-
i0__namespace.ɵɵtemplate(0,
|
|
388
|
+
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: FileBrowserComponent, selectors: [["", "wmMobileFileBrowser", ""]], inputs: { fileTypeToSelect: "fileTypeToSelect", multiple: "multiple" }, outputs: { submitEmitter: "submit" }, attrs: _c0$2, decls: 1, vars: 1, consts: [[1, "app-file-browser"], [1, "modal-backdrop", "fade"], [1, "modal", "fade", 2, "display", "block"], [1, "modal-dialog"], [1, "modal-content"], [1, "modal-header", "clearfix"], [1, "modal-title", "pull-left"], [3, "click", "hidden"], [1, "wi", "wi-long-arrow-left"], [1, "selected-file-button", "pull-right", 3, "click"], [1, "wi", "wi-refresh"], [1, "modal-body"], [1, "file-info-box"], [1, "modal-footer"], ["type", "button", 1, "btn", "btn-primary"], ["type", "button", 1, "btn", "btn-default", 3, "click"], [1, "file-info", 3, "click"], [1, "file-icon", "wi", "wi-folder"], [3, "class"], [1, "file-name"], ["type", "button", 1, "btn", "btn-primary", 3, "click"], [1, "badge", "badge-light"]], template: function FileBrowserComponent_Template(rf, ctx) { if (rf & 1) {
|
|
389
|
+
i0__namespace.ɵɵtemplate(0, FileBrowserComponent_Conditional_0_Template, 19, 7, "div", 0);
|
|
390
390
|
} if (rf & 2) {
|
|
391
|
-
i0__namespace.ɵɵ
|
|
392
|
-
} },
|
|
391
|
+
i0__namespace.ɵɵconditional(ctx.isVisible && ctx.currentFolder ? 0 : -1);
|
|
392
|
+
} }, encapsulation: 2 }); }
|
|
393
393
|
}
|
|
394
394
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FileBrowserComponent, [{
|
|
395
395
|
type: i0.Component,
|
|
396
|
-
args: [{ selector: '[wmMobileFileBrowser]', template: "<div class=\"app-file-browser\"
|
|
396
|
+
args: [{ selector: '[wmMobileFileBrowser]', template: "@if (isVisible && currentFolder) {\n <div class=\"app-file-browser\">\n <div class=\"modal-backdrop fade\" [class.in]=\"isVisible\"></div>\n <div class=\"modal fade\" style=\"display: block;\" [class.in]=\"isVisible\" >\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header clearfix\">\n <h4 class=\"modal-title pull-left\">\n <span (click)=\"onFileClick(currentFolder.parent)\" [hidden]=\"!!!currentFolder.parent\">\n <i class=\"wi wi-long-arrow-left\"></i>\n </span>\n {{currentFolder.name}}\n </h4>\n <div class=\"selected-file-button pull-right\" (click)=\"refreshFolder()\">\n <i class=\"wi wi-refresh\"></i>\n </div>\n </div>\n <div class=\"modal-body\">\n @for (file of currentFolder.files; track file) {\n <div class=\"file-info-box\">\n <div class=\"file-info\" [class.bg-primary]=\"file.isSelected\" (click)=\"onFileClick(file)\">\n @if (!file.isFile) {\n <i class=\"file-icon wi wi-folder\"></i>\n }\n @if (file.isFile) {\n <i class=\"file-icon wi wi-file {{getFileExtension(file.name)}}\"></i>\n }\n <span class=\"file-name\">{{file.name}}</span>\n </div>\n </div>\n }\n </div>\n <div class=\"modal-footer\">\n @if (selectedFiles && selectedFiles.length > 0) {\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"submit()\">\n Done <span class=\"badge badge-light\">{{selectedFiles.length}}</span>\n </button>\n }\n <button type=\"button\" class=\"btn btn-default\" (click)=\"show = false;\">Close</button>\n </div>\n </div>\n </div>\n </div>\n </div>\n}" }]
|
|
397
397
|
}], () => [{ type: i1__namespace.DeviceService }], { fileTypeToSelect: [{
|
|
398
398
|
type: i0.Input
|
|
399
399
|
}], multiple: [{
|
|
@@ -541,12 +541,12 @@
|
|
|
541
541
|
};
|
|
542
542
|
|
|
543
543
|
const _c0$1 = ["wmNetworkInfoToaster", ""];
|
|
544
|
-
function
|
|
544
|
+
function NetworkInfoToasterComponent_Conditional_0_Case_1_Template(rf, ctx) { if (rf & 1) {
|
|
545
545
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
546
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
547
|
-
i0__namespace.ɵɵelement(1, "label",
|
|
548
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
549
|
-
i0__namespace.ɵɵlistener("click", function
|
|
546
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
547
|
+
i0__namespace.ɵɵelement(1, "label", 2);
|
|
548
|
+
i0__namespace.ɵɵelementStart(2, "button", 3);
|
|
549
|
+
i0__namespace.ɵɵlistener("click", function NetworkInfoToasterComponent_Conditional_0_Case_1_Template_button_click_2_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
550
550
|
i0__namespace.ɵɵelementEnd()();
|
|
551
551
|
} if (rf & 2) {
|
|
552
552
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
@@ -555,12 +555,12 @@
|
|
|
555
555
|
i0__namespace.ɵɵadvance();
|
|
556
556
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_HIDE_NETWORK_INFO);
|
|
557
557
|
} }
|
|
558
|
-
function
|
|
558
|
+
function NetworkInfoToasterComponent_Conditional_0_Case_2_Template(rf, ctx) { if (rf & 1) {
|
|
559
559
|
const _r3 = i0__namespace.ɵɵgetCurrentView();
|
|
560
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
561
|
-
i0__namespace.ɵɵelement(1, "label",
|
|
562
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
563
|
-
i0__namespace.ɵɵlistener("click", function
|
|
560
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
561
|
+
i0__namespace.ɵɵelement(1, "label", 2);
|
|
562
|
+
i0__namespace.ɵɵelementStart(2, "button", 3);
|
|
563
|
+
i0__namespace.ɵɵlistener("click", function NetworkInfoToasterComponent_Conditional_0_Case_2_Template_button_click_2_listener() { i0__namespace.ɵɵrestoreView(_r3); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
564
564
|
i0__namespace.ɵɵelementEnd()();
|
|
565
565
|
} if (rf & 2) {
|
|
566
566
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
@@ -569,15 +569,15 @@
|
|
|
569
569
|
i0__namespace.ɵɵadvance();
|
|
570
570
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_HIDE_NETWORK_INFO);
|
|
571
571
|
} }
|
|
572
|
-
function
|
|
572
|
+
function NetworkInfoToasterComponent_Conditional_0_Case_3_Template(rf, ctx) { if (rf & 1) {
|
|
573
573
|
const _r4 = i0__namespace.ɵɵgetCurrentView();
|
|
574
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
575
|
-
i0__namespace.ɵɵelement(1, "label",
|
|
576
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
577
|
-
i0__namespace.ɵɵlistener("click", function
|
|
574
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
575
|
+
i0__namespace.ɵɵelement(1, "label", 2);
|
|
576
|
+
i0__namespace.ɵɵelementStart(2, "button", 3);
|
|
577
|
+
i0__namespace.ɵɵlistener("click", function NetworkInfoToasterComponent_Conditional_0_Case_3_Template_button_click_2_listener() { i0__namespace.ɵɵrestoreView(_r4); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
578
578
|
i0__namespace.ɵɵelementEnd();
|
|
579
|
-
i0__namespace.ɵɵelementStart(3, "button",
|
|
580
|
-
i0__namespace.ɵɵlistener("click", function
|
|
579
|
+
i0__namespace.ɵɵelementStart(3, "button", 4);
|
|
580
|
+
i0__namespace.ɵɵlistener("click", function NetworkInfoToasterComponent_Conditional_0_Case_3_Template_button_click_3_listener() { i0__namespace.ɵɵrestoreView(_r4); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.connect()); });
|
|
581
581
|
i0__namespace.ɵɵelementEnd()();
|
|
582
582
|
} if (rf & 2) {
|
|
583
583
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
@@ -588,41 +588,33 @@
|
|
|
588
588
|
i0__namespace.ɵɵadvance();
|
|
589
589
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_CONNECT_TO_SERVICE);
|
|
590
590
|
} }
|
|
591
|
-
function
|
|
592
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
593
|
-
i0__namespace.ɵɵelement(1, "label",
|
|
591
|
+
function NetworkInfoToasterComponent_Conditional_0_Case_4_Template(rf, ctx) { if (rf & 1) {
|
|
592
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
593
|
+
i0__namespace.ɵɵelement(1, "label", 2);
|
|
594
594
|
i0__namespace.ɵɵelementEnd();
|
|
595
595
|
} if (rf & 2) {
|
|
596
596
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
597
597
|
i0__namespace.ɵɵadvance();
|
|
598
598
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.appLocale.MESSAGE_SERVICE_CONNECTING);
|
|
599
599
|
} }
|
|
600
|
-
function
|
|
601
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
602
|
-
i0__namespace.ɵɵelement(1, "label",
|
|
600
|
+
function NetworkInfoToasterComponent_Conditional_0_Case_5_Template(rf, ctx) { if (rf & 1) {
|
|
601
|
+
i0__namespace.ɵɵelementStart(0, "div", 1);
|
|
602
|
+
i0__namespace.ɵɵelement(1, "label", 2);
|
|
603
603
|
i0__namespace.ɵɵelementEnd();
|
|
604
604
|
} if (rf & 2) {
|
|
605
605
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
606
606
|
i0__namespace.ɵɵadvance();
|
|
607
607
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.appLocale.MESSAGE_SERVICE_CONNECTED);
|
|
608
608
|
} }
|
|
609
|
-
function
|
|
610
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
611
|
-
i0__namespace.ɵɵtemplate(1,
|
|
609
|
+
function NetworkInfoToasterComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
610
|
+
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
611
|
+
i0__namespace.ɵɵtemplate(1, NetworkInfoToasterComponent_Conditional_0_Case_1_Template, 3, 2, "div", 1)(2, NetworkInfoToasterComponent_Conditional_0_Case_2_Template, 3, 2, "div", 1)(3, NetworkInfoToasterComponent_Conditional_0_Case_3_Template, 4, 3, "div", 1)(4, NetworkInfoToasterComponent_Conditional_0_Case_4_Template, 2, 1, "div", 1)(5, NetworkInfoToasterComponent_Conditional_0_Case_5_Template, 2, 1, "div", 1);
|
|
612
612
|
i0__namespace.ɵɵelementEnd();
|
|
613
613
|
} if (rf & 2) {
|
|
614
|
+
let tmp_1_0;
|
|
614
615
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
615
|
-
i0__namespace.ɵɵproperty("ngSwitch", ctx_r1.networkState);
|
|
616
616
|
i0__namespace.ɵɵadvance();
|
|
617
|
-
i0__namespace.ɵɵ
|
|
618
|
-
i0__namespace.ɵɵadvance();
|
|
619
|
-
i0__namespace.ɵɵproperty("ngSwitchCase", -2);
|
|
620
|
-
i0__namespace.ɵɵadvance();
|
|
621
|
-
i0__namespace.ɵɵproperty("ngSwitchCase", -1);
|
|
622
|
-
i0__namespace.ɵɵadvance();
|
|
623
|
-
i0__namespace.ɵɵproperty("ngSwitchCase", 0);
|
|
624
|
-
i0__namespace.ɵɵadvance();
|
|
625
|
-
i0__namespace.ɵɵproperty("ngSwitchCase", 1);
|
|
617
|
+
i0__namespace.ɵɵconditional((tmp_1_0 = ctx_r1.networkState) === -3 ? 1 : tmp_1_0 === -2 ? 2 : tmp_1_0 === -1 ? 3 : tmp_1_0 === 0 ? 4 : tmp_1_0 === 1 ? 5 : -1);
|
|
626
618
|
} }
|
|
627
619
|
const DEFAULT_CLS = 'network-info-toaster';
|
|
628
620
|
const WIDGET_CONFIG = { widgetType: 'wm-network-info-toaster', hostClass: DEFAULT_CLS };
|
|
@@ -694,17 +686,17 @@
|
|
|
694
686
|
static { this.ɵfac = function NetworkInfoToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NetworkInfoToasterComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace.NetworkService), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.App), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
695
687
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: NetworkInfoToasterComponent, selectors: [["", "wmNetworkInfoToaster", ""]], features: [i0__namespace.ɵɵProvidersFeature([
|
|
696
688
|
i5.provideAsWidgetRef(NetworkInfoToasterComponent)
|
|
697
|
-
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$1, decls: 1, vars: 1, consts: [[
|
|
698
|
-
i0__namespace.ɵɵtemplate(0,
|
|
689
|
+
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$1, decls: 1, vars: 1, consts: [[1, "network-info-toaster-content"], [1, "info"], [1, "message", 3, "textContent"], [1, "btn", "btn-default", "hide-btn", 3, "click", "textContent"], [1, "btn", "btn-primary", "connect-btn", 3, "click", "textContent"]], template: function NetworkInfoToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
690
|
+
i0__namespace.ɵɵtemplate(0, NetworkInfoToasterComponent_Conditional_0_Template, 6, 1, "div", 0);
|
|
699
691
|
} if (rf & 2) {
|
|
700
|
-
i0__namespace.ɵɵ
|
|
701
|
-
} }, dependencies: [
|
|
692
|
+
i0__namespace.ɵɵconditional(ctx.showMessage ? 0 : -1);
|
|
693
|
+
} }, dependencies: [i5__namespace.TextContentDirective], encapsulation: 2 }); }
|
|
702
694
|
}
|
|
703
695
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NetworkInfoToasterComponent, [{
|
|
704
696
|
type: i0.Component,
|
|
705
697
|
args: [{ selector: '[wmNetworkInfoToaster]', providers: [
|
|
706
698
|
i5.provideAsWidgetRef(NetworkInfoToasterComponent)
|
|
707
|
-
], template: "<div class=\"network-info-toaster-content\"
|
|
699
|
+
], template: "@if (showMessage) {\n <div class=\"network-info-toaster-content\">\n @switch (networkState) {\n @case (-3) {\n <div class=\"info\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_NETWORK_NOT_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n </div>\n }\n @case (-2) {\n <div class=\"info\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_NOT_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n </div>\n }\n @case (-1) {\n <div class=\"info\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_AVAILABLE\"></label>\n <button class=\"btn btn-default hide-btn\" (click)=\"hideMessage()\" [textContent]=\"appLocale.LABEL_HIDE_NETWORK_INFO\"></button>\n <button class=\"btn btn-primary connect-btn\" (click)=\"connect()\" [textContent]=\"appLocale.LABEL_CONNECT_TO_SERVICE\"></button>\n </div>\n }\n @case (0) {\n <div class=\"info\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTING\"></label>\n </div>\n }\n @case (1) {\n <div class=\"info\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTED\"></label>\n </div>\n }\n }\n </div>\n}" }]
|
|
708
700
|
}], () => [{ type: i1__namespace.NetworkService }, { type: i1$1__namespace.App }, { type: i0__namespace.Injector }, { type: undefined, decorators: [{
|
|
709
701
|
type: i0.Inject,
|
|
710
702
|
args: ['EXPLICIT_CONTEXT']
|
|
@@ -715,11 +707,11 @@
|
|
|
715
707
|
|
|
716
708
|
const _c0 = ["wmProcessManager", ""];
|
|
717
709
|
const _c1 = a0 => ({ instance: a0 });
|
|
718
|
-
function
|
|
719
|
-
function
|
|
710
|
+
function ProcessManagerComponent_Conditional_0_For_4_ng_template_8_Template(rf, ctx) { }
|
|
711
|
+
function ProcessManagerComponent_Conditional_0_For_4_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
720
712
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
721
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
722
|
-
i0__namespace.ɵɵlistener("click", function
|
|
713
|
+
i0__namespace.ɵɵelementStart(0, "button", 13);
|
|
714
|
+
i0__namespace.ɵɵlistener("click", function ProcessManagerComponent_Conditional_0_For_4_Conditional_9_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const instance_r2 = i0__namespace.ɵɵnextContext().$implicit; return i0__namespace.ɵɵresetView(instance_r2.onStop()); });
|
|
723
715
|
i0__namespace.ɵɵtext(1);
|
|
724
716
|
i0__namespace.ɵɵelementEnd();
|
|
725
717
|
} if (rf & 2) {
|
|
@@ -727,15 +719,15 @@
|
|
|
727
719
|
i0__namespace.ɵɵadvance();
|
|
728
720
|
i0__namespace.ɵɵtextInterpolate1(" ", instance_r2.stopButtonLabel, " ");
|
|
729
721
|
} }
|
|
730
|
-
function
|
|
731
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
722
|
+
function ProcessManagerComponent_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
723
|
+
i0__namespace.ɵɵelementStart(0, "li", 4)(1, "div", 5)(2, "div", 6)(3, "label", 7);
|
|
732
724
|
i0__namespace.ɵɵtext(4);
|
|
733
725
|
i0__namespace.ɵɵelementEnd()();
|
|
734
|
-
i0__namespace.ɵɵelementStart(5, "div",
|
|
726
|
+
i0__namespace.ɵɵelementStart(5, "div", 8)(6, "label", 9);
|
|
735
727
|
i0__namespace.ɵɵtext(7);
|
|
736
728
|
i0__namespace.ɵɵelementEnd()()();
|
|
737
|
-
i0__namespace.ɵɵtemplate(8,
|
|
738
|
-
i0__namespace.ɵɵelement(10, "div",
|
|
729
|
+
i0__namespace.ɵɵtemplate(8, ProcessManagerComponent_Conditional_0_For_4_ng_template_8_Template, 0, 0, "ng-template", 10)(9, ProcessManagerComponent_Conditional_0_For_4_Conditional_9_Template, 2, 1, "button", 11);
|
|
730
|
+
i0__namespace.ɵɵelement(10, "div", 12);
|
|
739
731
|
i0__namespace.ɵɵelementEnd();
|
|
740
732
|
} if (rf & 2) {
|
|
741
733
|
const instance_r2 = ctx.$implicit;
|
|
@@ -748,10 +740,10 @@
|
|
|
748
740
|
i0__namespace.ɵɵadvance();
|
|
749
741
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", progressTemplate_r3)("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction1(5, _c1, instance_r2));
|
|
750
742
|
i0__namespace.ɵɵadvance();
|
|
751
|
-
i0__namespace.ɵɵ
|
|
743
|
+
i0__namespace.ɵɵconditional(instance_r2.onStop ? 9 : -1);
|
|
752
744
|
} }
|
|
753
|
-
function
|
|
754
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
745
|
+
function ProcessManagerComponent_Conditional_0_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
746
|
+
i0__namespace.ɵɵelementStart(0, "li", 4)(1, "label", 14);
|
|
755
747
|
i0__namespace.ɵɵtext(2);
|
|
756
748
|
i0__namespace.ɵɵelementEnd()();
|
|
757
749
|
} if (rf & 2) {
|
|
@@ -759,21 +751,20 @@
|
|
|
759
751
|
i0__namespace.ɵɵadvance(2);
|
|
760
752
|
i0__namespace.ɵɵtextInterpolate1(" (", ctx_r3.queue.length, ") queued ");
|
|
761
753
|
} }
|
|
762
|
-
function
|
|
763
|
-
i0__namespace.ɵɵ
|
|
764
|
-
i0__namespace.ɵɵ
|
|
765
|
-
i0__namespace.ɵɵtemplate(
|
|
754
|
+
function ProcessManagerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
755
|
+
i0__namespace.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "ul", 3);
|
|
756
|
+
i0__namespace.ɵɵrepeaterCreate(3, ProcessManagerComponent_Conditional_0_For_4_Template, 11, 7, "li", 4, i0__namespace.ɵɵrepeaterTrackByIdentity);
|
|
757
|
+
i0__namespace.ɵɵtemplate(5, ProcessManagerComponent_Conditional_0_Conditional_5_Template, 3, 1, "li", 4);
|
|
766
758
|
i0__namespace.ɵɵelementEnd()()();
|
|
767
|
-
i0__namespace.ɵɵelementContainerEnd();
|
|
768
759
|
} if (rf & 2) {
|
|
769
760
|
const ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
770
|
-
i0__namespace.ɵɵadvance(
|
|
771
|
-
i0__namespace.ɵɵ
|
|
772
|
-
i0__namespace.ɵɵadvance();
|
|
773
|
-
i0__namespace.ɵɵ
|
|
761
|
+
i0__namespace.ɵɵadvance(3);
|
|
762
|
+
i0__namespace.ɵɵrepeater(ctx_r3.getVisibleInstances(ctx_r3.instances));
|
|
763
|
+
i0__namespace.ɵɵadvance(2);
|
|
764
|
+
i0__namespace.ɵɵconditional(ctx_r3.queue.length > 0 ? 5 : -1);
|
|
774
765
|
} }
|
|
775
766
|
function ProcessManagerComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
776
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
767
|
+
i0__namespace.ɵɵelement(0, "div", 15);
|
|
777
768
|
} }
|
|
778
769
|
const MAX_PROCESS = 3;
|
|
779
770
|
class ProcessManagerComponent {
|
|
@@ -867,17 +858,17 @@
|
|
|
867
858
|
static { this.ɵfac = function ProcessManagerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProcessManagerComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); }; }
|
|
868
859
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: ProcessManagerComponent, selectors: [["", "wmProcessManager", ""]], features: [i0__namespace.ɵɵProvidersFeature([
|
|
869
860
|
i5.provideAsWidgetRef(ProcessManagerComponent)
|
|
870
|
-
])], attrs: _c0, decls: 3, vars: 1, consts: [["progressTemplate", ""], [
|
|
871
|
-
i0__namespace.ɵɵtemplate(0,
|
|
861
|
+
])], attrs: _c0, decls: 3, vars: 1, consts: [["progressTemplate", ""], [1, "modal-dialog", "app-dialog"], [1, "modal-content"], [1, "instance-list", "list-unstyled"], [1, "instance-list-item"], [1, "row"], [1, "col-xs-8"], [1, "app-global-progress-bar-name", "h6"], [1, "col-xs-4", "app-global-progress-bar-progress-label-col"], [1, "app-global-progress-bar-progress-label", "h6"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "btn", "btn-secondary", "pull-right", "stop-btn"], [2, "clear", "both"], [1, "btn", "btn-secondary", "pull-right", "stop-btn", 3, "click"], [1, "global-progress-bar-ui-primary-label", "h6"], ["wmProgressBar", "", "minvalue.bind", "instance.min", "maxvalue.bind", "instance.max", "datavalue.bind", "instance.value"]], template: function ProcessManagerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
862
|
+
i0__namespace.ɵɵtemplate(0, ProcessManagerComponent_Conditional_0_Template, 6, 1, "div", 1)(1, ProcessManagerComponent_ng_template_1_Template, 1, 0, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
|
|
872
863
|
} if (rf & 2) {
|
|
873
|
-
i0__namespace.ɵɵ
|
|
874
|
-
} }, dependencies: [
|
|
864
|
+
i0__namespace.ɵɵconditional(ctx.instances.length > 0 ? 0 : -1);
|
|
865
|
+
} }, dependencies: [i1$2__namespace.NgTemplateOutlet, i2$1__namespace.ProgressBarComponent], encapsulation: 2 }); }
|
|
875
866
|
}
|
|
876
867
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ProcessManagerComponent, [{
|
|
877
868
|
type: i0.Component,
|
|
878
869
|
args: [{ selector: '[wmProcessManager]', providers: [
|
|
879
870
|
i5.provideAsWidgetRef(ProcessManagerComponent)
|
|
880
|
-
], template: "
|
|
871
|
+
], template: "@if (instances.length > 0) {\n <div class=\"modal-dialog app-dialog\">\n <div class=\"modal-content\">\n <ul class=\"instance-list list-unstyled\">\n @for (instance of getVisibleInstances(instances); track instance; let i = $index) {\n <li class=\"instance-list-item\">\n <div class=\"row\">\n <div class=\"col-xs-8\">\n <label class=\"app-global-progress-bar-name h6\">{{instance.name}}</label>\n </div>\n <div class=\"col-xs-4 app-global-progress-bar-progress-label-col\">\n <label class=\"app-global-progress-bar-progress-label h6\">\n {{instance.progressLabel}}</label>\n </div>\n </div>\n <ng-template [ngTemplateOutlet]=\"progressTemplate\" [ngTemplateOutletContext]=\"{instance: instance}\"></ng-template>\n @if (instance.onStop) {\n <button class=\"btn btn-secondary pull-right stop-btn\" (click)=\"instance.onStop();\">\n {{instance.stopButtonLabel}}\n </button>\n }\n <div style=\"clear: both;\"></div>\n </li>\n }\n @if (queue.length > 0) {\n <li class=\"instance-list-item\">\n <label class=\"global-progress-bar-ui-primary-label h6\">\n ({{queue.length}}) queued\n </label>\n </li>\n }\n </ul>\n </div>\n </div>\n}\n<ng-template #progressTemplate let-instance=\"instance\">\n <div wmProgressBar minvalue.bind=\"instance.min\" maxvalue.bind=\"instance.max\" datavalue.bind=\"instance.value\"></div>\n</ng-template>" }]
|
|
881
872
|
}], () => [{ type: i0__namespace.ElementRef }], null); })();
|
|
882
873
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(ProcessManagerComponent, { className: "ProcessManagerComponent", filePath: "process-manager/process-manager.component.ts", lineNumber: 33 }); })();
|
|
883
874
|
|
|
@@ -937,7 +928,7 @@
|
|
|
937
928
|
class BasicModule {
|
|
938
929
|
static { this.ɵfac = function BasicModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BasicModule)(); }; }
|
|
939
930
|
static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: BasicModule }); }
|
|
940
|
-
static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [
|
|
931
|
+
static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [i1$2.CommonModule,
|
|
941
932
|
i2$1.ProgressModule,
|
|
942
933
|
i5.WmComponentsModule] }); }
|
|
943
934
|
}
|
|
@@ -945,7 +936,7 @@
|
|
|
945
936
|
type: i0.NgModule,
|
|
946
937
|
args: [{
|
|
947
938
|
imports: [
|
|
948
|
-
|
|
939
|
+
i1$2.CommonModule,
|
|
949
940
|
i2$1.ProgressModule,
|
|
950
941
|
i5.WmComponentsModule
|
|
951
942
|
],
|
|
@@ -958,7 +949,7 @@
|
|
|
958
949
|
FileBrowserComponent,
|
|
959
950
|
ImageCacheDirective,
|
|
960
951
|
NetworkInfoToasterComponent,
|
|
961
|
-
ProcessManagerComponent], imports: [
|
|
952
|
+
ProcessManagerComponent], imports: [i1$2.CommonModule,
|
|
962
953
|
i2$1.ProgressModule,
|
|
963
954
|
i5.WmComponentsModule], exports: [AnchorDirective,
|
|
964
955
|
AppUpdateComponent,
|