@kaspernj/api-maker 1.0.2160 → 1.0.2161
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/build/api.d.ts +46 -34
- package/build/api.d.ts.map +1 -1
- package/build/api.js +32 -25
- package/build/attribute-not-loaded-error.d.ts.map +1 -1
- package/build/attribute-not-loaded-error.js +2 -1
- package/build/base-error.d.ts +49 -60
- package/build/base-error.d.ts.map +1 -1
- package/build/base-error.js +3 -2
- package/build/base-model/column.d.ts +2 -2
- package/build/base-model/column.d.ts.map +1 -1
- package/build/base-model/column.js +3 -2
- package/build/base-model/reflection.d.ts +8 -3
- package/build/base-model/reflection.d.ts.map +1 -1
- package/build/base-model/reflection.js +8 -3
- package/build/base-model/scope.d.ts +1 -1
- package/build/base-model/scope.d.ts.map +1 -1
- package/build/base-model/scope.js +3 -2
- package/build/base-model.d.ts +3801 -117
- package/build/base-model.d.ts.map +1 -1
- package/build/base-model.js +271 -143
- package/build/bootstrap/attribute-row.d.ts +12 -0
- package/build/bootstrap/attribute-row.d.ts.map +1 -1
- package/build/bootstrap/attribute-row.js +23 -5
- package/build/bootstrap/attribute-rows.d.ts +8 -0
- package/build/bootstrap/attribute-rows.d.ts.map +1 -1
- package/build/bootstrap/attribute-rows.js +14 -5
- package/build/bootstrap/card.d.ts +17 -0
- package/build/bootstrap/card.d.ts.map +1 -1
- package/build/bootstrap/card.js +30 -10
- package/build/bootstrap/checkbox.d.ts +16 -0
- package/build/bootstrap/checkbox.d.ts.map +1 -1
- package/build/bootstrap/checkbox.js +20 -2
- package/build/bootstrap/checkboxes.d.ts +31 -0
- package/build/bootstrap/checkboxes.d.ts.map +1 -1
- package/build/bootstrap/checkboxes.js +35 -3
- package/build/bootstrap/index.js +2 -1
- package/build/bootstrap/input.d.ts +24 -0
- package/build/bootstrap/input.d.ts.map +1 -1
- package/build/bootstrap/input.js +27 -2
- package/build/bootstrap/invalid-feedback.d.ts.map +1 -1
- package/build/bootstrap/invalid-feedback.js +2 -1
- package/build/bootstrap/paginate.d.ts +5 -0
- package/build/bootstrap/paginate.d.ts.map +1 -1
- package/build/bootstrap/paginate.js +9 -4
- package/build/bootstrap/radio-buttons.js +2 -1
- package/build/bootstrap/select.js +2 -1
- package/build/bootstrap/sort-link.d.ts +10 -0
- package/build/bootstrap/sort-link.d.ts.map +1 -1
- package/build/bootstrap/sort-link.js +15 -4
- package/build/cable-connection-pool.d.ts +201 -24
- package/build/cable-connection-pool.d.ts.map +1 -1
- package/build/cable-connection-pool.js +76 -16
- package/build/cable-subscription-pool.d.ts +186 -20
- package/build/cable-subscription-pool.d.ts.map +1 -1
- package/build/cable-subscription-pool.js +61 -22
- package/build/cable-subscription.d.ts.map +1 -1
- package/build/cable-subscription.js +3 -2
- package/build/cache-key-generator.d.ts +194 -20
- package/build/cache-key-generator.d.ts.map +1 -1
- package/build/cache-key-generator.js +63 -12
- package/build/can-can.d.ts +146 -29
- package/build/can-can.d.ts.map +1 -1
- package/build/can-can.js +105 -19
- package/build/channels-consumer.d.ts +23 -1
- package/build/channels-consumer.d.ts.map +1 -1
- package/build/channels-consumer.js +26 -8
- package/build/collection-loader.js +2 -1
- package/build/collection.d.ts +361 -370
- package/build/collection.d.ts.map +1 -1
- package/build/collection.js +59 -19
- package/build/command-execution.d.ts +50 -26
- package/build/command-execution.d.ts.map +1 -1
- package/build/command-execution.js +31 -13
- package/build/command-submit-data.d.ts +50 -37
- package/build/command-submit-data.d.ts.map +1 -1
- package/build/command-submit-data.js +35 -22
- package/build/commands-pool.d.ts +65 -27
- package/build/commands-pool.d.ts.map +1 -1
- package/build/commands-pool.js +67 -20
- package/build/compose.d.ts +8 -2
- package/build/compose.d.ts.map +1 -1
- package/build/compose.js +9 -2
- package/build/config.d.ts +31 -15
- package/build/config.d.ts.map +1 -1
- package/build/config.js +60 -23
- package/build/custom-error.d.ts.map +1 -1
- package/build/custom-error.js +2 -1
- package/build/data-set-to-attributes.d.ts +14 -2
- package/build/data-set-to-attributes.d.ts.map +1 -1
- package/build/data-set-to-attributes.js +12 -3
- package/build/deserializer.d.ts +116 -2
- package/build/deserializer.d.ts.map +1 -1
- package/build/deserializer.js +13 -2
- package/build/destroy-error.d.ts.map +1 -1
- package/build/destroy-error.js +2 -1
- package/build/devise.d.ts +638 -39
- package/build/devise.d.ts.map +1 -1
- package/build/devise.js +97 -28
- package/build/draggable-sort/controller.d.ts +126 -35
- package/build/draggable-sort/controller.d.ts.map +1 -1
- package/build/draggable-sort/controller.js +100 -28
- package/build/draggable-sort/index.d.ts +55 -0
- package/build/draggable-sort/index.d.ts.map +1 -1
- package/build/draggable-sort/index.js +71 -3
- package/build/draggable-sort/item.d.ts +54 -0
- package/build/draggable-sort/item.d.ts.map +1 -1
- package/build/draggable-sort/item.js +94 -6
- package/build/error-logger.d.ts +30 -14
- package/build/error-logger.d.ts.map +1 -1
- package/build/error-logger.js +22 -11
- package/build/event-connection.d.ts.map +1 -1
- package/build/event-connection.js +3 -2
- package/build/event-emitter-listener.d.ts.map +1 -1
- package/build/event-emitter-listener.js +2 -1
- package/build/event-model-class.d.ts.map +1 -1
- package/build/event-model-class.js +2 -1
- package/build/events.d.ts.map +1 -1
- package/build/events.js +2 -1
- package/build/form.d.ts +23 -0
- package/build/form.d.ts.map +1 -1
- package/build/form.js +16 -4
- package/build/history-expo.d.ts +6 -2
- package/build/history-expo.d.ts.map +1 -1
- package/build/history-expo.js +5 -2
- package/build/history-react-native.d.ts +6 -2
- package/build/history-react-native.d.ts.map +1 -1
- package/build/history-react-native.js +5 -2
- package/build/history.js +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -1
- package/build/inputs/attachment.d.ts +11 -0
- package/build/inputs/attachment.d.ts.map +1 -1
- package/build/inputs/attachment.js +17 -4
- package/build/inputs/auto-submit.d.ts +41 -13
- package/build/inputs/auto-submit.d.ts.map +1 -1
- package/build/inputs/auto-submit.js +16 -4
- package/build/inputs/checkbox.d.ts +15 -0
- package/build/inputs/checkbox.d.ts.map +1 -1
- package/build/inputs/checkbox.js +22 -6
- package/build/inputs/checkboxes.d.ts +16 -0
- package/build/inputs/checkboxes.d.ts.map +1 -1
- package/build/inputs/checkboxes.js +20 -4
- package/build/inputs/id-for-component.d.ts +21 -2
- package/build/inputs/id-for-component.d.ts.map +1 -1
- package/build/inputs/id-for-component.js +9 -2
- package/build/inputs/input-wrapper.d.ts.map +1 -1
- package/build/inputs/input-wrapper.js +2 -1
- package/build/inputs/input.d.ts +36 -0
- package/build/inputs/input.d.ts.map +1 -1
- package/build/inputs/input.js +26 -7
- package/build/inputs/money.d.ts +2 -0
- package/build/inputs/money.d.ts.map +1 -1
- package/build/inputs/money.js +6 -3
- package/build/inputs/name-for-component.d.ts +21 -2
- package/build/inputs/name-for-component.d.ts.map +1 -1
- package/build/inputs/name-for-component.js +9 -2
- package/build/inputs/select.d.ts +33 -0
- package/build/inputs/select.d.ts.map +1 -1
- package/build/inputs/select.js +21 -4
- package/build/instance-of-class-name.d.ts +7 -2
- package/build/instance-of-class-name.d.ts.map +1 -1
- package/build/instance-of-class-name.js +8 -4
- package/build/is-expo.d.ts.map +1 -1
- package/build/is-expo.js +2 -1
- package/build/key-value-store.d.ts +24 -14
- package/build/key-value-store.d.ts.map +1 -1
- package/build/key-value-store.js +22 -12
- package/build/link.d.ts +30 -0
- package/build/link.d.ts.map +1 -1
- package/build/link.js +76 -30
- package/build/logger.d.ts +10 -6
- package/build/logger.d.ts.map +1 -1
- package/build/logger.js +7 -4
- package/build/merge-styles.d.ts +10 -2
- package/build/merge-styles.d.ts.map +1 -1
- package/build/merge-styles.js +10 -3
- package/build/modal.d.ts +2 -0
- package/build/modal.d.ts.map +1 -1
- package/build/modal.js +6 -4
- package/build/model-class-require.d.ts +4 -2
- package/build/model-class-require.d.ts.map +1 -1
- package/build/model-class-require.js +4 -2
- package/build/model-events.d.ts +139 -346
- package/build/model-events.d.ts.map +1 -1
- package/build/model-events.js +21 -9
- package/build/model-name.d.ts +21 -7
- package/build/model-name.d.ts.map +1 -1
- package/build/model-name.js +12 -2
- package/build/model-prop-type.d.ts +533 -26
- package/build/model-prop-type.d.ts.map +1 -1
- package/build/model-prop-type.js +69 -11
- package/build/model-recipes-loader.d.ts +7 -3
- package/build/model-recipes-loader.d.ts.map +1 -1
- package/build/model-recipes-loader.js +4 -2
- package/build/model-recipes-model-loader.d.ts +189 -1493
- package/build/model-recipes-model-loader.d.ts.map +1 -1
- package/build/model-recipes-model-loader.js +119 -17
- package/build/models-response-reader.d.ts +600 -195
- package/build/models-response-reader.d.ts.map +1 -1
- package/build/models-response-reader.js +12 -4
- package/build/models.d.ts +438 -1
- package/build/models.d.ts.map +1 -1
- package/build/models.js +2 -1
- package/build/money-formatter.d.ts +25 -31
- package/build/money-formatter.d.ts.map +1 -1
- package/build/money-formatter.js +11 -8
- package/build/not-loaded-error.d.ts.map +1 -1
- package/build/not-loaded-error.js +2 -1
- package/build/params.d.ts +25 -17
- package/build/params.d.ts.map +1 -1
- package/build/params.js +19 -15
- package/build/preloaded.d.ts +61 -64
- package/build/preloaded.d.ts.map +1 -1
- package/build/preloaded.js +10 -4
- package/build/reset-realtime-runtime-state.d.ts.map +1 -1
- package/build/reset-realtime-runtime-state.js +2 -1
- package/build/resize-observer.d.ts.map +1 -1
- package/build/resize-observer.js +2 -1
- package/build/rest-props-validator.d.ts +2 -2
- package/build/rest-props-validator.d.ts.map +1 -1
- package/build/rest-props-validator.js +3 -2
- package/build/result.d.ts +142 -175
- package/build/result.d.ts.map +1 -1
- package/build/result.js +3 -2
- package/build/router/route.d.ts +50 -0
- package/build/router/route.d.ts.map +1 -1
- package/build/router/route.js +39 -10
- package/build/router/switch.d.ts +37 -1
- package/build/router/switch.d.ts.map +1 -1
- package/build/router/switch.js +29 -7
- package/build/router.d.ts +20 -0
- package/build/router.d.ts.map +1 -1
- package/build/router.js +15 -4
- package/build/routes-native.d.ts +13 -13
- package/build/routes-native.d.ts.map +1 -1
- package/build/routes-native.js +23 -11
- package/build/routes.d.ts +17 -9
- package/build/routes.d.ts.map +1 -1
- package/build/routes.js +7 -2
- package/build/run-last.d.ts.map +1 -1
- package/build/run-last.js +2 -1
- package/build/serializer.d.ts +44 -12
- package/build/serializer.d.ts.map +1 -1
- package/build/serializer.js +36 -7
- package/build/services.d.ts +29 -4
- package/build/services.d.ts.map +1 -1
- package/build/services.js +16 -4
- package/build/session-status-updater.d.ts +73 -25
- package/build/session-status-updater.d.ts.map +1 -1
- package/build/session-status-updater.js +52 -14
- package/build/source-maps-loader.d.ts +88 -33
- package/build/source-maps-loader.d.ts.map +1 -1
- package/build/source-maps-loader.js +74 -18
- package/build/super-admin/config-reader.d.ts.map +1 -1
- package/build/super-admin/config-reader.js +11 -16
- package/build/super-admin/edit-page/edit-attribute-checkbox.d.ts +10 -0
- package/build/super-admin/edit-page/edit-attribute-checkbox.d.ts.map +1 -1
- package/build/super-admin/edit-page/edit-attribute-checkbox.js +16 -4
- package/build/super-admin/edit-page/edit-attribute-content.d.ts +9 -0
- package/build/super-admin/edit-page/edit-attribute-content.d.ts.map +1 -1
- package/build/super-admin/edit-page/edit-attribute-content.js +15 -4
- package/build/super-admin/edit-page/edit-attribute-input.d.ts +8 -0
- package/build/super-admin/edit-page/edit-attribute-input.d.ts.map +1 -1
- package/build/super-admin/edit-page/edit-attribute-input.js +13 -4
- package/build/super-admin/edit-page/edit-attribute.d.ts +6 -0
- package/build/super-admin/edit-page/edit-attribute.d.ts.map +1 -1
- package/build/super-admin/edit-page/edit-attribute.js +11 -4
- package/build/super-admin/edit-page.d.ts +5 -0
- package/build/super-admin/edit-page.d.ts.map +1 -1
- package/build/super-admin/edit-page.js +11 -5
- package/build/super-admin/has-edit-config.d.ts.map +1 -1
- package/build/super-admin/has-edit-config.js +2 -1
- package/build/super-admin/index-page.d.ts +4 -0
- package/build/super-admin/index-page.d.ts.map +1 -1
- package/build/super-admin/index-page.js +9 -4
- package/build/super-admin/index.d.ts +4 -0
- package/build/super-admin/index.d.ts.map +1 -1
- package/build/super-admin/index.js +12 -6
- package/build/super-admin/layout/header/index.d.ts +4 -0
- package/build/super-admin/layout/header/index.d.ts.map +1 -1
- package/build/super-admin/layout/header/index.js +13 -8
- package/build/super-admin/layout/index.d.ts +24 -0
- package/build/super-admin/layout/index.d.ts.map +1 -1
- package/build/super-admin/layout/index.js +33 -5
- package/build/super-admin/layout/menu/index.d.ts +2 -0
- package/build/super-admin/layout/menu/index.d.ts.map +1 -1
- package/build/super-admin/layout/menu/index.js +8 -6
- package/build/super-admin/layout/menu/menu-content.d.ts +2 -0
- package/build/super-admin/layout/menu/menu-content.d.ts.map +1 -1
- package/build/super-admin/layout/menu/menu-content.js +6 -4
- package/build/super-admin/layout/menu/menu-item.d.ts +9 -0
- package/build/super-admin/layout/menu/menu-item.d.ts.map +1 -1
- package/build/super-admin/layout/menu/menu-item.js +15 -4
- package/build/super-admin/layout/no-access.d.ts +2 -0
- package/build/super-admin/layout/no-access.d.ts.map +1 -1
- package/build/super-admin/layout/no-access.js +7 -5
- package/build/super-admin/model-class-table.d.ts +4 -0
- package/build/super-admin/model-class-table.d.ts.map +1 -1
- package/build/super-admin/model-class-table.js +9 -4
- package/build/super-admin/models.d.ts.map +1 -1
- package/build/super-admin/models.js +2 -1
- package/build/super-admin/show-nav.d.ts +2 -0
- package/build/super-admin/show-nav.d.ts.map +1 -1
- package/build/super-admin/show-nav.js +6 -4
- package/build/super-admin/show-page/belongs-to-attribute-row.d.ts +17 -1
- package/build/super-admin/show-page/belongs-to-attribute-row.d.ts.map +1 -1
- package/build/super-admin/show-page/belongs-to-attribute-row.js +14 -5
- package/build/super-admin/show-page/index.d.ts +4 -0
- package/build/super-admin/show-page/index.d.ts.map +1 -1
- package/build/super-admin/show-page/index.js +9 -4
- package/build/super-admin/show-reflection-actions.d.ts +6 -0
- package/build/super-admin/show-reflection-actions.d.ts.map +1 -1
- package/build/super-admin/show-reflection-actions.js +11 -4
- package/build/super-admin/show-reflection-link.d.ts +4 -0
- package/build/super-admin/show-reflection-link.d.ts.map +1 -1
- package/build/super-admin/show-reflection-link.js +9 -4
- package/build/super-admin/show-reflection-page.d.ts +5 -0
- package/build/super-admin/show-reflection-page.d.ts.map +1 -1
- package/build/super-admin/show-reflection-page.js +10 -4
- package/build/table/column-content.d.ts +155 -19
- package/build/table/column-content.d.ts.map +1 -1
- package/build/table/column-content.js +55 -12
- package/build/table/column-identifier.d.ts +11 -2
- package/build/table/column-identifier.d.ts.map +1 -1
- package/build/table/column-identifier.js +7 -2
- package/build/table/column-visible.d.ts +11 -2
- package/build/table/column-visible.d.ts.map +1 -1
- package/build/table/column-visible.js +8 -2
- package/build/table/components/column.d.ts +2 -0
- package/build/table/components/column.d.ts.map +1 -1
- package/build/table/components/column.js +6 -4
- package/build/table/components/flat-list.d.ts +2 -0
- package/build/table/components/flat-list.d.ts.map +1 -1
- package/build/table/components/flat-list.js +6 -4
- package/build/table/components/header.d.ts +2 -0
- package/build/table/components/header.d.ts.map +1 -1
- package/build/table/components/header.js +6 -4
- package/build/table/components/row.d.ts +2 -0
- package/build/table/components/row.d.ts.map +1 -1
- package/build/table/components/row.js +6 -4
- package/build/table/filters/attribute-element.d.ts +2 -0
- package/build/table/filters/attribute-element.d.ts.map +1 -1
- package/build/table/filters/attribute-element.js +7 -7
- package/build/table/filters/filter-form.d.ts +58 -0
- package/build/table/filters/filter-form.d.ts.map +1 -1
- package/build/table/filters/filter-form.js +72 -9
- package/build/table/filters/filter.d.ts +2 -0
- package/build/table/filters/filter.d.ts.map +1 -1
- package/build/table/filters/filter.js +6 -4
- package/build/table/filters/index.d.ts +127 -0
- package/build/table/filters/index.d.ts.map +1 -1
- package/build/table/filters/index.js +21 -4
- package/build/table/filters/load-search-modal.d.ts +130 -0
- package/build/table/filters/load-search-modal.d.ts.map +1 -1
- package/build/table/filters/load-search-modal.js +28 -6
- package/build/table/filters/reflection-element.d.ts +2 -0
- package/build/table/filters/reflection-element.d.ts.map +1 -1
- package/build/table/filters/reflection-element.js +6 -4
- package/build/table/filters/save-search-modal.d.ts +134 -0
- package/build/table/filters/save-search-modal.d.ts.map +1 -1
- package/build/table/filters/save-search-modal.js +36 -5
- package/build/table/filters/scope-element.d.ts +6 -0
- package/build/table/filters/scope-element.d.ts.map +1 -1
- package/build/table/filters/scope-element.js +13 -8
- package/build/table/header-column-content.d.ts +7 -0
- package/build/table/header-column-content.d.ts.map +1 -1
- package/build/table/header-column-content.js +12 -4
- package/build/table/header-column.d.ts +50 -0
- package/build/table/header-column.d.ts.map +1 -1
- package/build/table/header-column.js +32 -5
- package/build/table/header-select.d.ts +18 -0
- package/build/table/header-select.d.ts.map +1 -1
- package/build/table/header-select.js +19 -4
- package/build/table/model-callback-args.d.ts +116 -3
- package/build/table/model-callback-args.d.ts.map +1 -1
- package/build/table/model-callback-args.js +10 -3
- package/build/table/model-column.d.ts +136 -0
- package/build/table/model-column.d.ts.map +1 -1
- package/build/table/model-column.js +27 -4
- package/build/table/model-row.d.ts +19 -0
- package/build/table/model-row.d.ts.map +1 -1
- package/build/table/model-row.js +24 -4
- package/build/table/select-calculator.d.ts +37 -2
- package/build/table/select-calculator.d.ts.map +1 -1
- package/build/table/select-calculator.js +29 -6
- package/build/table/settings/column-row.d.ts +6 -0
- package/build/table/settings/column-row.d.ts.map +1 -1
- package/build/table/settings/column-row.js +13 -12
- package/build/table/settings/download-action.d.ts +5 -0
- package/build/table/settings/download-action.d.ts.map +1 -1
- package/build/table/settings/download-action.js +10 -4
- package/build/table/settings/index.d.ts +5 -0
- package/build/table/settings/index.d.ts.map +1 -1
- package/build/table/settings/index.js +10 -4
- package/build/table/should-render-loading-content.d.ts +2 -2
- package/build/table/should-render-loading-content.d.ts.map +1 -1
- package/build/table/should-render-loading-content.js +3 -2
- package/build/table/table-settings.d.ts +236 -43
- package/build/table/table-settings.d.ts.map +1 -1
- package/build/table/table-settings.js +104 -20
- package/build/table/table.d.ts +271 -0
- package/build/table/table.d.ts.map +1 -1
- package/build/table/table.js +167 -16
- package/build/table/use-sorting.d.ts +10 -8
- package/build/table/use-sorting.d.ts.map +1 -1
- package/build/table/use-sorting.js +16 -8
- package/build/table/widths.d.ts +55 -8
- package/build/table/widths.d.ts.map +1 -1
- package/build/table/widths.js +25 -2
- package/build/table/worker-plugins-check-all-checkbox.d.ts +18 -0
- package/build/table/worker-plugins-check-all-checkbox.d.ts.map +1 -1
- package/build/table/worker-plugins-check-all-checkbox.js +25 -5
- package/build/table/worker-plugins-checkbox.d.ts +5 -0
- package/build/table/worker-plugins-checkbox.d.ts.map +1 -1
- package/build/table/worker-plugins-checkbox.js +10 -4
- package/build/translated-attributes.d.ts +7 -2
- package/build/translated-attributes.d.ts.map +1 -1
- package/build/translated-attributes.js +8 -2
- package/build/translated-collections.d.ts +11 -2
- package/build/translated-collections.d.ts.map +1 -1
- package/build/translated-collections.js +9 -3
- package/build/updated-attribute.d.ts.map +1 -1
- package/build/updated-attribute.js +2 -1
- package/build/url-encode.d.ts.map +1 -1
- package/build/url-encode.js +2 -1
- package/build/use-can-can.d.ts +2 -2
- package/build/use-can-can.d.ts.map +1 -1
- package/build/use-can-can.js +27 -12
- package/build/use-collection.d.ts +167 -121
- package/build/use-collection.d.ts.map +1 -1
- package/build/use-collection.js +113 -44
- package/build/use-created-event.d.ts +120 -11
- package/build/use-created-event.d.ts.map +1 -1
- package/build/use-created-event.js +10 -7
- package/build/use-current-user-context.d.ts +2 -2
- package/build/use-current-user-context.d.ts.map +1 -1
- package/build/use-current-user-context.js +3 -2
- package/build/use-current-user.d.ts +86 -70
- package/build/use-current-user.d.ts.map +1 -1
- package/build/use-current-user.js +36 -8
- package/build/use-destroyed-event.d.ts +117 -8
- package/build/use-destroyed-event.d.ts.map +1 -1
- package/build/use-destroyed-event.js +29 -22
- package/build/use-input.d.ts +74 -12
- package/build/use-input.d.ts.map +1 -1
- package/build/use-input.js +33 -5
- package/build/use-model-class-event.d.ts +124 -10
- package/build/use-model-class-event.d.ts.map +1 -1
- package/build/use-model-class-event.js +26 -16
- package/build/use-model-event.d.ts +121 -8
- package/build/use-model-event.d.ts.map +1 -1
- package/build/use-model-event.js +24 -19
- package/build/use-model.d.ts +162 -244
- package/build/use-model.d.ts.map +1 -1
- package/build/use-model.js +85 -32
- package/build/use-resize-observer.d.ts.map +1 -1
- package/build/use-resize-observer.js +2 -1
- package/build/use-router.d.ts.map +1 -1
- package/build/use-router.js +2 -1
- package/build/use-screen-layout.d.ts +7 -2
- package/build/use-screen-layout.d.ts.map +1 -1
- package/build/use-screen-layout.js +8 -5
- package/build/use-shape.js +2 -1
- package/build/use-styles.d.ts +11 -5
- package/build/use-styles.d.ts.map +1 -1
- package/build/use-styles.js +16 -9
- package/build/use-updated-event.d.ts +66 -182
- package/build/use-updated-event.d.ts.map +1 -1
- package/build/use-updated-event.js +22 -18
- package/build/use-validation-errors.d.ts.map +1 -1
- package/build/use-validation-errors.js +2 -1
- package/build/utils/button.d.ts +14 -0
- package/build/utils/button.d.ts.map +1 -1
- package/build/utils/button.js +24 -7
- package/build/utils/card.d.ts +9 -0
- package/build/utils/card.d.ts.map +1 -1
- package/build/utils/card.js +13 -2
- package/build/utils/checkbox.d.ts +12 -0
- package/build/utils/checkbox.d.ts.map +1 -1
- package/build/utils/checkbox.js +18 -4
- package/build/utils/checkboxes.d.ts +25 -0
- package/build/utils/checkboxes.d.ts.map +1 -1
- package/build/utils/checkboxes.js +29 -3
- package/build/utils/default-style.d.ts +10 -4
- package/build/utils/default-style.d.ts.map +1 -1
- package/build/utils/default-style.js +12 -4
- package/build/utils/header.d.ts +6 -1
- package/build/utils/header.d.ts.map +1 -1
- package/build/utils/header.js +4 -2
- package/build/utils/icon.d.ts +7 -6
- package/build/utils/icon.d.ts.map +1 -1
- package/build/utils/icon.js +12 -11
- package/build/utils/invalid-feedback.d.ts +4 -0
- package/build/utils/invalid-feedback.d.ts.map +1 -1
- package/build/utils/invalid-feedback.js +8 -2
- package/build/utils/modal.d.ts +2 -0
- package/build/utils/modal.d.ts.map +1 -1
- package/build/utils/modal.js +9 -7
- package/build/utils/text.d.ts +8 -1
- package/build/utils/text.d.ts.map +1 -1
- package/build/utils/text.js +9 -2
- package/build/validation-error.d.ts +5 -2
- package/build/validation-error.d.ts.map +1 -1
- package/build/validation-error.js +5 -2
- package/build/validation-errors.d.ts +57 -15
- package/build/validation-errors.d.ts.map +1 -1
- package/build/validation-errors.js +37 -8
- package/build/websocket-request-client.d.ts +61 -15
- package/build/websocket-request-client.d.ts.map +1 -1
- package/build/websocket-request-client.js +35 -9
- package/build/with-api-maker.d.ts.map +1 -1
- package/build/with-api-maker.js +2 -1
- package/build/with-collection.d.ts.map +1 -1
- package/build/with-collection.js +2 -1
- package/build/with-current-user.d.ts.map +1 -1
- package/build/with-current-user.js +2 -1
- package/build/with-model.d.ts.map +1 -1
- package/build/with-model.js +2 -1
- package/build/with-router.d.ts.map +1 -1
- package/build/with-router.js +2 -1
- package/package.json +4 -3
- package/build/base-component.d.ts +0 -5
- package/build/base-component.d.ts.map +0 -1
- package/build/base-component.js +0 -4
package/build/table/table.d.ts
CHANGED
|
@@ -1,4 +1,275 @@
|
|
|
1
1
|
declare const _default: React.NamedExoticComponent<Record<string, any>>;
|
|
2
2
|
export default _default;
|
|
3
|
+
export type BaseModel = {
|
|
4
|
+
abilities: import("../base-model.js").ModelAbilityMap;
|
|
5
|
+
changes: import("../base-model.js").ModelDataMap;
|
|
6
|
+
collection: Collection<any>;
|
|
7
|
+
_identifierKey: string | number;
|
|
8
|
+
_markedForDestruction: boolean;
|
|
9
|
+
modelData: import("../base-model.js").ModelDataMap;
|
|
10
|
+
newRecord: boolean;
|
|
11
|
+
previousModelData: any;
|
|
12
|
+
preloadedRelationships: import("../base-model.js").PreloadedRelationshipMap;
|
|
13
|
+
relationshipsCache: import("../base-model.js").LoadedRelationshipMap;
|
|
14
|
+
relationships: import("../base-model.js").LoadedRelationshipMap;
|
|
15
|
+
uniqueKeyValue: number;
|
|
16
|
+
assignAttributes(newAttributes: ModelDataMap): void;
|
|
17
|
+
attributes(): ModelDataMap;
|
|
18
|
+
can(givenAbilityName: string): boolean;
|
|
19
|
+
clone(): /*elided*/ any;
|
|
20
|
+
cacheKey(): number | string;
|
|
21
|
+
localCacheKey(): string;
|
|
22
|
+
fullCacheKey(): string;
|
|
23
|
+
create(attributes?: ModelDataMap, options?: ParseValidationErrorsOptions): Promise<{
|
|
24
|
+
model: /*elided*/ any;
|
|
25
|
+
response: ModelCommandResponse;
|
|
26
|
+
}>;
|
|
27
|
+
createRaw(rawData: RawDataInput, options?: ParseValidationErrorsOptions): Promise<{
|
|
28
|
+
model: /*elided*/ any;
|
|
29
|
+
response: ModelCommandResponse;
|
|
30
|
+
}>;
|
|
31
|
+
destroy(): Promise<{
|
|
32
|
+
model: /*elided*/ any;
|
|
33
|
+
response: ModelCommandResponse;
|
|
34
|
+
}>;
|
|
35
|
+
ensureAbilities(listOfAbilities: string[]): Promise<void>;
|
|
36
|
+
getAttributes(): ModelDataMap;
|
|
37
|
+
handleResponseError(response: ModelCommandResponse): never;
|
|
38
|
+
identifierKey(): number | string;
|
|
39
|
+
isAssociationLoaded(associationName: string): boolean;
|
|
40
|
+
isAssociationLoadedUnderscore(associationNameUnderscore: string): boolean;
|
|
41
|
+
isAssociationPresent(associationName: string): boolean;
|
|
42
|
+
ensureAssociationLoaded(associationName: string): Promise<LoadedRelationshipValue>;
|
|
43
|
+
ensureAssociationLoadedUnderscore(associationNameUnderscore: string): Promise<LoadedRelationshipValue>;
|
|
44
|
+
isAttributeChanged(attributeName: string): boolean;
|
|
45
|
+
isChanged(): boolean;
|
|
46
|
+
isNewRecord(): boolean;
|
|
47
|
+
isPersisted(): boolean;
|
|
48
|
+
savedChangeToAttribute(attributeName: string): boolean;
|
|
49
|
+
setNewModel(model: /*elided*/ any): void;
|
|
50
|
+
setNewModelData(model: /*elided*/ any): void;
|
|
51
|
+
_isDateChanged(oldValue: ModelValue | null | undefined, newValue: ModelValue | null | undefined): boolean | void;
|
|
52
|
+
_isIntegerChanged(oldValue: ModelValue | null | undefined, newValue: ModelValue | null | undefined): boolean | void;
|
|
53
|
+
_isStringChanged(oldValue: ModelValue | null | undefined, newValue: ModelValue | null | undefined): boolean | void;
|
|
54
|
+
modelClassData(): ModelClassDataType;
|
|
55
|
+
reload(): Promise<void>;
|
|
56
|
+
save(): Promise<{
|
|
57
|
+
model: /*elided*/ any;
|
|
58
|
+
response?: object;
|
|
59
|
+
}>;
|
|
60
|
+
saveRaw(rawData: RawDataInput, options?: ParseValidationErrorsOptions & {
|
|
61
|
+
simpleModelErrors?: boolean;
|
|
62
|
+
}): Promise<{
|
|
63
|
+
model: /*elided*/ any;
|
|
64
|
+
response: ModelCommandResponse;
|
|
65
|
+
}>;
|
|
66
|
+
update(newAttributes?: ModelDataMap, options?: ParseValidationErrorsOptions): Promise<{
|
|
67
|
+
model: /*elided*/ any;
|
|
68
|
+
response?: object;
|
|
69
|
+
}>;
|
|
70
|
+
_refreshModelFromResponse(response: ModelCommandResponse): void;
|
|
71
|
+
_refreshModelDataFromResponse(response: ModelCommandResponse): void;
|
|
72
|
+
updateRaw(rawData: RawDataInput, options?: ParseValidationErrorsOptions & {
|
|
73
|
+
simpleModelErrors?: boolean;
|
|
74
|
+
}): Promise<{
|
|
75
|
+
response: ModelCommandResponse;
|
|
76
|
+
model: /*elided*/ any;
|
|
77
|
+
}>;
|
|
78
|
+
isValid(): never;
|
|
79
|
+
isValidOnServer(): Promise<{
|
|
80
|
+
valid: boolean;
|
|
81
|
+
errors: ValidationResponseErrors;
|
|
82
|
+
}>;
|
|
83
|
+
modelClass(): BaseModelClassType;
|
|
84
|
+
preloadRelationship(relationshipName: string, model: /*elided*/ any | /*elided*/ any[] | null): void;
|
|
85
|
+
markForDestruction(): void;
|
|
86
|
+
markedForDestruction(): boolean;
|
|
87
|
+
uniqueKey(): number;
|
|
88
|
+
_callMemberCommand(args: ModelCommandDescriptor, commandArgs: ModelCommandOptions): import("../command-execution").default;
|
|
89
|
+
readAttribute(attributeName: string): ModelValue | null | undefined;
|
|
90
|
+
readAttributeUnderscore(attributeName: string): ModelValue | null | undefined;
|
|
91
|
+
isAttributeLoaded(attributeName: string): boolean;
|
|
92
|
+
_isPresent(value: ModelValue | null | undefined): boolean;
|
|
93
|
+
_loadBelongsToReflection(args: RelationshipLoadArgs, queryArgs?: import("../collection.js").QueryArgsType): Promise</*elided*/ any | null>;
|
|
94
|
+
_readBelongsToReflection({ reflectionName }: RelationshipLoadArgs): /*elided*/ any | null;
|
|
95
|
+
_loadHasManyReflection(args: RelationshipLoadArgs, queryArgs?: import("../collection.js").QueryArgsType): Promise</*elided*/ any[]>;
|
|
96
|
+
_loadHasOneReflection(args: RelationshipLoadArgs, queryArgs?: import("../collection.js").QueryArgsType): Promise</*elided*/ any | null>;
|
|
97
|
+
_readHasOneReflection({ reflectionName }: RelationshipLoadArgs): /*elided*/ any | null;
|
|
98
|
+
_readModelDataFromArgs(args?: BaseModelArgsObject): void;
|
|
99
|
+
_readPreloadedRelationships(preloaded: {
|
|
100
|
+
getModel: (relationshipType: string, relationshipId: number | string) => /*elided*/ any;
|
|
101
|
+
}): void;
|
|
102
|
+
primaryKey(): number | string;
|
|
103
|
+
};
|
|
104
|
+
export type TableResult = import("../result.js").default;
|
|
105
|
+
export type TableQueryParams = import("../collection.js").QueryParamValueMap;
|
|
106
|
+
export type TableQueryMethod = import("../use-collection.js").UseCollectionQueryMethod;
|
|
107
|
+
export type TableWidths = import("./widths").default;
|
|
108
|
+
export type TableModel = BaseModel & {
|
|
109
|
+
id(): number | string;
|
|
110
|
+
modelClassData(): {
|
|
111
|
+
name: string;
|
|
112
|
+
};
|
|
113
|
+
cacheKey(): string;
|
|
114
|
+
can(name: string): boolean;
|
|
115
|
+
destroy(): Promise<void>;
|
|
116
|
+
};
|
|
117
|
+
export type TableRelationship = {
|
|
118
|
+
name: string;
|
|
119
|
+
resource_name: string;
|
|
120
|
+
};
|
|
121
|
+
export type TableModelClassData = {
|
|
122
|
+
collectionKey: string;
|
|
123
|
+
name: string;
|
|
124
|
+
paramKey: string;
|
|
125
|
+
relationships: TableRelationship[];
|
|
126
|
+
};
|
|
127
|
+
export type HumanModelName = {
|
|
128
|
+
human(args: {
|
|
129
|
+
count: number;
|
|
130
|
+
}): string;
|
|
131
|
+
};
|
|
132
|
+
export type TableModelClass = {
|
|
133
|
+
hasAttribute(name: string): boolean;
|
|
134
|
+
humanAttributeName(name: string): string;
|
|
135
|
+
modelClassData(): TableModelClassData;
|
|
136
|
+
modelName(): HumanModelName;
|
|
137
|
+
primaryKey(): string;
|
|
138
|
+
};
|
|
139
|
+
export type CurrentUserModel = BaseModel & {
|
|
140
|
+
id(): number | string;
|
|
141
|
+
};
|
|
142
|
+
export type WorkplaceModel = BaseModel & {
|
|
143
|
+
id(): number | string;
|
|
144
|
+
};
|
|
145
|
+
export type TableColumnDefinition = {
|
|
146
|
+
attribute?: string;
|
|
147
|
+
className?: string;
|
|
148
|
+
defaultVisible?: boolean;
|
|
149
|
+
identifier?: string;
|
|
150
|
+
label?: string;
|
|
151
|
+
path?: string[];
|
|
152
|
+
sortKey?: string;
|
|
153
|
+
};
|
|
154
|
+
export type TableSettingColumn = {
|
|
155
|
+
fullCacheKey(): string;
|
|
156
|
+
identifier(): string;
|
|
157
|
+
position(): number;
|
|
158
|
+
sortKey(): string;
|
|
159
|
+
visible(): boolean | null;
|
|
160
|
+
update(args: {
|
|
161
|
+
visible?: boolean;
|
|
162
|
+
width?: number;
|
|
163
|
+
}): Promise<void>;
|
|
164
|
+
};
|
|
165
|
+
export type TableSettingRecord = {
|
|
166
|
+
fullCacheKey(): string;
|
|
167
|
+
};
|
|
168
|
+
export type PreparedColumn = {
|
|
169
|
+
animatedPosition?: import("react-native").Animated.ValueXY;
|
|
170
|
+
animatedWidth?: import("react-native").Animated.Value;
|
|
171
|
+
animatedZIndex?: import("react-native").Animated.Value;
|
|
172
|
+
column: TableColumnDefinition;
|
|
173
|
+
tableSettingColumn: TableSettingColumn;
|
|
174
|
+
width?: number;
|
|
175
|
+
};
|
|
176
|
+
export type TableFilterFormState = {
|
|
177
|
+
asObject(): TableQueryParams;
|
|
178
|
+
};
|
|
179
|
+
export type TableModelCallbackArgs = Record<string, BaseModel | string>;
|
|
180
|
+
export type TableRenderArgs = {
|
|
181
|
+
models?: TableModel[];
|
|
182
|
+
qParams?: TableQueryParams;
|
|
183
|
+
query?: Collection<any>;
|
|
184
|
+
result?: TableResult;
|
|
185
|
+
};
|
|
186
|
+
export type FilterContentArgs = {
|
|
187
|
+
onFilterChanged: () => void;
|
|
188
|
+
onFilterChangedWithDelay: () => void;
|
|
189
|
+
qParams: TableQueryParams;
|
|
190
|
+
queryQName: string;
|
|
191
|
+
};
|
|
192
|
+
export type OnModelsLoadedArgs = {
|
|
193
|
+
models: TableModel[];
|
|
194
|
+
qParams: TableQueryParams;
|
|
195
|
+
query: Collection<any>;
|
|
196
|
+
result: TableResult;
|
|
197
|
+
};
|
|
198
|
+
export type HeaderProps = Record<string, never>;
|
|
199
|
+
export type HeaderState = {
|
|
200
|
+
lastUpdate: Date;
|
|
201
|
+
};
|
|
202
|
+
export type Props = {
|
|
203
|
+
abilities?: Record<string, string[]>;
|
|
204
|
+
actionsContent?: (args: TableModelCallbackArgs) => import("react").ReactNode;
|
|
205
|
+
appHistory?: {
|
|
206
|
+
push?: (path: string) => void;
|
|
207
|
+
};
|
|
208
|
+
card?: boolean;
|
|
209
|
+
className?: string;
|
|
210
|
+
collection?: Collection<any>;
|
|
211
|
+
columns?: TableColumnDefinition[] | (() => TableColumnDefinition[]);
|
|
212
|
+
controls?: (args: TableRenderArgs) => import("react").ReactNode;
|
|
213
|
+
currentUser?: CurrentUserModel | null;
|
|
214
|
+
defaultDateFormatName?: ((value: Date | number | string) => string) | string;
|
|
215
|
+
defaultDateTimeFormatName?: ((value: Date | number | string) => string) | string;
|
|
216
|
+
defaultParams?: TableQueryParams;
|
|
217
|
+
destroyEnabled?: boolean;
|
|
218
|
+
destroyMessage?: string;
|
|
219
|
+
draggedHeaderStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
220
|
+
editModelPath?: (args: TableModelCallbackArgs) => string;
|
|
221
|
+
filterCard?: boolean;
|
|
222
|
+
filterContent?: (args: FilterContentArgs) => import("react").ReactNode;
|
|
223
|
+
filterSubmitLabel?: number | string | string[];
|
|
224
|
+
groupBy?: string[];
|
|
225
|
+
header?: ((args: TableRenderArgs) => import("react").ReactNode) | string;
|
|
226
|
+
identifier?: string;
|
|
227
|
+
modelClass: TableModelClass;
|
|
228
|
+
noRecordsAvailableContent?: (args: TableRenderArgs) => import("react").ReactNode;
|
|
229
|
+
noRecordsFoundContent?: (args: TableRenderArgs) => import("react").ReactNode;
|
|
230
|
+
onModelsLoaded?: (args: OnModelsLoadedArgs) => void;
|
|
231
|
+
paginateContent?: (args: {
|
|
232
|
+
result: TableResult;
|
|
233
|
+
}) => import("react").ReactNode;
|
|
234
|
+
paginationComponent?: import("react").ComponentType<{
|
|
235
|
+
result: TableResult;
|
|
236
|
+
}>;
|
|
237
|
+
preloads?: string[];
|
|
238
|
+
queryMethod?: TableQueryMethod;
|
|
239
|
+
queryName?: string;
|
|
240
|
+
select?: Record<string, string[]>;
|
|
241
|
+
selectColumns?: Record<string, string[]>;
|
|
242
|
+
styles?: {
|
|
243
|
+
container?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
244
|
+
};
|
|
245
|
+
styleUI?: boolean;
|
|
246
|
+
viewModelPath?: (args: TableModelCallbackArgs) => string;
|
|
247
|
+
workplace?: boolean;
|
|
248
|
+
};
|
|
249
|
+
export type State = {
|
|
250
|
+
columns: PreparedColumn[];
|
|
251
|
+
columnsToShow: PreparedColumn[] | null;
|
|
252
|
+
currentWorkplace: WorkplaceModel | undefined;
|
|
253
|
+
currentWorkplaceCount: number | null;
|
|
254
|
+
draggedColumn: PreparedColumn | null;
|
|
255
|
+
filterForm: TableFilterFormState | null;
|
|
256
|
+
identifier: string;
|
|
257
|
+
lastUpdate: Date;
|
|
258
|
+
preload: string[] | undefined;
|
|
259
|
+
preparedColumns: PreparedColumn[] | undefined;
|
|
260
|
+
queryName: string;
|
|
261
|
+
queryPageName: string;
|
|
262
|
+
queryQName: string;
|
|
263
|
+
querySName: string;
|
|
264
|
+
resizing: boolean;
|
|
265
|
+
showFilters: boolean;
|
|
266
|
+
showSettings: boolean;
|
|
267
|
+
tableSetting: TableSettingRecord | undefined;
|
|
268
|
+
tableSettingFullCacheKey: string | undefined;
|
|
269
|
+
tableSettingLoaded: boolean;
|
|
270
|
+
width: number | undefined;
|
|
271
|
+
widths: TableWidths | null;
|
|
272
|
+
};
|
|
3
273
|
import React from "react";
|
|
274
|
+
import Collection from "../collection.js";
|
|
4
275
|
//# sourceMappingURL=table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"/src/","sources":["table/table.jsx"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"/src/","sources":["table/table.jsx"],"names":[],"mappings":"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"}
|