@indigina/ui-kit 1.0.134 → 1.0.135
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/esm2020/lib/components/kit-modal-actions/kit-modal-actions.module.mjs +2 -2
- package/fesm2015/indigina-ui-kit.mjs +4 -5
- package/fesm2015/indigina-ui-kit.mjs.map +1 -1
- package/fesm2020/indigina-ui-kit.mjs +4 -5
- package/fesm2020/indigina-ui-kit.mjs.map +1 -1
- package/lib/components/kit-modal-actions/kit-modal-actions.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { KitModalActionsComponent } from 'projects/ui-kit/src/lib/components/kit-modal-actions/kit-modal-actions.component';
|
|
4
3
|
import { KitButtonModule } from '../kit-button/kit-button.module';
|
|
4
|
+
import { KitModalActionsComponent } from '../kit-modal-actions/kit-modal-actions.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class KitModalActionsModule {
|
|
7
7
|
}
|
|
@@ -27,4 +27,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
|
|
|
27
27
|
],
|
|
28
28
|
}]
|
|
29
29
|
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LW1vZGFsLWFjdGlvbnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9raXQtbW9kYWwtYWN0aW9ucy9raXQtbW9kYWwtYWN0aW9ucy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2xFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDOztBQWM1RixNQUFNLE9BQU8scUJBQXFCOztrSEFBckIscUJBQXFCO21IQUFyQixxQkFBcUIsaUJBVjlCLHdCQUF3QixhQUd4QixZQUFZO1FBQ1osZUFBZSxhQUdmLHdCQUF3QjttSEFHZixxQkFBcUIsWUFSdkI7WUFDUCxZQUFZO1lBQ1osZUFBZTtTQUNoQjsyRkFLVSxxQkFBcUI7a0JBWmpDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osZUFBZTtxQkFDaEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEtpdEJ1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2tpdC1idXR0b24va2l0LWJ1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgS2l0TW9kYWxBY3Rpb25zQ29tcG9uZW50IH0gZnJvbSAnLi4va2l0LW1vZGFsLWFjdGlvbnMva2l0LW1vZGFsLWFjdGlvbnMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgS2l0TW9kYWxBY3Rpb25zQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEtpdEJ1dHRvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEtpdE1vZGFsQWN0aW9uc0NvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgS2l0TW9kYWxBY3Rpb25zTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -23,7 +23,6 @@ import { ToastrModule } from 'ngx-toastr';
|
|
|
23
23
|
import * as i3 from '@angular/router';
|
|
24
24
|
import { RouterModule } from '@angular/router';
|
|
25
25
|
import { v4 } from 'uuid';
|
|
26
|
-
import { KitModalActionsComponent as KitModalActionsComponent$1 } from 'projects/ui-kit/src/lib/components/kit-modal-actions/kit-modal-actions.component';
|
|
27
26
|
|
|
28
27
|
var KitButtonType;
|
|
29
28
|
(function (KitButtonType) {
|
|
@@ -3005,8 +3004,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
|
|
|
3005
3004
|
class KitModalActionsModule {
|
|
3006
3005
|
}
|
|
3007
3006
|
KitModalActionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: KitModalActionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3008
|
-
KitModalActionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: KitModalActionsModule, declarations: [KitModalActionsComponent
|
|
3009
|
-
KitButtonModule], exports: [KitModalActionsComponent
|
|
3007
|
+
KitModalActionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: KitModalActionsModule, declarations: [KitModalActionsComponent], imports: [CommonModule,
|
|
3008
|
+
KitButtonModule], exports: [KitModalActionsComponent] });
|
|
3010
3009
|
KitModalActionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: KitModalActionsModule, imports: [[
|
|
3011
3010
|
CommonModule,
|
|
3012
3011
|
KitButtonModule,
|
|
@@ -3015,14 +3014,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
|
|
|
3015
3014
|
type: NgModule,
|
|
3016
3015
|
args: [{
|
|
3017
3016
|
declarations: [
|
|
3018
|
-
KitModalActionsComponent
|
|
3017
|
+
KitModalActionsComponent,
|
|
3019
3018
|
],
|
|
3020
3019
|
imports: [
|
|
3021
3020
|
CommonModule,
|
|
3022
3021
|
KitButtonModule,
|
|
3023
3022
|
],
|
|
3024
3023
|
exports: [
|
|
3025
|
-
KitModalActionsComponent
|
|
3024
|
+
KitModalActionsComponent,
|
|
3026
3025
|
],
|
|
3027
3026
|
}]
|
|
3028
3027
|
}] });
|