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
package/package.json
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mapa-library-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^15.2.0",
|
|
6
|
+
"@angular/core": "^15.2.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|
|
12
|
-
"module": "
|
|
12
|
+
"module": "fesm2015/mapa-library-ui.mjs",
|
|
13
|
+
"es2020": "fesm2020/mapa-library-ui.mjs",
|
|
14
|
+
"esm2020": "esm2020/mapa-library-ui.mjs",
|
|
15
|
+
"fesm2020": "fesm2020/mapa-library-ui.mjs",
|
|
16
|
+
"fesm2015": "fesm2015/mapa-library-ui.mjs",
|
|
13
17
|
"typings": "index.d.ts",
|
|
14
18
|
"exports": {
|
|
15
19
|
"./package.json": {
|
|
@@ -17,99 +21,131 @@
|
|
|
17
21
|
},
|
|
18
22
|
".": {
|
|
19
23
|
"types": "./index.d.ts",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"types": "./src/lib/components/button/index.d.ts",
|
|
26
|
-
"esm2022": "./esm2022/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs",
|
|
27
|
-
"esm": "./esm2022/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs",
|
|
28
|
-
"default": "./fesm2022/mapa-library-ui-src-lib-components-button.mjs"
|
|
24
|
+
"esm2020": "./esm2020/mapa-library-ui.mjs",
|
|
25
|
+
"es2020": "./fesm2020/mapa-library-ui.mjs",
|
|
26
|
+
"es2015": "./fesm2015/mapa-library-ui.mjs",
|
|
27
|
+
"node": "./fesm2015/mapa-library-ui.mjs",
|
|
28
|
+
"default": "./fesm2020/mapa-library-ui.mjs"
|
|
29
29
|
},
|
|
30
30
|
"./src/lib/components/button-icon": {
|
|
31
31
|
"types": "./src/lib/components/button-icon/index.d.ts",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
32
|
+
"esm2020": "./esm2020/src/lib/components/button-icon/mapa-library-ui-src-lib-components-button-icon.mjs",
|
|
33
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs",
|
|
34
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs",
|
|
35
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs",
|
|
36
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./src/lib/components/button": {
|
|
39
|
+
"types": "./src/lib/components/button/index.d.ts",
|
|
40
|
+
"esm2020": "./esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs",
|
|
41
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-button.mjs",
|
|
42
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-button.mjs",
|
|
43
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-button.mjs",
|
|
44
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-button.mjs"
|
|
35
45
|
},
|
|
36
46
|
"./src/lib/components/checkbox": {
|
|
37
47
|
"types": "./src/lib/components/checkbox/index.d.ts",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
48
|
+
"esm2020": "./esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs",
|
|
49
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs",
|
|
50
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs",
|
|
51
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs",
|
|
52
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs"
|
|
41
53
|
},
|
|
42
54
|
"./src/lib/components/dialog": {
|
|
43
55
|
"types": "./src/lib/components/dialog/index.d.ts",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
56
|
+
"esm2020": "./esm2020/src/lib/components/dialog/mapa-library-ui-src-lib-components-dialog.mjs",
|
|
57
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-dialog.mjs",
|
|
58
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-dialog.mjs",
|
|
59
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-dialog.mjs",
|
|
60
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-dialog.mjs"
|
|
47
61
|
},
|
|
48
62
|
"./src/lib/components/dropdown": {
|
|
49
63
|
"types": "./src/lib/components/dropdown/index.d.ts",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
64
|
+
"esm2020": "./esm2020/src/lib/components/dropdown/mapa-library-ui-src-lib-components-dropdown.mjs",
|
|
65
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs",
|
|
66
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs",
|
|
67
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs",
|
|
68
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs"
|
|
53
69
|
},
|
|
54
70
|
"./src/lib/components/empty": {
|
|
55
71
|
"types": "./src/lib/components/empty/index.d.ts",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
72
|
+
"esm2020": "./esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs",
|
|
73
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-empty.mjs",
|
|
74
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-empty.mjs",
|
|
75
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-empty.mjs",
|
|
76
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-empty.mjs"
|
|
59
77
|
},
|
|
60
78
|
"./src/lib/components/filters": {
|
|
61
79
|
"types": "./src/lib/components/filters/index.d.ts",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
80
|
+
"esm2020": "./esm2020/src/lib/components/filters/mapa-library-ui-src-lib-components-filters.mjs",
|
|
81
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-filters.mjs",
|
|
82
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-filters.mjs",
|
|
83
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-filters.mjs",
|
|
84
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-filters.mjs"
|
|
65
85
|
},
|
|
66
86
|
"./src/lib/components/icon": {
|
|
67
87
|
"types": "./src/lib/components/icon/index.d.ts",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
88
|
+
"esm2020": "./esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs",
|
|
89
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-icon.mjs",
|
|
90
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-icon.mjs",
|
|
91
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-icon.mjs",
|
|
92
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-icon.mjs"
|
|
71
93
|
},
|
|
72
94
|
"./src/lib/components/input": {
|
|
73
95
|
"types": "./src/lib/components/input/index.d.ts",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
96
|
+
"esm2020": "./esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs",
|
|
97
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-input.mjs",
|
|
98
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-input.mjs",
|
|
99
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-input.mjs",
|
|
100
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-input.mjs"
|
|
77
101
|
},
|
|
78
102
|
"./src/lib/components/nav-list": {
|
|
79
103
|
"types": "./src/lib/components/nav-list/index.d.ts",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
104
|
+
"esm2020": "./esm2020/src/lib/components/nav-list/mapa-library-ui-src-lib-components-nav-list.mjs",
|
|
105
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs",
|
|
106
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs",
|
|
107
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs",
|
|
108
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs"
|
|
83
109
|
},
|
|
84
110
|
"./src/lib/components/radio-button": {
|
|
85
111
|
"types": "./src/lib/components/radio-button/index.d.ts",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
112
|
+
"esm2020": "./esm2020/src/lib/components/radio-button/mapa-library-ui-src-lib-components-radio-button.mjs",
|
|
113
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs",
|
|
114
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs",
|
|
115
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs",
|
|
116
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs"
|
|
89
117
|
},
|
|
90
118
|
"./src/lib/components/report-item": {
|
|
91
119
|
"types": "./src/lib/components/report-item/index.d.ts",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
120
|
+
"esm2020": "./esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs",
|
|
121
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-report-item.mjs",
|
|
122
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-report-item.mjs",
|
|
123
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-report-item.mjs",
|
|
124
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-report-item.mjs"
|
|
95
125
|
},
|
|
96
126
|
"./src/lib/components/table": {
|
|
97
127
|
"types": "./src/lib/components/table/index.d.ts",
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
128
|
+
"esm2020": "./esm2020/src/lib/components/table/mapa-library-ui-src-lib-components-table.mjs",
|
|
129
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-table.mjs",
|
|
130
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-table.mjs",
|
|
131
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-table.mjs",
|
|
132
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-table.mjs"
|
|
101
133
|
},
|
|
102
134
|
"./src/lib/components/tag": {
|
|
103
135
|
"types": "./src/lib/components/tag/index.d.ts",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
136
|
+
"esm2020": "./esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs",
|
|
137
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-tag.mjs",
|
|
138
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-tag.mjs",
|
|
139
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-tag.mjs",
|
|
140
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-tag.mjs"
|
|
107
141
|
},
|
|
108
142
|
"./src/lib/components/warning": {
|
|
109
143
|
"types": "./src/lib/components/warning/index.d.ts",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
144
|
+
"esm2020": "./esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs",
|
|
145
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-warning.mjs",
|
|
146
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-warning.mjs",
|
|
147
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-warning.mjs",
|
|
148
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-warning.mjs"
|
|
113
149
|
}
|
|
114
150
|
}
|
|
115
151
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ButtonComponent {
|
|
|
6
6
|
clicked: EventEmitter<void>;
|
|
7
7
|
onClick(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color":
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color": "color"; "disabled": "disabled"; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ButtonIconComponent {
|
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
onClick(id: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonIconComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "mapa-button-icon", never, { "buttonData":
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "mapa-button-icon", never, { "buttonData": "buttonData"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -4,5 +4,5 @@ export declare class CheckboxComponent {
|
|
|
4
4
|
color: 'primary' | 'basic' | null | undefined;
|
|
5
5
|
formControl: FormControl;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "mapa-checkbox", never, { "color":
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "mapa-checkbox", never, { "color": "color"; "formControl": "formControl"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ButtonComponent {
|
|
|
6
6
|
clicked: EventEmitter<void>;
|
|
7
7
|
onClick(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color":
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color": "color"; "disabled": "disabled"; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class IconComponent {
|
|
|
9
9
|
ngOnChanges(): void;
|
|
10
10
|
registerCustomIcons(svg: string): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg": "svg"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class MapaDropdownComponent {
|
|
|
8
8
|
opened: boolean;
|
|
9
9
|
toggleOptions(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl":
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "element": "element"; "border": "border"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class MapaOptionComponent {
|
|
|
8
8
|
constructor();
|
|
9
9
|
emit(option: ElementOption): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaOptionComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaOptionComponent, "mapa-option", never, { "control":
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaOptionComponent, "mapa-option", never, { "control": "control"; "element": "element"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ButtonComponent {
|
|
|
6
6
|
clicked: EventEmitter<void>;
|
|
7
7
|
onClick(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color":
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color": "color"; "disabled": "disabled"; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class IconComponent {
|
|
|
9
9
|
ngOnChanges(): void;
|
|
10
10
|
registerCustomIcons(svg: string): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg": "svg"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class IconComponent {
|
|
|
9
9
|
ngOnChanges(): void;
|
|
10
10
|
registerCustomIcons(svg: string): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg": "svg"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -7,5 +7,5 @@ export declare class MapaInputComponent {
|
|
|
7
7
|
hasValue(): boolean;
|
|
8
8
|
clearValue(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaInputComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaInputComponent, "mapa-input", never, { "formControl":
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaInputComponent, "mapa-input", never, { "formControl": "formControl"; "element": "element"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class MapaNavListComponent {
|
|
|
9
9
|
selected: ElementOption;
|
|
10
10
|
emit(option: ElementOption): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaNavListComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaNavListComponent, "mapa-nav-list", never, { "options":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaNavListComponent, "mapa-nav-list", never, { "options": "options"; "label": "label"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -11,5 +11,5 @@ export declare class RadioButtonComponent {
|
|
|
11
11
|
constructor();
|
|
12
12
|
onChange(optionValue: string): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "mapa-radio-button", never, { "options":
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "mapa-radio-button", never, { "options": "options"; }, { "optionSelected": "optionSelected"; }, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ReportItemComponent {
|
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
onClick(id: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportItemComponent, "mapa-report-item", never, { "itemData":
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportItemComponent, "mapa-report-item", never, { "itemData": "itemData"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -27,7 +27,7 @@ export declare class MapaTableComponent {
|
|
|
27
27
|
createObjectFromSelection(): void;
|
|
28
28
|
handleRowClick(id: string): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns":
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns": "columns"; "data": "data"; "checkbox": "checkbox"; "actions": "actions"; }, { "tableData": "tableData"; "rowClick": "rowClick"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
32
32
|
export interface TableColumn {
|
|
33
33
|
key: string;
|
|
@@ -3,5 +3,5 @@ export declare class TagComponent {
|
|
|
3
3
|
text: string | undefined;
|
|
4
4
|
color: 'highlight' | null | undefined;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "mapa-tag", never, { "text":
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "mapa-tag", never, { "text": "text"; "color": "color"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ export declare class MapaWarningComponent {
|
|
|
3
3
|
firstLine: string | undefined;
|
|
4
4
|
secondLine: string | undefined;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaWarningComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapaWarningComponent, "mapa-warning", never, { "firstLine":
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaWarningComponent, "mapa-warning", never, { "firstLine": "firstLine"; "secondLine": "secondLine"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Input, ViewEncapsulation, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/common';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
|
-
import * as i2 from '@angular/material/icon';
|
|
6
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
7
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
8
|
-
import { MatListModule } from '@angular/material/list';
|
|
9
|
-
|
|
10
|
-
class MapaOptionComponent {
|
|
11
|
-
constructor() {
|
|
12
|
-
this.optionsFilter = this.element?.options;
|
|
13
|
-
}
|
|
14
|
-
emit(option) {
|
|
15
|
-
if (this.element?.multiple) {
|
|
16
|
-
}
|
|
17
|
-
else {
|
|
18
|
-
this.control.setValue([option.value]);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MapaOptionComponent, selector: "mapa-option", inputs: { control: "control", element: "element" }, ngImport: i0, template: "<ul>\n <li *ngFor=\"let option of element.options; track option\" (click)=\"emit(option)\">{{ option.value }}</li>\n</ul>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaOptionComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{ selector: 'mapa-option', template: "<ul>\n <li *ngFor=\"let option of element.options; track option\" (click)=\"emit(option)\">{{ option.value }}</li>\n</ul>" }]
|
|
27
|
-
}], ctorParameters: function () { return []; }, propDecorators: { control: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], element: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}] } });
|
|
32
|
-
|
|
33
|
-
class MapaDropdownComponent {
|
|
34
|
-
constructor() {
|
|
35
|
-
this.opened = false;
|
|
36
|
-
}
|
|
37
|
-
toggleOptions() {
|
|
38
|
-
this.opened = !this.opened;
|
|
39
|
-
}
|
|
40
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MapaDropdownComponent, selector: "mapa-dropdown", inputs: { formControl: "formControl", element: "element", border: "border" }, ngImport: i0, template: "<div class=\"mapa-dropdown\">\n <label *ngIf=\"element.label\" class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n <span \n class=\"mapa-dropdown__content\"\n [class.soft__border]=\"border === 'soft__border'\"\n [class.mapa-dropdown__content--labeled]=\"!!element.label\"\n (click)=\"toggleOptions()\"\n >\n <span>\n <span class=\"mapa-dropdown__content--selected\" *ngIf=\"(formControl.value?.length || 0) > 0; else placeholder\">\n {{formControl.value?.[0] || ''}}\n <span class=\"mapa-dropdown__content--selected-others\" *ngIf=\"(formControl.value?.length || 0) > 1\">\n (+{{ (formControl.value?.length || 0) - 1 }}\n {{ formControl.value?.length === 2 ? \"outro\" : \"outros\" }})\n </span>\n </span>\n <ng-template #placeholder>\n <span class=\"mapa-dropdown__content--placeholder\">\n {{ element.placeholder || element.label }}\n </span>\n </ng-template>\n </span>\n <span>\n <mat-icon *ngIf=\"!opened\">keyboard_arrow_down</mat-icon>\n <mat-icon *ngIf=\"opened\">keyboard_arrow_up</mat-icon>\n </span>\n <div class=\"mapa-dropdown__options\" *ngIf=\"opened\">\n <mapa-option [control]=\"formControl\" [element]=\"element\"></mapa-option>\n </div>\n </span>\n</div>\n", styles: [".mapa-dropdown{max-width:min-content;min-width:235px}.mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center}.mapa-dropdown__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-dropdown__content{background:#fff;border-radius:10px;border:2px solid #a7aaad;display:flex;align-items:center;justify-content:space-between;position:relative;font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer;padding:0 16px;height:48px}.mapa-dropdown__content--labeled{height:40px}.mapa-dropdown__content.soft__border{border-radius:16px;border:1px solid #C3C4C7!important}.mapa-dropdown__content--selected{color:#000}.mapa-dropdown__content--selected-others,.mapa-dropdown__content--placeholder{color:#77838f}.mapa-dropdown__content ::ng-deep mapa-icon .mat-icon{height:18px!important}.mapa-dropdown__options{position:absolute;top:56px;left:0;width:100%;z-index:1}.mapa-dropdown__options ul{display:block;list-style-type:none;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0px;background:#fff;border:1px solid #cdcdcd;border-radius:8px;box-shadow:0 4px 4px #00000021}.mapa-dropdown__options ul li{list-style:none;padding:4px 13px}.mapa-dropdown__options ul li:hover{background-color:#cdcdcd}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: MapaOptionComponent, selector: "mapa-option", inputs: ["control", "element"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
42
|
-
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownComponent, decorators: [{
|
|
44
|
-
type: Component,
|
|
45
|
-
args: [{ selector: 'mapa-dropdown', encapsulation: ViewEncapsulation.None, template: "<div class=\"mapa-dropdown\">\n <label *ngIf=\"element.label\" class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n <span \n class=\"mapa-dropdown__content\"\n [class.soft__border]=\"border === 'soft__border'\"\n [class.mapa-dropdown__content--labeled]=\"!!element.label\"\n (click)=\"toggleOptions()\"\n >\n <span>\n <span class=\"mapa-dropdown__content--selected\" *ngIf=\"(formControl.value?.length || 0) > 0; else placeholder\">\n {{formControl.value?.[0] || ''}}\n <span class=\"mapa-dropdown__content--selected-others\" *ngIf=\"(formControl.value?.length || 0) > 1\">\n (+{{ (formControl.value?.length || 0) - 1 }}\n {{ formControl.value?.length === 2 ? \"outro\" : \"outros\" }})\n </span>\n </span>\n <ng-template #placeholder>\n <span class=\"mapa-dropdown__content--placeholder\">\n {{ element.placeholder || element.label }}\n </span>\n </ng-template>\n </span>\n <span>\n <mat-icon *ngIf=\"!opened\">keyboard_arrow_down</mat-icon>\n <mat-icon *ngIf=\"opened\">keyboard_arrow_up</mat-icon>\n </span>\n <div class=\"mapa-dropdown__options\" *ngIf=\"opened\">\n <mapa-option [control]=\"formControl\" [element]=\"element\"></mapa-option>\n </div>\n </span>\n</div>\n", styles: [".mapa-dropdown{max-width:min-content;min-width:235px}.mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center}.mapa-dropdown__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-dropdown__content{background:#fff;border-radius:10px;border:2px solid #a7aaad;display:flex;align-items:center;justify-content:space-between;position:relative;font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer;padding:0 16px;height:48px}.mapa-dropdown__content--labeled{height:40px}.mapa-dropdown__content.soft__border{border-radius:16px;border:1px solid #C3C4C7!important}.mapa-dropdown__content--selected{color:#000}.mapa-dropdown__content--selected-others,.mapa-dropdown__content--placeholder{color:#77838f}.mapa-dropdown__content ::ng-deep mapa-icon .mat-icon{height:18px!important}.mapa-dropdown__options{position:absolute;top:56px;left:0;width:100%;z-index:1}.mapa-dropdown__options ul{display:block;list-style-type:none;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:0px;background:#fff;border:1px solid #cdcdcd;border-radius:8px;box-shadow:0 4px 4px #00000021}.mapa-dropdown__options ul li{list-style:none;padding:4px 13px}.mapa-dropdown__options ul li:hover{background-color:#cdcdcd}\n"] }]
|
|
46
|
-
}], propDecorators: { formControl: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], element: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], border: [{
|
|
51
|
-
type: Input
|
|
52
|
-
}] } });
|
|
53
|
-
|
|
54
|
-
class MapaDropdownModule {
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
56
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownModule, declarations: [MapaDropdownComponent, MapaOptionComponent], imports: [CommonModule,
|
|
57
|
-
FormsModule,
|
|
58
|
-
ReactiveFormsModule,
|
|
59
|
-
MatListModule,
|
|
60
|
-
MatIconModule], exports: [MapaDropdownComponent] }); }
|
|
61
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownModule, imports: [CommonModule,
|
|
62
|
-
FormsModule,
|
|
63
|
-
ReactiveFormsModule,
|
|
64
|
-
MatListModule,
|
|
65
|
-
MatIconModule] }); }
|
|
66
|
-
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaDropdownModule, decorators: [{
|
|
68
|
-
type: NgModule,
|
|
69
|
-
args: [{
|
|
70
|
-
declarations: [MapaDropdownComponent, MapaOptionComponent],
|
|
71
|
-
exports: [MapaDropdownComponent],
|
|
72
|
-
imports: [
|
|
73
|
-
CommonModule,
|
|
74
|
-
FormsModule,
|
|
75
|
-
ReactiveFormsModule,
|
|
76
|
-
MatListModule,
|
|
77
|
-
MatIconModule,
|
|
78
|
-
],
|
|
79
|
-
}]
|
|
80
|
-
}] });
|
|
81
|
-
|
|
82
|
-
/*
|
|
83
|
-
* Public API Surface of mapa-library-ui dropdown
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Generated bundle index. Do not edit.
|
|
88
|
-
*/
|
|
89
|
-
|
|
90
|
-
export { MapaDropdownComponent, MapaDropdownModule };
|
|
91
|
-
//# sourceMappingURL=mapa-library-ui-src-lib-components-dropdown.mjs.map
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Input, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/common';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
|
-
import * as i2 from '@angular/forms';
|
|
6
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
7
|
-
import * as i3 from '@angular/material/form-field';
|
|
8
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
9
|
-
import * as i4 from '@angular/material/input';
|
|
10
|
-
import { MatInputModule } from '@angular/material/input';
|
|
11
|
-
import * as i5 from '@angular/material/icon';
|
|
12
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
13
|
-
import * as i6 from 'mapa-library-ui';
|
|
14
|
-
import { MatInputAutosizeDirective } from 'mapa-library-ui';
|
|
15
|
-
|
|
16
|
-
class MapaInputComponent {
|
|
17
|
-
hasValue() {
|
|
18
|
-
return !!this.formControl.value;
|
|
19
|
-
}
|
|
20
|
-
clearValue() {
|
|
21
|
-
this.formControl.setValue(null);
|
|
22
|
-
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MapaInputComponent, selector: "mapa-input", inputs: { formControl: "formControl", element: "element" }, ngImport: i0, template: "<label *ngIf=\"element.label\" class=\"mapa-input__label\">\n {{ element.label }}\n</label>\n<mat-form-field class=\"mapa-input\" appearance=\"outline\" subscriptSizing=\"dynamic\">\n <mat-icon *ngIf=\"element.prefix\" class=\"mapa-input--prefix\" matPrefix>\n {{ element.prefix }}\n </mat-icon>\n <input\n *ngIf=\"element.autosize\"\n matInput\n matInputAutosize\n [matInputAutosizeMinWidth]=\"element.autosizeMinWidth!\"\n [matInputAutosizeMaxWidth]=\"element.autosizeMaxWidth!\"\n [formControl]=\"formControl\"\n [placeholder]=\"element.placeholder || element.label\"\n />\n <input\n matInput\n *ngIf=\"!element.autosize\"\n [formControl]=\"formControl\"\n [placeholder]=\"element.placeholder || element.label\"\n />\n <mat-icon\n *ngIf=\"hasValue()\"\n (click)=\"clearValue()\"\n class=\"mapa-input--close\"\n matSuffix\n >close</mat-icon\n >\n <mat-icon *ngIf=\"element.suffix\" class=\"mapa-input--suffix\" matSuffix>\n {{ element.suffix }}\n </mat-icon>\n <mat-hint *ngIf=\"element.hint\">{{ element.hint }}</mat-hint>\n</mat-form-field>\n", styles: [".mapa-input__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-input .mat-mdc-input-element{font-family:SF-Pro;font-size:16px;font-style:normal;font-weight:400}::ng-deep .mapa-input .mdc-text-field--outlined .mat-mdc-form-field-infix{padding-bottom:12px;padding-top:16px;--mat-form-field-container-height: 48px}::ng-deep .mapa-input .mdc-text-field--outlined{--mdc-outlined-text-field-container-shape: 8px;--mdc-outlined-text-field-outline-width: 2px}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix{display:flex}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mapa-input--close{padding:unset}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mapa-input--suffix{padding:0 0 0 8px}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mat-icon:last-child{padding-right:12px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", inputs: ["matTextPrefix"] }, { kind: "directive", type: i3.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i6.MatInputAutosizeDirective, selector: "[matInputAutosize]", inputs: ["matInputAutosizeMaxWidth", "matInputAutosizeMinWidth", "matInputAutosizeFontStyle"] }] }); }
|
|
25
|
-
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaInputComponent, decorators: [{
|
|
27
|
-
type: Component,
|
|
28
|
-
args: [{ selector: 'mapa-input', template: "<label *ngIf=\"element.label\" class=\"mapa-input__label\">\n {{ element.label }}\n</label>\n<mat-form-field class=\"mapa-input\" appearance=\"outline\" subscriptSizing=\"dynamic\">\n <mat-icon *ngIf=\"element.prefix\" class=\"mapa-input--prefix\" matPrefix>\n {{ element.prefix }}\n </mat-icon>\n <input\n *ngIf=\"element.autosize\"\n matInput\n matInputAutosize\n [matInputAutosizeMinWidth]=\"element.autosizeMinWidth!\"\n [matInputAutosizeMaxWidth]=\"element.autosizeMaxWidth!\"\n [formControl]=\"formControl\"\n [placeholder]=\"element.placeholder || element.label\"\n />\n <input\n matInput\n *ngIf=\"!element.autosize\"\n [formControl]=\"formControl\"\n [placeholder]=\"element.placeholder || element.label\"\n />\n <mat-icon\n *ngIf=\"hasValue()\"\n (click)=\"clearValue()\"\n class=\"mapa-input--close\"\n matSuffix\n >close</mat-icon\n >\n <mat-icon *ngIf=\"element.suffix\" class=\"mapa-input--suffix\" matSuffix>\n {{ element.suffix }}\n </mat-icon>\n <mat-hint *ngIf=\"element.hint\">{{ element.hint }}</mat-hint>\n</mat-form-field>\n", styles: [".mapa-input__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-input .mat-mdc-input-element{font-family:SF-Pro;font-size:16px;font-style:normal;font-weight:400}::ng-deep .mapa-input .mdc-text-field--outlined .mat-mdc-form-field-infix{padding-bottom:12px;padding-top:16px;--mat-form-field-container-height: 48px}::ng-deep .mapa-input .mdc-text-field--outlined{--mdc-outlined-text-field-container-shape: 8px;--mdc-outlined-text-field-outline-width: 2px}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix{display:flex}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mapa-input--close{padding:unset}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mapa-input--suffix{padding:0 0 0 8px}::ng-deep .mapa-input .mat-mdc-form-field-icon-suffix .mat-icon:last-child{padding-right:12px}\n"] }]
|
|
29
|
-
}], propDecorators: { formControl: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], element: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}] } });
|
|
34
|
-
|
|
35
|
-
class MapaInputModule {
|
|
36
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MapaInputModule, declarations: [MapaInputComponent], imports: [CommonModule,
|
|
38
|
-
FormsModule,
|
|
39
|
-
ReactiveFormsModule,
|
|
40
|
-
MatFormFieldModule,
|
|
41
|
-
MatInputModule,
|
|
42
|
-
MatIconModule,
|
|
43
|
-
MatInputAutosizeDirective], exports: [MapaInputComponent] }); }
|
|
44
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaInputModule, imports: [CommonModule,
|
|
45
|
-
FormsModule,
|
|
46
|
-
ReactiveFormsModule,
|
|
47
|
-
MatFormFieldModule,
|
|
48
|
-
MatInputModule,
|
|
49
|
-
MatIconModule] }); }
|
|
50
|
-
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MapaInputModule, decorators: [{
|
|
52
|
-
type: NgModule,
|
|
53
|
-
args: [{
|
|
54
|
-
declarations: [
|
|
55
|
-
MapaInputComponent,
|
|
56
|
-
],
|
|
57
|
-
exports: [
|
|
58
|
-
MapaInputComponent,
|
|
59
|
-
],
|
|
60
|
-
imports: [
|
|
61
|
-
CommonModule,
|
|
62
|
-
FormsModule,
|
|
63
|
-
ReactiveFormsModule,
|
|
64
|
-
MatFormFieldModule,
|
|
65
|
-
MatInputModule,
|
|
66
|
-
MatIconModule,
|
|
67
|
-
MatInputAutosizeDirective,
|
|
68
|
-
]
|
|
69
|
-
}]
|
|
70
|
-
}] });
|
|
71
|
-
|
|
72
|
-
/*
|
|
73
|
-
* Public API Surface of mapa-library-ui input
|
|
74
|
-
*/
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Generated bundle index. Do not edit.
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
export { MapaInputComponent, MapaInputModule };
|
|
81
|
-
//# sourceMappingURL=mapa-library-ui-src-lib-components-input.mjs.map
|