@progress/kendo-theme-classic 6.8.0-dev.0 → 6.8.0-dev.2
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 +270 -27
- package/dist/all.scss +491 -41
- package/dist/meta/sassdoc-data.json +15732 -13836
- package/dist/meta/sassdoc-raw-data.json +875 -0
- package/dist/meta/variables.json +153 -13
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/dock-manager/_index.scss +38 -0
- package/scss/dock-manager/_layout.scss +6 -0
- package/scss/dock-manager/_theme.scss +6 -0
- package/scss/dock-manager/_variables.scss +113 -0
- package/scss/index.scss +2 -0
- package/scss/pdf-viewer/_variables.scss +3 -4
package/dist/meta/variables.json
CHANGED
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
},
|
|
626
626
|
"kendo-components": {
|
|
627
627
|
"type": "List",
|
|
628
|
-
"value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
628
|
+
"value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
629
629
|
},
|
|
630
630
|
"equilateral-index": {
|
|
631
631
|
"type": "Number",
|
|
@@ -8859,6 +8859,146 @@
|
|
|
8859
8859
|
"type": "Color",
|
|
8860
8860
|
"value": "rgba(255, 255, 255, 0.2)"
|
|
8861
8861
|
},
|
|
8862
|
+
"kendo-dock-manager-border-width": {
|
|
8863
|
+
"type": "Number",
|
|
8864
|
+
"value": "1px"
|
|
8865
|
+
},
|
|
8866
|
+
"kendo-dock-manager-border-style": {
|
|
8867
|
+
"type": "String",
|
|
8868
|
+
"value": "solid"
|
|
8869
|
+
},
|
|
8870
|
+
"kendo-dock-manager-border": {
|
|
8871
|
+
"type": "Color",
|
|
8872
|
+
"value": "#cacaca"
|
|
8873
|
+
},
|
|
8874
|
+
"kendo-dock-manager-pane-header-padding-y": {
|
|
8875
|
+
"type": "Number",
|
|
8876
|
+
"value": "8px"
|
|
8877
|
+
},
|
|
8878
|
+
"kendo-dock-manager-pane-header-padding-x": {
|
|
8879
|
+
"type": "Number",
|
|
8880
|
+
"value": "16px"
|
|
8881
|
+
},
|
|
8882
|
+
"kendo-dock-manager-pane-header-border-width": {
|
|
8883
|
+
"type": "Number",
|
|
8884
|
+
"value": "1px"
|
|
8885
|
+
},
|
|
8886
|
+
"kendo-dock-manager-pane-header-border-style": {
|
|
8887
|
+
"type": "String",
|
|
8888
|
+
"value": "solid"
|
|
8889
|
+
},
|
|
8890
|
+
"kendo-dock-manager-pane-header-bg": {
|
|
8891
|
+
"type": "Color",
|
|
8892
|
+
"value": "#f0f0f0"
|
|
8893
|
+
},
|
|
8894
|
+
"kendo-dock-manager-pane-title-padding-y": {
|
|
8895
|
+
"type": "Null",
|
|
8896
|
+
"value": "null"
|
|
8897
|
+
},
|
|
8898
|
+
"kendo-dock-manager-pane-title-padding-x": {
|
|
8899
|
+
"type": "Null",
|
|
8900
|
+
"value": "null"
|
|
8901
|
+
},
|
|
8902
|
+
"kendo-dock-manager-pane-title-font-family": {
|
|
8903
|
+
"type": "String",
|
|
8904
|
+
"value": "inherit"
|
|
8905
|
+
},
|
|
8906
|
+
"kendo-dock-manager-pane-title-font-size": {
|
|
8907
|
+
"type": "Number",
|
|
8908
|
+
"value": "16px"
|
|
8909
|
+
},
|
|
8910
|
+
"kendo-dock-manager-pane-title-line-height": {
|
|
8911
|
+
"type": "Number",
|
|
8912
|
+
"value": "1.25"
|
|
8913
|
+
},
|
|
8914
|
+
"kendo-dock-manager-pane-title-font-weight": {
|
|
8915
|
+
"type": "Number",
|
|
8916
|
+
"value": "400"
|
|
8917
|
+
},
|
|
8918
|
+
"kendo-dock-manager-pane-content-padding-x": {
|
|
8919
|
+
"type": "Number",
|
|
8920
|
+
"value": "16px"
|
|
8921
|
+
},
|
|
8922
|
+
"kendo-dock-manager-pane-content-padding-y": {
|
|
8923
|
+
"type": "Number",
|
|
8924
|
+
"value": "16px"
|
|
8925
|
+
},
|
|
8926
|
+
"kendo-dock-manager-tabbed-pane-padding-y": {
|
|
8927
|
+
"type": "Number",
|
|
8928
|
+
"value": "16px"
|
|
8929
|
+
},
|
|
8930
|
+
"kendo-dock-manager-tabbed-pane-padding-x": {
|
|
8931
|
+
"type": "Number",
|
|
8932
|
+
"value": "8px"
|
|
8933
|
+
},
|
|
8934
|
+
"kendo-dock-manager-unpinned-container-width": {
|
|
8935
|
+
"type": "Number",
|
|
8936
|
+
"value": "300px"
|
|
8937
|
+
},
|
|
8938
|
+
"kendo-dock-manager-unpinned-container-bg": {
|
|
8939
|
+
"type": "Color",
|
|
8940
|
+
"value": "#ffffff"
|
|
8941
|
+
},
|
|
8942
|
+
"kendo-dock-manager-unpinned-container-shadow": {
|
|
8943
|
+
"type": "List",
|
|
8944
|
+
"value": "4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03)"
|
|
8945
|
+
},
|
|
8946
|
+
"kendo-dock-indicator-padding": {
|
|
8947
|
+
"type": "Number",
|
|
8948
|
+
"value": "6px"
|
|
8949
|
+
},
|
|
8950
|
+
"kendo-dock-indicator-bg": {
|
|
8951
|
+
"type": "Color",
|
|
8952
|
+
"value": "#f5f5f5"
|
|
8953
|
+
},
|
|
8954
|
+
"kendo-dock-indicator-text": {
|
|
8955
|
+
"type": "Color",
|
|
8956
|
+
"value": "#f35800"
|
|
8957
|
+
},
|
|
8958
|
+
"kendo-dock-indicator-outline-width": {
|
|
8959
|
+
"type": "Number",
|
|
8960
|
+
"value": "1px"
|
|
8961
|
+
},
|
|
8962
|
+
"kendo-dock-indicator-outline-style": {
|
|
8963
|
+
"type": "String",
|
|
8964
|
+
"value": "solid"
|
|
8965
|
+
},
|
|
8966
|
+
"kendo-dock-indicator-outline": {
|
|
8967
|
+
"type": "Color",
|
|
8968
|
+
"value": "#f35800"
|
|
8969
|
+
},
|
|
8970
|
+
"kendo-dock-indicator-shadow": {
|
|
8971
|
+
"type": "List",
|
|
8972
|
+
"value": "drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2))"
|
|
8973
|
+
},
|
|
8974
|
+
"kendo-dock-indicator-hover-bg": {
|
|
8975
|
+
"type": "Color",
|
|
8976
|
+
"value": "#f35800"
|
|
8977
|
+
},
|
|
8978
|
+
"kendo-dock-indicator-hover-text": {
|
|
8979
|
+
"type": "Color",
|
|
8980
|
+
"value": "#ffffff"
|
|
8981
|
+
},
|
|
8982
|
+
"kendo-dock-manager-dock-preview-border-width": {
|
|
8983
|
+
"type": "Number",
|
|
8984
|
+
"value": "1px"
|
|
8985
|
+
},
|
|
8986
|
+
"kendo-dock-manager-dock-preview-border-style": {
|
|
8987
|
+
"type": "String",
|
|
8988
|
+
"value": "dashed"
|
|
8989
|
+
},
|
|
8990
|
+
"kendo-dock-manager-dock-preview-border-radius": {
|
|
8991
|
+
"type": "Number",
|
|
8992
|
+
"value": "2px"
|
|
8993
|
+
},
|
|
8994
|
+
"kendo-dock-manager-dock-preview-bg": {
|
|
8995
|
+
"type": "Color",
|
|
8996
|
+
"value": "rgba(243, 88, 0, 0.16)"
|
|
8997
|
+
},
|
|
8998
|
+
"kendo-dock-manager-dock-preview-border": {
|
|
8999
|
+
"type": "Color",
|
|
9000
|
+
"value": "#f35800"
|
|
9001
|
+
},
|
|
8862
9002
|
"kendo-adaptive-bg": {
|
|
8863
9003
|
"type": "Color",
|
|
8864
9004
|
"value": "#ffffff"
|
|
@@ -12119,6 +12259,18 @@
|
|
|
12119
12259
|
"type": "List",
|
|
12120
12260
|
"value": "0 0 15px #cacaca"
|
|
12121
12261
|
},
|
|
12262
|
+
"kendo-pdf-viewer-search-panel-padding-x": {
|
|
12263
|
+
"type": "Number",
|
|
12264
|
+
"value": "8px"
|
|
12265
|
+
},
|
|
12266
|
+
"kendo-pdf-viewer-search-panel-padding-y": {
|
|
12267
|
+
"type": "Number",
|
|
12268
|
+
"value": "12px"
|
|
12269
|
+
},
|
|
12270
|
+
"kendo-pdf-viewer-search-panel-spacing": {
|
|
12271
|
+
"type": "Number",
|
|
12272
|
+
"value": "8px"
|
|
12273
|
+
},
|
|
12122
12274
|
"kendo-pdf-viewer-search-panel-border-width": {
|
|
12123
12275
|
"type": "Number",
|
|
12124
12276
|
"value": "1px"
|
|
@@ -12147,18 +12299,6 @@
|
|
|
12147
12299
|
"type": "Number",
|
|
12148
12300
|
"value": "4px"
|
|
12149
12301
|
},
|
|
12150
|
-
"kendo-pdf-viewer-search-dialog-padding-x": {
|
|
12151
|
-
"type": "Number",
|
|
12152
|
-
"value": "8px"
|
|
12153
|
-
},
|
|
12154
|
-
"kendo-pdf-viewer-search-dialog-padding-y": {
|
|
12155
|
-
"type": "Number",
|
|
12156
|
-
"value": "12px"
|
|
12157
|
-
},
|
|
12158
|
-
"kendo-pdf-viewer-search-dialog-spacing": {
|
|
12159
|
-
"type": "Number",
|
|
12160
|
-
"value": "8px"
|
|
12161
|
-
},
|
|
12162
12302
|
"kendo-pdf-viewer-selection-line-height": {
|
|
12163
12303
|
"type": "Number",
|
|
12164
12304
|
"value": "1.25"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "6.8.0-dev.
|
|
4
|
+
"version": "6.8.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.9.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.8.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.8.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.8.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.8.0-dev.2",
|
|
55
|
+
"@progress/kendo-theme-default": "6.8.0-dev.2",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.8.0-dev.2"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "1d0254882897f857ca96fd31477a6e2c18d18433"
|
|
59
59
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
@import "../utils/_index.scss";
|
|
3
|
+
|
|
4
|
+
// Module meta
|
|
5
|
+
$_kendo-module-meta: (
|
|
6
|
+
name: "dock-manager",
|
|
7
|
+
dependencies: (
|
|
8
|
+
"splitter",
|
|
9
|
+
"toolbar",
|
|
10
|
+
"tabstrip"
|
|
11
|
+
)
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
// Dependencies
|
|
15
|
+
@import "../splitter/_index.scss";
|
|
16
|
+
@import "../toolbar/_index.scss";
|
|
17
|
+
@import "../tabstrip/_index.scss";
|
|
18
|
+
|
|
19
|
+
// Component
|
|
20
|
+
@import "./_variables.scss";
|
|
21
|
+
@import "./_layout.scss";
|
|
22
|
+
@import "./_theme.scss";
|
|
23
|
+
|
|
24
|
+
// Register
|
|
25
|
+
@import "../core/module-system/index.import.scss";
|
|
26
|
+
@include module-register( $_kendo-module-meta... );
|
|
27
|
+
|
|
28
|
+
// Expose
|
|
29
|
+
@mixin kendo-dock-manager--styles() {
|
|
30
|
+
@include module-render("dock-manager") {
|
|
31
|
+
@include kendo-dock-manager--layout();
|
|
32
|
+
@include kendo-dock-manager--theme();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@if $kendo-auto-bootstrap {
|
|
37
|
+
@include kendo-dock-manager--styles();
|
|
38
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/// The width of the border around the DockManager component.
|
|
2
|
+
/// @group dock-manager
|
|
3
|
+
$kendo-dock-manager-border-width: 1px !default;
|
|
4
|
+
/// The style of the border around the DockManager component.
|
|
5
|
+
/// @group dock-manager
|
|
6
|
+
$kendo-dock-manager-border-style: solid !default;
|
|
7
|
+
/// The color of the border around the DockManager component.
|
|
8
|
+
/// @group dock-manager
|
|
9
|
+
$kendo-dock-manager-border: $kendo-base-border !default;
|
|
10
|
+
|
|
11
|
+
/// The vertical padding of the pane header in the DockManager component.
|
|
12
|
+
/// @group dock-manager
|
|
13
|
+
$kendo-dock-manager-pane-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
14
|
+
/// The horizontal padding of the pane header in the DockManager component.
|
|
15
|
+
/// @group dock-manager
|
|
16
|
+
$kendo-dock-manager-pane-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
17
|
+
/// The width of the border around the pane header in the DockManager component.
|
|
18
|
+
/// @group dock-manager
|
|
19
|
+
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
|
|
20
|
+
/// The style of the border around the pane header in the DockManager component.
|
|
21
|
+
/// @group dock-manager
|
|
22
|
+
$kendo-dock-manager-pane-header-border-style: solid !default;
|
|
23
|
+
/// The background color of the pane header in the DockManager component.
|
|
24
|
+
/// @group dock-manager
|
|
25
|
+
$kendo-dock-manager-pane-header-bg: $kendo-component-header-bg !default;
|
|
26
|
+
|
|
27
|
+
/// The vertical padding of the pane title in the DockManager component.
|
|
28
|
+
/// @group dock-manager
|
|
29
|
+
$kendo-dock-manager-pane-title-padding-y: null !default;
|
|
30
|
+
/// The horizontal padding of the pane title in the DockManager component.
|
|
31
|
+
/// @group dock-manager
|
|
32
|
+
$kendo-dock-manager-pane-title-padding-x: null !default;
|
|
33
|
+
/// The font family of the pane title in the DockManager component.
|
|
34
|
+
/// @group dock-manager
|
|
35
|
+
$kendo-dock-manager-pane-title-font-family: $kendo-font-family !default;
|
|
36
|
+
/// The font size of the pane title in the DockManager component.
|
|
37
|
+
/// @group dock-manager
|
|
38
|
+
$kendo-dock-manager-pane-title-font-size: $kendo-font-size-lg !default;
|
|
39
|
+
/// The line height of the pane title in the DockManager component.
|
|
40
|
+
/// @group dock-manager
|
|
41
|
+
$kendo-dock-manager-pane-title-line-height: $kendo-line-height-sm !default;
|
|
42
|
+
/// The font weight of the pane title in the DockManager component.
|
|
43
|
+
/// @group dock-manager
|
|
44
|
+
$kendo-dock-manager-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
45
|
+
|
|
46
|
+
/// The horizontal padding of the pane content in the DockManager component.
|
|
47
|
+
/// @group dock-manager
|
|
48
|
+
$kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
|
|
49
|
+
/// The vertical padding of the pane content in the DockManager component.
|
|
50
|
+
/// @group dock-manager
|
|
51
|
+
$kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-x !default;
|
|
52
|
+
|
|
53
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
54
|
+
/// @group dock-manager
|
|
55
|
+
$kendo-dock-manager-tabbed-pane-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
56
|
+
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
57
|
+
/// @group dock-manager
|
|
58
|
+
$kendo-dock-manager-tabbed-pane-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
59
|
+
|
|
60
|
+
/// The width of the unpinned pane container in the DockManager component.
|
|
61
|
+
/// @group dock-manager
|
|
62
|
+
$kendo-dock-manager-unpinned-container-width: 300px !default;
|
|
63
|
+
/// The background-color of the unpinned pane container in the DockManager component.
|
|
64
|
+
/// @group dock-manager
|
|
65
|
+
$kendo-dock-manager-unpinned-container-bg: $kendo-color-white !default;
|
|
66
|
+
/// The box shadow of the unpinned pane container in the DockManager component.
|
|
67
|
+
/// @group dock-manager
|
|
68
|
+
$kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
|
|
69
|
+
|
|
70
|
+
/// The padding of the dock indicator in the DockManager component.
|
|
71
|
+
/// @group dock-manager
|
|
72
|
+
$kendo-dock-indicator-padding: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
73
|
+
/// The background color of the dock indicator in the DockManager component.
|
|
74
|
+
/// @group dock-manager
|
|
75
|
+
$kendo-dock-indicator-bg: #f5f5f5 !default;
|
|
76
|
+
/// The text color of the dock indicator in the DockManager component.
|
|
77
|
+
/// @group dock-manager
|
|
78
|
+
$kendo-dock-indicator-text: $kendo-color-primary !default;
|
|
79
|
+
/// The outline width of the dock indicator in the DockManager component.
|
|
80
|
+
/// @group dock-manager
|
|
81
|
+
$kendo-dock-indicator-outline-width: 1px !default;
|
|
82
|
+
/// The outline style of the dock indicator in the DockManager component.
|
|
83
|
+
/// @group dock-manager
|
|
84
|
+
$kendo-dock-indicator-outline-style: solid !default;
|
|
85
|
+
/// The outline color of the dock indicator in the DockManager component.
|
|
86
|
+
/// @group dock-manager
|
|
87
|
+
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
88
|
+
/// The box shadow of the dock indicator in the DockManager component.
|
|
89
|
+
/// @group dock-manager
|
|
90
|
+
$kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) !default;
|
|
91
|
+
|
|
92
|
+
/// The background color of the hovered dock indicator in the DockManager component.
|
|
93
|
+
/// @group dock-manager
|
|
94
|
+
$kendo-dock-indicator-hover-bg: $kendo-color-primary !default;
|
|
95
|
+
/// The text color of the hovered dock indicator in the DockManager component.
|
|
96
|
+
/// @group dock-manager
|
|
97
|
+
$kendo-dock-indicator-hover-text: $kendo-color-white !default;
|
|
98
|
+
|
|
99
|
+
/// The width of the border around the dropping area in the DockManager component.
|
|
100
|
+
/// @group dock-manager
|
|
101
|
+
$kendo-dock-manager-dock-preview-border-width: 1px !default;
|
|
102
|
+
/// The style of the border around the dropping area in the DockManager component.
|
|
103
|
+
/// @group dock-manager
|
|
104
|
+
$kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
105
|
+
/// The border radius of the dropping area in the DockManager component.
|
|
106
|
+
/// @group dock-manager
|
|
107
|
+
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
108
|
+
/// The background color of the dropping area in the DockManager component.
|
|
109
|
+
/// @group dock-manager
|
|
110
|
+
$kendo-dock-manager-dock-preview-bg: rgba( $kendo-color-primary, .16 ) !default;
|
|
111
|
+
/// The border color of the dropping area in the DockManager component.
|
|
112
|
+
/// @group dock-manager
|
|
113
|
+
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
package/scss/index.scss
CHANGED
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
@import "./panelbar/_index.scss";
|
|
121
121
|
@import "./splitter/_index.scss";
|
|
122
122
|
@import "./tilelayout/_index.scss";
|
|
123
|
+
@import "./dock-manager/_index.scss";
|
|
123
124
|
|
|
124
125
|
|
|
125
126
|
// Data management
|
|
@@ -288,6 +289,7 @@
|
|
|
288
289
|
@include kendo-panelbar--styles();
|
|
289
290
|
@include kendo-splitter--styles();
|
|
290
291
|
@include kendo-tile-layout--styles();
|
|
292
|
+
@include kendo-dock-manager--styles();
|
|
291
293
|
|
|
292
294
|
|
|
293
295
|
// Data management
|
|
@@ -25,6 +25,9 @@ $kendo-pdf-viewer-page-text: $kendo-component-text !default;
|
|
|
25
25
|
$kendo-pdf-viewer-page-border: $kendo-component-border !default;
|
|
26
26
|
$kendo-pdf-viewer-page-shadow: 0 0 k-math-div( $kendo-pdf-viewer-page-spacing, 2 ) $kendo-pdf-viewer-page-border !default;
|
|
27
27
|
|
|
28
|
+
$kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
29
|
+
$kendo-pdf-viewer-search-panel-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
30
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
|
|
28
31
|
$kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
29
32
|
$kendo-pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
30
33
|
$kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
|
|
@@ -33,10 +36,6 @@ $kendo-pdf-viewer-search-panel-border: $kendo-component-border !default;
|
|
|
33
36
|
$kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
|
|
34
37
|
$kendo-pdf-viewer-search-panel-matches-spacing: $kendo-padding-sm-x !default;
|
|
35
38
|
|
|
36
|
-
$kendo-pdf-viewer-search-dialog-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
37
|
-
$kendo-pdf-viewer-search-dialog-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
38
|
-
$kendo-pdf-viewer-search-dialog-spacing: $kendo-toolbar-md-spacing !default;
|
|
39
|
-
|
|
40
39
|
$kendo-pdf-viewer-selection-line-height: $kendo-line-height-sm !default;
|
|
41
40
|
|
|
42
41
|
$kendo-pdf-viewer-search-highlight-bg: $kendo-body-text !default;
|