cm-reporting 0.10.0 → 0.10.2
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/dist/cm-reporting.css +1 -1
- package/dist/cm-reporting.scoped.css +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1011 -1007
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1932,7 +1932,7 @@ declare interface SmelterListConfig {
|
|
|
1932
1932
|
export declare interface SmelterListIntegration {
|
|
1933
1933
|
/** 是否在触发外部选择时展示按钮 loading(默认 false)。 */
|
|
1934
1934
|
showLoadingIndicator?: boolean;
|
|
1935
|
-
/**
|
|
1935
|
+
/** 表格行样式:宿主返回的 className 会追加到库内置行样式,宿主需自行提供对应 CSS。 */
|
|
1936
1936
|
rowClassName?: (record: SmelterRow, index: number) => string;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* 行内外部选择:先在表格中选择 metal,再为当前行选择冶炼厂并回写。
|