chrv-components 1.2.8 → 1.2.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/chrv-components-1.2.10.tgz +0 -0
- package/{esm2022 → esm2020}/chrv-components.mjs +4 -4
- package/{esm2022 → esm2020}/lib/chr-breadcrumb/chr-breadcrumb.component.mjs +22 -22
- package/{esm2022 → esm2020}/lib/chr-button/chr-button.component.mjs +51 -51
- package/esm2020/lib/chr-checkbox/chr-checkbox.component.mjs +37 -0
- package/{esm2022 → esm2020}/lib/chr-components.module.mjs +126 -126
- package/{esm2022 → esm2020}/lib/chr-delete-modal/chr-delete-modal.component.mjs +22 -22
- package/esm2020/lib/chr-form/chr-form.component.mjs +132 -0
- package/esm2020/lib/chr-form/chr-validators/decimal-validator.mjs +58 -0
- package/esm2020/lib/chr-form/chr-validators/max-date-validator.mjs +54 -0
- package/esm2020/lib/chr-form/chr-validators/type-validator.mjs +52 -0
- package/{esm2022 → esm2020}/lib/chr-paginator/chr-paginator.component.mjs +73 -73
- package/esm2020/lib/chr-search-select/chr-search-select.component.mjs +136 -0
- package/{esm2022 → esm2020}/lib/chr-searchbar/chr-searchbar.component.mjs +29 -29
- package/esm2020/lib/chr-separator/chr-separator.component.mjs +11 -0
- package/esm2020/lib/chr-table/chr-table.component.mjs +62 -0
- package/esm2020/lib/chr-table-header-cell/chr-table-header-cell.component.mjs +49 -0
- package/{esm2022 → esm2020}/lib/services/dialog.service.mjs +29 -29
- package/esm2020/public-api.mjs +22 -0
- package/fesm2015/chrv-components.mjs +886 -0
- package/fesm2015/chrv-components.mjs.map +1 -0
- package/fesm2020/chrv-components.mjs +878 -0
- package/{fesm2022 → fesm2020}/chrv-components.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/chr-breadcrumb/chr-breadcrumb.component.d.ts +15 -15
- package/lib/chr-button/chr-button.component.d.ts +19 -19
- package/lib/chr-checkbox/chr-checkbox.component.d.ts +13 -13
- package/lib/chr-components.module.d.ts +30 -30
- package/lib/chr-delete-modal/chr-delete-modal.component.d.ts +11 -11
- package/lib/chr-form/chr-form.component.d.ts +57 -57
- package/lib/chr-form/chr-validators/decimal-validator.d.ts +10 -10
- package/lib/chr-form/chr-validators/max-date-validator.d.ts +10 -10
- package/lib/chr-form/chr-validators/type-validator.d.ts +10 -10
- package/lib/chr-paginator/chr-paginator.component.d.ts +26 -26
- package/lib/chr-search-select/chr-search-select.component.d.ts +44 -44
- package/lib/chr-searchbar/chr-searchbar.component.d.ts +14 -14
- package/lib/chr-separator/chr-separator.component.d.ts +5 -5
- package/lib/chr-table/chr-table.component.d.ts +42 -42
- package/lib/chr-table-header-cell/chr-table-header-cell.component.d.ts +16 -16
- package/lib/services/dialog.service.d.ts +10 -10
- package/package.json +16 -11
- package/public-api.d.ts +18 -16
- package/chrv-components-1.2.8.tgz +0 -0
- package/esm2022/lib/chr-checkbox/chr-checkbox.component.mjs +0 -37
- package/esm2022/lib/chr-form/chr-form.component.mjs +0 -132
- package/esm2022/lib/chr-form/chr-validators/decimal-validator.mjs +0 -58
- package/esm2022/lib/chr-form/chr-validators/max-date-validator.mjs +0 -54
- package/esm2022/lib/chr-form/chr-validators/type-validator.mjs +0 -52
- package/esm2022/lib/chr-search-select/chr-search-select.component.mjs +0 -136
- package/esm2022/lib/chr-separator/chr-separator.component.mjs +0 -11
- package/esm2022/lib/chr-table/chr-table.component.mjs +0 -62
- package/esm2022/lib/chr-table-header-cell/chr-table-header-cell.component.mjs +0 -49
- package/esm2022/public-api.mjs +0 -20
- package/fesm2022/chrv-components.mjs +0 -876
package/package.json
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrv-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"@angular/forms": "^
|
|
8
|
-
"@angular/material": "^
|
|
5
|
+
"@angular/common": "^15.1.0",
|
|
6
|
+
"@angular/core": "^15.1.0",
|
|
7
|
+
"@angular/forms": "^15.1.0",
|
|
8
|
+
"@angular/material": "^15.1.3",
|
|
9
9
|
"tailwindcss": "^3.2.4",
|
|
10
|
-
"ngx-pagination": "^6.0.3"
|
|
11
|
-
"chrv-pipes": "^1.0.9"
|
|
10
|
+
"ngx-pagination": "^6.0.3"
|
|
12
11
|
},
|
|
13
12
|
"dependencies": {
|
|
14
13
|
"tslib": "^2.3.0"
|
|
15
14
|
},
|
|
16
15
|
"sideEffects": false,
|
|
17
|
-
"module": "
|
|
16
|
+
"module": "fesm2015/chrv-components.mjs",
|
|
17
|
+
"es2020": "fesm2020/chrv-components.mjs",
|
|
18
|
+
"esm2020": "esm2020/chrv-components.mjs",
|
|
19
|
+
"fesm2020": "fesm2020/chrv-components.mjs",
|
|
20
|
+
"fesm2015": "fesm2015/chrv-components.mjs",
|
|
18
21
|
"typings": "index.d.ts",
|
|
19
22
|
"exports": {
|
|
20
23
|
"./package.json": {
|
|
@@ -22,9 +25,11 @@
|
|
|
22
25
|
},
|
|
23
26
|
".": {
|
|
24
27
|
"types": "./index.d.ts",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
+
"esm2020": "./esm2020/chrv-components.mjs",
|
|
29
|
+
"es2020": "./fesm2020/chrv-components.mjs",
|
|
30
|
+
"es2015": "./fesm2015/chrv-components.mjs",
|
|
31
|
+
"node": "./fesm2015/chrv-components.mjs",
|
|
32
|
+
"default": "./fesm2020/chrv-components.mjs"
|
|
28
33
|
}
|
|
29
34
|
}
|
|
30
35
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
export * from './lib/chr-components.module';
|
|
2
|
-
export * from './lib/chr-breadcrumb/chr-breadcrumb.component';
|
|
3
|
-
export * from './lib/chr-button/chr-button.component';
|
|
4
|
-
export * from './lib/chr-delete-modal/chr-delete-modal.component';
|
|
5
|
-
export * from './lib/chr-form/chr-form.component';
|
|
6
|
-
export * from './lib/chr-search-select/chr-search-select.component';
|
|
7
|
-
export * from './lib/chr-searchbar/chr-searchbar.component';
|
|
8
|
-
export * from './lib/chr-paginator/chr-paginator.component';
|
|
9
|
-
export * from './lib/chr-table/chr-table.component';
|
|
10
|
-
export * from './lib/chr-table-header-cell/chr-table-header-cell.component';
|
|
11
|
-
export * from './lib/chr-checkbox/chr-checkbox.component';
|
|
12
|
-
export * from './lib/chr-separator/chr-separator.component';
|
|
13
|
-
export * from './lib/chr-form/chr-validators/decimal-validator';
|
|
14
|
-
export * from './lib/chr-form/chr-validators/max-date-validator';
|
|
15
|
-
export * from './lib/chr-form/chr-validators/type-validator';
|
|
16
|
-
export * from './lib/services/dialog.service';
|
|
1
|
+
export * from './lib/chr-components.module';
|
|
2
|
+
export * from './lib/chr-breadcrumb/chr-breadcrumb.component';
|
|
3
|
+
export * from './lib/chr-button/chr-button.component';
|
|
4
|
+
export * from './lib/chr-delete-modal/chr-delete-modal.component';
|
|
5
|
+
export * from './lib/chr-form/chr-form.component';
|
|
6
|
+
export * from './lib/chr-search-select/chr-search-select.component';
|
|
7
|
+
export * from './lib/chr-searchbar/chr-searchbar.component';
|
|
8
|
+
export * from './lib/chr-paginator/chr-paginator.component';
|
|
9
|
+
export * from './lib/chr-table/chr-table.component';
|
|
10
|
+
export * from './lib/chr-table-header-cell/chr-table-header-cell.component';
|
|
11
|
+
export * from './lib/chr-checkbox/chr-checkbox.component';
|
|
12
|
+
export * from './lib/chr-separator/chr-separator.component';
|
|
13
|
+
export * from './lib/chr-form/chr-validators/decimal-validator';
|
|
14
|
+
export * from './lib/chr-form/chr-validators/max-date-validator';
|
|
15
|
+
export * from './lib/chr-form/chr-validators/type-validator';
|
|
16
|
+
export * from './lib/services/dialog.service';
|
|
17
|
+
export * from 'chrv-pipes';
|
|
18
|
+
export * from 'chrv-pipes/public-api';
|
|
Binary file
|