@progress/kendo-theme-bootstrap 4.42.1-dev.1 → 4.43.0
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/all.css +8611 -10372
- package/dist/all.scss +12812 -12951
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +6 -12
- package/modules/@progress/kendo-theme-default/scss/all.scss +1 -154
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +7 -8
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -5
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +0 -13
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +5 -2
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -5
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -10
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +5 -14
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_variables.scss +0 -2
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +4 -7
- package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +20 -21
- package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/core/functions/_colors.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_module-system.scss +149 -0
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +11 -32
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +24 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +4 -5
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/dropzone/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -23
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filemanager/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +0 -50
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +5 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/modules/@progress/kendo-theme-default/scss/index.scss +151 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_theme.scss +12 -0
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +4 -8
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +0 -53
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +0 -18
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +0 -26
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/textarea/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_theme.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +0 -80
- package/modules/bootstrap/package.json +31 -29
- package/modules/bootstrap/scss/_functions.scss +8 -2
- package/modules/bootstrap/scss/_reboot.scss +1 -1
- package/modules/bootstrap/scss/_root.scss +2 -1
- package/modules/bootstrap/scss/_tables.scss +8 -4
- package/modules/bootstrap/scss/_variables.scss +25 -13
- package/modules/bootstrap/scss/bootstrap-grid.scss +3 -1
- package/modules/bootstrap/scss/bootstrap-reboot.scss +2 -4
- package/modules/bootstrap/scss/bootstrap-utilities.scss +1 -1
- package/modules/bootstrap/scss/bootstrap.scss +1 -1
- package/modules/bootstrap/scss/forms/_form-select.scss +2 -0
- package/modules/bootstrap/scss/mixins/_grid.scss +4 -3
- package/modules/bootstrap/scss/mixins/_visually-hidden.scss +1 -1
- package/package.json +3 -3
- package/scss/all.scss +1 -154
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/chat/_variables.scss +0 -8
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_variables.scss +0 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/index.scss +151 -0
- package/scss/numerictextbox/_variables.scss +0 -4
- package/scss/pager/_theme.scss +0 -25
- package/scss/window/_theme.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/no-flexbox.scss +0 -72
package/scss/index.scss
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
@import "core/_index.scss";
|
|
2
|
+
@import "common/_index.scss";
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Typography and utils
|
|
6
|
+
@import "typography/_index.scss";
|
|
7
|
+
@import "utils/_index.scss";
|
|
8
|
+
@import "cursor/_index.scss";
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
// Generic content
|
|
12
|
+
@import "styling/_index.scss";
|
|
13
|
+
@import "icons/_index.scss";
|
|
14
|
+
@import "messagebox/_index.scss";
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
// Primitive components
|
|
18
|
+
// @import "list/_index.scss";
|
|
19
|
+
@import "listgroup/_index.scss";
|
|
20
|
+
@import "overlay/_index.scss";
|
|
21
|
+
@import "popup/_index.scss";
|
|
22
|
+
@import "ripple/_index.scss";
|
|
23
|
+
// @import "table/_index.scss";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Indicators
|
|
27
|
+
@import "avatar/_index.scss";
|
|
28
|
+
@import "badge/_index.scss";
|
|
29
|
+
@import "chip/_index.scss";
|
|
30
|
+
@import "color-preview/_index.scss";
|
|
31
|
+
@import "loader/_index.scss";
|
|
32
|
+
// @import "loading/_index.scss";
|
|
33
|
+
@import "skeleton/_index.scss";
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// Form helpers
|
|
37
|
+
@import "forms/_index.scss";
|
|
38
|
+
@import "validator/_index.scss";
|
|
39
|
+
@import "floating-label/_index.scss";
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
// Native forms
|
|
43
|
+
@import "button/_index.scss";
|
|
44
|
+
@import "input/_index.scss";
|
|
45
|
+
@import "textbox/_index.scss";
|
|
46
|
+
@import "textarea/_index.scss";
|
|
47
|
+
@import "checkbox/_index.scss";
|
|
48
|
+
@import "listbox/_index.scss";
|
|
49
|
+
@import "progressbar/_index.scss";
|
|
50
|
+
@import "radio/_index.scss";
|
|
51
|
+
@import "slider/_index.scss";
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
// Form requirements
|
|
55
|
+
@import "calendar/_index.scss";
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
// Augmented forms
|
|
59
|
+
@import "autocomplete/_index.scss";
|
|
60
|
+
@import "captcha/_index.scss";
|
|
61
|
+
@import "colorpalette/_index.scss";
|
|
62
|
+
@import "colorgradient/_index.scss";
|
|
63
|
+
@import "coloreditor/_index.scss";
|
|
64
|
+
@import "colorpicker/_index.scss";
|
|
65
|
+
@import "combobox/_index.scss";
|
|
66
|
+
@import "datetime/_index.scss";
|
|
67
|
+
@import "dropdowngrid/_index.scss";
|
|
68
|
+
@import "dropdownlist/_index.scss";
|
|
69
|
+
@import "dropdowntree/_index.scss";
|
|
70
|
+
@import "maskedtextbox/_index.scss";
|
|
71
|
+
@import "multiselect/_index.scss";
|
|
72
|
+
@import "numerictextbox/_index.scss";
|
|
73
|
+
@import "rating/_index.scss";
|
|
74
|
+
@import "searchbox/_index.scss";
|
|
75
|
+
@import "switch/_index.scss";
|
|
76
|
+
@import "upload/_index.scss";
|
|
77
|
+
@import "dropzone/_index.scss";
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
// Command interfaces
|
|
81
|
+
@import "action-buttons/_index.scss";
|
|
82
|
+
@import "appbar/_index.scss";
|
|
83
|
+
@import "fab/_index.scss";
|
|
84
|
+
@import "menu/_index.scss";
|
|
85
|
+
@import "toolbar/_index.scss";
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
// Popups and modals
|
|
89
|
+
@import "action-sheet/_index.scss";
|
|
90
|
+
@import "dialog/_index.scss";
|
|
91
|
+
@import "drawer/_index.scss";
|
|
92
|
+
@import "notification/_index.scss";
|
|
93
|
+
@import "popover/_index.scss";
|
|
94
|
+
@import "responsivepanel/_index.scss";
|
|
95
|
+
@import "tooltip/_index.scss";
|
|
96
|
+
@import "window/_index.scss";
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
// Navigation
|
|
100
|
+
@import "bottom-navigation/_index.scss";
|
|
101
|
+
@import "breadcrumb/_index.scss";
|
|
102
|
+
@import "pager/_index.scss";
|
|
103
|
+
@import "stepper/_index.scss";
|
|
104
|
+
@import "tabstrip/_index.scss";
|
|
105
|
+
@import "treeview/_index.scss";
|
|
106
|
+
@import "wizard/_index.scss";
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
// Layout & containers
|
|
110
|
+
@import "card/_index.scss";
|
|
111
|
+
@import "expansion-panel/_index.scss";
|
|
112
|
+
@import "panelbar/_index.scss";
|
|
113
|
+
@import "splitter/_index.scss";
|
|
114
|
+
@import "tilelayout/_index.scss";
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
// Data management
|
|
118
|
+
@import "grid/_index.scss";
|
|
119
|
+
@import "listview/_index.scss";
|
|
120
|
+
@import "spreadsheet/_index.scss";
|
|
121
|
+
@import "pivotgrid/_index.scss";
|
|
122
|
+
@import "treelist/_index.scss";
|
|
123
|
+
@import "filter/_index.scss";
|
|
124
|
+
@import "filemanager/_index.scss";
|
|
125
|
+
@import "taskboard/_index.scss";
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
// Editors
|
|
129
|
+
@import "editor/_index.scss";
|
|
130
|
+
@import "imageeditor/_index.scss";
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
// Scheduling
|
|
134
|
+
@import "gantt/_index.scss";
|
|
135
|
+
@import "scheduler/_index.scss";
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
// Misc
|
|
139
|
+
@import "adaptive/_index.scss";
|
|
140
|
+
@import "chat/_index.scss";
|
|
141
|
+
@import "mediaplayer/_index.scss";
|
|
142
|
+
@import "timeline/_index.scss";
|
|
143
|
+
@import "pdf-viewer/_index.scss";
|
|
144
|
+
@import "scroller/_index.scss";
|
|
145
|
+
@import "scrollview/_index.scss";
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
// Dataviz
|
|
149
|
+
@import "dataviz/_index.scss";
|
|
150
|
+
@import "map/_index.scss";
|
|
151
|
+
@import "orgchart/_index.scss";
|
|
@@ -12,10 +12,6 @@ $numeric-focused-text: $input-focused-text !default;
|
|
|
12
12
|
$numeric-focused-border: $input-focused-border !default;
|
|
13
13
|
$numeric-focused-shadow: $input-focused-shadow !default;
|
|
14
14
|
|
|
15
|
-
$numeric-invalid-bg: null !default;
|
|
16
|
-
$numeric-invalid-text: $error !default;
|
|
17
|
-
$numeric-invalid-border: $invalid-border !default;
|
|
18
|
-
|
|
19
15
|
$numeric-button-bg: $button-bg !default;
|
|
20
16
|
$numeric-button-text: $button-text !default;
|
|
21
17
|
$numeric-button-border: $button-border !default;
|
package/scss/pager/_theme.scss
CHANGED
|
@@ -2,31 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
@include exports( "pager/theme/bootstrap" ) {
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
// Pager
|
|
7
|
-
.k-pager-wrap {
|
|
8
|
-
|
|
9
|
-
select.k-dropdown,
|
|
10
|
-
.k-dropdown .k-dropdown-wrap {
|
|
11
|
-
@include fill(
|
|
12
|
-
$pager-text,
|
|
13
|
-
$pager-item-bg,
|
|
14
|
-
$pager-item-border
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
&:hover,
|
|
18
|
-
&.k-state-hover {
|
|
19
|
-
@include fill(
|
|
20
|
-
$pager-text,
|
|
21
|
-
$pager-item-hover-bg,
|
|
22
|
-
$pager-item-hover-border
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
5
|
// Responsive
|
|
31
6
|
.k-pager-md,
|
|
32
7
|
.k-pager-sm {
|
package/scss/window/_theme.scss
CHANGED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
.k-no-flexbox {
|
|
2
|
-
.k-calendar-infinite {
|
|
3
|
-
height: 330px;
|
|
4
|
-
|
|
5
|
-
.k-calendar-navigation,
|
|
6
|
-
.k-calendar-monthview {
|
|
7
|
-
height: 100%;
|
|
8
|
-
float: left;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.k-calendar-header {
|
|
12
|
-
display: block;
|
|
13
|
-
|
|
14
|
-
.k-today,
|
|
15
|
-
.k-nav-today {
|
|
16
|
-
display: inline-block;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.k-dateinput-wrap,
|
|
22
|
-
.k-dropdown-wrap,
|
|
23
|
-
.k-numeric-wrap,
|
|
24
|
-
.k-picker-wrap {
|
|
25
|
-
$k-select-width: 2em;
|
|
26
|
-
display: block;
|
|
27
|
-
|
|
28
|
-
.k-input {
|
|
29
|
-
width: calc(100% - #{$k-select-width});
|
|
30
|
-
display: inline-block;
|
|
31
|
-
vertical-align: middle;
|
|
32
|
-
}
|
|
33
|
-
.k-select {
|
|
34
|
-
display: inline-block;
|
|
35
|
-
vertical-align: middle;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.k-timepicker,
|
|
40
|
-
.k-datepicker {
|
|
41
|
-
display: inline-block;
|
|
42
|
-
|
|
43
|
-
.k-dateinput-wrap {
|
|
44
|
-
display: inline-block;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.k-select {
|
|
48
|
-
position: absolute;
|
|
49
|
-
top: 0;
|
|
50
|
-
right: 0;
|
|
51
|
-
bottom: 0;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.k-time-list-wrapper,
|
|
56
|
-
.k-time-separator {
|
|
57
|
-
display: inline-block;
|
|
58
|
-
vertical-align: middle;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.k-grid {
|
|
62
|
-
$grid-chrome-height: 37px !default;
|
|
63
|
-
.k-grid-container {
|
|
64
|
-
height: calc( 100% - #{$grid-chrome-height} );
|
|
65
|
-
display: block;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.k-grid-content {
|
|
69
|
-
height: 100%;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|