@mxtommy/kip 3.0.0-alpha.49 → 3.0.0-alpha.51
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/package.json
CHANGED
package/public/main.js
CHANGED
|
@@ -125405,7 +125405,7 @@ var WidgetFreeboardskComponent = class _WidgetFreeboardskComponent extends BaseW
|
|
|
125405
125405
|
if (rf & 2) {
|
|
125406
125406
|
\u0275\u0275queryAdvance();
|
|
125407
125407
|
}
|
|
125408
|
-
}, standalone: true, features: [\u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature], decls: 4, vars: 5, consts: [["freeboardSkIframe", ""], [3, "configChange", "config", "id"], ["width", "100%", "height", "100%", "frameborder", "0", "sandbox", "allow-same-origin allow-scripts allow-forms",
|
|
125408
|
+
}, standalone: true, features: [\u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature], decls: 4, vars: 5, consts: [["freeboardSkIframe", ""], [3, "configChange", "config", "id"], ["width", "100%", "height", "100%", "frameborder", "0", "sandbox", "allow-same-origin allow-scripts allow-forms", 3, "src"]], template: function WidgetFreeboardskComponent_Template(rf, ctx) {
|
|
125409
125409
|
if (rf & 1) {
|
|
125410
125410
|
const _r1 = \u0275\u0275getCurrentView();
|
|
125411
125411
|
\u0275\u0275elementStart(0, "widget-host", 1);
|
|
@@ -125428,7 +125428,7 @@ var WidgetFreeboardskComponent = class _WidgetFreeboardskComponent extends BaseW
|
|
|
125428
125428
|
\u0275\u0275advance();
|
|
125429
125429
|
\u0275\u0275property("src", \u0275\u0275pipeBind1(3, 3, ctx.widgetUrl), \u0275\u0275sanitizeResourceUrl);
|
|
125430
125430
|
}
|
|
125431
|
-
}, dependencies: [WidgetHostComponent, SafePipe]
|
|
125431
|
+
}, dependencies: [WidgetHostComponent, SafePipe] });
|
|
125432
125432
|
};
|
|
125433
125433
|
(() => {
|
|
125434
125434
|
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(WidgetFreeboardskComponent, { className: "WidgetFreeboardskComponent" });
|
|
@@ -127224,14 +127224,15 @@ var WidgetSteelGaugeComponent = class _WidgetSteelGaugeComponent extends BaseWid
|
|
|
127224
127224
|
})();
|
|
127225
127225
|
|
|
127226
127226
|
// src/app/widgets/widget-iframe/widget-iframe.component.ts
|
|
127227
|
+
var _c038 = ["plainIframe"];
|
|
127227
127228
|
function WidgetIframeComponent_Conditional_1_Template(rf, ctx) {
|
|
127228
127229
|
if (rf & 1) {
|
|
127229
|
-
\u0275\u0275element(0, "iframe",
|
|
127230
|
-
\u0275\u0275pipe(
|
|
127230
|
+
\u0275\u0275element(0, "iframe", 2, 0);
|
|
127231
|
+
\u0275\u0275pipe(2, "safe");
|
|
127231
127232
|
}
|
|
127232
127233
|
if (rf & 2) {
|
|
127233
127234
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
127234
|
-
\u0275\u0275property("src", \u0275\u0275pipeBind1(
|
|
127235
|
+
\u0275\u0275property("src", \u0275\u0275pipeBind1(2, 1, ctx_r0.widgetUrl), \u0275\u0275sanitizeResourceUrl);
|
|
127235
127236
|
}
|
|
127236
127237
|
}
|
|
127237
127238
|
function WidgetIframeComponent_Conditional_2_Template(rf, ctx) {
|
|
@@ -127247,13 +127248,16 @@ function WidgetIframeComponent_Conditional_2_Template(rf, ctx) {
|
|
|
127247
127248
|
\u0275\u0275elementEnd();
|
|
127248
127249
|
\u0275\u0275elementStart(7, "p");
|
|
127249
127250
|
\u0275\u0275text(8, " Of note, cross-domain loading security rules apply! ");
|
|
127250
|
-
\u0275\u0275elementStart(9, "a",
|
|
127251
|
+
\u0275\u0275elementStart(9, "a", 3);
|
|
127251
127252
|
\u0275\u0275text(10, "Link!");
|
|
127252
127253
|
\u0275\u0275elementEnd()()();
|
|
127253
127254
|
}
|
|
127254
127255
|
}
|
|
127255
127256
|
var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetComponent {
|
|
127257
|
+
_dashboard = inject(DashboardService);
|
|
127258
|
+
appSettings = inject(AppSettingsService);
|
|
127256
127259
|
widgetUrl = null;
|
|
127260
|
+
iframe = viewChild.required("plainIframe");
|
|
127257
127261
|
constructor() {
|
|
127258
127262
|
super();
|
|
127259
127263
|
this.defaultConfig = {
|
|
@@ -127263,18 +127267,173 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
|
|
|
127263
127267
|
ngOnInit() {
|
|
127264
127268
|
this.initWidget();
|
|
127265
127269
|
this.widgetUrl = this.widgetProperties.config.widgetUrl;
|
|
127270
|
+
window.addEventListener("iframeMessage", this.handleIframeGesture);
|
|
127271
|
+
}
|
|
127272
|
+
ngAfterViewInit() {
|
|
127273
|
+
if (this.iframe) {
|
|
127274
|
+
this.iframe().nativeElement.onload = () => this.injectHammerJS();
|
|
127275
|
+
}
|
|
127266
127276
|
}
|
|
127267
127277
|
startWidget() {
|
|
127268
127278
|
}
|
|
127269
127279
|
updateConfig(config2) {
|
|
127270
127280
|
this.widgetUrl = this.widgetProperties.config.widgetUrl = config2.widgetUrl;
|
|
127271
127281
|
}
|
|
127282
|
+
handleIframeGesture = (event) => {
|
|
127283
|
+
if (!event.data || !event.data.gesture)
|
|
127284
|
+
return;
|
|
127285
|
+
switch (event.data.gesture) {
|
|
127286
|
+
case "swipeup":
|
|
127287
|
+
if (this._dashboard.isDashboardStatic()) {
|
|
127288
|
+
this._dashboard.previousDashboard();
|
|
127289
|
+
}
|
|
127290
|
+
break;
|
|
127291
|
+
case "swipedown":
|
|
127292
|
+
if (this._dashboard.isDashboardStatic()) {
|
|
127293
|
+
this._dashboard.nextDashboard();
|
|
127294
|
+
}
|
|
127295
|
+
break;
|
|
127296
|
+
case "swipeleft":
|
|
127297
|
+
const leftSidebarEvent = new Event("openLeftSidenav", { bubbles: true, cancelable: true });
|
|
127298
|
+
window.document.dispatchEvent(leftSidebarEvent);
|
|
127299
|
+
break;
|
|
127300
|
+
case "swiperight":
|
|
127301
|
+
const rightSidebarEvent = new Event("openRightSidenav", { bubbles: true, cancelable: true });
|
|
127302
|
+
window.document.dispatchEvent(rightSidebarEvent);
|
|
127303
|
+
break;
|
|
127304
|
+
default:
|
|
127305
|
+
break;
|
|
127306
|
+
}
|
|
127307
|
+
};
|
|
127308
|
+
injectHammerJS() {
|
|
127309
|
+
const iframeWindow = this.iframe().nativeElement.contentWindow;
|
|
127310
|
+
const iframeDocument = this.iframe().nativeElement.contentDocument;
|
|
127311
|
+
if (!iframeDocument || !iframeWindow) {
|
|
127312
|
+
console.error("[FSK Widget] Iframe contentDocument or contentWindow is undefined. Possible cross-origin issue or iframe not fully loaded.");
|
|
127313
|
+
return;
|
|
127314
|
+
}
|
|
127315
|
+
if (iframeWindow.Hammer) {
|
|
127316
|
+
console.log("[FSK Widget] HammerJS already loaded in iframe");
|
|
127317
|
+
return;
|
|
127318
|
+
}
|
|
127319
|
+
const hammerScript = iframeDocument.createElement("script");
|
|
127320
|
+
hammerScript.src = `${this.appSettings.signalkUrl.url}/@mxtommy/kip/assets/hammer.min.js`;
|
|
127321
|
+
hammerScript.onload = () => this.injectSwipeHandler();
|
|
127322
|
+
iframeDocument.body.appendChild(hammerScript);
|
|
127323
|
+
}
|
|
127324
|
+
injectSwipeHandler() {
|
|
127325
|
+
const iframeDocument = this.iframe().nativeElement.contentDocument;
|
|
127326
|
+
if (!iframeDocument) {
|
|
127327
|
+
console.error("[FSK Widget] Iframe contentDocument is undefined. Possible cross-origin issue or iframe not fully loaded.");
|
|
127328
|
+
return;
|
|
127329
|
+
}
|
|
127330
|
+
const script = iframeDocument.createElement("script");
|
|
127331
|
+
script.textContent = `
|
|
127332
|
+
if (!window.hammerInstance) {
|
|
127333
|
+
const hammer = new Hammer(document.body);
|
|
127334
|
+
hammer.get('swipe').set({ direction: Hammer.DIRECTION_ALL });
|
|
127335
|
+
|
|
127336
|
+
hammer.on('swipeleft', (ev) => {
|
|
127337
|
+
ev.preventDefault();
|
|
127338
|
+
const eventData = {
|
|
127339
|
+
type: ev.type,
|
|
127340
|
+
deltaX: ev.deltaX,
|
|
127341
|
+
deltaY: ev.deltaY,
|
|
127342
|
+
velocityX: ev.velocityX,
|
|
127343
|
+
velocityY: ev.velocityY,
|
|
127344
|
+
direction: ev.direction,
|
|
127345
|
+
distance: ev.distance,
|
|
127346
|
+
angle: ev.angle,
|
|
127347
|
+
center: ev.center,
|
|
127348
|
+
offsetDirection: ev.offsetDirection,
|
|
127349
|
+
scale: ev.scale,
|
|
127350
|
+
rotation: ev.rotation,
|
|
127351
|
+
isFinal: ev.isFinal
|
|
127352
|
+
};
|
|
127353
|
+
window.parent.postMessage({ gesture: 'swipeleft', eventData: eventData }, '*');
|
|
127354
|
+
});
|
|
127355
|
+
|
|
127356
|
+
hammer.on('swiperight', (ev) => {
|
|
127357
|
+
ev.preventDefault();
|
|
127358
|
+
const eventData = {
|
|
127359
|
+
type: ev.type,
|
|
127360
|
+
deltaX: ev.deltaX,
|
|
127361
|
+
deltaY: ev.deltaY,
|
|
127362
|
+
velocityX: ev.velocityX,
|
|
127363
|
+
velocityY: ev.velocityY,
|
|
127364
|
+
direction: ev.direction,
|
|
127365
|
+
distance: ev.distance,
|
|
127366
|
+
angle: ev.angle,
|
|
127367
|
+
center: ev.center,
|
|
127368
|
+
offsetDirection: ev.offsetDirection,
|
|
127369
|
+
scale: ev.scale,
|
|
127370
|
+
rotation: ev.rotation,
|
|
127371
|
+
isFinal: ev.isFinal
|
|
127372
|
+
};
|
|
127373
|
+
window.parent.postMessage({ gesture: 'swiperight', eventData: eventData }, '*');
|
|
127374
|
+
});
|
|
127375
|
+
|
|
127376
|
+
hammer.on('swipeup', (ev) => {
|
|
127377
|
+
ev.preventDefault();
|
|
127378
|
+
const eventData = {
|
|
127379
|
+
type: ev.type,
|
|
127380
|
+
deltaX: ev.deltaX,
|
|
127381
|
+
deltaY: ev.deltaY,
|
|
127382
|
+
velocityX: ev.velocityX,
|
|
127383
|
+
velocityY: ev.velocityY,
|
|
127384
|
+
direction: ev.direction,
|
|
127385
|
+
distance: ev.distance,
|
|
127386
|
+
angle: ev.angle,
|
|
127387
|
+
center: ev.center,
|
|
127388
|
+
offsetDirection: ev.offsetDirection,
|
|
127389
|
+
scale: ev.scale,
|
|
127390
|
+
rotation: ev.rotation,
|
|
127391
|
+
isFinal: ev.isFinal
|
|
127392
|
+
};
|
|
127393
|
+
window.parent.postMessage({ gesture: 'swipeup', eventData: eventData }, '*');
|
|
127394
|
+
});
|
|
127395
|
+
|
|
127396
|
+
hammer.on('swipedown', (ev) => {
|
|
127397
|
+
ev.preventDefault();
|
|
127398
|
+
const eventData = {
|
|
127399
|
+
type: ev.type,
|
|
127400
|
+
deltaX: ev.deltaX,
|
|
127401
|
+
deltaY: ev.deltaY,
|
|
127402
|
+
velocityX: ev.velocityX,
|
|
127403
|
+
velocityY: ev.velocityY,
|
|
127404
|
+
direction: ev.direction,
|
|
127405
|
+
distance: ev.distance,
|
|
127406
|
+
angle: ev.angle,
|
|
127407
|
+
center: ev.center,
|
|
127408
|
+
offsetDirection: ev.offsetDirection,
|
|
127409
|
+
scale: ev.scale,
|
|
127410
|
+
rotation: ev.rotation,
|
|
127411
|
+
isFinal: ev.isFinal
|
|
127412
|
+
};
|
|
127413
|
+
window.parent.postMessage({ gesture: 'swipedown', eventData: eventData }, '*');
|
|
127414
|
+
});
|
|
127415
|
+
|
|
127416
|
+
window.hammerInstance = hammer; // Store the instance to prevent multiple listeners
|
|
127417
|
+
}
|
|
127418
|
+
`;
|
|
127419
|
+
iframeDocument.body.appendChild(script);
|
|
127420
|
+
}
|
|
127421
|
+
ngOnDestroy() {
|
|
127422
|
+
window.removeEventListener("iframeMessage", this.handleIframeGesture);
|
|
127423
|
+
}
|
|
127272
127424
|
static \u0275fac = function WidgetIframeComponent_Factory(__ngFactoryType__) {
|
|
127273
127425
|
return new (__ngFactoryType__ || _WidgetIframeComponent)();
|
|
127274
127426
|
};
|
|
127275
|
-
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _WidgetIframeComponent, selectors: [["widget-iframe"]],
|
|
127427
|
+
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _WidgetIframeComponent, selectors: [["widget-iframe"]], viewQuery: function WidgetIframeComponent_Query(rf, ctx) {
|
|
127276
127428
|
if (rf & 1) {
|
|
127277
|
-
\u0275\
|
|
127429
|
+
\u0275\u0275viewQuerySignal(ctx.iframe, _c038, 5);
|
|
127430
|
+
}
|
|
127431
|
+
if (rf & 2) {
|
|
127432
|
+
\u0275\u0275queryAdvance();
|
|
127433
|
+
}
|
|
127434
|
+
}, standalone: true, features: [\u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature], decls: 3, vars: 3, consts: [["plainIframe", ""], [3, "configChange", "config", "id"], ["width", "100%", "height", "100%", "frameborder", "0", 3, "src"], ["href", "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options", "target", "_blank"]], template: function WidgetIframeComponent_Template(rf, ctx) {
|
|
127435
|
+
if (rf & 1) {
|
|
127436
|
+
\u0275\u0275elementStart(0, "widget-host", 1);
|
|
127278
127437
|
\u0275\u0275twoWayListener("configChange", function WidgetIframeComponent_Template_widget_host_configChange_0_listener($event) {
|
|
127279
127438
|
\u0275\u0275twoWayBindingSet(ctx.widgetProperties.config, $event) || (ctx.widgetProperties.config = $event);
|
|
127280
127439
|
return $event;
|
|
@@ -127282,7 +127441,7 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
|
|
|
127282
127441
|
\u0275\u0275listener("configChange", function WidgetIframeComponent_Template_widget_host_configChange_0_listener($event) {
|
|
127283
127442
|
return ctx.updateConfig($event);
|
|
127284
127443
|
});
|
|
127285
|
-
\u0275\u0275template(1, WidgetIframeComponent_Conditional_1_Template,
|
|
127444
|
+
\u0275\u0275template(1, WidgetIframeComponent_Conditional_1_Template, 3, 3, "iframe", 2)(2, WidgetIframeComponent_Conditional_2_Template, 11, 0, "div");
|
|
127286
127445
|
\u0275\u0275elementEnd();
|
|
127287
127446
|
}
|
|
127288
127447
|
if (rf & 2) {
|
|
@@ -127291,7 +127450,7 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
|
|
|
127291
127450
|
\u0275\u0275advance();
|
|
127292
127451
|
\u0275\u0275conditional(ctx.widgetUrl ? 1 : 2);
|
|
127293
127452
|
}
|
|
127294
|
-
}, dependencies: [WidgetHostComponent, SafePipe]
|
|
127453
|
+
}, dependencies: [WidgetHostComponent, SafePipe] });
|
|
127295
127454
|
};
|
|
127296
127455
|
(() => {
|
|
127297
127456
|
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(WidgetIframeComponent, { className: "WidgetIframeComponent" });
|
|
@@ -127375,7 +127534,7 @@ var TimersService = class _TimersService {
|
|
|
127375
127534
|
};
|
|
127376
127535
|
|
|
127377
127536
|
// src/app/widgets/widget-race-timer/widget-race-timer.component.ts
|
|
127378
|
-
var
|
|
127537
|
+
var _c039 = ["canvasEl"];
|
|
127379
127538
|
var _c127 = ["canvasBG"];
|
|
127380
127539
|
function WidgetRaceTimerComponent_button_15_Template(rf, ctx) {
|
|
127381
127540
|
if (rf & 1) {
|
|
@@ -127665,7 +127824,7 @@ var WidgetRaceTimerComponent = class _WidgetRaceTimerComponent extends BaseWidge
|
|
|
127665
127824
|
};
|
|
127666
127825
|
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _WidgetRaceTimerComponent, selectors: [["widget-racetimer"]], viewQuery: function WidgetRaceTimerComponent_Query(rf, ctx) {
|
|
127667
127826
|
if (rf & 1) {
|
|
127668
|
-
\u0275\u0275viewQuery(
|
|
127827
|
+
\u0275\u0275viewQuery(_c039, 7, ElementRef);
|
|
127669
127828
|
\u0275\u0275viewQuery(_c127, 7, ElementRef);
|
|
127670
127829
|
}
|
|
127671
127830
|
if (rf & 2) {
|
|
@@ -127738,7 +127897,7 @@ var WidgetRaceTimerComponent = class _WidgetRaceTimerComponent extends BaseWidge
|
|
|
127738
127897
|
})();
|
|
127739
127898
|
|
|
127740
127899
|
// src/app/widgets/svg-simple-linear-gauge/svg-simple-linear-gauge.component.ts
|
|
127741
|
-
var
|
|
127900
|
+
var _c040 = ["gaugeBarAnimate"];
|
|
127742
127901
|
var SvgSimpleLinearGaugeComponent = class _SvgSimpleLinearGaugeComponent {
|
|
127743
127902
|
gaugeBarAnimate;
|
|
127744
127903
|
displayName;
|
|
@@ -127776,7 +127935,7 @@ var SvgSimpleLinearGaugeComponent = class _SvgSimpleLinearGaugeComponent {
|
|
|
127776
127935
|
};
|
|
127777
127936
|
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SvgSimpleLinearGaugeComponent, selectors: [["svg-simple-linear-gauge"]], viewQuery: function SvgSimpleLinearGaugeComponent_Query(rf, ctx) {
|
|
127778
127937
|
if (rf & 1) {
|
|
127779
|
-
\u0275\u0275viewQuery(
|
|
127938
|
+
\u0275\u0275viewQuery(_c040, 7);
|
|
127780
127939
|
}
|
|
127781
127940
|
if (rf & 2) {
|
|
127782
127941
|
let _t;
|
|
@@ -128137,7 +128296,7 @@ var WidgetTutorialComponent = class _WidgetTutorialComponent extends BaseWidgetC
|
|
|
128137
128296
|
})();
|
|
128138
128297
|
|
|
128139
128298
|
// src/app/widgets/svg-wind/svg-wind.component.ts
|
|
128140
|
-
var
|
|
128299
|
+
var _c041 = ["compassAnimate"];
|
|
128141
128300
|
var _c128 = ["appWindAnimate"];
|
|
128142
128301
|
var _c218 = ["trueWindAnimate"];
|
|
128143
128302
|
var _c313 = ["appWindValueAnimate"];
|
|
@@ -128499,7 +128658,7 @@ var SvgWindComponent = class _SvgWindComponent {
|
|
|
128499
128658
|
};
|
|
128500
128659
|
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SvgWindComponent, selectors: [["app-svg-wind"]], viewQuery: function SvgWindComponent_Query(rf, ctx) {
|
|
128501
128660
|
if (rf & 1) {
|
|
128502
|
-
\u0275\u0275viewQuery(
|
|
128661
|
+
\u0275\u0275viewQuery(_c041, 7, ElementRef);
|
|
128503
128662
|
\u0275\u0275viewQuery(_c128, 7, ElementRef);
|
|
128504
128663
|
\u0275\u0275viewQuery(_c218, 7, ElementRef);
|
|
128505
128664
|
\u0275\u0275viewQuery(_c313, 7, ElementRef);
|
|
@@ -133075,7 +133234,7 @@ var DashboardsManageComponent = class _DashboardsManageComponent {
|
|
|
133075
133234
|
})();
|
|
133076
133235
|
|
|
133077
133236
|
// node_modules/@angular/cdk/fesm2022/table.mjs
|
|
133078
|
-
var
|
|
133237
|
+
var _c042 = [[["caption"]], [["colgroup"], ["col"]], "*"];
|
|
133079
133238
|
var _c129 = ["caption", "colgroup, col", "*"];
|
|
133080
133239
|
function CdkTable_Conditional_2_Template(rf, ctx) {
|
|
133081
133240
|
if (rf & 1) {
|
|
@@ -135327,7 +135486,7 @@ _CdkTable.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
135327
135486
|
consts: [["role", "rowgroup"], ["headerRowOutlet", ""], ["rowOutlet", ""], ["noDataRowOutlet", ""], ["footerRowOutlet", ""]],
|
|
135328
135487
|
template: function CdkTable_Template(rf, ctx) {
|
|
135329
135488
|
if (rf & 1) {
|
|
135330
|
-
\u0275\u0275projectionDef(
|
|
135489
|
+
\u0275\u0275projectionDef(_c042);
|
|
135331
135490
|
\u0275\u0275projection(0);
|
|
135332
135491
|
\u0275\u0275projection(1, 1);
|
|
135333
135492
|
\u0275\u0275template(2, CdkTable_Conditional_2_Template, 1, 0)(3, CdkTable_Conditional_3_Template, 7, 0)(4, CdkTable_Conditional_4_Template, 4, 0);
|
|
@@ -135697,7 +135856,7 @@ var CdkTableModule = _CdkTableModule;
|
|
|
135697
135856
|
})();
|
|
135698
135857
|
|
|
135699
135858
|
// node_modules/@angular/material/fesm2022/table.mjs
|
|
135700
|
-
var
|
|
135859
|
+
var _c043 = [[["caption"]], [["colgroup"], ["col"]], "*"];
|
|
135701
135860
|
var _c130 = ["caption", "colgroup, col", "*"];
|
|
135702
135861
|
function MatTable_Conditional_2_Template(rf, ctx) {
|
|
135703
135862
|
if (rf & 1) {
|
|
@@ -135833,7 +135992,7 @@ _MatTable.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
135833
135992
|
consts: [["role", "rowgroup"], ["headerRowOutlet", ""], ["role", "rowgroup", 1, "mdc-data-table__content"], ["rowOutlet", ""], ["noDataRowOutlet", ""], ["footerRowOutlet", ""]],
|
|
135834
135993
|
template: function MatTable_Template(rf, ctx) {
|
|
135835
135994
|
if (rf & 1) {
|
|
135836
|
-
\u0275\u0275projectionDef(
|
|
135995
|
+
\u0275\u0275projectionDef(_c043);
|
|
135837
135996
|
\u0275\u0275projection(0);
|
|
135838
135997
|
\u0275\u0275projection(1, 1);
|
|
135839
135998
|
\u0275\u0275template(2, MatTable_Conditional_2_Template, 1, 0)(3, MatTable_Conditional_3_Template, 7, 0)(4, MatTable_Conditional_4_Template, 4, 0);
|
|
@@ -137429,7 +137588,7 @@ var MatPaginatorModule = _MatPaginatorModule;
|
|
|
137429
137588
|
})();
|
|
137430
137589
|
|
|
137431
137590
|
// node_modules/@angular/material/fesm2022/sort.mjs
|
|
137432
|
-
var
|
|
137591
|
+
var _c044 = ["mat-sort-header", ""];
|
|
137433
137592
|
var _c131 = ["*"];
|
|
137434
137593
|
function MatSortHeader_Conditional_3_Template(rf, ctx) {
|
|
137435
137594
|
if (rf & 1) {
|
|
@@ -137987,7 +138146,7 @@ _MatSortHeader.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
137987
138146
|
exportAs: ["matSortHeader"],
|
|
137988
138147
|
standalone: true,
|
|
137989
138148
|
features: [\u0275\u0275InputTransformsFeature, \u0275\u0275StandaloneFeature],
|
|
137990
|
-
attrs:
|
|
138149
|
+
attrs: _c044,
|
|
137991
138150
|
ngContentSelectors: _c131,
|
|
137992
138151
|
decls: 4,
|
|
137993
138152
|
vars: 7,
|
|
@@ -138277,7 +138436,7 @@ var DialogUnitSelect = class _DialogUnitSelect {
|
|
|
138277
138436
|
})();
|
|
138278
138437
|
|
|
138279
138438
|
// src/app/core/components/data-browser/data-browser.component.ts
|
|
138280
|
-
var
|
|
138439
|
+
var _c045 = () => [5, 10, 25, 100];
|
|
138281
138440
|
function DataBrowserComponent_mat_header_cell_10_Template(rf, ctx) {
|
|
138282
138441
|
if (rf & 1) {
|
|
138283
138442
|
\u0275\u0275elementStart(0, "mat-header-cell", 18);
|
|
@@ -138477,7 +138636,7 @@ var DataBrowserComponent = class _DataBrowserComponent {
|
|
|
138477
138636
|
\u0275\u0275advance();
|
|
138478
138637
|
\u0275\u0275property("matRowDefColumns", ctx.displayedColumns);
|
|
138479
138638
|
\u0275\u0275advance(3);
|
|
138480
|
-
\u0275\u0275property("pageSize", ctx.pageSize)("pageSizeOptions", \u0275\u0275pureFunction0(8,
|
|
138639
|
+
\u0275\u0275property("pageSize", ctx.pageSize)("pageSizeOptions", \u0275\u0275pureFunction0(8, _c045));
|
|
138481
138640
|
}
|
|
138482
138641
|
}, dependencies: [MatFormField, MatLabel, MatInput, MatTable, MatSort, MatColumnDef, MatHeaderCellDef, MatHeaderCell, MatSortHeader, MatCellDef, MatCell, NgForOf, DataBrowserRowComponent, MatHeaderRowDef, MatHeaderRow, MatRowDef, MatRow, MatNoDataRow, MatPaginator, KeyValuePipe, PageHeaderComponent], styles: ["\n\n.full-display[_ngcontent-%COMP%] {\n width: 100%;\n position: relative;\n z-index: 500;\n}\n.full-height[_ngcontent-%COMP%] {\n height: 100%;\n}\n.mat-column-path[_ngcontent-%COMP%] {\n flex: 0 0 50%;\n width: 50%;\n}\n.mat-mdc-table[_ngcontent-%COMP%] {\n overflow: auto;\n}\n.table-container[_ngcontent-%COMP%] {\n overflow: auto;\n height: auto;\n}\n.paginator[_ngcontent-%COMP%] {\n width: 100%;\n position: sticky;\n}\n.filter-field[_ngcontent-%COMP%] {\n padding: 15px 20px;\n width: calc(100% - 40px);\n}\n.flex-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n align-items: stretch;\n gap: 10px;\n}\n.pathCell[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n}\n.pathHeader[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n}\n.dataHeader[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n}\n.dataCell[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n flex-flow: column;\n flex-wrap: wrap;\n gap: 2px;\n}\n@media screen and (max-width: 750px) {\n .pathHeader[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n }\n .dataHeader[_ngcontent-%COMP%] {\n flex: 1 1 50%;\n }\n .dataCell[_ngcontent-%COMP%] {\n flex: 1 1 100%;\n }\n .dataCell[_ngcontent-%COMP%] {\n flex: 1 1 100%;\n margin-left: 24px;\n }\n .mat-mdc-table[_ngcontent-%COMP%] .mat-mdc-row[_ngcontent-%COMP%] {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .mat-mdc-table[_ngcontent-%COMP%] .mat-mdc-cell[_ngcontent-%COMP%]:before {\n content: attr(data-label);\n float: left;\n padding-right: 5px;\n }\n mat-row[_ngcontent-%COMP%]::after {\n min-height: auto;\n padding-bottom: 10px;\n }\n .dataRow[_ngcontent-%COMP%] {\n flex-direction: column;\n align-items: flex-start;\n }\n .actionCell[_ngcontent-%COMP%] {\n margin-left: 24px;\n }\n}\n/*# sourceMappingURL=data-browser.component.css.map */"] });
|
|
138483
138642
|
};
|
|
@@ -138501,7 +138660,7 @@ var FilterSelfPipe = class _FilterSelfPipe {
|
|
|
138501
138660
|
};
|
|
138502
138661
|
|
|
138503
138662
|
// node_modules/@angular/cdk/fesm2022/stepper.mjs
|
|
138504
|
-
var
|
|
138663
|
+
var _c046 = ["*"];
|
|
138505
138664
|
function CdkStep_ng_template_0_Template(rf, ctx) {
|
|
138506
138665
|
if (rf & 1) {
|
|
138507
138666
|
\u0275\u0275projection(0);
|
|
@@ -138689,7 +138848,7 @@ _CdkStep.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
138689
138848
|
exportAs: ["cdkStep"],
|
|
138690
138849
|
standalone: true,
|
|
138691
138850
|
features: [\u0275\u0275InputTransformsFeature, \u0275\u0275NgOnChangesFeature, \u0275\u0275StandaloneFeature],
|
|
138692
|
-
ngContentSelectors:
|
|
138851
|
+
ngContentSelectors: _c046,
|
|
138693
138852
|
decls: 1,
|
|
138694
138853
|
vars: 0,
|
|
138695
138854
|
template: function CdkStep_Template(rf, ctx) {
|
|
@@ -139325,7 +139484,7 @@ function MatStepHeader_Conditional_9_Template(rf, ctx) {
|
|
|
139325
139484
|
\u0275\u0275textInterpolate(ctx_r0.errorMessage);
|
|
139326
139485
|
}
|
|
139327
139486
|
}
|
|
139328
|
-
var
|
|
139487
|
+
var _c047 = ["*"];
|
|
139329
139488
|
function MatStep_ng_template_0_ng_template_1_Template(rf, ctx) {
|
|
139330
139489
|
}
|
|
139331
139490
|
function MatStep_ng_template_0_Template(rf, ctx) {
|
|
@@ -139936,7 +140095,7 @@ _MatStep.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
139936
140095
|
provide: CdkStep,
|
|
139937
140096
|
useExisting: _MatStep
|
|
139938
140097
|
}]), \u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature],
|
|
139939
|
-
ngContentSelectors:
|
|
140098
|
+
ngContentSelectors: _c047,
|
|
139940
140099
|
decls: 1,
|
|
139941
140100
|
vars: 0,
|
|
139942
140101
|
consts: [[3, "cdkPortalOutlet"]],
|
|
@@ -140109,7 +140268,7 @@ _MatStepper.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
140109
140268
|
provide: CdkStepper,
|
|
140110
140269
|
useExisting: _MatStepper
|
|
140111
140270
|
}]), \u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature],
|
|
140112
|
-
ngContentSelectors:
|
|
140271
|
+
ngContentSelectors: _c047,
|
|
140113
140272
|
decls: 5,
|
|
140114
140273
|
vars: 2,
|
|
140115
140274
|
consts: [["stepTemplate", ""], [1, "mat-horizontal-stepper-wrapper"], [1, "mat-horizontal-stepper-header-container"], [1, "mat-horizontal-content-container"], ["role", "tabpanel", 1, "mat-horizontal-stepper-content", 3, "id", "mat-horizontal-stepper-content-inactive"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "mat-stepper-horizontal-line"], ["role", "tabpanel", 1, "mat-horizontal-stepper-content", 3, "id"], [3, "ngTemplateOutlet"], [1, "mat-step"], [1, "mat-vertical-content-container"], ["role", "tabpanel", 1, "mat-vertical-stepper-content", 3, "id"], [1, "mat-vertical-content"], [3, "click", "keydown", "tabIndex", "id", "index", "state", "label", "selected", "active", "optional", "errorMessage", "iconOverrides", "disableRipple", "color"]],
|
|
@@ -140397,7 +140556,7 @@ var MatStepperModule = _MatStepperModule;
|
|
|
140397
140556
|
})();
|
|
140398
140557
|
|
|
140399
140558
|
// src/app/core/components/datasets/datasets.component.ts
|
|
140400
|
-
var
|
|
140559
|
+
var _c048 = () => [5, 10, 25, 100];
|
|
140401
140560
|
function SettingsDatasetsComponent_mat_header_cell_13_Template(rf, ctx) {
|
|
140402
140561
|
if (rf & 1) {
|
|
140403
140562
|
\u0275\u0275elementStart(0, "mat-header-cell", 29);
|
|
@@ -140701,7 +140860,7 @@ var SettingsDatasetsComponent = class _SettingsDatasetsComponent {
|
|
|
140701
140860
|
\u0275\u0275advance();
|
|
140702
140861
|
\u0275\u0275property("matRowDefColumns", ctx.displayedColumns);
|
|
140703
140862
|
\u0275\u0275advance(3);
|
|
140704
|
-
\u0275\u0275property("pageSizeOptions", \u0275\u0275pureFunction0(7,
|
|
140863
|
+
\u0275\u0275property("pageSizeOptions", \u0275\u0275pureFunction0(7, _c048));
|
|
140705
140864
|
}
|
|
140706
140865
|
}, dependencies: [FormsModule, \u0275NgNoValidate, NgControlStatusGroup, NgForm, MatFormField, MatLabel, MatInput, MatTable, MatSort, MatColumnDef, MatHeaderCellDef, MatHeaderCell, MatSortHeader, MatCellDef, MatCell, MatButton, MatHeaderRowDef, MatHeaderRow, MatRowDef, MatRow, MatNoDataRow, MatPaginator, MatDivider, PageHeaderComponent], styles: [_c134] });
|
|
140707
140866
|
};
|
|
@@ -141060,7 +141219,7 @@ function SimpleSnackBar_Conditional_2_Template(rf, ctx) {
|
|
|
141060
141219
|
\u0275\u0275textInterpolate1(" ", ctx_r1.data.action, " ");
|
|
141061
141220
|
}
|
|
141062
141221
|
}
|
|
141063
|
-
var
|
|
141222
|
+
var _c049 = ["label"];
|
|
141064
141223
|
function MatSnackBarContainer_ng_template_4_Template(rf, ctx) {
|
|
141065
141224
|
}
|
|
141066
141225
|
var MAX_TIMEOUT = Math.pow(2, 31) - 1;
|
|
@@ -141503,7 +141662,7 @@ _MatSnackBarContainer.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
141503
141662
|
viewQuery: function MatSnackBarContainer_Query(rf, ctx) {
|
|
141504
141663
|
if (rf & 1) {
|
|
141505
141664
|
\u0275\u0275viewQuery(CdkPortalOutlet, 7);
|
|
141506
|
-
\u0275\u0275viewQuery(
|
|
141665
|
+
\u0275\u0275viewQuery(_c049, 7);
|
|
141507
141666
|
}
|
|
141508
141667
|
if (rf & 2) {
|
|
141509
141668
|
let _t;
|
|
@@ -141854,7 +142013,7 @@ var MatSnackBarModule = _MatSnackBarModule;
|
|
|
141854
142013
|
})();
|
|
141855
142014
|
|
|
141856
142015
|
// node_modules/@angular/material/fesm2022/menu.mjs
|
|
141857
|
-
var
|
|
142016
|
+
var _c050 = ["mat-menu-item", ""];
|
|
141858
142017
|
var _c135 = [[["mat-icon"], ["", "matMenuItemIcon", ""]], "*"];
|
|
141859
142018
|
var _c220 = ["mat-icon, [matMenuItemIcon]", "*"];
|
|
141860
142019
|
function MatMenuItem_Conditional_4_Template(rf, ctx) {
|
|
@@ -142008,7 +142167,7 @@ _MatMenuItem.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
142008
142167
|
exportAs: ["matMenuItem"],
|
|
142009
142168
|
standalone: true,
|
|
142010
142169
|
features: [\u0275\u0275InputTransformsFeature, \u0275\u0275StandaloneFeature],
|
|
142011
|
-
attrs:
|
|
142170
|
+
attrs: _c050,
|
|
142012
142171
|
ngContentSelectors: _c220,
|
|
142013
142172
|
decls: 5,
|
|
142014
142173
|
vars: 3,
|
|
@@ -143818,7 +143977,7 @@ var MenuNotificationsComponent = class _MenuNotificationsComponent {
|
|
|
143818
143977
|
})();
|
|
143819
143978
|
|
|
143820
143979
|
// node_modules/@angular/material/fesm2022/sidenav.mjs
|
|
143821
|
-
var
|
|
143980
|
+
var _c051 = ["*"];
|
|
143822
143981
|
var _c136 = ["content"];
|
|
143823
143982
|
var _c221 = [[["mat-drawer"]], [["mat-drawer-content"]], "*"];
|
|
143824
143983
|
var _c316 = ["mat-drawer", "mat-drawer-content", "*"];
|
|
@@ -143932,7 +144091,7 @@ _MatDrawerContent.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
143932
144091
|
provide: CdkScrollable,
|
|
143933
144092
|
useExisting: _MatDrawerContent
|
|
143934
144093
|
}]), \u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature],
|
|
143935
|
-
ngContentSelectors:
|
|
144094
|
+
ngContentSelectors: _c051,
|
|
143936
144095
|
decls: 1,
|
|
143937
144096
|
vars: 0,
|
|
143938
144097
|
template: function MatDrawerContent_Template(rf, ctx) {
|
|
@@ -144362,7 +144521,7 @@ _MatDrawer.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
144362
144521
|
exportAs: ["matDrawer"],
|
|
144363
144522
|
standalone: true,
|
|
144364
144523
|
features: [\u0275\u0275StandaloneFeature],
|
|
144365
|
-
ngContentSelectors:
|
|
144524
|
+
ngContentSelectors: _c051,
|
|
144366
144525
|
decls: 3,
|
|
144367
144526
|
vars: 0,
|
|
144368
144527
|
consts: [["content", ""], ["cdkScrollable", "", 1, "mat-drawer-inner-container"]],
|
|
@@ -144895,7 +145054,7 @@ _MatSidenavContent.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
144895
145054
|
provide: CdkScrollable,
|
|
144896
145055
|
useExisting: _MatSidenavContent
|
|
144897
145056
|
}]), \u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature],
|
|
144898
|
-
ngContentSelectors:
|
|
145057
|
+
ngContentSelectors: _c051,
|
|
144899
145058
|
decls: 1,
|
|
144900
145059
|
vars: 0,
|
|
144901
145060
|
template: function MatSidenavContent_Template(rf, ctx) {
|
|
@@ -145004,7 +145163,7 @@ _MatSidenav.\u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
|
145004
145163
|
exportAs: ["matSidenav"],
|
|
145005
145164
|
standalone: true,
|
|
145006
145165
|
features: [\u0275\u0275InheritDefinitionFeature, \u0275\u0275StandaloneFeature],
|
|
145007
|
-
ngContentSelectors:
|
|
145166
|
+
ngContentSelectors: _c051,
|
|
145008
145167
|
decls: 3,
|
|
145009
145168
|
vars: 0,
|
|
145010
145169
|
consts: [["content", ""], ["cdkScrollable", "", 1, "mat-drawer-inner-container"]],
|
|
@@ -145539,7 +145698,7 @@ var MenuActionsComponent = class _MenuActionsComponent {
|
|
|
145539
145698
|
})();
|
|
145540
145699
|
|
|
145541
145700
|
// src/app/app.component.ts
|
|
145542
|
-
var
|
|
145701
|
+
var _c052 = ["actionsSidenav"];
|
|
145543
145702
|
var AppComponent = class _AppComponent {
|
|
145544
145703
|
_snackBar = inject(MatSnackBar);
|
|
145545
145704
|
_deltaService = inject(SignalKDeltaService);
|
|
@@ -145669,7 +145828,7 @@ var AppComponent = class _AppComponent {
|
|
|
145669
145828
|
};
|
|
145670
145829
|
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) {
|
|
145671
145830
|
if (rf & 1) {
|
|
145672
|
-
\u0275\u0275viewQuerySignal(ctx.actionsSidenav,
|
|
145831
|
+
\u0275\u0275viewQuerySignal(ctx.actionsSidenav, _c052, 5);
|
|
145673
145832
|
}
|
|
145674
145833
|
if (rf & 2) {
|
|
145675
145834
|
\u0275\u0275queryAdvance();
|