@progress/kendo-theme-core 12.0.0-dev.1 → 12.0.0-dev.3
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 +1 -1
- package/dist/meta/sassdoc-data.json +163 -163
- package/dist/meta/sassdoc-raw-data.json +161 -161
- package/package.json +2 -2
- package/scss/color-system/_functions.import.scss +0 -13
- package/scss/components/action-buttons/_layout.scss +1 -1
- package/scss/components/action-sheet/_layout.scss +29 -29
- package/scss/components/adaptive/_layout.scss +6 -22
- package/scss/components/adaptive/_theme.scss +1 -1
- package/scss/components/appbar/_layout.scss +6 -6
- package/scss/components/badge/_layout.scss +1 -0
- package/scss/components/bottom-navigation/_layout.scss +1 -1
- package/scss/components/bubble/_layout.scss +5 -5
- package/scss/components/button/_layout.scss +8 -8
- package/scss/components/calendar/_layout.scss +24 -41
- package/scss/components/calendar/_theme.scss +8 -6
- package/scss/components/captcha/_layout.scss +1 -1
- package/scss/components/card/_layout.scss +11 -11
- package/scss/components/chat/_layout.scss +29 -23
- package/scss/components/checkbox/_layout.scss +1 -1
- package/scss/components/checkbox/_theme.scss +7 -7
- package/scss/components/color-preview/_layout.scss +2 -2
- package/scss/components/colorgradient/_layout.scss +5 -5
- package/scss/components/column-menu/_layout.scss +1 -1
- package/scss/components/column-menu/_theme.scss +1 -1
- package/scss/components/dataviz/_layout.scss +21 -21
- package/scss/components/dialog/_layout.scss +2 -2
- package/scss/components/dock-manager/_layout.scss +2 -2
- package/scss/components/draggable/_layout.scss +19 -19
- package/scss/components/drawer/_layout.scss +2 -2
- package/scss/components/dropzone/_layout.scss +3 -3
- package/scss/components/editor/_layout.scss +19 -19
- package/scss/components/expansion-panel/_layout.scss +3 -13
- package/scss/components/fab/_layout.scss +2 -2
- package/scss/components/filemanager/_layout.scss +7 -7
- package/scss/components/floating-label/_layout.scss +10 -26
- package/scss/components/forms/_layout.scss +22 -44
- package/scss/components/gantt/_layout.scss +52 -120
- package/scss/components/gantt/_variables.scss +0 -4
- package/scss/components/grid/_layout.scss +52 -59
- package/scss/components/grid/_theme.scss +10 -10
- package/scss/components/icons/_layout.scss +2 -2
- package/scss/components/imageeditor/_layout.scss +10 -10
- package/scss/components/input/_layout.scss +3 -3
- package/scss/components/list/_layout.scss +4 -4
- package/scss/components/listbox/_layout.scss +2 -2
- package/scss/components/listbox/_theme.scss +1 -1
- package/scss/components/listgroup/_layout.scss +9 -36
- package/scss/components/listview/_layout.scss +6 -6
- package/scss/components/loader/_layout.scss +22 -22
- package/scss/components/map/_layout.scss +2 -2
- package/scss/components/marquee/_layout.scss +2 -2
- package/scss/components/mediaplayer/_layout.scss +10 -10
- package/scss/components/menu/_layout.scss +3 -3
- package/scss/components/menu-button/_layout.scss +2 -2
- package/scss/components/messagebox/_theme.scss +1 -1
- package/scss/components/overlay/_layout.scss +2 -2
- package/scss/components/pager/_layout.scss +1 -14
- package/scss/components/panelbar/_layout.scss +2 -21
- package/scss/components/pdf-viewer/_layout.scss +16 -16
- package/scss/components/pivotgrid/_layout.scss +48 -48
- package/scss/components/pivotgrid/_theme.scss +2 -2
- package/scss/components/progressbar/_layout.scss +0 -8
- package/scss/components/prompt/_layout.scss +1 -1
- package/scss/components/radio/_layout.scss +2 -2
- package/scss/components/rating/_layout.scss +2 -7
- package/scss/components/responsivepanel/_layout.scss +1 -1
- package/scss/components/ripple/_layout.scss +4 -4
- package/scss/components/scheduler/_layout.scss +67 -169
- package/scss/components/scheduler/_variables.scss +0 -1
- package/scss/components/scroller/_layout.scss +7 -7
- package/scss/components/scrollview/_layout.scss +4 -4
- package/scss/components/signature/_layout.scss +6 -6
- package/scss/components/signature/_theme.scss +1 -1
- package/scss/components/skeleton/_layout.scss +4 -4
- package/scss/components/slider/_layout.scss +16 -16
- package/scss/components/splitter/_layout.scss +8 -8
- package/scss/components/spreadsheet/_layout.scss +54 -54
- package/scss/components/stepper/_layout.scss +12 -42
- package/scss/components/switch/_layout.scss +6 -28
- package/scss/components/table/_layout.scss +18 -49
- package/scss/components/tabstrip/_layout.scss +27 -32
- package/scss/components/taskboard/_layout.scss +6 -6
- package/scss/components/time-marker/_theme.scss +3 -3
- package/scss/components/timeline/_layout.scss +41 -41
- package/scss/components/timeselector/_layout.scss +14 -26
- package/scss/components/toolbar/_layout.scss +1 -1
- package/scss/components/tooltip/_layout.scss +2 -2
- package/scss/components/treelist/_layout.scss +7 -11
- package/scss/components/treeview/_layout.scss +4 -34
- package/scss/components/upload/_layout.scss +13 -13
- package/scss/components/validator/_layout.scss +1 -1
- package/scss/components/virtual-scroller/_layout.scss +1 -1
- package/scss/components/window/_layout.scss +9 -7
- package/scss/components/wizard/_layout.scss +8 -7
- package/scss/mixins/_border-radius.scss +20 -12
- package/scss/mixins/_hide-scrollbar.scss +6 -6
- package/scss/styles/_accessibility.scss +1 -1
- package/scss/styles/_base.scss +1 -1
- package/scss/styles/_resizing.scss +16 -16
- package/scss/styles/_scrollbar.scss +2 -2
|
@@ -111,23 +111,23 @@
|
|
|
111
111
|
// Loader spinner 3
|
|
112
112
|
@keyframes spinner-3-segment {
|
|
113
113
|
0% {
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
inset-block-start: 0;
|
|
115
|
+
inset-inline-start: 50%;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
33.3333% {
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
inset-block-start: 100%;
|
|
120
|
+
inset-inline-start: 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
66.6666% {
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
inset-block-start: 100%;
|
|
125
|
+
inset-inline-start: 100%;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
100% {
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
inset-block-start: 0;
|
|
130
|
+
inset-inline-start: 50%;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
|
|
@@ -378,10 +378,10 @@
|
|
|
378
378
|
width: 100%;
|
|
379
379
|
height: 100%;
|
|
380
380
|
position: absolute;
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
381
|
+
inset-block-start: 0;
|
|
382
|
+
inset-inline-end: 0;
|
|
383
|
+
inset-block-end: 0;
|
|
384
|
+
inset-inline-start: 0;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
// TODO: use k-overlay as a base class in rendering
|
|
@@ -461,8 +461,8 @@
|
|
|
461
461
|
height: 100%;
|
|
462
462
|
box-sizing: border-box;
|
|
463
463
|
position: absolute;
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
inset-block-start: 0;
|
|
465
|
+
inset-inline-start: 0;
|
|
466
466
|
|
|
467
467
|
*,
|
|
468
468
|
*::before,
|
|
@@ -523,8 +523,8 @@
|
|
|
523
523
|
.k-loading-image::before,
|
|
524
524
|
.k-loading-image::after {
|
|
525
525
|
position: absolute;
|
|
526
|
-
|
|
527
|
-
|
|
526
|
+
inset-block-start: 50%;
|
|
527
|
+
inset-inline-start: 50%;
|
|
528
528
|
display: inline-block;
|
|
529
529
|
content: "";
|
|
530
530
|
box-sizing: inherit;
|
|
@@ -532,8 +532,8 @@
|
|
|
532
532
|
border-width: .05em;
|
|
533
533
|
border-style: solid;
|
|
534
534
|
border-color: currentColor;
|
|
535
|
-
border-
|
|
536
|
-
border-
|
|
535
|
+
border-block-start-color: transparent;
|
|
536
|
+
border-block-end-color: transparent;
|
|
537
537
|
background-color: transparent;
|
|
538
538
|
}
|
|
539
539
|
|
|
@@ -544,8 +544,8 @@
|
|
|
544
544
|
|
|
545
545
|
.k-i-loading::before,
|
|
546
546
|
.k-loading-image::before {
|
|
547
|
-
margin-
|
|
548
|
-
margin-
|
|
547
|
+
margin-block-start: -.5em;
|
|
548
|
+
margin-inline-start: -.5em;
|
|
549
549
|
width: 1em;
|
|
550
550
|
height: 1em;
|
|
551
551
|
animation: k-loading-animation .7s linear infinite;
|
|
@@ -553,8 +553,8 @@
|
|
|
553
553
|
|
|
554
554
|
.k-i-loading::after,
|
|
555
555
|
.k-loading-image::after {
|
|
556
|
-
margin-
|
|
557
|
-
margin-
|
|
556
|
+
margin-block-start: -.25em;
|
|
557
|
+
margin-inline-start: -.25em;
|
|
558
558
|
width: .5em;
|
|
559
559
|
height: .5em;
|
|
560
560
|
animation: k-loading-animation reverse 1.4s linear infinite;
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
padding-inline: $kendo-media-player-titlebar-padding-x;
|
|
40
40
|
position: absolute;
|
|
41
41
|
z-index: 2;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
inset-block-start: 0;
|
|
43
|
+
inset-inline-start: 0;
|
|
44
|
+
inset-inline-end: 0;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
.k-mediaplayer-toolbar-wrap {
|
|
50
50
|
position: absolute;
|
|
51
51
|
z-index: 2;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
inset-block-end: 0;
|
|
53
|
+
inset-inline-start: 0;
|
|
54
|
+
inset-inline-end: 0;
|
|
55
55
|
}
|
|
56
56
|
.k-mediaplayer-toolbar {
|
|
57
57
|
border-width: 0;
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
width: 100%;
|
|
82
82
|
position: absolute;
|
|
83
83
|
z-index: 3;
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
inset-block-start: 0;
|
|
85
|
+
inset-inline-start: 0;
|
|
86
86
|
transform: translateY( -50% );
|
|
87
87
|
}
|
|
88
88
|
.k-mediaplayer-seekbar .k-slider-track {
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
.k-mediaplayer-fullscreen {
|
|
97
97
|
z-index: 10000;
|
|
98
98
|
position: fixed;
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
inset-block-start: 0;
|
|
100
|
+
inset-inline-start: 0;
|
|
101
101
|
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
102
102
|
height: 100% !important; // stylelint-disable-line declaration-no-important
|
|
103
103
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
overflow: visible;
|
|
50
50
|
|
|
51
51
|
.k-actions {
|
|
52
|
-
margin-
|
|
52
|
+
margin-block-start: 0;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
width: 100%;
|
|
120
120
|
|
|
121
121
|
> .k-menu-item + .k-menu-item {
|
|
122
|
-
margin-
|
|
122
|
+
margin-block-start: $kendo-menu-item-spacing;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
> .k-menu-item > .k-menu-link {
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
position: absolute;
|
|
177
177
|
|
|
178
178
|
.k-menu-item + .k-menu-item {
|
|
179
|
-
margin-
|
|
179
|
+
margin-block-start: $kendo-menu-popup-item-spacing;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.k-separator {
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
> .k-button-arrow {
|
|
16
16
|
margin-inline-start: calc( #{$kendo-menu-button-arrow-padding-x} * -1 );
|
|
17
17
|
margin-inline-end: calc( #{$kendo-button-md-padding-x} * -1 );
|
|
18
|
-
padding-
|
|
19
|
-
padding-
|
|
18
|
+
padding-inline-start: $kendo-menu-button-arrow-padding-x;
|
|
19
|
+
padding-inline-end: $kendo-menu-button-arrow-padding-x;
|
|
20
20
|
flex: none;
|
|
21
21
|
display: inline-flex;
|
|
22
22
|
align-items: center;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
@mixin kendo-messagebox--theme-base() {
|
|
9
9
|
|
|
10
10
|
@each $color-name, $color in $kendo-message-box-theme-colors {
|
|
11
|
-
.k-messagebox-#{$color-name} {
|
|
11
|
+
.k-messagebox.k-messagebox-#{$color-name} {
|
|
12
12
|
@if $color-name == "inverse" {
|
|
13
13
|
@include fill(
|
|
14
14
|
k-color(dark-on-subtle),
|
|
@@ -91,23 +91,10 @@
|
|
|
91
91
|
.k-pager-nav + .k-pager-numbers-wrap,
|
|
92
92
|
.k-pager-numbers-wrap + .k-pager-nav {
|
|
93
93
|
@if ($kendo-pager-item-spacing) {
|
|
94
|
-
margin-
|
|
94
|
+
margin-inline-start: $kendo-pager-item-spacing;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.k-rtl,
|
|
99
|
-
[dir="rtl"] {
|
|
100
|
-
.k-pager-nav + .k-pager-nav,
|
|
101
|
-
.k-pager-nav + .k-pager-numbers-wrap,
|
|
102
|
-
.k-pager-numbers-wrap + .k-pager-nav {
|
|
103
|
-
@if ($kendo-pager-item-spacing) {
|
|
104
|
-
margin-left: 0;
|
|
105
|
-
margin-right: $kendo-pager-item-spacing;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
98
|
// Pager input
|
|
112
99
|
.k-pager-input {
|
|
113
100
|
@extend %base-pager-section !optional;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
> .k-panelbar-header + .k-panelbar-header {
|
|
60
|
-
border-
|
|
60
|
+
border-block-start-width: $kendo-panelbar-item-border-width;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
97
97
|
&.k-level-#{$i} {
|
|
98
98
|
.k-link {
|
|
99
|
-
padding-
|
|
99
|
+
padding-inline-start: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -130,25 +130,6 @@
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.k-rtl .k-panelbar,
|
|
134
|
-
.k-panelbar.k-rtl,
|
|
135
|
-
.k-panelbar [dir = "rtl"] {
|
|
136
|
-
.k-panelbar-group > .k-panelbar-item {
|
|
137
|
-
// Hierarchy items
|
|
138
|
-
// Without this check, invalid CSS is generated TODO: need to rethink this
|
|
139
|
-
@if $kendo-panelbar-item-padding-x {
|
|
140
|
-
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
141
|
-
&.k-level-#{$i} {
|
|
142
|
-
.k-link {
|
|
143
|
-
padding-left: $kendo-panelbar-item-padding-x;
|
|
144
|
-
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
133
|
}
|
|
153
134
|
|
|
154
135
|
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
// Toolbar
|
|
24
24
|
.k-toolbar {
|
|
25
|
-
border-
|
|
26
|
-
border-
|
|
27
|
-
border-
|
|
25
|
+
border-block-start-width: 0;
|
|
26
|
+
border-inline-end-width: 0;
|
|
27
|
+
border-inline-start-width: 0;
|
|
28
28
|
border-color: inherit;
|
|
29
29
|
flex: 0 0 auto;
|
|
30
30
|
z-index: 2;
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
|
|
103
103
|
.k-text-layer {
|
|
104
104
|
position: absolute;
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
inset-block-start: 0;
|
|
106
|
+
inset-inline-start: 0;
|
|
107
107
|
opacity: .2;
|
|
108
108
|
overflow: hidden;
|
|
109
109
|
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.k-marked-content {
|
|
121
|
-
|
|
121
|
+
inset-block-start: 0;
|
|
122
122
|
height: 0;
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
|
|
143
143
|
.k-annotation-layer {
|
|
144
144
|
position: absolute;
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
inset-block-start: 0;
|
|
146
|
+
inset-inline-start: 0;
|
|
147
147
|
transform-origin: 0 0;
|
|
148
148
|
pointer-events: none;
|
|
149
149
|
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
|
|
165
165
|
.k-link-annotation > a {
|
|
166
166
|
position: absolute;
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
inset-block-start: 0;
|
|
168
|
+
inset-inline-start: 0;
|
|
169
169
|
width: 100%;
|
|
170
170
|
height: 100%;
|
|
171
171
|
}
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
|
|
204
204
|
.k-internal {
|
|
205
205
|
position: absolute;
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
inset-block-start: 0;
|
|
207
|
+
inset-inline-start: 0;
|
|
208
208
|
width: 100%;
|
|
209
209
|
height: 100%;
|
|
210
210
|
pointer-events: auto;
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
// Search
|
|
280
280
|
.k-pdf-viewer-canvas > .k-search-panel {
|
|
281
281
|
width: max-content;
|
|
282
|
-
margin-
|
|
282
|
+
margin-block-start: calc( (#{$kendo-button-md-calc-size} + ( 2 * #{$kendo-pdf-viewer-search-panel-border-width} ) + ( 2 * #{$kendo-pdf-viewer-search-panel-padding-y} )) * -1 );
|
|
283
283
|
padding-block: $kendo-pdf-viewer-search-panel-padding-y;
|
|
284
284
|
padding-inline: $kendo-pdf-viewer-search-panel-padding-x;
|
|
285
285
|
border-width: $kendo-pdf-viewer-search-panel-border-width;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
|
|
297
297
|
.k-search-dialog-draghandle {
|
|
298
298
|
cursor: move;
|
|
299
|
-
margin-
|
|
299
|
+
margin-inline-start: 0;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
.k-textbox {
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
// Annotation Toolbar
|
|
318
318
|
.k-pdf-viewer-annotation-editor-toolbar > .k-toolbar {
|
|
319
319
|
width: min-content;
|
|
320
|
-
border-
|
|
320
|
+
border-block-end-width: 0;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.k-form-field {
|
|
334
|
-
margin-
|
|
334
|
+
margin-block-start: 0;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
}
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
|
|
65
65
|
// Header empty cell
|
|
66
66
|
.k-pivotgrid-empty-cell {
|
|
67
|
-
border-
|
|
68
|
-
border-
|
|
69
|
-
border-
|
|
70
|
-
border-
|
|
67
|
+
border-inline-end-style: solid;
|
|
68
|
+
border-inline-end-width: $kendo-pivotgrid-cell-border-width;
|
|
69
|
+
border-block-end-style: solid;
|
|
70
|
+
border-block-end-width: $kendo-pivotgrid-cell-border-width;
|
|
71
71
|
|
|
72
72
|
&:focus {
|
|
73
73
|
outline: none;
|
|
@@ -86,17 +86,17 @@
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.k-pivotgrid-column-headers .k-pivotgrid-cell {
|
|
89
|
-
border-
|
|
90
|
-
border-
|
|
91
|
-
border-
|
|
92
|
-
border-
|
|
89
|
+
border-block-end-style: solid;
|
|
90
|
+
border-block-end-width: $kendo-pivotgrid-cell-border-width;
|
|
91
|
+
border-inline-start-style: solid;
|
|
92
|
+
border-inline-start-width: $kendo-pivotgrid-cell-border-width;
|
|
93
93
|
|
|
94
94
|
&:first-child {
|
|
95
|
-
border-
|
|
95
|
+
border-inline-start-width: 0;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&.k-first {
|
|
99
|
-
border-
|
|
99
|
+
border-inline-start-width: $kendo-pivotgrid-cell-border-width;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.k-pivotgrid-row-headers .k-pivotgrid-table {
|
|
110
|
-
padding-
|
|
110
|
+
padding-block-end: var(--kendo-scrollbar-width, #{$kendo-scrollbar-width});
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.k-pivotgrid-row-headers .k-pivotgrid-cell {
|
|
114
|
-
border-
|
|
115
|
-
border-
|
|
116
|
-
border-
|
|
117
|
-
border-
|
|
114
|
+
border-inline-end-style: solid;
|
|
115
|
+
border-inline-end-width: $kendo-pivotgrid-cell-border-width;
|
|
116
|
+
border-block-end-style: solid;
|
|
117
|
+
border-block-end-width: $kendo-pivotgrid-cell-border-width;
|
|
118
118
|
white-space: nowrap;
|
|
119
119
|
}
|
|
120
120
|
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.k-pivotgrid-values .k-pivotgrid-cell {
|
|
129
|
-
border-
|
|
130
|
-
border-
|
|
131
|
-
border-
|
|
132
|
-
border-
|
|
129
|
+
border-block-end-style: solid;
|
|
130
|
+
border-block-end-width: $kendo-pivotgrid-cell-border-width;
|
|
131
|
+
border-inline-start-style: solid;
|
|
132
|
+
border-inline-start-width: $kendo-pivotgrid-cell-border-width;
|
|
133
133
|
|
|
134
134
|
&:first-child {
|
|
135
|
-
border-
|
|
135
|
+
border-inline-start-width: 0;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
.k-row-fields,
|
|
247
247
|
.k-column-fields,
|
|
248
248
|
.k-filter-fields {
|
|
249
|
-
margin-
|
|
249
|
+
margin-block-start: $kendo-pivotgrid-configurator-fields-margin-y;
|
|
250
250
|
flex-wrap: wrap;
|
|
251
251
|
}
|
|
252
252
|
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.k-settings-description {
|
|
276
|
-
margin-
|
|
276
|
+
margin-block-start: k-spacing(4);
|
|
277
277
|
text-align: center;
|
|
278
278
|
}
|
|
279
279
|
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
.k-calculated-field-header-text {
|
|
311
|
-
margin-
|
|
311
|
+
margin-inline-end: 5px;
|
|
312
312
|
word-break: normal;
|
|
313
313
|
overflow-wrap: anywhere;
|
|
314
314
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
align-items: center;
|
|
329
329
|
|
|
330
330
|
.k-icon {
|
|
331
|
-
margin-
|
|
331
|
+
margin-inline-end: k-spacing(2);
|
|
332
332
|
}
|
|
333
333
|
.k-dropdown-list {
|
|
334
334
|
max-width: 100px;
|
|
@@ -336,8 +336,8 @@
|
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
.k-filter-menu .k-calculated-item {
|
|
339
|
-
border-
|
|
340
|
-
border-
|
|
339
|
+
border-block-end-width: 1px;
|
|
340
|
+
border-block-end-style: solid;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
|
|
@@ -348,11 +348,11 @@
|
|
|
348
348
|
|
|
349
349
|
.k-flex-row {
|
|
350
350
|
.k-pivotgrid-configurator-overlay {
|
|
351
|
-
|
|
351
|
+
inset-inline-end: $kendo-pivotgrid-configurator-button-size;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
&-reverse .k-pivotgrid-configurator-overlay {
|
|
355
|
-
|
|
355
|
+
inset-inline-start: $kendo-pivotgrid-configurator-button-size;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
|
|
@@ -370,8 +370,8 @@
|
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
373
|
-
border-
|
|
374
|
-
border-
|
|
373
|
+
border-inline-end-width: 0;
|
|
374
|
+
border-inline-start-width: 0;
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
|
|
@@ -387,13 +387,13 @@
|
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
.k-form-field-wrapper {
|
|
390
|
-
padding-
|
|
390
|
+
padding-inline-start: $kendo-pivotgrid-spacer;
|
|
391
391
|
|
|
392
392
|
& > *:first-child {
|
|
393
|
-
margin-
|
|
393
|
+
margin-block-start: 0;
|
|
394
394
|
}
|
|
395
395
|
&:first-child {
|
|
396
|
-
padding-
|
|
396
|
+
padding-inline-start: 0;
|
|
397
397
|
flex: 1 1 30%;
|
|
398
398
|
}
|
|
399
399
|
&:nth-child(2) {
|
|
@@ -401,8 +401,8 @@
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
&:last-child {
|
|
404
|
-
border-
|
|
405
|
-
border-
|
|
404
|
+
border-inline-start-width: 1px;
|
|
405
|
+
border-inline-start-style: solid;
|
|
406
406
|
flex: 1 1 40%;
|
|
407
407
|
}
|
|
408
408
|
}
|
|
@@ -425,11 +425,11 @@
|
|
|
425
425
|
|
|
426
426
|
.k-flex-col {
|
|
427
427
|
.k-pivotgrid-configurator-overlay {
|
|
428
|
-
|
|
428
|
+
inset-block-end: $kendo-pivotgrid-configurator-button-size;
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
&-reverse .k-pivotgrid-configurator-overlay {
|
|
432
|
-
|
|
432
|
+
inset-block-start: $kendo-pivotgrid-configurator-button-size;
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
|
|
@@ -441,8 +441,8 @@
|
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
444
|
-
border-
|
|
445
|
-
border-
|
|
444
|
+
border-block-start-width: 0;
|
|
445
|
+
border-block-end-width: 0;
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
|
|
@@ -527,11 +527,11 @@
|
|
|
527
527
|
|
|
528
528
|
.k-pivot-rowheaders > .k-grid td:first-child,
|
|
529
529
|
.k-pivot-table .k-grid-header .k-header.k-first {
|
|
530
|
-
border-
|
|
530
|
+
border-inline-start-width: 1px;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
.k-pivot-rowheaders > .k-grid td.k-first {
|
|
534
|
-
border-
|
|
534
|
+
border-inline-start-width: 0;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
.k-pivot-rowheaders > .k-grid {
|
|
@@ -539,12 +539,12 @@
|
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.k-pivot-table {
|
|
542
|
-
border-
|
|
543
|
-
border-
|
|
542
|
+
border-inline-start-width: 1px;
|
|
543
|
+
border-inline-start-style: solid;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
.k-pivot-table .k-grid-header-wrap {
|
|
547
|
-
margin-
|
|
547
|
+
margin-inline-end: -1px;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
.k-pivot-table .k-grid-header-wrap > table {
|
|
@@ -557,21 +557,21 @@
|
|
|
557
557
|
|
|
558
558
|
.k-pivot .k-grid tr {
|
|
559
559
|
.k-grid-footer {
|
|
560
|
-
border-
|
|
560
|
+
border-block-end-width: 0;
|
|
561
561
|
}
|
|
562
562
|
&:last-child:not(.k-grid-footer) {
|
|
563
563
|
td:not(.k-grid-footer) {
|
|
564
|
-
border-
|
|
564
|
+
border-block-end-width: 1px;
|
|
565
565
|
}
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
.k-pivot-layout .k-grid td {
|
|
570
|
-
border-
|
|
570
|
+
border-block-end-width: 1px;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.k-pivot-layout .k-grid-footer > td {
|
|
574
|
-
border-
|
|
574
|
+
border-block-start-width: 0;
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
.k-pivot-filter-window .k-treeview {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.k-pivotgrid-row-headers .k-pivotgrid-row .k-pivotgrid-cell:last-child {
|
|
34
|
-
border-
|
|
34
|
+
border-inline-end-color: $kendo-pivotgrid-alt-border;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.k-pivotgrid-column-headers .k-pivotgrid-column-total:nth-last-of-type(2) .k-pivotgrid-cell:not(.k-pivotgrid-expanded),
|
|
38
38
|
.k-pivotgrid-column-headers .k-pivotgrid-row:last-child {
|
|
39
|
-
border-
|
|
39
|
+
border-block-end-color: $kendo-pivotgrid-alt-border;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
|