@wcardinal/wcardinal-ui 0.306.0 → 0.307.0
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/wcardinal/ui/theme/dark/d-theme-dark-table-body.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +3 -3
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +3 -3
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
- package/dist/wcardinal-ui.cjs.js +5 -5
- package/dist/wcardinal-ui.js +1 -1
- package/dist/wcardinal-ui.min.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.307.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -7639,7 +7639,7 @@
|
|
|
7639
7639
|
return null;
|
|
7640
7640
|
};
|
|
7641
7641
|
DThemeWhiteTableBody.prototype.getRowHeight = function () {
|
|
7642
|
-
return
|
|
7642
|
+
return 35;
|
|
7643
7643
|
};
|
|
7644
7644
|
DThemeWhiteTableBody.prototype.getInteractive = function () {
|
|
7645
7645
|
return DBaseInteractive.BOTH;
|
|
@@ -8778,7 +8778,7 @@
|
|
|
8778
8778
|
return "100%";
|
|
8779
8779
|
};
|
|
8780
8780
|
DThemeWhiteTableHeader.prototype.getHeight = function () {
|
|
8781
|
-
return
|
|
8781
|
+
return 35;
|
|
8782
8782
|
};
|
|
8783
8783
|
return DThemeWhiteTableHeader;
|
|
8784
8784
|
}(DThemeWhiteTableRow));
|