@progress/kendo-theme-classic 4.42.1-dev.3 → 4.42.1-dev.4

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.
Files changed (27) hide show
  1. package/dist/all.css +7670 -7864
  2. package/dist/all.scss +16118 -16219
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/all.scss +1 -154
  5. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +0 -13
  6. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +0 -12
  7. package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +1 -2
  8. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +1 -1
  9. package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +4 -4
  10. package/modules/@progress/kendo-theme-default/scss/core/mixins/_index.scss +1 -0
  11. package/modules/@progress/kendo-theme-default/scss/core/mixins/_module-system.scss +149 -0
  12. package/modules/@progress/kendo-theme-default/scss/dropzone/_layout.scss +0 -16
  13. package/modules/@progress/kendo-theme-default/scss/filemanager/_theme.scss +1 -1
  14. package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +0 -1
  15. package/modules/@progress/kendo-theme-default/scss/index.scss +151 -0
  16. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +0 -22
  17. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +0 -53
  18. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +0 -8
  19. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +0 -18
  20. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +0 -26
  21. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +2 -1
  22. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +0 -80
  23. package/package.json +3 -3
  24. package/scss/all.scss +1 -154
  25. package/scss/chat/_variables.scss +1 -1
  26. package/scss/index.scss +151 -0
  27. package/modules/@progress/kendo-theme-default/scss/no-flexbox.scss +0 -72
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "4.42.1-dev.3",
4
+ "version": "4.42.1-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "dart:flat": "gulp dart:flat",
48
48
  "prepublishOnly": "echo 'no prebublish for default theme'"
49
49
  },
50
- "gitHead": "39ad5cd911f1a5d7a041e0929f0dcd04339e4f64"
50
+ "gitHead": "e858f6d0ffd07117aa86b4c83d28e9999b2884f9"
51
51
  }
