@kms-ngx-ui/presentational 0.0.21 → 0.0.23
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/bundles/kms-ngx-ui-presentational.umd.js +28 -39
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/esm2015/lib/kms-ngx-ui-presentational.module.js +6 -2
- package/esm2015/lib/ui/dropdown-from-data/dropdown-from-data.component.js +23 -19
- package/esm2015/lib/ui/image-slider/image-slider.component.js +5 -4
- package/esm2015/lib/ui/map/map.component.js +1 -20
- package/fesm2015/kms-ngx-ui-presentational.js +27 -38
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/lib/kms-ngx-ui-presentational.module.d.ts +18 -17
- package/lib/ui/dropdown-from-data/dropdown-from-data.component.d.ts +2 -1
- package/lib/ui/map/map.component.d.ts +0 -4
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/material/checkbox'), require('@angular/material/radio'), require('@angular/material/form-field'), require('@angular/platform-browser'), require('@angular/material/input'), require('@angular/material/button'), require('@ngx-translate/core'), require('@angular/material/progress-spinner'), require('@angular/animations'), require('@angular/material/expansion'), require('rxjs'), require('@angular/google-maps'), require('@angular/material/select'), require('@angular/material/core'), require('subsink'), require('@angular/material/dialog'), require('@angular/material/menu'), require('enum-values/src/enumValues'), require('@angular/cdk/drag-drop'), require('ngx-useful-swiper')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@kms-ngx-ui/presentational', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/material/checkbox', '@angular/material/radio', '@angular/material/form-field', '@angular/platform-browser', '@angular/material/input', '@angular/material/button', '@ngx-translate/core', '@angular/material/progress-spinner', '@angular/animations', '@angular/material/expansion', 'rxjs', '@angular/google-maps', '@angular/material/select', '@angular/material/core', 'subsink', '@angular/material/dialog', '@angular/material/menu', 'enum-values/src/enumValues', '@angular/cdk/drag-drop', 'ngx-useful-swiper'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["kms-ngx-ui"] = global["kms-ngx-ui"] || {}, global["kms-ngx-ui"].presentational = {}), global.ng.core, global.ng.common, global.ng.forms, global.ng.material.checkbox, global.ng.material.radio, global.ng.material.formField, global.ng.platformBrowser, global.ng.material.input, global.ng.material.button, global.i5$1, global.ng.material.progressSpinner, global.ng.animations, global.ng.material.expansion, global.rxjs, global.ng.googleMaps, global.ng.material.select, global.ng.material.core, global.subsink, global.ng.material.dialog, global.ng.material.menu, global.enumValues, global.ng.cdk.dragDrop, global.i2$6));
|
|
5
|
-
})(this, (function (exports, i0, i2, i1, i1$1, i2$2, i2$1, i1$2, i5, i2$3, i5$1, i1$3, animations, i2$4, rxjs, i2$5, i3, i4, subsink, i1$4, i3$1, enumValues,
|
|
5
|
+
})(this, (function (exports, i0, i2, i1, i1$1, i2$2, i2$1, i1$2, i5, i2$3, i5$1, i1$3, animations, i2$4, rxjs, i2$5, i3, i4, subsink, i1$4, i3$1, enumValues, i6, i2$6) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
40
40
|
var i1__namespace$4 = /*#__PURE__*/_interopNamespace(i1$4);
|
|
41
41
|
var i3__namespace$1 = /*#__PURE__*/_interopNamespace(i3$1);
|
|
42
|
+
var i6__namespace = /*#__PURE__*/_interopNamespace(i6);
|
|
42
43
|
var i2__namespace$6 = /*#__PURE__*/_interopNamespace(i2$6);
|
|
43
44
|
|
|
44
45
|
var KmsUiPresentationalService = /** @class */ (function () {
|
|
@@ -2417,13 +2418,6 @@
|
|
|
2417
2418
|
_this.center.lng = results[0].geometry.location.lng();
|
|
2418
2419
|
_this.addMarker();
|
|
2419
2420
|
_this.geoDataFoundForAddress = true;
|
|
2420
|
-
// react to browser resize
|
|
2421
|
-
_this.setMapWidth(_this.viewPortService.getDocumentWidth());
|
|
2422
|
-
_this.viewportSubscription = _this.viewPortService.getViewportResizedObserver().subscribe(function (val) {
|
|
2423
|
-
_this.setMapWidth(val);
|
|
2424
|
-
}, function (error) {
|
|
2425
|
-
console.error('Get updated ViewPort failed', error);
|
|
2426
|
-
});
|
|
2427
2421
|
}
|
|
2428
2422
|
else {
|
|
2429
2423
|
console.error('Sorry, this search of map address produced no results.');
|
|
@@ -2447,18 +2441,6 @@
|
|
|
2447
2441
|
options: { animation: google.maps.Animation.DROP },
|
|
2448
2442
|
});
|
|
2449
2443
|
};
|
|
2450
|
-
/**
|
|
2451
|
-
* sets the width of map accodring to viewport
|
|
2452
|
-
*/
|
|
2453
|
-
MapComponent.prototype.setMapWidth = function (val) {
|
|
2454
|
-
if (val < 991) {
|
|
2455
|
-
this.width = (val - 84) + 'px';
|
|
2456
|
-
}
|
|
2457
|
-
else {
|
|
2458
|
-
this.width = '100%';
|
|
2459
|
-
}
|
|
2460
|
-
this.widthSet = true;
|
|
2461
|
-
};
|
|
2462
2444
|
/**
|
|
2463
2445
|
* Zooms in into map
|
|
2464
2446
|
*/
|
|
@@ -2801,6 +2783,8 @@
|
|
|
2801
2783
|
_this.label = '';
|
|
2802
2784
|
_this.required = false;
|
|
2803
2785
|
_this.useEnumIndexAsValue = false;
|
|
2786
|
+
// multiple selection
|
|
2787
|
+
_this.multiple = false;
|
|
2804
2788
|
_this.keys = [];
|
|
2805
2789
|
_this.values = [];
|
|
2806
2790
|
_this.Object = Object;
|
|
@@ -2876,20 +2860,20 @@
|
|
|
2876
2860
|
*/
|
|
2877
2861
|
DropdownFromDataComponent.prototype.setDisplayKey = function (key) {
|
|
2878
2862
|
/*
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2863
|
+
if (this.translation && key !== null) {
|
|
2864
|
+
if (this.translation.isPrefix) {
|
|
2865
|
+
return this.translationService.instant(this.translation.path + '.' + key);
|
|
2866
|
+
} else if (this.translation.useKey) {
|
|
2867
|
+
return this.translationService.instant(this.translation.path, { key: key });
|
|
2868
|
+
} else if (!this.translation?.useKey && !this.translation?.isPrefix) {
|
|
2869
|
+
return this.translationService.instant(this.translation.path);
|
|
2870
|
+
}
|
|
2871
|
+
} else if (key == null) {
|
|
2872
|
+
return '';
|
|
2873
|
+
} else if (!this.translation) {
|
|
2874
|
+
return key;
|
|
2886
2875
|
}
|
|
2887
|
-
|
|
2888
|
-
return '';
|
|
2889
|
-
} else if (!this.translation) {
|
|
2890
|
-
return key;
|
|
2891
|
-
}
|
|
2892
|
-
*/
|
|
2876
|
+
*/
|
|
2893
2877
|
return key;
|
|
2894
2878
|
};
|
|
2895
2879
|
DropdownFromDataComponent.prototype.valueChanged = function (value) {
|
|
@@ -2901,13 +2885,13 @@
|
|
|
2901
2885
|
return DropdownFromDataComponent;
|
|
2902
2886
|
}(FormControlParentComponent));
|
|
2903
2887
|
DropdownFromDataComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DropdownFromDataComponent, deps: [{ token: i1__namespace$1.FormBuilder }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2904
|
-
DropdownFromDataComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DropdownFromDataComponent, selector: "kms-dropdown-from-data", inputs: { optionsEnum: "optionsEnum", optionsPlainArray: "optionsPlainArray", optionsObjArray: "optionsObjArray", mapKey: "mapKey", mapValue: "mapValue", hasNullOption: "hasNullOption", translation: "translation", placeholder: "placeholder", label: "label", required: "required", useEnumIndexAsValue: "useEnumIndexAsValue" }, providers: [
|
|
2888
|
+
DropdownFromDataComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DropdownFromDataComponent, selector: "kms-dropdown-from-data", inputs: { optionsEnum: "optionsEnum", optionsPlainArray: "optionsPlainArray", optionsObjArray: "optionsObjArray", mapKey: "mapKey", mapValue: "mapValue", hasNullOption: "hasNullOption", translation: "translation", placeholder: "placeholder", label: "label", required: "required", useEnumIndexAsValue: "useEnumIndexAsValue", multiple: "multiple" }, providers: [
|
|
2905
2889
|
{
|
|
2906
2890
|
provide: i1.NG_VALUE_ACCESSOR,
|
|
2907
2891
|
useExisting: i0.forwardRef(function () { return DropdownFromDataComponent; }),
|
|
2908
2892
|
multi: true,
|
|
2909
2893
|
},
|
|
2910
|
-
], usesInheritance: true, usesOnChanges: true, ngImport: i0__namespace, template: "<form [formGroup]=\"form\">\r\n <mat-form-field [attr.required]=\"required\" [floatLabel]=\"placeholder ? 'always' : 'auto'\">\r\n <mat-label>{{ label }}</mat-label>\r\n <mat-select\r\n placeholder=\"{{ placeholder }}\"\r\n disableOptionCentering\r\n [(value)]=\"value\"\r\n (selectionChange)=\"valueChanged($event?.value)\"\r\n #child\r\n [disabled]=\"disabled\"\r\n
|
|
2894
|
+
], usesInheritance: true, usesOnChanges: true, ngImport: i0__namespace, template: "<form [formGroup]=\"form\">\r\n <mat-form-field [attr.required]=\"required\" [floatLabel]=\"placeholder ? 'always' : 'auto'\">\r\n <mat-label>{{ label }}</mat-label>\r\n <mat-select\r\n placeholder=\"{{ placeholder }}\"\r\n disableOptionCentering\r\n [(value)]=\"value\"\r\n (selectionChange)=\"valueChanged($event?.value)\"\r\n #child\r\n [disabled]=\"disabled\"\r\n [multiple]=\"multiple\"\r\n >\r\n <mat-option *ngFor=\"let key of keys; let i = index\" [value]=\"values[i]\">\r\n <span>{{ setDisplayKey(key) }}</span>\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n</form>\r\n", components: [{ type: i2__namespace$1.MatFormField, selector: "mat-form-field", inputs: ["color", "floatLabel", "appearance", "hideRequiredMarker", "hintLabel"], exportAs: ["matFormField"] }, { type: i3__namespace.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i4__namespace.MatOption, selector: "mat-option", exportAs: ["matOption"] }], directives: [{ type: i1__namespace$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1__namespace$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1__namespace$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i2__namespace$1.MatLabel, selector: "mat-label" }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
2911
2895
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DropdownFromDataComponent, decorators: [{
|
|
2912
2896
|
type: i0.Component,
|
|
2913
2897
|
args: [{
|
|
@@ -2943,6 +2927,8 @@
|
|
|
2943
2927
|
type: i0.Input
|
|
2944
2928
|
}], useEnumIndexAsValue: [{
|
|
2945
2929
|
type: i0.Input
|
|
2930
|
+
}], multiple: [{
|
|
2931
|
+
type: i0.Input
|
|
2946
2932
|
}] } });
|
|
2947
2933
|
|
|
2948
2934
|
/*!
|
|
@@ -3272,8 +3258,8 @@
|
|
|
3272
3258
|
*/
|
|
3273
3259
|
ImageSliderComponent.prototype.drop = function (event) {
|
|
3274
3260
|
if (this.slides && this.imagesTOSave) {
|
|
3275
|
-
|
|
3276
|
-
|
|
3261
|
+
i6.moveItemInArray(this.slides, event.previousIndex, event.currentIndex);
|
|
3262
|
+
i6.moveItemInArray(this.imagesTOSave, event.previousIndex, event.currentIndex);
|
|
3277
3263
|
this.orderChanged.emit(this.imagesTOSave);
|
|
3278
3264
|
}
|
|
3279
3265
|
};
|
|
@@ -3286,7 +3272,7 @@
|
|
|
3286
3272
|
return ImageSliderComponent;
|
|
3287
3273
|
}());
|
|
3288
3274
|
ImageSliderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ImageSliderComponent, deps: [{ token: i1__namespace$2.DomSanitizer }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3289
|
-
ImageSliderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ImageSliderComponent, selector: "kms-image-slider", inputs: { slides: "slides", editMode: "editMode", imagesTOSave: "imagesTOSave", swipeConfig: "swipeConfig" }, outputs: { orderChanged: "orderChanged", deleteImageEvent: "deleteImageEvent" }, host: { listeners: { "document:keydown": "onKeydownHandler($event)" } }, viewQueries: [{ propertyName: "usefulSwiper", first: true, predicate: ["usefulSwiper"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: "<div class=\"all-wrapper\">\r\n <!--(swiperight)=\"previousSlide()\" (swipeleft)=\"nextSlide()\"-->\r\n <div \r\n class=\"swiper-bigImage\"\r\n [style.backgroundImage]=\"selectedSlideImage\"\r\n [swipeDirective]=\"swipeConfig\"\r\n (moveEvent)=\"handleMoveEvent($event)\"\r\n (releaseEvent)=\"handleReleaseEvent($event)\"\r\n (mouseup)=\"lastClicked()\"\r\n (mouseout)=\"noLastClicked()\" >\r\n </div>\r\n\r\n <ng-content select=\"[description]\"></ng-content>\r\n\r\n <div class=\"swiper-holder\">\r\n <!--\r\n (mouseWheelUp)=\"scrollLeft($event)\"\r\n (mouseWheelDown)=\"scrollRight($event)\"\r\n -->\r\n\r\n <swiper [config]=\"config\" #usefulSwiper>\r\n <div class=\"swiper-wrapper\" \r\n cdkDropList (cdkDropListDropped)=\"drop($event)\" \r\n cdkDropListOrientation=\"horizontal\"> \r\n <div class=\"swiper-slide\" \r\n *ngFor=\"let slide of slides; let index = index\" \r\n cdkDrag [cdkDragDisabled]=\"!editMode\">\r\n <button mat-menu-item *ngIf=\"editMode\" (click)=\"deleteImage(index)\"> \r\n <kms-icon icon=\"trash\"></kms-icon>\r\n </button>\r\n <div class=\"img\" (click)=\"openSlide(index)\"\r\n [style.backgroundImage]=\"sanitizer.bypassSecurityTrustStyle('url(' + slide + ')')\"\r\n [ngClass]=\"{'active': index === selectedSlide}\">\r\n </div>\r\n \r\n <div class=\"default-image\">{{\"common.defaultImage\" | translate}} </div>\r\n </div>\r\n </div>\r\n </swiper>\r\n\r\n <div class=\"swiper-button-next\" *ngIf=\"slides?.length > 3\"></div>\r\n <div class=\"swiper-button-prev\" *ngIf=\"slides?.length > 3\"></div>\r\n\r\n <div class=\"swiper-button-next2\" *ngIf=\"slides?.length > 1\" (click)=\"nextSlide()\">\r\n <kms-icon icon=\"chevron-right\" [iconClass]=\"{'color-disabled': selectedSlide == slides?.length - 1, 'color-primary': true}\"></kms-icon>\r\n </div>\r\n <div class=\"swiper-button-prev2\" *ngIf=\"slides?.length > 1\" (click)=\"previousSlide()\">\r\n <kms-icon icon=\"chevron-left\" [iconClass]=\"{'color-disabled': selectedSlide == 0, 'color-primary': true}\"></kms-icon>\r\n </div>\r\n\r\n </div>\r\n\r\n <ng-content></ng-content>\r\n</div>", styles: [""], components: [{ type: i2__namespace$6.SwiperComponent, selector: "swiper", inputs: ["initialize", "config"] }, { type: i3__namespace$1.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: IconComponent, selector: "kms-icon", inputs: ["icon", "iconClass", "iconStyle", "iconSize", "dontUseSprite"] }], directives: [{ type: SwipeDirective, selector: "[swipeDirective]", inputs: ["swipeDirective"], outputs: ["moveEvent", "releaseEvent"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "translate": i5__namespace$1.TranslatePipe } });
|
|
3275
|
+
ImageSliderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ImageSliderComponent, selector: "kms-image-slider", inputs: { slides: "slides", editMode: "editMode", imagesTOSave: "imagesTOSave", swipeConfig: "swipeConfig" }, outputs: { orderChanged: "orderChanged", deleteImageEvent: "deleteImageEvent" }, host: { listeners: { "document:keydown": "onKeydownHandler($event)" } }, viewQueries: [{ propertyName: "usefulSwiper", first: true, predicate: ["usefulSwiper"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: "<div class=\"all-wrapper\">\r\n <!--(swiperight)=\"previousSlide()\" (swipeleft)=\"nextSlide()\"-->\r\n <div \r\n class=\"swiper-bigImage\"\r\n [style.backgroundImage]=\"selectedSlideImage\"\r\n [swipeDirective]=\"swipeConfig\"\r\n (moveEvent)=\"handleMoveEvent($event)\"\r\n (releaseEvent)=\"handleReleaseEvent($event)\"\r\n (mouseup)=\"lastClicked()\"\r\n (mouseout)=\"noLastClicked()\" >\r\n </div>\r\n\r\n <ng-content select=\"[description]\"></ng-content>\r\n\r\n <div class=\"swiper-holder\">\r\n <!--\r\n (mouseWheelUp)=\"scrollLeft($event)\"\r\n (mouseWheelDown)=\"scrollRight($event)\"\r\n -->\r\n\r\n <swiper [config]=\"config\" #usefulSwiper>\r\n <div class=\"swiper-wrapper\" \r\n cdkDropList (cdkDropListDropped)=\"drop($event)\" \r\n cdkDropListOrientation=\"horizontal\"> \r\n <div class=\"swiper-slide\" \r\n *ngFor=\"let slide of slides; let index = index\" \r\n cdkDrag [cdkDragDisabled]=\"!editMode\">\r\n <button mat-menu-item *ngIf=\"editMode\" (click)=\"deleteImage(index)\"> \r\n <kms-icon icon=\"trash\"></kms-icon>\r\n </button>\r\n <div class=\"img\" (click)=\"openSlide(index)\"\r\n [style.backgroundImage]=\"sanitizer.bypassSecurityTrustStyle('url(' + slide + ')')\"\r\n [ngClass]=\"{'active': index === selectedSlide}\">\r\n </div>\r\n \r\n <div class=\"default-image\">{{\"common.defaultImage\" | translate}} </div>\r\n </div>\r\n </div>\r\n </swiper>\r\n\r\n <div class=\"swiper-button-next\" *ngIf=\"slides?.length > 3\"></div>\r\n <div class=\"swiper-button-prev\" *ngIf=\"slides?.length > 3\"></div>\r\n\r\n <div class=\"swiper-button-next2\" *ngIf=\"slides?.length > 1\" (click)=\"nextSlide()\">\r\n <kms-icon icon=\"chevron-right\" [iconClass]=\"{'color-disabled': selectedSlide == slides?.length - 1, 'color-primary': true}\"></kms-icon>\r\n </div>\r\n <div class=\"swiper-button-prev2\" *ngIf=\"slides?.length > 1\" (click)=\"previousSlide()\">\r\n <kms-icon icon=\"chevron-left\" [iconClass]=\"{'color-disabled': selectedSlide == 0, 'color-primary': true}\"></kms-icon>\r\n </div>\r\n\r\n </div>\r\n\r\n <ng-content></ng-content>\r\n</div>", styles: [""], components: [{ type: i2__namespace$6.SwiperComponent, selector: "swiper", inputs: ["initialize", "config"] }, { type: i3__namespace$1.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: IconComponent, selector: "kms-icon", inputs: ["icon", "iconClass", "iconStyle", "iconSize", "dontUseSprite"] }], directives: [{ type: SwipeDirective, selector: "[swipeDirective]", inputs: ["swipeDirective"], outputs: ["moveEvent", "releaseEvent"] }, { type: i6__namespace.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "id", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListAutoScrollDisabled", "cdkDropListOrientation", "cdkDropListLockAxis", "cdkDropListData", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6__namespace.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragDisabled", "cdkDragStartDelay", "cdkDragLockAxis", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragBoundary", "cdkDragRootElement", "cdkDragPreviewContainer", "cdkDragData", "cdkDragFreeDragPosition"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "translate": i5__namespace$1.TranslatePipe } });
|
|
3290
3276
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ImageSliderComponent, decorators: [{
|
|
3291
3277
|
type: i0.Component,
|
|
3292
3278
|
args: [{
|
|
@@ -3435,6 +3421,7 @@
|
|
|
3435
3421
|
TooltipComponent,
|
|
3436
3422
|
TooltipIconComponent,
|
|
3437
3423
|
YesNoRadiogroupComponent], imports: [i2.CommonModule,
|
|
3424
|
+
i6.DragDropModule,
|
|
3438
3425
|
i1$1.MatCheckboxModule,
|
|
3439
3426
|
i2$3.MatButtonModule,
|
|
3440
3427
|
i2$2.MatRadioModule,
|
|
@@ -3479,6 +3466,7 @@
|
|
|
3479
3466
|
ViewportService
|
|
3480
3467
|
], imports: [[
|
|
3481
3468
|
i2.CommonModule,
|
|
3469
|
+
i6.DragDropModule,
|
|
3482
3470
|
i1$1.MatCheckboxModule,
|
|
3483
3471
|
i2$3.MatButtonModule,
|
|
3484
3472
|
i2$2.MatRadioModule,
|
|
@@ -3524,10 +3512,11 @@
|
|
|
3524
3512
|
TimeInputComponent,
|
|
3525
3513
|
TooltipComponent,
|
|
3526
3514
|
TooltipIconComponent,
|
|
3527
|
-
YesNoRadiogroupComponent
|
|
3515
|
+
YesNoRadiogroupComponent,
|
|
3528
3516
|
],
|
|
3529
3517
|
imports: [
|
|
3530
3518
|
i2.CommonModule,
|
|
3519
|
+
i6.DragDropModule,
|
|
3531
3520
|
i1$1.MatCheckboxModule,
|
|
3532
3521
|
i2$3.MatButtonModule,
|
|
3533
3522
|
i2$2.MatRadioModule,
|