@luizleon/sf.prefeiturasp.vuecomponents 5.0.14 → 5.0.16
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/dist/{style.css → sf.prefeiturasp.vuecomponents.css} +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.js +2474 -2461
- package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs +21 -21
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
- package/dist/types/components/button/Button.vue.d.ts.map +1 -1
- package/dist/types/primevue/preset.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/button/Button.vue"],"names":[],"mappings":"AAyIA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EACF,SAAS,GACT,WAAW,GACX,MAAM,GACN,SAAS,GACT,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,SAAS,CAAC;IACrD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;;;;;;;;;;;;;;AAsID,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../../../src/primevue/preset.ts"],"names":[],"mappings":"AAkEA,UAAU,cAAc;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,eAAe;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;;;;;AAED,
|
|
1
|
+
{"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../../../src/primevue/preset.ts"],"names":[],"mappings":"AAkEA,UAAU,cAAc;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,eAAe;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;;;;;AAED,wBAqOE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luizleon/sf.prefeiturasp.vuecomponents",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@noble/hashes": "1.5.0",
|
|
17
|
-
"dompurify": "3.
|
|
17
|
+
"dompurify": "3.2.4",
|
|
18
18
|
"jwt-decode": "4.0.0",
|
|
19
19
|
"sweetalert2": "11.4.8",
|
|
20
20
|
"loglevel": "1.9.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/dompurify": "3.0.5",
|
|
24
|
-
"@vitejs/plugin-vue": "5.
|
|
24
|
+
"@vitejs/plugin-vue": "5.2.1",
|
|
25
25
|
"rimraf": "3.0.2",
|
|
26
26
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
27
27
|
"sass": "1.69.5",
|
|
28
28
|
"typescript": "5.2.2",
|
|
29
|
-
"vite": "
|
|
29
|
+
"vite": "6.1.1",
|
|
30
30
|
"vue-tsc": "2.0.29",
|
|
31
|
-
"vite-plugin-dts": "4.0
|
|
32
|
-
"@luizleon/sf.prefeiturasp.vuetheme": "1.0.
|
|
31
|
+
"vite-plugin-dts": "4.5.0",
|
|
32
|
+
"@luizleon/sf.prefeiturasp.vuetheme": "1.0.30"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"vue": "3.*",
|
|
36
36
|
"primevue": "4.*",
|
|
37
37
|
"vue-router": "4.*",
|
|
38
|
-
"@vueuse/core": "12
|
|
38
|
+
"@vueuse/core": "12.*"
|
|
39
39
|
}
|
|
40
40
|
}
|