@dxs-ts/eveli-ide 0.0.222 → 0.0.223
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-guV_k7Hr.js → cssMode-CJT5f9zY.js} +1 -1
- package/build/eveli-table/EveliTableCell.d.ts +7 -2
- package/build/eveli-table/EveliTableDrawer.d.ts +3 -4
- package/build/eveli-table/EveliTableHeaderCell.d.ts +3 -0
- package/build/{freemarker2-DQgkiRng.js → freemarker2-CojMS9cj.js} +1 -1
- package/build/{handlebars-hYUUX_Zd.js → handlebars-B0uLMYSk.js} +1 -1
- package/build/{html-DytB4uhv.js → html-CDUzM3Gl.js} +1 -1
- package/build/{htmlMode-Cipxsmz6.js → htmlMode-C4iQZf3E.js} +1 -1
- package/build/{index-B-rbqeAX.js → index-CJCLU2t0.js} +19025 -18960
- package/build/index.js +1 -1
- package/build/{javascript-FshHlyEz.js → javascript-I4BU6Xcp.js} +1 -1
- package/build/{jsonMode-C2SxKctx.js → jsonMode-tR1zA68C.js} +1 -1
- package/build/{liquid-BusN7mZF.js → liquid-C4wkF6WG.js} +1 -1
- package/build/{mdx-BGWBtBnP.js → mdx-BdjfYMs3.js} +1 -1
- package/build/{python-oGvCpK-L.js → python-DQCbIa7x.js} +1 -1
- package/build/{razor-BJ1VarP1.js → razor-DfdZPBpW.js} +1 -1
- package/build/{tsMode-SMHbwCXh.js → tsMode-8ERo5AQd.js} +1 -1
- package/build/{typescript-CRdekq4j.js → typescript-DfDrsP4W.js} +1 -1
- package/build/{xml-Dl1eDit6.js → xml-DIJaTR_K.js} +1 -1
- package/build/{yaml-CRpV6kIq.js → yaml-K8_rjCc1.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-CJCLU2t0.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
import { TaskApi } from '../api-task';
|
|
2
|
+
import { Column } from '@tanstack/react-table';
|
|
1
3
|
import { default as React } from 'react';
|
|
2
|
-
|
|
4
|
+
interface EveliTableCellProps {
|
|
5
|
+
column: Column<TaskApi.Task, any>;
|
|
3
6
|
children?: React.ReactNode | string;
|
|
4
7
|
width: number;
|
|
5
|
-
}
|
|
8
|
+
}
|
|
9
|
+
export declare const EveliTableCell: React.FC<EveliTableCellProps>;
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { Column } from '@tanstack/react-table';
|
|
3
|
-
import { TaskApi } from '../api-task';
|
|
4
2
|
interface EveliTableDrawerProps {
|
|
5
|
-
filterItems
|
|
6
|
-
column: Column<TaskApi.Task, unknown>;
|
|
3
|
+
filterItems?: string[];
|
|
7
4
|
children: React.ReactNode;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
onClose: () => void;
|
|
8
7
|
}
|
|
9
8
|
export declare const EveliTableDrawer: React.FC<EveliTableDrawerProps>;
|
|
10
9
|
export declare const EveliTableDrawerRootClassName = "EveliTableDrawer";
|
|
@@ -3,10 +3,13 @@ import { Column } from '@tanstack/react-table';
|
|
|
3
3
|
import { TaskApi } from '../api-task';
|
|
4
4
|
type EveliTableHeaderProps = {
|
|
5
5
|
children: React.ReactNode;
|
|
6
|
+
filterComponent?: React.ReactNode | undefined;
|
|
6
7
|
column: Column<TaskApi.Task, unknown>;
|
|
7
8
|
sortDirection?: false | 'asc' | 'desc';
|
|
8
9
|
onColumnFilter: () => void;
|
|
9
10
|
onResetColVisibility: () => void;
|
|
11
|
+
isFilterable: boolean;
|
|
12
|
+
isSortable: boolean;
|
|
10
13
|
};
|
|
11
14
|
export declare const EveliTableHeaderCell: React.FC<EveliTableHeaderProps>;
|
|
12
15
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CJCLU2t0.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-CJCLU2t0.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-CJCLU2t0.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-CJCLU2t0.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|