@dxs-ts/eveli-ide 0.0.339 → 0.0.341
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/build/{cssMode-CqBNZNUV.js → cssMode-CPAdKPW8.js} +1 -1
- package/build/eveli-table/table-state/saved-table-filters.d.ts +3 -0
- package/build/eveli-table/table-state/table-state-types.d.ts +1 -0
- package/build/eveli-table/tool-column-saved-filter/useUtilityClasses.d.ts +3 -0
- package/build/{freemarker2-BUEibGnb.js → freemarker2-DDK8AYMT.js} +1 -1
- package/build/{handlebars-DnGzzeJl.js → handlebars-BQbldPCz.js} +1 -1
- package/build/{html-Do2QlZzF.js → html-n3EOC1BX.js} +1 -1
- package/build/{htmlMode-Cz-j-E44.js → htmlMode-mpN0Soez.js} +1 -1
- package/build/{index-Dpzs2doc.js → index-CiU8cwRr.js} +26067 -25954
- package/build/index.js +1 -1
- package/build/{javascript-RymwQ9CQ.js → javascript-DtqYqXl3.js} +1 -1
- package/build/{jsonMode-kXdmq3s3.js → jsonMode-NNuqCdLl.js} +1 -1
- package/build/{liquid-zS09Tvmq.js → liquid-QB4Cf9iQ.js} +1 -1
- package/build/{mdx-ruwAnE_v.js → mdx-CPzJKIxn.js} +1 -1
- package/build/{python-BpR2_cmS.js → python-BwsEIUcY.js} +1 -1
- package/build/{razor-B1r1myCx.js → razor-B38xYmdt.js} +1 -1
- package/build/{tsMode-b8jZdalk.js → tsMode-CuuyUrKG.js} +1 -1
- package/build/{typescript-C0bJSRwL.js → typescript-CvYayDv9.js} +1 -1
- package/build/{xml-D8xy_fSd.js → xml-bArjkHfw.js} +1 -1
- package/build/{yaml-BoDKJG6Y.js → yaml-CG9rueri.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-CiU8cwRr.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -12,6 +12,9 @@ export declare function useSavedTableFilters(tableId: string): {
|
|
|
12
12
|
} | {
|
|
13
13
|
label: string;
|
|
14
14
|
type: "CREATE";
|
|
15
|
+
} | {
|
|
16
|
+
dataId: string;
|
|
17
|
+
type: "DELETE";
|
|
15
18
|
})) => Promise<void>;
|
|
16
19
|
onRestore: () => Promise<TableStateInitWith | undefined>;
|
|
17
20
|
filters: SavedFilter[] | undefined;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const Root: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
2
|
+
export declare const StyledFilterItem: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
3
|
+
export declare const useUtilityClasses: () => Record<"root" | "optionButtons" | "activeFilter", string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CiU8cwRr.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CiU8cwRr.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CiU8cwRr.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-CiU8cwRr.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|