@schukai/monster 4.41.0 → 4.42.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/CHANGELOG.md +11 -0
- package/package.json +1 -1
- package/source/components/datatable/constants.mjs +15 -15
- package/source/components/datatable/datatable/header.mjs +253 -226
- package/source/components/datatable/datatable.mjs +200 -120
- package/source/components/datatable/style/datatable.pcss +57 -38
- package/source/components/datatable/stylesheet/datatable.mjs +7 -14
- package/source/components/form/quantity.mjs +1 -1
@@ -315,8 +315,8 @@ function getTemplate() {
|
|
315
315
|
|
316
316
|
<input data-monster-role="input"
|
317
317
|
part="input"
|
318
|
-
class="\${classes.input}"
|
319
318
|
data-monster-attributes="
|
319
|
+
class path:classes.input,
|
320
320
|
placeholder path:placeholder,
|
321
321
|
inputmode path:inputmode"
|
322
322
|
autocomplete="off" />
|