commons-shared-web-ui 0.0.30 → 0.0.31
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/index.d.ts
CHANGED
|
@@ -3572,6 +3572,13 @@ declare class SmartTableComponent implements OnInit, OnChanges, AfterViewInit, O
|
|
|
3572
3572
|
activeFilterLabels: {
|
|
3573
3573
|
[key: string]: string;
|
|
3574
3574
|
};
|
|
3575
|
+
/** Viewport-relative position used to render the filter panel as position:fixed. */
|
|
3576
|
+
filterPosition: {
|
|
3577
|
+
top: number;
|
|
3578
|
+
left: number;
|
|
3579
|
+
};
|
|
3580
|
+
/** The filter config for the currently open filter panel. */
|
|
3581
|
+
activeFilterData: any | null;
|
|
3575
3582
|
deleteModalOpen: boolean;
|
|
3576
3583
|
deleteModalConfig: any;
|
|
3577
3584
|
private pendingDeleteAction;
|
package/package.json
CHANGED
|
Binary file
|