@jswork/antd-components 1.0.223 → 1.0.224

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/main.d.mts CHANGED
@@ -1284,7 +1284,7 @@ declare const initWidgets: (names?: string[] | null, externalWidgets?: Record<st
1284
1284
 
1285
1285
  type AcTableLinksProps = {
1286
1286
  name: string;
1287
- model?: any;
1287
+ model: any;
1288
1288
  lang?: AppLocale;
1289
1289
  extraBefore?: React$1.ReactNode;
1290
1290
  extraAfter?: React$1.ReactNode;
package/dist/main.d.ts CHANGED
@@ -1284,7 +1284,7 @@ declare const initWidgets: (names?: string[] | null, externalWidgets?: Record<st
1284
1284
 
1285
1285
  type AcTableLinksProps = {
1286
1286
  name: string;
1287
- model?: any;
1287
+ model: any;
1288
1288
  lang?: AppLocale;
1289
1289
  extraBefore?: React$1.ReactNode;
1290
1290
  extraAfter?: React$1.ReactNode;