@vaadin/grid-pro 24.4.0-dev.b3e1d14600 → 24.5.0-alpha1
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/LICENSE +3 -1141
- package/README.md +0 -1
- package/package.json +11 -11
- package/src/lit/column-renderer-directives.d.ts +1 -1
- package/src/lit/column-renderer-directives.js +1 -1
- package/src/vaadin-grid-pro-edit-checkbox.js +1 -1
- package/src/vaadin-grid-pro-edit-column-mixin.d.ts +19 -1
- package/src/vaadin-grid-pro-edit-column-mixin.js +33 -10
- package/src/vaadin-grid-pro-edit-column.d.ts +1 -1
- package/src/vaadin-grid-pro-edit-column.js +1 -1
- package/src/vaadin-grid-pro-edit-select-mixin.js +1 -1
- package/src/vaadin-grid-pro-edit-select.js +1 -1
- package/src/vaadin-grid-pro-edit-text-field.js +1 -1
- package/src/vaadin-grid-pro-inline-editing-mixin.d.ts +1 -1
- package/src/vaadin-grid-pro-inline-editing-mixin.js +115 -57
- package/src/vaadin-grid-pro.d.ts +1 -1
- package/src/vaadin-grid-pro.js +1 -1
- package/src/vaadin-lit-grid-pro-edit-checkbox.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-column.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-select.js +2 -2
- package/src/vaadin-lit-grid-pro-edit-text-field.js +2 -2
- package/src/vaadin-lit-grid-pro.js +2 -2
- package/theme/lumo/vaadin-grid-pro-edit-checkbox.d.ts +2 -0
- package/theme/lumo/vaadin-grid-pro-edit-column.d.ts +4 -0
- package/theme/lumo/vaadin-grid-pro-edit-select-styles.d.ts +2 -0
- package/theme/lumo/vaadin-grid-pro-edit-select.d.ts +3 -0
- package/theme/lumo/vaadin-grid-pro-edit-text-field-styles.d.ts +1 -0
- package/theme/lumo/vaadin-grid-pro-edit-text-field.d.ts +3 -0
- package/theme/lumo/vaadin-grid-pro-editor-styles.d.ts +5 -0
- package/theme/lumo/vaadin-grid-pro-styles.d.ts +2 -0
- package/theme/lumo/vaadin-grid-pro.d.ts +3 -0
- package/theme/lumo/vaadin-lit-grid-pro-edit-checkbox.d.ts +2 -0
- package/theme/lumo/vaadin-lit-grid-pro-edit-column.d.ts +4 -0
- package/theme/lumo/vaadin-lit-grid-pro-edit-select.d.ts +3 -0
- package/theme/lumo/vaadin-lit-grid-pro-edit-text-field.d.ts +3 -0
- package/theme/lumo/vaadin-lit-grid-pro.d.ts +3 -0
- package/theme/material/vaadin-grid-pro-edit-checkbox.d.ts +2 -0
- package/theme/material/vaadin-grid-pro-edit-column.d.ts +4 -0
- package/theme/material/vaadin-grid-pro-edit-select-styles.d.ts +1 -0
- package/theme/material/vaadin-grid-pro-edit-select.d.ts +3 -0
- package/theme/material/vaadin-grid-pro-edit-text-field-styles.d.ts +1 -0
- package/theme/material/vaadin-grid-pro-edit-text-field.d.ts +3 -0
- package/theme/material/vaadin-grid-pro-editor-styles.d.ts +2 -0
- package/theme/material/vaadin-grid-pro-styles.d.ts +2 -0
- package/theme/material/vaadin-grid-pro.d.ts +3 -0
- package/theme/material/vaadin-lit-grid-pro-edit-checkbox.d.ts +2 -0
- package/theme/material/vaadin-lit-grid-pro-edit-column.d.ts +4 -0
- package/theme/material/vaadin-lit-grid-pro-edit-select.d.ts +3 -0
- package/theme/material/vaadin-lit-grid-pro-edit-text-field.d.ts +3 -0
- package/theme/material/vaadin-lit-grid-pro.d.ts +3 -0
- package/web-types.json +910 -0
- package/web-types.lit.json +489 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|