@@ -1,154 +1 @@
1
- @import "core/functions/_index.scss";
2
- @import "core/mixins/_index.scss";
3
- @import "_variables.scss";
4
-
5
-
6
- // Core
7
- // @import "core/_index.scss";
8
-
9
-
10
- // Dependencies
11
- @import "common/_index.scss";
12
-
13
-
14
- // Generic content
15
- @import "styling/_index.scss";
16
- @import "utils/_index.scss";
17
- @import "icons/_index.scss";
18
- @import "typography/_index.scss";
19
- @import "avatar/_index.scss";
20
- @import "badge/_index.scss";
21
- @import "loader/_index.scss";
22
- @import "chip/_index.scss";
23
- @import "cursor/_index.scss";
24
- // @import "list/_index.scss";
25
- @import "forms/_index.scss";
26
- @import "listgroup/_index.scss";
27
- @import "adaptive/_index.scss";
28
- // @import "loading/_index.scss";
29
- @import "progressbar/_index.scss";
30
- @import "ripple/_index.scss";
31
- // @import "table/_index.scss";
32
- @import "messagebox/_index.scss";
33
- @import "overlay/_index.scss";
34
-
35
-
36
- // Basic forms
37
- @import "button/_index.scss";
38
- @import "action-buttons/_index.scss";
39
- @import "input/_index.scss";
40
- @import "floating-label/_index.scss";
41
- @import "textbox/_index.scss";
42
- @import "textarea/_index.scss";
43
- @import "checkbox/_index.scss";
44
- @import "radio/_index.scss";
45
- @import "validator/_index.scss";
46
- @import "fab/_index.scss";
47
- @import "captcha/_index.scss";
48
-
49
-
50
- // Inputs
51
- @import "autocomplete/_index.scss";
52
- @import "color-preview/_index.scss";
53
- @import "colorpalette/_index.scss";
54
- @import "colorgradient/_index.scss";
55
- @import "coloreditor/_index.scss";
56
- @import "colorpicker/_index.scss";
57
- @import "combobox/_index.scss";
58
- @import "datetime/_index.scss";
59
- @import "dropdowngrid/_index.scss";
60
- @import "dropdownlist/_index.scss";
61
- @import "dropdowntree/_index.scss";
62
- @import "maskedtextbox/_index.scss";
63
- @import "multiselect/_index.scss";
64
- @import "numerictextbox/_index.scss";
65
- @import "searchbox/_index.scss";
66
- @import "upload/_index.scss";
67
- @import "dropzone/_index.scss";
68
-
69
-
70
- // Other forms
71
- @import "listbox/_index.scss";
72
- @import "slider/_index.scss";
73
- @import "switch/_index.scss";
74
- @import "rating/_index.scss";
75
-
76
-
77
- // Date time
78
- @import "calendar/_index.scss";
79
-
80
-
81
- // Command interfaces
82
- @import "appbar/_index.scss";
83
- @import "menu/_index.scss";
84
- @import "toolbar/_index.scss";
85
-
86
-
87
- // Popups and modals
88
- @import "dialog/_index.scss";
89
- @import "drawer/_index.scss";
90
- @import "notification/_index.scss";
91
- @import "popup/_index.scss";
92
- @import "responsivepanel/_index.scss";
93
- @import "tooltip/_index.scss";
94
- @import "window/_index.scss";
95
- @import "action-sheet/_index.scss";
96
- @import "popover/_index.scss";
97
-
98
-
99
- // Navigation
100
- @import "breadcrumb/_index.scss";
101
- @import "pager/_index.scss";
102
- @import "panelbar/_index.scss";
103
- @import "stepper/_index.scss";
104
- @import "wizard/_index.scss";
105
- @import "tabstrip/_index.scss";
106
- @import "treeview/_index.scss";
107
- @import "expansion-panel/_index.scss";
108
- @import "bottom-navigation/_index.scss";
109
-
110
-
111
- // Layout & containers
112
- @import "card/_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
- // Editor
129
- @import "editor/_index.scss";
130
-
131
-
132
- // Image Editor
133
- @import "imageeditor/_index.scss";
134
-
135
-
136
- // Scheduling
137
- @import "gantt/_index.scss";
138
- @import "scheduler/_index.scss";
139
-
140
-
141
- // Misc
142
- @import "chat/_index.scss";
143
- @import "mediaplayer/_index.scss";
144
- @import "timeline/_index.scss";
145
- @import "pdf-viewer/_index.scss";
146
- @import "scroller/_index.scss";
147
- @import "scrollview/_index.scss";
148
- @import "skeleton/_index.scss";
149
-
150
-
151
- // Dataviz
152
- @import "dataviz/_index.scss";
153
- @import "map/_index.scss";
154
- @import "orgchart/_index.scss";
1
+ @import "index.scss";
@@ -112,19 +112,6 @@
112
112
  }
113
113
  }
114
114
 
