@progress-chef/platform-shared-components 0.0.32 → 0.0.33
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/esm2022/lib/atoms/atoms.module.mjs +14 -7
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +101 -0
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +44 -0
- package/esm2022/lib/atoms/list-view/list-view.component.mjs +7 -3
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/progress-chef-platform-shared-components.mjs +153 -9
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/lib/atoms/atoms.module.d.ts +2 -1
- package/lib/atoms/drag-and-drop/drag-and-drop.component.d.ts +26 -0
- package/lib/atoms/drag-and-drop/drag-and-drop.module.d.ts +13 -0
- package/lib/atoms/list-view/list-view.component.d.ts +3 -2
- package/package.json +7 -7
- package/public-api.d.ts +2 -0
|
@@ -39,6 +39,8 @@ import * as i2$5 from '@progress/kendo-angular-tooltip';
|
|
|
39
39
|
import { TooltipsModule } from '@progress/kendo-angular-tooltip';
|
|
40
40
|
import * as i2$6 from '@progress/kendo-angular-listview';
|
|
41
41
|
import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
42
|
+
import * as i1$3 from '@progress/kendo-angular-utils';
|
|
43
|
+
import { DragTargetContainerDirective, DropTargetContainerDirective, UtilsModule } from '@progress/kendo-angular-utils';
|
|
42
44
|
import * as i2$7 from '@progress/kendo-angular-dialog';
|
|
43
45
|
import { DialogsModule, DialogModule as DialogModule$1 } from '@progress/kendo-angular-dialog';
|
|
44
46
|
import * as i5 from '@progress/kendo-angular-grid';
|
|
@@ -2569,6 +2571,10 @@ class ListViewComponent {
|
|
|
2569
2571
|
ngOnInit() {
|
|
2570
2572
|
this.onScrollBottom();
|
|
2571
2573
|
}
|
|
2574
|
+
ngOnChanges() {
|
|
2575
|
+
this.view = [];
|
|
2576
|
+
this.onScrollBottom();
|
|
2577
|
+
}
|
|
2572
2578
|
onScrollBottom() {
|
|
2573
2579
|
if (this.enableEndlessScroll) {
|
|
2574
2580
|
const next = this.view.length;
|
|
@@ -2580,11 +2586,11 @@ class ListViewComponent {
|
|
|
2580
2586
|
this.listItemCount.emit(this.view.length);
|
|
2581
2587
|
}
|
|
2582
2588
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2583
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ListViewComponent, selector: "lib-list-view", inputs: { data: "data", customHeader: "customHeader", customFooter: "customFooter", height: "height", enableEndlessScroll: "enableEndlessScroll", noOfListItems: "noOfListItems", listItemStyle: "listItemStyle", loading: "loading", navigable: "navigable", containerStyle: "containerStyle" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", listItemCount: "listItemCount" }, queries: [{ propertyName: "templateHeader", first: true, predicate: ["templateHeader"], descendants: true }, { propertyName: "templateFooter", first: true, predicate: ["templateFooter"], descendants: true }, { propertyName: "tempListItem", first: true, predicate: ["tempListItem"], descendants: true }, { propertyName: "templateLoader", first: true, predicate: ["templateLoader"], descendants: true }], ngImport: i0, template: "<kendo-listview [kendoListViewBinding]=\"view\" [style.height.px]=\"height\"\n (scrollBottom)=\"onScrollBottom()\" containerClass=\"k-d-flex k-flex-col k-flex-nowrap\" [itemStyle]=\"listItemStyle\" [containerStyle]=\"containerStyle\"\n [loading]=\"loading\" [navigable]=\"navigable\">\n\n <ng-template kendoListViewHeaderTemplate *ngIf=\"customHeader\">\n <ng-container *ngTemplateOutlet=\"templateHeader; \"></ng-container>\n </ng-template>\n\n <ng-template kendoListViewItemTemplate let-dataItem *ngIf=\"!loading\">\n <ng-container *ngTemplateOutlet=\"tempListItem; context: {$implicit: dataItem}\">\n </ng-container>\n </ng-template>\n\n <ng-template *ngIf=\"customFooter\" kendoListViewFooterTemplate>\n <ng-container *ngTemplateOutlet=\"templateFooter; \"></ng-container>\n </ng-template>\n\n</kendo-listview>\n", styles: [".footer{display:flex;padding:8px 4px 8px 12px;align-items:center}.footer .meta{flex:1}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2$6.ItemTemplateDirective, selector: "[kendoListViewItemTemplate]" }, { kind: "directive", type: i2$6.HeaderTemplateDirective, selector: "[kendoListViewHeaderTemplate]" }, { kind: "directive", type: i2$6.FooterTemplateDirective, selector: "[kendoListViewFooterTemplate]" }, { kind: "directive", type: i2$6.DataBindingDirective, selector: "[kendoListViewBinding]", inputs: ["kendoListViewBinding"] }, { kind: "component", type: i2$6.ListViewComponent, selector: "kendo-listview", inputs: ["data", "loading", "containerStyle", "itemStyle", "containerClass", "itemClass", "containerLabel", "containerRole", "listItemRole", "navigable", "pageSize", "skip", "pageable", "height"], outputs: ["scrollBottom", "pageChange", "pageSizeChange", "edit", "cancel", "save", "remove", "add"], exportAs: ["kendoListView"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2589
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ListViewComponent, selector: "lib-list-view", inputs: { data: "data", customHeader: "customHeader", customFooter: "customFooter", height: "height", enableEndlessScroll: "enableEndlessScroll", noOfListItems: "noOfListItems", listItemStyle: "listItemStyle", loading: "loading", navigable: "navigable", containerStyle: "containerStyle" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", listItemCount: "listItemCount" }, queries: [{ propertyName: "templateHeader", first: true, predicate: ["templateHeader"], descendants: true }, { propertyName: "templateFooter", first: true, predicate: ["templateFooter"], descendants: true }, { propertyName: "tempListItem", first: true, predicate: ["tempListItem"], descendants: true }, { propertyName: "templateLoader", first: true, predicate: ["templateLoader"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<kendo-listview [kendoListViewBinding]=\"view\" [style.height.px]=\"height\"\n (scrollBottom)=\"onScrollBottom()\" containerClass=\"k-d-flex k-flex-col k-flex-nowrap\" [itemStyle]=\"listItemStyle\" [containerStyle]=\"containerStyle\"\n [loading]=\"loading\" [navigable]=\"navigable\" data-kendo-listview-index=\"0\">\n\n <ng-template kendoListViewHeaderTemplate *ngIf=\"customHeader\">\n <ng-container *ngTemplateOutlet=\"templateHeader; \"></ng-container>\n </ng-template>\n\n <ng-template kendoListViewItemTemplate let-dataItem *ngIf=\"!loading\">\n <ng-container *ngTemplateOutlet=\"tempListItem; context: {$implicit: dataItem}\">\n </ng-container>\n </ng-template>\n\n <ng-template *ngIf=\"customFooter\" kendoListViewFooterTemplate>\n <ng-container *ngTemplateOutlet=\"templateFooter; \"></ng-container>\n </ng-template>\n\n</kendo-listview>\n", styles: [".footer{display:flex;padding:8px 4px 8px 12px;align-items:center}.footer .meta{flex:1}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2$6.ItemTemplateDirective, selector: "[kendoListViewItemTemplate]" }, { kind: "directive", type: i2$6.HeaderTemplateDirective, selector: "[kendoListViewHeaderTemplate]" }, { kind: "directive", type: i2$6.FooterTemplateDirective, selector: "[kendoListViewFooterTemplate]" }, { kind: "directive", type: i2$6.DataBindingDirective, selector: "[kendoListViewBinding]", inputs: ["kendoListViewBinding"] }, { kind: "component", type: i2$6.ListViewComponent, selector: "kendo-listview", inputs: ["data", "loading", "containerStyle", "itemStyle", "containerClass", "itemClass", "containerLabel", "containerRole", "listItemRole", "navigable", "pageSize", "skip", "pageable", "height"], outputs: ["scrollBottom", "pageChange", "pageSizeChange", "edit", "cancel", "save", "remove", "add"], exportAs: ["kendoListView"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2584
2590
|
}
|
|
2585
2591
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ListViewComponent, decorators: [{
|
|
2586
2592
|
type: Component,
|
|
2587
|
-
args: [{ selector: 'lib-list-view', encapsulation: ViewEncapsulation.None, template: "<kendo-listview [kendoListViewBinding]=\"view\" [style.height.px]=\"height\"\n (scrollBottom)=\"onScrollBottom()\" containerClass=\"k-d-flex k-flex-col k-flex-nowrap\" [itemStyle]=\"listItemStyle\" [containerStyle]=\"containerStyle\"\n [loading]=\"loading\" [navigable]=\"navigable\">\n\n <ng-template kendoListViewHeaderTemplate *ngIf=\"customHeader\">\n <ng-container *ngTemplateOutlet=\"templateHeader; \"></ng-container>\n </ng-template>\n\n <ng-template kendoListViewItemTemplate let-dataItem *ngIf=\"!loading\">\n <ng-container *ngTemplateOutlet=\"tempListItem; context: {$implicit: dataItem}\">\n </ng-container>\n </ng-template>\n\n <ng-template *ngIf=\"customFooter\" kendoListViewFooterTemplate>\n <ng-container *ngTemplateOutlet=\"templateFooter; \"></ng-container>\n </ng-template>\n\n</kendo-listview>\n", styles: [".footer{display:flex;padding:8px 4px 8px 12px;align-items:center}.footer .meta{flex:1}\n"] }]
|
|
2593
|
+
args: [{ selector: 'lib-list-view', encapsulation: ViewEncapsulation.None, template: "<kendo-listview [kendoListViewBinding]=\"view\" [style.height.px]=\"height\"\n (scrollBottom)=\"onScrollBottom()\" containerClass=\"k-d-flex k-flex-col k-flex-nowrap\" [itemStyle]=\"listItemStyle\" [containerStyle]=\"containerStyle\"\n [loading]=\"loading\" [navigable]=\"navigable\" data-kendo-listview-index=\"0\">\n\n <ng-template kendoListViewHeaderTemplate *ngIf=\"customHeader\">\n <ng-container *ngTemplateOutlet=\"templateHeader; \"></ng-container>\n </ng-template>\n\n <ng-template kendoListViewItemTemplate let-dataItem *ngIf=\"!loading\">\n <ng-container *ngTemplateOutlet=\"tempListItem; context: {$implicit: dataItem}\">\n </ng-container>\n </ng-template>\n\n <ng-template *ngIf=\"customFooter\" kendoListViewFooterTemplate>\n <ng-container *ngTemplateOutlet=\"templateFooter; \"></ng-container>\n </ng-template>\n\n</kendo-listview>\n", styles: [".footer{display:flex;padding:8px 4px 8px 12px;align-items:center}.footer .meta{flex:1}\n"] }]
|
|
2588
2594
|
}], propDecorators: { templateHeader: [{
|
|
2589
2595
|
type: ContentChild,
|
|
2590
2596
|
args: ['templateHeader']
|
|
@@ -2673,6 +2679,138 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2673
2679
|
}]
|
|
2674
2680
|
}] });
|
|
2675
2681
|
|
|
2682
|
+
class DragAndDropComponent {
|
|
2683
|
+
constructor() {
|
|
2684
|
+
this.dragDropContainerClassSelector = '.k-listview';
|
|
2685
|
+
this.dragDropItemClassSelector = '.k-listview-item';
|
|
2686
|
+
this.dragDropContainerIndexAttribute = 'data-kendo-listview-index';
|
|
2687
|
+
this.dragDropItemIndexAttribute = 'data-kendo-listview-item-index';
|
|
2688
|
+
this.dragHandleClassSelector = '.reorder-icon';
|
|
2689
|
+
this.listData = [];
|
|
2690
|
+
this.emitListChangeEv = new EventEmitter();
|
|
2691
|
+
this.dragData = ({ dragTarget }) => {
|
|
2692
|
+
return {
|
|
2693
|
+
fromElement: this.setElement(dragTarget, this.dragDropContainerClassSelector, this.dragDropContainerIndexAttribute),
|
|
2694
|
+
fromIndex: +dragTarget.getAttribute(this.dragDropItemIndexAttribute),
|
|
2695
|
+
};
|
|
2696
|
+
};
|
|
2697
|
+
this.isDroppedInLowerHalf = (ev) => {
|
|
2698
|
+
const itemCoords = ev.dropTarget.getBoundingClientRect();
|
|
2699
|
+
return ev.dragEvent.clientY > itemCoords.top + itemCoords.height / 2;
|
|
2700
|
+
};
|
|
2701
|
+
}
|
|
2702
|
+
ngAfterViewInit() {
|
|
2703
|
+
this.dragTargetContainer.notify();
|
|
2704
|
+
this.dropTargetContainer.notify();
|
|
2705
|
+
}
|
|
2706
|
+
onDrop(e) {
|
|
2707
|
+
const { fromElement, fromIndex } = e.dragData;
|
|
2708
|
+
let toElement;
|
|
2709
|
+
let destinationIndex = 0;
|
|
2710
|
+
if (e.dragTarget instanceof HTMLDivElement && e.dropTarget instanceof HTMLDivElement) {
|
|
2711
|
+
toElement = this.setElement(e.dropTarget, this.dragDropContainerClassSelector, this.dragDropItemIndexAttribute);
|
|
2712
|
+
destinationIndex = this.calculateDestinationIndex(e, fromElement, fromIndex, toElement);
|
|
2713
|
+
this.updateData(this.listData, fromIndex, destinationIndex, this.listData);
|
|
2714
|
+
}
|
|
2715
|
+
this.listData = [...this.listData];
|
|
2716
|
+
this.emitListChangeEv.emit(this.listData);
|
|
2717
|
+
this.dragTargetContainer.notify();
|
|
2718
|
+
this.dropTargetContainer.notify();
|
|
2719
|
+
}
|
|
2720
|
+
setElement(target, selector, attribute) {
|
|
2721
|
+
return +target.closest(selector).getAttribute(attribute);
|
|
2722
|
+
}
|
|
2723
|
+
updateData(fromCollection, fromIndex, toIndex, dataFromCollection) {
|
|
2724
|
+
const dataItem = fromCollection[fromIndex];
|
|
2725
|
+
fromCollection.splice(fromIndex, 1);
|
|
2726
|
+
dataFromCollection = fromCollection;
|
|
2727
|
+
dataFromCollection.splice(toIndex, 0, dataItem);
|
|
2728
|
+
}
|
|
2729
|
+
calculateDestinationIndex(e, fromElement, fromIndex, toElement) {
|
|
2730
|
+
let toIndex;
|
|
2731
|
+
if (e.dragTarget instanceof HTMLDivElement && e.dropTarget instanceof HTMLDivElement) {
|
|
2732
|
+
toIndex = +e.dropTarget.getAttribute(this.dragDropItemIndexAttribute);
|
|
2733
|
+
}
|
|
2734
|
+
const isInLowerHalf = this.isDroppedInLowerHalf(e);
|
|
2735
|
+
if (fromElement !== toElement) {
|
|
2736
|
+
if (isInLowerHalf) {
|
|
2737
|
+
toIndex += 1;
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
else {
|
|
2741
|
+
if (isInLowerHalf && fromIndex > toIndex) {
|
|
2742
|
+
toIndex += 1;
|
|
2743
|
+
}
|
|
2744
|
+
else if (!isInLowerHalf && fromIndex < toIndex) {
|
|
2745
|
+
toIndex -= 1;
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
return toIndex;
|
|
2749
|
+
}
|
|
2750
|
+
;
|
|
2751
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2752
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DragAndDropComponent, selector: "lib-drag-and-drop", inputs: { dragDropContainerClassSelector: "dragDropContainerClassSelector", dragDropItemClassSelector: "dragDropItemClassSelector", dragDropContainerIndexAttribute: "dragDropContainerIndexAttribute", dragDropItemIndexAttribute: "dragDropItemIndexAttribute", dragHandleClassSelector: "dragHandleClassSelector", listData: "listData" }, outputs: { emitListChangeEv: "emitListChangeEv" }, viewQueries: [{ propertyName: "dragTargetContainer", first: true, predicate: ["wrapper"], descendants: true, read: DragTargetContainerDirective }, { propertyName: "dropTargetContainer", first: true, predicate: ["wrapper"], descendants: true, read: DropTargetContainerDirective }], ngImport: i0, template: "<div class=\"demo-container\" #wrapper kendoDragTargetContainer kendoDropTargetContainer\n [dragTargetFilter]=\"dragDropItemClassSelector\" [dropTargetFilter]=\"dragDropItemClassSelector\" [dragData]=\"dragData\"\n [hint]=\"{ hintClass: 'rowHint' }\" (onDrop)=\"onDrop($event)\" [dragHandle]=\"dragHandleClassSelector\">\n <ng-content></ng-content>\n</div>\n", styles: [".demo-container{display:flex;flex-wrap:nowrap;flex-direction:row;gap:1.5em}\n"], dependencies: [{ kind: "directive", type: i1$3.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: i1$3.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }] }); }
|
|
2753
|
+
}
|
|
2754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropComponent, decorators: [{
|
|
2755
|
+
type: Component,
|
|
2756
|
+
args: [{ selector: 'lib-drag-and-drop', template: "<div class=\"demo-container\" #wrapper kendoDragTargetContainer kendoDropTargetContainer\n [dragTargetFilter]=\"dragDropItemClassSelector\" [dropTargetFilter]=\"dragDropItemClassSelector\" [dragData]=\"dragData\"\n [hint]=\"{ hintClass: 'rowHint' }\" (onDrop)=\"onDrop($event)\" [dragHandle]=\"dragHandleClassSelector\">\n <ng-content></ng-content>\n</div>\n", styles: [".demo-container{display:flex;flex-wrap:nowrap;flex-direction:row;gap:1.5em}\n"] }]
|
|
2757
|
+
}], propDecorators: { dragDropContainerClassSelector: [{
|
|
2758
|
+
type: Input
|
|
2759
|
+
}], dragDropItemClassSelector: [{
|
|
2760
|
+
type: Input
|
|
2761
|
+
}], dragDropContainerIndexAttribute: [{
|
|
2762
|
+
type: Input
|
|
2763
|
+
}], dragDropItemIndexAttribute: [{
|
|
2764
|
+
type: Input
|
|
2765
|
+
}], dragHandleClassSelector: [{
|
|
2766
|
+
type: Input
|
|
2767
|
+
}], listData: [{
|
|
2768
|
+
type: Input
|
|
2769
|
+
}], emitListChangeEv: [{
|
|
2770
|
+
type: Output
|
|
2771
|
+
}], dragTargetContainer: [{
|
|
2772
|
+
type: ViewChild,
|
|
2773
|
+
args: ['wrapper', { read: DragTargetContainerDirective }]
|
|
2774
|
+
}], dropTargetContainer: [{
|
|
2775
|
+
type: ViewChild,
|
|
2776
|
+
args: ['wrapper', { read: DropTargetContainerDirective }]
|
|
2777
|
+
}] } });
|
|
2778
|
+
|
|
2779
|
+
class DragAndDropModule {
|
|
2780
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2781
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropModule, declarations: [DragAndDropComponent], imports: [CommonModule,
|
|
2782
|
+
ButtonsModule,
|
|
2783
|
+
InputsModule,
|
|
2784
|
+
UtilsModule,
|
|
2785
|
+
ListViewModule,
|
|
2786
|
+
IconsModule], exports: [DragAndDropComponent] }); }
|
|
2787
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropModule, imports: [CommonModule,
|
|
2788
|
+
ButtonsModule,
|
|
2789
|
+
InputsModule,
|
|
2790
|
+
UtilsModule,
|
|
2791
|
+
ListViewModule,
|
|
2792
|
+
IconsModule] }); }
|
|
2793
|
+
}
|
|
2794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DragAndDropModule, decorators: [{
|
|
2795
|
+
type: NgModule,
|
|
2796
|
+
args: [{
|
|
2797
|
+
declarations: [
|
|
2798
|
+
DragAndDropComponent
|
|
2799
|
+
],
|
|
2800
|
+
imports: [
|
|
2801
|
+
CommonModule,
|
|
2802
|
+
ButtonsModule,
|
|
2803
|
+
InputsModule,
|
|
2804
|
+
UtilsModule,
|
|
2805
|
+
ListViewModule,
|
|
2806
|
+
IconsModule
|
|
2807
|
+
],
|
|
2808
|
+
exports: [
|
|
2809
|
+
DragAndDropComponent
|
|
2810
|
+
]
|
|
2811
|
+
}]
|
|
2812
|
+
}] });
|
|
2813
|
+
|
|
2676
2814
|
class AtomsModule {
|
|
2677
2815
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2678
2816
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, imports: [AlertModule,
|
|
@@ -2711,7 +2849,8 @@ class AtomsModule {
|
|
|
2711
2849
|
DatepickerModule,
|
|
2712
2850
|
DateRangeModule,
|
|
2713
2851
|
StepperModule,
|
|
2714
|
-
ListViewsModule
|
|
2852
|
+
ListViewsModule,
|
|
2853
|
+
DragAndDropModule], exports: [AlertModule,
|
|
2715
2854
|
AngularPopupModule,
|
|
2716
2855
|
AvatarModule,
|
|
2717
2856
|
BreadcrumbModule,
|
|
@@ -2744,7 +2883,8 @@ class AtomsModule {
|
|
|
2744
2883
|
DatepickerModule,
|
|
2745
2884
|
DateRangeModule,
|
|
2746
2885
|
StepperModule,
|
|
2747
|
-
ListViewsModule
|
|
2886
|
+
ListViewsModule,
|
|
2887
|
+
DragAndDropModule] }); }
|
|
2748
2888
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, imports: [AlertModule,
|
|
2749
2889
|
AngularPopupModule,
|
|
2750
2890
|
AvatarModule,
|
|
@@ -2781,7 +2921,8 @@ class AtomsModule {
|
|
|
2781
2921
|
DatepickerModule,
|
|
2782
2922
|
DateRangeModule,
|
|
2783
2923
|
StepperModule,
|
|
2784
|
-
ListViewsModule,
|
|
2924
|
+
ListViewsModule,
|
|
2925
|
+
DragAndDropModule, AlertModule,
|
|
2785
2926
|
AngularPopupModule,
|
|
2786
2927
|
AvatarModule,
|
|
2787
2928
|
BreadcrumbModule,
|
|
@@ -2814,7 +2955,8 @@ class AtomsModule {
|
|
|
2814
2955
|
DatepickerModule,
|
|
2815
2956
|
DateRangeModule,
|
|
2816
2957
|
StepperModule,
|
|
2817
|
-
ListViewsModule
|
|
2958
|
+
ListViewsModule,
|
|
2959
|
+
DragAndDropModule] }); }
|
|
2818
2960
|
}
|
|
2819
2961
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AtomsModule, decorators: [{
|
|
2820
2962
|
type: NgModule,
|
|
@@ -2856,7 +2998,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2856
2998
|
DatepickerModule,
|
|
2857
2999
|
DateRangeModule,
|
|
2858
3000
|
StepperModule,
|
|
2859
|
-
ListViewsModule
|
|
3001
|
+
ListViewsModule,
|
|
3002
|
+
DragAndDropModule
|
|
2860
3003
|
],
|
|
2861
3004
|
exports: [
|
|
2862
3005
|
AlertModule,
|
|
@@ -2892,7 +3035,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2892
3035
|
DatepickerModule,
|
|
2893
3036
|
DateRangeModule,
|
|
2894
3037
|
StepperModule,
|
|
2895
|
-
ListViewsModule
|
|
3038
|
+
ListViewsModule,
|
|
3039
|
+
DragAndDropModule
|
|
2896
3040
|
],
|
|
2897
3041
|
}]
|
|
2898
3042
|
}] });
|
|
@@ -4342,5 +4486,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4342
4486
|
* Generated bundle index. Do not edit.
|
|
4343
4487
|
*/
|
|
4344
4488
|
|
|
4345
|
-
export { ALERT_TYPE, AlertComponent, AlertModule, AngularPopupComponent, AngularPopupModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonGroupModule, ButtonModule, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardModule, CheckboxComponent, CheckboxModule, ClipboardComponent, ClipboardModule, ContainerComponent, ContainerModule, DateRangeComponent, DateRangeModule, DatepickerComponent, DatepickerModule, DialogActionsComponent, DialogComponent, DialogModule, DialogTitlebarComponent, DropdownComponent, DropdownModule, DropdownTreeModule, DropdowntreeComponent, ExpansionPanelComponent, ExpansionPanelModule, GridFormComponent, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, GridPaginationComponent, GridPaginationModule, GridPaginationSpacerComponent, GridSpacerComponent, GridsModule, IconComponent, IconModule, LabelComponent, LabelsModule, LibGridComponent, ListViewComponent, ListViewsModule, LoaderComponent, LoaderModule, LoaderSize, LoaderThemeColor, LoaderType, LoadingSpinnerComponent, LoadingSpinnerModule, MoleculesModule, MultiSelectDropdownComponent, MultiSelectDropdownModule, NotificationComponent, NotificationModule, NumericTextboxComponent, NumericTextboxModule, ProgressBarComponent, ProgressBarsModule, RadioButtonComponent, RadioButtonModule, SearchBoxComponent, SearchBoxModule, SharedComponent, SharedModule, SharedService, SliderComponent, SliderModule, StepperComponent, StepperModule, StyleTokensModule, TabstripComponent, TabstripModule, TabstripTabComponent, TextAreaComponent, TextAreaModule, TextboxComponent, TextboxModule, TimeSchedulerModule, TimeschedulerComponent, ToastNotificationModule, ToastNotificationService, TooltipComponent, TooltipModule, Type, TypographyComponent, TypographyModule };
|
|
4489
|
+
export { ALERT_TYPE, AlertComponent, AlertModule, AngularPopupComponent, AngularPopupModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonGroupComponent, ButtonGroupModule, ButtonModule, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardModule, CheckboxComponent, CheckboxModule, ClipboardComponent, ClipboardModule, ContainerComponent, ContainerModule, DateRangeComponent, DateRangeModule, DatepickerComponent, DatepickerModule, DialogActionsComponent, DialogComponent, DialogModule, DialogTitlebarComponent, DragAndDropComponent, DragAndDropModule, DropdownComponent, DropdownModule, DropdownTreeModule, DropdowntreeComponent, ExpansionPanelComponent, ExpansionPanelModule, GridFormComponent, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, GridPaginationComponent, GridPaginationModule, GridPaginationSpacerComponent, GridSpacerComponent, GridsModule, IconComponent, IconModule, LabelComponent, LabelsModule, LibGridComponent, ListViewComponent, ListViewsModule, LoaderComponent, LoaderModule, LoaderSize, LoaderThemeColor, LoaderType, LoadingSpinnerComponent, LoadingSpinnerModule, MoleculesModule, MultiSelectDropdownComponent, MultiSelectDropdownModule, NotificationComponent, NotificationModule, NumericTextboxComponent, NumericTextboxModule, ProgressBarComponent, ProgressBarsModule, RadioButtonComponent, RadioButtonModule, SearchBoxComponent, SearchBoxModule, SharedComponent, SharedModule, SharedService, SliderComponent, SliderModule, StepperComponent, StepperModule, StyleTokensModule, TabstripComponent, TabstripModule, TabstripTabComponent, TextAreaComponent, TextAreaModule, TextboxComponent, TextboxModule, TimeSchedulerModule, TimeschedulerComponent, ToastNotificationModule, ToastNotificationService, TooltipComponent, TooltipModule, Type, TypographyComponent, TypographyModule };
|
|
4346
4490
|
//# sourceMappingURL=progress-chef-platform-shared-components.mjs.map
|