@progress/kendo-theme-bootstrap 11.1.0-dev.5 → 11.1.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 +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 +540 -0
- package/dist/meta/sassdoc-raw-data.json +250 -0
- package/dist/meta/variables.json +40 -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 +4 -4
- package/scss/grid/_theme.scss +5 -0
- package/scss/grid/_variables.scss +47 -1
|
@@ -27818,6 +27818,256 @@
|
|
|
27818
27818
|
"name": "_variables.scss"
|
|
27819
27819
|
}
|
|
27820
27820
|
},
|
|
27821
|
+
{
|
|
27822
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
27823
|
+
"commentRange": {
|
|
27824
|
+
"start": 320,
|
|
27825
|
+
"end": 321
|
|
27826
|
+
},
|
|
27827
|
+
"context": {
|
|
27828
|
+
"type": "variable",
|
|
27829
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
27830
|
+
"value": "k-spacing(2)",
|
|
27831
|
+
"scope": "default",
|
|
27832
|
+
"line": {
|
|
27833
|
+
"start": 322,
|
|
27834
|
+
"end": 322
|
|
27835
|
+
}
|
|
27836
|
+
},
|
|
27837
|
+
"group": [
|
|
27838
|
+
"grid"
|
|
27839
|
+
],
|
|
27840
|
+
"access": "public",
|
|
27841
|
+
"file": {
|
|
27842
|
+
"path": "grid/_variables.scss",
|
|
27843
|
+
"name": "_variables.scss"
|
|
27844
|
+
}
|
|
27845
|
+
},
|
|
27846
|
+
{
|
|
27847
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
27848
|
+
"commentRange": {
|
|
27849
|
+
"start": 323,
|
|
27850
|
+
"end": 324
|
|
27851
|
+
},
|
|
27852
|
+
"context": {
|
|
27853
|
+
"type": "variable",
|
|
27854
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
27855
|
+
"value": "k-spacing(1.5)",
|
|
27856
|
+
"scope": "default",
|
|
27857
|
+
"line": {
|
|
27858
|
+
"start": 325,
|
|
27859
|
+
"end": 325
|
|
27860
|
+
}
|
|
27861
|
+
},
|
|
27862
|
+
"group": [
|
|
27863
|
+
"grid"
|
|
27864
|
+
],
|
|
27865
|
+
"access": "public",
|
|
27866
|
+
"file": {
|
|
27867
|
+
"path": "grid/_variables.scss",
|
|
27868
|
+
"name": "_variables.scss"
|
|
27869
|
+
}
|
|
27870
|
+
},
|
|
27871
|
+
{
|
|
27872
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
27873
|
+
"commentRange": {
|
|
27874
|
+
"start": 327,
|
|
27875
|
+
"end": 328
|
|
27876
|
+
},
|
|
27877
|
+
"context": {
|
|
27878
|
+
"type": "variable",
|
|
27879
|
+
"name": "kendo-grid-stack-column-gap",
|
|
27880
|
+
"value": "k-spacing(1)",
|
|
27881
|
+
"scope": "default",
|
|
27882
|
+
"line": {
|
|
27883
|
+
"start": 329,
|
|
27884
|
+
"end": 329
|
|
27885
|
+
}
|
|
27886
|
+
},
|
|
27887
|
+
"group": [
|
|
27888
|
+
"grid"
|
|
27889
|
+
],
|
|
27890
|
+
"access": "public",
|
|
27891
|
+
"file": {
|
|
27892
|
+
"path": "grid/_variables.scss",
|
|
27893
|
+
"name": "_variables.scss"
|
|
27894
|
+
}
|
|
27895
|
+
},
|
|
27896
|
+
{
|
|
27897
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
27898
|
+
"commentRange": {
|
|
27899
|
+
"start": 330,
|
|
27900
|
+
"end": 331
|
|
27901
|
+
},
|
|
27902
|
+
"context": {
|
|
27903
|
+
"type": "variable",
|
|
27904
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
27905
|
+
"value": "k-spacing(2)",
|
|
27906
|
+
"scope": "default",
|
|
27907
|
+
"line": {
|
|
27908
|
+
"start": 332,
|
|
27909
|
+
"end": 332
|
|
27910
|
+
}
|
|
27911
|
+
},
|
|
27912
|
+
"group": [
|
|
27913
|
+
"grid"
|
|
27914
|
+
],
|
|
27915
|
+
"access": "public",
|
|
27916
|
+
"file": {
|
|
27917
|
+
"path": "grid/_variables.scss",
|
|
27918
|
+
"name": "_variables.scss"
|
|
27919
|
+
}
|
|
27920
|
+
},
|
|
27921
|
+
{
|
|
27922
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
27923
|
+
"commentRange": {
|
|
27924
|
+
"start": 334,
|
|
27925
|
+
"end": 335
|
|
27926
|
+
},
|
|
27927
|
+
"context": {
|
|
27928
|
+
"type": "variable",
|
|
27929
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
27930
|
+
"value": "k-spacing(2)",
|
|
27931
|
+
"scope": "default",
|
|
27932
|
+
"line": {
|
|
27933
|
+
"start": 336,
|
|
27934
|
+
"end": 336
|
|
27935
|
+
}
|
|
27936
|
+
},
|
|
27937
|
+
"group": [
|
|
27938
|
+
"grid"
|
|
27939
|
+
],
|
|
27940
|
+
"access": "public",
|
|
27941
|
+
"file": {
|
|
27942
|
+
"path": "grid/_variables.scss",
|
|
27943
|
+
"name": "_variables.scss"
|
|
27944
|
+
}
|
|
27945
|
+
},
|
|
27946
|
+
{
|
|
27947
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
27948
|
+
"commentRange": {
|
|
27949
|
+
"start": 338,
|
|
27950
|
+
"end": 339
|
|
27951
|
+
},
|
|
27952
|
+
"context": {
|
|
27953
|
+
"type": "variable",
|
|
27954
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
27955
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
27956
|
+
"scope": "default",
|
|
27957
|
+
"line": {
|
|
27958
|
+
"start": 340,
|
|
27959
|
+
"end": 340
|
|
27960
|
+
}
|
|
27961
|
+
},
|
|
27962
|
+
"group": [
|
|
27963
|
+
"grid"
|
|
27964
|
+
],
|
|
27965
|
+
"access": "public",
|
|
27966
|
+
"file": {
|
|
27967
|
+
"path": "grid/_variables.scss",
|
|
27968
|
+
"name": "_variables.scss"
|
|
27969
|
+
}
|
|
27970
|
+
},
|
|
27971
|
+
{
|
|
27972
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
27973
|
+
"commentRange": {
|
|
27974
|
+
"start": 341,
|
|
27975
|
+
"end": 342
|
|
27976
|
+
},
|
|
27977
|
+
"context": {
|
|
27978
|
+
"type": "variable",
|
|
27979
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
27980
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
27981
|
+
"scope": "default",
|
|
27982
|
+
"line": {
|
|
27983
|
+
"start": 343,
|
|
27984
|
+
"end": 343
|
|
27985
|
+
}
|
|
27986
|
+
},
|
|
27987
|
+
"group": [
|
|
27988
|
+
"grid"
|
|
27989
|
+
],
|
|
27990
|
+
"access": "public",
|
|
27991
|
+
"file": {
|
|
27992
|
+
"path": "grid/_variables.scss",
|
|
27993
|
+
"name": "_variables.scss"
|
|
27994
|
+
}
|
|
27995
|
+
},
|
|
27996
|
+
{
|
|
27997
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
27998
|
+
"commentRange": {
|
|
27999
|
+
"start": 344,
|
|
28000
|
+
"end": 345
|
|
28001
|
+
},
|
|
28002
|
+
"context": {
|
|
28003
|
+
"type": "variable",
|
|
28004
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
28005
|
+
"value": "k-spacing(2.5)",
|
|
28006
|
+
"scope": "default",
|
|
28007
|
+
"line": {
|
|
28008
|
+
"start": 346,
|
|
28009
|
+
"end": 346
|
|
28010
|
+
}
|
|
28011
|
+
},
|
|
28012
|
+
"group": [
|
|
28013
|
+
"grid"
|
|
28014
|
+
],
|
|
28015
|
+
"access": "public",
|
|
28016
|
+
"file": {
|
|
28017
|
+
"path": "grid/_variables.scss",
|
|
28018
|
+
"name": "_variables.scss"
|
|
28019
|
+
}
|
|
28020
|
+
},
|
|
28021
|
+
{
|
|
28022
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
28023
|
+
"commentRange": {
|
|
28024
|
+
"start": 348,
|
|
28025
|
+
"end": 349
|
|
28026
|
+
},
|
|
28027
|
+
"context": {
|
|
28028
|
+
"type": "variable",
|
|
28029
|
+
"name": "kendo-grid-stack-header-color",
|
|
28030
|
+
"value": "k-color(subtle)",
|
|
28031
|
+
"scope": "default",
|
|
28032
|
+
"line": {
|
|
28033
|
+
"start": 350,
|
|
28034
|
+
"end": 350
|
|
28035
|
+
}
|
|
28036
|
+
},
|
|
28037
|
+
"group": [
|
|
28038
|
+
"grid"
|
|
28039
|
+
],
|
|
28040
|
+
"access": "public",
|
|
28041
|
+
"file": {
|
|
28042
|
+
"path": "grid/_variables.scss",
|
|
28043
|
+
"name": "_variables.scss"
|
|
28044
|
+
}
|
|
28045
|
+
},
|
|
28046
|
+
{
|
|
28047
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
28048
|
+
"commentRange": {
|
|
28049
|
+
"start": 351,
|
|
28050
|
+
"end": 352
|
|
28051
|
+
},
|
|
28052
|
+
"context": {
|
|
28053
|
+
"type": "variable",
|
|
28054
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
28055
|
+
"value": "k-elevation(2)",
|
|
28056
|
+
"scope": "default",
|
|
28057
|
+
"line": {
|
|
28058
|
+
"start": 353,
|
|
28059
|
+
"end": 353
|
|
28060
|
+
}
|
|
28061
|
+
},
|
|
28062
|
+
"group": [
|
|
28063
|
+
"grid"
|
|
28064
|
+
],
|
|
28065
|
+
"access": "public",
|
|
28066
|
+
"file": {
|
|
28067
|
+
"path": "grid/_variables.scss",
|
|
28068
|
+
"name": "_variables.scss"
|
|
28069
|
+
}
|
|
28070
|
+
},
|
|
27821
28071
|
{
|
|
27822
28072
|
"description": "Font sizes of the icons.\n",
|
|
27823
28073
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -11294,6 +11294,46 @@
|
|
|
11294
11294
|
"type": "String",
|
|
11295
11295
|
"value": "var(--kendo-spacing-0\\.5, 0.125rem)"
|
|
11296
11296
|
},
|
|
11297
|
+
"kendo-grid-stack-cell-padding-x": {
|
|
11298
|
+
"type": "String",
|
|
11299
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11300
|
+
},
|
|
11301
|
+
"kendo-grid-stack-cell-padding-y": {
|
|
11302
|
+
"type": "String",
|
|
11303
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
11304
|
+
},
|
|
11305
|
+
"kendo-grid-stack-column-gap": {
|
|
11306
|
+
"type": "String",
|
|
11307
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
11308
|
+
},
|
|
11309
|
+
"kendo-grid-stack-editable-column-gap": {
|
|
11310
|
+
"type": "String",
|
|
11311
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11312
|
+
},
|
|
11313
|
+
"kendo-grid-stack-hierarchy-col-width": {
|
|
11314
|
+
"type": "String",
|
|
11315
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11316
|
+
},
|
|
11317
|
+
"kendo-grid-stack-header-font-size": {
|
|
11318
|
+
"type": "String",
|
|
11319
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
11320
|
+
},
|
|
11321
|
+
"kendo-grid-stack-header-font-weight": {
|
|
11322
|
+
"type": "String",
|
|
11323
|
+
"value": "var(--kendo-font-weight-bold, bold)"
|
|
11324
|
+
},
|
|
11325
|
+
"kendo-grid-stack-expandable-shadow-height": {
|
|
11326
|
+
"type": "String",
|
|
11327
|
+
"value": "var(--kendo-spacing-2\\.5, 0.625rem)"
|
|
11328
|
+
},
|
|
11329
|
+
"kendo-grid-stack-header-color": {
|
|
11330
|
+
"type": "String",
|
|
11331
|
+
"value": "var(--kendo-color-subtle, #596169)"
|
|
11332
|
+
},
|
|
11333
|
+
"kendo-grid-stack-expandable-shadow": {
|
|
11334
|
+
"type": "String",
|
|
11335
|
+
"value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
|
|
11336
|
+
},
|
|
11297
11337
|
"kendo-listview-padding-x": {
|
|
11298
11338
|
"type": "String",
|
|
11299
11339
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
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": "11.1.0-dev.
|
|
4
|
+
"version": "11.1.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "11.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "11.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "11.1.0-dev.6",
|
|
57
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.6"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "2bfdc0d1f3d785894ad99f35f140cc6219c06fa2"
|
|
64
64
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -317,6 +317,42 @@ $kendo-grid-row-resizer-active-bg: k-color(primary) !default;
|
|
|
317
317
|
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
318
318
|
|
|
319
319
|
|
|
320
|
+
/// The horizontal padding of the Grid stack layout cells.
|
|
321
|
+
/// @group grid
|
|
322
|
+
$kendo-grid-stack-cell-padding-x: k-spacing(2) !default;
|
|
323
|
+
/// The vertical padding of the Grid stack layout cells.
|
|
324
|
+
/// @group grid
|
|
325
|
+
$kendo-grid-stack-cell-padding-y: k-spacing(1.5) !default;
|
|
326
|
+
|
|
327
|
+
/// The column gap of the Grid stack layout.
|
|
328
|
+
/// @group grid
|
|
329
|
+
$kendo-grid-stack-column-gap: k-spacing(1) !default;
|
|
330
|
+
/// The column gap of the editable Grid stack layout.
|
|
331
|
+
/// @group grid
|
|
332
|
+
$kendo-grid-stack-editable-column-gap: k-spacing(2) !default;
|
|
333
|
+
|
|
334
|
+
/// The width of the hierarchy column in the Grid stack layout.
|
|
335
|
+
/// @group grid
|
|
336
|
+
$kendo-grid-stack-hierarchy-col-width: k-spacing(2) !default;
|
|
337
|
+
|
|
338
|
+
/// The font size of the Grid stack layout column header.
|
|
339
|
+
/// @group grid
|
|
340
|
+
$kendo-grid-stack-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
341
|
+
/// The font weight of the Grid stack layout column header.
|
|
342
|
+
/// @group grid
|
|
343
|
+
$kendo-grid-stack-header-font-weight: var( --kendo-font-weight-bold, bold ) !default;
|
|
344
|
+
/// The height of the Grid stack layout expandable row shadow.
|
|
345
|
+
/// @group grid
|
|
346
|
+
$kendo-grid-stack-expandable-shadow-height: k-spacing(2.5) !default;
|
|
347
|
+
|
|
348
|
+
/// The color of the Grid stack layout column header.
|
|
349
|
+
/// @group grid
|
|
350
|
+
$kendo-grid-stack-header-color: k-color(subtle) !default;
|
|
351
|
+
/// The Grid stack layout expandable row shadow.
|
|
352
|
+
/// @group grid
|
|
353
|
+
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
354
|
+
|
|
355
|
+
|
|
320
356
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
321
357
|
$kendo-grid-border-width: $kendo-grid-border-width,
|
|
322
358
|
$kendo-grid-font-family: $kendo-grid-font-family,
|
|
@@ -453,5 +489,15 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
453
489
|
$kendo-grid-group-footer-second-cell-border: $kendo-grid-group-footer-second-cell-border,
|
|
454
490
|
$kendo-grid-row-resizer-hover-bg: $kendo-grid-row-resizer-hover-bg,
|
|
455
491
|
$kendo-grid-row-resizer-active-bg: $kendo-grid-row-resizer-active-bg,
|
|
456
|
-
$kendo-grid-row-resizer-height: $kendo-grid-row-resizer-height
|
|
492
|
+
$kendo-grid-row-resizer-height: $kendo-grid-row-resizer-height,
|
|
493
|
+
$kendo-grid-stack-cell-padding-x: $kendo-grid-stack-cell-padding-x,
|
|
494
|
+
$kendo-grid-stack-cell-padding-y: $kendo-grid-stack-cell-padding-y,
|
|
495
|
+
$kendo-grid-stack-column-gap: $kendo-grid-stack-column-gap,
|
|
496
|
+
$kendo-grid-stack-editable-column-gap: $kendo-grid-stack-editable-column-gap,
|
|
497
|
+
$kendo-grid-stack-hierarchy-col-width: $kendo-grid-stack-hierarchy-col-width,
|
|
498
|
+
$kendo-grid-stack-header-font-size: $kendo-grid-stack-header-font-size,
|
|
499
|
+
$kendo-grid-stack-header-font-weight: $kendo-grid-stack-header-font-weight,
|
|
500
|
+
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
501
|
+
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
502
|
+
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
457
503
|
);
|