@syncfusion/ej2-layouts 20.1.61 → 20.2.39

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-layouts.umd.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-layouts.es2015.js +8 -15
  5. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  6. package/dist/es6/ej2-layouts.es5.js +8 -15
  7. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  8. package/dist/global/ej2-layouts.min.js +2 -2
  9. package/dist/global/ej2-layouts.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/helpers/e2e/dashboardHelper.js +112 -96
  12. package/helpers/e2e/index.js +9 -7
  13. package/helpers/e2e/splitter-helper.js +74 -58
  14. package/package.json +6 -6
  15. package/src/dashboard-layout/dashboard-layout.js +1 -1
  16. package/src/splitter/splitter.js +7 -14
  17. package/styles/avatar/_fusionnew-definition.scss +26 -0
  18. package/styles/avatar/_material3-definition.scss +26 -0
  19. package/styles/card/_fluent-definition.scss +2 -0
  20. package/styles/card/_fusionnew-definition.scss +121 -0
  21. package/styles/card/_layout.scss +22 -0
  22. package/styles/card/_material3-definition.scss +121 -0
  23. package/styles/card/fluent-dark.css +14 -0
  24. package/styles/card/fluent.css +14 -0
  25. package/styles/dashboard-layout/_fusionnew-definition.scss +109 -0
  26. package/styles/dashboard-layout/_material3-definition.scss +109 -0
  27. package/styles/dashboard-layout/icons/_fusionnew.scss +81 -0
  28. package/styles/dashboard-layout/icons/_material3.scss +81 -0
  29. package/styles/fluent-dark.css +14 -0
  30. package/styles/fluent.css +14 -0
  31. package/styles/splitter/_fusionnew-definition.scss +30 -0
  32. package/styles/splitter/_material3-definition.scss +30 -0
  33. package/styles/splitter/icons/_fusionnew.scss +39 -0
  34. package/styles/splitter/icons/_material3.scss +39 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.61
