@c8y/ngx-components 1018.0.151 → 1018.0.159
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/NOTICES +1 -1
- package/core/range-display/range-display.component.d.ts +19 -1
- package/core/realtime/realtime-subject.service.d.ts +4 -0
- package/core/realtime/realtime.service.d.ts +10 -0
- package/device-protocols/device-protocols.guard.d.ts +12 -0
- package/device-protocols/device-protocols.module.d.ts +8 -0
- package/device-protocols/device-type-detail-edited.service.d.ts +8 -0
- package/device-protocols/device-type-detail.component.d.ts +12 -0
- package/device-protocols/device-type-detail.directive.d.ts +9 -0
- package/device-protocols/index.d.ts +5 -0
- package/esm2020/core/range-display/range-display.component.mjs +87 -4
- package/esm2020/core/realtime/realtime-subject.service.mjs +47 -4
- package/esm2020/core/realtime/realtime.service.mjs +15 -1
- package/esm2020/device-protocols/c8y-ngx-components-device-protocols.mjs +5 -0
- package/esm2020/device-protocols/device-protocols.guard.mjs +40 -0
- package/esm2020/device-protocols/device-protocols.module.mjs +46 -0
- package/esm2020/device-protocols/device-type-detail-edited.service.mjs +19 -0
- package/esm2020/device-protocols/device-type-detail.component.mjs +45 -0
- package/esm2020/device-protocols/device-type-detail.directive.mjs +19 -0
- package/esm2020/device-protocols/index.mjs +6 -0
- package/esm2020/ecosystem/application-properties/subscription-modal/subscription-modal.component.mjs +4 -1
- package/esm2020/icon-selector/icons/ecommerce/index.mjs +2 -2
- package/esm2020/upgrade/ng1/downgraded.services.mjs +6 -4
- package/esm2020/upgrade/ng1/index.mjs +6 -5
- package/esm2020/upgrade/upgrade.module.mjs +10 -10
- package/fesm2015/c8y-ngx-components-device-protocols.mjs +162 -0
- package/fesm2015/c8y-ngx-components-device-protocols.mjs.map +1 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs +3 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-icon-selector-icons-ecommerce.mjs +1 -1
- package/fesm2015/c8y-ngx-components-icon-selector-icons-ecommerce.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-upgrade.mjs +91 -88
- package/fesm2015/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +144 -4
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-device-protocols.mjs +159 -0
- package/fesm2020/c8y-ngx-components-device-protocols.mjs.map +1 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs +3 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-icon-selector-icons-ecommerce.mjs +1 -1
- package/fesm2020/c8y-ngx-components-icon-selector-icons-ecommerce.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-upgrade.mjs +90 -87
- package/fesm2020/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +142 -4
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/icon-selector/icons/ecommerce/index.d.ts +1 -1
- package/locales/de.po +3 -0
- package/locales/en.po +80 -8
- package/locales/locales.pot +4 -4
- package/package.json +1 -1
- package/upgrade/ng1/downgraded.services.d.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-icon-selector-icons-ecommerce.mjs","sources":["../../icon-selector/icons/ecommerce/index.ts","../../icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.ts"],"sourcesContent":["import { gettext } from '@c8y/ngx-components';\n\nexport const ecommerceIcons = [\n ['gift'],\n ['small-business'],\n ['pricing'],\n ['free-trial'],\n ['buy1', 'cart-plus', 'cart-arrow-down'],\n ['return-purchase'],\n ['shopping-cart-with-money'],\n ['buying', 'shopping-cart'],\n ['procurement'],\n ['delivery-handcart'],\n ['cheap-21'],\n ['average-2'],\n ['stripe1'],\n ['loyalty-card'],\n ['shopping-check'],\n ['shopping-bag'],\n ['atm'],\n ['bank-card-dollar'],\n ['bank-card-euro'],\n ['contactless-payment'],\n ['qr-code', 'qrcode'],\n ['data-matrix-code'],\n ['barcode'],\n ['no-barcode'],\n ['refresh-barcode'],\n ['touch-id'],\n ['redeem'],\n ['card-exchange'],\n ['card-security'],\n ['cash-register'],\n ['cost'],\n ['create-order'],\n ['online-payment1'],\n ['rent1'],\n ['package-settings'],\n ['product-loading'],\n ['purchase-order'],\n ['receipt1'],\n ['scan-stock'],\n ['shipment-logistic'],\n ['shipping-center'],\n ['shipping-centre-loading-belt'],\n ['shopaholic'],\n ['basket'],\n ['shopping-basket'],\n ['add-basket'],\n ['paid']\n];\n\nexport const ecommerceIconCategory = {\n label: gettext('
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-icon-selector-icons-ecommerce.mjs","sources":["../../icon-selector/icons/ecommerce/index.ts","../../icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.ts"],"sourcesContent":["import { gettext } from '@c8y/ngx-components';\n\nexport const ecommerceIcons = [\n ['gift'],\n ['small-business'],\n ['pricing'],\n ['free-trial'],\n ['buy1', 'cart-plus', 'cart-arrow-down'],\n ['return-purchase'],\n ['shopping-cart-with-money'],\n ['buying', 'shopping-cart'],\n ['procurement'],\n ['delivery-handcart'],\n ['cheap-21'],\n ['average-2'],\n ['stripe1'],\n ['loyalty-card'],\n ['shopping-check'],\n ['shopping-bag'],\n ['atm'],\n ['bank-card-dollar'],\n ['bank-card-euro'],\n ['contactless-payment'],\n ['qr-code', 'qrcode'],\n ['data-matrix-code'],\n ['barcode'],\n ['no-barcode'],\n ['refresh-barcode'],\n ['touch-id'],\n ['redeem'],\n ['card-exchange'],\n ['card-security'],\n ['cash-register'],\n ['cost'],\n ['create-order'],\n ['online-payment1'],\n ['rent1'],\n ['package-settings'],\n ['product-loading'],\n ['purchase-order'],\n ['receipt1'],\n ['scan-stock'],\n ['shipment-logistic'],\n ['shipping-center'],\n ['shipping-centre-loading-belt'],\n ['shopaholic'],\n ['basket'],\n ['shopping-basket'],\n ['add-basket'],\n ['paid']\n];\n\nexport const ecommerceIconCategory = {\n label: gettext('e-commerce`icons-category`'),\n icons: ecommerceIcons\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAEa,MAAA,cAAc,GAAG;AAC5B,IAAA,CAAC,MAAM,CAAC;AACR,IAAA,CAAC,gBAAgB,CAAC;AAClB,IAAA,CAAC,SAAS,CAAC;AACX,IAAA,CAAC,YAAY,CAAC;AACd,IAAA,CAAC,MAAM,EAAE,WAAW,EAAE,iBAAiB,CAAC;AACxC,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,0BAA0B,CAAC;IAC5B,CAAC,QAAQ,EAAE,eAAe,CAAC;AAC3B,IAAA,CAAC,aAAa,CAAC;AACf,IAAA,CAAC,mBAAmB,CAAC;AACrB,IAAA,CAAC,UAAU,CAAC;AACZ,IAAA,CAAC,WAAW,CAAC;AACb,IAAA,CAAC,SAAS,CAAC;AACX,IAAA,CAAC,cAAc,CAAC;AAChB,IAAA,CAAC,gBAAgB,CAAC;AAClB,IAAA,CAAC,cAAc,CAAC;AAChB,IAAA,CAAC,KAAK,CAAC;AACP,IAAA,CAAC,kBAAkB,CAAC;AACpB,IAAA,CAAC,gBAAgB,CAAC;AAClB,IAAA,CAAC,qBAAqB,CAAC;IACvB,CAAC,SAAS,EAAE,QAAQ,CAAC;AACrB,IAAA,CAAC,kBAAkB,CAAC;AACpB,IAAA,CAAC,SAAS,CAAC;AACX,IAAA,CAAC,YAAY,CAAC;AACd,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,UAAU,CAAC;AACZ,IAAA,CAAC,QAAQ,CAAC;AACV,IAAA,CAAC,eAAe,CAAC;AACjB,IAAA,CAAC,eAAe,CAAC;AACjB,IAAA,CAAC,eAAe,CAAC;AACjB,IAAA,CAAC,MAAM,CAAC;AACR,IAAA,CAAC,cAAc,CAAC;AAChB,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,OAAO,CAAC;AACT,IAAA,CAAC,kBAAkB,CAAC;AACpB,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,gBAAgB,CAAC;AAClB,IAAA,CAAC,UAAU,CAAC;AACZ,IAAA,CAAC,YAAY,CAAC;AACd,IAAA,CAAC,mBAAmB,CAAC;AACrB,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,8BAA8B,CAAC;AAChC,IAAA,CAAC,YAAY,CAAC;AACd,IAAA,CAAC,QAAQ,CAAC;AACV,IAAA,CAAC,iBAAiB,CAAC;AACnB,IAAA,CAAC,YAAY,CAAC;AACd,IAAA,CAAC,MAAM,CAAC;EACR;AAEW,MAAA,qBAAqB,GAAG;AACnC,IAAA,KAAK,EAAE,OAAO,CAAC,4BAA4B,CAAC;AAC5C,IAAA,KAAK,EAAE,cAAc;;;ACtDvB;;AAEG;;;;"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgZone, Injectable, NgModule, Inject, Component, ChangeDetectionStrategy, Optional } from '@angular/core';
|
|
3
|
+
import { setAngularJSGlobal, downgradeComponent, downgradeInjectable } from '@angular/upgrade/static';
|
|
1
4
|
import * as i2 from '@c8y/ngx-components';
|
|
2
|
-
import { ViewContext, EmptyComponent, gettext, AppStateService, RouterService, ActionService, TenantUiService,
|
|
5
|
+
import { DatePipe, ViewContext, EmptyComponent, gettext, AppStateService, RouterService, ActionService, TenantUiService, RouterModule, hookNavigator, hookTab, hookActionBar, hookAction, hookBreadcrumb, hookDocs, BootstrapComponent, UserTotpRevokeComponent, DataGridComponent, LoadingComponent, RangeDisplayComponent, HelpComponent, HighlightComponent, EmptyStateComponent, HOOK_PATTERN_MESSAGES, HeaderService, AlertService, UserMenuService, DocsService, PasswordService, CachedLocaleDictionaryService, ModalService, GainsightService, FilesService, NavigatorNodeRoot, getActivatedRoute, DynamicDatapointsResolver, DynamicManagedObjectResolver, C8yTranslateModule, hookComponent } from '@c8y/ngx-components';
|
|
6
|
+
import * as angular from 'angular';
|
|
3
7
|
import { ReplaySubject, BehaviorSubject, of, combineLatest, from, fromEventPattern, Subject, defer } from 'rxjs';
|
|
4
8
|
import { filter, merge, debounceTime, switchMap, startWith, map as map$1, shareReplay, take } from 'rxjs/operators';
|
|
5
9
|
import { map, unary, find, forEach, startsWith, isArray, assign, every, pick, property, some, get } from 'lodash-es';
|
|
6
10
|
import * as i1$1 from '@angular/router';
|
|
7
11
|
import { ActivationEnd, Router } from '@angular/router';
|
|
8
|
-
import * as i0 from '@angular/core';
|
|
9
|
-
import { NgZone, Injectable, NgModule, Inject, Component, ChangeDetectionStrategy, Optional } from '@angular/core';
|
|
10
12
|
import { BasicAuth, FetchClient, QueriesUtil } from '@c8y/client';
|
|
11
|
-
import * as angular from 'angular';
|
|
12
|
-
import { setAngularJSGlobal, downgradeComponent, downgradeInjectable } from '@angular/upgrade/static';
|
|
13
13
|
import { AppLogsAutoRefreshComponent } from '@c8y/ngx-components/app-logs';
|
|
14
14
|
import { DatapointSelectionListComponent } from '@c8y/ngx-components/datapoint-selector';
|
|
15
15
|
import { ApiService } from '@c8y/ngx-components/api';
|
|
16
|
+
import { DeviceTypeDetailEditedService } from '@c8y/ngx-components/device-protocols';
|
|
16
17
|
import * as i1 from '@ngx-translate/core';
|
|
17
18
|
import { TranslateService } from '@ngx-translate/core';
|
|
18
19
|
import * as i2$1 from '@c8y/ngx-components/context-dashboard';
|
|
@@ -20,6 +21,23 @@ import { ContextDashboardService } from '@c8y/ngx-components/context-dashboard';
|
|
|
20
21
|
import { CommonModule } from '@angular/common';
|
|
21
22
|
import { AssetSelectorModule } from '@c8y/ngx-components/assets-navigator';
|
|
22
23
|
|
|
24
|
+
class AbsoluteDateService {
|
|
25
|
+
constructor(datePipe) {
|
|
26
|
+
this.datePipe = datePipe;
|
|
27
|
+
}
|
|
28
|
+
getFilter() {
|
|
29
|
+
return (value) => this.datePipe.transform(value);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
function absoluteDateServiceFactory(datePipe) {
|
|
33
|
+
return new AbsoluteDateService(datePipe).getFilter();
|
|
34
|
+
}
|
|
35
|
+
const absoluteDateServiceProvider = {
|
|
36
|
+
provide: AbsoluteDateService,
|
|
37
|
+
useFactory: absoluteDateServiceFactory,
|
|
38
|
+
deps: [DatePipe]
|
|
39
|
+
};
|
|
40
|
+
|
|
23
41
|
var ViewContextLegacyParameter;
|
|
24
42
|
(function (ViewContextLegacyParameter) {
|
|
25
43
|
ViewContextLegacyParameter["Device"] = "deviceId";
|
|
@@ -528,75 +546,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
528
546
|
type: Injectable
|
|
529
547
|
}], ctorParameters: function () { return [{ type: BridgeService }, { type: i2.TabsService }]; } });
|
|
530
548
|
|
|
531
|
-
class Ng1BreadcrumbFactoryService {
|
|
532
|
-
constructor(bridge) {
|
|
533
|
-
this.bridge = bridge;
|
|
534
|
-
this.trigger = new ReplaySubject(1);
|
|
535
|
-
this.breadcrumbs = this.trigger.pipe(debounceTime(100), switchMap(() => {
|
|
536
|
-
return this.bridge.getBreadcrumbs();
|
|
537
|
-
}));
|
|
538
|
-
}
|
|
539
|
-
get() {
|
|
540
|
-
this.trigger.next();
|
|
541
|
-
return this.breadcrumbs;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
Ng1BreadcrumbFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
545
|
-
Ng1BreadcrumbFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService });
|
|
546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService, decorators: [{
|
|
547
|
-
type: Injectable
|
|
548
|
-
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
549
|
-
|
|
550
|
-
class Ng1NodesFactoryService {
|
|
551
|
-
constructor(bridge) {
|
|
552
|
-
this.bridge = bridge;
|
|
553
|
-
}
|
|
554
|
-
get() {
|
|
555
|
-
return this.bridge.navigationNodes$;
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
Ng1NodesFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
559
|
-
Ng1NodesFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService });
|
|
560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService, decorators: [{
|
|
561
|
-
type: Injectable
|
|
562
|
-
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
563
|
-
|
|
564
|
-
class Ng1TabsFactoryService {
|
|
565
|
-
constructor(bridge) {
|
|
566
|
-
this.bridge = bridge;
|
|
567
|
-
this.tabsObservable = bridge.getTabs();
|
|
568
|
-
}
|
|
569
|
-
get() {
|
|
570
|
-
return this.tabsObservable;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
Ng1TabsFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
574
|
-
Ng1TabsFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService });
|
|
575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService, decorators: [{
|
|
576
|
-
type: Injectable
|
|
577
|
-
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
578
|
-
|
|
579
|
-
class Ng1DocsFactoryService {
|
|
580
|
-
constructor(bridge) {
|
|
581
|
-
this.bridge = bridge;
|
|
582
|
-
this.links = this.bridge.getQuickLinks();
|
|
583
|
-
this.links.then(list => {
|
|
584
|
-
list.map(el => {
|
|
585
|
-
el.type = el.type || 'quicklink';
|
|
586
|
-
return el;
|
|
587
|
-
});
|
|
588
|
-
});
|
|
589
|
-
}
|
|
590
|
-
get() {
|
|
591
|
-
return this.links;
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
Ng1DocsFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
595
|
-
Ng1DocsFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService });
|
|
596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService, decorators: [{
|
|
597
|
-
type: Injectable
|
|
598
|
-
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
599
|
-
|
|
600
549
|
class AuthBridgeService {
|
|
601
550
|
constructor(injector, basicAuth, fetchClient, appState, tenantUiService) {
|
|
602
551
|
this.injector = injector;
|
|
@@ -662,22 +611,59 @@ const authBridgeServiceProvider = {
|
|
|
662
611
|
deps: ['$injector', BasicAuth, FetchClient, AppStateService, TenantUiService]
|
|
663
612
|
};
|
|
664
613
|
|
|
665
|
-
class
|
|
666
|
-
constructor(
|
|
667
|
-
this.
|
|
614
|
+
class Ng1BreadcrumbFactoryService {
|
|
615
|
+
constructor(bridge) {
|
|
616
|
+
this.bridge = bridge;
|
|
617
|
+
this.trigger = new ReplaySubject(1);
|
|
618
|
+
this.breadcrumbs = this.trigger.pipe(debounceTime(100), switchMap(() => {
|
|
619
|
+
return this.bridge.getBreadcrumbs();
|
|
620
|
+
}));
|
|
668
621
|
}
|
|
669
|
-
|
|
670
|
-
|
|
622
|
+
get() {
|
|
623
|
+
this.trigger.next();
|
|
624
|
+
return this.breadcrumbs;
|
|
671
625
|
}
|
|
672
626
|
}
|
|
673
|
-
|
|
674
|
-
|
|
627
|
+
Ng1BreadcrumbFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
628
|
+
Ng1BreadcrumbFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService });
|
|
629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1BreadcrumbFactoryService, decorators: [{
|
|
630
|
+
type: Injectable
|
|
631
|
+
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
632
|
+
|
|
633
|
+
class Ng1DocsFactoryService {
|
|
634
|
+
constructor(bridge) {
|
|
635
|
+
this.bridge = bridge;
|
|
636
|
+
this.links = this.bridge.getQuickLinks();
|
|
637
|
+
this.links.then(list => {
|
|
638
|
+
list.map(el => {
|
|
639
|
+
el.type = el.type || 'quicklink';
|
|
640
|
+
return el;
|
|
641
|
+
});
|
|
642
|
+
});
|
|
643
|
+
}
|
|
644
|
+
get() {
|
|
645
|
+
return this.links;
|
|
646
|
+
}
|
|
675
647
|
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
};
|
|
648
|
+
Ng1DocsFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
649
|
+
Ng1DocsFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService });
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1DocsFactoryService, decorators: [{
|
|
651
|
+
type: Injectable
|
|
652
|
+
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
653
|
+
|
|
654
|
+
class Ng1NodesFactoryService {
|
|
655
|
+
constructor(bridge) {
|
|
656
|
+
this.bridge = bridge;
|
|
657
|
+
}
|
|
658
|
+
get() {
|
|
659
|
+
return this.bridge.navigationNodes$;
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
Ng1NodesFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
663
|
+
Ng1NodesFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService });
|
|
664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1NodesFactoryService, decorators: [{
|
|
665
|
+
type: Injectable
|
|
666
|
+
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
681
667
|
|
|
682
668
|
class Ng1SmartRulesService {
|
|
683
669
|
}
|
|
@@ -690,6 +676,21 @@ const smartRulesServiceProvider = {
|
|
|
690
676
|
deps: ['$injector']
|
|
691
677
|
};
|
|
692
678
|
|
|
679
|
+
class Ng1TabsFactoryService {
|
|
680
|
+
constructor(bridge) {
|
|
681
|
+
this.bridge = bridge;
|
|
682
|
+
this.tabsObservable = bridge.getTabs();
|
|
683
|
+
}
|
|
684
|
+
get() {
|
|
685
|
+
return this.tabsObservable;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
Ng1TabsFactoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService, deps: [{ token: BridgeService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
689
|
+
Ng1TabsFactoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService });
|
|
690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: Ng1TabsFactoryService, decorators: [{
|
|
691
|
+
type: Injectable
|
|
692
|
+
}], ctorParameters: function () { return [{ type: BridgeService }]; } });
|
|
693
|
+
|
|
693
694
|
setAngularJSGlobal(angular);
|
|
694
695
|
class UpgradeModule {
|
|
695
696
|
}
|
|
@@ -822,6 +823,7 @@ const serverMessagesService = downgradeInjectable(ServerMessagesService);
|
|
|
822
823
|
const modalService = downgradeInjectable(ModalService);
|
|
823
824
|
const gainsightService = downgradeInjectable(GainsightService);
|
|
824
825
|
const filesService = downgradeInjectable(FilesService);
|
|
826
|
+
const deviceTypeDetailEditedService = downgradeInjectable(DeviceTypeDetailEditedService);
|
|
825
827
|
|
|
826
828
|
function gettextCatalogDecorator($delegate, $interpolate, c8yTranslate) {
|
|
827
829
|
'ngInject';
|
|
@@ -1209,7 +1211,8 @@ angular
|
|
|
1209
1211
|
.factory('c8yCachedLocaleDictionaryService', cachedLocaleDictionaryService)
|
|
1210
1212
|
.decorator('gettextCatalog', gettextCatalogDecorator)
|
|
1211
1213
|
.factory('c8yServerMessages', serverMessagesService)
|
|
1212
|
-
.factory('ngZone', downgradeInjectable(NgZone))
|
|
1214
|
+
.factory('ngZone', downgradeInjectable(NgZone))
|
|
1215
|
+
.factory('c8yDeviceTypeDetailEdited', deviceTypeDetailEditedService);
|
|
1213
1216
|
const ng1Modules = ['app', NAME];
|
|
1214
1217
|
|
|
1215
1218
|
class HybridAppModule {
|