adb-shared 1.0.21 → 2.0.1
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/{esm2015/adb-shared.js → esm2020/adb-shared.mjs} +0 -0
- package/esm2020/lib/components/adb-header/adb-header.component.mjs +102 -0
- package/{esm2015/lib/components/adb-header/adb-header.module.js → esm2020/lib/components/adb-header/adb-header.module.mjs} +5 -5
- package/{esm2015/lib/components/adb-header/environment.service.js → esm2020/lib/components/adb-header/environment.service.mjs} +4 -4
- package/{esm2015/lib/components/adb-header/navigation.model.js → esm2020/lib/components/adb-header/navigation.model.mjs} +0 -0
- package/esm2020/lib/components/date-picker/adb-date-picker.component.mjs +137 -0
- package/esm2020/lib/components/date-picker/adb-date-picker.directive.mjs +117 -0
- package/esm2020/lib/components/date-picker/adb-date-picker.module.mjs +24 -0
- package/esm2020/lib/components/date-picker/adb-date-picker.service.mjs +28 -0
- package/{esm2015/lib/components/pagers/infinite-scroll.component.js → esm2020/lib/components/pagers/infinite-scroll.component.mjs} +4 -4
- package/{esm2015/lib/components/pagers/pager-base.directive.js → esm2020/lib/components/pagers/pager-base.directive.mjs} +4 -4
- package/esm2020/lib/components/pagers/pager.mjs +31 -0
- package/{esm2015/lib/components/pagers/pagers.module.js → esm2020/lib/components/pagers/pagers.module.mjs} +5 -5
- package/esm2020/lib/directives/click-outside.directive.mjs +28 -0
- package/{esm2015/lib/directives/directives.module.js → esm2020/lib/directives/directives.module.mjs} +5 -5
- package/{esm2015/lib/directives/focus.directive.js → esm2020/lib/directives/focus.directive.mjs} +4 -4
- package/esm2020/lib/pipes/date.pipe.mjs +22 -0
- package/{esm2015/lib/pipes/highlight.pipe.js → esm2020/lib/pipes/highlight.pipe.mjs} +4 -4
- package/{esm2015/lib/pipes/number-spacing.pipe.js → esm2020/lib/pipes/number-spacing.pipe.mjs} +4 -4
- package/esm2020/lib/pipes/pipes.module.mjs +19 -0
- package/esm2020/public-api.mjs +19 -0
- package/fesm2015/adb-shared.mjs +727 -0
- package/fesm2015/adb-shared.mjs.map +1 -0
- package/fesm2020/adb-shared.mjs +724 -0
- package/fesm2020/adb-shared.mjs.map +1 -0
- package/lib/components/date-picker/adb-date-picker.component.d.ts +54 -0
- package/lib/components/date-picker/adb-date-picker.directive.d.ts +33 -0
- package/lib/components/date-picker/adb-date-picker.module.d.ts +12 -0
- package/lib/components/date-picker/adb-date-picker.service.d.ts +20 -0
- package/lib/directives/click-outside.directive.d.ts +1 -1
- package/lib/pipes/date.pipe.d.ts +10 -0
- package/lib/pipes/pipes.module.d.ts +2 -1
- package/package.json +25 -11
- package/public-api.d.ts +4 -0
- package/bundles/adb-shared.umd.js +0 -831
- package/bundles/adb-shared.umd.js.map +0 -1
- package/esm2015/lib/components/adb-header/adb-header.component.js +0 -104
- package/esm2015/lib/components/pagers/pager.js +0 -34
- package/esm2015/lib/directives/click-outside.directive.js +0 -28
- package/esm2015/lib/pipes/pipes.module.js +0 -18
- package/esm2015/public-api.js +0 -15
- package/fesm2015/adb-shared.js +0 -432
- package/fesm2015/adb-shared.js.map +0 -1
|
@@ -1,831 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@ngx-translate/core'), require('rxjs'), require('@angular/common/http'), require('@angular/router')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('adb-shared', ['exports', '@angular/common', '@angular/core', '@ngx-translate/core', 'rxjs', '@angular/common/http', '@angular/router'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["adb-shared"] = {}, global.ng.common, global.ng.core, global.i3, global.rxjs, global.ng.common.http, global.ng.router));
|
|
5
|
-
})(this, (function (exports, i4, i0, i3, rxjs, i1, i1$1) { 'use strict';
|
|
6
|
-
|
|
7
|
-
function _interopNamespace(e) {
|
|
8
|
-
if (e && e.__esModule) return e;
|
|
9
|
-
var n = Object.create(null);
|
|
10
|
-
if (e) {
|
|
11
|
-
Object.keys(e).forEach(function (k) {
|
|
12
|
-
if (k !== 'default') {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return e[k]; }
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
n["default"] = e;
|
|
22
|
-
return Object.freeze(n);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
26
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
27
|
-
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
28
|
-
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
29
|
-
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
30
|
-
|
|
31
|
-
var EnvironmentService = /** @class */ (function () {
|
|
32
|
-
function EnvironmentService(environment) {
|
|
33
|
-
this.environment = environment;
|
|
34
|
-
}
|
|
35
|
-
return EnvironmentService;
|
|
36
|
-
}());
|
|
37
|
-
/** @nocollapse */ EnvironmentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EnvironmentService, deps: [{ token: 'env' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
38
|
-
/** @nocollapse */ EnvironmentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EnvironmentService });
|
|
39
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EnvironmentService, decorators: [{
|
|
40
|
-
type: i0.Injectable
|
|
41
|
-
}], ctorParameters: function () {
|
|
42
|
-
return [{ type: undefined, decorators: [{
|
|
43
|
-
type: i0.Inject,
|
|
44
|
-
args: ['env']
|
|
45
|
-
}] }];
|
|
46
|
-
} });
|
|
47
|
-
|
|
48
|
-
var ADBHeaderComponent = /** @class */ (function () {
|
|
49
|
-
function ADBHeaderComponent(httpClient, envService, trans) {
|
|
50
|
-
this.httpClient = httpClient;
|
|
51
|
-
this.envService = envService;
|
|
52
|
-
this.trans = trans;
|
|
53
|
-
this.subscription = new rxjs.Subscription();
|
|
54
|
-
this.loginClicked = new i0.EventEmitter();
|
|
55
|
-
this.logoutClicked = new i0.EventEmitter();
|
|
56
|
-
this.dropMenuChange = new i0.EventEmitter();
|
|
57
|
-
this.translationFinished = false;
|
|
58
|
-
this.showMenu = false;
|
|
59
|
-
this.showUserMenu = false;
|
|
60
|
-
}
|
|
61
|
-
Object.defineProperty(ADBHeaderComponent.prototype, "userName", {
|
|
62
|
-
set: function (fullName) {
|
|
63
|
-
this.fullName = fullName;
|
|
64
|
-
var splitted = fullName.split(' ');
|
|
65
|
-
if ((splitted === null || splitted === void 0 ? void 0 : splitted.length) > 1) {
|
|
66
|
-
var initials = splitted.shift().charAt(0) + splitted.pop().charAt(0);
|
|
67
|
-
this.initials = initials.toUpperCase();
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
70
|
-
this.initials = this.fullName ? this.fullName.charAt(0).toUpperCase() : this.fullName;
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
enumerable: false,
|
|
74
|
-
configurable: true
|
|
75
|
-
});
|
|
76
|
-
;
|
|
77
|
-
ADBHeaderComponent.prototype.ngOnInit = function () {
|
|
78
|
-
var _this = this;
|
|
79
|
-
this.url = window.location.href;
|
|
80
|
-
var baseUrl = this.envService.environment.resourceUrl;
|
|
81
|
-
this.subscription.add(this.httpClient.get(baseUrl + '/assets/links.json').subscribe(function (result) {
|
|
82
|
-
_this.navigation = result;
|
|
83
|
-
}));
|
|
84
|
-
this.initTranslations(baseUrl);
|
|
85
|
-
};
|
|
86
|
-
ADBHeaderComponent.prototype.initTranslations = function (baseUrl) {
|
|
87
|
-
var _this = this;
|
|
88
|
-
if (this.trans.store.translations[this.trans.currentLang]) {
|
|
89
|
-
this.loadTranslation(baseUrl, this.trans.currentLang);
|
|
90
|
-
}
|
|
91
|
-
this.subscription.add(this.trans.onLangChange.subscribe(function (event) {
|
|
92
|
-
_this.translationFinished = false;
|
|
93
|
-
_this.loadTranslation(baseUrl, event.lang);
|
|
94
|
-
}));
|
|
95
|
-
};
|
|
96
|
-
ADBHeaderComponent.prototype.loadTranslation = function (baseUrl, lang) {
|
|
97
|
-
var _this = this;
|
|
98
|
-
//TODO: Prepare for diffents lang then en sv (en-GB) or add more files in devcomponentserver :)
|
|
99
|
-
this.subscription.add(this.httpClient.get(baseUrl + ("/assets/i18n/" + lang + ".json")).subscribe(function (translations) {
|
|
100
|
-
_this.trans.setTranslation(lang, translations, true);
|
|
101
|
-
_this.translationFinished = true;
|
|
102
|
-
}));
|
|
103
|
-
};
|
|
104
|
-
ADBHeaderComponent.prototype.showMenuDropdown = function (show) {
|
|
105
|
-
if (this.showMenu !== show) {
|
|
106
|
-
this.showMenu = show;
|
|
107
|
-
this.dropMenuChange.emit(show);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
ADBHeaderComponent.prototype.setLanguage = function (lang) {
|
|
111
|
-
this.trans.use(lang);
|
|
112
|
-
this.showMenu = false;
|
|
113
|
-
//TODO: set localstorage/cookies or probaly event to main app
|
|
114
|
-
};
|
|
115
|
-
ADBHeaderComponent.prototype.onExpandLink = function (event, transId) {
|
|
116
|
-
event.preventDefault();
|
|
117
|
-
event.stopPropagation();
|
|
118
|
-
if (this.expandedLink === transId) {
|
|
119
|
-
this.expandedLink = null;
|
|
120
|
-
return;
|
|
121
|
-
}
|
|
122
|
-
this.expandedLink = transId;
|
|
123
|
-
};
|
|
124
|
-
ADBHeaderComponent.prototype.login = function () {
|
|
125
|
-
this.loginClicked.emit();
|
|
126
|
-
};
|
|
127
|
-
ADBHeaderComponent.prototype.logout = function () {
|
|
128
|
-
this.logoutClicked.emit();
|
|
129
|
-
};
|
|
130
|
-
ADBHeaderComponent.prototype.ngOnDestroy = function () {
|
|
131
|
-
this.subscription.unsubscribe();
|
|
132
|
-
};
|
|
133
|
-
return ADBHeaderComponent;
|
|
134
|
-
}());
|
|
135
|
-
/** @nocollapse */ ADBHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderComponent, deps: [{ token: i1__namespace.HttpClient }, { token: EnvironmentService }, { token: i3__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
136
|
-
/** @nocollapse */ ADBHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ADBHeaderComponent, selector: "adb-header2", inputs: { userName: "userName" }, outputs: { loginClicked: "loginClicked", logoutClicked: "logoutClicked", dropMenuChange: "dropMenuChange" }, ngImport: i0__namespace, template: "<header id=\"top-header\" (clickOutside)=\"showUserMenu=false;showMenuDropdown(false);\">\r\n <nav class=\"d-flex flex-wrap px-3\">\r\n <div class=\"flex-grow-1 d-flex align-items-center justify-content-between justify-content-md-start\">\r\n <div class=\"logo d-none d-md-block\">\r\n <img src=\"/assets/images/logo.svg\" style=\"height: 3.2rem;\">\r\n </div>\r\n <div class=\"logo ps-2 d-sm-block d-md-none d-flex align-items-center\">\r\n <img src=\"/assets/images/logo_sm_white.png\" style=\"height: 2rem;\">\r\n </div>\r\n <strong class=\"bigger\">{{'ADB_HEADER.TITLE'|translate}}</strong>\r\n </div>\r\n <div *ngIf=\"translationFinished\" class=\"flex-grow-1 d-flex justify-content-lg-between justify-content-end align-items-center\">\r\n <div *ngIf=\"navigation\" class=\"d-flex align-items-center\">\r\n <nav class=\"d-none align-items-center d-lg-flex pe-4 gap-4\" *ngIf=\"navigation\">\r\n <ng-container *ngFor=\"let link of navigation.links\">\r\n <a href=\"{{link.url}}?lang={{trans.currentLang}}\" *ngIf=\"link.topLink\" [ngClass]=\"{'d-none d-xl-block':link.transId==='ADB_HEADER.OBSERVATION'}\">\r\n {{link.transId|translate}}\r\n </a>\r\n </ng-container>\r\n </nav>\r\n <div>\r\n <button type=\"button\" class=\"btn btn-sm py-1 px-2 btn-primary\" (click)=\"showUserMenu = false;showMenuDropdown(!showMenu)\">\r\n {{'ADB_HEADER.MENY'|translate}}\r\n <i class=\"ms-1 fas\" [ngClass]=\"showMenu?'fa-chevron-up':'fa-chevron-down'\"></i>\r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"d-none d-md-block ps-4\">\r\n <button *ngIf=\"initials\" type=\"button\" class=\"btn initials\" (click)=\"showUserMenu = !showUserMenu;showMenuDropdown(false)\">{{initials}}</button>\r\n <button *ngIf=\"!initials\" type=\"button\" (click)=\"showUserMenu = !showUserMenu;showMenuDropdown(false)\" class=\"btn btn-link\">\r\n {{'ADB_HEADER.LOGIN'|translate}}\r\n </button>\r\n </div>\r\n </div>\r\n </nav>\r\n <div class=\"menu\" *ngIf=\"showUserMenu\">\r\n <div class=\"menu-body bg-white p-3\" style=\"width:15rem\">\r\n <ng-container *ngIf=\"initials\">\r\n <div class=\"d-flex align-items-center gap-2 text-dark\">\r\n <span class=\"initials\">{{initials}}</span>\r\n <strong>{{fullName}}</strong>\r\n </div>\r\n <hr class=\"mx-n3 text-muted\">\r\n <button (click)=\"logout()\" type=\"button\" class=\"btn btn-link p-0\">\r\n <i class=\"fas fa-sign-out-alt me-1\"></i>{{'ADB_HEADER.LOGOUT'|translate}}\r\n </button>\r\n </ng-container>\r\n <ng-container *ngIf=\"!initials\">\r\n <div class=\"d-flex justify-content-center\">\r\n <button type=\"button\" class=\"btn btn-primary\" (click)=\"login()\" id=\"start-login\">{{'ADB_HEADER.LOGIN'|translate}}</button>\r\n </div>\r\n <a *ngIf=\"navigation\" class=\"d-block mt-3\" href=\"{{navigation.createAccountLink}}?lang={{trans.currentLang}}&returnUrl={{url}}\">\r\n {{'ADB_HEADER.CREATE_USER'|translate}}\r\n </a>\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div class=\"menu\" *ngIf=\"showMenu\">\r\n <div class=\"menu-body\" *ngIf=\"navigation\">\r\n <div class=\"px-3 pt-3 mb-1\">\r\n <div class=\"d-flex justify-content-between flex-wrap gap-2 mb-2\">\r\n <div>\r\n <div class=\"d-flex d-md-none align-items-center gap-2\" *ngIf=\"initials\">\r\n <span class=\"initials me-2\">{{initials}}</span>\r\n <button type=\"button\" (click)=\"logout()\" class=\"btn btn-primary\">\r\n {{'ADB_HEADER.LOGOUT'|translate}}\r\n </button>\r\n </div>\r\n <div class=\"d-flex gap-2 d-md-none\" *ngIf=\"!initials\">\r\n <button type=\"button\" (click)=\"login()\" class=\"btn btn-primary\" id=\"login\">\r\n {{'ADB_HEADER.LOGIN'|translate}}\r\n </button>\r\n <a href=\"{{navigation.createAccountLink}}?lang={{trans.currentLang}}&returnUrl={{url}}\"\r\n class=\"btn btn-primary text-white\">\r\n {{'ADB_HEADER.CREATE_USER'|translate}}\r\n </a>\r\n </div>\r\n </div>\r\n <div>\r\n <button type=\"button\" *ngIf=\"trans.currentLang==='en'\" (click)=\"setLanguage('sv')\"\r\n class=\"btn btn-primary\">\r\n {{'ADB_HEADER.IN_SWEDISH'|translate}}\r\n </button>\r\n <button type=\"button\" *ngIf=\"trans.currentLang==='sv'\" (click)=\"setLanguage('en')\"\r\n class=\"btn btn-primary\">\r\n {{'ADB_HEADER.IN_ENGLISH'|translate}}\r\n </button>\r\n </div>\r\n </div>\r\n {{'ADB_HEADER.SERVICES'|translate}}\r\n </div>\r\n <div id=\"splash\">\r\n <div class=\"px-3 d-flex flex-column\">\r\n <ul class=\"list-group ms-0 mb-0 ps-0\">\r\n <li class=\"mb-1 list-group-item p-0 rounded\" *ngFor=\"let link of navigation.links\"\r\n [attr.aria-expanded]=\"link.transId===expandedLink?true:false\" role=\"button\">\r\n <div class=\"d-flex align-items-center justify-content-between\">\r\n <a href=\"{{link.url}}?lang={{trans.currentLang}}\" class=\"d-flex align-items-center flex-grow-1 p-2\">\r\n <small class=\"fa-stack me-1\" *ngIf=\"link.icon\">\r\n <span class=\"fas fa-circle fa-stack-2x text-primary\"></span>\r\n <span class=\"fas fa-stack-1x fa-inverse\" [ngClass]=\"link.icon\"></span>\r\n </small>\r\n {{link.transId|translate}}\r\n </a>\r\n <button class=\"btn btn-expand me-2\" *ngIf=\"link.children?.length>0\" (click)=\"onExpandLink($event,link.transId)\">\r\n <i class=\"fas fa-chevron-up\" [ngClass]=\"link.transId===expandedLink?'d-block ':'d-none'\"></i>\r\n <i class=\"fas fa-chevron-down\" [ngClass]=\"link.transId!==expandedLink?'d-block ':'d-none'\"></i>\r\n </button>\r\n </div>\r\n <ul class=\"list-unstyled\" [ngClass]=\"link.transId===expandedLink?'d-block':'d-none'\">\r\n <li class=\"py-1 m-0\" [class.pt-0]=\"first\" *ngFor=\"let subLink of link.children;let first = first\" style=\"padding-left:3rem;\">\r\n <a class=\"w-100 d-block\" href=\"{{subLink.url}}?lang={{trans.currentLang}}\">\r\n {{subLink.transId|translate}}\r\n </a>\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n <div *ngIf=\"navigation.about\" class=\"mt-2 mb-auto\">\r\n <div class=\"mb-1\">{{'ADB_HEADER.CONTACT'|translate}}</div>\r\n <div class=\"mb-1 row\">\r\n <div class=\"col-sm-6 mb-2\">\r\n <div class=\"bg-white p-2 rounded\">\r\n <small class=\"fa-stack\" *ngIf=\"navigation.about.icon\">\r\n <span class=\"fas fa-circle fa-stack-2x text-primary\"></span>\r\n <span class=\"fas fa-stack-1x fa-inverse fa-envelope\"></span>\r\n </small>\r\n <a class=\"bg-white p-2\" href=\"mailto:artfakta@artdatabanken.se\">artfakta@artdatabanken.se</a>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-6 mb-2\">\r\n <div class=\"bg-white p-2 rounded\">\r\n <small class=\"fa-stack\" *ngIf=\"navigation.about.icon\">\r\n <span class=\"fas fa-circle fa-stack-2x text-primary\"></span>\r\n <span class=\"fas fa-stack-1x fa-inverse\" [ngClass]=\"navigation.about.icon\"></span>\r\n </small>\r\n <a [href]=\"navigation.about.url\">{{navigation.about.transId|translate}}</a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div style=\"height:10rem\"></div>\r\n <div class=\"mb-3\">\r\n {{'ADB_HEADER.DEVELOPED_BY'|translate}}\r\n <a href=\"https://www.artdatabanken.se/\" class=\"text-white\"><u>{{'ADB_HEADER.ARTDATABANKEN'|translate}}</u></a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</header>\r\n", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "translate": i3__namespace.TranslatePipe } });
|
|
137
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderComponent, decorators: [{
|
|
138
|
-
type: i0.Component,
|
|
139
|
-
args: [{
|
|
140
|
-
selector: 'adb-header2',
|
|
141
|
-
templateUrl: './adb-header.component.html'
|
|
142
|
-
}]
|
|
143
|
-
}], ctorParameters: function () { return [{ type: i1__namespace.HttpClient }, { type: EnvironmentService }, { type: i3__namespace.TranslateService }]; }, propDecorators: { loginClicked: [{
|
|
144
|
-
type: i0.Output
|
|
145
|
-
}], logoutClicked: [{
|
|
146
|
-
type: i0.Output
|
|
147
|
-
}], dropMenuChange: [{
|
|
148
|
-
type: i0.Output
|
|
149
|
-
}], userName: [{
|
|
150
|
-
type: i0.Input
|
|
151
|
-
}] } });
|
|
152
|
-
|
|
153
|
-
var ClickOutsideDirective = /** @class */ (function () {
|
|
154
|
-
function ClickOutsideDirective(elementRef) {
|
|
155
|
-
this.elementRef = elementRef;
|
|
156
|
-
this.adbClickOutside = new i0.EventEmitter();
|
|
157
|
-
}
|
|
158
|
-
ClickOutsideDirective.prototype.onClick = function (target) {
|
|
159
|
-
var clickedInside = this.elementRef.nativeElement.contains(target);
|
|
160
|
-
if (!clickedInside) {
|
|
161
|
-
this.adbClickOutside.emit();
|
|
162
|
-
}
|
|
163
|
-
};
|
|
164
|
-
return ClickOutsideDirective;
|
|
165
|
-
}());
|
|
166
|
-
/** @nocollapse */ ClickOutsideDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClickOutsideDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
167
|
-
/** @nocollapse */ ClickOutsideDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: ClickOutsideDirective, selector: "[adbClickOutside]", outputs: { adbClickOutside: "adbClickOutside" }, host: { listeners: { "document:click": "onClick($event.target)" } }, ngImport: i0__namespace });
|
|
168
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ClickOutsideDirective, decorators: [{
|
|
169
|
-
type: i0.Directive,
|
|
170
|
-
args: [{
|
|
171
|
-
selector: '[adbClickOutside]',
|
|
172
|
-
}]
|
|
173
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { adbClickOutside: [{
|
|
174
|
-
type: i0.Output
|
|
175
|
-
}], onClick: [{
|
|
176
|
-
type: i0.HostListener,
|
|
177
|
-
args: ['document:click', ['$event.target']]
|
|
178
|
-
}] } });
|
|
179
|
-
|
|
180
|
-
/* eslint-disable @angular-eslint/directive-selector */
|
|
181
|
-
var FocusDirective = /** @class */ (function () {
|
|
182
|
-
function FocusDirective(element) {
|
|
183
|
-
this.element = element;
|
|
184
|
-
this.focused = false;
|
|
185
|
-
}
|
|
186
|
-
FocusDirective.prototype.ngAfterViewInit = function () {
|
|
187
|
-
var _this = this;
|
|
188
|
-
// ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked.
|
|
189
|
-
if (this.focused) {
|
|
190
|
-
setTimeout(function () { return _this.element.nativeElement.focus(); }, 0);
|
|
191
|
-
}
|
|
192
|
-
};
|
|
193
|
-
return FocusDirective;
|
|
194
|
-
}());
|
|
195
|
-
/** @nocollapse */ FocusDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FocusDirective, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
196
|
-
/** @nocollapse */ FocusDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: FocusDirective, selector: "[adbFocus]", inputs: { focused: ["adbFocus", "focused"] }, ngImport: i0__namespace });
|
|
197
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FocusDirective, decorators: [{
|
|
198
|
-
type: i0.Directive,
|
|
199
|
-
args: [{
|
|
200
|
-
selector: '[adbFocus]',
|
|
201
|
-
}]
|
|
202
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { focused: [{
|
|
203
|
-
type: i0.Input,
|
|
204
|
-
args: ['adbFocus']
|
|
205
|
-
}] } });
|
|
206
|
-
|
|
207
|
-
var DirectivesModule = /** @class */ (function () {
|
|
208
|
-
function DirectivesModule() {
|
|
209
|
-
}
|
|
210
|
-
return DirectivesModule;
|
|
211
|
-
}());
|
|
212
|
-
/** @nocollapse */ DirectivesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DirectivesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
213
|
-
/** @nocollapse */ DirectivesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DirectivesModule, declarations: [ClickOutsideDirective, FocusDirective], exports: [ClickOutsideDirective, FocusDirective] });
|
|
214
|
-
/** @nocollapse */ DirectivesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DirectivesModule, imports: [[]] });
|
|
215
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DirectivesModule, decorators: [{
|
|
216
|
-
type: i0.NgModule,
|
|
217
|
-
args: [{
|
|
218
|
-
imports: [],
|
|
219
|
-
declarations: [ClickOutsideDirective, FocusDirective],
|
|
220
|
-
exports: [ClickOutsideDirective, FocusDirective]
|
|
221
|
-
}]
|
|
222
|
-
}] });
|
|
223
|
-
|
|
224
|
-
var ADBHeaderModule = /** @class */ (function () {
|
|
225
|
-
function ADBHeaderModule() {
|
|
226
|
-
}
|
|
227
|
-
ADBHeaderModule.forRoot = function (environment) {
|
|
228
|
-
return {
|
|
229
|
-
ngModule: ADBHeaderModule,
|
|
230
|
-
providers: [
|
|
231
|
-
EnvironmentService,
|
|
232
|
-
{
|
|
233
|
-
provide: 'env',
|
|
234
|
-
useValue: environment
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
return ADBHeaderModule;
|
|
240
|
-
}());
|
|
241
|
-
/** @nocollapse */ ADBHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
242
|
-
/** @nocollapse */ ADBHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderModule, declarations: [ADBHeaderComponent], imports: [i4.CommonModule,
|
|
243
|
-
i1.HttpClientModule,
|
|
244
|
-
i1$1.RouterModule,
|
|
245
|
-
i3.TranslateModule,
|
|
246
|
-
DirectivesModule], exports: [ADBHeaderComponent] });
|
|
247
|
-
/** @nocollapse */ ADBHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderModule, imports: [[
|
|
248
|
-
i4.CommonModule,
|
|
249
|
-
i1.HttpClientModule,
|
|
250
|
-
i1$1.RouterModule,
|
|
251
|
-
i3.TranslateModule,
|
|
252
|
-
DirectivesModule
|
|
253
|
-
]] });
|
|
254
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ADBHeaderModule, decorators: [{
|
|
255
|
-
type: i0.NgModule,
|
|
256
|
-
args: [{
|
|
257
|
-
declarations: [ADBHeaderComponent],
|
|
258
|
-
imports: [
|
|
259
|
-
i4.CommonModule,
|
|
260
|
-
i1.HttpClientModule,
|
|
261
|
-
i1$1.RouterModule,
|
|
262
|
-
i3.TranslateModule,
|
|
263
|
-
DirectivesModule
|
|
264
|
-
],
|
|
265
|
-
exports: [ADBHeaderComponent]
|
|
266
|
-
}]
|
|
267
|
-
}] });
|
|
268
|
-
|
|
269
|
-
var InfiniteScrollComponent = /** @class */ (function () {
|
|
270
|
-
function InfiniteScrollComponent(_element) {
|
|
271
|
-
var _this = this;
|
|
272
|
-
this._element = _element;
|
|
273
|
-
this.onVisible = new i0.EventEmitter();
|
|
274
|
-
this.height = '1px';
|
|
275
|
-
this.checkForIntersection = function (entries) {
|
|
276
|
-
entries.forEach(function (entry) {
|
|
277
|
-
var isIntersecting = entry.isIntersecting &&
|
|
278
|
-
entry.target === _this._element.nativeElement;
|
|
279
|
-
if (isIntersecting) {
|
|
280
|
-
_this.onVisible.emit();
|
|
281
|
-
}
|
|
282
|
-
});
|
|
283
|
-
};
|
|
284
|
-
}
|
|
285
|
-
InfiniteScrollComponent.prototype.ngAfterViewInit = function () {
|
|
286
|
-
var _this = this;
|
|
287
|
-
this._intersectionObserver = new IntersectionObserver(function (entries) {
|
|
288
|
-
_this.checkForIntersection(entries);
|
|
289
|
-
}, {});
|
|
290
|
-
this._intersectionObserver.observe(this._element.nativeElement);
|
|
291
|
-
};
|
|
292
|
-
InfiniteScrollComponent.prototype.ngOnDestroy = function () {
|
|
293
|
-
if (this._intersectionObserver) {
|
|
294
|
-
this._intersectionObserver.disconnect();
|
|
295
|
-
}
|
|
296
|
-
};
|
|
297
|
-
return InfiniteScrollComponent;
|
|
298
|
-
}());
|
|
299
|
-
/** @nocollapse */ InfiniteScrollComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: InfiniteScrollComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
300
|
-
/** @nocollapse */ InfiniteScrollComponent.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: InfiniteScrollComponent, selector: "[onVisible]", outputs: { onVisible: "onVisible" }, host: { properties: { "style.height": "this.height" } }, ngImport: i0__namespace });
|
|
301
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: InfiniteScrollComponent, decorators: [{
|
|
302
|
-
type: i0.Directive,
|
|
303
|
-
args: [{ selector: "[onVisible]" }]
|
|
304
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { onVisible: [{
|
|
305
|
-
type: i0.Output
|
|
306
|
-
}], height: [{
|
|
307
|
-
type: i0.HostBinding,
|
|
308
|
-
args: ['style.height']
|
|
309
|
-
}] } });
|
|
310
|
-
|
|
311
|
-
/*! *****************************************************************************
|
|
312
|
-
Copyright (c) Microsoft Corporation.
|
|
313
|
-
|
|
314
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
315
|
-
purpose with or without fee is hereby granted.
|
|
316
|
-
|
|
317
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
318
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
319
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
320
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
321
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
322
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
323
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
324
|
-
***************************************************************************** */
|
|
325
|
-
/* global Reflect, Promise */
|
|
326
|
-
var extendStatics = function (d, b) {
|
|
327
|
-
extendStatics = Object.setPrototypeOf ||
|
|
328
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
329
|
-
function (d, b) { for (var p in b)
|
|
330
|
-
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
331
|
-
d[p] = b[p]; };
|
|
332
|
-
return extendStatics(d, b);
|
|
333
|
-
};
|
|
334
|
-
function __extends(d, b) {
|
|
335
|
-
if (typeof b !== "function" && b !== null)
|
|
336
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
337
|
-
extendStatics(d, b);
|
|
338
|
-
function __() { this.constructor = d; }
|
|
339
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
340
|
-
}
|
|
341
|
-
var __assign = function () {
|
|
342
|
-
__assign = Object.assign || function __assign(t) {
|
|
343
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
344
|
-
s = arguments[i];
|
|
345
|
-
for (var p in s)
|
|
346
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
347
|
-
t[p] = s[p];
|
|
348
|
-
}
|
|
349
|
-
return t;
|
|
350
|
-
};
|
|
351
|
-
return __assign.apply(this, arguments);
|
|
352
|
-
};
|
|
353
|
-
function __rest(s, e) {
|
|
354
|
-
var t = {};
|
|
355
|
-
for (var p in s)
|
|
356
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
357
|
-
t[p] = s[p];
|
|
358
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
359
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
360
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
361
|
-
t[p[i]] = s[p[i]];
|
|
362
|
-
}
|
|
363
|
-
return t;
|
|
364
|
-
}
|
|
365
|
-
function __decorate(decorators, target, key, desc) {
|
|
366
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
367
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
368
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
369
|
-
else
|
|
370
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
371
|
-
if (d = decorators[i])
|
|
372
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
373
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
374
|
-
}
|
|
375
|
-
function __param(paramIndex, decorator) {
|
|
376
|
-
return function (target, key) { decorator(target, key, paramIndex); };
|
|
377
|
-
}
|
|
378
|
-
function __metadata(metadataKey, metadataValue) {
|
|
379
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
380
|
-
return Reflect.metadata(metadataKey, metadataValue);
|
|
381
|
-
}
|
|
382
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
383
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
384
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
385
|
-
function fulfilled(value) { try {
|
|
386
|
-
step(generator.next(value));
|
|
387
|
-
}
|
|
388
|
-
catch (e) {
|
|
389
|
-
reject(e);
|
|
390
|
-
} }
|
|
391
|
-
function rejected(value) { try {
|
|
392
|
-
step(generator["throw"](value));
|
|
393
|
-
}
|
|
394
|
-
catch (e) {
|
|
395
|
-
reject(e);
|
|
396
|
-
} }
|
|
397
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
398
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
399
|
-
});
|
|
400
|
-
}
|
|
401
|
-
function __generator(thisArg, body) {
|
|
402
|
-
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
403
|
-
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
404
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
405
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
406
|
-
function step(op) {
|
|
407
|
-
if (f)
|
|
408
|
-
throw new TypeError("Generator is already executing.");
|
|
409
|
-
while (_)
|
|
410
|
-
try {
|
|
411
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
412
|
-
return t;
|
|
413
|
-
if (y = 0, t)
|
|
414
|
-
op = [op[0] & 2, t.value];
|
|
415
|
-
switch (op[0]) {
|
|
416
|
-
case 0:
|
|
417
|
-
case 1:
|
|
418
|
-
t = op;
|
|
419
|
-
break;
|
|
420
|
-
case 4:
|
|
421
|
-
_.label++;
|
|
422
|
-
return { value: op[1], done: false };
|
|
423
|
-
case 5:
|
|
424
|
-
_.label++;
|
|
425
|
-
y = op[1];
|
|
426
|
-
op = [0];
|
|
427
|
-
continue;
|
|
428
|
-
case 7:
|
|
429
|
-
op = _.ops.pop();
|
|
430
|
-
_.trys.pop();
|
|
431
|
-
continue;
|
|
432
|
-
default:
|
|
433
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
434
|
-
_ = 0;
|
|
435
|
-
continue;
|
|
436
|
-
}
|
|
437
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
438
|
-
_.label = op[1];
|
|
439
|
-
break;
|
|
440
|
-
}
|
|
441
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
442
|
-
_.label = t[1];
|
|
443
|
-
t = op;
|
|
444
|
-
break;
|
|
445
|
-
}
|
|
446
|
-
if (t && _.label < t[2]) {
|
|
447
|
-
_.label = t[2];
|
|
448
|
-
_.ops.push(op);
|
|
449
|
-
break;
|
|
450
|
-
}
|
|
451
|
-
if (t[2])
|
|
452
|
-
_.ops.pop();
|
|
453
|
-
_.trys.pop();
|
|
454
|
-
continue;
|
|
455
|
-
}
|
|
456
|
-
op = body.call(thisArg, _);
|
|
457
|
-
}
|
|
458
|
-
catch (e) {
|
|
459
|
-
op = [6, e];
|
|
460
|
-
y = 0;
|
|
461
|
-
}
|
|
462
|
-
finally {
|
|
463
|
-
f = t = 0;
|
|
464
|
-
}
|
|
465
|
-
if (op[0] & 5)
|
|
466
|
-
throw op[1];
|
|
467
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
471
|
-
if (k2 === undefined)
|
|
472
|
-
k2 = k;
|
|
473
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
474
|
-
}) : (function (o, m, k, k2) {
|
|
475
|
-
if (k2 === undefined)
|
|
476
|
-
k2 = k;
|
|
477
|
-
o[k2] = m[k];
|
|
478
|
-
});
|
|
479
|
-
function __exportStar(m, o) {
|
|
480
|
-
for (var p in m)
|
|
481
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
482
|
-
__createBinding(o, m, p);
|
|
483
|
-
}
|
|
484
|
-
function __values(o) {
|
|
485
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
486
|
-
if (m)
|
|
487
|
-
return m.call(o);
|
|
488
|
-
if (o && typeof o.length === "number")
|
|
489
|
-
return {
|
|
490
|
-
next: function () {
|
|
491
|
-
if (o && i >= o.length)
|
|
492
|
-
o = void 0;
|
|
493
|
-
return { value: o && o[i++], done: !o };
|
|
494
|
-
}
|
|
495
|
-
};
|
|
496
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
497
|
-
}
|
|
498
|
-
function __read(o, n) {
|
|
499
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
500
|
-
if (!m)
|
|
501
|
-
return o;
|
|
502
|
-
var i = m.call(o), r, ar = [], e;
|
|
503
|
-
try {
|
|
504
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
505
|
-
ar.push(r.value);
|
|
506
|
-
}
|
|
507
|
-
catch (error) {
|
|
508
|
-
e = { error: error };
|
|
509
|
-
}
|
|
510
|
-
finally {
|
|
511
|
-
try {
|
|
512
|
-
if (r && !r.done && (m = i["return"]))
|
|
513
|
-
m.call(i);
|
|
514
|
-
}
|
|
515
|
-
finally {
|
|
516
|
-
if (e)
|
|
517
|
-
throw e.error;
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
return ar;
|
|
521
|
-
}
|
|
522
|
-
/** @deprecated */
|
|
523
|
-
function __spread() {
|
|
524
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
525
|
-
ar = ar.concat(__read(arguments[i]));
|
|
526
|
-
return ar;
|
|
527
|
-
}
|
|
528
|
-
/** @deprecated */
|
|
529
|
-
function __spreadArrays() {
|
|
530
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
531
|
-
s += arguments[i].length;
|
|
532
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
533
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
534
|
-
r[k] = a[j];
|
|
535
|
-
return r;
|
|
536
|
-
}
|
|
537
|
-
function __spreadArray(to, from, pack) {
|
|
538
|
-
if (pack || arguments.length === 2)
|
|
539
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
540
|
-
if (ar || !(i in from)) {
|
|
541
|
-
if (!ar)
|
|
542
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
|
543
|
-
ar[i] = from[i];
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
547
|
-
}
|
|
548
|
-
function __await(v) {
|
|
549
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
550
|
-
}
|
|
551
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
552
|
-
if (!Symbol.asyncIterator)
|
|
553
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
554
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
555
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
556
|
-
function verb(n) { if (g[n])
|
|
557
|
-
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
558
|
-
function resume(n, v) { try {
|
|
559
|
-
step(g[n](v));
|
|
560
|
-
}
|
|
561
|
-
catch (e) {
|
|
562
|
-
settle(q[0][3], e);
|
|
563
|
-
} }
|
|
564
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
565
|
-
function fulfill(value) { resume("next", value); }
|
|
566
|
-
function reject(value) { resume("throw", value); }
|
|
567
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
568
|
-
resume(q[0][0], q[0][1]); }
|
|
569
|
-
}
|
|
570
|
-
function __asyncDelegator(o) {
|
|
571
|
-
var i, p;
|
|
572
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
573
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
574
|
-
}
|
|
575
|
-
function __asyncValues(o) {
|
|
576
|
-
if (!Symbol.asyncIterator)
|
|
577
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
578
|
-
var m = o[Symbol.asyncIterator], i;
|
|
579
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
580
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
581
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
582
|
-
}
|
|
583
|
-
function __makeTemplateObject(cooked, raw) {
|
|
584
|
-
if (Object.defineProperty) {
|
|
585
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
|
586
|
-
}
|
|
587
|
-
else {
|
|
588
|
-
cooked.raw = raw;
|
|
589
|
-
}
|
|
590
|
-
return cooked;
|
|
591
|
-
}
|
|
592
|
-
;
|
|
593
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
594
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
595
|
-
}) : function (o, v) {
|
|
596
|
-
o["default"] = v;
|
|
597
|
-
};
|
|
598
|
-
function __importStar(mod) {
|
|
599
|
-
if (mod && mod.__esModule)
|
|
600
|
-
return mod;
|
|
601
|
-
var result = {};
|
|
602
|
-
if (mod != null)
|
|
603
|
-
for (var k in mod)
|
|
604
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
605
|
-
__createBinding(result, mod, k);
|
|
606
|
-
__setModuleDefault(result, mod);
|
|
607
|
-
return result;
|
|
608
|
-
}
|
|
609
|
-
function __importDefault(mod) {
|
|
610
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
611
|
-
}
|
|
612
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
613
|
-
if (kind === "a" && !f)
|
|
614
|
-
throw new TypeError("Private accessor was defined without a getter");
|
|
615
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
616
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
617
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
618
|
-
}
|
|
619
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
620
|
-
if (kind === "m")
|
|
621
|
-
throw new TypeError("Private method is not writable");
|
|
622
|
-
if (kind === "a" && !f)
|
|
623
|
-
throw new TypeError("Private accessor was defined without a setter");
|
|
624
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
625
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
626
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
var PagerBaseDirective = /** @class */ (function () {
|
|
630
|
-
function PagerBaseDirective() {
|
|
631
|
-
this.limit = PagerBaseDirective.DEFAULT_LIMIT;
|
|
632
|
-
this.currentPage = 1;
|
|
633
|
-
}
|
|
634
|
-
PagerBaseDirective.prototype.calculatePages = function () {
|
|
635
|
-
this.amountOfPages = Math.ceil(this.totalCount / this.limit);
|
|
636
|
-
if ((this.currentPage + 1) > PagerBaseDirective.VISIBLE_PAGES) {
|
|
637
|
-
this.pages = [
|
|
638
|
-
this.currentPage - 2,
|
|
639
|
-
this.currentPage - 1, this.currentPage
|
|
640
|
-
];
|
|
641
|
-
var above = this.amountOfPages - this.currentPage;
|
|
642
|
-
if (above >= 1) {
|
|
643
|
-
this.pages.push(this.currentPage + 1);
|
|
644
|
-
}
|
|
645
|
-
if (above >= 2) {
|
|
646
|
-
this.pages.push(this.currentPage + 2);
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
else if (this.totalCount) {
|
|
650
|
-
var max = this.amountOfPages > PagerBaseDirective.VISIBLE_PAGES ? 5 : this.amountOfPages;
|
|
651
|
-
this.pages = Array(Math.ceil(max)).fill(1).map(function (x, i) { return i + 1; });
|
|
652
|
-
}
|
|
653
|
-
};
|
|
654
|
-
return PagerBaseDirective;
|
|
655
|
-
}());
|
|
656
|
-
PagerBaseDirective.DEFAULT_LIMIT = 10;
|
|
657
|
-
PagerBaseDirective.VISIBLE_PAGES = 5;
|
|
658
|
-
PagerBaseDirective.SKIP_RESOURCE = 'offset';
|
|
659
|
-
/** @nocollapse */ PagerBaseDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagerBaseDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
660
|
-
/** @nocollapse */ PagerBaseDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: PagerBaseDirective, inputs: { totalCount: "totalCount", limit: "limit" }, ngImport: i0__namespace });
|
|
661
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagerBaseDirective, decorators: [{
|
|
662
|
-
type: i0.Directive
|
|
663
|
-
}], propDecorators: { totalCount: [{
|
|
664
|
-
type: i0.Input
|
|
665
|
-
}], limit: [{
|
|
666
|
-
type: i0.Input
|
|
667
|
-
}] } });
|
|
668
|
-
|
|
669
|
-
var PagerComponent = /** @class */ (function (_super) {
|
|
670
|
-
__extends(PagerComponent, _super);
|
|
671
|
-
function PagerComponent(activatedRoute) {
|
|
672
|
-
var _this = _super.call(this) || this;
|
|
673
|
-
_this.activatedRoute = activatedRoute;
|
|
674
|
-
_this.subscription = new rxjs.Subscription();
|
|
675
|
-
return _this;
|
|
676
|
-
}
|
|
677
|
-
PagerComponent.prototype.ngOnInit = function () {
|
|
678
|
-
var _this = this;
|
|
679
|
-
this.subscription.add(this.activatedRoute.queryParams.subscribe(function (params) {
|
|
680
|
-
if (params.offset) {
|
|
681
|
-
_this.currentPage = (+params.offset / _this.limit) + 1;
|
|
682
|
-
}
|
|
683
|
-
_this.calculatePages();
|
|
684
|
-
}));
|
|
685
|
-
};
|
|
686
|
-
PagerComponent.prototype.ngOnDestroy = function () {
|
|
687
|
-
this.subscription.unsubscribe();
|
|
688
|
-
};
|
|
689
|
-
return PagerComponent;
|
|
690
|
-
}(PagerBaseDirective));
|
|
691
|
-
/** @nocollapse */ PagerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagerComponent, deps: [{ token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
692
|
-
/** @nocollapse */ PagerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: PagerComponent, selector: "adb-pager-nav", usesInheritance: true, ngImport: i0__namespace, template: "<nav *ngIf=\"pages&&pages.length>1&¤tPage<=amountOfPages\" class=\"d-flex justify-content-end pe-2 my-1\">\r\n <ul class=\"pagination mb-0\">\r\n <li class=\"page-item\" [class.disabled]=\"currentPage===1\">\r\n <a class=\"page-link\" [routerLink]=\"[]\" [queryParams]=\"{ offset: 0}\" queryParamsHandling=\"merge\">\r\n <i class=\"fas fa-chevron-double-left\"></i>\r\n </a>\r\n </li>\r\n <li class=\"page-item\" [class.disabled]=\"currentPage===1\">\r\n <a class=\"page-link\" [routerLink]=\"[]\" [queryParams]=\"{ offset: (currentPage-2)*limit}\"\r\n queryParamsHandling=\"merge\">\r\n <i class=\"fas fa-chevron-left\"></i>\r\n </a>\r\n </li>\r\n <li class=\"page-item\" [class.active]=\"currentPage===page\" *ngFor=\"let page of pages\">\r\n <a class=\"page-link\" [routerLink]=\"[]\" [queryParams]=\"{ offset: (page-1)*limit}\"\r\n queryParamsHandling=\"merge\">{{page}}</a>\r\n </li>\r\n <li class=\"page-item\" [class.disabled]=\"currentPage>=amountOfPages\">\r\n <a class=\"page-link\" [routerLink]=\"[]\" [queryParams]=\"{ offset: currentPage*limit}\"\r\n queryParamsHandling=\"merge\">\r\n <i class=\"fas fa-chevron-right\"></i>\r\n </a>\r\n </li>\r\n <li *ngIf=\"(amountOfPages-1)*limit<10000\" class=\"page-item\" [class.disabled]=\"currentPage>=amountOfPages\">\r\n <a class=\"page-link\" [routerLink]=\"[]\" [queryParams]=\"{ offset: (amountOfPages-1)*limit}\"\r\n queryParamsHandling=\"merge\">\r\n <i class=\"fas fa-chevron-double-right\"></i>\r\n </a>\r\n </li>\r\n </ul>\r\n</nav>", directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
693
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagerComponent, decorators: [{
|
|
694
|
-
type: i0.Component,
|
|
695
|
-
args: [{
|
|
696
|
-
selector: 'adb-pager-nav',
|
|
697
|
-
templateUrl: 'pager.html'
|
|
698
|
-
}]
|
|
699
|
-
}], ctorParameters: function () { return [{ type: i1__namespace$1.ActivatedRoute }]; } });
|
|
700
|
-
|
|
701
|
-
var PagersModule = /** @class */ (function () {
|
|
702
|
-
function PagersModule() {
|
|
703
|
-
}
|
|
704
|
-
return PagersModule;
|
|
705
|
-
}());
|
|
706
|
-
/** @nocollapse */ PagersModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagersModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
707
|
-
/** @nocollapse */ PagersModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagersModule, declarations: [InfiniteScrollComponent, PagerComponent], imports: [i4.CommonModule,
|
|
708
|
-
i1$1.RouterModule], exports: [InfiniteScrollComponent, PagerComponent] });
|
|
709
|
-
/** @nocollapse */ PagersModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagersModule, imports: [[
|
|
710
|
-
i4.CommonModule,
|
|
711
|
-
i1$1.RouterModule
|
|
712
|
-
]] });
|
|
713
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagersModule, decorators: [{
|
|
714
|
-
type: i0.NgModule,
|
|
715
|
-
args: [{
|
|
716
|
-
imports: [
|
|
717
|
-
i4.CommonModule,
|
|
718
|
-
i1$1.RouterModule
|
|
719
|
-
],
|
|
720
|
-
declarations: [InfiniteScrollComponent, PagerComponent],
|
|
721
|
-
exports: [InfiniteScrollComponent, PagerComponent]
|
|
722
|
-
}]
|
|
723
|
-
}] });
|
|
724
|
-
|
|
725
|
-
var HighlightPipe = /** @class */ (function () {
|
|
726
|
-
function HighlightPipe() {
|
|
727
|
-
this.format = /[`!@#$%*\\()_+\-=\[\]{};':"\\|,<>\/?~]/g;
|
|
728
|
-
}
|
|
729
|
-
HighlightPipe.prototype.transform = function (value, searchs) {
|
|
730
|
-
var e_1, _a;
|
|
731
|
-
if (!value) {
|
|
732
|
-
return value;
|
|
733
|
-
}
|
|
734
|
-
if (searchs) {
|
|
735
|
-
if (!Array.isArray(searchs)) {
|
|
736
|
-
searchs = searchs.split(' ').filter(function (s) { return s; });
|
|
737
|
-
}
|
|
738
|
-
try {
|
|
739
|
-
for (var searchs_1 = __values(searchs), searchs_1_1 = searchs_1.next(); !searchs_1_1.done; searchs_1_1 = searchs_1.next()) {
|
|
740
|
-
var search = searchs_1_1.value;
|
|
741
|
-
if (this.format.test(search)) {
|
|
742
|
-
search = search.replace(this.format, '');
|
|
743
|
-
}
|
|
744
|
-
var reText = new RegExp(search, 'gi');
|
|
745
|
-
value = value.replace(reText, '<mark>$&</mark>');
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
749
|
-
finally {
|
|
750
|
-
try {
|
|
751
|
-
if (searchs_1_1 && !searchs_1_1.done && (_a = searchs_1.return)) _a.call(searchs_1);
|
|
752
|
-
}
|
|
753
|
-
finally { if (e_1) throw e_1.error; }
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
return value;
|
|
757
|
-
};
|
|
758
|
-
return HighlightPipe;
|
|
759
|
-
}());
|
|
760
|
-
/** @nocollapse */ HighlightPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: HighlightPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
761
|
-
/** @nocollapse */ HighlightPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: HighlightPipe, name: "adbHighlight" });
|
|
762
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: HighlightPipe, decorators: [{
|
|
763
|
-
type: i0.Pipe,
|
|
764
|
-
args: [{
|
|
765
|
-
name: 'adbHighlight'
|
|
766
|
-
}]
|
|
767
|
-
}] });
|
|
768
|
-
|
|
769
|
-
var NumberSpacingPipe = /** @class */ (function () {
|
|
770
|
-
function NumberSpacingPipe() {
|
|
771
|
-
}
|
|
772
|
-
NumberSpacingPipe.prototype.transform = function (value) {
|
|
773
|
-
// If value is empty, 0 is falsy so perform an extra check to not make '0' to an empty string
|
|
774
|
-
if (!value && value !== 0) {
|
|
775
|
-
return '';
|
|
776
|
-
}
|
|
777
|
-
return value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ' ');
|
|
778
|
-
};
|
|
779
|
-
return NumberSpacingPipe;
|
|
780
|
-
}());
|
|
781
|
-
/** @nocollapse */ NumberSpacingPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NumberSpacingPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
782
|
-
/** @nocollapse */ NumberSpacingPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NumberSpacingPipe, name: "adbSpacing", pure: false });
|
|
783
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NumberSpacingPipe, decorators: [{
|
|
784
|
-
type: i0.Pipe,
|
|
785
|
-
args: [{
|
|
786
|
-
name: 'adbSpacing',
|
|
787
|
-
pure: false
|
|
788
|
-
}]
|
|
789
|
-
}] });
|
|
790
|
-
|
|
791
|
-
var PipesModule = /** @class */ (function () {
|
|
792
|
-
function PipesModule() {
|
|
793
|
-
}
|
|
794
|
-
return PipesModule;
|
|
795
|
-
}());
|
|
796
|
-
/** @nocollapse */ PipesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PipesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
797
|
-
/** @nocollapse */ PipesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PipesModule, declarations: [HighlightPipe, NumberSpacingPipe], exports: [HighlightPipe, NumberSpacingPipe] });
|
|
798
|
-
/** @nocollapse */ PipesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PipesModule, imports: [[]] });
|
|
799
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PipesModule, decorators: [{
|
|
800
|
-
type: i0.NgModule,
|
|
801
|
-
args: [{
|
|
802
|
-
imports: [],
|
|
803
|
-
declarations: [HighlightPipe, NumberSpacingPipe],
|
|
804
|
-
exports: [HighlightPipe, NumberSpacingPipe]
|
|
805
|
-
}]
|
|
806
|
-
}] });
|
|
807
|
-
|
|
808
|
-
/*
|
|
809
|
-
* Public API Surface of artdata-shared
|
|
810
|
-
*/
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* Generated bundle index. Do not edit.
|
|
814
|
-
*/
|
|
815
|
-
|
|
816
|
-
exports.ADBHeaderComponent = ADBHeaderComponent;
|
|
817
|
-
exports.ADBHeaderModule = ADBHeaderModule;
|
|
818
|
-
exports.ClickOutsideDirective = ClickOutsideDirective;
|
|
819
|
-
exports.DirectivesModule = DirectivesModule;
|
|
820
|
-
exports.FocusDirective = FocusDirective;
|
|
821
|
-
exports.HighlightPipe = HighlightPipe;
|
|
822
|
-
exports.InfiniteScrollComponent = InfiniteScrollComponent;
|
|
823
|
-
exports.NumberSpacingPipe = NumberSpacingPipe;
|
|
824
|
-
exports.PagerComponent = PagerComponent;
|
|
825
|
-
exports.PagersModule = PagersModule;
|
|
826
|
-
exports.PipesModule = PipesModule;
|
|
827
|
-
|
|
828
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
829
|
-
|
|
830
|
-
}));
|
|
831
|
-
//# sourceMappingURL=adb-shared.umd.js.map
|