mithril-materialized 3.14.5 → 3.15.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/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/dist/index.umd.js +1 -0
- package/package.json +10 -10
package/dist/index.esm.js
CHANGED
|
@@ -4584,6 +4584,7 @@ const DataTable = () => {
|
|
|
4584
4584
|
style: {
|
|
4585
4585
|
maxHeight: height ? `${height}px` : undefined,
|
|
4586
4586
|
overflowY: height ? 'auto' : undefined,
|
|
4587
|
+
overflowX: responsive ? 'auto' : undefined,
|
|
4587
4588
|
},
|
|
4588
4589
|
}, processedData.length === 0
|
|
4589
4590
|
? m('.datatable-empty', emptyMessage || (i18n === null || i18n === void 0 ? void 0 : i18n.noDataAvailable) || 'No data available')
|
package/dist/index.js
CHANGED
|
@@ -4586,6 +4586,7 @@ const DataTable = () => {
|
|
|
4586
4586
|
style: {
|
|
4587
4587
|
maxHeight: height ? `${height}px` : undefined,
|
|
4588
4588
|
overflowY: height ? 'auto' : undefined,
|
|
4589
|
+
overflowX: responsive ? 'auto' : undefined,
|
|
4589
4590
|
},
|
|
4590
4591
|
}, processedData.length === 0
|
|
4591
4592
|
? m('.datatable-empty', emptyMessage || (i18n === null || i18n === void 0 ? void 0 : i18n.noDataAvailable) || 'No data available')
|
package/dist/index.umd.js
CHANGED
|
@@ -4588,6 +4588,7 @@
|
|
|
4588
4588
|
style: {
|
|
4589
4589
|
maxHeight: height ? `${height}px` : undefined,
|
|
4590
4590
|
overflowY: height ? 'auto' : undefined,
|
|
4591
|
+
overflowX: responsive ? 'auto' : undefined,
|
|
4591
4592
|
},
|
|
4592
4593
|
}, processedData.length === 0
|
|
4593
4594
|
? m('.datatable-empty', emptyMessage || (i18n === null || i18n === void 0 ? void 0 : i18n.noDataAvailable) || 'No data available')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mithril-materialized",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "A materialize library for mithril.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -74,26 +74,26 @@
|
|
|
74
74
|
"mithril": "^2.3.8"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@playwright/test": "^1.
|
|
77
|
+
"@playwright/test": "^1.58.2",
|
|
78
78
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
79
79
|
"@testing-library/dom": "^10.4.1",
|
|
80
80
|
"@testing-library/jest-dom": "^6.9.1",
|
|
81
81
|
"@testing-library/user-event": "^14.6.1",
|
|
82
82
|
"@types/jest": "^30.0.0",
|
|
83
|
-
"@types/mithril": "^2.2.
|
|
84
|
-
"autoprefixer": "^10.4.
|
|
83
|
+
"@types/mithril": "^2.2.8",
|
|
84
|
+
"autoprefixer": "^10.4.27",
|
|
85
85
|
"concurrently": "^9.2.1",
|
|
86
86
|
"identity-obj-proxy": "^3.0.0",
|
|
87
|
-
"jest": "^30.
|
|
88
|
-
"jest-environment-jsdom": "^30.
|
|
87
|
+
"jest": "^30.3.0",
|
|
88
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
89
89
|
"js-yaml": "^4.1.1",
|
|
90
|
-
"rimraf": "^6.1.
|
|
91
|
-
"rollup": "^4.
|
|
90
|
+
"rimraf": "^6.1.3",
|
|
91
|
+
"rollup": "^4.59.0",
|
|
92
92
|
"rollup-plugin-postcss": "^4.0.2",
|
|
93
|
-
"sass": "^1.
|
|
93
|
+
"sass": "^1.98.0",
|
|
94
94
|
"ts-jest": "^29.4.6",
|
|
95
95
|
"tslib": "^2.8.1",
|
|
96
|
-
"typedoc": "^0.28.
|
|
96
|
+
"typedoc": "^0.28.17",
|
|
97
97
|
"typescript": "^5.9.3"
|
|
98
98
|
}
|
|
99
99
|
}
|