@operato/data-grist 1.19.13 → 1.20.16
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 +9 -0
- package/dist/src/data-card/data-card.d.ts +1 -1
- package/dist/src/data-card/record-card.d.ts +1 -1
- package/dist/src/data-grid/data-grid-body.d.ts +1 -1
- package/dist/src/data-grid/data-grid-footer.d.ts +1 -1
- package/dist/src/data-grid/data-grid.d.ts +1 -1
- package/dist/src/data-grist.d.ts +1 -1
- package/dist/src/data-list/data-list.d.ts +1 -1
- package/dist/src/data-list/record-partial.d.ts +1 -1
- package/dist/src/data-report/data-report-body.d.ts +1 -1
- package/dist/src/data-report/data-report-component.d.ts +1 -1
- package/dist/src/data-report.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-checkbox.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-color.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-date.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-datetime.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-email.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-file.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-image.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-month.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-multiple-select.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-number.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-password.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-select.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-tel.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-text.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-textarea.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-time.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-tree.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-week.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor.d.ts +2 -2
- package/dist/src/editors/ox-input-tree.d.ts +1 -1
- package/dist/src/empty-note.d.ts +1 -1
- package/dist/src/record-view/record-creator.d.ts +1 -1
- package/dist/src/record-view/record-view-body.d.ts +2 -2
- package/dist/src/record-view/record-view.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer-progress.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer-tree.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.20.16](https://github.com/hatiolab/operato/compare/v1.19.16...v1.20.16) (2025-01-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* update lit@3 ([27945ca](https://github.com/hatiolab/operato/commit/27945ca66668eff48395b173424f69128dfef3a9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
### [1.19.13](https://github.com/hatiolab/operato/compare/v1.19.12...v1.19.13) (2025-01-10)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @operato/data-grist
|
|
@@ -13,7 +13,7 @@ export declare class DataCard extends DataManipulator {
|
|
|
13
13
|
private _page;
|
|
14
14
|
firstUpdated(changes: PropertyValues<this>): void;
|
|
15
15
|
updated(changes: PropertyValues<this>): void;
|
|
16
|
-
render(): import("lit").TemplateResult<1>;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
17
|
gotoTop(e: Event): void;
|
|
18
18
|
get pullToRefreshTarget(): this;
|
|
19
19
|
}
|
|
@@ -17,6 +17,6 @@ export declare class RecordCard extends LitElement {
|
|
|
17
17
|
private dblclickHandler;
|
|
18
18
|
firstUpdated(): void;
|
|
19
19
|
updated(changes: PropertyValues<this>): void;
|
|
20
|
-
render(): import("lit").TemplateResult<1>;
|
|
20
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
21
21
|
popupRecordView(): void;
|
|
22
22
|
}
|
|
@@ -33,7 +33,7 @@ export declare class DataGridBody extends LitElement {
|
|
|
33
33
|
private _draggable?;
|
|
34
34
|
resetEdit(): void;
|
|
35
35
|
handleOnScroll(e: WheelEvent): void;
|
|
36
|
-
render(): import("lit").TemplateResult<1>;
|
|
36
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
37
37
|
firstUpdated(): void;
|
|
38
38
|
getFieldByIndex(rowIndex: number, columnIndex: number, residue?: boolean): DataGridField | undefined;
|
|
39
39
|
_onWheelEvent(e: WheelEvent): true | undefined;
|
|
@@ -30,7 +30,7 @@ export declare class DataGrid extends DataManipulator {
|
|
|
30
30
|
onRecordChanged(recordData: GristRecord, row: number, column: ColumnConfig | null): void;
|
|
31
31
|
updated(changes: PropertyValues<this>): void;
|
|
32
32
|
calculateWidths(columns: ColumnConfig[]): void;
|
|
33
|
-
render(): import("lit").TemplateResult<1>;
|
|
33
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
34
34
|
focus(): void;
|
|
35
35
|
get pullToRefreshTarget(): LitElement;
|
|
36
36
|
}
|
package/dist/src/data-grist.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ export declare class DataGrist extends LitElement implements DataConsumer {
|
|
|
106
106
|
private setPullToRefresh;
|
|
107
107
|
private setConfig;
|
|
108
108
|
private setHeadroom;
|
|
109
|
-
render(): import("lit").TemplateResult<1>;
|
|
109
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
110
110
|
private onKeydown;
|
|
111
111
|
/**
|
|
112
112
|
* Gets the current state of the component. The state includes information about the
|
|
@@ -12,7 +12,7 @@ export declare class DataList extends DataManipulator {
|
|
|
12
12
|
private _page;
|
|
13
13
|
firstUpdated(changes: PropertyValues<this>): void;
|
|
14
14
|
updated(changes: PropertyValues<this>): void;
|
|
15
|
-
render(): import("lit").TemplateResult<1>;
|
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
16
16
|
gotoTop(e: Event): void;
|
|
17
17
|
get pullToRefreshTarget(): this;
|
|
18
18
|
}
|
|
@@ -15,6 +15,6 @@ export declare class RecordPartial extends LitElement {
|
|
|
15
15
|
attributeChangedCallback(name: string, oldval: any, newval: any): void;
|
|
16
16
|
firstUpdated(): void;
|
|
17
17
|
updated(changes: PropertyValues<this>): void;
|
|
18
|
-
render(): import("lit").TemplateResult<1>;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
19
|
popupRecordView(): void;
|
|
20
20
|
}
|
|
@@ -11,7 +11,7 @@ export declare class DataReportBody extends LitElement {
|
|
|
11
11
|
column: number;
|
|
12
12
|
};
|
|
13
13
|
private _focusedListener?;
|
|
14
|
-
render(): import("lit").TemplateResult<1>;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
firstUpdated(): void;
|
|
16
16
|
updated(changes: PropertyValues<this>): void;
|
|
17
17
|
focus(): void;
|
|
@@ -15,7 +15,7 @@ export declare class DataReportComponent extends LitElement {
|
|
|
15
15
|
firstUpdated(): void;
|
|
16
16
|
updated(changes: PropertyValues<this>): void;
|
|
17
17
|
calculateWidths(columns: ColumnConfig[]): void;
|
|
18
|
-
render(): import("lit").TemplateResult<1>;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
19
|
focus(): void;
|
|
20
20
|
get pullToRefreshTarget(): HTMLElement;
|
|
21
21
|
}
|
|
@@ -23,7 +23,7 @@ export declare class DataReport extends LitElement implements DataConsumer {
|
|
|
23
23
|
private resetPullToRefresh;
|
|
24
24
|
private setPullToRefresh;
|
|
25
25
|
firstUpdated(): Promise<void>;
|
|
26
|
-
render(): import("lit").TemplateResult<1>;
|
|
26
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
27
27
|
fetch(reset?: boolean): Promise<void>;
|
|
28
28
|
updated(changes: PropertyValues<this>): Promise<void>;
|
|
29
29
|
get dirtyData(): any;
|
|
@@ -2,5 +2,5 @@ import { OxGristEditor } from './ox-grist-editor.js';
|
|
|
2
2
|
export declare class OxGristEditorCheckbox extends OxGristEditor {
|
|
3
3
|
formatFromEditor(e: Event): boolean;
|
|
4
4
|
formatForEditor(value: any): any;
|
|
5
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
5
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { OxGristEditor } from './ox-grist-editor.js';
|
|
|
2
2
|
export declare class OxGristEditorDateTime extends OxGristEditor {
|
|
3
3
|
formatForEditor(timestamp: any): string;
|
|
4
4
|
formatFromEditor(e: Event): number;
|
|
5
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
5
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
2
2
|
export declare class OxGristEditorFile extends OxGristEditor {
|
|
3
3
|
formatFromEditor(e: Event): any;
|
|
4
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
4
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@operato/input/ox-input-image.js';
|
|
2
2
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
3
3
|
export declare class OxGristEditorImage extends OxGristEditor {
|
|
4
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
4
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
5
5
|
_onchange(e: Event): void;
|
|
6
6
|
formatFromEditor(e: Event): string | File;
|
|
7
7
|
}
|
|
@@ -4,5 +4,5 @@ import '@operato/popup/ox-popup-list.js';
|
|
|
4
4
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
5
5
|
export declare class OxGristEditorMultipleSelect extends OxGristEditor {
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
7
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
2
2
|
export declare class OxGristEditorNumber extends OxGristEditor {
|
|
3
3
|
formatFromEditor(e: Event): number;
|
|
4
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
4
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@operato/input/ox-input-textarea.js';
|
|
2
2
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
3
3
|
export declare class OxGristEditorTextarea extends OxGristEditor {
|
|
4
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
4
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -2,5 +2,5 @@ import './ox-input-tree';
|
|
|
2
2
|
import { OxGristEditor } from './ox-grist-editor.js';
|
|
3
3
|
export declare class OxGristEditorTree extends OxGristEditor {
|
|
4
4
|
static styles: import("lit").CSSResult[];
|
|
5
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
5
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
6
6
|
}
|
|
@@ -10,7 +10,7 @@ export declare class OxGristEditor extends LitElement {
|
|
|
10
10
|
field?: DataGridField;
|
|
11
11
|
row?: number;
|
|
12
12
|
protected _dirtyValue?: any;
|
|
13
|
-
render(): import("lit").TemplateResult<1>;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
14
|
get editor(): HTMLElement | null;
|
|
15
15
|
get directEditable(): boolean;
|
|
16
16
|
firstUpdated(): Promise<void>;
|
|
@@ -23,5 +23,5 @@ export declare class OxGristEditor extends LitElement {
|
|
|
23
23
|
_onkeydown(e: Event): void;
|
|
24
24
|
_onclick(e: Event): void;
|
|
25
25
|
_ondblclick(e: Event): void;
|
|
26
|
-
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
26
|
+
get editorTemplate(): import("lit-html").TemplateResult<1>;
|
|
27
27
|
}
|
|
@@ -11,7 +11,7 @@ export declare class OxInputTree extends OxFormField {
|
|
|
11
11
|
private checked?;
|
|
12
12
|
private expanded?;
|
|
13
13
|
input: HTMLInputElement;
|
|
14
|
-
render(): import("lit").TemplateResult<1>;
|
|
14
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
updated(changes: PropertyValues<this>): void;
|
|
16
16
|
focus(): void;
|
|
17
17
|
select(): void;
|
package/dist/src/empty-note.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare class RecordCreator extends LitElement {
|
|
|
10
10
|
lightPopup: boolean;
|
|
11
11
|
constructor();
|
|
12
12
|
connectedCallback(): void;
|
|
13
|
-
render(): import("lit").TemplateResult<1>;
|
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
14
14
|
lightPopupRecordView(): void;
|
|
15
15
|
popupRecordView(): void;
|
|
16
16
|
}
|
|
@@ -9,6 +9,6 @@ export declare class RecordViewBody extends LitElement {
|
|
|
9
9
|
rowIndex: number;
|
|
10
10
|
currentTarget: any;
|
|
11
11
|
connectedCallback(): void;
|
|
12
|
-
render(): import("lit").TemplateResult<1>;
|
|
13
|
-
_renderLabel(column: ColumnConfig): import("lit").TemplateResult<1>;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
+
_renderLabel(column: ColumnConfig): import("lit-html").TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -9,7 +9,7 @@ export declare class RecordView extends LitElement {
|
|
|
9
9
|
columns: ColumnConfig[];
|
|
10
10
|
record: GristRecord;
|
|
11
11
|
rowIndex: number;
|
|
12
|
-
render(): import("lit").TemplateResult<1>;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
13
|
firstUpdated(): void;
|
|
14
14
|
onReset(): void;
|
|
15
15
|
onCancel(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OxGristRenderer } from './ox-grist-renderer';
|
|
2
2
|
export declare class OxGristRendererProgress extends OxGristRenderer {
|
|
3
3
|
static styles: import("lit").CSSResult;
|
|
4
|
-
get rendererTemplate(): import("lit").TemplateResult<1>;
|
|
4
|
+
get rendererTemplate(): import("lit-html").TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -4,7 +4,7 @@ export declare class OxGristRendererTree extends OxGristRenderer {
|
|
|
4
4
|
static styles: import("lit").CSSResult;
|
|
5
5
|
private checked?;
|
|
6
6
|
private expanded?;
|
|
7
|
-
get rendererTemplate(): import("lit").TemplateResult<1>;
|
|
7
|
+
get rendererTemplate(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
updated(changes: PropertyValues<this>): void;
|
|
9
9
|
onClickCheckbox(e: MouseEvent): void;
|
|
10
10
|
onClickExpander(e: MouseEvent): void;
|
|
@@ -9,7 +9,7 @@ export declare class OxGristRenderer extends LitElement {
|
|
|
9
9
|
rowIndex?: number;
|
|
10
10
|
field?: DataGridField;
|
|
11
11
|
row?: number;
|
|
12
|
-
render(): import("lit").TemplateResult<1>;
|
|
12
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
13
13
|
firstUpdated(): Promise<void>;
|
|
14
|
-
get rendererTemplate(): import("lit").TemplateResult<1>;
|
|
14
|
+
get rendererTemplate(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
}
|