@progress/kendo-theme-default 11.1.0-dev.4 → 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/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_variables.scss +47 -3
|
@@ -26749,6 +26749,256 @@
|
|
|
26749
26749
|
"name": "_variables.scss"
|
|
26750
26750
|
}
|
|
26751
26751
|
},
|
|
26752
|
+
{
|
|
26753
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
26754
|
+
"commentRange": {
|
|
26755
|
+
"start": 316,
|
|
26756
|
+
"end": 317
|
|
26757
|
+
},
|
|
26758
|
+
"context": {
|
|
26759
|
+
"type": "variable",
|
|
26760
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
26761
|
+
"value": "k-spacing(2)",
|
|
26762
|
+
"scope": "default",
|
|
26763
|
+
"line": {
|
|
26764
|
+
"start": 318,
|
|
26765
|
+
"end": 318
|
|
26766
|
+
}
|
|
26767
|
+
},
|
|
26768
|
+
"group": [
|
|
26769
|
+
"grid"
|
|
26770
|
+
],
|
|
26771
|
+
"access": "public",
|
|
26772
|
+
"file": {
|
|
26773
|
+
"path": "grid/_variables.scss",
|
|
26774
|
+
"name": "_variables.scss"
|
|
26775
|
+
}
|
|
26776
|
+
},
|
|
26777
|
+
{
|
|
26778
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
26779
|
+
"commentRange": {
|
|
26780
|
+
"start": 319,
|
|
26781
|
+
"end": 320
|
|
26782
|
+
},
|
|
26783
|
+
"context": {
|
|
26784
|
+
"type": "variable",
|
|
26785
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
26786
|
+
"value": "k-spacing(1.5)",
|
|
26787
|
+
"scope": "default",
|
|
26788
|
+
"line": {
|
|
26789
|
+
"start": 321,
|
|
26790
|
+
"end": 321
|
|
26791
|
+
}
|
|
26792
|
+
},
|
|
26793
|
+
"group": [
|
|
26794
|
+
"grid"
|
|
26795
|
+
],
|
|
26796
|
+
"access": "public",
|
|
26797
|
+
"file": {
|
|
26798
|
+
"path": "grid/_variables.scss",
|
|
26799
|
+
"name": "_variables.scss"
|
|
26800
|
+
}
|
|
26801
|
+
},
|
|
26802
|
+
{
|
|
26803
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
26804
|
+
"commentRange": {
|
|
26805
|
+
"start": 323,
|
|
26806
|
+
"end": 324
|
|
26807
|
+
},
|
|
26808
|
+
"context": {
|
|
26809
|
+
"type": "variable",
|
|
26810
|
+
"name": "kendo-grid-stack-column-gap",
|
|
26811
|
+
"value": "k-spacing(1)",
|
|
26812
|
+
"scope": "default",
|
|
26813
|
+
"line": {
|
|
26814
|
+
"start": 325,
|
|
26815
|
+
"end": 325
|
|
26816
|
+
}
|
|
26817
|
+
},
|
|
26818
|
+
"group": [
|
|
26819
|
+
"grid"
|
|
26820
|
+
],
|
|
26821
|
+
"access": "public",
|
|
26822
|
+
"file": {
|
|
26823
|
+
"path": "grid/_variables.scss",
|
|
26824
|
+
"name": "_variables.scss"
|
|
26825
|
+
}
|
|
26826
|
+
},
|
|
26827
|
+
{
|
|
26828
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
26829
|
+
"commentRange": {
|
|
26830
|
+
"start": 326,
|
|
26831
|
+
"end": 327
|
|
26832
|
+
},
|
|
26833
|
+
"context": {
|
|
26834
|
+
"type": "variable",
|
|
26835
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
26836
|
+
"value": "k-spacing(2)",
|
|
26837
|
+
"scope": "default",
|
|
26838
|
+
"line": {
|
|
26839
|
+
"start": 328,
|
|
26840
|
+
"end": 328
|
|
26841
|
+
}
|
|
26842
|
+
},
|
|
26843
|
+
"group": [
|
|
26844
|
+
"grid"
|
|
26845
|
+
],
|
|
26846
|
+
"access": "public",
|
|
26847
|
+
"file": {
|
|
26848
|
+
"path": "grid/_variables.scss",
|
|
26849
|
+
"name": "_variables.scss"
|
|
26850
|
+
}
|
|
26851
|
+
},
|
|
26852
|
+
{
|
|
26853
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
26854
|
+
"commentRange": {
|
|
26855
|
+
"start": 330,
|
|
26856
|
+
"end": 331
|
|
26857
|
+
},
|
|
26858
|
+
"context": {
|
|
26859
|
+
"type": "variable",
|
|
26860
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
26861
|
+
"value": "k-spacing(2)",
|
|
26862
|
+
"scope": "default",
|
|
26863
|
+
"line": {
|
|
26864
|
+
"start": 332,
|
|
26865
|
+
"end": 332
|
|
26866
|
+
}
|
|
26867
|
+
},
|
|
26868
|
+
"group": [
|
|
26869
|
+
"grid"
|
|
26870
|
+
],
|
|
26871
|
+
"access": "public",
|
|
26872
|
+
"file": {
|
|
26873
|
+
"path": "grid/_variables.scss",
|
|
26874
|
+
"name": "_variables.scss"
|
|
26875
|
+
}
|
|
26876
|
+
},
|
|
26877
|
+
{
|
|
26878
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
26879
|
+
"commentRange": {
|
|
26880
|
+
"start": 334,
|
|
26881
|
+
"end": 335
|
|
26882
|
+
},
|
|
26883
|
+
"context": {
|
|
26884
|
+
"type": "variable",
|
|
26885
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
26886
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
26887
|
+
"scope": "default",
|
|
26888
|
+
"line": {
|
|
26889
|
+
"start": 336,
|
|
26890
|
+
"end": 336
|
|
26891
|
+
}
|
|
26892
|
+
},
|
|
26893
|
+
"group": [
|
|
26894
|
+
"grid"
|
|
26895
|
+
],
|
|
26896
|
+
"access": "public",
|
|
26897
|
+
"file": {
|
|
26898
|
+
"path": "grid/_variables.scss",
|
|
26899
|
+
"name": "_variables.scss"
|
|
26900
|
+
}
|
|
26901
|
+
},
|
|
26902
|
+
{
|
|
26903
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
26904
|
+
"commentRange": {
|
|
26905
|
+
"start": 337,
|
|
26906
|
+
"end": 338
|
|
26907
|
+
},
|
|
26908
|
+
"context": {
|
|
26909
|
+
"type": "variable",
|
|
26910
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
26911
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
26912
|
+
"scope": "default",
|
|
26913
|
+
"line": {
|
|
26914
|
+
"start": 339,
|
|
26915
|
+
"end": 339
|
|
26916
|
+
}
|
|
26917
|
+
},
|
|
26918
|
+
"group": [
|
|
26919
|
+
"grid"
|
|
26920
|
+
],
|
|
26921
|
+
"access": "public",
|
|
26922
|
+
"file": {
|
|
26923
|
+
"path": "grid/_variables.scss",
|
|
26924
|
+
"name": "_variables.scss"
|
|
26925
|
+
}
|
|
26926
|
+
},
|
|
26927
|
+
{
|
|
26928
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
26929
|
+
"commentRange": {
|
|
26930
|
+
"start": 340,
|
|
26931
|
+
"end": 341
|
|
26932
|
+
},
|
|
26933
|
+
"context": {
|
|
26934
|
+
"type": "variable",
|
|
26935
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
26936
|
+
"value": "k-spacing(2.5)",
|
|
26937
|
+
"scope": "default",
|
|
26938
|
+
"line": {
|
|
26939
|
+
"start": 342,
|
|
26940
|
+
"end": 342
|
|
26941
|
+
}
|
|
26942
|
+
},
|
|
26943
|
+
"group": [
|
|
26944
|
+
"grid"
|
|
26945
|
+
],
|
|
26946
|
+
"access": "public",
|
|
26947
|
+
"file": {
|
|
26948
|
+
"path": "grid/_variables.scss",
|
|
26949
|
+
"name": "_variables.scss"
|
|
26950
|
+
}
|
|
26951
|
+
},
|
|
26952
|
+
{
|
|
26953
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
26954
|
+
"commentRange": {
|
|
26955
|
+
"start": 344,
|
|
26956
|
+
"end": 345
|
|
26957
|
+
},
|
|
26958
|
+
"context": {
|
|
26959
|
+
"type": "variable",
|
|
26960
|
+
"name": "kendo-grid-stack-header-color",
|
|
26961
|
+
"value": "k-color(subtle)",
|
|
26962
|
+
"scope": "default",
|
|
26963
|
+
"line": {
|
|
26964
|
+
"start": 346,
|
|
26965
|
+
"end": 346
|
|
26966
|
+
}
|
|
26967
|
+
},
|
|
26968
|
+
"group": [
|
|
26969
|
+
"grid"
|
|
26970
|
+
],
|
|
26971
|
+
"access": "public",
|
|
26972
|
+
"file": {
|
|
26973
|
+
"path": "grid/_variables.scss",
|
|
26974
|
+
"name": "_variables.scss"
|
|
26975
|
+
}
|
|
26976
|
+
},
|
|
26977
|
+
{
|
|
26978
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
26979
|
+
"commentRange": {
|
|
26980
|
+
"start": 347,
|
|
26981
|
+
"end": 348
|
|
26982
|
+
},
|
|
26983
|
+
"context": {
|
|
26984
|
+
"type": "variable",
|
|
26985
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
26986
|
+
"value": "k-elevation(2)",
|
|
26987
|
+
"scope": "default",
|
|
26988
|
+
"line": {
|
|
26989
|
+
"start": 349,
|
|
26990
|
+
"end": 349
|
|
26991
|
+
}
|
|
26992
|
+
},
|
|
26993
|
+
"group": [
|
|
26994
|
+
"grid"
|
|
26995
|
+
],
|
|
26996
|
+
"access": "public",
|
|
26997
|
+
"file": {
|
|
26998
|
+
"path": "grid/_variables.scss",
|
|
26999
|
+
"name": "_variables.scss"
|
|
27000
|
+
}
|
|
27001
|
+
},
|
|
26752
27002
|
{
|
|
26753
27003
|
"description": "The default size icon size.\n",
|
|
26754
27004
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -11285,6 +11285,46 @@
|
|
|
11285
11285
|
"type": "String",
|
|
11286
11286
|
"value": "var(--kendo-spacing-0\\.5, 0.125rem)"
|
|
11287
11287
|
},
|
|
11288
|
+
"kendo-grid-stack-cell-padding-x": {
|
|
11289
|
+
"type": "String",
|
|
11290
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11291
|
+
},
|
|
11292
|
+
"kendo-grid-stack-cell-padding-y": {
|
|
11293
|
+
"type": "String",
|
|
11294
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
11295
|
+
},
|
|
11296
|
+
"kendo-grid-stack-column-gap": {
|
|
11297
|
+
"type": "String",
|
|
11298
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
11299
|
+
},
|
|
11300
|
+
"kendo-grid-stack-editable-column-gap": {
|
|
11301
|
+
"type": "String",
|
|
11302
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11303
|
+
},
|
|
11304
|
+
"kendo-grid-stack-hierarchy-col-width": {
|
|
11305
|
+
"type": "String",
|
|
11306
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
11307
|
+
},
|
|
11308
|
+
"kendo-grid-stack-header-font-size": {
|
|
11309
|
+
"type": "String",
|
|
11310
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
11311
|
+
},
|
|
11312
|
+
"kendo-grid-stack-header-font-weight": {
|
|
11313
|
+
"type": "String",
|
|
11314
|
+
"value": "var(--kendo-font-weight-bold, bold)"
|
|
11315
|
+
},
|
|
11316
|
+
"kendo-grid-stack-expandable-shadow-height": {
|
|
11317
|
+
"type": "String",
|
|
11318
|
+
"value": "var(--kendo-spacing-2\\.5, 0.625rem)"
|
|
11319
|
+
},
|
|
11320
|
+
"kendo-grid-stack-header-color": {
|
|
11321
|
+
"type": "String",
|
|
11322
|
+
"value": "var(--kendo-color-subtle, #666666)"
|
|
11323
|
+
},
|
|
11324
|
+
"kendo-grid-stack-expandable-shadow": {
|
|
11325
|
+
"type": "String",
|
|
11326
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
11327
|
+
},
|
|
11288
11328
|
"kendo-listview-padding-x": {
|
|
11289
11329
|
"type": "String",
|
|
11290
11330
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "11.1.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "11.1.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "11.1.0-dev.6",
|
|
56
|
+
"@progress/kendo-theme-utils": "11.1.0-dev.6"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "2bfdc0d1f3d785894ad99f35f140cc6219c06fa2"
|
|
63
63
|
}
|
|
@@ -313,6 +313,40 @@ $kendo-grid-row-resizer-active-bg: k-color(primary) !default;
|
|
|
313
313
|
/// @group grid
|
|
314
314
|
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
315
315
|
|
|
316
|
+
/// The horizontal padding of the Grid stack layout cells.
|
|
317
|
+
/// @group grid
|
|
318
|
+
$kendo-grid-stack-cell-padding-x: k-spacing(2) !default;
|
|
319
|
+
/// The vertical padding of the Grid stack layout cells.
|
|
320
|
+
/// @group grid
|
|
321
|
+
$kendo-grid-stack-cell-padding-y: k-spacing(1.5) !default;
|
|
322
|
+
|
|
323
|
+
/// The column gap of the Grid stack layout.
|
|
324
|
+
/// @group grid
|
|
325
|
+
$kendo-grid-stack-column-gap: k-spacing(1) !default;
|
|
326
|
+
/// The column gap of the editable Grid stack layout.
|
|
327
|
+
/// @group grid
|
|
328
|
+
$kendo-grid-stack-editable-column-gap: k-spacing(2) !default;
|
|
329
|
+
|
|
330
|
+
/// The width of the hierarchy column in the Grid stack layout.
|
|
331
|
+
/// @group grid
|
|
332
|
+
$kendo-grid-stack-hierarchy-col-width: k-spacing(2) !default;
|
|
333
|
+
|
|
334
|
+
/// The font size of the Grid stack layout column header.
|
|
335
|
+
/// @group grid
|
|
336
|
+
$kendo-grid-stack-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
337
|
+
/// The font weight of the Grid stack layout column header.
|
|
338
|
+
/// @group grid
|
|
339
|
+
$kendo-grid-stack-header-font-weight: var( --kendo-font-weight-bold, bold ) !default;
|
|
340
|
+
/// The height of the Grid stack layout expandable row shadow.
|
|
341
|
+
/// @group grid
|
|
342
|
+
$kendo-grid-stack-expandable-shadow-height: k-spacing(2.5) !default;
|
|
343
|
+
|
|
344
|
+
/// The color of the Grid stack layout column header.
|
|
345
|
+
/// @group grid
|
|
346
|
+
$kendo-grid-stack-header-color: k-color(subtle) !default;
|
|
347
|
+
/// The Grid stack layout expandable row shadow.
|
|
348
|
+
/// @group grid
|
|
349
|
+
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
316
350
|
|
|
317
351
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
318
352
|
$kendo-grid-border-width: $kendo-grid-border-width,
|
|
@@ -408,15 +442,15 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
408
442
|
$kendo-grid-focus-shadow: $kendo-grid-focus-shadow,
|
|
409
443
|
$kendo-grid-command-cell-button-spacing: $kendo-grid-command-cell-button-spacing,
|
|
410
444
|
$kendo-grid-sticky-bg: $kendo-grid-sticky-bg,
|
|
445
|
+
$kendo-grid-sticky-hover-bg: $kendo-grid-sticky-hover-bg,
|
|
446
|
+
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-alt-bg,
|
|
411
447
|
$kendo-grid-sticky-text: $kendo-grid-sticky-text,
|
|
412
448
|
$kendo-grid-sticky-border: $kendo-grid-sticky-border,
|
|
413
|
-
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-alt-bg,
|
|
414
449
|
$kendo-grid-sticky-header-bg: $kendo-grid-sticky-header-bg,
|
|
415
450
|
$kendo-grid-sticky-header-text: $kendo-grid-sticky-header-text,
|
|
416
451
|
$kendo-grid-sticky-header-border: $kendo-grid-sticky-header-border,
|
|
417
452
|
$kendo-grid-sticky-footer-bg: $kendo-grid-sticky-footer-bg,
|
|
418
453
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-hover-bg,
|
|
419
|
-
$kendo-grid-sticky-hover-bg: $kendo-grid-sticky-hover-bg,
|
|
420
454
|
$kendo-grid-column-menu-width: $kendo-grid-column-menu-width,
|
|
421
455
|
$kendo-grid-column-menu-max-width: $kendo-grid-column-menu-max-width,
|
|
422
456
|
$kendo-grid-filter-menu-check-all-border-bottom-width: $kendo-grid-filter-menu-check-all-border-bottom-width,
|
|
@@ -450,5 +484,15 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
450
484
|
$kendo-grid-group-footer-second-cell-border: $kendo-grid-group-footer-second-cell-border,
|
|
451
485
|
$kendo-grid-row-resizer-hover-bg: $kendo-grid-row-resizer-hover-bg,
|
|
452
486
|
$kendo-grid-row-resizer-active-bg: $kendo-grid-row-resizer-active-bg,
|
|
453
|
-
$kendo-grid-row-resizer-height: $kendo-grid-row-resizer-height
|
|
487
|
+
$kendo-grid-row-resizer-height: $kendo-grid-row-resizer-height,
|
|
488
|
+
$kendo-grid-stack-cell-padding-x: $kendo-grid-stack-cell-padding-x,
|
|
489
|
+
$kendo-grid-stack-cell-padding-y: $kendo-grid-stack-cell-padding-y,
|
|
490
|
+
$kendo-grid-stack-column-gap: $kendo-grid-stack-column-gap,
|
|
491
|
+
$kendo-grid-stack-editable-column-gap: $kendo-grid-stack-editable-column-gap,
|
|
492
|
+
$kendo-grid-stack-hierarchy-col-width: $kendo-grid-stack-hierarchy-col-width,
|
|
493
|
+
$kendo-grid-stack-header-font-size: $kendo-grid-stack-header-font-size,
|
|
494
|
+
$kendo-grid-stack-header-font-weight: $kendo-grid-stack-header-font-weight,
|
|
495
|
+
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
496
|
+
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
497
|
+
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
454
498
|
);
|