atr-components 3.0.13 → 3.0.14
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/fesm2022/atr-components.mjs +16 -5
- package/fesm2022/atr-components.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -336,6 +336,7 @@ declare interface Table {
|
|
|
336
336
|
colorShow?: string;
|
|
337
337
|
innerHtmlBack?: Function;
|
|
338
338
|
styleCallBack?: Function;
|
|
339
|
+
forbidResize?: boolean;
|
|
339
340
|
tempRef?: TemplateRef<any>;
|
|
340
341
|
}
|
|
341
342
|
declare interface AtrQueryHeader {
|
|
@@ -376,6 +377,7 @@ declare interface AtrQueryHeader {
|
|
|
376
377
|
dateMode?: 'week' | 'month' | 'year';
|
|
377
378
|
nzShowTime?: boolean | {
|
|
378
379
|
nzFormat: string;
|
|
380
|
+
isShowTime: boolean;
|
|
379
381
|
};
|
|
380
382
|
nzShowNow?: boolean;
|
|
381
383
|
expandAll?: boolean;
|