@3mo/data-grid 0.2.3 → 0.2.5

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/package.json CHANGED
@@ -1,53 +1,53 @@
1
- {
2
- "name": "@3mo/data-grid",
3
- "version": "0.2.3",
4
- "description": "A data grid web component",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/3mo-esolutions/web-components"
8
- },
9
- "keywords": [
10
- "lit",
11
- "web-component",
12
- "material",
13
- "data-grid"
14
- ],
15
- "author": "3MO GmbH",
16
- "license": "MIT",
17
- "homepage": "https://www.3mo.de",
18
- "type": "module",
19
- "main": "dist/index.js",
20
- "types": "dist/index.d.ts",
21
- "files": [
22
- "dist"
23
- ],
24
- "dependencies": {
25
- "tslib": "x",
26
- "@a11d/lit": "x",
27
- "@a11d/lit-application": "x",
28
- "@3mo/flex": "x",
29
- "@3mo/grid": "x",
30
- "@3mo/key-path": "x",
31
- "@3mo/icon": "x",
32
- "@3mo/icon-button": "x",
33
- "@3mo/checkbox": "x",
34
- "@3mo/slot-controller": "x",
35
- "@3mo/instanceof-attribute-controller": "x",
36
- "@3mo/media-query-observer": "x",
37
- "@3mo/mutation-observer": "x",
38
- "@3mo/resize-observer": "x",
39
- "@3mo/localization": "x",
40
- "@3mo/context-menu": "x",
41
- "@3mo/tooltip": "x",
42
- "@3mo/number-fields": "x",
43
- "@3mo/text-fields": "x",
44
- "@3mo/select-field": "x",
45
- "@3mo/section": "x",
46
- "@3mo/date-time-fields": "x",
47
- "@3mo/empty-state": "x",
48
- "@3mo/splitter": "x",
49
- "@3mo/theme": "x",
50
- "@3mo/downloader": "x",
51
- "@3mo/keyboard-controller": "x"
52
- }
53
- }
1
+ {
2
+ "name": "@3mo/data-grid",
3
+ "version": "0.2.5",
4
+ "description": "A data grid web component",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/3mo-esolutions/web-components"
8
+ },
9
+ "keywords": [
10
+ "lit",
11
+ "web-component",
12
+ "material",
13
+ "data-grid"
14
+ ],
15
+ "author": "3MO GmbH",
16
+ "license": "MIT",
17
+ "homepage": "https://www.3mo.de",
18
+ "type": "module",
19
+ "main": "dist/index.js",
20
+ "types": "dist/index.d.ts",
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "dependencies": {
25
+ "tslib": "x",
26
+ "@a11d/lit": "x",
27
+ "@a11d/lit-application": "x",
28
+ "@3mo/flex": "x",
29
+ "@3mo/grid": "x",
30
+ "@3mo/key-path": "x",
31
+ "@3mo/icon": "x",
32
+ "@3mo/icon-button": "x",
33
+ "@3mo/checkbox": "x",
34
+ "@3mo/slot-controller": "x",
35
+ "@3mo/instanceof-attribute-controller": "x",
36
+ "@3mo/media-query-observer": "x",
37
+ "@3mo/mutation-observer": "x",
38
+ "@3mo/resize-observer": "x",
39
+ "@3mo/localization": "x",
40
+ "@3mo/context-menu": "x",
41
+ "@3mo/tooltip": "x",
42
+ "@3mo/number-fields": "x",
43
+ "@3mo/text-fields": "x",
44
+ "@3mo/select-field": "x",
45
+ "@3mo/section": "x",
46
+ "@3mo/date-time-fields": "x",
47
+ "@3mo/empty-state": "x",
48
+ "@3mo/splitter": "x",
49
+ "@3mo/theme": "x",
50
+ "@3mo/downloader": "x",
51
+ "@3mo/keyboard-controller": "x"
52
+ }
53
+ }
@@ -1,20 +0,0 @@
1
- import { DataGridColumn } from './DataGridColumn.js';
2
- /**
3
- * @element mo-data-grid-column-delete
4
- *
5
- * @attr prevent - Prevents the delete button from being displayed
6
- *
7
- * @fires delete
8
- */
9
- export declare class DataGridColumnDelete<TData> extends DataGridColumn<TData, never> {
10
- readonly delete: EventDispatcher<TData>;
11
- prevent: boolean;
12
- getContentTemplate: (_: never, data?: TData) => import("lit-html").HTMLTemplateResult;
13
- getEditContentTemplate: undefined;
14
- }
15
- declare global {
16
- interface HTMLElementTagNameMap {
17
- 'mo-data-grid-column-delete': DataGridColumnDelete<unknown>;
18
- }
19
- }
20
- //# sourceMappingURL=DataGridColumnDelete.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataGridColumnDelete.d.ts","sourceRoot":"","sources":["../../columns/DataGridColumnDelete.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAMpD;;;;;;GAMG;AACH,qBACa,oBAAoB,CAAC,KAAK,CAAE,SAAQ,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC;IACnE,QAAQ,CAAC,MAAM,EAAG,eAAe,CAAC,KAAK,CAAC,CAAA;IAEpB,OAAO,UAAQ;IAE5C,kBAAkB,MAAO,KAAK,SAAS,KAAK,2CAK3C;IAED,sBAAsB,YAAY;CAClC;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,4BAA4B,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAA;KAC3D;CACD"}