cronapp-framework-js 2.9.4 → 2.9.5
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/components/crn-datasource.components.json +4 -0
- package/components/crn-upload.components.json +1 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +0 -5
- package/css/themes/custom/krypton/custom-krypton.css +1137 -0
- package/css/themes/custom/krypton/grid-krypton.css +431 -0
- package/css/themes/custom/krypton/navbar-krypton.css +157 -0
- package/css/themes/custom/krypton/panel-krypton.css +114 -0
- package/css/themes/custom/material/grid-material.css +1 -0
- package/css/themes/custom/material-round/custom-material-round.css +642 -0
- package/css/themes/custom/material-round/grid-material-round.css +347 -0
- package/css/themes/custom/material-round/navbar-material-round.css +140 -0
- package/css/themes/custom/material-round/panel-material-round.css +94 -0
- package/css/themes/custom/navigator/custom-navigator.css +11 -0
- package/css/themes/krypton.min.css +9 -0
- package/css/themes/material-round.min.css +9 -0
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
- package/dist/css/themes/custom/krypton/grid-krypton.css +1 -0
- package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -0
- package/dist/css/themes/custom/krypton/panel-krypton.css +1 -0
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
- package/dist/css/themes/custom/material-round/grid-material-round.css +1 -0
- package/dist/css/themes/custom/material-round/navbar-material-round.css +1 -0
- package/dist/css/themes/custom/material-round/panel-material-round.css +1 -0
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/krypton.min.css +1 -0
- package/dist/css/themes/material-round.min.css +1 -0
- package/dist/js/directives.js +2 -2
- package/js/directives.js +7 -3
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"text_pt_BR": "Envio de arquivo",
|
|
4
4
|
"text_en_US": "File Upload",
|
|
5
5
|
"wrapper": false,
|
|
6
|
+
"pallete": false,
|
|
6
7
|
"autoWrapper": true,
|
|
7
8
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-upload.svg",
|
|
8
9
|
"description": "Botão com estrutura para armazenar arquivo na fonte de dados",
|
|
@@ -1044,11 +1044,6 @@ table.table thead th {
|
|
|
1044
1044
|
display: inline-flex;
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
.k-grid table .k-button.k-custom-command {
|
|
1048
|
-
width: inherit;
|
|
1049
|
-
min-width: 64px;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
1047
|
.k-grid-header th.k-header>.k-link {
|
|
1053
1048
|
display: inline-block;
|
|
1054
1049
|
}
|