@wavemaker/app-ng-runtime 11.10.3-next.25128 → 11.10.3-rc.6079
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/components/basic/default/bundles/index.umd.js +68 -68
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +15 -14
- package/components/basic/default/fesm2022/index.mjs +68 -68
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +17 -16
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
- package/components/basic/progress/fesm2022/index.mjs +9 -8
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +67 -63
- package/components/basic/search/esm2022/search.component.mjs +67 -63
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +67 -63
- 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 +96 -91
- package/components/data/form/esm2022/form.component.mjs +97 -92
- package/components/data/form/fesm2022/index.mjs +96 -91
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +173 -171
- package/components/data/list/esm2022/list.component.mjs +173 -171
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +173 -171
- 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 +38 -39
- package/components/data/table/esm2022/table.component.mjs +39 -40
- package/components/data/table/fesm2022/index.mjs +38 -39
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/bundles/index.umd.js +95 -66
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
- package/components/dialogs/default/fesm2022/index.mjs +95 -66
- 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 +25 -24
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
- 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 +209 -201
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
- package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
- package/components/input/default/esm2022/select/select.component.mjs +27 -21
- 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 +209 -201
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +164 -171
- package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
- package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
- package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
- package/components/input/epoch/fesm2022/index.mjs +117 -124
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +114 -111
- package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
- package/components/input/file-upload/fesm2022/index.mjs +114 -111
- 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 +40 -39
- package/components/input/slider/esm2022/slider.component.mjs +11 -10
- package/components/input/slider/fesm2022/index.mjs +10 -9
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
- package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +71 -69
- 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 +26 -22
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
- package/components/navigation/menu/fesm2022/index.mjs +71 -69
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- 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 +111 -102
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
- package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
- 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 +9 -8
- 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 +215 -219
- package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
- package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
- package/runtime/base/fesm2022/index.mjs +95 -99
- package/runtime/base/fesm2022/index.mjs.map +1 -1
|
@@ -9,7 +9,7 @@ import * as i3 from '@awesome-cordova-plugins/file-opener/ngx';
|
|
|
9
9
|
import * as i1$1 from '@wm/core';
|
|
10
10
|
import { addClass, setCSS, hasCordova, noop, removeClass, isIos, $appDigest, convertToBlob, transformFileURI, setAttr, removeAttr } from '@wm/core';
|
|
11
11
|
import * as i1 from '@wm/mobile/core';
|
|
12
|
-
import * as
|
|
12
|
+
import * as i3$1 from '@angular/common';
|
|
13
13
|
import { CommonModule } from '@angular/common';
|
|
14
14
|
import * as i2$1 from '@wm/components/basic/progress';
|
|
15
15
|
import { ProgressModule } from '@wm/components/basic/progress';
|
|
@@ -159,22 +159,22 @@ class AppUpdateComponent {
|
|
|
159
159
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppUpdateComponent, { className: "AppUpdateComponent", filePath: "app-update/app-update.component.ts", lineNumber: 20 }); })();
|
|
160
160
|
|
|
161
161
|
const _c0$2 = ["wmMobileFileBrowser", ""];
|
|
162
|
-
function
|
|
163
|
-
i0.ɵɵelement(0, "i",
|
|
162
|
+
function FileBrowserComponent_div_0_div_13_i_2_Template(rf, ctx) { if (rf & 1) {
|
|
163
|
+
i0.ɵɵelement(0, "i", 22);
|
|
164
164
|
} }
|
|
165
|
-
function
|
|
165
|
+
function FileBrowserComponent_div_0_div_13_i_3_Template(rf, ctx) { if (rf & 1) {
|
|
166
166
|
i0.ɵɵelement(0, "i");
|
|
167
167
|
} if (rf & 2) {
|
|
168
168
|
const file_r4 = i0.ɵɵnextContext().$implicit;
|
|
169
169
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
170
170
|
i0.ɵɵclassMapInterpolate1("file-icon wi wi-file ", ctx_r1.getFileExtension(file_r4.name), "");
|
|
171
171
|
} }
|
|
172
|
-
function
|
|
172
|
+
function FileBrowserComponent_div_0_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
173
173
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
174
|
-
i0.ɵɵelementStart(0, "div",
|
|
175
|
-
i0.ɵɵlistener("click", function
|
|
176
|
-
i0.ɵɵtemplate(2,
|
|
177
|
-
i0.ɵɵelementStart(4, "span",
|
|
174
|
+
i0.ɵɵelementStart(0, "div", 17)(1, "div", 18);
|
|
175
|
+
i0.ɵɵlistener("click", function FileBrowserComponent_div_0_div_13_Template_div_click_1_listener() { const file_r4 = i0.ɵɵrestoreView(_r3).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onFileClick(file_r4)); });
|
|
176
|
+
i0.ɵɵtemplate(2, FileBrowserComponent_div_0_div_13_i_2_Template, 1, 0, "i", 19)(3, FileBrowserComponent_div_0_div_13_i_3_Template, 1, 3, "i", 20);
|
|
177
|
+
i0.ɵɵelementStart(4, "span", 21);
|
|
178
178
|
i0.ɵɵtext(5);
|
|
179
179
|
i0.ɵɵelementEnd()()();
|
|
180
180
|
} if (rf & 2) {
|
|
@@ -182,18 +182,18 @@ function FileBrowserComponent_Conditional_0_For_14_Template(rf, ctx) { if (rf &
|
|
|
182
182
|
i0.ɵɵadvance();
|
|
183
183
|
i0.ɵɵclassProp("bg-primary", file_r4.isSelected);
|
|
184
184
|
i0.ɵɵadvance();
|
|
185
|
-
i0.ɵɵ
|
|
185
|
+
i0.ɵɵproperty("ngIf", !file_r4.isFile);
|
|
186
186
|
i0.ɵɵadvance();
|
|
187
|
-
i0.ɵɵ
|
|
187
|
+
i0.ɵɵproperty("ngIf", file_r4.isFile);
|
|
188
188
|
i0.ɵɵadvance(2);
|
|
189
189
|
i0.ɵɵtextInterpolate(file_r4.name);
|
|
190
190
|
} }
|
|
191
|
-
function
|
|
191
|
+
function FileBrowserComponent_div_0_button_15_Template(rf, ctx) { if (rf & 1) {
|
|
192
192
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
193
|
-
i0.ɵɵelementStart(0, "button",
|
|
194
|
-
i0.ɵɵlistener("click", function
|
|
193
|
+
i0.ɵɵelementStart(0, "button", 23);
|
|
194
|
+
i0.ɵɵlistener("click", function FileBrowserComponent_div_0_button_15_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.submit()); });
|
|
195
195
|
i0.ɵɵtext(1, " Done ");
|
|
196
|
-
i0.ɵɵelementStart(2, "span",
|
|
196
|
+
i0.ɵɵelementStart(2, "span", 24);
|
|
197
197
|
i0.ɵɵtext(3);
|
|
198
198
|
i0.ɵɵelementEnd()();
|
|
199
199
|
} if (rf & 2) {
|
|
@@ -201,28 +201,28 @@ function FileBrowserComponent_Conditional_0_Conditional_16_Template(rf, ctx) { i
|
|
|
201
201
|
i0.ɵɵadvance(3);
|
|
202
202
|
i0.ɵɵtextInterpolate(ctx_r1.selectedFiles.length);
|
|
203
203
|
} }
|
|
204
|
-
function
|
|
204
|
+
function FileBrowserComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
205
205
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
206
|
-
i0.ɵɵelementStart(0, "div",
|
|
207
|
-
i0.ɵɵelement(1, "div",
|
|
208
|
-
i0.ɵɵelementStart(2, "div",
|
|
209
|
-
i0.ɵɵlistener("click", function
|
|
210
|
-
i0.ɵɵelement(8, "i",
|
|
206
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
207
|
+
i0.ɵɵelement(1, "div", 2);
|
|
208
|
+
i0.ɵɵelementStart(2, "div", 3)(3, "div", 4)(4, "div", 5)(5, "div", 6)(6, "h4", 7)(7, "span", 8);
|
|
209
|
+
i0.ɵɵlistener("click", function FileBrowserComponent_div_0_Template_span_click_7_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFileClick(ctx_r1.currentFolder.parent)); });
|
|
210
|
+
i0.ɵɵelement(8, "i", 9);
|
|
211
211
|
i0.ɵɵelementEnd();
|
|
212
212
|
i0.ɵɵtext(9);
|
|
213
213
|
i0.ɵɵelementEnd();
|
|
214
|
-
i0.ɵɵelementStart(10, "div",
|
|
215
|
-
i0.ɵɵlistener("click", function
|
|
216
|
-
i0.ɵɵelement(11, "i",
|
|
214
|
+
i0.ɵɵelementStart(10, "div", 10);
|
|
215
|
+
i0.ɵɵlistener("click", function FileBrowserComponent_div_0_Template_div_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.refreshFolder()); });
|
|
216
|
+
i0.ɵɵelement(11, "i", 11);
|
|
217
217
|
i0.ɵɵelementEnd()();
|
|
218
|
-
i0.ɵɵelementStart(12, "div",
|
|
219
|
-
i0.ɵɵ
|
|
218
|
+
i0.ɵɵelementStart(12, "div", 12);
|
|
219
|
+
i0.ɵɵtemplate(13, FileBrowserComponent_div_0_div_13_Template, 6, 5, "div", 13);
|
|
220
220
|
i0.ɵɵelementEnd();
|
|
221
|
-
i0.ɵɵelementStart(
|
|
222
|
-
i0.ɵɵtemplate(
|
|
223
|
-
i0.ɵɵelementStart(
|
|
224
|
-
i0.ɵɵlistener("click", function
|
|
225
|
-
i0.ɵɵtext(
|
|
221
|
+
i0.ɵɵelementStart(14, "div", 14);
|
|
222
|
+
i0.ɵɵtemplate(15, FileBrowserComponent_div_0_button_15_Template, 4, 1, "button", 15);
|
|
223
|
+
i0.ɵɵelementStart(16, "button", 16);
|
|
224
|
+
i0.ɵɵlistener("click", function FileBrowserComponent_div_0_Template_button_click_16_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.show = false); });
|
|
225
|
+
i0.ɵɵtext(17, "Close");
|
|
226
226
|
i0.ɵɵelementEnd()()()()()();
|
|
227
227
|
} if (rf & 2) {
|
|
228
228
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -235,9 +235,9 @@ function FileBrowserComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
235
235
|
i0.ɵɵadvance(2);
|
|
236
236
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.currentFolder.name, " ");
|
|
237
237
|
i0.ɵɵadvance(4);
|
|
238
|
-
i0.ɵɵ
|
|
239
|
-
i0.ɵɵadvance(
|
|
240
|
-
i0.ɵɵ
|
|
238
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.currentFolder.files);
|
|
239
|
+
i0.ɵɵadvance(2);
|
|
240
|
+
i0.ɵɵproperty("ngIf", ctx_r1.selectedFiles && ctx_r1.selectedFiles.length > 0);
|
|
241
241
|
} }
|
|
242
242
|
class FileBrowserComponent {
|
|
243
243
|
constructor(deviceService) {
|
|
@@ -368,15 +368,15 @@ class FileBrowserComponent {
|
|
|
368
368
|
file.isSelected = true;
|
|
369
369
|
}
|
|
370
370
|
static { this.ɵfac = function FileBrowserComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileBrowserComponent)(i0.ɵɵdirectiveInject(i1.DeviceService)); }; }
|
|
371
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵ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"], [
|
|
372
|
-
i0.ɵɵtemplate(0,
|
|
371
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileBrowserComponent, selectors: [["", "wmMobileFileBrowser", ""]], inputs: { fileTypeToSelect: "fileTypeToSelect", multiple: "multiple" }, outputs: { submitEmitter: "submit" }, attrs: _c0$2, decls: 1, vars: 1, consts: [["class", "app-file-browser", 4, "ngIf"], [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"], ["class", "file-info-box", 4, "ngFor", "ngForOf"], [1, "modal-footer"], ["type", "button", "class", "btn btn-primary", 3, "click", 4, "ngIf"], ["type", "button", 1, "btn", "btn-default", 3, "click"], [1, "file-info-box"], [1, "file-info", 3, "click"], ["class", "file-icon wi wi-folder", 4, "ngIf"], [3, "class", 4, "ngIf"], [1, "file-name"], [1, "file-icon", "wi", "wi-folder"], ["type", "button", 1, "btn", "btn-primary", 3, "click"], [1, "badge", "badge-light"]], template: function FileBrowserComponent_Template(rf, ctx) { if (rf & 1) {
|
|
372
|
+
i0.ɵɵtemplate(0, FileBrowserComponent_div_0_Template, 18, 8, "div", 0);
|
|
373
373
|
} if (rf & 2) {
|
|
374
|
-
i0.ɵɵ
|
|
375
|
-
} }, encapsulation: 2 }); }
|
|
374
|
+
i0.ɵɵproperty("ngIf", ctx.isVisible && ctx.currentFolder);
|
|
375
|
+
} }, dependencies: [i3$1.NgForOf, i3$1.NgIf], encapsulation: 2 }); }
|
|
376
376
|
}
|
|
377
377
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileBrowserComponent, [{
|
|
378
378
|
type: Component,
|
|
379
|
-
args: [{ selector: '[wmMobileFileBrowser]', template: "
|
|
379
|
+
args: [{ selector: '[wmMobileFileBrowser]', template: "<div class=\"app-file-browser\" *ngIf=\"isVisible && currentFolder\">\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 <div class=\"file-info-box\" *ngFor=\"let file of currentFolder.files\">\n <div class=\"file-info\" [class.bg-primary]=\"file.isSelected\" (click)=\"onFileClick(file)\">\n <i class=\"file-icon wi wi-folder\" *ngIf=\"!file.isFile\"></i>\n <i class=\"file-icon wi wi-file {{getFileExtension(file.name)}}\" *ngIf=\"file.isFile\"></i>\n <span class=\"file-name\">{{file.name}}</span>\n </div>\n </div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" *ngIf=\"selectedFiles && selectedFiles.length > 0\" (click)=\"submit()\">\n Done <span class=\"badge badge-light\">{{selectedFiles.length}}</span>\n </button>\n <button type=\"button\" class=\"btn btn-default\" (click)=\"show = false;\">Close</button>\n </div>\n </div>\n </div>\n </div>\n</div>" }]
|
|
380
380
|
}], () => [{ type: i1.DeviceService }], { fileTypeToSelect: [{
|
|
381
381
|
type: Input
|
|
382
382
|
}], multiple: [{
|
|
@@ -524,12 +524,12 @@ const registerProps = () => {
|
|
|
524
524
|
};
|
|
525
525
|
|
|
526
526
|
const _c0$1 = ["wmNetworkInfoToaster", ""];
|
|
527
|
-
function
|
|
527
|
+
function NetworkInfoToasterComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
528
528
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
529
|
-
i0.ɵɵelementStart(0, "div",
|
|
530
|
-
i0.ɵɵelement(1, "label",
|
|
531
|
-
i0.ɵɵelementStart(2, "button",
|
|
532
|
-
i0.ɵɵlistener("click", function
|
|
529
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
530
|
+
i0.ɵɵelement(1, "label", 4);
|
|
531
|
+
i0.ɵɵelementStart(2, "button", 5);
|
|
532
|
+
i0.ɵɵlistener("click", function NetworkInfoToasterComponent_div_0_div_1_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
533
533
|
i0.ɵɵelementEnd()();
|
|
534
534
|
} if (rf & 2) {
|
|
535
535
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -538,12 +538,12 @@ function NetworkInfoToasterComponent_Conditional_0_Case_1_Template(rf, ctx) { if
|
|
|
538
538
|
i0.ɵɵadvance();
|
|
539
539
|
i0.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_HIDE_NETWORK_INFO);
|
|
540
540
|
} }
|
|
541
|
-
function
|
|
541
|
+
function NetworkInfoToasterComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
542
542
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
543
|
-
i0.ɵɵelementStart(0, "div",
|
|
544
|
-
i0.ɵɵelement(1, "label",
|
|
545
|
-
i0.ɵɵelementStart(2, "button",
|
|
546
|
-
i0.ɵɵlistener("click", function
|
|
543
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
544
|
+
i0.ɵɵelement(1, "label", 4);
|
|
545
|
+
i0.ɵɵelementStart(2, "button", 5);
|
|
546
|
+
i0.ɵɵlistener("click", function NetworkInfoToasterComponent_div_0_div_2_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
547
547
|
i0.ɵɵelementEnd()();
|
|
548
548
|
} if (rf & 2) {
|
|
549
549
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -552,15 +552,15 @@ function NetworkInfoToasterComponent_Conditional_0_Case_2_Template(rf, ctx) { if
|
|
|
552
552
|
i0.ɵɵadvance();
|
|
553
553
|
i0.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_HIDE_NETWORK_INFO);
|
|
554
554
|
} }
|
|
555
|
-
function
|
|
555
|
+
function NetworkInfoToasterComponent_div_0_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
556
556
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
557
|
-
i0.ɵɵelementStart(0, "div",
|
|
558
|
-
i0.ɵɵelement(1, "label",
|
|
559
|
-
i0.ɵɵelementStart(2, "button",
|
|
560
|
-
i0.ɵɵlistener("click", function
|
|
557
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
558
|
+
i0.ɵɵelement(1, "label", 4);
|
|
559
|
+
i0.ɵɵelementStart(2, "button", 5);
|
|
560
|
+
i0.ɵɵlistener("click", function NetworkInfoToasterComponent_div_0_div_3_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.hideMessage()); });
|
|
561
561
|
i0.ɵɵelementEnd();
|
|
562
|
-
i0.ɵɵelementStart(3, "button",
|
|
563
|
-
i0.ɵɵlistener("click", function
|
|
562
|
+
i0.ɵɵelementStart(3, "button", 6);
|
|
563
|
+
i0.ɵɵlistener("click", function NetworkInfoToasterComponent_div_0_div_3_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.connect()); });
|
|
564
564
|
i0.ɵɵelementEnd()();
|
|
565
565
|
} if (rf & 2) {
|
|
566
566
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -571,33 +571,41 @@ function NetworkInfoToasterComponent_Conditional_0_Case_3_Template(rf, ctx) { if
|
|
|
571
571
|
i0.ɵɵadvance();
|
|
572
572
|
i0.ɵɵproperty("textContent", ctx_r1.appLocale.LABEL_CONNECT_TO_SERVICE);
|
|
573
573
|
} }
|
|
574
|
-
function
|
|
575
|
-
i0.ɵɵelementStart(0, "div",
|
|
576
|
-
i0.ɵɵelement(1, "label",
|
|
574
|
+
function NetworkInfoToasterComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
575
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
576
|
+
i0.ɵɵelement(1, "label", 4);
|
|
577
577
|
i0.ɵɵelementEnd();
|
|
578
578
|
} if (rf & 2) {
|
|
579
579
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
580
580
|
i0.ɵɵadvance();
|
|
581
581
|
i0.ɵɵproperty("textContent", ctx_r1.appLocale.MESSAGE_SERVICE_CONNECTING);
|
|
582
582
|
} }
|
|
583
|
-
function
|
|
584
|
-
i0.ɵɵelementStart(0, "div",
|
|
585
|
-
i0.ɵɵelement(1, "label",
|
|
583
|
+
function NetworkInfoToasterComponent_div_0_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
584
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
585
|
+
i0.ɵɵelement(1, "label", 4);
|
|
586
586
|
i0.ɵɵelementEnd();
|
|
587
587
|
} if (rf & 2) {
|
|
588
588
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
589
589
|
i0.ɵɵadvance();
|
|
590
590
|
i0.ɵɵproperty("textContent", ctx_r1.appLocale.MESSAGE_SERVICE_CONNECTED);
|
|
591
591
|
} }
|
|
592
|
-
function
|
|
593
|
-
i0.ɵɵelementStart(0, "div",
|
|
594
|
-
i0.ɵɵtemplate(1,
|
|
592
|
+
function NetworkInfoToasterComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
593
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
594
|
+
i0.ɵɵtemplate(1, NetworkInfoToasterComponent_div_0_div_1_Template, 3, 2, "div", 2)(2, NetworkInfoToasterComponent_div_0_div_2_Template, 3, 2, "div", 2)(3, NetworkInfoToasterComponent_div_0_div_3_Template, 4, 3, "div", 2)(4, NetworkInfoToasterComponent_div_0_div_4_Template, 2, 1, "div", 2)(5, NetworkInfoToasterComponent_div_0_div_5_Template, 2, 1, "div", 2);
|
|
595
595
|
i0.ɵɵelementEnd();
|
|
596
596
|
} if (rf & 2) {
|
|
597
|
-
let tmp_1_0;
|
|
598
597
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
598
|
+
i0.ɵɵproperty("ngSwitch", ctx_r1.networkState);
|
|
599
599
|
i0.ɵɵadvance();
|
|
600
|
-
i0.ɵɵ
|
|
600
|
+
i0.ɵɵproperty("ngSwitchCase", -3);
|
|
601
|
+
i0.ɵɵadvance();
|
|
602
|
+
i0.ɵɵproperty("ngSwitchCase", -2);
|
|
603
|
+
i0.ɵɵadvance();
|
|
604
|
+
i0.ɵɵproperty("ngSwitchCase", -1);
|
|
605
|
+
i0.ɵɵadvance();
|
|
606
|
+
i0.ɵɵproperty("ngSwitchCase", 0);
|
|
607
|
+
i0.ɵɵadvance();
|
|
608
|
+
i0.ɵɵproperty("ngSwitchCase", 1);
|
|
601
609
|
} }
|
|
602
610
|
const DEFAULT_CLS = 'network-info-toaster';
|
|
603
611
|
const WIDGET_CONFIG = { widgetType: 'wm-network-info-toaster', hostClass: DEFAULT_CLS };
|
|
@@ -669,17 +677,17 @@ class NetworkInfoToasterComponent extends StylableComponent {
|
|
|
669
677
|
static { this.ɵfac = function NetworkInfoToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NetworkInfoToasterComponent)(i0.ɵɵdirectiveInject(i1.NetworkService), i0.ɵɵdirectiveInject(i1$1.App), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
670
678
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NetworkInfoToasterComponent, selectors: [["", "wmNetworkInfoToaster", ""]], features: [i0.ɵɵProvidersFeature([
|
|
671
679
|
provideAsWidgetRef(NetworkInfoToasterComponent)
|
|
672
|
-
]), i0.ɵɵ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) {
|
|
673
|
-
i0.ɵɵtemplate(0,
|
|
680
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$1, decls: 1, vars: 1, consts: [["class", "network-info-toaster-content", 3, "ngSwitch", 4, "ngIf"], [1, "network-info-toaster-content", 3, "ngSwitch"], ["class", "info", 4, "ngSwitchCase"], [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) {
|
|
681
|
+
i0.ɵɵtemplate(0, NetworkInfoToasterComponent_div_0_Template, 6, 6, "div", 0);
|
|
674
682
|
} if (rf & 2) {
|
|
675
|
-
i0.ɵɵ
|
|
676
|
-
} }, dependencies: [i5.TextContentDirective], encapsulation: 2 }); }
|
|
683
|
+
i0.ɵɵproperty("ngIf", ctx.showMessage);
|
|
684
|
+
} }, dependencies: [i3$1.NgIf, i3$1.NgSwitch, i3$1.NgSwitchCase, i5.TextContentDirective], encapsulation: 2 }); }
|
|
677
685
|
}
|
|
678
686
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NetworkInfoToasterComponent, [{
|
|
679
687
|
type: Component,
|
|
680
688
|
args: [{ selector: '[wmNetworkInfoToaster]', providers: [
|
|
681
689
|
provideAsWidgetRef(NetworkInfoToasterComponent)
|
|
682
|
-
], template: "
|
|
690
|
+
], template: "<div class=\"network-info-toaster-content\" [ngSwitch]=\"networkState\" *ngIf=\"showMessage\">\n <div class=\"info\" *ngSwitchCase=\"-3\">\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 <div class=\"info\" *ngSwitchCase=\"-2\">\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 <div class=\"info\" *ngSwitchCase=\"-1\">\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 <div class=\"info\" *ngSwitchCase=\"0\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTING\"></label>\n </div>\n <div class=\"info\" *ngSwitchCase=\"1\">\n <label class=\"message\" [textContent]=\"appLocale.MESSAGE_SERVICE_CONNECTED\"></label>\n </div>\n</div>" }]
|
|
683
691
|
}], () => [{ type: i1.NetworkService }, { type: i1$1.App }, { type: i0.Injector }, { type: undefined, decorators: [{
|
|
684
692
|
type: Inject,
|
|
685
693
|
args: ['EXPLICIT_CONTEXT']
|
|
@@ -690,11 +698,11 @@ class NetworkInfoToasterComponent extends StylableComponent {
|
|
|
690
698
|
|
|
691
699
|
const _c0 = ["wmProcessManager", ""];
|
|
692
700
|
const _c1 = a0 => ({ instance: a0 });
|
|
693
|
-
function
|
|
694
|
-
function
|
|
701
|
+
function ProcessManagerComponent_ng_container_0_li_4_ng_template_8_Template(rf, ctx) { }
|
|
702
|
+
function ProcessManagerComponent_ng_container_0_li_4_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
695
703
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
696
|
-
i0.ɵɵelementStart(0, "button",
|
|
697
|
-
i0.ɵɵlistener("click", function
|
|
704
|
+
i0.ɵɵelementStart(0, "button", 16);
|
|
705
|
+
i0.ɵɵlistener("click", function ProcessManagerComponent_ng_container_0_li_4_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const instance_r2 = i0.ɵɵnextContext().$implicit; return i0.ɵɵresetView(instance_r2.onStop()); });
|
|
698
706
|
i0.ɵɵtext(1);
|
|
699
707
|
i0.ɵɵelementEnd();
|
|
700
708
|
} if (rf & 2) {
|
|
@@ -702,15 +710,15 @@ function ProcessManagerComponent_Conditional_0_For_4_Conditional_9_Template(rf,
|
|
|
702
710
|
i0.ɵɵadvance();
|
|
703
711
|
i0.ɵɵtextInterpolate1(" ", instance_r2.stopButtonLabel, " ");
|
|
704
712
|
} }
|
|
705
|
-
function
|
|
706
|
-
i0.ɵɵelementStart(0, "li",
|
|
713
|
+
function ProcessManagerComponent_ng_container_0_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
714
|
+
i0.ɵɵelementStart(0, "li", 7)(1, "div", 8)(2, "div", 9)(3, "label", 10);
|
|
707
715
|
i0.ɵɵtext(4);
|
|
708
716
|
i0.ɵɵelementEnd()();
|
|
709
|
-
i0.ɵɵelementStart(5, "div",
|
|
717
|
+
i0.ɵɵelementStart(5, "div", 11)(6, "label", 12);
|
|
710
718
|
i0.ɵɵtext(7);
|
|
711
719
|
i0.ɵɵelementEnd()()();
|
|
712
|
-
i0.ɵɵtemplate(8,
|
|
713
|
-
i0.ɵɵelement(10, "div",
|
|
720
|
+
i0.ɵɵtemplate(8, ProcessManagerComponent_ng_container_0_li_4_ng_template_8_Template, 0, 0, "ng-template", 13)(9, ProcessManagerComponent_ng_container_0_li_4_button_9_Template, 2, 1, "button", 14);
|
|
721
|
+
i0.ɵɵelement(10, "div", 15);
|
|
714
722
|
i0.ɵɵelementEnd();
|
|
715
723
|
} if (rf & 2) {
|
|
716
724
|
const instance_r2 = ctx.$implicit;
|
|
@@ -723,10 +731,10 @@ function ProcessManagerComponent_Conditional_0_For_4_Template(rf, ctx) { if (rf
|
|
|
723
731
|
i0.ɵɵadvance();
|
|
724
732
|
i0.ɵɵproperty("ngTemplateOutlet", progressTemplate_r3)("ngTemplateOutletContext", i0.ɵɵpureFunction1(5, _c1, instance_r2));
|
|
725
733
|
i0.ɵɵadvance();
|
|
726
|
-
i0.ɵɵ
|
|
734
|
+
i0.ɵɵproperty("ngIf", instance_r2.onStop);
|
|
727
735
|
} }
|
|
728
|
-
function
|
|
729
|
-
i0.ɵɵelementStart(0, "li",
|
|
736
|
+
function ProcessManagerComponent_ng_container_0_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
737
|
+
i0.ɵɵelementStart(0, "li", 7)(1, "label", 17);
|
|
730
738
|
i0.ɵɵtext(2);
|
|
731
739
|
i0.ɵɵelementEnd()();
|
|
732
740
|
} if (rf & 2) {
|
|
@@ -734,20 +742,21 @@ function ProcessManagerComponent_Conditional_0_Conditional_5_Template(rf, ctx) {
|
|
|
734
742
|
i0.ɵɵadvance(2);
|
|
735
743
|
i0.ɵɵtextInterpolate1(" (", ctx_r3.queue.length, ") queued ");
|
|
736
744
|
} }
|
|
737
|
-
function
|
|
738
|
-
i0.ɵɵ
|
|
739
|
-
i0.ɵɵ
|
|
740
|
-
i0.ɵɵtemplate(5,
|
|
745
|
+
function ProcessManagerComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
746
|
+
i0.ɵɵelementContainerStart(0);
|
|
747
|
+
i0.ɵɵelementStart(1, "div", 2)(2, "div", 3)(3, "ul", 4);
|
|
748
|
+
i0.ɵɵtemplate(4, ProcessManagerComponent_ng_container_0_li_4_Template, 11, 7, "li", 5)(5, ProcessManagerComponent_ng_container_0_li_5_Template, 3, 1, "li", 6);
|
|
741
749
|
i0.ɵɵelementEnd()()();
|
|
750
|
+
i0.ɵɵelementContainerEnd();
|
|
742
751
|
} if (rf & 2) {
|
|
743
752
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
744
|
-
i0.ɵɵadvance(
|
|
745
|
-
i0.ɵɵ
|
|
746
|
-
i0.ɵɵadvance(
|
|
747
|
-
i0.ɵɵ
|
|
753
|
+
i0.ɵɵadvance(4);
|
|
754
|
+
i0.ɵɵproperty("ngForOf", ctx_r3.getVisibleInstances(ctx_r3.instances));
|
|
755
|
+
i0.ɵɵadvance();
|
|
756
|
+
i0.ɵɵproperty("ngIf", ctx_r3.queue.length > 0);
|
|
748
757
|
} }
|
|
749
758
|
function ProcessManagerComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
750
|
-
i0.ɵɵelement(0, "div",
|
|
759
|
+
i0.ɵɵelement(0, "div", 18);
|
|
751
760
|
} }
|
|
752
761
|
const MAX_PROCESS = 3;
|
|
753
762
|
class ProcessManagerComponent {
|
|
@@ -841,17 +850,17 @@ class ProcessManagerComponent {
|
|
|
841
850
|
static { this.ɵfac = function ProcessManagerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProcessManagerComponent)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
|
|
842
851
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProcessManagerComponent, selectors: [["", "wmProcessManager", ""]], features: [i0.ɵɵProvidersFeature([
|
|
843
852
|
provideAsWidgetRef(ProcessManagerComponent)
|
|
844
|
-
])], 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"], [
|
|
845
|
-
i0.ɵɵtemplate(0,
|
|
853
|
+
])], attrs: _c0, decls: 3, vars: 1, consts: [["progressTemplate", ""], [4, "ngIf"], [1, "modal-dialog", "app-dialog"], [1, "modal-content"], [1, "instance-list", "list-unstyled"], ["class", "instance-list-item", 4, "ngFor", "ngForOf"], ["class", "instance-list-item", 4, "ngIf"], [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"], ["class", "btn btn-secondary pull-right stop-btn", 3, "click", 4, "ngIf"], [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) {
|
|
854
|
+
i0.ɵɵtemplate(0, ProcessManagerComponent_ng_container_0_Template, 6, 2, "ng-container", 1)(1, ProcessManagerComponent_ng_template_1_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
846
855
|
} if (rf & 2) {
|
|
847
|
-
i0.ɵɵ
|
|
848
|
-
} }, dependencies: [
|
|
856
|
+
i0.ɵɵproperty("ngIf", ctx.instances.length > 0);
|
|
857
|
+
} }, dependencies: [i3$1.NgForOf, i3$1.NgIf, i3$1.NgTemplateOutlet, i2$1.ProgressBarComponent], encapsulation: 2 }); }
|
|
849
858
|
}
|
|
850
859
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProcessManagerComponent, [{
|
|
851
860
|
type: Component,
|
|
852
861
|
args: [{ selector: '[wmProcessManager]', providers: [
|
|
853
862
|
provideAsWidgetRef(ProcessManagerComponent)
|
|
854
|
-
], template: "
|
|
863
|
+
], template: "<ng-container *ngIf=\"instances.length > 0\">\n <div class=\"modal-dialog app-dialog\">\n <div class=\"modal-content\">\n <ul class=\"instance-list list-unstyled\">\n <li *ngFor=\"let instance of getVisibleInstances(instances); index as i\" 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 <button class=\"btn btn-secondary pull-right stop-btn\" *ngIf=\"instance.onStop\" (click)=\"instance.onStop();\">\n {{instance.stopButtonLabel}}\n </button>\n <div style=\"clear: both;\"></div>\n </li>\n <li class=\"instance-list-item\" *ngIf=\"queue.length > 0\">\n <label class=\"global-progress-bar-ui-primary-label h6\">\n ({{queue.length}}) queued\n </label>\n </li>\n </ul>\n </div>\n </div>\n</ng-container>\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>" }]
|
|
855
864
|
}], () => [{ type: i0.ElementRef }], null); })();
|
|
856
865
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProcessManagerComponent, { className: "ProcessManagerComponent", filePath: "process-manager/process-manager.component.ts", lineNumber: 33 }); })();
|
|
857
866
|
|