@jvsoft/components 0.0.13-alpha.3 → 1.0.0-alpha.4
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/fesm2022/jvsoft-components-dialog-flotante.mjs +3 -3
- package/fesm2022/jvsoft-components-dialog-flotante.mjs.map +1 -1
- package/fesm2022/jvsoft-components-lista-arbol.mjs +3 -3
- package/fesm2022/jvsoft-components-lista-arbol.mjs.map +1 -1
- package/fesm2022/jvsoft-components-luces-navidad.mjs +3 -3
- package/fesm2022/jvsoft-components-luces-navidad.mjs.map +1 -1
- package/fesm2022/jvsoft-components-mat-suffix-search-button.mjs +3 -3
- package/fesm2022/jvsoft-components-mat-suffix-search-button.mjs.map +1 -1
- package/fesm2022/jvsoft-components-menu.mjs +3 -3
- package/fesm2022/jvsoft-components-menu.mjs.map +1 -1
- package/fesm2022/jvsoft-components-tabla-mantenimiento-components-progress-bar.mjs +3 -3
- package/fesm2022/jvsoft-components-tabla-mantenimiento-components-progress-bar.mjs.map +1 -1
- package/fesm2022/jvsoft-components-tabla-mantenimiento.mjs +54 -54
- package/fesm2022/jvsoft-components-tabla-mantenimiento.mjs.map +1 -1
- package/fesm2022/jvsoft-components.mjs +69 -69
- package/fesm2022/jvsoft-components.mjs.map +1 -1
- package/package.json +13 -14
- package/src/styles/base-jvsoft-components.css +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jvsoft/components",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
4
4
|
"description": "JVSOFT Angular Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"tag": "alpha",
|
|
@@ -11,17 +11,13 @@
|
|
|
11
11
|
"@angular/core": ">=16.0.0",
|
|
12
12
|
"@angular/forms": ">=16.0.0",
|
|
13
13
|
"@angular/material": ">=16.0.0",
|
|
14
|
-
"@jvsoft/utils": "^0.0
|
|
14
|
+
"@jvsoft/utils": "^1.0.0-alpha.4",
|
|
15
15
|
"@ngneat/until-destroy": "^10.0.0",
|
|
16
16
|
"moment": "^2.30.1",
|
|
17
17
|
"shorthash2": "^1.0.5",
|
|
18
18
|
"tailwindcss": "3",
|
|
19
19
|
"xlsx": "^0.18.5"
|
|
20
20
|
},
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@jvsoft/utils": "alpha",
|
|
23
|
-
"tslib": "^2.3.0"
|
|
24
|
-
},
|
|
25
21
|
"sideEffects": false,
|
|
26
22
|
"exports": {
|
|
27
23
|
"./base.scss": "./src/styles/base.scss",
|
|
@@ -37,22 +33,22 @@
|
|
|
37
33
|
"types": "./dialog-flotante/index.d.ts",
|
|
38
34
|
"default": "./fesm2022/jvsoft-components-dialog-flotante.mjs"
|
|
39
35
|
},
|
|
40
|
-
"./
|
|
41
|
-
"types": "./
|
|
42
|
-
"default": "./fesm2022/jvsoft-components-
|
|
36
|
+
"./luces-navidad": {
|
|
37
|
+
"types": "./luces-navidad/index.d.ts",
|
|
38
|
+
"default": "./fesm2022/jvsoft-components-luces-navidad.mjs"
|
|
43
39
|
},
|
|
44
40
|
"./lista-arbol": {
|
|
45
41
|
"types": "./lista-arbol/index.d.ts",
|
|
46
42
|
"default": "./fesm2022/jvsoft-components-lista-arbol.mjs"
|
|
47
43
|
},
|
|
48
|
-
"./luces-navidad": {
|
|
49
|
-
"types": "./luces-navidad/index.d.ts",
|
|
50
|
-
"default": "./fesm2022/jvsoft-components-luces-navidad.mjs"
|
|
51
|
-
},
|
|
52
44
|
"./menu": {
|
|
53
45
|
"types": "./menu/index.d.ts",
|
|
54
46
|
"default": "./fesm2022/jvsoft-components-menu.mjs"
|
|
55
47
|
},
|
|
48
|
+
"./mat-suffix-search-button": {
|
|
49
|
+
"types": "./mat-suffix-search-button/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/jvsoft-components-mat-suffix-search-button.mjs"
|
|
51
|
+
},
|
|
56
52
|
"./tabla-mantenimiento": {
|
|
57
53
|
"types": "./tabla-mantenimiento/index.d.ts",
|
|
58
54
|
"default": "./fesm2022/jvsoft-components-tabla-mantenimiento.mjs"
|
|
@@ -63,5 +59,8 @@
|
|
|
63
59
|
}
|
|
64
60
|
},
|
|
65
61
|
"module": "fesm2022/jvsoft-components.mjs",
|
|
66
|
-
"typings": "index.d.ts"
|
|
62
|
+
"typings": "index.d.ts",
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"tslib": "^2.3.0"
|
|
65
|
+
}
|
|
67
66
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@use "tailwind.scss";
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
/*@use "components/index.scss";*/
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
@use "../../../components/tabla-mantenimiento/tabla-mantenimiento.component";
|
|
6
|
+
|
|
7
|
+
@use "../../../components/dialog-flotante/dialog-flotante.component";
|
|
6
8
|
|
|
7
|
-
@import "../../components/tabla-mantenimiento/tabla-mantenimiento.component.scss";
|
|
8
|
-
*/
|
|
9
9
|
|