@progress/kendo-theme-bootstrap 6.4.0-dev.4 → 6.4.0-dev.5
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 +59 -11
- package/dist/all.scss +21 -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 +5 -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;
|
|
@@ -47698,9 +47746,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47698
47746
|
|
|
47699
47747
|
.k-spreadsheet-name-editor {
|
|
47700
47748
|
width: 10em;
|
|
47701
|
-
border-width: 0 1px 0 0;
|
|
47702
|
-
border-style: solid;
|
|
47703
|
-
border-color: inherit;
|
|
47704
47749
|
}
|
|
47705
47750
|
|
|
47706
47751
|
.k-spreadsheet-formula-bar {
|
|
@@ -47709,6 +47754,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47709
47754
|
flex-direction: row;
|
|
47710
47755
|
align-items: center;
|
|
47711
47756
|
flex: 1;
|
|
47757
|
+
gap: 0.5rem;
|
|
47712
47758
|
}
|
|
47713
47759
|
|
|
47714
47760
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48281,12 +48327,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48281
48327
|
}
|
|
48282
48328
|
|
|
48283
48329
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48284
|
-
|
|
48285
|
-
|
|
48286
|
-
|
|
48287
|
-
|
|
48288
|
-
align-content: space-around;
|
|
48289
|
-
justify-content: space-around;
|
|
48330
|
+
padding: 0.5rem;
|
|
48331
|
+
display: grid;
|
|
48332
|
+
grid-template-columns: repeat(5, max-content);
|
|
48333
|
+
gap: 0.5rem;
|
|
48290
48334
|
}
|
|
48291
48335
|
|
|
48292
48336
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48315,6 +48359,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48315
48359
|
overflow: hidden;
|
|
48316
48360
|
}
|
|
48317
48361
|
|
|
48362
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48363
|
+
margin-block-end: 1rem;
|
|
48364
|
+
}
|
|
48365
|
+
|
|
48318
48366
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48319
48367
|
width: auto;
|
|
48320
48368
|
min-width: 0;
|
|
@@ -53232,11 +53280,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
53232
53280
|
box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
|
|
53233
53281
|
}
|
|
53234
53282
|
|
|
53235
|
-
.k-event-inverse {
|
|
53283
|
+
.k-event.k-event-inverse {
|
|
53236
53284
|
color: black;
|
|
53237
53285
|
}
|
|
53238
53286
|
|
|
53239
|
-
.k-event-ongoing {
|
|
53287
|
+
.k-event.k-event-ongoing {
|
|
53240
53288
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53241
53289
|
}
|
|
53242
53290
|
|
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
|
}
|
|
@@ -48469,6 +48469,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
48469
48469
|
|
|
48470
48470
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
48471
48471
|
|
|
48472
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
48473
|
+
|
|
48472
48474
|
// #endregion
|
|
48473
48475
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
48474
48476
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -48503,6 +48505,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48503
48505
|
transform: translateY( -100% );
|
|
48504
48506
|
}
|
|
48505
48507
|
|
|
48508
|
+
|
|
48506
48509
|
}
|
|
48507
48510
|
|
|
48508
48511
|
|
|
@@ -48584,9 +48587,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48584
48587
|
}
|
|
48585
48588
|
.k-spreadsheet-name-editor {
|
|
48586
48589
|
width: 10em;
|
|
48587
|
-
border-width: 0 1px 0 0;
|
|
48588
|
-
border-style: solid;
|
|
48589
|
-
border-color: inherit;
|
|
48590
48590
|
}
|
|
48591
48591
|
.k-spreadsheet-formula-bar {
|
|
48592
48592
|
border-color: inherit;
|
|
@@ -48594,6 +48594,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48594
48594
|
flex-direction: row;
|
|
48595
48595
|
align-items: center;
|
|
48596
48596
|
flex: 1;
|
|
48597
|
+
gap: $kendo-padding-md-y;
|
|
48597
48598
|
|
|
48598
48599
|
> .k-icon,
|
|
48599
48600
|
> .k-svg-icon {
|
|
@@ -49150,14 +49151,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49150
49151
|
.k-reset-color { border-bottom-width: 1px; }
|
|
49151
49152
|
.k-custom-color { border-top-width: 1px; }
|
|
49152
49153
|
.k-spreadsheet-border-type-palette {
|
|
49153
|
-
|
|
49154
|
-
|
|
49155
|
-
|
|
49156
|
-
|
|
49157
|
-
align-content: space-around;
|
|
49158
|
-
justify-content: space-around;
|
|
49154
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
49155
|
+
display: grid;
|
|
49156
|
+
grid-template-columns: repeat(5, max-content);
|
|
49157
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
49159
49158
|
}
|
|
49160
|
-
|
|
49161
49159
|
}
|
|
49162
49160
|
|
|
49163
49161
|
.k-spreadsheet-format-popup {
|
|
@@ -49168,7 +49166,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49168
49166
|
opacity: .7;
|
|
49169
49167
|
}
|
|
49170
49168
|
|
|
49171
|
-
|
|
49172
49169
|
.k-spreadsheet-clipboard,
|
|
49173
49170
|
.k-spreadsheet-clipboard-paste {
|
|
49174
49171
|
margin: 0;
|
|
@@ -49186,7 +49183,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49186
49183
|
|
|
49187
49184
|
|
|
49188
49185
|
// Spreadsheet window
|
|
49189
|
-
.k-spreadsheet-window {
|
|
49186
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
49187
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
49188
|
+
}
|
|
49189
|
+
|
|
49190
49190
|
.k-spreadsheet-window .k-edit-form-container {
|
|
49191
49191
|
width: auto;
|
|
49192
49192
|
min-width: 0;
|
|
@@ -49598,7 +49598,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49598
49598
|
$kendo-list-item-selected-bg
|
|
49599
49599
|
);
|
|
49600
49600
|
}
|
|
49601
|
-
|
|
49602
49601
|
}
|
|
49603
49602
|
|
|
49604
49603
|
|
|
@@ -49879,7 +49878,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49879
49878
|
$kendo-list-item-selected-bg
|
|
49880
49879
|
);
|
|
49881
49880
|
}
|
|
49882
|
-
|
|
49883
49881
|
}
|
|
49884
49882
|
|
|
49885
49883
|
|
|
@@ -56580,12 +56578,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
56580
56578
|
);
|
|
56581
56579
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
56582
56580
|
}
|
|
56583
|
-
|
|
56584
|
-
|
|
56585
|
-
|
|
56586
|
-
|
|
56587
|
-
|
|
56588
|
-
|
|
56581
|
+
|
|
56582
|
+
&.k-event-inverse {
|
|
56583
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
56584
|
+
}
|
|
56585
|
+
|
|
56586
|
+
&.k-event-ongoing {
|
|
56587
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
56588
|
+
}
|
|
56589
56589
|
}
|
|
56590
56590
|
|
|
56591
56591
|
|
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.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@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.
|
|
53
|
+
"@progress/kendo-theme-core": "6.4.0-dev.5",
|
|
54
|
+
"@progress/kendo-theme-default": "6.4.0-dev.5",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.5",
|
|
56
56
|
"bootstrap": "5.2.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "113bdd2ea2c7998399b68fc676b3024b1b3ed030"
|
|
59
59
|
}
|
|
@@ -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;
|