impaktapps-ui-builder 1.0.147-test.11 → 1.0.147-test.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/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/cardOld.tsx +1 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -0
package/package.json
CHANGED
|
@@ -484,6 +484,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
484
484
|
getInputField("selectKey", "Selection Key"),//defaultColumnSize
|
|
485
485
|
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
486
486
|
getSelectField("maxPageSize", "Max Page Size", [
|
|
487
|
+
{ label: "5", value: 5 },
|
|
487
488
|
{ label: "10", value: 10 },
|
|
488
489
|
{ label: "20", value: 20 },
|
|
489
490
|
{ label: "30", value: 30 },
|