@progress/kendo-theme-bootstrap 6.4.0-dev.4 → 6.4.0-dev.6
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 +61 -11
- package/dist/all.scss +22 -21
- package/dist/meta/variables.json +4 -0
- 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 +6 -5
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -25642,6 +25642,54 @@ kendo-sortable {
|
|
|
25642
25642
|
fill: white !important;
|
|
25643
25643
|
}
|
|
25644
25644
|
|
|
25645
|
+
.k-stroke-none {
|
|
25646
|
+
stroke: none;
|
|
25647
|
+
}
|
|
25648
|
+
|
|
25649
|
+
.\!k-stroke-none {
|
|
25650
|
+
stroke: none !important;
|
|
25651
|
+
}
|
|
25652
|
+
|
|
25653
|
+
.k-stroke-inherit {
|
|
25654
|
+
stroke: inherit;
|
|
25655
|
+
}
|
|
25656
|
+
|
|
25657
|
+
.\!k-stroke-inherit {
|
|
25658
|
+
stroke: inherit !important;
|
|
25659
|
+
}
|
|
25660
|
+
|
|
25661
|
+
.k-stroke-current {
|
|
25662
|
+
stroke: currentColor;
|
|
25663
|
+
}
|
|
25664
|
+
|
|
25665
|
+
.\!k-stroke-current {
|
|
25666
|
+
stroke: currentColor !important;
|
|
25667
|
+
}
|
|
25668
|
+
|
|
25669
|
+
.k-stroke-transparent {
|
|
25670
|
+
stroke: transparent;
|
|
25671
|
+
}
|
|
25672
|
+
|
|
25673
|
+
.\!k-stroke-transparent {
|
|
25674
|
+
stroke: transparent !important;
|
|
25675
|
+
}
|
|
25676
|
+
|
|
25677
|
+
.k-stroke-black {
|
|
25678
|
+
stroke: black;
|
|
25679
|
+
}
|
|
25680
|
+
|
|
25681
|
+
.\!k-stroke-black {
|
|
25682
|
+
stroke: black !important;
|
|
25683
|
+
}
|
|
25684
|
+
|
|
25685
|
+
.k-stroke-white {
|
|
25686
|
+
stroke: white;
|
|
25687
|
+
}
|
|
25688
|
+
|
|
25689
|
+
.\!k-stroke-white {
|
|
25690
|
+
stroke: white !important;
|
|
25691
|
+
}
|
|
25692
|
+
|
|
25645
25693
|
.k-body,
|
|
25646
25694
|
.k-typography {
|
|
25647
25695
|
font-size: 1rem;
|
|
@@ -46629,6 +46677,7 @@ div.k-grid-norecords {
|
|
|
46629
46677
|
position: absolute;
|
|
46630
46678
|
background: none;
|
|
46631
46679
|
cursor: row-resize;
|
|
46680
|
+
z-index: 2;
|
|
46632
46681
|
}
|
|
46633
46682
|
|
|
46634
46683
|
.k-grid-md .k-table-th {
|
|
@@ -46733,6 +46782,7 @@ div.k-grid-norecords {
|
|
|
46733
46782
|
position: absolute;
|
|
46734
46783
|
background: none;
|
|
46735
46784
|
cursor: row-resize;
|
|
46785
|
+
z-index: 2;
|
|
46736
46786
|
}
|
|
46737
46787
|
|
|
46738
46788
|
.k-loading-pdf-mask {
|
|
@@ -47698,9 +47748,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47698
47748
|
|
|
47699
47749
|
.k-spreadsheet-name-editor {
|
|
47700
47750
|
width: 10em;
|
|
47701
|
-
border-width: 0 1px 0 0;
|
|
47702
|
-
border-style: solid;
|
|
47703
|
-
border-color: inherit;
|
|
47704
47751
|
}
|
|
47705
47752
|
|
|
47706
47753
|
.k-spreadsheet-formula-bar {
|
|
@@ -47709,6 +47756,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47709
47756
|
flex-direction: row;
|
|
47710
47757
|
align-items: center;
|
|
47711
47758
|
flex: 1;
|
|
47759
|
+
gap: 0.5rem;
|
|
47712
47760
|
}
|
|
47713
47761
|
|
|
47714
47762
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48281,12 +48329,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48281
48329
|
}
|
|
48282
48330
|
|
|
48283
48331
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48284
|
-
|
|
48285
|
-
|
|
48286
|
-
|
|
48287
|
-
|
|
48288
|
-
align-content: space-around;
|
|
48289
|
-
justify-content: space-around;
|
|
48332
|
+
padding: 0.5rem;
|
|
48333
|
+
display: grid;
|
|
48334
|
+
grid-template-columns: repeat(5, max-content);
|
|
48335
|
+
gap: 0.5rem;
|
|
48290
48336
|
}
|
|
48291
48337
|
|
|
48292
48338
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48315,6 +48361,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48315
48361
|
overflow: hidden;
|
|
48316
48362
|
}
|
|
48317
48363
|
|
|
48364
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48365
|
+
margin-block-end: 1rem;
|
|
48366
|
+
}
|
|
48367
|
+
|
|
48318
48368
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48319
48369
|
width: auto;
|
|
48320
48370
|
min-width: 0;
|
|
@@ -53232,11 +53282,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
53232
53282
|
box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
|
|
53233
53283
|
}
|
|
53234
53284
|
|
|
53235
|
-
.k-event-inverse {
|
|
53285
|
+
.k-event.k-event-inverse {
|
|
53236
53286
|
color: black;
|
|
53237
53287
|
}
|
|
53238
53288
|
|
|
53239
|
-
.k-event-ongoing {
|
|
53289
|
+
.k-event.k-event-ongoing {
|
|
53240
53290
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53241
53291
|
}
|
|
53242
53292
|
|
package/dist/all.scss
CHANGED
|
@@ -15181,7 +15181,7 @@ $kendo-utils: (
|
|
|
15181
15181
|
@mixin kendo-utils--svg--stroke() {
|
|
15182
15182
|
|
|
15183
15183
|
// stroke utility classes
|
|
15184
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
15184
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
15185
15185
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
15186
15186
|
|
|
15187
15187
|
}
|
|
@@ -46702,6 +46702,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46702
46702
|
position: absolute;
|
|
46703
46703
|
background: none;
|
|
46704
46704
|
cursor: row-resize;
|
|
46705
|
+
z-index: 2;
|
|
46705
46706
|
}
|
|
46706
46707
|
}
|
|
46707
46708
|
|
|
@@ -48469,6 +48470,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
48469
48470
|
|
|
48470
48471
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
48471
48472
|
|
|
48473
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
48474
|
+
|
|
48472
48475
|
// #endregion
|
|
48473
48476
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
48474
48477
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -48503,6 +48506,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48503
48506
|
transform: translateY( -100% );
|
|
48504
48507
|
}
|
|
48505
48508
|
|
|
48509
|
+
|
|
48506
48510
|
}
|
|
48507
48511
|
|
|
48508
48512
|
|
|
@@ -48584,9 +48588,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48584
48588
|
}
|
|
48585
48589
|
.k-spreadsheet-name-editor {
|
|
48586
48590
|
width: 10em;
|
|
48587
|
-
border-width: 0 1px 0 0;
|
|
48588
|
-
border-style: solid;
|
|
48589
|
-
border-color: inherit;
|
|
48590
48591
|
}
|
|
48591
48592
|
.k-spreadsheet-formula-bar {
|
|
48592
48593
|
border-color: inherit;
|
|
@@ -48594,6 +48595,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48594
48595
|
flex-direction: row;
|
|
48595
48596
|
align-items: center;
|
|
48596
48597
|
flex: 1;
|
|
48598
|
+
gap: $kendo-padding-md-y;
|
|
48597
48599
|
|
|
48598
48600
|
> .k-icon,
|
|
48599
48601
|
> .k-svg-icon {
|
|
@@ -49150,14 +49152,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49150
49152
|
.k-reset-color { border-bottom-width: 1px; }
|
|
49151
49153
|
.k-custom-color { border-top-width: 1px; }
|
|
49152
49154
|
.k-spreadsheet-border-type-palette {
|
|
49153
|
-
|
|
49154
|
-
|
|
49155
|
-
|
|
49156
|
-
|
|
49157
|
-
align-content: space-around;
|
|
49158
|
-
justify-content: space-around;
|
|
49155
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
49156
|
+
display: grid;
|
|
49157
|
+
grid-template-columns: repeat(5, max-content);
|
|
49158
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
49159
49159
|
}
|
|
49160
|
-
|
|
49161
49160
|
}
|
|
49162
49161
|
|
|
49163
49162
|
.k-spreadsheet-format-popup {
|
|
@@ -49168,7 +49167,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49168
49167
|
opacity: .7;
|
|
49169
49168
|
}
|
|
49170
49169
|
|
|
49171
|
-
|
|
49172
49170
|
.k-spreadsheet-clipboard,
|
|
49173
49171
|
.k-spreadsheet-clipboard-paste {
|
|
49174
49172
|
margin: 0;
|
|
@@ -49186,7 +49184,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49186
49184
|
|
|
49187
49185
|
|
|
49188
49186
|
// Spreadsheet window
|
|
49189
|
-
.k-spreadsheet-window {
|
|
49187
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
49188
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
49189
|
+
}
|
|
49190
|
+
|
|
49190
49191
|
.k-spreadsheet-window .k-edit-form-container {
|
|
49191
49192
|
width: auto;
|
|
49192
49193
|
min-width: 0;
|
|
@@ -49598,7 +49599,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49598
49599
|
$kendo-list-item-selected-bg
|
|
49599
49600
|
);
|
|
49600
49601
|
}
|
|
49601
|
-
|
|
49602
49602
|
}
|
|
49603
49603
|
|
|
49604
49604
|
|
|
@@ -49879,7 +49879,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49879
49879
|
$kendo-list-item-selected-bg
|
|
49880
49880
|
);
|
|
49881
49881
|
}
|
|
49882
|
-
|
|
49883
49882
|
}
|
|
49884
49883
|
|
|
49885
49884
|
|
|
@@ -56580,12 +56579,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
56580
56579
|
);
|
|
56581
56580
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
56582
56581
|
}
|
|
56583
|
-
|
|
56584
|
-
|
|
56585
|
-
|
|
56586
|
-
|
|
56587
|
-
|
|
56588
|
-
|
|
56582
|
+
|
|
56583
|
+
&.k-event-inverse {
|
|
56584
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
56585
|
+
}
|
|
56586
|
+
|
|
56587
|
+
&.k-event-ongoing {
|
|
56588
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
56589
|
+
}
|
|
56589
56590
|
}
|
|
56590
56591
|
|
|
56591
56592
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -13119,6 +13119,10 @@
|
|
|
13119
13119
|
"type": "Color",
|
|
13120
13120
|
"value": "rgba(13, 110, 253, 0.25)"
|
|
13121
13121
|
},
|
|
13122
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
13123
|
+
"type": "Number",
|
|
13124
|
+
"value": "1rem"
|
|
13125
|
+
},
|
|
13122
13126
|
"kendo-pivotgrid-spacer": {
|
|
13123
13127
|
"type": "Number",
|
|
13124
13128
|
"value": "1rem"
|
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": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "sass-build",
|
|
41
|
+
"watch": "node ../../scripts/watch-theme",
|
|
41
42
|
"sass": "sass-build",
|
|
42
43
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
43
44
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -50,10 +51,10 @@
|
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.4.0-dev.6",
|
|
55
|
+
"@progress/kendo-theme-default": "6.4.0-dev.6",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.6",
|
|
56
57
|
"bootstrap": "5.2.1"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "819182cb70ea91feee6b2d63a676145e13f80d28"
|
|
59
60
|
}
|
|
@@ -36,3 +36,5 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
36
36
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
37
37
|
|
|
38
38
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
39
|
+
|
|
40
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|