cronapp-framework-js 3.0.0-SP.5 → 3.0.0-SP.51
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-dynamic-file.components.json +65 -34
- package/components/crn-dynamic-menu.components.json +0 -21
- package/components/crn-enterprise-combobox-multiple.components.json +6 -0
- package/components/crn-navbar.components.json +26 -1
- package/components/cron-breadcrumbs.components.json +7 -3
- package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
- package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
- package/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/components/templates/Component_Container/crn-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-two-container.template.html +2 -2
- package/components/templates/combobox-dynamic.template.html +4 -4
- package/components/templates/cron-autocomplete.designtime.html +2 -2
- package/components/templates/cron-calendar.template.html +1 -1
- package/components/templates/cron-combobox-multiple.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +5 -4
- package/components/templates/dynamicfile.designtime.html +5 -0
- package/components/templates/dynamicfile.template.html +20 -3
- package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
- package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
- package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/css/themes/custom/cyborg/button-cyborg.css +67 -3
- package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
- package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
- package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
- package/css/themes/custom/darkly/custom-darkly.css +1 -8
- package/css/themes/custom/dsgov/button-dsgov.css +0 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
- package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
- package/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/css/themes/custom/fuse/custom-fuse.css +15 -19
- package/css/themes/custom/journal/custom-journal.css +1 -0
- package/css/themes/custom/krypton/custom-krypton.css +991 -236
- package/css/themes/custom/krypton/grid-krypton.css +253 -66
- package/css/themes/custom/krypton/navbar-krypton.css +13 -12
- package/css/themes/custom/krypton/panel-krypton.css +29 -26
- package/css/themes/custom/lumen/button-lumen.css +8 -8
- package/css/themes/custom/lumen/custom-lumen.css +46 -34
- package/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/css/themes/custom/lumen/panel-lumen.css +17 -13
- package/css/themes/custom/material/custom-material.css +12 -1
- package/css/themes/custom/material/grid-material.css +1 -1
- package/css/themes/custom/material/navbar-material.css +13 -0
- package/css/themes/custom/material-round/custom-material-round.css +187 -34
- package/css/themes/custom/material-round/grid-material-round.css +174 -18
- package/css/themes/custom/materialui/custom-materialui.css +1 -0
- package/css/themes/custom/navigator/custom-navigator.css +80 -21
- package/css/themes/custom/paper/custom-paper.css +284 -27
- package/css/themes/custom/readable/button-readable.css +61 -1
- package/css/themes/custom/readable/custom-readable.css +242 -26
- package/css/themes/custom/readable/navbar-readable.css +1 -2
- package/css/themes/custom/readable/panel-readable.css +6 -8
- package/css/themes/custom/sandstone/button-sandstone.css +12 -0
- package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
- package/css/themes/custom/simplex/custom-simplex.css +1 -0
- package/css/themes/custom/slate/custom-slate.css +4 -3
- package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/css/themes/custom/superhero/button-superhero.css +1 -1
- package/css/themes/custom/superhero/custom-superhero.css +348 -45
- package/css/themes/custom/superhero/navbar-superhero.css +5 -1
- package/css/themes/custom/superhero/panel-superhero.css +4 -5
- package/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/css/themes/custom/theme-general/button.css +4 -0
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
- package/css/themes/custom/theme-general/menu.css +10 -2
- package/css/themes/custom/theme-general/table-grid.css +14 -2
- package/css/themes/custom/theme-general/theme-general.css +30 -0
- package/css/themes/custom/united/custom-united.css +1 -0
- package/css/themes/custom/yeti/custom-yeti.css +1 -0
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
- package/dist/components/templates/combobox-dynamic.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/cron-calendar.template.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/dynamicfile.designtime.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
- package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
- package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/button-readable.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +17 -12
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/js/app.js +5 -4
- package/js/controllers.js +42 -19
- package/js/directives.js +382 -121
- package/js/reports/reports.service.js +5 -5
- package/js/upload.service.js +7 -4
- package/package.json +1 -1
- package/postupdate.json +6 -0
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
/* Default */
|
|
2
|
+
.k-button, .btn, .k-button.k-default, .btn.btn-default {
|
|
3
|
+
background: var(--colorDefault40, #424242);
|
|
4
|
+
border-color: transparent;
|
|
5
|
+
color: var(--textColorDefault40, #ffffff);
|
|
6
|
+
}
|
|
7
|
+
|
|
2
8
|
.k-button.k-default.active,
|
|
3
9
|
.k-button.k-default:active,
|
|
4
10
|
.btn.btn-default.active,
|
|
@@ -8,6 +14,12 @@
|
|
|
8
14
|
}
|
|
9
15
|
|
|
10
16
|
/* Primary */
|
|
17
|
+
.btn.btn-primary {
|
|
18
|
+
background: var( --colorPrimary40, #2a9fd6);
|
|
19
|
+
border-color: transparent;
|
|
20
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
21
|
+
}
|
|
22
|
+
|
|
11
23
|
.btn.btn-primary.active,
|
|
12
24
|
.btn.btn-primary:active,
|
|
13
25
|
.k-button.k-primary.active,
|
|
@@ -17,6 +29,12 @@
|
|
|
17
29
|
}
|
|
18
30
|
|
|
19
31
|
/* Success */
|
|
32
|
+
.btn.btn-success {
|
|
33
|
+
background: var(--colorSuccess40, #77b300);
|
|
34
|
+
border-color: transparent;
|
|
35
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
36
|
+
}
|
|
37
|
+
|
|
20
38
|
.btn.btn-success.active,
|
|
21
39
|
.btn.btn-success:active,
|
|
22
40
|
.k-button.k-success.active,
|
|
@@ -26,6 +44,12 @@
|
|
|
26
44
|
}
|
|
27
45
|
|
|
28
46
|
/* Warning */
|
|
47
|
+
.btn.btn-warning {
|
|
48
|
+
background: var(--colorWarning40, #ff8800);
|
|
49
|
+
border-color: transparent;
|
|
50
|
+
color: var(--textColorWarning40, #ffffff);
|
|
51
|
+
}
|
|
52
|
+
|
|
29
53
|
.btn.btn-warning.active,
|
|
30
54
|
.btn.btn-warning:active,
|
|
31
55
|
.k-button.k-warning.active,
|
|
@@ -35,6 +59,12 @@
|
|
|
35
59
|
}
|
|
36
60
|
|
|
37
61
|
/* Danger */
|
|
62
|
+
.btn.btn-danger {
|
|
63
|
+
background: var(--colorDanger40, #cc0000);
|
|
64
|
+
border-color: transparent;
|
|
65
|
+
color: var(--textColorDanger40, #ffffff);
|
|
66
|
+
}
|
|
67
|
+
|
|
38
68
|
.btn.btn-danger.active,
|
|
39
69
|
.btn.btn-danger:active,
|
|
40
70
|
.k-button.k-danger.active,
|
|
@@ -44,25 +74,47 @@
|
|
|
44
74
|
}
|
|
45
75
|
|
|
46
76
|
/* Info */
|
|
77
|
+
.btn.btn-info {
|
|
78
|
+
background: var(--colorCalm40, #9933cc);
|
|
79
|
+
border-color: transparent;
|
|
80
|
+
color: var(--textColorCalm40, #ffffff);
|
|
81
|
+
}
|
|
82
|
+
|
|
47
83
|
.btn.btn-info.active,
|
|
48
84
|
.btn.btn-info:active,
|
|
49
85
|
.k-button.k-info.active,
|
|
50
86
|
.k-button.k-info:active {
|
|
51
|
-
background: var(--
|
|
87
|
+
background: var(--colorCalm60, #7a29a3);
|
|
52
88
|
color: var(--textColor40, #383838);
|
|
53
|
-
border: 1px solid var(--
|
|
89
|
+
border: 1px solid var(--colorCalm70, #732699);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.k-button:focus:active {
|
|
93
|
+
box-shadow: unset;
|
|
54
94
|
}
|
|
55
95
|
|
|
56
96
|
/* Light */
|
|
97
|
+
.btn.btn-light {
|
|
98
|
+
background: var(--colorLight40, #222222);
|
|
99
|
+
border-color: transparent;
|
|
100
|
+
color: var(--textColorLight40, #000000);
|
|
101
|
+
}
|
|
102
|
+
|
|
57
103
|
.btn.btn-light.active,
|
|
58
104
|
.btn.btn-light:active,
|
|
59
105
|
.k-button.k-light.active,
|
|
60
106
|
.k-button.k-light:active {
|
|
61
|
-
background: var(--colorLight40, #
|
|
107
|
+
background: var(--colorLight40, #222222);
|
|
62
108
|
color: var(--textColor40, #383838);
|
|
63
109
|
}
|
|
64
110
|
|
|
65
111
|
/* stable */
|
|
112
|
+
.k-button.k-stable, .btn.btn-stable {
|
|
113
|
+
background: var(--colorStable40, #f8f8f8);
|
|
114
|
+
border-color: transparent;
|
|
115
|
+
color: var(--textColorStable40, #444444);
|
|
116
|
+
}
|
|
117
|
+
|
|
66
118
|
.btn.btn-stable.active,
|
|
67
119
|
.btn.btn-stable:active,
|
|
68
120
|
.k-button.k-stable.active,
|
|
@@ -72,6 +124,12 @@
|
|
|
72
124
|
}
|
|
73
125
|
|
|
74
126
|
/* royal */
|
|
127
|
+
.btn.btn-royal {
|
|
128
|
+
background: var(--colorRoyal40, #6c2093);
|
|
129
|
+
border-color: transparent;
|
|
130
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
131
|
+
}
|
|
132
|
+
|
|
75
133
|
.btn.btn-royal.active,
|
|
76
134
|
.btn.btn-royal:active,
|
|
77
135
|
.k-button.k-royal.active,
|
|
@@ -81,6 +139,12 @@
|
|
|
81
139
|
}
|
|
82
140
|
|
|
83
141
|
/* dark */
|
|
142
|
+
.btn.btn-dark {
|
|
143
|
+
background: var(--colorDark40, #adafae);
|
|
144
|
+
border-color: transparent;
|
|
145
|
+
color: var(--textColorDark40, #ffffff);
|
|
146
|
+
}
|
|
147
|
+
|
|
84
148
|
.btn.btn-dark.active,
|
|
85
149
|
.btn.btn-dark:active,
|
|
86
150
|
.k-button.k-dark.active,
|