@progress/kendo-theme-bootstrap 7.1.0-dev.9 → 7.1.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 +24 -13
- package/dist/all.scss +26 -13
- 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 +5 -5
package/dist/all.css
CHANGED
|
@@ -32293,17 +32293,22 @@ textarea.k-input-inner {
|
|
|
32293
32293
|
margin: 0;
|
|
32294
32294
|
border-style: solid;
|
|
32295
32295
|
border-color: inherit;
|
|
32296
|
-
|
|
32297
|
-
|
|
32296
|
+
border-width: 0 0 0 1px;
|
|
32297
|
+
height: 16px;
|
|
32298
|
+
align-self: center;
|
|
32298
32299
|
}
|
|
32299
32300
|
|
|
32300
32301
|
.k-input-separator-horizontal {
|
|
32302
|
+
height: auto;
|
|
32301
32303
|
margin-inline: 0.375rem;
|
|
32304
|
+
align-self: stretch;
|
|
32302
32305
|
border-width: 1px 0 0;
|
|
32303
32306
|
}
|
|
32304
32307
|
|
|
32305
32308
|
.k-input-separator-vertical {
|
|
32309
|
+
height: auto;
|
|
32306
32310
|
margin-block: 0.375rem;
|
|
32311
|
+
align-self: stretch;
|
|
32307
32312
|
border-width: 0 0 0 1px;
|
|
32308
32313
|
}
|
|
32309
32314
|
|
|
@@ -33150,8 +33155,8 @@ select.k-picker-lg {
|
|
|
33150
33155
|
white-space: nowrap;
|
|
33151
33156
|
text-overflow: ellipsis;
|
|
33152
33157
|
position: absolute;
|
|
33153
|
-
top: calc(1.875rem + 1px);
|
|
33154
|
-
left: calc(0.75rem + 1px);
|
|
33158
|
+
top: var(--kendo-floating-label-offset-y, calc(1.875rem + 1px));
|
|
33159
|
+
left: var(--kendo-floating-label-offset-x, calc(0.75rem + 1px));
|
|
33155
33160
|
overflow: hidden;
|
|
33156
33161
|
cursor: text;
|
|
33157
33162
|
transform-origin: left center;
|
|
@@ -33164,22 +33169,22 @@ select.k-picker-lg {
|
|
|
33164
33169
|
}
|
|
33165
33170
|
|
|
33166
33171
|
.k-floating-label-container.k-empty > .k-label {
|
|
33167
|
-
top: calc(1.875rem + 1px);
|
|
33168
|
-
left: calc(0.75rem + 1px);
|
|
33172
|
+
top: var(--kendo-floating-label-offset-y, calc(1.875rem + 1px));
|
|
33173
|
+
left: var(--kendo-floating-label-offset-x, calc(0.75rem + 1px));
|
|
33169
33174
|
transform: scale(1);
|
|
33170
33175
|
pointer-events: none;
|
|
33171
33176
|
}
|
|
33172
33177
|
|
|
33173
33178
|
.k-floating-label-container > .k-label,
|
|
33174
33179
|
.k-floating-label-container.k-focus > .k-label {
|
|
33175
|
-
top: 0;
|
|
33176
|
-
left: 0;
|
|
33180
|
+
top: var(--kendo-floating-label-focus-offset-y, 0);
|
|
33181
|
+
left: var(--kendo-floating-label-focus-offset-x, 0);
|
|
33177
33182
|
transform: scale(1);
|
|
33178
33183
|
}
|
|
33179
33184
|
|
|
33180
33185
|
.k-floating-label-container:focus-within > .k-label {
|
|
33181
|
-
top: 0;
|
|
33182
|
-
left: 0;
|
|
33186
|
+
top: var(--kendo-floating-label-focus-offset-y, 0);
|
|
33187
|
+
left: var(--kendo-floating-label-focus-offset-x, 0);
|
|
33183
33188
|
transform: scale(1);
|
|
33184
33189
|
}
|
|
33185
33190
|
|
|
@@ -33200,7 +33205,7 @@ select.k-picker-lg {
|
|
|
33200
33205
|
[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
33201
33206
|
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
33202
33207
|
left: auto;
|
|
33203
|
-
right: calc(0.75rem + 1px);
|
|
33208
|
+
right: var(--kendo-floating-label-offset-x, calc(0.75rem + 1px));
|
|
33204
33209
|
}
|
|
33205
33210
|
|
|
33206
33211
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -33209,13 +33214,13 @@ select.k-picker-lg {
|
|
|
33209
33214
|
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
33210
33215
|
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
33211
33216
|
left: auto;
|
|
33212
|
-
right: 0;
|
|
33217
|
+
right: var(--kendo-floating-label-focus-offset-x, 0);
|
|
33213
33218
|
}
|
|
33214
33219
|
|
|
33215
33220
|
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
33216
33221
|
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
33217
33222
|
left: auto;
|
|
33218
|
-
right: 0;
|
|
33223
|
+
right: var(--kendo-floating-label-focus-offset-x, 0);
|
|
33219
33224
|
}
|
|
33220
33225
|
|
|
33221
33226
|
.k-floating-label-container.k-invalid > .k-label,
|
|
@@ -47971,6 +47976,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47971
47976
|
display: flex;
|
|
47972
47977
|
}
|
|
47973
47978
|
|
|
47979
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
47980
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
47981
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
47982
|
+
box-sizing: border-box;
|
|
47983
|
+
}
|
|
47984
|
+
|
|
47974
47985
|
.k-gantt-timeline-pane .k-grid-content {
|
|
47975
47986
|
overflow-x: scroll;
|
|
47976
47987
|
}
|
package/dist/all.scss
CHANGED
|
@@ -27289,16 +27289,21 @@ $_kendo-module-meta: (
|
|
|
27289
27289
|
margin: 0;
|
|
27290
27290
|
border-style: solid;
|
|
27291
27291
|
border-color: inherit;
|
|
27292
|
-
|
|
27293
|
-
|
|
27292
|
+
border-width: 0 0 0 1px;
|
|
27293
|
+
height: $kendo-icon-size;
|
|
27294
|
+
align-self: center;
|
|
27294
27295
|
|
|
27295
27296
|
&-horizontal {
|
|
27297
|
+
height: auto;
|
|
27296
27298
|
margin-inline: $kendo-input-md-padding-y;
|
|
27299
|
+
align-self: stretch;
|
|
27297
27300
|
border-width: 1px 0 0;
|
|
27298
27301
|
}
|
|
27299
27302
|
|
|
27300
27303
|
&-vertical {
|
|
27304
|
+
height: auto;
|
|
27301
27305
|
margin-block: $kendo-input-md-padding-y;
|
|
27306
|
+
align-self: stretch;
|
|
27302
27307
|
border-width: 0 0 0 1px;
|
|
27303
27308
|
}
|
|
27304
27309
|
}
|
|
@@ -28351,8 +28356,8 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28351
28356
|
white-space: nowrap;
|
|
28352
28357
|
text-overflow: ellipsis;
|
|
28353
28358
|
position: absolute;
|
|
28354
|
-
top: $kendo-floating-label-offset-y;
|
|
28355
|
-
left: $kendo-floating-label-offset-x;
|
|
28359
|
+
top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
28360
|
+
left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28356
28361
|
overflow: hidden;
|
|
28357
28362
|
cursor: text;
|
|
28358
28363
|
transform-origin: left center;
|
|
@@ -28366,8 +28371,8 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28366
28371
|
|
|
28367
28372
|
&.k-empty {
|
|
28368
28373
|
> .k-label {
|
|
28369
|
-
top: $kendo-floating-label-offset-y;
|
|
28370
|
-
left: $kendo-floating-label-offset-x;
|
|
28374
|
+
top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
28375
|
+
left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28371
28376
|
transform: scale( $kendo-floating-label-scale );
|
|
28372
28377
|
pointer-events: none;
|
|
28373
28378
|
}
|
|
@@ -28375,13 +28380,13 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28375
28380
|
|
|
28376
28381
|
> .k-label,
|
|
28377
28382
|
&.k-focus > .k-label {
|
|
28378
|
-
top: $kendo-floating-label-focus-offset-y;
|
|
28379
|
-
left: $kendo-floating-label-focus-offset-x;
|
|
28383
|
+
top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
28384
|
+
left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28380
28385
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
28381
28386
|
}
|
|
28382
28387
|
&:focus-within > .k-label {
|
|
28383
|
-
top: $kendo-floating-label-focus-offset-y;
|
|
28384
|
-
left: $kendo-floating-label-focus-offset-x;
|
|
28388
|
+
top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
28389
|
+
left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28385
28390
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
28386
28391
|
}
|
|
28387
28392
|
|
|
@@ -28401,18 +28406,18 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28401
28406
|
&.k-empty {
|
|
28402
28407
|
> .k-label {
|
|
28403
28408
|
left: auto;
|
|
28404
|
-
right: $kendo-floating-label-offset-x;
|
|
28409
|
+
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28405
28410
|
}
|
|
28406
28411
|
}
|
|
28407
28412
|
|
|
28408
28413
|
> .k-label,
|
|
28409
28414
|
&.k-focus > .k-label {
|
|
28410
28415
|
left: auto;
|
|
28411
|
-
right: $kendo-floating-label-focus-offset-x;
|
|
28416
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28412
28417
|
}
|
|
28413
28418
|
&:focus-within > .k-label {
|
|
28414
28419
|
left: auto;
|
|
28415
|
-
right: $kendo-floating-label-focus-offset-x;
|
|
28420
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28416
28421
|
}
|
|
28417
28422
|
}
|
|
28418
28423
|
}
|
|
@@ -56278,6 +56283,14 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
56278
56283
|
height: 100%;
|
|
56279
56284
|
border-width: 0;
|
|
56280
56285
|
display: flex;
|
|
56286
|
+
|
|
56287
|
+
*,
|
|
56288
|
+
*::before,
|
|
56289
|
+
*::after,
|
|
56290
|
+
&::before,
|
|
56291
|
+
&::after {
|
|
56292
|
+
box-sizing: border-box;
|
|
56293
|
+
}
|
|
56281
56294
|
}
|
|
56282
56295
|
.k-grid-header {}
|
|
56283
56296
|
.k-grid-content {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "7.1.0
|
|
4
|
+
"version": "7.1.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.1.0
|
|
57
|
-
"@progress/kendo-theme-default": "7.1.0
|
|
58
|
-
"@progress/kendo-theme-utils": "7.1.0
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0",
|
|
57
|
+
"@progress/kendo-theme-default": "7.1.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.1.0",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "72d42dfbf1b9b895c405ccba9b35d22204a4b12d"
|
|
66
66
|
}
|