3
+ * version : 20.2.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,97 +1,113 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
4
- class DashboardHelper extends e2e_1.TestHelper {
5
- /**
6
- * Initialize the Dashboard Layout E2E helpers.
7
- * @param id element id of the Dashboard Layout component.
8
- * @param wrapperFn pass the wrapper function.
9
- */
10
- constructor(id, wrapperFn) {
11
- super();
12
- this.id = id;
13
- if (wrapperFn !== undefined) {
14
- this.wrapperFn = wrapperFn;
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ extendStatics(d, b);
10
+ function __() { this.constructor = d; }
11
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
+ };
13
+ })();
14
+ define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
15
+ "use strict";
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ var DashboardHelper = /** @class */ (function (_super) {
18
+ __extends(DashboardHelper, _super);
19
+ /**
20
+ * Initialize the Dashboard Layout E2E helpers.
21
+ * @param id element id of the Dashboard Layout component.
22
+ * @param wrapperFn pass the wrapper function.
23
+ */
24
+ function DashboardHelper(id, wrapperFn) {
25
+ var _this = _super.call(this) || this;
26
+ _this.id = id;
27
+ if (wrapperFn !== undefined) {
28
+ _this.wrapperFn = wrapperFn;
29
+ }
30
+ return _this;
15
31
  }
16
- return this;
17
- }
18
- /**
19
- * Gets the selector of the Dashboard Layout component.
20
- */
21
- selector(arg) {
22
- return (this.wrapperFn ? this.wrapperFn(arg) : arg);
23
- }
24
- /**
25
- * Gets root element of the Dashboard Layout component.
26
- */
27
- getElement() {
28
- return this.selector('#' + this.id);
29
- }
30
- /**
31
- * Gets the element of the Dashboard Layout component.
32
- */
33
- getDashboardLayout() {
34
- return this.selector('#' + this.id + '.e-dashboardlayout');
35
- }
36
- /**
37
- * Gets a panel container and its inner elements with the given id from dashboard layout component.
38
- */
39
- getPanelContainer() {
40
- return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-container');
41
- }
42
- /**
43
- * Gets the panel element of Dashboard Layout component which consists the panel container and its inner elements
44
- */
45
- getPanelElement() {
46
- return this.selector('#' + this.id + '.e-dashboardlayout .e-panel');
47
- }
48
- /**
49
- * Used to get the panel header of Dashboard Layout component which contains the header details.
50
- */
51
- getPanelHeader() {
52
- return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-header');
53
- }
54
- /**
55
- * Gets the panel content of Dashboard Layout component which contains the panel content class.
56
- */
57
- getPanelContent() {
58
- return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-content');
59
- }
60
- /**
61
- * Gets the resize icon positioned on the South-East side in panel container.
62
- */
63
- getSouthEastResizeIcon() {
64
- return this.selector('#' + this.id + '.e-dashboardlayout .e-south-east .e-resize');
65
- }
66
- /**
67
- * Gets the resize icon positioned on the North-East side in panel container.
68
- */
69
- getNorthEastResizeIcon() {
70
- return this.selector('#' + this.id + '.e-dashboardlayout .e-north-east .e-resize');
71
- }
72
- /**
73
- * Gets the resize icon positioned on the North-West side in panel container.
74
- */
75
- getNorthWestResizeIcon() {
76
- return this.selector('#' + this.id + '.e-dashboardlayout .e-north-west .e-resize');
77
- }
78
- /**
79
- * Gets the resize icon positioned on the South-West side in panel container.
80
- */
81
- getSouthWestResizeIcon() {
82
- return this.selector('#' + this.id + '.e-dashboardlayout .e-south-west .e-resize');
83
- }
84
- /**
85
- * Gets the clear icon from the panel element.
86
- */
87
- getClearIcon() {
88
- return this.selector('#' + this.id + '.e-dashboardlayout .e-clear-icon');
89
- }
90
- /**
91
- * Gets the transition of panel in Dashboard Layout component which is used to achieve the resizing behavior.
92
- */
93
- getPanelTansition() {
94
- return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-transition');
95
- }
96
- }
97
- exports.DashboardHelper = DashboardHelper;
32
+ /**
33
+ * Gets the selector of the Dashboard Layout component.
34
+ */
35
+ DashboardHelper.prototype.selector = function (arg) {
36
+ return (this.wrapperFn ? this.wrapperFn(arg) : arg);
37
+ };
38
+ /**
39
+ * Gets root element of the Dashboard Layout component.
40
+ */
41
+ DashboardHelper.prototype.getElement = function () {
42
+ return this.selector('#' + this.id);
43
+ };
44
+ /**
45
+ * Gets the element of the Dashboard Layout component.
46
+ */
47
+ DashboardHelper.prototype.getDashboardLayout = function () {
48
+ return this.selector('#' + this.id + '.e-dashboardlayout');
49
+ };
50
+ /**
51
+ * Gets a panel container and its inner elements with the given id from dashboard layout component.
52
+ */
53
+ DashboardHelper.prototype.getPanelContainer = function () {
54
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-container');
55
+ };
56
+ /**
57
+ * Gets the panel element of Dashboard Layout component which consists the panel container and its inner elements
58
+ */
59
+ DashboardHelper.prototype.getPanelElement = function () {
60
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-panel');
61
+ };
62
+ /**
63
+ * Used to get the panel header of Dashboard Layout component which contains the header details.
64
+ */
65
+ DashboardHelper.prototype.getPanelHeader = function () {
66
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-header');
67
+ };
68
+ /**
69
+ * Gets the panel content of Dashboard Layout component which contains the panel content class.
70
+ */
71
+ DashboardHelper.prototype.getPanelContent = function () {
72
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-content');
73
+ };
74
+ /**
75
+ * Gets the resize icon positioned on the South-East side in panel container.
76
+ */
77
+ DashboardHelper.prototype.getSouthEastResizeIcon = function () {
78
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-south-east .e-resize');
79
+ };
80
+ /**
81
+ * Gets the resize icon positioned on the North-East side in panel container.
82
+ */
83
+ DashboardHelper.prototype.getNorthEastResizeIcon = function () {
84
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-north-east .e-resize');
85
+ };
86
+ /**
87
+ * Gets the resize icon positioned on the North-West side in panel container.
88
+ */
89
+ DashboardHelper.prototype.getNorthWestResizeIcon = function () {
90
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-north-west .e-resize');
91
+ };
92
+ /**
93
+ * Gets the resize icon positioned on the South-West side in panel container.
94
+ */
95
+ DashboardHelper.prototype.getSouthWestResizeIcon = function () {
96
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-south-west .e-resize');
97
+ };
98
+ /**
99
+ * Gets the clear icon from the panel element.
100
+ */
101
+ DashboardHelper.prototype.getClearIcon = function () {
102
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-clear-icon');
103
+ };
104
+ /**
105
+ * Gets the transition of panel in Dashboard Layout component which is used to achieve the resizing behavior.
106
+ */
107
+ DashboardHelper.prototype.getPanelTansition = function () {
108
+ return this.selector('#' + this.id + '.e-dashboardlayout .e-panel-transition');
109
+ };
110
+ return DashboardHelper;
111
+ }(e2e_1.TestHelper));
112
+ exports.DashboardHelper = DashboardHelper;
113
+ });
@@ -1,7 +1,9 @@
1
- "use strict";
2
- function __export(m) {
3
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4
- }
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- __export(require("./dashboardHelper"));
7
- __export(require("./splitter-helper"));
1
+ define(["require", "exports", "./dashboardHelper", "./splitter-helper"], function (require, exports, dashboardHelper_1, splitter_helper_1) {
2
+ "use strict";
3
+ function __export(m) {
4
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5
+ }
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ __export(dashboardHelper_1);
8
+ __export(splitter_helper_1);
9
+ });
@@ -1,59 +1,75 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
4
- class SplitterHelper extends e2e_1.TestHelper {
5
- constructor(id, wrapperFn) {
6
- super();
7
- this.id = id;
8
- if (wrapperFn !== undefined) {
9
- this.wrapperFn = wrapperFn;
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ extendStatics(d, b);
10
+ function __() { this.constructor = d; }
11
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
+ };
13
+ })();
14
+ define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
15
+ "use strict";
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ var SplitterHelper = /** @class */ (function (_super) {
18
+ __extends(SplitterHelper, _super);
19
+ function SplitterHelper(id, wrapperFn) {
20
+ var _this = _super.call(this) || this;
21
+ _this.id = id;
22
+ if (wrapperFn !== undefined) {
23
+ _this.wrapperFn = wrapperFn;
24
+ }
25
+ return _this;
10
26
  }
11
- return this;
12
- }
13
- /**
14
- * The method which returns Splitter's root element.
15
- */
16
- getElement() {
17
- return this.selector('#' + this.id + ".e-splitter");
18
- }
19
- /**
20
- * The method which returns Splitter's all pane elements.
21
- */
22
- getPaneElement() {
23
- let element = this.selector('#' + this.id + ".e-splitter");
24
- let pane = [];
25
- return pane.filter.call(element.children, (ele) => pane.includes.call(ele.classList, 'e-pane'));
26
- }
27
- /**
28
- * The method which returns Splitter's separator (split-bar) elements.
29
- */
30
- getSplitBar() {
31
- let element = this.selector('#' + this.id + ".e-splitter");
32
- let split = [];
33
- return split.filter.call(element.children, (ele) => split.includes.call(ele.classList, 'e-split-bar'));
34
- }
35
- /**
36
- * The getModel method is used to return value of the property.
37
- * @param property - Specifies name of the property. It must be string type.
38
- */
39
- getModel(property) {
40
- this.getModel(property);
41
- }
42
- /**
43
- * The setModel method is used to set value for the property. It will accepts two arguments.
44
- * @param property - Specifices name of the property which value is to be updated.
45
- * @param value - Specifies corresponding value of the property.
46
- */
47
- setModel(property, value) {
48
- this.setModel(property, value);
49
- }
50
- /**
51
- * The invoke method is used to set value for the property. It will accepts two arguments.
52
- * @param property - Specifices name of the property which value is to be updated.
53
- * @param value - Specifies corresponding value of the property.
54
- */
55
- invoke(fName, args) {
56
- this.invoke(fName, args);
57
- }
58
- }
59
- exports.SplitterHelper = SplitterHelper;
27
+ /**
28
+ * The method which returns Splitter's root element.
29
+ */
30
+ SplitterHelper.prototype.getElement = function () {
31
+ return this.selector('#' + this.id + ".e-splitter");
32
+ };
33
+ /**
34
+ * The method which returns Splitter's all pane elements.
35
+ */
36
+ SplitterHelper.prototype.getPaneElement = function () {
37
+ var element = this.selector('#' + this.id + ".e-splitter");
38
+ var pane = [];
39
+ return pane.filter.call(element.children, function (ele) { return pane.includes.call(ele.classList, 'e-pane'); });
40
+ };
41
+ /**
42
+ * The method which returns Splitter's separator (split-bar) elements.
43
+ */
44
+ SplitterHelper.prototype.getSplitBar = function () {
45
+ var element = this.selector('#' + this.id + ".e-splitter");
46
+ var split = [];
47
+ return split.filter.call(element.children, function (ele) { return split.includes.call(ele.classList, 'e-split-bar'); });
48
+ };
49
+ /**
50
+ * The getModel method is used to return value of the property.
51
+ * @param property - Specifies name of the property. It must be string type.
52
+ */
53
+ SplitterHelper.prototype.getModel = function (property) {
54
+ this.getModel(property);
55
+ };
56
+ /**
57
+ * The setModel method is used to set value for the property. It will accepts two arguments.
58
+ * @param property - Specifices name of the property which value is to be updated.
59
+ * @param value - Specifies corresponding value of the property.
60
+ */
61
+ SplitterHelper.prototype.setModel = function (property, value) {
62
+ this.setModel(property, value);
63
+ };
64
+ /**
65
+ * The invoke method is used to set value for the property. It will accepts two arguments.
66
+ * @param property - Specifices name of the property which value is to be updated.
67
+ * @param value - Specifies corresponding value of the property.
68
+ */
69
+ SplitterHelper.prototype.invoke = function (fName, args) {
70
+ this.invoke(fName, args);
71
+ };
72
+ return SplitterHelper;
73
+ }(e2e_1.TestHelper));
74
+ exports.SplitterHelper = SplitterHelper;
75
+ });
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@20.1.58",
3
+ "_id": "@syncfusion/ej2-layouts@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Yoo0oKLRCpNrc4VWz4kGIEsSdF8tTh62hLzM2wPE7ULszPbucUZgaiLzu3SKEbpg4Qf0oi4mamZQ7q5gXyRGOg==",
5
+ "_integrity": "sha512-IgHyJoUKtauVDuYbsAexZle2IHmDUS9TMjBhiry2jTuAx/h9q35hMbPgiRYOFQL9AF2iOwseM0bxeEEwRTgcwQ==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.1.58.tgz",
31
- "_shasum": "b31c51a86cbcaf3e5dd7b85f415b6a77b60e4964",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.2.38.tgz",
31
+ "_shasum": "9a2ec32a68549dba4ee2c5ff45ed8a3a257b9f31",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.1.61"
39
+ "@syncfusion/ej2-base": "~20.2.38"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.1.61",
79
+ "version": "20.2.39",
80
80
  "sideEffects": false
