@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +146 -362
- package/dist/meta/sassdoc-raw-data.json +72 -172
- package/dist/meta/variables.json +1 -17
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/forms/_layout.scss +3 -3
- package/scss/gantt/_variables.scss +0 -13
- package/scss/grid/_theme.scss +7 -7
- package/scss/loader/_layout.scss +1 -1
- package/scss/pager/_layout.scss +0 -6
- package/scss/popup/_layout.scss +2 -2
- package/scss/scheduler/_layout.scss +2 -11
- package/scss/scheduler/_variables.scss +1 -5
- package/scss/timeline/_layout.scss +1 -1
package/scss/forms/_layout.scss
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
.k-form {
|
|
27
27
|
legend {
|
|
28
|
-
margin-
|
|
28
|
+
margin-block-end: k-spacing(2);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.k-field-info {
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
|
|
37
37
|
.k-form-inline {
|
|
38
38
|
legend {
|
|
39
|
-
margin-
|
|
39
|
+
margin-block-end: 0;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.k-form-field {
|
|
43
43
|
> span:not(.k-widget) {
|
|
44
44
|
padding: calc( #{k-spacing(4)} - #{$kendo-input-border-width} ) 0;
|
|
45
|
-
padding-
|
|
45
|
+
padding-inline-end: k-spacing(4);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -188,16 +188,6 @@ $kendo-gantt-planned-summary-drag-hint-top: 1em !default;
|
|
|
188
188
|
/// @group gantt
|
|
189
189
|
$kendo-gantt-planned-milestone-drag-hint-top: .85em !default;
|
|
190
190
|
|
|
191
|
-
/// The horizontal margin of the Gantt milestone wrap.
|
|
192
|
-
/// @group gantt
|
|
193
|
-
$kendo-gantt-rtl-milestone-wrap-margin-x: -2.3em !default;
|
|
194
|
-
/// The horizontal margin of the Gantt milestone line dot.
|
|
195
|
-
/// @group gantt
|
|
196
|
-
$kendo-gantt-rtl-milestone-planned-moment-margin-x: .2em !default;
|
|
197
|
-
/// The horizontal margin of the Gantt milestone task dot.
|
|
198
|
-
/// @group gantt
|
|
199
|
-
$kendo-gantt-rtl-milestone-dot-start-margin-x: -.1em !default;
|
|
200
|
-
|
|
201
191
|
/// The horizontal offset of the Gantt delayed task resize handler.
|
|
202
192
|
/// @group gantt
|
|
203
193
|
$kendo-gantt-planned-offset-resize-handler-margin-x: 1.2em !default;
|
|
@@ -309,9 +299,6 @@ $kendo-gantt-task-tooltip-padding-y: k-spacing(2) !default;
|
|
|
309
299
|
$kendo-gantt-planned-single-drag-hint-top: $kendo-gantt-planned-single-drag-hint-top,
|
|
310
300
|
$kendo-gantt-planned-summary-drag-hint-top: $kendo-gantt-planned-summary-drag-hint-top,
|
|
311
301
|
$kendo-gantt-planned-milestone-drag-hint-top: $kendo-gantt-planned-milestone-drag-hint-top,
|
|
312
|
-
$kendo-gantt-rtl-milestone-wrap-margin-x: $kendo-gantt-rtl-milestone-wrap-margin-x,
|
|
313
|
-
$kendo-gantt-rtl-milestone-planned-moment-margin-x: $kendo-gantt-rtl-milestone-planned-moment-margin-x,
|
|
314
|
-
$kendo-gantt-rtl-milestone-dot-start-margin-x: $kendo-gantt-rtl-milestone-dot-start-margin-x,
|
|
315
302
|
$kendo-gantt-planned-offset-resize-handler-margin-x: $kendo-gantt-planned-offset-resize-handler-margin-x,
|
|
316
303
|
$kendo-gantt-planned-bg: $kendo-gantt-planned-bg,
|
|
317
304
|
$kendo-gantt-planned-border: $kendo-gantt-planned-border,
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.k-grid-header-locked .k-header {
|
|
104
|
-
border-
|
|
104
|
+
border-block-end-color: $kendo-grid-header-border;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.k-grid-content-locked {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
.k-grouping-row + .k-table-row td,
|
|
115
115
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
116
|
-
border-
|
|
116
|
+
border-block-start-color: $kendo-grid-header-border;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
.k-master-row {
|
|
122
122
|
.k-grid-content-sticky {
|
|
123
123
|
@include fill( $bg: $kendo-grid-sticky-bg, $border: $kendo-grid-sticky-border );
|
|
124
|
-
border-
|
|
124
|
+
border-block-start-color: $kendo-grid-header-border;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.k-grid-row-sticky,
|
|
128
128
|
&.k-grid-row-sticky > .k-table-td {
|
|
129
129
|
@include fill( $bg: $kendo-grid-sticky-bg );
|
|
130
|
-
border-
|
|
131
|
-
border-
|
|
130
|
+
border-block-start-color: $kendo-grid-sticky-border;
|
|
131
|
+
border-block-end-color: $kendo-grid-sticky-border;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
&.k-table-alt-row {
|
|
@@ -251,8 +251,8 @@
|
|
|
251
251
|
$bg: $kendo-grid-sticky-header-bg
|
|
252
252
|
);
|
|
253
253
|
|
|
254
|
-
border-
|
|
255
|
-
border-
|
|
254
|
+
border-inline-end-color: $kendo-grid-sticky-header-border;
|
|
255
|
+
border-inline-start-color: $kendo-grid-sticky-header-border;
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
|
package/scss/loader/_layout.scss
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
&::before {
|
|
13
13
|
border-color: currentColor;
|
|
14
|
-
border-
|
|
14
|
+
border-inline-end-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&::after {
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -11,10 +11,4 @@
|
|
|
11
11
|
.k-pager-first { @include border-left-radius-only( $kendo-pager-item-border-radius ); }
|
|
12
12
|
.k-pager-last { @include border-right-radius-only( $kendo-pager-item-border-radius ); }
|
|
13
13
|
|
|
14
|
-
.k-rtl,
|
|
15
|
-
[dir="rtl"] {
|
|
16
|
-
.k-pager-first { @include border-right-radius-only( $kendo-pager-item-border-radius ); }
|
|
17
|
-
.k-pager-last { @include border-left-radius-only( $kendo-pager-item-border-radius ); }
|
|
18
|
-
}
|
|
19
|
-
|
|
20
14
|
}
|
package/scss/popup/_layout.scss
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.k-event {
|
|
12
12
|
&::before {
|
|
13
13
|
display: none;
|
|
14
|
-
|
|
14
|
+
inset-inline-start: 0;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
// Angular fix for stronger selector and smaller padding
|
|
@@ -24,20 +24,11 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.k-event-actions {
|
|
27
|
-
|
|
27
|
+
inset-inline-end: k-spacing(2);
|
|
28
28
|
|
|
29
29
|
&:first-child {
|
|
30
30
|
margin: .1ex .4ex 0 k-spacing(2);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
.k-rtl {
|
|
36
|
-
kendo-scheduler .k-event,
|
|
37
|
-
.k-event {
|
|
38
|
-
&::before {
|
|
39
|
-
right: 0;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
34
|
}
|
|
@@ -251,10 +251,7 @@ $kendo-scheduler-event-actions-inset-x: k-spacing(4) !default;
|
|
|
251
251
|
|
|
252
252
|
/// The margin of the Scheduler event indicators.
|
|
253
253
|
/// @group scheduler
|
|
254
|
-
$kendo-scheduler-indicators-margin: k-spacing(1)
|
|
255
|
-
/// The margin of the Scheduler event indicators in rtl.
|
|
256
|
-
/// @group scheduler
|
|
257
|
-
$kendo-scheduler-rtl-indicators-margin: k-spacing(1) k-spacing(2) 0 .4ex !default;
|
|
254
|
+
$kendo-scheduler-indicators-margin: k-spacing(1) k-spacing(2) !default;
|
|
258
255
|
|
|
259
256
|
/// The inline inset of the Scheduler marquee labels.
|
|
260
257
|
/// @group scheduler
|
|
@@ -340,7 +337,6 @@ $kendo-scheduler-header-bg: k-color(surface) !default;
|
|
|
340
337
|
$kendo-scheduler-event-template-padding-y: $kendo-scheduler-event-template-padding-y,
|
|
341
338
|
$kendo-scheduler-event-actions-inset-x: $kendo-scheduler-event-actions-inset-x,
|
|
342
339
|
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
343
|
-
$kendo-scheduler-rtl-indicators-margin: $kendo-scheduler-rtl-indicators-margin,
|
|
344
340
|
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
345
341
|
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
346
342
|
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg
|