cronapp-framework-js 4.1.0 → 4.1.2
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.
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-wizard.svg",
|
|
6
6
|
"description": "Navegação em steps usando Cronapp Kendo UI Wizard",
|
|
7
7
|
"description_en_US": "Multi-step navigation using Kendo UI Wizard",
|
|
8
|
+
"pallete": false,
|
|
8
9
|
"category": ["LAYOUTS"],
|
|
9
10
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/wizard.template.html",
|
|
10
11
|
"properties": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronapp-framework-js",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "Javascript library for CronApp's projects",
|
|
5
5
|
"main": "cronapp.framework.js",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"gulp-uglify": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@cronapp/cronapp-mvc": "4.1.
|
|
38
|
+
"@cronapp/cronapp-mvc": "4.1.2",
|
|
39
39
|
"cpf_cnpj": "0.2.0",
|
|
40
40
|
"font-awesome": "4.4.0",
|
|
41
41
|
"jquery": "3.5.1",
|