115
-
116
- // Legacy
117
- .k-ie9 {
118
- .k-breadcrumb,
119
- .k-breadcrumb-container {
120
- display: block;
121
- }
122
-
123
- .k-breadcrumb-item {
124
- display: inline-block;
125
- }
126
- }
127
-
128
115
  @include exports("breadcrumb/layout/rtl") {
129
116
 
130
117
  .k-breadcrumb {
@@ -417,18 +417,6 @@
417
417
 
418
418
  @include exports( "button/ie-compat" ) {
419
419
 
420
- .k-ie9,
421
- .k-ie10 {
422
-
423
- .k-button[disabled]:hover,
424
- .k-button[disabled]:focus,
425
- .k-button.k-state-disabled:hover,
426
- .k-button.k-state-disabled:focus {
427
- @include disabled-legacy-ie( $disabled-styling );
428
- }
429
-
430
- }
431
-
432
420
  .k-ie {
433
421
 
434
422
  .k-button,
@@ -195,8 +195,7 @@
195
195
  transparent calc(100% - #{$calendar-range-gap})
196
196
  );
197
197
 
198
- .k-ie &,
199
- .k-edge & {
198
+ .k-ie & {
200
199
  background-image: none;
201
200
  background-color: $calendar-range-bg;
202
201
  }
@@ -82,6 +82,6 @@ $chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
82
82
  $chat-message-box-button-hover-text: $primary !default;
83
83
 
84
84
  $chat-toolbar-box-button-hover-text: $primary !default;
85
- $chat-toolbar-box-button-hover-bg: none !default;
85
+ $chat-toolbar-box-button-hover-bg: transparent !default;
86
86
 
87
87
  $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
@@ -126,7 +126,7 @@ $chip-outline-success-hover-bg: $success !default;
126
126
  $chip-outline-success-hover-text: contrast-wcag( $chip-outline-success-hover-bg ) !default;
127
127
  $chip-outline-success-hover-border: null !default;
128
128
 
129
- $chip-outline-success-focus-bg: nul !default;
129
+ $chip-outline-success-focus-bg: null !default;
130
130
  $chip-outline-success-focus-text: null !default;
131
131
  $chip-outline-success-focus-border: null !default;
132
132
 
@@ -142,7 +142,7 @@ $chip-outline-warning-hover-bg: $warning !default;
142
142
  $chip-outline-warning-hover-text: $white !default;
143
143
  $chip-outline-warning-hover-border: null !default;
144
144
 
145
- $chip-outline-warning-focus-bg: nul !default;
145
+ $chip-outline-warning-focus-bg: null !default;
146
146
  $chip-outline-warning-focus-text: null !default;
147
147
  $chip-outline-warning-focus-border: null !default;
148
148
 
@@ -158,7 +158,7 @@ $chip-outline-error-hover-bg: $error !default;
158
158
  $chip-outline-error-hover-text: contrast-wcag( $chip-outline-error-hover-bg ) !default;
159
159
  $chip-outline-error-hover-border: null !default;
160
160
 
161
- $chip-outline-error-focus-bg: nul !default;
161
+ $chip-outline-error-focus-bg: null !default;
162
162
  $chip-outline-error-focus-text: null !default;
163
163
  $chip-outline-error-focus-border: null !default;
164
164
 
@@ -174,7 +174,7 @@ $chip-outline-info-hover-bg: $info !default;
174
174
  $chip-outline-info-hover-text: contrast-wcag( $chip-outline-info-hover-bg ) !default;
175
175
  $chip-outline-info-hover-border: null !default;
176
176
 
177
- $chip-outline-info-focus-bg: nul !default;
177
+ $chip-outline-info-focus-bg: null !default;
178
178
  $chip-outline-info-focus-text: null !default;
179
179
  $chip-outline-info-focus-border: null !default;
180
180
 
@@ -1,6 +1,7 @@
1
1
  // Core
2
2
  @import "_import-once.scss";
3
3
  @import "_data-uri.scss";
4
+ @import "_module-system.scss";
4
5
 
5
6
 
6
7
  // Utils
@@ -0,0 +1,149 @@
1
+ // Load all modules by default
2
+ $kendo-components: (
3
+ // Typography and utils
4
+ "typography",
5
+ "utils",
6
+ "cursor",
7
+
8
+ // Generic content
9
+ "styling",
10
+ "icon",
11
+ "messagebox",
12
+
13
+ // Primitive components
14
+ "list",
15
+ "listgroup",
16
+ "overlay",
17
+ "popup",
18
+ "ripple",
19
+ "table",
20
+
21
+ // Indicators
22
+ "avatar",
23
+ "badge",
24
+ "chip",
25
+ "color-preview",
26
+ "loader",
27
+ "loading",
28
+ "skeleton",
29
+
30
+ // Form helpers
31
+ "form",
32
+ "validator",
33
+ "floating-label",
34
+
35
+ // Native forms
36
+ "button",
37
+ "input",
38
+ "textbox",
39
+ "textarea",
40
+ "checkbox",
41
+ "listbox",
42
+ "progressbar",
43
+ "radio",
44
+ "slider",
45
+
46
+ // Form requirements
47
+ "calendar",
48
+
49
+ // Augmented inputs
50
+ "autocomplete",
51
+ "captcha",
52
+ "color-palette",
53
+ "color-gradient",
54
+ "color-editor",
55
+ "color-picker",
56
+ "combobox",
57
+ "datetime",
58
+ "dropdowngrid",
59
+ "dropdownlist",
60
+ "dropdowntree",
61
+ "maskedtextbox",
62
+ "multiselect",
63
+ "numerictextbox",
64
+ "rating",
65
+ "searchbox",
66
+ "switch",
67
+ "upload",
68
+ "dropzone",
69
+
70
+ // Command interfaces
71
+ "actions",
72
+ "appbar",
73
+ "fab",
74
+ "menu",
75
+ "toolbar",
76
+
77
+ // Popups and modals
78
+ "action-sheet",
79
+ "dialog",
80
+ "drawer",
81
+ "notification",
82
+ "popover",
83
+ "responsivepanel",
84
+ "tooltip",
85
+ "window",
86
+
87
+ // Navigation
88
+ "bottom-nav",
89
+ "breadcrumb",
90
+ "pager",
91
+ "stepper",
92
+ "tabstrip",
93
+ "treeview",
94
+ "wizard",
95
+
96
+ // Layout & containers
97
+ "card",
98
+ "expander",
99
+ "panelbar",
100
+ "splitter",
101
+ "tilelayout",
102
+
103
+ // Data management
104
+ "grid",
105
+ "listview",
106
+ "spreadsheet",
107
+ "pivotgrid",
108
+ "treelist",
109
+ "filter",
110
+ "filemanager",
111
+ "taskboard",
112
+
113
+ // Editors
114
+ "editor",
115
+ "imageeditor",
116
+
117
+ // Scheduling
118
+ "gantt",
119
+ "scheduler",
120
+
121
+ // Misc
122
+ "adaptive",
123
+ "chat",
124
+ "mediaplayer",
125
+ "timeline",
126
+ "pdf-viewer",
127
+ "scroller",
128
+ "scrollview",
129
+
130
+ // Dataviz
131
+ "dataviz",
132
+ "map",
133
+ "orgchart"
134
+
135
+ ) !default;
136
+
137
+ $_kendo-imported-modules: ();
138
+
139
+ @mixin register-module( $name: null, $dependencies: null ) {
140
+ @if ( index( $kendo-components, $name ) != null ) and ( index( $_kendo-imported-modules, $name ) == null) {
141
+ $_kendo-imported-modules: append( $_kendo-imported-modules, $name ) !global;
142
+ @content;
143
+ }
144
+ }
145
+ @mixin load-modules( $names... ) {
146
+ @each $name in $names {
147
+ $kendo-components: append( $kendo-components, $name ) !global;
148
+ }
149
+ }
@@ -41,20 +41,4 @@
41
41
  }
42
42
  }
43
43
 
44
-
45
- // No flexbox
46
- .k-no-flexbox {
47
- .k-dropzone-inner {
48
- padding-top: ( $dropzone-padding-y * 6 );
49
- padding-bottom: ( $dropzone-padding-y * 6 );
50
- width: 100%;
51
- height: 100%;
52
- }
53
-
54
- .k-dropzone-hint,
55
- .k-dropzone-note {
56
- display: block;
57
- }
58
- }
59
-
60
44
  }
@@ -67,7 +67,7 @@
67
67
  &.k-state-selected .k-file-icon {
68
68
  @include fill(
69
69
  inherit,
70
- none,
70
+ transparent,
71
71
  transparent
72
72
  );
73
73
  }
@@ -41,7 +41,6 @@
41
41
  text-decoration: none;
42
42
  }
43
43
  }
44
- .k-no-flexbox { display: inline-block; }
45
44
 
46
45
  .k-svg-icon {
47
46
  width: 1em;
@@ -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";
@@ -76,25 +76,3 @@
76
76
  }
77
77
 
78
78
  }
79
-
80
-
81
-
82
-
83
- @include exports("notification/layout/ie9") {
84
-
85
-
86
- .k-ie9 .k-notification-wrap {
87
- white-space: nowrap;
88
-
89
- > .k-icon {
90
- vertical-align: top;
91
- }
92
-
93
- > .k-notification-content {
94
- display: inline-block;
95
- vertical-align: middle;
96
- white-space: normal;
97
- }
98
- }
99
-
100
- }