mapa-library-ui 0.0.8 → 0.0.10
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/README.md +1 -22
- package/{esm2022 → esm2020}/lib/core/directives/custom-paginator.directive.mjs +4 -4
- package/{esm2022 → esm2020}/lib/core/directives/mat-input-autosize.directive.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/button/src/button.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/button/src/button.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/button-icon/src/button-icon.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/button-icon/src/button-icon.module.mjs +7 -7
- package/{esm2022 → esm2020}/src/lib/components/checkbox/src/checkbox.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/checkbox/src/checkbox.module.mjs +11 -11
- package/{esm2022/src/lib/components/filters → esm2020/src/lib/components/dialog}/button/src/button.component.mjs +4 -4
- package/{esm2022/src/lib/components/filters → esm2020/src/lib/components/dialog}/button/src/button.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/dialog/icon/src/icon.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/dialog/icon/src/icon.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/dropdown/src/dropdown.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/dropdown/src/dropdown.module.mjs +13 -13
- package/{esm2022 → esm2020}/src/lib/components/dropdown/src/option/option.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/empty/src/empty.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/empty/src/empty.module.mjs +5 -5
- package/{esm2022/src/lib/components/dialog → esm2020/src/lib/components/filters}/button/src/button.component.mjs +4 -4
- package/{esm2022/src/lib/components/dialog → esm2020/src/lib/components/filters}/button/src/button.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/filters/icon/src/icon.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/filters/icon/src/icon.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/icon/src/icon.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/icon/src/icon.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/input/src/input.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/input/src/input.module.mjs +16 -16
- package/{esm2022 → esm2020}/src/lib/components/nav-list/src/nav-list.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/nav-list/src/nav-list.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/radio-button/src/radio-button.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/radio-button/src/radio-button.module.mjs +7 -7
- package/{esm2022 → esm2020}/src/lib/components/report-item/src/report-item.component.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/report-item/src/report-item.module.mjs +9 -9
- package/{esm2022 → esm2020}/src/lib/components/table/src/table.component.mjs +4 -4
- package/{esm2022 → esm2020}/src/lib/components/table/src/table.module.mjs +16 -16
- package/{esm2022 → esm2020}/src/lib/components/tag/tag.component.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/tag/tag.module.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/warning/src/warning.component.mjs +5 -5
- package/{esm2022 → esm2020}/src/lib/components/warning/src/warning.module.mjs +7 -7
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-button-icon.mjs +9 -9
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-button.mjs +7 -7
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-checkbox.mjs +13 -13
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-dialog.mjs +14 -14
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +93 -0
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-empty.mjs +7 -7
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-filters.mjs +14 -14
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-icon.mjs +7 -7
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +1 -0
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +81 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-nav-list.mjs +7 -7
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-radio-button.mjs +9 -9
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-report-item.mjs +12 -12
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-table.mjs +18 -18
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -0
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +47 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +50 -0
- package/{fesm2022 → fesm2015}/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs +327 -0
- package/fesm2015/mapa-library-ui.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +70 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +50 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +60 -0
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +97 -0
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +91 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +43 -0
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +97 -0
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +53 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +81 -0
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +52 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +62 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +74 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +174 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +47 -0
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +50 -0
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +1 -0
- package/{fesm2022 → fesm2020}/mapa-library-ui.mjs +6 -6
- package/{fesm2022 → fesm2020}/mapa-library-ui.mjs.map +1 -1
- package/lib/core/directives/custom-paginator.directive.d.ts +1 -1
- package/lib/core/directives/mat-input-autosize.directive.d.ts +1 -1
- package/mapa-library-ui-0.0.10.tgz +0 -0
- package/package.json +91 -55
- package/src/lib/components/button/src/button.component.d.ts +1 -1
- package/src/lib/components/button-icon/src/button-icon.component.d.ts +1 -1
- package/src/lib/components/checkbox/src/checkbox.component.d.ts +1 -1
- package/src/lib/components/dialog/button/src/button.component.d.ts +1 -1
- package/src/lib/components/dialog/icon/src/icon.component.d.ts +1 -1
- package/src/lib/components/dropdown/src/dropdown.component.d.ts +1 -1
- package/src/lib/components/dropdown/src/option/option.component.d.ts +1 -1
- package/src/lib/components/filters/button/src/button.component.d.ts +1 -1
- package/src/lib/components/filters/icon/src/icon.component.d.ts +1 -1
- package/src/lib/components/icon/src/icon.component.d.ts +1 -1
- package/src/lib/components/input/src/input.component.d.ts +1 -1
- package/src/lib/components/nav-list/src/nav-list.component.d.ts +1 -1
- package/src/lib/components/radio-button/src/radio-button.component.d.ts +1 -1
- package/src/lib/components/report-item/src/report-item.component.d.ts +1 -1
- package/src/lib/components/table/src/table.component.d.ts +1 -1
- package/src/lib/components/tag/tag.component.d.ts +1 -1
- package/src/lib/components/warning/src/warning.component.d.ts +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +0 -91
- package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +0 -81
- package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs +0 -47
- package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +0 -50
- package/mapa-library-ui-0.0.8.tgz +0 -0
- /package/{esm2022 → esm2020}/lib/core/elements/dropdown.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/core/elements/element-base.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/core/elements/input-text.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/core/interfaces/option.interface.mjs +0 -0
- /package/{esm2022 → esm2020}/mapa-library-ui.mjs +0 -0
- /package/{esm2022 → esm2020}/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/button-icon/mapa-library-ui-src-lib-components-button-icon.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/button-icon/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/checkbox/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dialog/button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dialog/icon/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dialog/mapa-library-ui-src-lib-components-dialog.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dialog/shared-public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dropdown/mapa-library-ui-src-lib-components-dropdown.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/dropdown/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/empty/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/filters/button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/filters/icon/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/filters/mapa-library-ui-src-lib-components-filters.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/filters/shared-public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/icon/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/input/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/nav-list/mapa-library-ui-src-lib-components-nav-list.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/nav-list/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/radio-button/mapa-library-ui-src-lib-components-radio-button.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/radio-button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/report-item/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/table/mapa-library-ui-src-lib-components-table.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/table/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/table/src/paginator_customization.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/tag/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +0 -0
- /package/{esm2022 → esm2020}/src/lib/components/warning/public-api.mjs +0 -0
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Input, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
|
|
5
|
-
class TagComponent {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TagComponent, selector: "mapa-tag", inputs: { text: "text", color: "color" }, ngImport: i0, template: "<div class=\"tag\" [class.highlight]=\"color === 'highlight'\">{{text}}</div>\n", styles: [".tag{border-radius:16px;border:1px solid #CDCDCD;background:#fff;display:inline-block;padding:8px 12px;line-height:24px;font-weight:300}.tag.highlight{border:2px solid #EEDB2A}\n"] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TagComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{ selector: 'mapa-tag', template: "<div class=\"tag\" [class.highlight]=\"color === 'highlight'\">{{text}}</div>\n", styles: [".tag{border-radius:16px;border:1px solid #CDCDCD;background:#fff;display:inline-block;padding:8px 12px;line-height:24px;font-weight:300}.tag.highlight{border:2px solid #EEDB2A}\n"] }]
|
|
12
|
-
}], propDecorators: { text: [{
|
|
13
|
-
type: Input
|
|
14
|
-
}], color: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}] } });
|
|
17
|
-
|
|
18
|
-
class MapaTagModule {
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MapaTagModule, declarations: [TagComponent], imports: [CommonModule], exports: [TagComponent] }); }
|
|
21
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaTagModule, imports: [CommonModule] }); }
|
|
22
|
-
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaTagModule, decorators: [{
|
|
24
|
-
type: NgModule,
|
|
25
|
-
args: [{
|
|
26
|
-
declarations: [
|
|
27
|
-
TagComponent
|
|
28
|
-
],
|
|
29
|
-
imports: [
|
|
30
|
-
CommonModule
|
|
31
|
-
],
|
|
32
|
-
exports: [
|
|
33
|
-
TagComponent
|
|
34
|
-
]
|
|
35
|
-
}]
|
|
36
|
-
}] });
|
|
37
|
-
|
|
38
|
-
/*
|
|
39
|
-
* Public API Surface of mapa-library-ui icon
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Generated bundle index. Do not edit.
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
export { MapaTagModule, TagComponent };
|
|
47
|
-
//# sourceMappingURL=mapa-library-ui-src-lib-components-tag.mjs.map
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Input, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/material/icon';
|
|
4
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
5
|
-
import { CommonModule } from '@angular/common';
|
|
6
|
-
|
|
7
|
-
class MapaWarningComponent {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MapaWarningComponent, selector: "mapa-warning", inputs: { firstLine: "firstLine", secondLine: "secondLine" }, ngImport: i0, template: "<div class=\"warning\">\n <div class=\"material-icons\">\n <mat-icon>warning</mat-icon>\n </div>\n <div>\n <p>\n {{firstLine}}\n </p>\n <p>\n {{secondLine}}\n </p>\n </div> \n</div>", styles: [".warning{background:#eedb2a;display:flex;padding:24px 30px;align-items:flex-start}.warning p{font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.warning .material-icons{margin-right:12px;margin-top:auto;margin-bottom:auto;display:flex;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'mapa-warning', template: "<div class=\"warning\">\n <div class=\"material-icons\">\n <mat-icon>warning</mat-icon>\n </div>\n <div>\n <p>\n {{firstLine}}\n </p>\n <p>\n {{secondLine}}\n </p>\n </div> \n</div>", styles: [".warning{background:#eedb2a;display:flex;padding:24px 30px;align-items:flex-start}.warning p{font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.warning .material-icons{margin-right:12px;margin-top:auto;margin-bottom:auto;display:flex;align-items:center;justify-content:center}\n"] }]
|
|
14
|
-
}], propDecorators: { firstLine: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}], secondLine: [{
|
|
17
|
-
type: Input
|
|
18
|
-
}] } });
|
|
19
|
-
|
|
20
|
-
class MapaWarningModule {
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningModule, declarations: [MapaWarningComponent], imports: [CommonModule,
|
|
23
|
-
MatIconModule], exports: [MapaWarningComponent] }); }
|
|
24
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningModule, imports: [CommonModule,
|
|
25
|
-
MatIconModule] }); }
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaWarningModule, decorators: [{
|
|
28
|
-
type: NgModule,
|
|
29
|
-
args: [{
|
|
30
|
-
declarations: [
|
|
31
|
-
MapaWarningComponent
|
|
32
|
-
],
|
|
33
|
-
imports: [
|
|
34
|
-
CommonModule,
|
|
35
|
-
MatIconModule
|
|
36
|
-
],
|
|
37
|
-
exports: [MapaWarningComponent],
|
|
38
|
-
}]
|
|
39
|
-
}] });
|
|
40
|
-
|
|
41
|
-
/*
|
|
42
|
-
* Public API Surface of mapa-library-ui icon
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Generated bundle index. Do not edit.
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
|
-
export { MapaWarningComponent, MapaWarningModule };
|
|
50
|
-
//# sourceMappingURL=mapa-library-ui-src-lib-components-warning.mjs.map
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/dialog/mapa-library-ui-src-lib-components-dialog.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs
RENAMED
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/table/mapa-library-ui-src-lib-components-table.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2022 → esm2020}/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|