81
81
  }
@@ -1578,7 +1578,7 @@ var DashboardLayout = /** @class */ (function (_super) {
1578
1578
  }
1579
1579
  var isSwappable = false;
1580
1580
  for (var count1 = 0; count1 < collisions.length; count1++) {
1581
- if (collisions.length >= 1 && this.cloneObject[this.mainElement.id].row === this.oldRowCol[this.mainElement.id].row) {
1581
+ if (collisions.length >= 1 && this.cloneObject[this.mainElement.id] && this.cloneObject[this.mainElement.id].row === this.oldRowCol[this.mainElement.id].row) {
1582
1582
  return false;
1583
1583
  }
1584
1584
  }
@@ -1025,11 +1025,11 @@ var Splitter = /** @class */ (function (_super) {
1025
1025
  var flexPaneIndexes = [];
1026
1026
  var flexCount = 0;
1027
1027
  var children = this.element.children;
1028
- for (var i = 0; i < children.length; i++) {
1028
+ for (var i = 0, len = children.length; i < len; i++) {
1029
1029
  totalWidth += this.orientation === 'Horizontal' ? children[i].offsetWidth :
1030
1030
  children[i].offsetHeight;
1031
1031
  }
1032
- for (var j = 0; j < this.allBars.length; j++) {
1032
+ for (var j = 0, len = this.allBars.length; j < len; j++) {
1033
1033
  totalWidth += this.orientation === 'Horizontal' ? parseInt(getComputedStyle(this.allBars[j]).marginLeft, 10) +
1034
1034
  parseInt(getComputedStyle(this.allBars[j]).marginLeft, 10) : parseInt(getComputedStyle(this.allBars[j]).marginTop, 10) +
1035
1035
  parseInt(getComputedStyle(this.allBars[j]).marginBottom, 10);
@@ -1037,14 +1037,15 @@ var Splitter = /** @class */ (function (_super) {
1037
1037
  var diff = this.orientation === 'Horizontal' ? this.element.offsetWidth -
1038
1038
  ((this.border * 2) + totalWidth) :
1039
1039
  this.element.offsetHeight - ((this.border * 2) + totalWidth);
1040
- for (var i = 0; i < this.allPanes.length; i++) {
1041
- if (!this.paneSettings[i].size && !(this.allPanes[i].innerText === '')) {
1040
+ for (var i = 0, len = this.allPanes.length; i < len; i++) {
1041
+ if (this.allPanes[i].innerText === '' ? !(this.paneSettings[i].size) || !(this.allPanes[i].innerText === '')
1042
+ : !(this.paneSettings[i].size) && !(this.allPanes[i].innerText === '')) {
1042
1043
  flexPaneIndexes[flexCount] = i;
1043
1044
  flexCount++;
1044
1045
  }
1045
1046
  }
1046
1047
  var avgDiffWidth = diff / flexPaneIndexes.length;
1047
- for (var j = 0; j < flexPaneIndexes.length; j++) {
1048
+ for (var j = 0, len = flexPaneIndexes.length; j < len; j++) {
1048
1049
  this.allPanes[flexPaneIndexes[j]].style.flexBasis = this.orientation === 'Horizontal' ?
1049
1050
  (this.allPanes[flexPaneIndexes[j]].offsetWidth + avgDiffWidth) + 'px' :
1050
1051
  (this.allPanes[flexPaneIndexes[j]].offsetHeight + avgDiffWidth) + 'px';
@@ -1121,15 +1122,7 @@ var Splitter = /** @class */ (function (_super) {
1121
1122
  if (icon.classList.contains(ARROW_RIGHT) || icon.classList.contains(ARROW_DOWN)) {
1122
1123
  this.expandAction(e);
1123
1124
  }
1124
- var totalWidth = 0;
1125
- var children = this.element.children;
1126
- for (var i = 0; i < children.length; i++) {
1127
- totalWidth += this.orientation === 'Horizontal' ? children[i].offsetWidth :
1128
- children[i].offsetHeight;
1129
- }
1130
- if (totalWidth > this.element.offsetWidth) {
1131
- this.updateSplitterSize();
1132
- }
1125
+ this.updateSplitterSize();
1133
1126
  };
1134
1127
  Splitter.prototype.expandAction = function (e) {
1135
1128
  var _this = this;
@@ -0,0 +1,26 @@
1
+ // Avatar Base
2
+ $avatar-base-border-radius: 2px !default;
3
+ $avatar-base-background-color: $content-bg-color-alt3 !default;
4
+ $avatar-base-font-size: $text-sm !default;
5
+ $avatar-base-width: 40px !default;
6
+ $avatar-base-height: 40px !default;
7
+ $avatar-base-line-height: 22px !default;
8
+ $avatar-base-text-color: $icon-color !default;
9
+ $avatar-base-font-weight: $font-weight-medium !default;
10
+ $avatar-base-img-height: 100% !default;
11
+
12
+ // Circle Avatar
13
+ $avatar-circle-border-radius: 50% !default;
14
+
15
+ // Avatar size
16
+ $avatar-xsmall-font-size: $text-xxs !default;
17
+ $avatar-small-font-size: $text-xs !default;
18
+ $avatar-large-font-size: $text-lg !default;
19
+ $avatar-xlarge-font-size: $text-xl !default;
20
+ $avatar-large-border-radius: 4px !default;
21
+
22
+ // Avatar Line Height
23
+ $avatar-base-xsmall-line-height: 16px !default;
24
+ $avatar-base-small-line-height: 18px !default;
25
+ $avatar-base-large-line-height: 28px !default;
26
+ $avatar-base-xlarge-line-height: 28px !default;
@@ -0,0 +1,26 @@
1
+ // Avatar Base
2
+ $avatar-base-border-radius: 2px !default;
3
+ $avatar-base-background-color: $content-bg-color-alt3 !default;
4
+ $avatar-base-font-size: $text-sm !default;
5
+ $avatar-base-width: 40px !default;
6
+ $avatar-base-height: 40px !default;
7
+ $avatar-base-line-height: 22px !default;
8
+ $avatar-base-text-color: $icon-color !default;
9
+ $avatar-base-font-weight: $font-weight-medium !default;
10
+ $avatar-base-img-height: 100% !default;
11
+
12
+ // Circle Avatar
13
+ $avatar-circle-border-radius: 50% !default;
14
+
15
+ // Avatar size
16
+ $avatar-xsmall-font-size: $text-xxs !default;
17
+ $avatar-small-font-size: $text-xs !default;
18
+ $avatar-large-font-size: $text-lg !default;
19
+ $avatar-xlarge-font-size: $text-xl !default;
20
+ $avatar-large-border-radius: 4px !default;
21
+
22
+ // Avatar Line Height
23
+ $avatar-base-xsmall-line-height: 16px !default;
24
+ $avatar-base-small-line-height: 18px !default;
25
+ $avatar-base-large-line-height: 28px !default;
26
+ $avatar-base-xlarge-line-height: 28px !default;
@@ -79,6 +79,8 @@ $card-image-title-nrml-padding: 8px 16px !default;
79
79
  $card-img-title-bigger-padding: 12px 20px !default;
80
80
  $card-action-nrml-padding: 16px !default;
81
81
  $card-action-bigger-padding: 20px !default;
82
+ $card-header-bigger-whole-padding: 20px !default;
83
+ $card-header-whole-padding: 16px !default;
82
84
  //Layout Variables End
83
85
 
84
86
  //Theme Variables Start