raise-common-lib 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/raise-common-lib.umd.js +101 -11
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +2 -2
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/demo/map/index.component.js +73 -0
- package/esm2015/lib/layout/main-container/index.component.js +3 -3
- package/esm2015/lib/layout/rs-aside/index.component.js +3 -3
- package/esm2015/lib/raise-common-lib.module.js +12 -4
- package/esm2015/raise-common-lib.js +2 -1
- package/esm5/lib/demo/map/index.component.js +85 -0
- package/esm5/lib/layout/main-container/index.component.js +3 -3
- package/esm5/lib/layout/rs-aside/index.component.js +3 -3
- package/esm5/lib/raise-common-lib.module.js +12 -4
- package/esm5/raise-common-lib.js +2 -1
- package/fesm2015/raise-common-lib.js +87 -8
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +98 -8
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/demo/map/index.component.d.ts +12 -0
- package/package.json +1 -1
- package/raise-common-lib.d.ts +1 -0
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/grid.scss +19 -5
- package/src/assets/style/variables.scss +2 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-grids'), require('lodash'), require('@angular/router'), require('angular-svg-icon'), require('@angular/material/snack-bar'), require('@angular/material/dialog'), require('@angular/forms'), require('@angular/common/http'), require('@angular/common'), require('@syncfusion/ej2-angular-buttons'), require('@syncfusion/ej2-angular-diagrams'), require('@syncfusion/ej2-angular-popups'), require('@syncfusion/ej2-angular-calendars'), require('@syncfusion/ej2-angular-inputs'), require('@syncfusion/ej2-angular-dropdowns'), require('@syncfusion/ej2-angular-pivotview'), require('@syncfusion/ej2-angular-charts'), require('@syncfusion/ej2-angular-layouts'), require('@syncfusion/ej2-angular-navigations'), require('@syncfusion/ej2-angular-pdfviewer'), require('@syncfusion/ej2-angular-splitbuttons'), require('@syncfusion/ej2-angular-richtexteditor')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('raise-common-lib', ['exports', '@angular/core', '@syncfusion/ej2-angular-grids', 'lodash', '@angular/router', 'angular-svg-icon', '@angular/material/snack-bar', '@angular/material/dialog', '@angular/forms', '@angular/common/http', '@angular/common', '@syncfusion/ej2-angular-buttons', '@syncfusion/ej2-angular-diagrams', '@syncfusion/ej2-angular-popups', '@syncfusion/ej2-angular-calendars', '@syncfusion/ej2-angular-inputs', '@syncfusion/ej2-angular-dropdowns', '@syncfusion/ej2-angular-pivotview', '@syncfusion/ej2-angular-charts', '@syncfusion/ej2-angular-layouts', '@syncfusion/ej2-angular-navigations', '@syncfusion/ej2-angular-pdfviewer', '@syncfusion/ej2-angular-splitbuttons', '@syncfusion/ej2-angular-richtexteditor'], factory) :
|
|
4
|
-
(global = global || self, factory(global['raise-common-lib'] = {}, global.ng.core, global.ej2AngularGrids, global.lodash, global.ng.router, global.angularSvgIcon, global.ng.material['snack-bar'], global.ng.material.dialog, global.ng.forms, global.ng.common.http, global.ng.common, global.ej2AngularButtons, global.ej2AngularDiagrams, global.ej2AngularPopups, global.ej2AngularCalendars, global.ej2AngularInputs, global.ej2AngularDropdowns, global.ej2AngularPivotview, global.ej2AngularCharts, global.ej2AngularLayouts, global.ej2AngularNavigations, global.ej2AngularPdfviewer, global.ej2AngularSplitbuttons, global.ej2AngularRichtexteditor));
|
|
5
|
-
}(this, (function (exports, core, ej2AngularGrids, lodash, router, angularSvgIcon, snackBar, dialog, forms, http, common, ej2AngularButtons, ej2AngularDiagrams, ej2AngularPopups, ej2AngularCalendars, ej2AngularInputs, ej2AngularDropdowns, ej2AngularPivotview, ej2AngularCharts, ej2AngularLayouts, ej2AngularNavigations, ej2AngularPdfviewer, ej2AngularSplitbuttons, ej2AngularRichtexteditor) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-grids'), require('lodash'), require('@angular/router'), require('angular-svg-icon'), require('@angular/material/snack-bar'), require('@angular/material/dialog'), require('@angular/forms'), require('@angular/common/http'), require('@angular/common'), require('@syncfusion/ej2-angular-buttons'), require('@syncfusion/ej2-angular-diagrams'), require('@syncfusion/ej2-angular-popups'), require('@syncfusion/ej2-angular-calendars'), require('@syncfusion/ej2-angular-inputs'), require('@syncfusion/ej2-angular-dropdowns'), require('@syncfusion/ej2-angular-pivotview'), require('@syncfusion/ej2-angular-charts'), require('@syncfusion/ej2-angular-layouts'), require('@syncfusion/ej2-angular-navigations'), require('@syncfusion/ej2-angular-pdfviewer'), require('@syncfusion/ej2-angular-splitbuttons'), require('@syncfusion/ej2-angular-richtexteditor'), require('@agm/core')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('raise-common-lib', ['exports', '@angular/core', '@syncfusion/ej2-angular-grids', 'lodash', '@angular/router', 'angular-svg-icon', '@angular/material/snack-bar', '@angular/material/dialog', '@angular/forms', '@angular/common/http', '@angular/common', '@syncfusion/ej2-angular-buttons', '@syncfusion/ej2-angular-diagrams', '@syncfusion/ej2-angular-popups', '@syncfusion/ej2-angular-calendars', '@syncfusion/ej2-angular-inputs', '@syncfusion/ej2-angular-dropdowns', '@syncfusion/ej2-angular-pivotview', '@syncfusion/ej2-angular-charts', '@syncfusion/ej2-angular-layouts', '@syncfusion/ej2-angular-navigations', '@syncfusion/ej2-angular-pdfviewer', '@syncfusion/ej2-angular-splitbuttons', '@syncfusion/ej2-angular-richtexteditor', '@agm/core'], factory) :
|
|
4
|
+
(global = global || self, factory(global['raise-common-lib'] = {}, global.ng.core, global.ej2AngularGrids, global.lodash, global.ng.router, global.angularSvgIcon, global.ng.material['snack-bar'], global.ng.material.dialog, global.ng.forms, global.ng.common.http, global.ng.common, global.ej2AngularButtons, global.ej2AngularDiagrams, global.ej2AngularPopups, global.ej2AngularCalendars, global.ej2AngularInputs, global.ej2AngularDropdowns, global.ej2AngularPivotview, global.ej2AngularCharts, global.ej2AngularLayouts, global.ej2AngularNavigations, global.ej2AngularPdfviewer, global.ej2AngularSplitbuttons, global.ej2AngularRichtexteditor, global.core$1));
|
|
5
|
+
}(this, (function (exports, core, ej2AngularGrids, lodash, router, angularSvgIcon, snackBar, dialog, forms, http, common, ej2AngularButtons, ej2AngularDiagrams, ej2AngularPopups, ej2AngularCalendars, ej2AngularInputs, ej2AngularDropdowns, ej2AngularPivotview, ej2AngularCharts, ej2AngularLayouts, ej2AngularNavigations, ej2AngularPdfviewer, ej2AngularSplitbuttons, ej2AngularRichtexteditor, core$1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1516,8 +1516,8 @@
|
|
|
1516
1516
|
MainContainerComponent.decorators = [
|
|
1517
1517
|
{ type: core.Component, args: [{
|
|
1518
1518
|
selector: "rs-main-container",
|
|
1519
|
-
template: "<div class=\"app-main-container\">\r\n <ng-content select=\"[headerSlot]\"></ng-content>\r\n <div class=\"main-page\">\r\n <div class=\"left-aside\" [ngClass]=\"{ isCollapsed: isCollapsed }\">\r\n <ng-content select=\"[leftAsideSlot]\"></ng-content>\r\n </div>\r\n <div class=\"right-aside\">\r\n <div class=\"router-content\">\r\n <ng-content select=\"[routerSlot]\"></ng-content>\r\n </div>\r\n <rs-footer></rs-footer>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
1520
|
-
styles: [".app-main-container{display:flex;flex-direction:column;height:100vh}.app-main-container .main-page{flex:1;height:0;display:flex;background-color:var(--rs-container-bg)}.app-main-container .left-aside{width:240px;height:100%;padding-right:16px;will-change:width;transition:width .3s}.app-main-container .left-aside.isCollapsed{width:64px;padding-right:0}.app-main-container .right-aside{width:0;flex:1;display:flex;flex-direction:column;padding-right:12px}.app-main-container .right-aside .router-content{flex:1;overflow:auto}"]
|
|
1519
|
+
template: "<div class=\"app-main-container\">\r\n <ng-content select=\"[headerSlot]\"></ng-content>\r\n <div class=\"main-page\">\r\n <div class=\"left-aside\" [ngClass]=\"{ isCollapsed: isCollapsed }\">\r\n <ng-content select=\"[leftAsideSlot]\"></ng-content>\r\n </div>\r\n <div class=\"right-aside\">\r\n <!-- <div class=\"multi-tab\"></div> -->\r\n <div class=\"router-content\">\r\n <ng-content select=\"[routerSlot]\"></ng-content>\r\n </div>\r\n <rs-footer></rs-footer>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
1520
|
+
styles: [".app-main-container{display:flex;flex-direction:column;height:100vh}.app-main-container .main-page{flex:1;height:0;display:flex;background-color:var(--rs-container-bg)}.app-main-container .left-aside{width:240px;height:100%;padding-right:16px;will-change:width;transition:width .3s}.app-main-container .left-aside.isCollapsed{width:64px;padding-right:0}.app-main-container .right-aside{width:0;flex:1;display:flex;flex-direction:column;padding-right:12px}.app-main-container .right-aside .multi-tab{height:40px;background-color:#efefef}.app-main-container .right-aside .router-content{flex:1;overflow:auto}"]
|
|
1521
1521
|
}] }
|
|
1522
1522
|
];
|
|
1523
1523
|
MainContainerComponent.propDecorators = {
|
|
@@ -1684,8 +1684,8 @@
|
|
|
1684
1684
|
RSAsideComponent.decorators = [
|
|
1685
1685
|
{ type: core.Component, args: [{
|
|
1686
1686
|
selector: "rs-aside",
|
|
1687
|
-
template: "<div class=\"rs-aside\">\r\n <div class=\"nav-list\">\r\n <div\r\n class=\"nav-item\"\r\n [ngClass]=\"{ isCurrent: currentNav === nav.title }\"\r\n *ngFor=\"let nav of navList\"\r\n (click)=\"onNavClick(nav)\"\r\n >\r\n <div class=\"nav-item-inner\">\r\n <div\r\n class=\"icon-wrap\"\r\n [ngStyle]=\"{\r\n stroke: currentNav === nav.title ? '#44566c' : '#6c7c90',\r\n fill: currentNav === nav.title ? '#44566c' : '#6c7c90'\r\n }\"\r\n >\r\n <svg-icon\r\n [name]=\"nav.icon\"\r\n [svgStyle]=\"{\r\n 'width.px': 16,\r\n 'height.px': 16\r\n }\"\r\n ></svg-icon>\r\n </div>\r\n <span class=\"nav-text\" [ngClass]=\"{ isCollapsed: isCollapsed }\">{{\r\n nav.title\r\n }}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"bottom-iconbox\">\r\n <ng-content select=\"[bottomIconBox]\"></ng-content>\r\n </div>\r\n</div>\r\n",
|
|
1688
|
-
styles: [".rs-aside{display:flex;flex-direction:column;height:100%}.rs-aside .nav-list{padding-top:12px;flex:1;overflow:auto;height:0}.rs-aside .nav-list .nav-item{height:32px;cursor:pointer;padding-left:11px}.rs-aside .nav-list .nav-item .nav-item-inner{display:flex;align-items:center;padding:8px 8px 8px 12px}.rs-aside .nav-list .nav-item:hover .nav-item-inner{border-radius:6px;background:rgba(31,123,255,.04)}.rs-aside .nav-list .nav-item .icon-wrap{width:33px;height:16px}.rs-aside .nav-list .nav-item .nav-text{color:#5f6f81;font-family:Arial;font-size:12px;font-weight:400;line-height:16px;transition:.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;top:1px}.rs-aside .nav-list .nav-item .nav-text.isCollapsed{opacity:0;width:0}.rs-aside .nav-list .nav-item.isCurrent{position:relative}.rs-aside .nav-list .nav-item.isCurrent .nav-text{color:#44566c;font-weight:700}.rs-aside .nav-list .nav-item.isCurrent::before{content:\"\";position:absolute;left:4px;top:8px;width:3px;height:16px;background-color:#1364b3;border-radius:2px}.rs-aside .bottom-iconbox{padding:12px 20px;height:48px;display:flex;gap:12px}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap{width:24px;height:24px;border-radius:12px;border:1px solid #eaedf0;display:flex;justify-content:center;align-items:center;background-color:#fff;stroke:#6c7c90;fill:#6c7c90}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap:not(.disabled){cursor:pointer}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap:not(.disabled):hover{stroke:var(--rs-active-color);fill:var(--rs-active-color)}"]
|
|
1687
|
+
template: "<div class=\"rs-aside\">\r\n <div class=\"nav-list\">\r\n <div\r\n class=\"nav-item\"\r\n [ngClass]=\"{ isCurrent: currentNav === nav.title }\"\r\n *ngFor=\"let nav of navList\"\r\n (click)=\"onNavClick(nav)\"\r\n >\r\n <div class=\"nav-item-inner\">\r\n <div\r\n class=\"icon-wrap\"\r\n [ngStyle]=\"{\r\n stroke: currentNav === nav.title ? '#44566c' : '#6c7c90',\r\n fill: currentNav === nav.title ? '#44566c' : '#6c7c90'\r\n }\"\r\n >\r\n <svg-icon\r\n [name]=\"nav.icon\"\r\n [svgStyle]=\"{\r\n 'width.px': 16,\r\n 'height.px': 16\r\n }\"\r\n ></svg-icon>\r\n </div>\r\n <span class=\"nav-text\" [ngClass]=\"{ isCollapsed: isCollapsed }\">{{\r\n nav.title\r\n }}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"bottom-iconbox\" [ngClass]=\"{ isCollapsed: isCollapsed }\">\r\n <ng-content select=\"[bottomIconBox]\"></ng-content>\r\n </div>\r\n</div>\r\n",
|
|
1688
|
+
styles: [".rs-aside{display:flex;flex-direction:column;height:100%}.rs-aside .nav-list{padding-top:12px;flex:1;overflow:auto;height:0}.rs-aside .nav-list .nav-item{height:32px;cursor:pointer;padding-left:11px}.rs-aside .nav-list .nav-item .nav-item-inner{display:flex;align-items:center;padding:8px 8px 8px 12px}.rs-aside .nav-list .nav-item:hover .nav-item-inner{border-radius:6px;background:rgba(31,123,255,.04)}.rs-aside .nav-list .nav-item .icon-wrap{width:33px;height:16px}.rs-aside .nav-list .nav-item .nav-text{color:#5f6f81;font-family:Arial;font-size:12px;font-weight:400;line-height:16px;transition:.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;top:1px}.rs-aside .nav-list .nav-item .nav-text.isCollapsed{opacity:0;width:0}.rs-aside .nav-list .nav-item.isCurrent{position:relative}.rs-aside .nav-list .nav-item.isCurrent .nav-text{color:#44566c;font-weight:700}.rs-aside .nav-list .nav-item.isCurrent::before{content:\"\";position:absolute;left:4px;top:8px;width:3px;height:16px;background-color:#1364b3;border-radius:2px}.rs-aside .bottom-iconbox{padding:12px 20px;height:48px;display:flex;gap:12px}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap{width:24px;height:24px;border-radius:12px;border:1px solid #eaedf0;display:flex;justify-content:center;align-items:center;background-color:#fff;stroke:#6c7c90;fill:#6c7c90}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap:not(.disabled){cursor:pointer}.rs-aside .bottom-iconbox ::ng-deep .icon-wrap:not(.disabled):hover{stroke:var(--rs-active-color);fill:var(--rs-active-color)}.rs-aside .bottom-iconbox.isCollapsed{flex-direction:column;height:auto}"]
|
|
1689
1689
|
}] }
|
|
1690
1690
|
];
|
|
1691
1691
|
/** @nocollapse */
|
|
@@ -2753,6 +2753,89 @@
|
|
|
2753
2753
|
CommonDialogComponent.prototype.dialogRef;
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
|
+
/**
|
|
2757
|
+
* @fileoverview added by tsickle
|
|
2758
|
+
* Generated from: lib/demo/map/index.component.ts
|
|
2759
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2760
|
+
*/
|
|
2761
|
+
var DemoMapComponent = /** @class */ (function () {
|
|
2762
|
+
function DemoMapComponent() {
|
|
2763
|
+
this.lat = 0;
|
|
2764
|
+
this.lng = 0;
|
|
2765
|
+
this.zoom = 2;
|
|
2766
|
+
this.markers = [];
|
|
2767
|
+
}
|
|
2768
|
+
/**
|
|
2769
|
+
* @return {?}
|
|
2770
|
+
*/
|
|
2771
|
+
DemoMapComponent.prototype.ngAfterContentInit = /**
|
|
2772
|
+
* @return {?}
|
|
2773
|
+
*/
|
|
2774
|
+
function () { };
|
|
2775
|
+
/**
|
|
2776
|
+
* @private
|
|
2777
|
+
* @return {?}
|
|
2778
|
+
*/
|
|
2779
|
+
DemoMapComponent.prototype.getInfo = /**
|
|
2780
|
+
* @private
|
|
2781
|
+
* @return {?}
|
|
2782
|
+
*/
|
|
2783
|
+
function () {
|
|
2784
|
+
this.translation = JSON.parse(localStorage.getItem("translation"));
|
|
2785
|
+
};
|
|
2786
|
+
/**
|
|
2787
|
+
* @return {?}
|
|
2788
|
+
*/
|
|
2789
|
+
DemoMapComponent.prototype.ngOnInit = /**
|
|
2790
|
+
* @return {?}
|
|
2791
|
+
*/
|
|
2792
|
+
function () {
|
|
2793
|
+
this.getInfo();
|
|
2794
|
+
this.markers.push({
|
|
2795
|
+
position: {
|
|
2796
|
+
lat: 40.4381311,
|
|
2797
|
+
lng: -3.8196233,
|
|
2798
|
+
},
|
|
2799
|
+
label: {
|
|
2800
|
+
color: "black",
|
|
2801
|
+
text: "Madrid",
|
|
2802
|
+
},
|
|
2803
|
+
});
|
|
2804
|
+
this.markers.push({
|
|
2805
|
+
position: {
|
|
2806
|
+
lat: 48.8615515,
|
|
2807
|
+
lng: 2.3112233,
|
|
2808
|
+
},
|
|
2809
|
+
label: {
|
|
2810
|
+
color: "black",
|
|
2811
|
+
text: "Paris",
|
|
2812
|
+
},
|
|
2813
|
+
});
|
|
2814
|
+
};
|
|
2815
|
+
DemoMapComponent.decorators = [
|
|
2816
|
+
{ type: core.Component, args: [{
|
|
2817
|
+
selector: "kt-map",
|
|
2818
|
+
template: "<div class=\"map-container\">\r\n <agm-map [latitude]=\"lat\" [longitude]=\"lng\" [zoom]=\"zoom\">\r\n <agm-marker\r\n *ngFor=\"let marker of markers\"\r\n [latitude]=\"marker.position.lat\"\r\n [longitude]=\"marker.position.lng\"\r\n [label]=\"marker.label\"\r\n >\r\n </agm-marker>\r\n </agm-map>\r\n</div>\r\n",
|
|
2819
|
+
styles: [":host::ng-deep .map-container{max-width:450px;height:450px}:host::ng-deep .map-container agm-map{width:100%;height:450px}"]
|
|
2820
|
+
}] }
|
|
2821
|
+
];
|
|
2822
|
+
/** @nocollapse */
|
|
2823
|
+
DemoMapComponent.ctorParameters = function () { return []; };
|
|
2824
|
+
return DemoMapComponent;
|
|
2825
|
+
}());
|
|
2826
|
+
if (false) {
|
|
2827
|
+
/** @type {?} */
|
|
2828
|
+
DemoMapComponent.prototype.translation;
|
|
2829
|
+
/** @type {?} */
|
|
2830
|
+
DemoMapComponent.prototype.markers;
|
|
2831
|
+
/** @type {?} */
|
|
2832
|
+
DemoMapComponent.prototype.lat;
|
|
2833
|
+
/** @type {?} */
|
|
2834
|
+
DemoMapComponent.prototype.lng;
|
|
2835
|
+
/** @type {?} */
|
|
2836
|
+
DemoMapComponent.prototype.zoom;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2756
2839
|
/**
|
|
2757
2840
|
* @fileoverview added by tsickle
|
|
2758
2841
|
* Generated from: lib/raise-common-lib.module.ts
|
|
@@ -2777,9 +2860,14 @@
|
|
|
2777
2860
|
SwitchInputComponent,
|
|
2778
2861
|
NewActionNotificationComponent,
|
|
2779
2862
|
CommonDialogComponent,
|
|
2780
|
-
CommonDeleteComponent
|
|
2863
|
+
CommonDeleteComponent,
|
|
2864
|
+
DemoMapComponent,
|
|
2781
2865
|
],
|
|
2782
2866
|
imports: [
|
|
2867
|
+
// Samson provide google map api key
|
|
2868
|
+
core$1.AgmCoreModule.forRoot({
|
|
2869
|
+
apiKey: "AIzaSyDs0Fy2m93CBJ39-zS6BkYN_IDqyexqlAU",
|
|
2870
|
+
}),
|
|
2783
2871
|
common.CommonModule,
|
|
2784
2872
|
http.HttpClientModule,
|
|
2785
2873
|
forms.ReactiveFormsModule,
|
|
@@ -2908,12 +2996,13 @@
|
|
|
2908
2996
|
RadioGroupComponent,
|
|
2909
2997
|
CheckboxGroupComponent,
|
|
2910
2998
|
SwitchInputComponent,
|
|
2999
|
+
DemoMapComponent,
|
|
2911
3000
|
],
|
|
2912
3001
|
entryComponents: [
|
|
2913
3002
|
NewActionNotificationComponent,
|
|
2914
3003
|
CommonDialogComponent,
|
|
2915
|
-
CommonDeleteComponent
|
|
2916
|
-
]
|
|
3004
|
+
CommonDeleteComponent,
|
|
3005
|
+
],
|
|
2917
3006
|
},] }
|
|
2918
3007
|
];
|
|
2919
3008
|
return RaiseCommonLibModule;
|
|
@@ -2938,6 +3027,7 @@
|
|
|
2938
3027
|
exports.ɵa = NewActionNotificationComponent;
|
|
2939
3028
|
exports.ɵb = CommonDialogComponent;
|
|
2940
3029
|
exports.ɵc = CommonDeleteComponent;
|
|
3030
|
+
exports.ɵd = DemoMapComponent;
|
|
2941
3031
|
|
|
2942
3032
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2943
3033
|
|