@teamprodevs/appsmith-custom-table 1.1.0 → 1.1.1
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/app.js +87 -98
- package/dist/app.umd.cjs +6 -6
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11410,10 +11410,6 @@ declare const TableModelSchema: default_2.ZodObject<{
|
|
|
11410
11410
|
createLucideIcon: "createLucideIcon";
|
|
11411
11411
|
icons: "icons";
|
|
11412
11412
|
}>>;
|
|
11413
|
-
styles: default_2.ZodOptional<default_2.ZodObject<{
|
|
11414
|
-
trigger: default_2.ZodOptional<default_2.ZodString>;
|
|
11415
|
-
content: default_2.ZodOptional<default_2.ZodString>;
|
|
11416
|
-
}, default_2.core.$strip>>;
|
|
11417
11413
|
}, default_2.core.$strip>>;
|
|
11418
11414
|
conditionalRowStyles: default_2.ZodOptional<default_2.ZodArray<default_2.ZodObject<{
|
|
11419
11415
|
column: default_2.ZodString;
|