slick-components 4.4.23 → 4.4.24
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/css/slick-components.css +7 -13
- package/esm2020/slick-accordion/slick-accordion-item-header.component.mjs +3 -3
- package/esm2020/slick-accordion/slick-accordion-item.component.mjs +3 -3
- package/esm2020/slick-accordion/slick-accordion.component.mjs +3 -3
- package/esm2020/slick-accordion/slick-accordion.module.mjs +5 -5
- package/esm2020/slick-auto-complete/slick-auto-complete-list-item-template.directive.mjs +3 -3
- package/esm2020/slick-auto-complete/slick-auto-complete.component.mjs +4 -4
- package/esm2020/slick-auto-complete/slick-auto-complete.module.mjs +5 -5
- package/esm2020/slick-button-spinner/slick-button-spinner.component.mjs +3 -3
- package/esm2020/slick-button-spinner/slick-button-spinner.module.mjs +5 -5
- package/esm2020/slick-calendar/slick-calendar.component.mjs +4 -4
- package/esm2020/slick-calendar/slick-calendar.module.mjs +5 -5
- package/esm2020/slick-card/slick-card-header.component.mjs +3 -3
- package/esm2020/slick-card/slick-card.component.mjs +3 -3
- package/esm2020/slick-card/slick-card.module.mjs +5 -5
- package/esm2020/slick-confirm-dialog/slick-confirm-dialog.component.mjs +3 -3
- package/esm2020/slick-confirm-dialog/slick-confirm-dialog.module.mjs +5 -5
- package/esm2020/slick-container/slick-container-body.component.mjs +3 -3
- package/esm2020/slick-container/slick-container-footer.component.mjs +3 -3
- package/esm2020/slick-container/slick-container-header.component.mjs +3 -3
- package/esm2020/slick-container/slick-container.component.mjs +3 -3
- package/esm2020/slick-container/slick-container.module.mjs +5 -5
- package/esm2020/slick-context-menu/slick-context-menu-item.component.mjs +3 -3
- package/esm2020/slick-context-menu/slick-context-menu.component.mjs +3 -3
- package/esm2020/slick-context-menu/slick-context-menu.module.mjs +5 -5
- package/esm2020/slick-currency-mask/slick-currency-mask.directive.mjs +3 -3
- package/esm2020/slick-currency-mask/slick-currency-mask.module.mjs +5 -5
- package/esm2020/slick-date-picker/slick-date-picker.component.mjs +7 -7
- package/esm2020/slick-date-picker/slick-date-picker.module.mjs +5 -5
- package/esm2020/slick-dialog/slick-dialog-footer.component.mjs +3 -3
- package/esm2020/slick-dialog/slick-dialog.component.mjs +3 -3
- package/esm2020/slick-dialog/slick-dialog.module.mjs +5 -5
- package/esm2020/slick-dialog/slick-dialog.service.mjs +3 -3
- package/esm2020/slick-drag-drop/slick-drag-drop.directive.mjs +3 -3
- package/esm2020/slick-drag-drop/slick-drag-drop.module.mjs +5 -5
- package/esm2020/slick-drag-drop/slick-draggable.directive.mjs +3 -3
- package/esm2020/slick-drop-down/slick-drop-down.component.mjs +4 -4
- package/esm2020/slick-drop-down/slick-drop-down.module.mjs +5 -5
- package/esm2020/slick-drop-down/slick-drop-down.service.mjs +3 -3
- package/esm2020/slick-drop-list/slick-drop-list-grab.directive.mjs +3 -3
- package/esm2020/slick-drop-list/slick-drop-list-item.directive.mjs +3 -3
- package/esm2020/slick-drop-list/slick-drop-list.directive.mjs +3 -3
- package/esm2020/slick-drop-list/slick-drop-list.module.mjs +5 -5
- package/esm2020/slick-email-viewer/slick-email-viewer-dialog.component.mjs +9 -9
- package/esm2020/slick-email-viewer/slick-email-viewer.component.mjs +6 -6
- package/esm2020/slick-email-viewer/slick-email-viewer.module.mjs +5 -5
- package/esm2020/slick-emailer/slick-emailer-dialog.component.mjs +10 -10
- package/esm2020/slick-emailer/slick-emailer.component.mjs +11 -11
- package/esm2020/slick-emailer/slick-emailer.module.mjs +5 -5
- package/esm2020/slick-file-drop/slick-file-drop.component.mjs +3 -3
- package/esm2020/slick-file-drop/slick-file-drop.module.mjs +5 -5
- package/esm2020/slick-file-list/slick-file-list-item.component.mjs +6 -6
- package/esm2020/slick-file-list/slick-file-list.component.mjs +5 -5
- package/esm2020/slick-file-list/slick-file-list.module.mjs +5 -5
- package/esm2020/slick-google-address-search/slick-google-address-search.directive.mjs +3 -3
- package/esm2020/slick-google-address-search/slick-google-address-search.module.mjs +5 -5
- package/esm2020/slick-google-map/slick-google-map-dialog.component.mjs +7 -7
- package/esm2020/slick-google-map/slick-google-map.component.mjs +3 -3
- package/esm2020/slick-google-map/slick-google-map.module.mjs +5 -5
- package/esm2020/slick-grid/slick-grid-column-template.directive.mjs +3 -3
- package/esm2020/slick-grid/slick-grid-sanitize.pipe.mjs +3 -3
- package/esm2020/slick-grid/slick-grid.component.mjs +14 -14
- package/esm2020/slick-grid/slick-grid.module.mjs +5 -5
- package/esm2020/slick-grid/slick-grid.service.mjs +3 -3
- package/esm2020/slick-multi-select/slick-multi-select.component.mjs +13 -5
- package/esm2020/slick-multi-select/slick-multi-select.module.mjs +5 -5
- package/esm2020/slick-multi-select/slick-multi-select.service.mjs +3 -3
- package/esm2020/slick-ordered-list/slick-ordered-list.component.mjs +3 -3
- package/esm2020/slick-ordered-list/slick-ordered-list.module.mjs +5 -5
- package/esm2020/slick-paging/slick-paging.component.mjs +3 -3
- package/esm2020/slick-paging/slick-paging.module.mjs +5 -5
- package/esm2020/slick-photo-gallery/slick-photo-gallery.component.mjs +3 -3
- package/esm2020/slick-photo-gallery/slick-photo-gallery.module.mjs +5 -5
- package/esm2020/slick-pick-list/slick-pick-list.component.mjs +3 -3
- package/esm2020/slick-pick-list/slick-pick-list.module.mjs +5 -5
- package/esm2020/slick-popover/slick-popover.component.mjs +3 -3
- package/esm2020/slick-popover/slick-popover.module.mjs +5 -5
- package/esm2020/slick-profile-picture/slick-profile-picture.component.mjs +3 -3
- package/esm2020/slick-profile-picture/slick-profile-picture.module.mjs +5 -5
- package/esm2020/slick-progress-bar/slick-progress-bar.module.mjs +5 -5
- package/esm2020/slick-progress-bar/slick-progress-bar.service.mjs +3 -3
- package/esm2020/slick-screen-blocker/slick-screen-blocker.module.mjs +5 -5
- package/esm2020/slick-screen-blocker/slick-screen-blocker.service.mjs +3 -3
- package/esm2020/slick-slider/slick-slider.component.mjs +3 -3
- package/esm2020/slick-slider/slick-slider.module.mjs +5 -5
- package/esm2020/slick-split-screen/slick-screen-split-left-content.component.mjs +3 -3
- package/esm2020/slick-split-screen/slick-screen-split-right-content.component.mjs +3 -3
- package/esm2020/slick-split-screen/slick-split-screen.component.mjs +3 -3
- package/esm2020/slick-split-screen/slick-split-screen.module.mjs +5 -5
- package/esm2020/slick-tabs/slick-tab-header.component.mjs +3 -3
- package/esm2020/slick-tabs/slick-tab.component.mjs +5 -5
- package/esm2020/slick-tabs/slick-tabs.component.mjs +3 -3
- package/esm2020/slick-tabs/slick-tabs.module.mjs +5 -5
- package/esm2020/slick-toast/slick-toast.module.mjs +5 -5
- package/esm2020/slick-toast/slick-toast.service.mjs +3 -3
- package/esm2020/slick-tree-view/slick-tree-view.component.mjs +6 -6
- package/esm2020/slick-tree-view/slick-tree-view.module.mjs +5 -5
- package/esm2020/slick-type-ahead/slick-type-ahead.directive.mjs +3 -3
- package/esm2020/slick-type-ahead/slick-type-ahead.module.mjs +5 -5
- package/esm2020/slick-validation-indicator/slick-validation-indicator.directive.mjs +3 -3
- package/esm2020/slick-validation-indicator/slick-validation-indicator.module.mjs +5 -5
- package/esm2020/utils/slick-function-lock.service.mjs +3 -3
- package/esm2020/utils/slick-init.service.mjs +5 -5
- package/esm2020/utils/slick-log.service.mjs +3 -3
- package/esm2020/utils/slick-sleep.service.mjs +3 -3
- package/esm2020/utils/slick-utils.service.mjs +3 -3
- package/fesm2015/slick-components.mjs +469 -461
- package/fesm2015/slick-components.mjs.map +1 -1
- package/fesm2020/slick-components.mjs +465 -457
- package/fesm2020/slick-components.mjs.map +1 -1
- package/{slick-components.d.ts → index.d.ts} +0 -0
- package/package.json +8 -8
- package/slick-accordion/slick-accordion-item-header.component.d.ts +1 -1
- package/slick-accordion/slick-accordion-item.component.d.ts +1 -1
- package/slick-accordion/slick-accordion.component.d.ts +1 -1
- package/slick-auto-complete/slick-auto-complete-list-item-template.directive.d.ts +1 -1
- package/slick-auto-complete/slick-auto-complete.component.d.ts +1 -1
- package/slick-button-spinner/slick-button-spinner.component.d.ts +1 -1
- package/slick-calendar/slick-calendar.component.d.ts +1 -1
- package/slick-card/slick-card-header.component.d.ts +1 -1
- package/slick-card/slick-card.component.d.ts +1 -1
- package/slick-confirm-dialog/slick-confirm-dialog.component.d.ts +1 -1
- package/slick-container/slick-container-body.component.d.ts +1 -1
- package/slick-container/slick-container-footer.component.d.ts +1 -1
- package/slick-container/slick-container-header.component.d.ts +1 -1
- package/slick-container/slick-container.component.d.ts +1 -1
- package/slick-context-menu/slick-context-menu-item.component.d.ts +1 -1
- package/slick-context-menu/slick-context-menu.component.d.ts +1 -1
- package/slick-currency-mask/slick-currency-mask.directive.d.ts +1 -1
- package/slick-date-picker/slick-date-picker.component.d.ts +1 -1
- package/slick-dialog/slick-dialog-footer.component.d.ts +1 -1
- package/slick-dialog/slick-dialog.component.d.ts +1 -1
- package/slick-drag-drop/slick-drag-drop.directive.d.ts +1 -1
- package/slick-drag-drop/slick-draggable.directive.d.ts +1 -1
- package/slick-drop-down/slick-drop-down.component.d.ts +1 -1
- package/slick-drop-list/slick-drop-list-grab.directive.d.ts +1 -1
- package/slick-drop-list/slick-drop-list-item.directive.d.ts +1 -1
- package/slick-drop-list/slick-drop-list.directive.d.ts +1 -1
- package/slick-email-viewer/slick-email-viewer-dialog.component.d.ts +1 -1
- package/slick-email-viewer/slick-email-viewer.component.d.ts +1 -1
- package/slick-emailer/slick-emailer-dialog.component.d.ts +1 -1
- package/slick-emailer/slick-emailer.component.d.ts +1 -1
- package/slick-file-drop/slick-file-drop.component.d.ts +1 -1
- package/slick-file-list/slick-file-list-item.component.d.ts +1 -1
- package/slick-file-list/slick-file-list.component.d.ts +1 -1
- package/slick-google-address-search/slick-google-address-search.directive.d.ts +2 -1
- package/slick-google-map/slick-google-map-dialog.component.d.ts +2 -1
- package/slick-google-map/slick-google-map.component.d.ts +2 -1
- package/slick-grid/slick-grid-column-template.directive.d.ts +1 -1
- package/slick-grid/slick-grid-sanitize.pipe.d.ts +1 -1
- package/slick-grid/slick-grid.component.d.ts +1 -1
- package/slick-multi-select/slick-multi-select.component.d.ts +2 -1
- package/slick-ordered-list/slick-ordered-list.component.d.ts +1 -1
- package/slick-paging/slick-paging.component.d.ts +1 -1
- package/slick-photo-gallery/slick-photo-gallery.component.d.ts +1 -1
- package/slick-pick-list/slick-pick-list.component.d.ts +1 -1
- package/slick-popover/slick-popover.component.d.ts +1 -1
- package/slick-profile-picture/slick-profile-picture.component.d.ts +1 -1
- package/slick-slider/slick-slider.component.d.ts +1 -1
- package/slick-split-screen/slick-screen-split-left-content.component.d.ts +1 -1
- package/slick-split-screen/slick-screen-split-right-content.component.d.ts +1 -1
- package/slick-split-screen/slick-split-screen.component.d.ts +1 -1
- package/slick-tabs/slick-tab-header.component.d.ts +1 -1
- package/slick-tabs/slick-tab.component.d.ts +1 -1
- package/slick-tabs/slick-tabs.component.d.ts +1 -1
- package/slick-tree-view/slick-tree-view.component.d.ts +1 -1
- package/slick-type-ahead/slick-type-ahead.directive.d.ts +1 -1
- package/slick-validation-indicator/slick-validation-indicator.directive.d.ts +1 -1
package/css/slick-components.css
CHANGED
|
@@ -815,19 +815,13 @@
|
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
.slick-grid thead {
|
|
818
|
-
-webkit-touch-callout: none;
|
|
819
|
-
/*
|
|
820
|
-
-
|
|
821
|
-
/*
|
|
822
|
-
-
|
|
823
|
-
/*
|
|
824
|
-
|
|
825
|
-
/* Firefox */
|
|
826
|
-
-ms-user-select: none;
|
|
827
|
-
/* Internet Explorer/Edge */
|
|
828
|
-
user-select: none;
|
|
829
|
-
/* Non-prefixed version, currently
|
|
830
|
-
supported by Chrome and Opera */
|
|
818
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
819
|
+
-webkit-user-select: none; /* Safari */
|
|
820
|
+
-khtml-user-select: none; /* Konqueror HTML */
|
|
821
|
+
-moz-user-select: none; /* Firefox */
|
|
822
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
823
|
+
user-select: none; /* Non-prefixed version, currently
|
|
824
|
+
supported by Chrome and Opera */
|
|
831
825
|
}
|
|
832
826
|
|
|
833
827
|
.slick-grid thead tr td {
|
|
@@ -2,9 +2,9 @@ import { Component } from "@angular/core";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class SlickAccordionItemHeaderComponent {
|
|
4
4
|
}
|
|
5
|
-
/** @nocollapse */ SlickAccordionItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
/** @nocollapse */ SlickAccordionItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5
|
+
/** @nocollapse */ SlickAccordionItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
/** @nocollapse */ SlickAccordionItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickAccordionItemHeaderComponent, selector: "slick-accordion-item-header", ngImport: i0, template: "<ng-content></ng-content>", isInline: true });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionItemHeaderComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
9
|
args: [{
|
|
10
10
|
selector: "slick-accordion-item-header",
|
|
@@ -60,9 +60,9 @@ export class SlickAccordionItemComponent {
|
|
|
60
60
|
return this.key || null;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
/** @nocollapse */ SlickAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
64
|
-
/** @nocollapse */ SlickAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
63
|
+
/** @nocollapse */ SlickAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
+
/** @nocollapse */ SlickAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickAccordionItemComponent, selector: "slick-accordion-item", inputs: { header: "header", headerIcon: "headerIcon", key: "key", noExpand: "noExpand" }, viewQueries: [{ propertyName: "slickAccordionItemRef", first: true, predicate: ["slickAccordionItemRef"], descendants: true }, { propertyName: "slickAccordionBodyWrapperRef", first: true, predicate: ["slickAccordionBodyWrapperRef"], descendants: true }, { propertyName: "slickAccordionBodyRef", first: true, predicate: ["slickAccordionBodyRef"], descendants: true }, { propertyName: "slickAccordionBouncePaddingRef", first: true, predicate: ["slickAccordionBouncePaddingRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div #slickAccordionItemRef class=\"slick-accordion-item\">\r\n\t<div *ngIf=\"header\" class=\"slick-accordion-header card-header\" [ngClass]=\"{'badge-primary' : isExpanded }\" (click)=\"onHeaderClicked()\"><i *ngIf=\"headerIcon\" class=\"far\" [ngClass]=\"headerIcon\"></i> {{header}}</div>\r\n\t<div *ngIf=\"!header\" class=\"slick-accordion-header card-header\" [ngClass]=\"{'badge-primary' : isExpanded }\" (click)=\"onHeaderClicked()\"><ng-content select=\"slick-accordion-item-header\"></ng-content></div>\r\n\t<div #slickAccordionBodyWrapperRef class=\"slick-accordion-body-wrapper\">\r\n\t\t<div #slickAccordionBodyRef class=\"card-body slick-accordion-body\"><ng-content></ng-content></div>\r\n\t\t<div #slickAccordionBouncePaddingRef style=\"display: none; min-height: 30px;\"></div>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionItemComponent, decorators: [{
|
|
66
66
|
type: Component,
|
|
67
67
|
args: [{ selector: "slick-accordion-item", template: "<div #slickAccordionItemRef class=\"slick-accordion-item\">\r\n\t<div *ngIf=\"header\" class=\"slick-accordion-header card-header\" [ngClass]=\"{'badge-primary' : isExpanded }\" (click)=\"onHeaderClicked()\"><i *ngIf=\"headerIcon\" class=\"far\" [ngClass]=\"headerIcon\"></i> {{header}}</div>\r\n\t<div *ngIf=\"!header\" class=\"slick-accordion-header card-header\" [ngClass]=\"{'badge-primary' : isExpanded }\" (click)=\"onHeaderClicked()\"><ng-content select=\"slick-accordion-item-header\"></ng-content></div>\r\n\t<div #slickAccordionBodyWrapperRef class=\"slick-accordion-body-wrapper\">\r\n\t\t<div #slickAccordionBodyRef class=\"card-body slick-accordion-body\"><ng-content></ng-content></div>\r\n\t\t<div #slickAccordionBouncePaddingRef style=\"display: none; min-height: 30px;\"></div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
68
68
|
}], ctorParameters: function () { return []; }, propDecorators: { header: [{
|
|
@@ -55,9 +55,9 @@ export class SlickAccordionComponent {
|
|
|
55
55
|
this.slickAccordionItems.forEach(x => x.collapse(true));
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
/** @nocollapse */ SlickAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
59
|
-
/** @nocollapse */ SlickAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
58
|
+
/** @nocollapse */ SlickAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
+
/** @nocollapse */ SlickAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickAccordionComponent, selector: "slick-accordion", inputs: { accordionIndex: "accordionIndex", keepExpanded: "keepExpanded" }, outputs: { accordionIndexChange: "accordionIndexChange", onChange: "onChange" }, queries: [{ propertyName: "slickAccordionItems", predicate: i0.forwardRef(function () { return SlickAccordionItemComponent; }) }], usesOnChanges: true, ngImport: i0, template: "<div class=\"slick-accordion card\">\r\n\t<ng-content select=\"slick-accordion-item\"></ng-content>\r\n</div>\r\n" });
|
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionComponent, decorators: [{
|
|
61
61
|
type: Component,
|
|
62
62
|
args: [{ selector: "slick-accordion", template: "<div class=\"slick-accordion card\">\r\n\t<ng-content select=\"slick-accordion-item\"></ng-content>\r\n</div>\r\n" }]
|
|
63
63
|
}], ctorParameters: function () { return []; }, propDecorators: { accordionIndex: [{
|
|
@@ -6,10 +6,10 @@ import { SlickAccordionItemHeaderComponent } from "./slick-accordion-item-header
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class SlickAccordionModule {
|
|
8
8
|
}
|
|
9
|
-
/** @nocollapse */ SlickAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
/** @nocollapse */ SlickAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
11
|
-
/** @nocollapse */ SlickAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
/** @nocollapse */ SlickAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
/** @nocollapse */ SlickAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionModule, declarations: [SlickAccordionComponent, SlickAccordionItemComponent, SlickAccordionItemHeaderComponent], imports: [CommonModule], exports: [CommonModule, SlickAccordionComponent, SlickAccordionItemComponent, SlickAccordionItemHeaderComponent] });
|
|
11
|
+
/** @nocollapse */ SlickAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionModule, imports: [CommonModule, CommonModule] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAccordionModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [CommonModule],
|
|
@@ -20,4 +20,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
20
20
|
export { SlickAccordionComponent };
|
|
21
21
|
export { SlickAccordionItemComponent };
|
|
22
22
|
export { SlickAccordionItemHeaderComponent };
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL3NsaWNrLWFjY29yZGlvbi9zbGljay1hY2NvcmRpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOztBQU81RixNQUFNLE9BQU8sb0JBQW9COztvSUFBcEIsb0JBQW9CO3FJQUFwQixvQkFBb0IsaUJBRmpCLHVCQUF1QixFQUFFLDJCQUEyQixFQUFFLGlDQUFpQyxhQUY1RixZQUFZLGFBQ1osWUFBWSxFQUFFLHVCQUF1QixFQUFFLDJCQUEyQixFQUFFLGlDQUFpQztxSUFHbkcsb0JBQW9CLFlBSnRCLFlBQVksRUFDWixZQUFZOzJGQUdWLG9CQUFvQjtrQkFMaEMsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSx1QkFBdUIsRUFBRSwyQkFBMkIsRUFBRSxpQ0FBaUMsQ0FBQztvQkFDaEgsWUFBWSxFQUFFLENBQUMsdUJBQXVCLEVBQUUsMkJBQTJCLEVBQUUsaUNBQWlDLENBQUM7aUJBQ3ZHOztBQUdELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxDQUFBO0FBQ2xDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxDQUFBO0FBQ3RDLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IFNsaWNrQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stYWNjb3JkaW9uLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBTbGlja0FjY29yZGlvbkl0ZW1Db21wb25lbnQgfSBmcm9tIFwiLi9zbGljay1hY2NvcmRpb24taXRlbS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgU2xpY2tBY2NvcmRpb25JdGVtSGVhZGVyQ29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stYWNjb3JkaW9uLWl0ZW0taGVhZGVyLmNvbXBvbmVudFwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuXHRleHBvcnRzOiBbQ29tbW9uTW9kdWxlLCBTbGlja0FjY29yZGlvbkNvbXBvbmVudCwgU2xpY2tBY2NvcmRpb25JdGVtQ29tcG9uZW50LCBTbGlja0FjY29yZGlvbkl0ZW1IZWFkZXJDb21wb25lbnRdLFxyXG5cdGRlY2xhcmF0aW9uczogW1NsaWNrQWNjb3JkaW9uQ29tcG9uZW50LCBTbGlja0FjY29yZGlvbkl0ZW1Db21wb25lbnQsIFNsaWNrQWNjb3JkaW9uSXRlbUhlYWRlckNvbXBvbmVudF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFNsaWNrQWNjb3JkaW9uTW9kdWxlIHsgfVxyXG5cclxuZXhwb3J0IHsgU2xpY2tBY2NvcmRpb25Db21wb25lbnQgfVxyXG5leHBvcnQgeyBTbGlja0FjY29yZGlvbkl0ZW1Db21wb25lbnQgfVxyXG5leHBvcnQgeyBTbGlja0FjY29yZGlvbkl0ZW1IZWFkZXJDb21wb25lbnQgfVxyXG4iXX0=
|
|
@@ -5,9 +5,9 @@ export class SlickAutoCompleteListItemTemplateDirective {
|
|
|
5
5
|
this.template = template;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
/** @nocollapse */ SlickAutoCompleteListItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
/** @nocollapse */ SlickAutoCompleteListItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8
|
+
/** @nocollapse */ SlickAutoCompleteListItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteListItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
+
/** @nocollapse */ SlickAutoCompleteListItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.0", type: SlickAutoCompleteListItemTemplateDirective, selector: "[slickAutoCompleteListItemTemplate]", inputs: { type: "type", name: ["slickAutoCompleteListItemTemplate", "name"] }, ngImport: i0 });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteListItemTemplateDirective, decorators: [{
|
|
11
11
|
type: Directive,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: '[slickAutoCompleteListItemTemplate]',
|
|
@@ -314,15 +314,15 @@ export class SlickAutoCompleteComponent {
|
|
|
314
314
|
});
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
/** @nocollapse */ SlickAutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
318
|
-
/** @nocollapse */ SlickAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
317
|
+
/** @nocollapse */ SlickAutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteComponent, deps: [{ token: i1.SlickFunctionLockService }], target: i0.ɵɵFactoryTarget.Component });
|
|
318
|
+
/** @nocollapse */ SlickAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickAutoCompleteComponent, selector: "slick-auto-complete", inputs: { inputRef: "inputRef", items: "items", delay: "delay", selectFirst: "selectFirst", displayTextFieldName: "displayTextFieldName", listHeight: "listHeight", listWidth: "listWidth", allowFreeformText: "allowFreeformText", showNoItemsFoundDisplay: "showNoItemsFoundDisplay" }, outputs: { onRefresh: "onRefresh", onSelect: "onSelect", onFreeformTextSelect: "onFreeformTextSelect" }, providers: [
|
|
319
319
|
{
|
|
320
320
|
provide: NG_VALUE_ACCESSOR,
|
|
321
321
|
useExisting: forwardRef((() => SlickAutoCompleteComponent)),
|
|
322
322
|
multi: true
|
|
323
323
|
}
|
|
324
|
-
], queries: [{ propertyName: "listItemTemplateRef", first: true, predicate: SlickAutoCompleteListItemTemplateDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "autoCompleteRef", first: true, predicate: ["autoCompleteRef"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div #autoCompleteRef id=\"slick-auto-complete_{{uuid}}\" class='slick-auto-complete dropdown-menu' [style.width]=\"width\" [style.minWidth]=\"width\" [style.visibility]=\"(expanded === true) ? 'visible' : 'hidden'\" [style.opacity]=\"(expanded === true) ? '1' : '0'\" [style.max-height]=\"listHeight\" [style.left]=\"left\" [style.top]=\"top\">\r\n\t<div *ngIf=\"loading\" style=\"font-size: .8rem\" class=\"ml-3\">Loading...</div>\r\n\t<div *ngIf=\"!loading && items?.length === 0\" style=\"font-size: .8rem\" class=\"ml-3\">\r\n\t\tNo items found\r\n\t</div>\r\n\t<div *ngIf=\"!loading && items?.length > 0\">\r\n\t\t<div *ngFor=\"let item of items; let index = index;\" (click)=\"onItemClick(index)\" [class.card-header]=\"selectedIndex === index\" class=\"dropdown-item\">\r\n\t\t\t<ng-container *ngTemplateOutlet=\"listItemTemplateRef.template, context: { $implicit: item, index: index }\">\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n",
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
324
|
+
], queries: [{ propertyName: "listItemTemplateRef", first: true, predicate: SlickAutoCompleteListItemTemplateDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "autoCompleteRef", first: true, predicate: ["autoCompleteRef"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div #autoCompleteRef id=\"slick-auto-complete_{{uuid}}\" class='slick-auto-complete dropdown-menu' [style.width]=\"width\" [style.minWidth]=\"width\" [style.visibility]=\"(expanded === true) ? 'visible' : 'hidden'\" [style.opacity]=\"(expanded === true) ? '1' : '0'\" [style.max-height]=\"listHeight\" [style.left]=\"left\" [style.top]=\"top\">\r\n\t<div *ngIf=\"loading\" style=\"font-size: .8rem\" class=\"ml-3\">Loading...</div>\r\n\t<div *ngIf=\"!loading && items?.length === 0\" style=\"font-size: .8rem\" class=\"ml-3\">\r\n\t\tNo items found\r\n\t</div>\r\n\t<div *ngIf=\"!loading && items?.length > 0\">\r\n\t\t<div *ngFor=\"let item of items; let index = index;\" (click)=\"onItemClick(index)\" [class.card-header]=\"selectedIndex === index\" class=\"dropdown-item\">\r\n\t\t\t<ng-container *ngTemplateOutlet=\"listItemTemplateRef.template, context: { $implicit: item, index: index }\">\r\n\t\t\t</ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteComponent, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{ selector: 'slick-auto-complete', providers: [
|
|
328
328
|
{
|
|
@@ -7,10 +7,10 @@ import { SlickFunctionLockService } from "../utils/slick-function-lock.service";
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class SlickAutoCompleteModule {
|
|
9
9
|
}
|
|
10
|
-
/** @nocollapse */ SlickAutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
/** @nocollapse */ SlickAutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
12
|
-
/** @nocollapse */ SlickAutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
/** @nocollapse */ SlickAutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
/** @nocollapse */ SlickAutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteModule, declarations: [SlickAutoCompleteComponent, SlickAutoCompleteListItemTemplateDirective], imports: [CommonModule, FormsModule], exports: [SlickAutoCompleteComponent, SlickAutoCompleteListItemTemplateDirective] });
|
|
12
|
+
/** @nocollapse */ SlickAutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteModule, providers: [SlickFunctionLockService], imports: [CommonModule, FormsModule] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickAutoCompleteModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [CommonModule, FormsModule],
|
|
@@ -21,4 +21,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
21
21
|
}] });
|
|
22
22
|
export { SlickAutoCompleteComponent };
|
|
23
23
|
export { SlickAutoCompleteListItemTemplateDirective };
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stYXV0by1jb21wbGV0ZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3NyYy9zbGljay1hdXRvLWNvbXBsZXRlL3NsaWNrLWF1dG8tY29tcGxldGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUNoSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7QUFRaEYsTUFBTSxPQUFPLHVCQUF1Qjs7dUlBQXZCLHVCQUF1Qjt3SUFBdkIsdUJBQXVCLGlCQUpwQiwwQkFBMEIsRUFBRSwwQ0FBMEMsYUFEM0UsWUFBWSxFQUFFLFdBQVcsYUFFekIsMEJBQTBCLEVBQUUsMENBQTBDO3dJQUdwRSx1QkFBdUIsYUFGeEIsQ0FBQyx3QkFBd0IsQ0FBQyxZQUgzQixZQUFZLEVBQUUsV0FBVzsyRkFLdkIsdUJBQXVCO2tCQU5uQyxRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLENBQUM7b0JBQ3BDLFlBQVksRUFBRSxDQUFDLDBCQUEwQixFQUFFLDBDQUEwQyxDQUFDO29CQUN0RixPQUFPLEVBQUUsQ0FBQywwQkFBMEIsRUFBRSwwQ0FBMEMsQ0FBQztvQkFDakYsU0FBUyxFQUFFLENBQUMsd0JBQXdCLENBQUM7aUJBQ3JDOztBQUdELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxDQUFBO0FBQ3JDLE9BQU8sRUFBRSwwQ0FBMEMsRUFBRSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBTbGlja0F1dG9Db21wbGV0ZUNvbXBvbmVudCB9IGZyb20gXCIuL3NsaWNrLWF1dG8tY29tcGxldGUuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFNsaWNrQXV0b0NvbXBsZXRlTGlzdEl0ZW1UZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gXCIuL3NsaWNrLWF1dG8tY29tcGxldGUtbGlzdC1pdGVtLXRlbXBsYXRlLmRpcmVjdGl2ZVwiO1xyXG5pbXBvcnQgeyBTbGlja0Z1bmN0aW9uTG9ja1NlcnZpY2UgfSBmcm9tIFwiLi4vdXRpbHMvc2xpY2stZnVuY3Rpb24tbG9jay5zZXJ2aWNlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEZvcm1zTW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtTbGlja0F1dG9Db21wbGV0ZUNvbXBvbmVudCwgU2xpY2tBdXRvQ29tcGxldGVMaXN0SXRlbVRlbXBsYXRlRGlyZWN0aXZlXSxcclxuXHRleHBvcnRzOiBbU2xpY2tBdXRvQ29tcGxldGVDb21wb25lbnQsIFNsaWNrQXV0b0NvbXBsZXRlTGlzdEl0ZW1UZW1wbGF0ZURpcmVjdGl2ZV0sXHJcblx0cHJvdmlkZXJzOiBbU2xpY2tGdW5jdGlvbkxvY2tTZXJ2aWNlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU2xpY2tBdXRvQ29tcGxldGVNb2R1bGUgeyB9XHJcblxyXG5leHBvcnQgeyBTbGlja0F1dG9Db21wbGV0ZUNvbXBvbmVudCB9XHJcbmV4cG9ydCB7IFNsaWNrQXV0b0NvbXBsZXRlTGlzdEl0ZW1UZW1wbGF0ZURpcmVjdGl2ZSB9Il19
|
|
@@ -163,9 +163,9 @@ export class SlickButtonSpinnerComponent {
|
|
|
163
163
|
Promise.resolve();
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
|
-
/** @nocollapse */ SlickButtonSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
167
|
-
/** @nocollapse */ SlickButtonSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
/** @nocollapse */ SlickButtonSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
167
|
+
/** @nocollapse */ SlickButtonSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickButtonSpinnerComponent, selector: "[slick-button-spinner]", inputs: { spinnerStatus: ["slick-button-spinner", "spinnerStatus"] }, usesOnChanges: true, ngImport: i0, template: "<ng-content></ng-content><div *ngIf=\"spinnerVisible\" class=\"slick-button-spinner_spin-icon\"></div><div *ngIf=\"checkVisible\" class=\"slick-button-spinner_check\"><i class=\"far fa-check-circle\"></i></div><div *ngIf=\"errorVisible\" class=\"slick-button-spinner_error\"><i class=\"far fa-times-circle\"></i></div>\r\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerComponent, decorators: [{
|
|
169
169
|
type: Component,
|
|
170
170
|
args: [{ selector: '[slick-button-spinner]', template: "<ng-content></ng-content><div *ngIf=\"spinnerVisible\" class=\"slick-button-spinner_spin-icon\"></div><div *ngIf=\"checkVisible\" class=\"slick-button-spinner_check\"><i class=\"far fa-check-circle\"></i></div><div *ngIf=\"errorVisible\" class=\"slick-button-spinner_error\"><i class=\"far fa-times-circle\"></i></div>\r\n" }]
|
|
171
171
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { spinnerStatus: [{
|
|
@@ -4,10 +4,10 @@ import { SlickButtonSpinnerComponent } from "./slick-button-spinner.component";
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SlickButtonSpinnerModule {
|
|
6
6
|
}
|
|
7
|
-
/** @nocollapse */ SlickButtonSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
/** @nocollapse */ SlickButtonSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
9
|
-
/** @nocollapse */ SlickButtonSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7
|
+
/** @nocollapse */ SlickButtonSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
/** @nocollapse */ SlickButtonSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerModule, declarations: [SlickButtonSpinnerComponent], imports: [CommonModule], exports: [SlickButtonSpinnerComponent] });
|
|
9
|
+
/** @nocollapse */ SlickButtonSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerModule, imports: [CommonModule] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickButtonSpinnerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [CommonModule],
|
|
@@ -16,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
16
16
|
}]
|
|
17
17
|
}] });
|
|
18
18
|
export { SlickButtonSpinnerComponent };
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stYnV0dG9uLXNwaW5uZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvc2xpY2stYnV0dG9uLXNwaW5uZXIvc2xpY2stYnV0dG9uLXNwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQU8vRSxNQUFNLE9BQU8sd0JBQXdCOzt3SUFBeEIsd0JBQXdCO3lJQUF4Qix3QkFBd0IsaUJBSHJCLDJCQUEyQixhQURoQyxZQUFZLGFBRVosMkJBQTJCO3lJQUV6Qix3QkFBd0IsWUFKMUIsWUFBWTsyRkFJVix3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDM0MsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQ3RDOztBQUdELE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IFNsaWNrQnV0dG9uU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gXCIuL3NsaWNrLWJ1dHRvbi1zcGlubmVyLmNvbXBvbmVudFwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtTbGlja0J1dHRvblNwaW5uZXJDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtTbGlja0J1dHRvblNwaW5uZXJDb21wb25lbnRdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTbGlja0J1dHRvblNwaW5uZXJNb2R1bGUgeyB9XHJcblxyXG5leHBvcnQgeyBTbGlja0J1dHRvblNwaW5uZXJDb21wb25lbnQgfSJdfQ==
|
|
@@ -221,15 +221,15 @@ export class SlickCalendarComponent {
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
|
-
/** @nocollapse */ SlickCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
225
|
-
/** @nocollapse */ SlickCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
224
|
+
/** @nocollapse */ SlickCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
225
|
+
/** @nocollapse */ SlickCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickCalendarComponent, selector: "slick-calendar", inputs: { condensed: "condensed", monthsToShow: "monthsToShow", monthsToIncrement: "monthsToIncrement", inactiveDates: "inactiveDates", inactiveWeekends: "inactiveWeekends", showDaysNotInMonth: "showDaysNotInMonth", multiSelect: "multiSelect", multiSelectDates: "multiSelectDates" }, outputs: { multiSelectDatesChange: "multiSelectDatesChange", onDateSelect: "onDateSelect", onDateChange: "onDateChange", onMonthChange: "onMonthChange", onMultiDateChange: "onMultiDateChange" }, host: { listeners: { "click": "onClick($event,$event.target)" } }, providers: [
|
|
226
226
|
{
|
|
227
227
|
provide: NG_VALUE_ACCESSOR,
|
|
228
228
|
useExisting: forwardRef((() => SlickCalendarComponent)),
|
|
229
229
|
multi: true,
|
|
230
230
|
}
|
|
231
|
-
], usesOnChanges: true, ngImport: i0, template: "<div class=\"slick-calendar default-width card\" id=\"slick-calendar_{{uuid}}\" [style.minWidth.px]=\"minWidth\" [ngClass]=\"{'slick-calendar_condensed': condensed === true, 'slick-calendar_single': monthsToShow === 1 }\">\r\n\t<div class=\"slick-calendar_prev-month\" (click)=\"prevMonth()\"><i class=\"far fa-chevron-left\"></i></div>\r\n\t<div class=\"slick-calendar_next-month\" (click)=\"nextMonth()\"><i class=\"far fa-chevron-right\"></i></div>\r\n\r\n\t<div class=\"d-flex justify-content-around pt-2\" [ngClass]=\"{ 'mx-3': monthsToShow > 1, 'mx-1': monthsToShow === 1 }\">\r\n\t\t<div *ngFor=\"let month of months\" class=\"flex-fill mx-2\" style=\"text-align: center;max-width: 220px;\">\r\n\r\n\t\t\t<table class=\"table table-sm table-borderless\" style=\"table-layout: fixed; \">\r\n\t\t\t\t<thead>\r\n\t\t\t\t\t<tr class=\"slick-calendar_month-display\">\r\n\t\t\t\t\t\t<td colspan=\"7\"><b>{{month.monthDisplay}}</b></td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t\t<tr class=\"slick-calendar_days-of-week\">\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Sun</span><span *ngIf='condensed === true'>S</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Mon</span><span *ngIf='condensed === true'>M</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Tue</span><span *ngIf='condensed === true'>T</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Wed</span><span *ngIf='condensed === true'>W</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Thu</span><span *ngIf='condensed === true'>Th</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Fri</span><span *ngIf='condensed === true'>F</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Sat</span><span *ngIf='condensed === true'>S</span></td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t</thead>\r\n\r\n\t\t\t\t<tbody>\r\n\t\t\t\t\t<tr *ngFor=\"let week of month.weeks\">\r\n\t\t\t\t\t\t<td *ngFor=\"let day of week.days\" (click)=\"setDate(day)\" class=\"slick-calendar_date\" [ngClass]=\"{ 'slick-calendar_is-today': day.isToday, 'bg-success text-white': day.isSelected, 'slick-calendar_not_in_month': day.isInCurrentMonth === false, 'slick-calendar_inactive': day.isActive === false }\">\r\n\t\t\t\t\t\t\t<span *ngIf=\"showDaysNotInMonth === true || (showDaysNotInMonth === false && day.isInCurrentMonth === true)\">{{day.date | date:'d'}}</span>\r\n\t\t\t\t\t\t\t<span *ngIf=\"monthsToShow > 1 && (showDaysNotInMonth === false && day.isInCurrentMonth === false)\"> </span>\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t</tbody>\r\n\t\t\t</table>\r\n\r\n\r\n\t\t</div>\r\n\r\n\t</div>\r\n</div>",
|
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
], usesOnChanges: true, ngImport: i0, template: "<div class=\"slick-calendar default-width card\" id=\"slick-calendar_{{uuid}}\" [style.minWidth.px]=\"minWidth\" [ngClass]=\"{'slick-calendar_condensed': condensed === true, 'slick-calendar_single': monthsToShow === 1 }\">\r\n\t<div class=\"slick-calendar_prev-month\" (click)=\"prevMonth()\"><i class=\"far fa-chevron-left\"></i></div>\r\n\t<div class=\"slick-calendar_next-month\" (click)=\"nextMonth()\"><i class=\"far fa-chevron-right\"></i></div>\r\n\r\n\t<div class=\"d-flex justify-content-around pt-2\" [ngClass]=\"{ 'mx-3': monthsToShow > 1, 'mx-1': monthsToShow === 1 }\">\r\n\t\t<div *ngFor=\"let month of months\" class=\"flex-fill mx-2\" style=\"text-align: center;max-width: 220px;\">\r\n\r\n\t\t\t<table class=\"table table-sm table-borderless\" style=\"table-layout: fixed; \">\r\n\t\t\t\t<thead>\r\n\t\t\t\t\t<tr class=\"slick-calendar_month-display\">\r\n\t\t\t\t\t\t<td colspan=\"7\"><b>{{month.monthDisplay}}</b></td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t\t<tr class=\"slick-calendar_days-of-week\">\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Sun</span><span *ngIf='condensed === true'>S</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Mon</span><span *ngIf='condensed === true'>M</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Tue</span><span *ngIf='condensed === true'>T</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Wed</span><span *ngIf='condensed === true'>W</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Thu</span><span *ngIf='condensed === true'>Th</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Fri</span><span *ngIf='condensed === true'>F</span></td>\r\n\t\t\t\t\t\t<td><span *ngIf='condensed === false'>Sat</span><span *ngIf='condensed === true'>S</span></td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t</thead>\r\n\r\n\t\t\t\t<tbody>\r\n\t\t\t\t\t<tr *ngFor=\"let week of month.weeks\">\r\n\t\t\t\t\t\t<td *ngFor=\"let day of week.days\" (click)=\"setDate(day)\" class=\"slick-calendar_date\" [ngClass]=\"{ 'slick-calendar_is-today': day.isToday, 'bg-success text-white': day.isSelected, 'slick-calendar_not_in_month': day.isInCurrentMonth === false, 'slick-calendar_inactive': day.isActive === false }\">\r\n\t\t\t\t\t\t\t<span *ngIf=\"showDaysNotInMonth === true || (showDaysNotInMonth === false && day.isInCurrentMonth === true)\">{{day.date | date:'d'}}</span>\r\n\t\t\t\t\t\t\t<span *ngIf=\"monthsToShow > 1 && (showDaysNotInMonth === false && day.isInCurrentMonth === false)\"> </span>\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t</tbody>\r\n\t\t\t</table>\r\n\r\n\r\n\t\t</div>\r\n\r\n\t</div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }] });
|
|
232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarComponent, decorators: [{
|
|
233
233
|
type: Component,
|
|
234
234
|
args: [{ selector: 'slick-calendar', providers: [
|
|
235
235
|
{
|
|
@@ -4,10 +4,10 @@ import { SlickCalendarComponent } from "./slick-calendar.component";
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SlickCalendarModule {
|
|
6
6
|
}
|
|
7
|
-
/** @nocollapse */ SlickCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
/** @nocollapse */ SlickCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
9
|
-
/** @nocollapse */ SlickCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7
|
+
/** @nocollapse */ SlickCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
/** @nocollapse */ SlickCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarModule, declarations: [SlickCalendarComponent], imports: [CommonModule], exports: [SlickCalendarComponent] });
|
|
9
|
+
/** @nocollapse */ SlickCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarModule, imports: [CommonModule] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCalendarModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [CommonModule],
|
|
@@ -16,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
16
16
|
}]
|
|
17
17
|
}] });
|
|
18
18
|
export { SlickCalendarComponent };
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvc2xpY2stY2FsZW5kYXIvc2xpY2stY2FsZW5kYXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQU9wRSxNQUFNLE9BQU8sbUJBQW1COzttSUFBbkIsbUJBQW1CO29JQUFuQixtQkFBbUIsaUJBSGhCLHNCQUFzQixhQUQzQixZQUFZLGFBRVosc0JBQXNCO29JQUVwQixtQkFBbUIsWUFKckIsWUFBWTsyRkFJVixtQkFBbUI7a0JBTC9CLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2pDOztBQUdELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IFNsaWNrQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tIFwiLi9zbGljay1jYWxlbmRhci5jb21wb25lbnRcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcblx0ZGVjbGFyYXRpb25zOiBbU2xpY2tDYWxlbmRhckNvbXBvbmVudF0sXHJcblx0ZXhwb3J0czogW1NsaWNrQ2FsZW5kYXJDb21wb25lbnRdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTbGlja0NhbGVuZGFyTW9kdWxlIHsgfVxyXG5cclxuZXhwb3J0IHsgU2xpY2tDYWxlbmRhckNvbXBvbmVudCB9XHJcbiJdfQ==
|
|
@@ -2,9 +2,9 @@ import { Component } from "@angular/core";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class SlickCardHeaderComponent {
|
|
4
4
|
}
|
|
5
|
-
/** @nocollapse */ SlickCardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
/** @nocollapse */ SlickCardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5
|
+
/** @nocollapse */ SlickCardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
/** @nocollapse */ SlickCardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickCardHeaderComponent, selector: "slick-card-header", ngImport: i0, template: "<div class='card-header'><ng-content></ng-content></div>", isInline: true });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardHeaderComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
9
|
args: [{
|
|
10
10
|
selector: "slick-card-header",
|
|
@@ -23,9 +23,9 @@ export class SlickCardComponent {
|
|
|
23
23
|
this.onSelect.emit(this.cardKey);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
/** @nocollapse */ SlickCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
27
|
-
/** @nocollapse */ SlickCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26
|
+
/** @nocollapse */ SlickCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
+
/** @nocollapse */ SlickCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickCardComponent, selector: "slick-card", inputs: { header: "header", clickable: "clickable", selected: "selected", cardKey: "cardKey" }, outputs: { onSelect: "onSelect" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"slick-card card\" [ngClass]=\"{'slick-card_clickable': clickable === true, 'bg-primary text-white': selected === true }\" (click)=\"onClick()\">\r\n\t<div *ngIf=\"header\" class=\"card-header\">{{header}}</div>\r\n\t<ng-content select=\"slick-card-header\"></ng-content>\r\n\t<div class=\"card-body\"><ng-content></ng-content></div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{ selector: "slick-card", template: "<div class=\"slick-card card\" [ngClass]=\"{'slick-card_clickable': clickable === true, 'bg-primary text-white': selected === true }\" (click)=\"onClick()\">\r\n\t<div *ngIf=\"header\" class=\"card-header\">{{header}}</div>\r\n\t<ng-content select=\"slick-card-header\"></ng-content>\r\n\t<div class=\"card-body\"><ng-content></ng-content></div>\r\n</div>\r\n" }]
|
|
31
31
|
}], propDecorators: { header: [{
|
|
@@ -5,10 +5,10 @@ import { SlickCardComponent } from "./slick-card.component";
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class SlickCardModule {
|
|
7
7
|
}
|
|
8
|
-
/** @nocollapse */ SlickCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
/** @nocollapse */ SlickCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
10
|
-
/** @nocollapse */ SlickCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8
|
+
/** @nocollapse */ SlickCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
/** @nocollapse */ SlickCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickCardModule, declarations: [SlickCardComponent, SlickCardHeaderComponent], imports: [CommonModule], exports: [SlickCardComponent, SlickCardHeaderComponent, CommonModule] });
|
|
10
|
+
/** @nocollapse */ SlickCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardModule, imports: [CommonModule, CommonModule] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickCardModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
imports: [CommonModule],
|
|
@@ -17,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
17
17
|
}]
|
|
18
18
|
}] });
|
|
19
19
|
export { SlickCardComponent, SlickCardHeaderComponent };
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stY2FyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3NyYy9zbGljay1jYXJkL3NsaWNrLWNhcmQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDOztBQU81RCxNQUFNLE9BQU8sZUFBZTs7K0hBQWYsZUFBZTtnSUFBZixlQUFlLGlCQUZaLGtCQUFrQixFQUFFLHdCQUF3QixhQUZqRCxZQUFZLGFBQ1osa0JBQWtCLEVBQUUsd0JBQXdCLEVBQUUsWUFBWTtnSUFHeEQsZUFBZSxZQUpqQixZQUFZLEVBQ2tDLFlBQVk7MkZBR3hELGVBQWU7a0JBTDNCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSx3QkFBd0IsRUFBRSxZQUFZLENBQUM7b0JBQ3JFLFlBQVksRUFBRSxDQUFDLGtCQUFrQixFQUFFLHdCQUF3QixDQUFDO2lCQUM1RDs7QUFHRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsd0JBQXdCLEVBQUUsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQgeyBTbGlja0NhcmRIZWFkZXJDb21wb25lbnQgfSBmcm9tIFwiLi9zbGljay1jYXJkLWhlYWRlci5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgU2xpY2tDYXJkQ29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stY2FyZC5jb21wb25lbnRcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcblx0ZXhwb3J0czogW1NsaWNrQ2FyZENvbXBvbmVudCwgU2xpY2tDYXJkSGVhZGVyQ29tcG9uZW50LCBDb21tb25Nb2R1bGVdLFxyXG5cdGRlY2xhcmF0aW9uczogW1NsaWNrQ2FyZENvbXBvbmVudCwgU2xpY2tDYXJkSGVhZGVyQ29tcG9uZW50XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU2xpY2tDYXJkTW9kdWxlIHsgfVxyXG5cclxuZXhwb3J0IHsgU2xpY2tDYXJkQ29tcG9uZW50LCBTbGlja0NhcmRIZWFkZXJDb21wb25lbnQgfVxyXG4iXX0=
|
|
@@ -43,9 +43,9 @@ export class SlickConfirmDialogComponent {
|
|
|
43
43
|
this.dialogResolve(SlickConfirmDialogResults.Cancel);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
/** @nocollapse */ SlickConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
47
|
-
/** @nocollapse */ SlickConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
46
|
+
/** @nocollapse */ SlickConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
/** @nocollapse */ SlickConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickConfirmDialogComponent, selector: "slick-confirm-dialog", inputs: { width: "width", okButtonText: "okButtonText", cancelButtonText: "cancelButtonText", showOkButton: "showOkButton", showCancelButton: "showCancelButton" }, viewQueries: [{ propertyName: "dialogRef", first: true, predicate: ["dialogRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<slick-dialog *ngIf=\"isVisible === true\" #dialogRef [top]='200' [width]='width' [showHeader]='false' [resizable]=\"false\" [draggable]=\"false\" [minimizable]=\"false\" onClose='onClose()'>\r\n\t<div class=\"form-group text-center\">\r\n\t\t<h4 style='margin-top: 10px; margin-bottom: 20px'><ng-content></ng-content></h4>\r\n\t</div>\r\n\r\n\t<div class=\"text-center\" style='margin-top: 10px;'>\r\n\t\t<button *ngIf=\"showOkButton === true\" type=\"button\" style='width: 80px' class=\"btn btn-outline-primary\" (click)=\"onOk()\">{{okButtonText}}</button> \r\n\t\t<button *ngIf=\"showCancelButton === true\" type=\"button\" style='width: 80px' class=\"btn btn-outline-danger\" (click)=\"onCancel()\">Cancel</button>\r\n\t</div>\r\n</slick-dialog>\r\n", dependencies: [{ kind: "component", type: i1.SlickDialogComponent, selector: "slick-dialog", inputs: ["draggable", "resizable", "minimizable", "header", "showHeader", "noPadding", "top", "width", "height", "maxHeight", "cssClass", "key", "showOverlay", "disableScrollbar"], outputs: ["onClose"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{ selector: 'slick-confirm-dialog', template: "<slick-dialog *ngIf=\"isVisible === true\" #dialogRef [top]='200' [width]='width' [showHeader]='false' [resizable]=\"false\" [draggable]=\"false\" [minimizable]=\"false\" onClose='onClose()'>\r\n\t<div class=\"form-group text-center\">\r\n\t\t<h4 style='margin-top: 10px; margin-bottom: 20px'><ng-content></ng-content></h4>\r\n\t</div>\r\n\r\n\t<div class=\"text-center\" style='margin-top: 10px;'>\r\n\t\t<button *ngIf=\"showOkButton === true\" type=\"button\" style='width: 80px' class=\"btn btn-outline-primary\" (click)=\"onOk()\">{{okButtonText}}</button> \r\n\t\t<button *ngIf=\"showCancelButton === true\" type=\"button\" style='width: 80px' class=\"btn btn-outline-danger\" (click)=\"onCancel()\">Cancel</button>\r\n\t</div>\r\n</slick-dialog>\r\n" }]
|
|
51
51
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { width: [{
|
|
@@ -5,10 +5,10 @@ import { SlickDialogModule } from "../slick-dialog/slick-dialog.module";
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class SlickConfirmDialogModule {
|
|
7
7
|
}
|
|
8
|
-
/** @nocollapse */ SlickConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
/** @nocollapse */ SlickConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
10
|
-
/** @nocollapse */ SlickConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8
|
+
/** @nocollapse */ SlickConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
/** @nocollapse */ SlickConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogModule, declarations: [SlickConfirmDialogComponent], imports: [SlickDialogModule, CommonModule], exports: [SlickConfirmDialogComponent] });
|
|
10
|
+
/** @nocollapse */ SlickConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogModule, imports: [SlickDialogModule, CommonModule] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickConfirmDialogModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
imports: [SlickDialogModule, CommonModule],
|
|
@@ -17,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.3", ngImpor
|
|
|
17
17
|
}]
|
|
18
18
|
}] });
|
|
19
19
|
export { SlickConfirmDialogComponent, SlickConfirmDialogResults };
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stY29uZmlybS1kaWFsb2cubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvc2xpY2stY29uZmlybS1kaWFsb2cvc2xpY2stY29uZmlybS1kaWFsb2cubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSx5QkFBeUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzFHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOztBQU94RSxNQUFNLE9BQU8sd0JBQXdCOzt3SUFBeEIsd0JBQXdCO3lJQUF4Qix3QkFBd0IsaUJBSHJCLDJCQUEyQixhQURoQyxpQkFBaUIsRUFBRSxZQUFZLGFBRS9CLDJCQUEyQjt5SUFFekIsd0JBQXdCLFlBSjFCLGlCQUFpQixFQUFFLFlBQVk7MkZBSTdCLHdCQUF3QjtrQkFMcEMsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBRSxZQUFZLENBQUM7b0JBQzFDLFlBQVksRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUMzQyxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztpQkFDdEM7O0FBRUQsT0FBTyxFQUFFLDJCQUEyQixFQUFFLHlCQUF5QixFQUFFLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7ICBcclxuaW1wb3J0IHsgU2xpY2tDb25maXJtRGlhbG9nQ29tcG9uZW50LCBTbGlja0NvbmZpcm1EaWFsb2dSZXN1bHRzIH0gZnJvbSBcIi4vc2xpY2stY29uZmlybS1kaWFsb2cuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFNsaWNrRGlhbG9nTW9kdWxlIH0gZnJvbSBcIi4uL3NsaWNrLWRpYWxvZy9zbGljay1kaWFsb2cubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtTbGlja0RpYWxvZ01vZHVsZSwgQ29tbW9uTW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtTbGlja0NvbmZpcm1EaWFsb2dDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtTbGlja0NvbmZpcm1EaWFsb2dDb21wb25lbnRdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTbGlja0NvbmZpcm1EaWFsb2dNb2R1bGUgeyB9XHJcbmV4cG9ydCB7IFNsaWNrQ29uZmlybURpYWxvZ0NvbXBvbmVudCwgU2xpY2tDb25maXJtRGlhbG9nUmVzdWx0cyB9XHJcbiJdfQ==
|
|
@@ -6,9 +6,9 @@ export class SlickContainerBodyComponent {
|
|
|
6
6
|
this.overflowY = 'auto';
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
/** @nocollapse */ SlickContainerBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
/** @nocollapse */ SlickContainerBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
/** @nocollapse */ SlickContainerBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
/** @nocollapse */ SlickContainerBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickContainerBodyComponent, selector: "slick-container-body", host: { properties: { "class": "this.flex", "style.overflowY": "this.overflowY" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerBodyComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'slick-container-body',
|
|
@@ -5,9 +5,9 @@ export class SlickContainerFooterComponent {
|
|
|
5
5
|
this.slickContainerFooter = 'slick-container-footer';
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
/** @nocollapse */ SlickContainerFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
/** @nocollapse */ SlickContainerFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8
|
+
/** @nocollapse */ SlickContainerFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
/** @nocollapse */ SlickContainerFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickContainerFooterComponent, selector: "slick-container-footer", host: { properties: { "class": "this.slickContainerFooter" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerFooterComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: 'slick-container-footer',
|
|
@@ -5,9 +5,9 @@ export class SlickContainerHeaderComponent {
|
|
|
5
5
|
this.slickContainerHeader = 'slick-container-header';
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
/** @nocollapse */ SlickContainerHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
/** @nocollapse */ SlickContainerHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8
|
+
/** @nocollapse */ SlickContainerHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
/** @nocollapse */ SlickContainerHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickContainerHeaderComponent, selector: "slick-container-header", host: { properties: { "class": "this.slickContainerHeader" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerHeaderComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: 'slick-container-header',
|
|
@@ -8,9 +8,9 @@ export class SlickContainerComponent {
|
|
|
8
8
|
this.uuid = SlickUtilsService.newGuid();
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
/** @nocollapse */ SlickContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
/** @nocollapse */ SlickContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
/** @nocollapse */ SlickContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
/** @nocollapse */ SlickContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SlickContainerComponent, selector: "slick-container", inputs: { maxHeight: "maxHeight", padding: "padding" }, ngImport: i0, template: "<div #slickContainerDivRef id=\"slick-container_{{uuid}}\" class=\"slick-container\" [ngClass]=\"{ 'slick-container-padding': padding === true }\" [style.minHeight]=\"maxHeight\" [style.maxHeight]=\"maxHeight\">\r\n\t<ng-content select=\"slick-container-header\"></ng-content>\r\n\t<ng-content select=\"slick-container-body\"></ng-content>\r\n\t<ng-content select=\"slick-container-footer\"></ng-content>\r\n</div>\r\n\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{ selector: 'slick-container', template: "<div #slickContainerDivRef id=\"slick-container_{{uuid}}\" class=\"slick-container\" [ngClass]=\"{ 'slick-container-padding': padding === true }\" [style.minHeight]=\"maxHeight\" [style.maxHeight]=\"maxHeight\">\r\n\t<ng-content select=\"slick-container-header\"></ng-content>\r\n\t<ng-content select=\"slick-container-body\"></ng-content>\r\n\t<ng-content select=\"slick-container-footer\"></ng-content>\r\n</div>\r\n\r\n" }]
|
|
16
16
|
}], propDecorators: { maxHeight: [{
|
|
@@ -7,10 +7,10 @@ import { SlickContainerFooterComponent } from "./slick-container-footer.componen
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class SlickContainerModule {
|
|
9
9
|
}
|
|
10
|
-
/** @nocollapse */ SlickContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
/** @nocollapse */ SlickContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
12
|
-
/** @nocollapse */ SlickContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
/** @nocollapse */ SlickContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
/** @nocollapse */ SlickContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerModule, declarations: [SlickContainerComponent, SlickContainerHeaderComponent, SlickContainerBodyComponent, SlickContainerFooterComponent], imports: [CommonModule], exports: [CommonModule, SlickContainerComponent, SlickContainerHeaderComponent, SlickContainerBodyComponent, SlickContainerFooterComponent] });
|
|
12
|
+
/** @nocollapse */ SlickContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerModule, imports: [CommonModule, CommonModule] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SlickContainerModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [CommonModule],
|
|
@@ -22,4 +22,4 @@ export { SlickContainerComponent };
|
|
|
22
22
|
export { SlickContainerHeaderComponent };
|
|
23
23
|
export { SlickContainerBodyComponent };
|
|
24
24
|
export { SlickContainerFooterComponent };
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2stY29udGFpbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL3NsaWNrLWNvbnRhaW5lci9zbGljay1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBRXRFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQy9FLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOztBQU9uRixNQUFNLE9BQU8sb0JBQW9COztvSUFBcEIsb0JBQW9CO3FJQUFwQixvQkFBb0IsaUJBSGpCLHVCQUF1QixFQUFFLDZCQUE2QixFQUFFLDJCQUEyQixFQUFFLDZCQUE2QixhQUR2SCxZQUFZLGFBRVosWUFBWSxFQUFFLHVCQUF1QixFQUFFLDZCQUE2QixFQUFFLDJCQUEyQixFQUFFLDZCQUE2QjtxSUFFOUgsb0JBQW9CLFlBSnRCLFlBQVksRUFFWixZQUFZOzJGQUVWLG9CQUFvQjtrQkFMaEMsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRSxDQUFDLHVCQUF1QixFQUFFLDZCQUE2QixFQUFFLDJCQUEyQixFQUFFLDZCQUE2QixDQUFDO29CQUNsSSxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsdUJBQXVCLEVBQUUsNkJBQTZCLEVBQUUsMkJBQTJCLEVBQUUsNkJBQTZCLENBQUM7aUJBQzNJOztBQUdELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxDQUFBO0FBQ2xDLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxDQUFBO0FBQ3RDLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBTbGlja0NvbnRhaW5lckNvbXBvbmVudCB9IGZyb20gXCIuL3NsaWNrLWNvbnRhaW5lci5jb21wb25lbnRcIjtcclxuXHJcbmltcG9ydCB7IFNsaWNrQ29udGFpbmVySGVhZGVyQ29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stY29udGFpbmVyLWhlYWRlci5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgU2xpY2tDb250YWluZXJCb2R5Q29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stY29udGFpbmVyLWJvZHkuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IFNsaWNrQ29udGFpbmVyRm9vdGVyQ29tcG9uZW50IH0gZnJvbSBcIi4vc2xpY2stY29udGFpbmVyLWZvb3Rlci5jb21wb25lbnRcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcblx0ZGVjbGFyYXRpb25zOiBbU2xpY2tDb250YWluZXJDb21wb25lbnQsIFNsaWNrQ29udGFpbmVySGVhZGVyQ29tcG9uZW50LCBTbGlja0NvbnRhaW5lckJvZHlDb21wb25lbnQsIFNsaWNrQ29udGFpbmVyRm9vdGVyQ29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbQ29tbW9uTW9kdWxlLCBTbGlja0NvbnRhaW5lckNvbXBvbmVudCwgU2xpY2tDb250YWluZXJIZWFkZXJDb21wb25lbnQsIFNsaWNrQ29udGFpbmVyQm9keUNvbXBvbmVudCwgU2xpY2tDb250YWluZXJGb290ZXJDb21wb25lbnRdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTbGlja0NvbnRhaW5lck1vZHVsZSB7IH1cclxuXHJcbmV4cG9ydCB7IFNsaWNrQ29udGFpbmVyQ29tcG9uZW50IH1cclxuZXhwb3J0IHsgU2xpY2tDb250YWluZXJIZWFkZXJDb21wb25lbnQgfVxyXG5leHBvcnQgeyBTbGlja0NvbnRhaW5lckJvZHlDb21wb25lbnQgfVxyXG5leHBvcnQgeyBTbGlja0NvbnRhaW5lckZvb3RlckNvbXBvbmVudCB9XHJcbiJdfQ==
|