@ceed/ads 0.0.17-10 → 0.0.17-11
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/framer/index.js +7 -0
- package/package.json +1 -1
package/framer/index.js
CHANGED
|
@@ -33060,6 +33060,10 @@ var dataTablePropertyControls = {
|
|
|
33060
33060
|
},
|
|
33061
33061
|
defaultValue: []
|
|
33062
33062
|
},
|
|
33063
|
+
rowsPerPage: {
|
|
33064
|
+
type: ControlType7.Number,
|
|
33065
|
+
defaultValue: 20
|
|
33066
|
+
},
|
|
33063
33067
|
stickyHeader: {
|
|
33064
33068
|
type: ControlType7.Boolean,
|
|
33065
33069
|
defaultValue: false
|
|
@@ -33073,6 +33077,9 @@ var dataTablePropertyControls = {
|
|
|
33073
33077
|
},
|
|
33074
33078
|
onCheckboxChange: {
|
|
33075
33079
|
type: ControlType7.EventHandler
|
|
33080
|
+
},
|
|
33081
|
+
toolbar: {
|
|
33082
|
+
type: ControlType7.ComponentInstance
|
|
33076
33083
|
}
|
|
33077
33084
|
};
|
|
33078
33085
|
|