@revolist/revogrid 3.6.3 → 3.6.4
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/custom-element/_baseIteratee.js +3 -1
- package/custom-element/_baseIteratee.js.map +1 -0
- package/custom-element/columnService.js +6 -4
- package/custom-element/columnService.js.map +1 -0
- package/custom-element/consts.js +3 -1
- package/custom-element/consts.js.map +1 -0
- package/custom-element/data.store.js +55 -33
- package/custom-element/data.store.js.map +1 -0
- package/custom-element/debounce.js +3 -1
- package/custom-element/debounce.js.map +1 -0
- package/custom-element/dimension.helpers.js +3 -1
- package/custom-element/dimension.helpers.js.map +1 -0
- package/custom-element/each.js +2 -0
- package/custom-element/each.js.map +1 -0
- package/custom-element/filter.button.js +2 -0
- package/custom-element/filter.button.js.map +1 -0
- package/custom-element/identity.js +2 -0
- package/custom-element/identity.js.map +1 -0
- package/custom-element/index.d.ts +9 -16
- package/custom-element/index.js +4 -15
- package/custom-element/index.js.map +1 -0
- package/custom-element/isSymbol.js +3 -1
- package/custom-element/isSymbol.js.map +1 -0
- package/custom-element/keys.js +3 -1
- package/custom-element/keys.js.map +1 -0
- package/custom-element/localScrollService.js +2 -0
- package/custom-element/localScrollService.js.map +1 -0
- package/custom-element/resize-observer.js +5 -3
- package/custom-element/resize-observer.js.map +1 -0
- package/custom-element/revo-grid.js +39 -159
- package/custom-element/revo-grid.js.map +1 -0
- package/custom-element/revogr-clipboard.js +4 -4
- package/custom-element/revogr-clipboard.js.map +1 -0
- package/custom-element/revogr-data.js +2 -0
- package/custom-element/revogr-data.js.map +1 -0
- package/custom-element/revogr-data2.js +14 -3
- package/custom-element/revogr-data2.js.map +1 -0
- package/custom-element/revogr-edit.js +2 -0
- package/custom-element/revogr-edit.js.map +1 -0
- package/custom-element/revogr-edit2.js +7 -3
- package/custom-element/revogr-edit2.js.map +1 -0
- package/custom-element/revogr-filter-panel.js +10 -6
- package/custom-element/revogr-filter-panel.js.map +1 -0
- package/custom-element/revogr-focus.js +2 -0
- package/custom-element/revogr-focus.js.map +1 -0
- package/custom-element/revogr-focus2.js +8 -2
- package/custom-element/revogr-focus2.js.map +1 -0
- package/custom-element/revogr-header.js +2 -0
- package/custom-element/revogr-header.js.map +1 -0
- package/custom-element/revogr-header2.js +11 -3
- package/custom-element/revogr-header2.js.map +1 -0
- package/custom-element/revogr-order-editor.js +2 -0
- package/custom-element/revogr-order-editor.js.map +1 -0
- package/custom-element/revogr-order-editor2.js +8 -3
- package/custom-element/revogr-order-editor2.js.map +1 -0
- package/custom-element/revogr-overlay-selection.js +2 -0
- package/custom-element/revogr-overlay-selection.js.map +1 -0
- package/custom-element/revogr-overlay-selection2.js +15 -3
- package/custom-element/revogr-overlay-selection2.js.map +1 -0
- package/custom-element/revogr-row-headers.js +2 -0
- package/custom-element/revogr-row-headers.js.map +1 -0
- package/custom-element/revogr-row-headers2.js +9 -2
- package/custom-element/revogr-row-headers2.js.map +1 -0
- package/custom-element/revogr-scroll-virtual.js +2 -0
- package/custom-element/revogr-scroll-virtual.js.map +1 -0
- package/custom-element/revogr-scroll-virtual2.js +5 -2
- package/custom-element/revogr-scroll-virtual2.js.map +1 -0
- package/custom-element/revogr-temp-range.js +2 -0
- package/custom-element/revogr-temp-range.js.map +1 -0
- package/custom-element/revogr-temp-range2.js +8 -4
- package/custom-element/revogr-temp-range2.js.map +1 -0
- package/custom-element/revogr-viewport-scroll.js +2 -0
- package/custom-element/revogr-viewport-scroll.js.map +1 -0
- package/custom-element/revogr-viewport-scroll2.js +6 -11
- package/custom-element/revogr-viewport-scroll2.js.map +1 -0
- package/custom-element/selection.utils.js +2 -0
- package/custom-element/selection.utils.js.map +1 -0
- package/custom-element/themeService.js +65 -0
- package/custom-element/themeService.js.map +1 -0
- package/custom-element/toInteger.js +2 -0
- package/custom-element/toInteger.js.map +1 -0
- package/custom-element/toNumber.js +3 -1
- package/custom-element/toNumber.js.map +1 -0
- package/custom-element/utils.js +2 -0
- package/custom-element/utils.js.map +1 -0
- package/dist/cjs/{debounce-6cea2774.js → debounce-25dce8a1.js} +3 -1
- package/dist/cjs/debounce-25dce8a1.js.map +1 -0
- package/dist/cjs/{index-cb904e00.js → index-5f3dfe40.js} +577 -283
- package/dist/cjs/index-5f3dfe40.js.map +1 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +5 -16
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/{resize-observer-bf327d6a.js → resize-observer-7f159b88.js} +5 -3
- package/dist/cjs/resize-observer-7f159b88.js.map +1 -0
- package/dist/cjs/revo-grid.cjs.js +11 -59
- package/dist/cjs/revo-grid.cjs.js.map +1 -0
- package/dist/cjs/revo-grid_11.cjs.entry.js +153 -149
- package/dist/cjs/revo-grid_11.cjs.entry.js.map +1 -0
- package/dist/cjs/revogr-clipboard.cjs.entry.js +4 -3
- package/dist/cjs/revogr-clipboard.cjs.entry.js.map +1 -0
- package/dist/cjs/revogr-filter-panel.cjs.entry.js +11 -6
- package/dist/cjs/revogr-filter-panel.cjs.entry.js.map +1 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/button/button.js +1 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/clipboard/revogr-clipboard.js +82 -80
- package/dist/collection/components/clipboard/revogr-clipboard.js.map +1 -0
- package/dist/collection/components/data/cellRenderer.js +2 -2
- package/dist/collection/components/data/cellRenderer.js.map +1 -0
- package/dist/collection/components/data/columnService.js +4 -3
- package/dist/collection/components/data/columnService.js.map +1 -0
- package/dist/collection/components/data/revogr-data.js +240 -219
- package/dist/collection/components/data/revogr-data.js.map +1 -0
- package/dist/collection/components/data/rowRenderer.js +1 -0
- package/dist/collection/components/data/rowRenderer.js.map +1 -0
- package/dist/collection/components/header/headerCellRenderer.js +2 -3
- package/dist/collection/components/header/headerCellRenderer.js.map +1 -0
- package/dist/collection/components/header/headerRenderer.js +2 -3
- package/dist/collection/components/header/headerRenderer.js.map +1 -0
- package/dist/collection/components/header/revogr-header.js +244 -229
- package/dist/collection/components/header/revogr-header.js.map +1 -0
- package/dist/collection/components/order/orderRenderer.js +2 -5
- package/dist/collection/components/order/orderRenderer.js.map +1 -0
- package/dist/collection/components/order/revogr-order-editor.js +257 -248
- package/dist/collection/components/order/revogr-order-editor.js.map +1 -0
- package/dist/collection/components/order/rowOrderService.js +1 -0
- package/dist/collection/components/order/rowOrderService.js.map +1 -0
- package/dist/collection/components/overlay/autofill.service.js +1 -0
- package/dist/collection/components/overlay/autofill.service.js.map +1 -0
- package/dist/collection/components/overlay/clipboard.service.js +1 -0
- package/dist/collection/components/overlay/clipboard.service.js.map +1 -0
- package/dist/collection/components/overlay/editors/edit.utils.js +1 -0
- package/dist/collection/components/overlay/editors/edit.utils.js.map +1 -0
- package/dist/collection/components/overlay/editors/text.js +1 -0
- package/dist/collection/components/overlay/editors/text.js.map +1 -0
- package/dist/collection/components/overlay/keyboard.service.js +1 -0
- package/dist/collection/components/overlay/keyboard.service.js.map +1 -0
- package/dist/collection/components/overlay/revogr-edit.js +106 -94
- package/dist/collection/components/overlay/revogr-edit.js.map +1 -0
- package/dist/collection/components/overlay/revogr-overlay-selection.js +488 -466
- package/dist/collection/components/overlay/revogr-overlay-selection.js.map +1 -0
- package/dist/collection/components/overlay/selection.utils.js +1 -0
- package/dist/collection/components/overlay/selection.utils.js.map +1 -0
- package/dist/collection/components/revo-grid/revo-grid-style.css +7 -13
- package/dist/collection/components/revo-grid/revo-grid.js +1565 -1618
- package/dist/collection/components/revo-grid/revo-grid.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.helpers.js +1 -0
- package/dist/collection/components/revo-grid/viewport.helpers.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.interfaces.js +1 -3
- package/dist/collection/components/revo-grid/viewport.interfaces.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.js +2 -5
- package/dist/collection/components/revo-grid/viewport.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.resize.service.js +1 -0
- package/dist/collection/components/revo-grid/viewport.resize.service.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.scrolling.service.js +1 -0
- package/dist/collection/components/revo-grid/viewport.scrolling.service.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.section.js +2 -4
- package/dist/collection/components/revo-grid/viewport.section.js.map +1 -0
- package/dist/collection/components/revo-grid/viewport.service.js +8 -2
- package/dist/collection/components/revo-grid/viewport.service.js.map +1 -0
- package/dist/collection/components/rowHeaders/revogr-row-headers.js +151 -142
- package/dist/collection/components/rowHeaders/revogr-row-headers.js.map +1 -0
- package/dist/collection/components/rowHeaders/row-header-render.js +1 -0
- package/dist/collection/components/rowHeaders/row-header-render.js.map +1 -0
- package/dist/collection/components/scroll/revogr-viewport-scroll-style.css +2 -4
- package/dist/collection/components/scroll/revogr-viewport-scroll.js +161 -164
- package/dist/collection/components/scroll/revogr-viewport-scroll.js.map +1 -0
- package/dist/collection/components/scrollable/revogr-scroll-virtual.js +147 -135
- package/dist/collection/components/scrollable/revogr-scroll-virtual.js.map +1 -0
- package/dist/collection/components/selection-focus/revogr-focus.js +141 -125
- package/dist/collection/components/selection-focus/revogr-focus.js.map +1 -0
- package/dist/collection/components/selection-temp-range/revogr-temp-range-style.css +1 -1
- package/dist/collection/components/selection-temp-range/revogr-temp-range.js +83 -74
- package/dist/collection/components/selection-temp-range/revogr-temp-range.js.map +1 -0
- package/dist/collection/global/global.js +1 -0
- package/dist/collection/global/global.js.map +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/plugins/autoSizeColumn.js +1 -0
- package/dist/collection/plugins/autoSizeColumn.js.map +1 -0
- package/dist/collection/plugins/basePlugin.js +1 -0
- package/dist/collection/plugins/basePlugin.js.map +1 -0
- package/dist/collection/plugins/dispatcher.js +1 -0
- package/dist/collection/plugins/dispatcher.js.map +1 -0
- package/dist/collection/plugins/export/csv.js +1 -0
- package/dist/collection/plugins/export/csv.js.map +1 -0
- package/dist/collection/plugins/export/export.plugin.js +1 -0
- package/dist/collection/plugins/export/export.plugin.js.map +1 -0
- package/dist/collection/plugins/export/types.js +1 -3
- package/dist/collection/plugins/export/types.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/equal.js +1 -0
- package/dist/collection/plugins/filter/conditions/equal.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/number/greaterThan.js +1 -0
- package/dist/collection/plugins/filter/conditions/number/greaterThan.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js +1 -0
- package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/number/lessThan.js +1 -0
- package/dist/collection/plugins/filter/conditions/number/lessThan.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js +1 -0
- package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/set.js +1 -0
- package/dist/collection/plugins/filter/conditions/set.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/string/beginswith.js +1 -0
- package/dist/collection/plugins/filter/conditions/string/beginswith.js.map +1 -0
- package/dist/collection/plugins/filter/conditions/string/contains.js +1 -0
- package/dist/collection/plugins/filter/conditions/string/contains.js.map +1 -0
- package/dist/collection/plugins/filter/filter.button.js +6 -11
- package/dist/collection/plugins/filter/filter.button.js.map +1 -0
- package/dist/collection/plugins/filter/filter.plugin.js +1 -0
- package/dist/collection/plugins/filter/filter.plugin.js.map +1 -0
- package/dist/collection/plugins/filter/filter.pop.js +239 -234
- package/dist/collection/plugins/filter/filter.pop.js.map +1 -0
- package/dist/collection/plugins/filter/filter.service.js +1 -0
- package/dist/collection/plugins/filter/filter.service.js.map +1 -0
- package/dist/collection/plugins/filter/filter.style.css +2 -3
- package/dist/collection/plugins/filter/filter.types.js +1 -3
- package/dist/collection/plugins/filter/filter.types.js.map +1 -0
- package/dist/collection/plugins/groupingColumn/columnGroupsRenderer.js +1 -0
- package/dist/collection/plugins/groupingColumn/columnGroupsRenderer.js.map +1 -0
- package/dist/collection/plugins/groupingColumn/grouping.col.plugin.js +1 -0
- package/dist/collection/plugins/groupingColumn/grouping.col.plugin.js.map +1 -0
- package/dist/collection/plugins/groupingColumn/headerGroupRenderer.js +1 -0
- package/dist/collection/plugins/groupingColumn/headerGroupRenderer.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.const.js +1 -0
- package/dist/collection/plugins/groupingRow/grouping.const.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js +1 -0
- package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.row.plugin.js +6 -5
- package/dist/collection/plugins/groupingRow/grouping.row.plugin.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.row.renderer.js +3 -7
- package/dist/collection/plugins/groupingRow/grouping.row.renderer.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.row.types.js +1 -3
- package/dist/collection/plugins/groupingRow/grouping.row.types.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.service.js +1 -0
- package/dist/collection/plugins/groupingRow/grouping.service.js.map +1 -0
- package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js +1 -0
- package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js.map +1 -0
- package/dist/collection/plugins/moveColumn/columnDragPlugin.js +1 -0
- package/dist/collection/plugins/moveColumn/columnDragPlugin.js.map +1 -0
- package/dist/collection/plugins/moveColumn/columnOrderHandler.js +1 -0
- package/dist/collection/plugins/moveColumn/columnOrderHandler.js.map +1 -0
- package/dist/collection/plugins/sorting/sorting.plugin.js +4 -3
- package/dist/collection/plugins/sorting/sorting.plugin.js.map +1 -0
- package/dist/collection/plugins/sorting/sorting.sign.js +1 -0
- package/dist/collection/plugins/sorting/sorting.sign.js.map +1 -0
- package/dist/collection/plugins/stretchPlugin.js +1 -0
- package/dist/collection/plugins/stretchPlugin.js.map +1 -0
- package/dist/collection/plugins/trimmed/trimmed.plugin.js +1 -0
- package/dist/collection/plugins/trimmed/trimmed.plugin.js.map +1 -0
- package/dist/collection/services/cell.helpers.js +1 -0
- package/dist/collection/services/cell.helpers.js.map +1 -0
- package/dist/collection/services/column.data.provider.js +8 -7
- package/dist/collection/services/column.data.provider.js.map +1 -0
- package/dist/collection/services/data.provider.js +1 -0
- package/dist/collection/services/data.provider.js.map +1 -0
- package/dist/collection/services/dimension.provider.js +1 -0
- package/dist/collection/services/dimension.provider.js.map +1 -0
- package/dist/collection/services/localScrollService.js +1 -0
- package/dist/collection/services/localScrollService.js.map +1 -0
- package/dist/collection/services/resizable.directive.js +2 -3
- package/dist/collection/services/resizable.directive.js.map +1 -0
- package/dist/collection/services/selection.store.connector.js +1 -0
- package/dist/collection/services/selection.store.connector.js.map +1 -0
- package/dist/collection/services/viewport.provider.js +1 -0
- package/dist/collection/services/viewport.provider.js.map +1 -0
- package/dist/collection/store/dataSource/data.proxy.js +1 -0
- package/dist/collection/store/dataSource/data.proxy.js.map +1 -0
- package/dist/collection/store/dataSource/data.store.js +4 -3
- package/dist/collection/store/dataSource/data.store.js.map +1 -0
- package/dist/collection/store/dimension/dimension.helpers.js +1 -0
- package/dist/collection/store/dimension/dimension.helpers.js.map +1 -0
- package/dist/collection/store/dimension/dimension.store.js +5 -3
- package/dist/collection/store/dimension/dimension.store.js.map +1 -0
- package/dist/collection/store/selection/selection.helpers.js +1 -0
- package/dist/collection/store/selection/selection.helpers.js.map +1 -0
- package/dist/collection/store/selection/selection.store.js +1 -0
- package/dist/collection/store/selection/selection.store.js.map +1 -0
- package/dist/collection/store/selection/selection.store.service.js +1 -0
- package/dist/collection/store/selection/selection.store.service.js.map +1 -0
- package/dist/collection/store/storeTypes.js +1 -0
- package/dist/collection/store/storeTypes.js.map +1 -0
- package/dist/collection/store/viewPort/viewport.helpers.js +1 -0
- package/dist/collection/store/viewPort/viewport.helpers.js.map +1 -0
- package/dist/collection/store/viewPort/viewport.store.js +1 -0
- package/dist/collection/store/viewPort/viewport.store.js.map +1 -0
- package/dist/collection/themeManager/theme.compact.js +1 -0
- package/dist/collection/themeManager/theme.compact.js.map +1 -0
- package/dist/collection/themeManager/theme.default.js +1 -0
- package/dist/collection/themeManager/theme.default.js.map +1 -0
- package/dist/collection/themeManager/theme.material.js +1 -0
- package/dist/collection/themeManager/theme.material.js.map +1 -0
- package/dist/collection/themeManager/themeService.js +6 -5
- package/dist/collection/themeManager/themeService.js.map +1 -0
- package/dist/collection/utils/closestPolifill.js +1 -0
- package/dist/collection/utils/closestPolifill.js.map +1 -0
- package/dist/collection/utils/consts.js +1 -0
- package/dist/collection/utils/consts.js.map +1 -0
- package/dist/collection/utils/generateAlphabetHeader.js +1 -0
- package/dist/collection/utils/generateAlphabetHeader.js.map +1 -0
- package/dist/collection/utils/keyCodes.js +1 -0
- package/dist/collection/utils/keyCodes.js.map +1 -0
- package/dist/collection/utils/keyCodes.utils.js +1 -0
- package/dist/collection/utils/keyCodes.utils.js.map +1 -0
- package/dist/collection/utils/platform.js +1 -0
- package/dist/collection/utils/platform.js.map +1 -0
- package/dist/collection/utils/resizeObserver.js +1 -0
- package/dist/collection/utils/resizeObserver.js.map +1 -0
- package/dist/collection/utils/store.utils.js +1 -0
- package/dist/collection/utils/store.utils.js.map +1 -0
- package/dist/collection/utils/utils.js +1 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/esm/{debounce-e4e6dd45.js → debounce-7221834a.js} +3 -1
- package/dist/esm/debounce-7221834a.js.map +1 -0
- package/dist/esm/{index-6f753b3c.js → index-068eebfc.js} +577 -279
- package/dist/esm/index-068eebfc.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +5 -16
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{resize-observer-00c48d78.js → resize-observer-d817c4b6.js} +5 -3
- package/dist/esm/resize-observer-d817c4b6.js.map +1 -0
- package/dist/esm/revo-grid.js +9 -60
- package/dist/esm/revo-grid.js.map +1 -0
- package/dist/esm/revo-grid_11.entry.js +153 -149
- package/dist/esm/revo-grid_11.entry.js.map +1 -0
- package/dist/esm/revogr-clipboard.entry.js +4 -3
- package/dist/esm/revogr-clipboard.entry.js.map +1 -0
- package/dist/esm/revogr-filter-panel.entry.js +11 -6
- package/dist/esm/revogr-filter-panel.entry.js.map +1 -0
- package/dist/esm-es5/{debounce-e4e6dd45.js → debounce-7221834a.js} +2 -1
- package/dist/esm-es5/debounce-7221834a.js.map +1 -0
- package/dist/esm-es5/index-068eebfc.js +5 -0
- package/dist/esm-es5/index-068eebfc.js.map +1 -0
- package/dist/esm-es5/index.js +1 -0
- package/dist/esm-es5/index.js.map +1 -0
- package/dist/esm-es5/loader.js +2 -1
- package/dist/esm-es5/loader.js.map +1 -0
- package/dist/esm-es5/{resize-observer-00c48d78.js → resize-observer-d817c4b6.js} +2 -1
- package/dist/esm-es5/resize-observer-d817c4b6.js.map +1 -0
- package/dist/esm-es5/revo-grid.js +2 -1
- package/dist/esm-es5/revo-grid.js.map +1 -0
- package/dist/esm-es5/revo-grid_11.entry.js +3 -2
- package/dist/esm-es5/revo-grid_11.entry.js.map +1 -0
- package/dist/esm-es5/revogr-clipboard.entry.js +3 -2
- package/dist/esm-es5/revogr-clipboard.entry.js.map +1 -0
- package/dist/esm-es5/revogr-filter-panel.entry.js +3 -2
- package/dist/esm-es5/revogr-filter-panel.entry.js.map +1 -0
- package/dist/revo-grid/debounce-7221834a.js +5 -0
- package/dist/revo-grid/debounce-7221834a.js.map +1 -0
- package/dist/revo-grid/{debounce-5a33c710.system.js → debounce-fa358fc7.system.js} +2 -1
- package/dist/revo-grid/debounce-fa358fc7.system.js.map +1 -0
- package/dist/revo-grid/index-068eebfc.js +6 -0
- package/dist/revo-grid/index-068eebfc.js.map +1 -0
- package/dist/revo-grid/index-36847b63.system.js +6 -0
- package/dist/revo-grid/index-36847b63.system.js.map +1 -0
- package/dist/revo-grid/index.esm.js +2 -0
- package/dist/revo-grid/index.esm.js.map +1 -0
- package/dist/revo-grid/index.system.js +2 -1
- package/dist/revo-grid/index.system.js.map +1 -0
- package/dist/revo-grid/{resize-observer-8af0bc0e.system.js → resize-observer-64c845eb.system.js} +2 -1
- package/dist/revo-grid/resize-observer-64c845eb.system.js.map +1 -0
- package/dist/revo-grid/resize-observer-d817c4b6.js +5 -0
- package/dist/revo-grid/resize-observer-d817c4b6.js.map +1 -0
- package/dist/revo-grid/revo-grid.esm.js +2 -1
- package/dist/revo-grid/revo-grid.esm.js.map +1 -0
- package/dist/revo-grid/revo-grid.js +0 -2
- package/dist/revo-grid/revo-grid.system.js +2 -1
- package/dist/revo-grid/revo-grid.system.js.map +1 -0
- package/dist/revo-grid/revo-grid_11.entry.js +2 -1
- package/dist/revo-grid/revo-grid_11.entry.js.map +1 -0
- package/dist/revo-grid/revo-grid_11.system.entry.js +3 -2
- package/dist/revo-grid/revo-grid_11.system.entry.js.map +1 -0
- package/dist/revo-grid/revogr-clipboard.entry.js +2 -1
- package/dist/revo-grid/revogr-clipboard.entry.js.map +1 -0
- package/dist/revo-grid/revogr-clipboard.system.entry.js +3 -2
- package/dist/revo-grid/revogr-clipboard.system.entry.js.map +1 -0
- package/dist/revo-grid/revogr-filter-panel.entry.js +2 -1
- package/dist/revo-grid/revogr-filter-panel.entry.js.map +1 -0
- package/dist/revo-grid/revogr-filter-panel.system.entry.js +3 -2
- package/dist/revo-grid/revogr-filter-panel.system.entry.js.map +1 -0
- package/dist/types/components/data/cellRenderer.d.ts +1 -1
- package/dist/types/components/data/columnService.d.ts +4 -4
- package/dist/types/components/header/headerCellRenderer.d.ts +1 -1
- package/dist/types/components/header/headerRenderer.d.ts +1 -1
- package/dist/types/components/order/orderRenderer.d.ts +1 -1
- package/dist/types/components/order/rowOrderService.d.ts +1 -1
- package/dist/types/components/overlay/autofill.service.d.ts +1 -1
- package/dist/types/components/overlay/clipboard.service.d.ts +1 -1
- package/dist/types/components/overlay/editors/text.d.ts +1 -1
- package/dist/types/components/overlay/keyboard.service.d.ts +1 -1
- package/dist/types/components/overlay/selection.utils.d.ts +1 -1
- package/dist/types/components/revo-grid/viewport.d.ts +1 -1
- package/dist/types/components/revo-grid/viewport.interfaces.d.ts +5 -5
- package/dist/types/components/revo-grid/viewport.scrolling.service.d.ts +1 -1
- package/dist/types/components/revo-grid/viewport.section.d.ts +1 -1
- package/dist/types/components/revo-grid/viewport.service.d.ts +6 -3
- package/dist/types/components/rowHeaders/row-header-render.d.ts +1 -1
- package/dist/types/components.d.ts +26 -0
- package/dist/types/plugins/autoSizeColumn.d.ts +1 -1
- package/dist/types/plugins/dispatcher.d.ts +1 -1
- package/dist/types/plugins/export/csv.d.ts +1 -1
- package/dist/types/plugins/export/export.plugin.d.ts +1 -1
- package/dist/types/plugins/export/types.d.ts +2 -2
- package/dist/types/plugins/filter/filter.button.d.ts +1 -1
- package/dist/types/plugins/filter/filter.plugin.d.ts +6 -6
- package/dist/types/plugins/filter/filter.pop.d.ts +4 -4
- package/dist/types/plugins/filter/filter.service.d.ts +1 -1
- package/dist/types/plugins/filter/filter.types.d.ts +5 -5
- package/dist/types/plugins/groupingColumn/columnGroupsRenderer.d.ts +1 -1
- package/dist/types/plugins/groupingColumn/grouping.col.plugin.d.ts +1 -1
- package/dist/types/plugins/groupingColumn/headerGroupRenderer.d.ts +1 -1
- package/dist/types/plugins/groupingRow/grouping.row.renderer.d.ts +1 -1
- package/dist/types/plugins/groupingRow/grouping.row.types.d.ts +5 -5
- package/dist/types/plugins/groupingRow/grouping.service.d.ts +1 -1
- package/dist/types/plugins/moveColumn/columnDragPlugin.d.ts +5 -5
- package/dist/types/plugins/sorting/sorting.plugin.d.ts +1 -1
- package/dist/types/plugins/sorting/sorting.sign.d.ts +1 -1
- package/dist/types/plugins/trimmed/trimmed.plugin.d.ts +2 -2
- package/dist/types/services/column.data.provider.d.ts +4 -4
- package/dist/types/services/data.provider.d.ts +1 -1
- package/dist/types/services/dimension.provider.d.ts +2 -2
- package/dist/types/services/localScrollService.d.ts +1 -1
- package/dist/types/services/resizable.directive.d.ts +2 -2
- package/dist/types/services/selection.store.connector.d.ts +2 -2
- package/dist/types/services/viewport.provider.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +91 -19
- package/dist/types/store/dataSource/data.proxy.d.ts +1 -1
- package/dist/types/store/dataSource/data.store.d.ts +4 -4
- package/dist/types/store/dimension/dimension.helpers.d.ts +3 -3
- package/dist/types/store/selection/selection.store.d.ts +1 -1
- package/dist/types/store/viewPort/viewport.helpers.d.ts +2 -2
- package/loader/index.d.ts +9 -0
- package/loader/package.json +1 -0
- package/package.json +1 -1
- package/dist/cjs/css-shim-9f5bc84d.js +0 -9
- package/dist/cjs/dom-fcb646f0.js +0 -78
- package/dist/esm/css-shim-e1e1ea5e.js +0 -7
- package/dist/esm/dom-21bd1807.js +0 -76
- package/dist/esm-es5/css-shim-e1e1ea5e.js +0 -4
- package/dist/esm-es5/dom-21bd1807.js +0 -24
- package/dist/esm-es5/index-6f753b3c.js +0 -4
- package/dist/revo-grid/css-shim-bcf89cc0.system.js +0 -4
- package/dist/revo-grid/css-shim-e1e1ea5e.js +0 -4
- package/dist/revo-grid/debounce-726bdadb.js +0 -4
- package/dist/revo-grid/dom-21bd1807.js +0 -22
- package/dist/revo-grid/dom-726246e2.system.js +0 -24
- package/dist/revo-grid/index-f14b41a0.system.js +0 -5
- package/dist/revo-grid/index-f30d1de1.js +0 -5
- package/dist/revo-grid/resize-observer-00c48d78.js +0 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Built by Revolist
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { h, Host } from '@stencil/core';
|
|
5
5
|
import reduce from 'lodash/reduce';
|
|
6
6
|
import each from 'lodash/each';
|
|
7
7
|
import ColumnDataProvider from '../../services/column.data.provider';
|
|
@@ -27,109 +27,41 @@ import StretchColumn, { isStretchPlugin } from '../../plugins/stretchPlugin';
|
|
|
27
27
|
import ColumnPlugin from '../../plugins/moveColumn/columnDragPlugin';
|
|
28
28
|
export class RevoGridComponent {
|
|
29
29
|
constructor() {
|
|
30
|
+
this.uuid = null;
|
|
31
|
+
this.viewport = null;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
33
|
+
* Plugins
|
|
34
|
+
* Define plugins collection
|
|
32
35
|
*/
|
|
36
|
+
this.internalPlugins = [];
|
|
37
|
+
this.subscribers = {};
|
|
38
|
+
this.rowHeaders = undefined;
|
|
33
39
|
this.frameSize = 1;
|
|
34
|
-
/**
|
|
35
|
-
* Indicates default rgRow size.
|
|
36
|
-
* By default 0, means theme package size will be applied
|
|
37
|
-
*/
|
|
38
40
|
this.rowSize = 0;
|
|
39
|
-
/** Indicates default column size. */
|
|
40
41
|
this.colSize = 100;
|
|
41
|
-
/** When true, user can range selection. */
|
|
42
42
|
this.range = false;
|
|
43
|
-
/** When true, grid in read only mode. */
|
|
44
43
|
this.readonly = false;
|
|
45
|
-
/** When true, columns are resizable. */
|
|
46
44
|
this.resize = false;
|
|
47
|
-
/** When true cell focus appear. */
|
|
48
45
|
this.canFocus = true;
|
|
49
|
-
/** When true enable clipboard. */
|
|
50
46
|
this.useClipboard = true;
|
|
51
|
-
/**
|
|
52
|
-
* Columns - defines an array of grid columns.
|
|
53
|
-
* Can be column or grouped column.
|
|
54
|
-
*/
|
|
55
47
|
this.columns = [];
|
|
56
|
-
/**
|
|
57
|
-
* Source - defines main data source.
|
|
58
|
-
* Can be an Object or 2 dimensional array([][]);
|
|
59
|
-
* Keys/indexes referenced from columns Prop
|
|
60
|
-
*/
|
|
61
48
|
this.source = [];
|
|
62
|
-
/** Pinned top Source: {[T in ColumnProp]: any} - defines pinned top rows data source. */
|
|
63
49
|
this.pinnedTopSource = [];
|
|
64
|
-
/** Pinned bottom Source: {[T in ColumnProp]: any} - defines pinned bottom rows data source. */
|
|
65
50
|
this.pinnedBottomSource = [];
|
|
66
|
-
/** Row properies applied */
|
|
67
51
|
this.rowDefinitions = [];
|
|
68
|
-
/** Custom editors register */
|
|
69
52
|
this.editors = {};
|
|
70
|
-
|
|
71
|
-
* Every type represent multiple column properties
|
|
72
|
-
* Types will be merged but can be replaced with column properties
|
|
73
|
-
*/
|
|
53
|
+
this.plugins = undefined;
|
|
74
54
|
this.columnTypes = {};
|
|
75
|
-
/** Theme name */
|
|
76
55
|
this.theme = 'default';
|
|
77
|
-
/**
|
|
78
|
-
* Row class property
|
|
79
|
-
* Define this property in rgRow object and this will be mapped as rgRow class
|
|
80
|
-
*/
|
|
81
56
|
this.rowClass = '';
|
|
82
|
-
/**
|
|
83
|
-
* Autosize config
|
|
84
|
-
* Enable columns autoSize, for more details check @autoSizeColumn plugin
|
|
85
|
-
* By default disabled, hence operation is not resource efficient
|
|
86
|
-
* true to enable with default params (double header separator click for autosize)
|
|
87
|
-
* or provide config
|
|
88
|
-
*/
|
|
89
57
|
this.autoSizeColumn = false;
|
|
90
|
-
/**
|
|
91
|
-
* Enables filter plugin
|
|
92
|
-
* Can be boolean
|
|
93
|
-
* Can be filter collection
|
|
94
|
-
*/
|
|
95
58
|
this.filter = false;
|
|
96
|
-
/**
|
|
97
|
-
* Enables column move plugin
|
|
98
|
-
* Can be boolean
|
|
99
|
-
*/
|
|
100
59
|
this.canMoveColumns = false;
|
|
101
|
-
/**
|
|
102
|
-
* Trimmed rows
|
|
103
|
-
* Functionality which allows to hide rows from main data set
|
|
104
|
-
* @trimmedRows are physical rgRow indexes to hide
|
|
105
|
-
*/
|
|
106
60
|
this.trimmedRows = {};
|
|
107
|
-
/**
|
|
108
|
-
* Enables export plugin
|
|
109
|
-
* Can be boolean
|
|
110
|
-
* Can be export options
|
|
111
|
-
*/
|
|
112
61
|
this.exporting = false;
|
|
113
|
-
|
|
114
|
-
* Defines stretch strategy for columns with @StretchColumn plugin
|
|
115
|
-
* if there are more space on the right last column size would be increased
|
|
116
|
-
*/
|
|
62
|
+
this.grouping = undefined;
|
|
117
63
|
this.stretch = true;
|
|
118
|
-
// --------------------------------------------------------------------------
|
|
119
|
-
//
|
|
120
|
-
// Private Properties
|
|
121
|
-
//
|
|
122
|
-
// --------------------------------------------------------------------------
|
|
123
|
-
// for internal plugin usage
|
|
124
64
|
this.extraElements = [];
|
|
125
|
-
this.uuid = null;
|
|
126
|
-
this.viewport = null;
|
|
127
|
-
/**
|
|
128
|
-
* Plugins
|
|
129
|
-
* Define plugins collection
|
|
130
|
-
*/
|
|
131
|
-
this.internalPlugins = [];
|
|
132
|
-
this.subscribers = {};
|
|
133
65
|
}
|
|
134
66
|
// --------------------------------------------------------------------------
|
|
135
67
|
//
|
|
@@ -267,14 +199,14 @@ export class RevoGridComponent {
|
|
|
267
199
|
* Clear current grid focus
|
|
268
200
|
*/
|
|
269
201
|
async clearFocus() {
|
|
270
|
-
var _a;
|
|
271
|
-
const focused =
|
|
202
|
+
var _a, _b;
|
|
203
|
+
const focused = (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.getFocused();
|
|
272
204
|
const event = this.beforefocuslost.emit(focused);
|
|
273
205
|
if (event.defaultPrevented) {
|
|
274
206
|
return;
|
|
275
207
|
}
|
|
276
208
|
this.selectionStoreConnector.clearAll();
|
|
277
|
-
(
|
|
209
|
+
(_b = this.viewport) === null || _b === void 0 ? void 0 : _b.clearFocused();
|
|
278
210
|
}
|
|
279
211
|
/**
|
|
280
212
|
* Get all active plugins instances
|
|
@@ -582,1667 +514,1682 @@ export class RevoGridComponent {
|
|
|
582
514
|
this.selectionStoreConnector.setEdit(detail.val);
|
|
583
515
|
}
|
|
584
516
|
}, registerElement: (e, k) => this.scrollingService.registerElement(e, k), onScroll: details => this.scrollingService.onScroll(details) }));
|
|
585
|
-
return (h(Host, Object.assign({}, { [`${UUID}`]: this.uuid }),
|
|
586
|
-
h(RevoViewPort, { viewports: this.viewportProvider.stores, dimensions: this.dimensionProvider.stores, orderRef: e => (this.orderService = e), registerElement: (e, k) => this.scrollingService.registerElement(e, k), nakedClick: () => this.viewport.clearEdit(), onScroll: details => this.scrollingService.onScroll(details) }, views),
|
|
587
|
-
this.extraElements));
|
|
517
|
+
return (h(Host, Object.assign({}, { [`${UUID}`]: this.uuid }), h(RevoViewPort, { viewports: this.viewportProvider.stores, dimensions: this.dimensionProvider.stores, orderRef: e => (this.orderService = e), registerElement: (e, k) => this.scrollingService.registerElement(e, k), nakedClick: () => this.viewport.clearEdit(), onScroll: details => this.scrollingService.onScroll(details) }, views), this.extraElements));
|
|
588
518
|
}
|
|
589
519
|
static get is() { return "revo-grid"; }
|
|
590
|
-
static get originalStyleUrls() {
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
520
|
+
static get originalStyleUrls() {
|
|
521
|
+
return {
|
|
522
|
+
"$": ["revo-grid-style.scss"]
|
|
523
|
+
};
|
|
524
|
+
}
|
|
525
|
+
static get styleUrls() {
|
|
526
|
+
return {
|
|
527
|
+
"$": ["revo-grid-style.css"]
|
|
528
|
+
};
|
|
529
|
+
}
|
|
530
|
+
static get properties() {
|
|
531
|
+
return {
|
|
532
|
+
"rowHeaders": {
|
|
533
|
+
"type": "boolean",
|
|
534
|
+
"mutable": false,
|
|
535
|
+
"complexType": {
|
|
536
|
+
"original": "RevoGrid.RowHeaders | boolean",
|
|
537
|
+
"resolved": "RowHeaders | boolean",
|
|
538
|
+
"references": {
|
|
539
|
+
"RevoGrid": {
|
|
540
|
+
"location": "import",
|
|
541
|
+
"path": "../../interfaces"
|
|
542
|
+
}
|
|
607
543
|
}
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
544
|
+
},
|
|
545
|
+
"required": false,
|
|
546
|
+
"optional": false,
|
|
547
|
+
"docs": {
|
|
548
|
+
"tags": [],
|
|
549
|
+
"text": "Excel like show rgRow indexe per rgRow"
|
|
550
|
+
},
|
|
551
|
+
"attribute": "row-headers",
|
|
552
|
+
"reflect": false
|
|
553
|
+
},
|
|
554
|
+
"frameSize": {
|
|
555
|
+
"type": "number",
|
|
556
|
+
"mutable": false,
|
|
557
|
+
"complexType": {
|
|
558
|
+
"original": "number",
|
|
559
|
+
"resolved": "number",
|
|
560
|
+
"references": {}
|
|
561
|
+
},
|
|
562
|
+
"required": false,
|
|
563
|
+
"optional": false,
|
|
564
|
+
"docs": {
|
|
565
|
+
"tags": [],
|
|
566
|
+
"text": "Defines how many rows/columns should be rendered outside visible area."
|
|
567
|
+
},
|
|
568
|
+
"attribute": "frame-size",
|
|
569
|
+
"reflect": false,
|
|
570
|
+
"defaultValue": "1"
|
|
571
|
+
},
|
|
572
|
+
"rowSize": {
|
|
573
|
+
"type": "number",
|
|
574
|
+
"mutable": false,
|
|
575
|
+
"complexType": {
|
|
576
|
+
"original": "number",
|
|
577
|
+
"resolved": "number",
|
|
578
|
+
"references": {}
|
|
579
|
+
},
|
|
580
|
+
"required": false,
|
|
581
|
+
"optional": false,
|
|
582
|
+
"docs": {
|
|
583
|
+
"tags": [],
|
|
584
|
+
"text": "Indicates default rgRow size.\nBy default 0, means theme package size will be applied"
|
|
585
|
+
},
|
|
586
|
+
"attribute": "row-size",
|
|
587
|
+
"reflect": false,
|
|
588
|
+
"defaultValue": "0"
|
|
589
|
+
},
|
|
590
|
+
"colSize": {
|
|
591
|
+
"type": "number",
|
|
592
|
+
"mutable": false,
|
|
593
|
+
"complexType": {
|
|
594
|
+
"original": "number",
|
|
595
|
+
"resolved": "number",
|
|
596
|
+
"references": {}
|
|
597
|
+
},
|
|
598
|
+
"required": false,
|
|
599
|
+
"optional": false,
|
|
600
|
+
"docs": {
|
|
601
|
+
"tags": [],
|
|
602
|
+
"text": "Indicates default column size."
|
|
603
|
+
},
|
|
604
|
+
"attribute": "col-size",
|
|
605
|
+
"reflect": false,
|
|
606
|
+
"defaultValue": "100"
|
|
607
|
+
},
|
|
608
|
+
"range": {
|
|
609
|
+
"type": "boolean",
|
|
610
|
+
"mutable": false,
|
|
611
|
+
"complexType": {
|
|
612
|
+
"original": "boolean",
|
|
613
|
+
"resolved": "boolean",
|
|
614
|
+
"references": {}
|
|
615
|
+
},
|
|
616
|
+
"required": false,
|
|
617
|
+
"optional": false,
|
|
618
|
+
"docs": {
|
|
619
|
+
"tags": [],
|
|
620
|
+
"text": "When true, user can range selection."
|
|
621
|
+
},
|
|
622
|
+
"attribute": "range",
|
|
623
|
+
"reflect": false,
|
|
624
|
+
"defaultValue": "false"
|
|
625
|
+
},
|
|
626
|
+
"readonly": {
|
|
627
|
+
"type": "boolean",
|
|
628
|
+
"mutable": false,
|
|
629
|
+
"complexType": {
|
|
630
|
+
"original": "boolean",
|
|
631
|
+
"resolved": "boolean",
|
|
632
|
+
"references": {}
|
|
633
|
+
},
|
|
634
|
+
"required": false,
|
|
635
|
+
"optional": false,
|
|
636
|
+
"docs": {
|
|
637
|
+
"tags": [],
|
|
638
|
+
"text": "When true, grid in read only mode."
|
|
639
|
+
},
|
|
640
|
+
"attribute": "readonly",
|
|
641
|
+
"reflect": false,
|
|
642
|
+
"defaultValue": "false"
|
|
643
|
+
},
|
|
644
|
+
"resize": {
|
|
645
|
+
"type": "boolean",
|
|
646
|
+
"mutable": false,
|
|
647
|
+
"complexType": {
|
|
648
|
+
"original": "boolean",
|
|
649
|
+
"resolved": "boolean",
|
|
650
|
+
"references": {}
|
|
651
|
+
},
|
|
652
|
+
"required": false,
|
|
653
|
+
"optional": false,
|
|
654
|
+
"docs": {
|
|
655
|
+
"tags": [],
|
|
656
|
+
"text": "When true, columns are resizable."
|
|
657
|
+
},
|
|
658
|
+
"attribute": "resize",
|
|
659
|
+
"reflect": false,
|
|
660
|
+
"defaultValue": "false"
|
|
661
|
+
},
|
|
662
|
+
"canFocus": {
|
|
663
|
+
"type": "boolean",
|
|
664
|
+
"mutable": false,
|
|
665
|
+
"complexType": {
|
|
666
|
+
"original": "boolean",
|
|
667
|
+
"resolved": "boolean",
|
|
668
|
+
"references": {}
|
|
669
|
+
},
|
|
670
|
+
"required": false,
|
|
671
|
+
"optional": false,
|
|
672
|
+
"docs": {
|
|
673
|
+
"tags": [],
|
|
674
|
+
"text": "When true cell focus appear."
|
|
675
|
+
},
|
|
676
|
+
"attribute": "can-focus",
|
|
677
|
+
"reflect": false,
|
|
678
|
+
"defaultValue": "true"
|
|
679
|
+
},
|
|
680
|
+
"useClipboard": {
|
|
681
|
+
"type": "boolean",
|
|
682
|
+
"mutable": false,
|
|
683
|
+
"complexType": {
|
|
684
|
+
"original": "boolean",
|
|
685
|
+
"resolved": "boolean",
|
|
686
|
+
"references": {}
|
|
687
|
+
},
|
|
688
|
+
"required": false,
|
|
689
|
+
"optional": false,
|
|
690
|
+
"docs": {
|
|
691
|
+
"tags": [],
|
|
692
|
+
"text": "When true enable clipboard."
|
|
693
|
+
},
|
|
694
|
+
"attribute": "use-clipboard",
|
|
695
|
+
"reflect": false,
|
|
696
|
+
"defaultValue": "true"
|
|
697
|
+
},
|
|
698
|
+
"columns": {
|
|
699
|
+
"type": "unknown",
|
|
700
|
+
"mutable": false,
|
|
701
|
+
"complexType": {
|
|
702
|
+
"original": "(RevoGrid.ColumnRegular | RevoGrid.ColumnGrouping)[]",
|
|
703
|
+
"resolved": "(ColumnRegular | ColumnGrouping)[]",
|
|
704
|
+
"references": {
|
|
705
|
+
"RevoGrid": {
|
|
706
|
+
"location": "import",
|
|
707
|
+
"path": "../../interfaces"
|
|
708
|
+
}
|
|
773
709
|
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
710
|
+
},
|
|
711
|
+
"required": false,
|
|
712
|
+
"optional": false,
|
|
713
|
+
"docs": {
|
|
714
|
+
"tags": [],
|
|
715
|
+
"text": "Columns - defines an array of grid columns.\nCan be column or grouped column."
|
|
716
|
+
},
|
|
717
|
+
"defaultValue": "[]"
|
|
718
|
+
},
|
|
719
|
+
"source": {
|
|
720
|
+
"type": "unknown",
|
|
721
|
+
"mutable": false,
|
|
722
|
+
"complexType": {
|
|
723
|
+
"original": "RevoGrid.DataType[]",
|
|
724
|
+
"resolved": "DataType[]",
|
|
725
|
+
"references": {
|
|
726
|
+
"RevoGrid": {
|
|
727
|
+
"location": "import",
|
|
728
|
+
"path": "../../interfaces"
|
|
729
|
+
}
|
|
794
730
|
}
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
731
|
+
},
|
|
732
|
+
"required": false,
|
|
733
|
+
"optional": false,
|
|
734
|
+
"docs": {
|
|
735
|
+
"tags": [],
|
|
736
|
+
"text": "Source - defines main data source.\nCan be an Object or 2 dimensional array([][]);\nKeys/indexes referenced from columns Prop"
|
|
737
|
+
},
|
|
738
|
+
"defaultValue": "[]"
|
|
739
|
+
},
|
|
740
|
+
"pinnedTopSource": {
|
|
741
|
+
"type": "unknown",
|
|
742
|
+
"mutable": false,
|
|
743
|
+
"complexType": {
|
|
744
|
+
"original": "RevoGrid.DataType[]",
|
|
745
|
+
"resolved": "DataType[]",
|
|
746
|
+
"references": {
|
|
747
|
+
"RevoGrid": {
|
|
748
|
+
"location": "import",
|
|
749
|
+
"path": "../../interfaces"
|
|
750
|
+
}
|
|
815
751
|
}
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
752
|
+
},
|
|
753
|
+
"required": false,
|
|
754
|
+
"optional": false,
|
|
755
|
+
"docs": {
|
|
756
|
+
"tags": [],
|
|
757
|
+
"text": "Pinned top Source: {[T in ColumnProp]: any} - defines pinned top rows data source."
|
|
758
|
+
},
|
|
759
|
+
"defaultValue": "[]"
|
|
760
|
+
},
|
|
761
|
+
"pinnedBottomSource": {
|
|
762
|
+
"type": "unknown",
|
|
763
|
+
"mutable": false,
|
|
764
|
+
"complexType": {
|
|
765
|
+
"original": "RevoGrid.DataType[]",
|
|
766
|
+
"resolved": "DataType[]",
|
|
767
|
+
"references": {
|
|
768
|
+
"RevoGrid": {
|
|
769
|
+
"location": "import",
|
|
770
|
+
"path": "../../interfaces"
|
|
771
|
+
}
|
|
836
772
|
}
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
773
|
+
},
|
|
774
|
+
"required": false,
|
|
775
|
+
"optional": false,
|
|
776
|
+
"docs": {
|
|
777
|
+
"tags": [],
|
|
778
|
+
"text": "Pinned bottom Source: {[T in ColumnProp]: any} - defines pinned bottom rows data source."
|
|
779
|
+
},
|
|
780
|
+
"defaultValue": "[]"
|
|
781
|
+
},
|
|
782
|
+
"rowDefinitions": {
|
|
783
|
+
"type": "unknown",
|
|
784
|
+
"mutable": false,
|
|
785
|
+
"complexType": {
|
|
786
|
+
"original": "RevoGrid.RowDefinition[]",
|
|
787
|
+
"resolved": "RowDefinition[]",
|
|
788
|
+
"references": {
|
|
789
|
+
"RevoGrid": {
|
|
790
|
+
"location": "import",
|
|
791
|
+
"path": "../../interfaces"
|
|
792
|
+
}
|
|
857
793
|
}
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
794
|
+
},
|
|
795
|
+
"required": false,
|
|
796
|
+
"optional": false,
|
|
797
|
+
"docs": {
|
|
798
|
+
"tags": [],
|
|
799
|
+
"text": "Row properies applied"
|
|
800
|
+
},
|
|
801
|
+
"defaultValue": "[]"
|
|
802
|
+
},
|
|
803
|
+
"editors": {
|
|
804
|
+
"type": "unknown",
|
|
805
|
+
"mutable": false,
|
|
806
|
+
"complexType": {
|
|
807
|
+
"original": "Edition.Editors",
|
|
808
|
+
"resolved": "{ [name: string]: EditorCtr; }",
|
|
809
|
+
"references": {
|
|
810
|
+
"Edition": {
|
|
811
|
+
"location": "import",
|
|
812
|
+
"path": "../../interfaces"
|
|
813
|
+
}
|
|
878
814
|
}
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
815
|
+
},
|
|
816
|
+
"required": false,
|
|
817
|
+
"optional": false,
|
|
818
|
+
"docs": {
|
|
819
|
+
"tags": [],
|
|
820
|
+
"text": "Custom editors register"
|
|
821
|
+
},
|
|
822
|
+
"defaultValue": "{}"
|
|
823
|
+
},
|
|
824
|
+
"plugins": {
|
|
825
|
+
"type": "unknown",
|
|
826
|
+
"mutable": false,
|
|
827
|
+
"complexType": {
|
|
828
|
+
"original": "RevoPlugin.PluginClass[]",
|
|
829
|
+
"resolved": "(typeof Plugin)[]",
|
|
830
|
+
"references": {
|
|
831
|
+
"RevoPlugin": {
|
|
832
|
+
"location": "import",
|
|
833
|
+
"path": "../../interfaces"
|
|
834
|
+
}
|
|
899
835
|
}
|
|
836
|
+
},
|
|
837
|
+
"required": false,
|
|
838
|
+
"optional": false,
|
|
839
|
+
"docs": {
|
|
840
|
+
"tags": [],
|
|
841
|
+
"text": "Custom grid plugins\nHas to be predefined during first grid init\nEvery plugin should be inherited from BasePlugin"
|
|
900
842
|
}
|
|
901
843
|
},
|
|
902
|
-
"
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
"
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
"original": "{ [name: string]: RevoGrid.ColumnType }",
|
|
914
|
-
"resolved": "{ [name: string]: ColumnType; }",
|
|
915
|
-
"references": {
|
|
916
|
-
"RevoGrid": {
|
|
917
|
-
"location": "import",
|
|
918
|
-
"path": "../../interfaces"
|
|
844
|
+
"columnTypes": {
|
|
845
|
+
"type": "unknown",
|
|
846
|
+
"mutable": false,
|
|
847
|
+
"complexType": {
|
|
848
|
+
"original": "{ [name: string]: RevoGrid.ColumnType }",
|
|
849
|
+
"resolved": "{ [name: string]: ColumnType; }",
|
|
850
|
+
"references": {
|
|
851
|
+
"RevoGrid": {
|
|
852
|
+
"location": "import",
|
|
853
|
+
"path": "../../interfaces"
|
|
854
|
+
}
|
|
919
855
|
}
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
856
|
+
},
|
|
857
|
+
"required": false,
|
|
858
|
+
"optional": false,
|
|
859
|
+
"docs": {
|
|
860
|
+
"tags": [],
|
|
861
|
+
"text": "Types\nEvery type represent multiple column properties\nTypes will be merged but can be replaced with column properties"
|
|
862
|
+
},
|
|
863
|
+
"defaultValue": "{}"
|
|
864
|
+
},
|
|
865
|
+
"theme": {
|
|
866
|
+
"type": "string",
|
|
867
|
+
"mutable": true,
|
|
868
|
+
"complexType": {
|
|
869
|
+
"original": "ThemeSpace.Theme",
|
|
870
|
+
"resolved": "\"compact\" | \"darkCompact\" | \"darkMaterial\" | \"default\" | \"material\"",
|
|
871
|
+
"references": {
|
|
872
|
+
"ThemeSpace": {
|
|
873
|
+
"location": "import",
|
|
874
|
+
"path": "../../interfaces"
|
|
875
|
+
}
|
|
940
876
|
}
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
877
|
+
},
|
|
878
|
+
"required": false,
|
|
879
|
+
"optional": false,
|
|
880
|
+
"docs": {
|
|
881
|
+
"tags": [],
|
|
882
|
+
"text": "Theme name"
|
|
883
|
+
},
|
|
884
|
+
"attribute": "theme",
|
|
885
|
+
"reflect": true,
|
|
886
|
+
"defaultValue": "'default'"
|
|
887
|
+
},
|
|
888
|
+
"rowClass": {
|
|
889
|
+
"type": "string",
|
|
890
|
+
"mutable": false,
|
|
891
|
+
"complexType": {
|
|
892
|
+
"original": "string",
|
|
893
|
+
"resolved": "string",
|
|
894
|
+
"references": {}
|
|
895
|
+
},
|
|
896
|
+
"required": false,
|
|
897
|
+
"optional": false,
|
|
898
|
+
"docs": {
|
|
899
|
+
"tags": [],
|
|
900
|
+
"text": "Row class property\nDefine this property in rgRow object and this will be mapped as rgRow class"
|
|
901
|
+
},
|
|
902
|
+
"attribute": "row-class",
|
|
903
|
+
"reflect": true,
|
|
904
|
+
"defaultValue": "''"
|
|
905
|
+
},
|
|
906
|
+
"autoSizeColumn": {
|
|
907
|
+
"type": "boolean",
|
|
908
|
+
"mutable": false,
|
|
909
|
+
"complexType": {
|
|
910
|
+
"original": "boolean | AutoSizeColumnConfig",
|
|
911
|
+
"resolved": "boolean | { mode?: ColumnAutoSizeMode; allColumns?: boolean; letterBlockSize?: number; preciseSize?: boolean; }",
|
|
912
|
+
"references": {
|
|
913
|
+
"AutoSizeColumnConfig": {
|
|
914
|
+
"location": "import",
|
|
915
|
+
"path": "../../plugins/autoSizeColumn"
|
|
916
|
+
}
|
|
981
917
|
}
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
918
|
+
},
|
|
919
|
+
"required": false,
|
|
920
|
+
"optional": false,
|
|
921
|
+
"docs": {
|
|
922
|
+
"tags": [],
|
|
923
|
+
"text": "Autosize config\nEnable columns autoSize, for more details check @autoSizeColumn plugin\nBy default disabled, hence operation is not resource efficient\ntrue to enable with default params (double header separator click for autosize)\nor provide config"
|
|
924
|
+
},
|
|
925
|
+
"attribute": "auto-size-column",
|
|
926
|
+
"reflect": false,
|
|
927
|
+
"defaultValue": "false"
|
|
928
|
+
},
|
|
929
|
+
"filter": {
|
|
930
|
+
"type": "boolean",
|
|
931
|
+
"mutable": false,
|
|
932
|
+
"complexType": {
|
|
933
|
+
"original": "boolean | ColumnFilterConfig",
|
|
934
|
+
"resolved": "boolean | { collection?: FilterCollection; include?: string[]; customFilters?: Record<string, CustomFilter>; localization?: FilterLocalization; multiFilterItems?: MultiFilterItem; disableDynamicFiltering?: boolean; }",
|
|
935
|
+
"references": {
|
|
936
|
+
"ColumnFilterConfig": {
|
|
937
|
+
"location": "import",
|
|
938
|
+
"path": "../../plugins/filter/filter.plugin"
|
|
939
|
+
}
|
|
1004
940
|
}
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
941
|
+
},
|
|
942
|
+
"required": false,
|
|
943
|
+
"optional": false,
|
|
944
|
+
"docs": {
|
|
945
|
+
"tags": [],
|
|
946
|
+
"text": "Enables filter plugin\nCan be boolean\nCan be filter collection"
|
|
947
|
+
},
|
|
948
|
+
"attribute": "filter",
|
|
949
|
+
"reflect": false,
|
|
950
|
+
"defaultValue": "false"
|
|
951
|
+
},
|
|
952
|
+
"canMoveColumns": {
|
|
953
|
+
"type": "boolean",
|
|
954
|
+
"mutable": false,
|
|
955
|
+
"complexType": {
|
|
956
|
+
"original": "boolean",
|
|
957
|
+
"resolved": "boolean",
|
|
958
|
+
"references": {}
|
|
959
|
+
},
|
|
960
|
+
"required": false,
|
|
961
|
+
"optional": false,
|
|
962
|
+
"docs": {
|
|
963
|
+
"tags": [],
|
|
964
|
+
"text": "Enables column move plugin\nCan be boolean"
|
|
965
|
+
},
|
|
966
|
+
"attribute": "can-move-columns",
|
|
967
|
+
"reflect": false,
|
|
968
|
+
"defaultValue": "false"
|
|
969
|
+
},
|
|
970
|
+
"trimmedRows": {
|
|
971
|
+
"type": "unknown",
|
|
972
|
+
"mutable": false,
|
|
973
|
+
"complexType": {
|
|
974
|
+
"original": "Record<number, boolean>",
|
|
975
|
+
"resolved": "{ [x: number]: boolean; }",
|
|
976
|
+
"references": {
|
|
977
|
+
"Record": {
|
|
978
|
+
"location": "global"
|
|
979
|
+
}
|
|
1044
980
|
}
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
981
|
+
},
|
|
982
|
+
"required": false,
|
|
983
|
+
"optional": false,
|
|
984
|
+
"docs": {
|
|
985
|
+
"tags": [{
|
|
986
|
+
"name": "trimmedRows",
|
|
987
|
+
"text": "are physical rgRow indexes to hide"
|
|
988
|
+
}],
|
|
989
|
+
"text": "Trimmed rows\nFunctionality which allows to hide rows from main data set"
|
|
990
|
+
},
|
|
991
|
+
"defaultValue": "{}"
|
|
992
|
+
},
|
|
993
|
+
"exporting": {
|
|
994
|
+
"type": "boolean",
|
|
995
|
+
"mutable": false,
|
|
996
|
+
"complexType": {
|
|
997
|
+
"original": "boolean",
|
|
998
|
+
"resolved": "boolean",
|
|
999
|
+
"references": {}
|
|
1000
|
+
},
|
|
1001
|
+
"required": false,
|
|
1002
|
+
"optional": false,
|
|
1003
|
+
"docs": {
|
|
1004
|
+
"tags": [],
|
|
1005
|
+
"text": "Enables export plugin\nCan be boolean\nCan be export options"
|
|
1006
|
+
},
|
|
1007
|
+
"attribute": "exporting",
|
|
1008
|
+
"reflect": false,
|
|
1009
|
+
"defaultValue": "false"
|
|
1010
|
+
},
|
|
1011
|
+
"grouping": {
|
|
1012
|
+
"type": "unknown",
|
|
1013
|
+
"mutable": false,
|
|
1014
|
+
"complexType": {
|
|
1015
|
+
"original": "GroupingOptions",
|
|
1016
|
+
"resolved": "{ props?: ColumnProp[]; expandedAll?: boolean; groupLabelTemplate?: GroupLabelTemplateFunc; }",
|
|
1017
|
+
"references": {
|
|
1018
|
+
"GroupingOptions": {
|
|
1019
|
+
"location": "import",
|
|
1020
|
+
"path": "../../plugins/groupingRow/grouping.row.types"
|
|
1021
|
+
}
|
|
1086
1022
|
}
|
|
1023
|
+
},
|
|
1024
|
+
"required": false,
|
|
1025
|
+
"optional": false,
|
|
1026
|
+
"docs": {
|
|
1027
|
+
"tags": [],
|
|
1028
|
+
"text": "Group models by provided properties\nDefine properties to be groped by"
|
|
1087
1029
|
}
|
|
1088
1030
|
},
|
|
1089
|
-
"
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
"
|
|
1093
|
-
|
|
1031
|
+
"stretch": {
|
|
1032
|
+
"type": "any",
|
|
1033
|
+
"mutable": false,
|
|
1034
|
+
"complexType": {
|
|
1035
|
+
"original": "boolean | string",
|
|
1036
|
+
"resolved": "boolean | string",
|
|
1037
|
+
"references": {}
|
|
1038
|
+
},
|
|
1039
|
+
"required": false,
|
|
1040
|
+
"optional": false,
|
|
1041
|
+
"docs": {
|
|
1042
|
+
"tags": [],
|
|
1043
|
+
"text": "Defines stretch strategy for columns with @StretchColumn plugin\nif there are more space on the right last column size would be increased"
|
|
1044
|
+
},
|
|
1045
|
+
"attribute": "stretch",
|
|
1046
|
+
"reflect": false,
|
|
1047
|
+
"defaultValue": "true"
|
|
1094
1048
|
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
"
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
"bubbles": true,
|
|
1122
|
-
"cancelable": true,
|
|
1123
|
-
"composed": true,
|
|
1124
|
-
"docs": {
|
|
1125
|
-
"tags": [],
|
|
1126
|
-
"text": "Before edit event.\nTriggered before edit data applied.\nUse e.preventDefault() to prevent edit data set and use you own.\nUse e.val = {your value} to replace edit result with your own."
|
|
1127
|
-
},
|
|
1128
|
-
"complexType": {
|
|
1129
|
-
"original": "Edition.BeforeSaveDataDetails",
|
|
1130
|
-
"resolved": "{ prop: ColumnProp; model: DataType; val?: string; rowIndex: number; type: DimensionRows; }",
|
|
1131
|
-
"references": {
|
|
1132
|
-
"Edition": {
|
|
1133
|
-
"location": "import",
|
|
1134
|
-
"path": "../../interfaces"
|
|
1049
|
+
};
|
|
1050
|
+
}
|
|
1051
|
+
static get states() {
|
|
1052
|
+
return {
|
|
1053
|
+
"extraElements": {}
|
|
1054
|
+
};
|
|
1055
|
+
}
|
|
1056
|
+
static get events() {
|
|
1057
|
+
return [{
|
|
1058
|
+
"method": "beforeedit",
|
|
1059
|
+
"name": "beforeedit",
|
|
1060
|
+
"bubbles": true,
|
|
1061
|
+
"cancelable": true,
|
|
1062
|
+
"composed": true,
|
|
1063
|
+
"docs": {
|
|
1064
|
+
"tags": [],
|
|
1065
|
+
"text": "Before edit event.\nTriggered before edit data applied.\nUse e.preventDefault() to prevent edit data set and use you own.\nUse e.val = {your value} to replace edit result with your own."
|
|
1066
|
+
},
|
|
1067
|
+
"complexType": {
|
|
1068
|
+
"original": "Edition.BeforeSaveDataDetails",
|
|
1069
|
+
"resolved": "{ prop: ColumnProp; model: DataType; val?: string; rowIndex: number; type: DimensionRows; }",
|
|
1070
|
+
"references": {
|
|
1071
|
+
"Edition": {
|
|
1072
|
+
"location": "import",
|
|
1073
|
+
"path": "../../interfaces"
|
|
1074
|
+
}
|
|
1135
1075
|
}
|
|
1136
1076
|
}
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1077
|
+
}, {
|
|
1078
|
+
"method": "beforerangeedit",
|
|
1079
|
+
"name": "beforerangeedit",
|
|
1080
|
+
"bubbles": true,
|
|
1081
|
+
"cancelable": true,
|
|
1082
|
+
"composed": true,
|
|
1083
|
+
"docs": {
|
|
1084
|
+
"tags": [],
|
|
1085
|
+
"text": "Before range edit event.\nTriggered before range data applied, when range selection happened.\nUse e.preventDefault() to prevent edit data set and use you own."
|
|
1086
|
+
},
|
|
1087
|
+
"complexType": {
|
|
1088
|
+
"original": "Edition.BeforeRangeSaveDataDetails",
|
|
1089
|
+
"resolved": "{ data: DataLookup; models: { [rowIndex: number]: DataType; }; type: DimensionRows; }",
|
|
1090
|
+
"references": {
|
|
1091
|
+
"Edition": {
|
|
1092
|
+
"location": "import",
|
|
1093
|
+
"path": "../../interfaces"
|
|
1094
|
+
}
|
|
1155
1095
|
}
|
|
1156
1096
|
}
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1097
|
+
}, {
|
|
1098
|
+
"method": "afteredit",
|
|
1099
|
+
"name": "afteredit",
|
|
1100
|
+
"bubbles": true,
|
|
1101
|
+
"cancelable": true,
|
|
1102
|
+
"composed": true,
|
|
1103
|
+
"docs": {
|
|
1104
|
+
"tags": [],
|
|
1105
|
+
"text": "After edit.\nTriggered when after data applied or Range changeged."
|
|
1106
|
+
},
|
|
1107
|
+
"complexType": {
|
|
1108
|
+
"original": "Edition.BeforeSaveDataDetails | Edition.BeforeRangeSaveDataDetails",
|
|
1109
|
+
"resolved": "{ data: DataLookup; models: { [rowIndex: number]: DataType; }; type: DimensionRows; } | { prop: ColumnProp; model: DataType; val?: string; rowIndex: number; type: DimensionRows; }",
|
|
1110
|
+
"references": {
|
|
1111
|
+
"Edition": {
|
|
1112
|
+
"location": "import",
|
|
1113
|
+
"path": "../../interfaces"
|
|
1114
|
+
}
|
|
1175
1115
|
}
|
|
1176
1116
|
}
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1117
|
+
}, {
|
|
1118
|
+
"method": "beforeautofill",
|
|
1119
|
+
"name": "beforeautofill",
|
|
1120
|
+
"bubbles": true,
|
|
1121
|
+
"cancelable": true,
|
|
1122
|
+
"composed": true,
|
|
1123
|
+
"docs": {
|
|
1124
|
+
"tags": [],
|
|
1125
|
+
"text": "Before autofill.\nTriggered before autofill applied.\nUse e.preventDefault() to prevent edit data apply."
|
|
1126
|
+
},
|
|
1127
|
+
"complexType": {
|
|
1128
|
+
"original": "Selection.ChangedRange",
|
|
1129
|
+
"resolved": "{ type: DimensionRows; newRange: RangeArea; oldRange: RangeArea; newProps: ColumnProp[]; oldProps: ColumnProp[]; newData: { [key: number]: DataType; }; }",
|
|
1130
|
+
"references": {
|
|
1131
|
+
"Selection": {
|
|
1132
|
+
"location": "import",
|
|
1133
|
+
"path": "../../interfaces"
|
|
1134
|
+
}
|
|
1195
1135
|
}
|
|
1196
1136
|
}
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1137
|
+
}, {
|
|
1138
|
+
"method": "beforeaange",
|
|
1139
|
+
"name": "beforeaange",
|
|
1140
|
+
"bubbles": true,
|
|
1141
|
+
"cancelable": true,
|
|
1142
|
+
"composed": true,
|
|
1143
|
+
"docs": {
|
|
1144
|
+
"tags": [],
|
|
1145
|
+
"text": "Before range apply.\nTriggered before range applied.\nUse e.preventDefault() to prevent range."
|
|
1146
|
+
},
|
|
1147
|
+
"complexType": {
|
|
1148
|
+
"original": "Selection.ChangedRange",
|
|
1149
|
+
"resolved": "{ type: DimensionRows; newRange: RangeArea; oldRange: RangeArea; newProps: ColumnProp[]; oldProps: ColumnProp[]; newData: { [key: number]: DataType; }; }",
|
|
1150
|
+
"references": {
|
|
1151
|
+
"Selection": {
|
|
1152
|
+
"location": "import",
|
|
1153
|
+
"path": "../../interfaces"
|
|
1154
|
+
}
|
|
1215
1155
|
}
|
|
1216
1156
|
}
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1157
|
+
}, {
|
|
1158
|
+
"method": "afterfocus",
|
|
1159
|
+
"name": "afterfocus",
|
|
1160
|
+
"bubbles": true,
|
|
1161
|
+
"cancelable": true,
|
|
1162
|
+
"composed": true,
|
|
1163
|
+
"docs": {
|
|
1164
|
+
"tags": [],
|
|
1165
|
+
"text": "Triggered after focus render finished.\nCan be used to access a focus element through @event.target"
|
|
1166
|
+
},
|
|
1167
|
+
"complexType": {
|
|
1168
|
+
"original": "{ model: any; column: RevoGrid.ColumnRegular; }",
|
|
1169
|
+
"resolved": "{ model: any; column: ColumnRegular; }",
|
|
1170
|
+
"references": {
|
|
1171
|
+
"RevoGrid": {
|
|
1172
|
+
"location": "import",
|
|
1173
|
+
"path": "../../interfaces"
|
|
1174
|
+
}
|
|
1235
1175
|
}
|
|
1236
1176
|
}
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1177
|
+
}, {
|
|
1178
|
+
"method": "roworderchanged",
|
|
1179
|
+
"name": "roworderchanged",
|
|
1180
|
+
"bubbles": true,
|
|
1181
|
+
"cancelable": true,
|
|
1182
|
+
"composed": true,
|
|
1183
|
+
"docs": {
|
|
1184
|
+
"tags": [],
|
|
1185
|
+
"text": "Before rgRow order apply.\nUse e.preventDefault() to prevent rgRow order change."
|
|
1186
|
+
},
|
|
1187
|
+
"complexType": {
|
|
1188
|
+
"original": "{ from: number; to: number }",
|
|
1189
|
+
"resolved": "{ from: number; to: number; }",
|
|
1190
|
+
"references": {}
|
|
1191
|
+
}
|
|
1192
|
+
}, {
|
|
1193
|
+
"method": "beforesourcesortingapply",
|
|
1194
|
+
"name": "beforesourcesortingapply",
|
|
1195
|
+
"bubbles": true,
|
|
1196
|
+
"cancelable": true,
|
|
1197
|
+
"composed": true,
|
|
1198
|
+
"docs": {
|
|
1199
|
+
"tags": [],
|
|
1200
|
+
"text": "Before source update sorting apply.\nUse this event if you intended to prevent sorting on data update.\nUse e.preventDefault() to prevent sorting data change during rows source update."
|
|
1201
|
+
},
|
|
1202
|
+
"complexType": {
|
|
1203
|
+
"original": "any",
|
|
1204
|
+
"resolved": "any",
|
|
1205
|
+
"references": {}
|
|
1206
|
+
}
|
|
1207
|
+
}, {
|
|
1208
|
+
"method": "beforesortingapply",
|
|
1209
|
+
"name": "beforesortingapply",
|
|
1210
|
+
"bubbles": true,
|
|
1211
|
+
"cancelable": true,
|
|
1212
|
+
"composed": true,
|
|
1213
|
+
"docs": {
|
|
1214
|
+
"tags": [],
|
|
1215
|
+
"text": "Before sorting apply.\nUse e.preventDefault() to prevent sorting data change."
|
|
1216
|
+
},
|
|
1217
|
+
"complexType": {
|
|
1218
|
+
"original": "{\n column: RevoGrid.ColumnRegular;\n order: 'desc' | 'asc';\n additive: boolean;\n }",
|
|
1219
|
+
"resolved": "{ column: ColumnRegular; order: \"desc\" | \"asc\"; additive: boolean; }",
|
|
1220
|
+
"references": {
|
|
1221
|
+
"RevoGrid": {
|
|
1222
|
+
"location": "import",
|
|
1223
|
+
"path": "../../interfaces"
|
|
1224
|
+
}
|
|
1285
1225
|
}
|
|
1286
1226
|
}
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1227
|
+
}, {
|
|
1228
|
+
"method": "beforesorting",
|
|
1229
|
+
"name": "beforesorting",
|
|
1230
|
+
"bubbles": true,
|
|
1231
|
+
"cancelable": true,
|
|
1232
|
+
"composed": true,
|
|
1233
|
+
"docs": {
|
|
1234
|
+
"tags": [],
|
|
1235
|
+
"text": "Before sorting event.\nInitial sorting triggered, if this event stops no other event called.\nUse e.preventDefault() to prevent sorting."
|
|
1236
|
+
},
|
|
1237
|
+
"complexType": {
|
|
1238
|
+
"original": "{\n column: RevoGrid.ColumnRegular;\n order: 'desc' | 'asc';\n additive: boolean;\n }",
|
|
1239
|
+
"resolved": "{ column: ColumnRegular; order: \"desc\" | \"asc\"; additive: boolean; }",
|
|
1240
|
+
"references": {
|
|
1241
|
+
"RevoGrid": {
|
|
1242
|
+
"location": "import",
|
|
1243
|
+
"path": "../../interfaces"
|
|
1244
|
+
}
|
|
1305
1245
|
}
|
|
1306
1246
|
}
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1247
|
+
}, {
|
|
1248
|
+
"method": "rowdragstart",
|
|
1249
|
+
"name": "rowdragstart",
|
|
1250
|
+
"bubbles": true,
|
|
1251
|
+
"cancelable": true,
|
|
1252
|
+
"composed": true,
|
|
1253
|
+
"docs": {
|
|
1254
|
+
"tags": [],
|
|
1255
|
+
"text": "Row order change started.\nUse e.preventDefault() to prevent rgRow order change.\nUse e.text = 'new name' to change item name on start."
|
|
1256
|
+
},
|
|
1257
|
+
"complexType": {
|
|
1258
|
+
"original": "{ pos: RevoGrid.PositionItem; text: string }",
|
|
1259
|
+
"resolved": "{ pos: PositionItem; text: string; }",
|
|
1260
|
+
"references": {
|
|
1261
|
+
"RevoGrid": {
|
|
1262
|
+
"location": "import",
|
|
1263
|
+
"path": "../../interfaces"
|
|
1264
|
+
}
|
|
1325
1265
|
}
|
|
1326
1266
|
}
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1267
|
+
}, {
|
|
1268
|
+
"method": "headerclick",
|
|
1269
|
+
"name": "headerclick",
|
|
1270
|
+
"bubbles": true,
|
|
1271
|
+
"cancelable": true,
|
|
1272
|
+
"composed": true,
|
|
1273
|
+
"docs": {
|
|
1274
|
+
"tags": [],
|
|
1275
|
+
"text": "On header click."
|
|
1276
|
+
},
|
|
1277
|
+
"complexType": {
|
|
1278
|
+
"original": "RevoGrid.ColumnRegular",
|
|
1279
|
+
"resolved": "ColumnRegular",
|
|
1280
|
+
"references": {
|
|
1281
|
+
"RevoGrid": {
|
|
1282
|
+
"location": "import",
|
|
1283
|
+
"path": "../../interfaces"
|
|
1284
|
+
}
|
|
1345
1285
|
}
|
|
1346
1286
|
}
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1287
|
+
}, {
|
|
1288
|
+
"method": "beforecellfocus",
|
|
1289
|
+
"name": "beforecellfocus",
|
|
1290
|
+
"bubbles": true,
|
|
1291
|
+
"cancelable": true,
|
|
1292
|
+
"composed": true,
|
|
1293
|
+
"docs": {
|
|
1294
|
+
"tags": [],
|
|
1295
|
+
"text": "Before cell focus changed.\nUse e.preventDefault() to prevent cell focus change."
|
|
1296
|
+
},
|
|
1297
|
+
"complexType": {
|
|
1298
|
+
"original": "Edition.BeforeSaveDataDetails",
|
|
1299
|
+
"resolved": "{ prop: ColumnProp; model: DataType; val?: string; rowIndex: number; type: DimensionRows; }",
|
|
1300
|
+
"references": {
|
|
1301
|
+
"Edition": {
|
|
1302
|
+
"location": "import",
|
|
1303
|
+
"path": "../../interfaces"
|
|
1304
|
+
}
|
|
1365
1305
|
}
|
|
1366
1306
|
}
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1307
|
+
}, {
|
|
1308
|
+
"method": "beforefocuslost",
|
|
1309
|
+
"name": "beforefocuslost",
|
|
1310
|
+
"bubbles": true,
|
|
1311
|
+
"cancelable": true,
|
|
1312
|
+
"composed": true,
|
|
1313
|
+
"docs": {
|
|
1314
|
+
"tags": [],
|
|
1315
|
+
"text": "Before grid focus lost happened.\nUse e.preventDefault() to prevent cell focus change."
|
|
1316
|
+
},
|
|
1317
|
+
"complexType": {
|
|
1318
|
+
"original": "FocusedData|null",
|
|
1319
|
+
"resolved": "{ model: any; cell: Cell; colType: DimensionCols; rowType: DimensionRows; column?: ColumnRegular; }",
|
|
1320
|
+
"references": {
|
|
1321
|
+
"FocusedData": {
|
|
1322
|
+
"location": "import",
|
|
1323
|
+
"path": "./viewport.service"
|
|
1324
|
+
}
|
|
1385
1325
|
}
|
|
1386
1326
|
}
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1327
|
+
}, {
|
|
1328
|
+
"method": "beforesourceset",
|
|
1329
|
+
"name": "beforesourceset",
|
|
1330
|
+
"bubbles": true,
|
|
1331
|
+
"cancelable": true,
|
|
1332
|
+
"composed": true,
|
|
1333
|
+
"docs": {
|
|
1334
|
+
"tags": [],
|
|
1335
|
+
"text": "Before data apply.\nYou can override data source here"
|
|
1336
|
+
},
|
|
1337
|
+
"complexType": {
|
|
1338
|
+
"original": "{\n type: RevoGrid.DimensionRows;\n source: RevoGrid.DataType[];\n }",
|
|
1339
|
+
"resolved": "{ type: DimensionRows; source: DataType[]; }",
|
|
1340
|
+
"references": {
|
|
1341
|
+
"RevoGrid": {
|
|
1342
|
+
"location": "import",
|
|
1343
|
+
"path": "../../interfaces"
|
|
1344
|
+
}
|
|
1405
1345
|
}
|
|
1406
1346
|
}
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1347
|
+
}, {
|
|
1348
|
+
"method": "aftersourceset",
|
|
1349
|
+
"name": "aftersourceset",
|
|
1350
|
+
"bubbles": true,
|
|
1351
|
+
"cancelable": true,
|
|
1352
|
+
"composed": true,
|
|
1353
|
+
"docs": {
|
|
1354
|
+
"tags": [],
|
|
1355
|
+
"text": "After rows updated"
|
|
1356
|
+
},
|
|
1357
|
+
"complexType": {
|
|
1358
|
+
"original": "{\n type: RevoGrid.DimensionRows;\n source: RevoGrid.DataType[];\n }",
|
|
1359
|
+
"resolved": "{ type: DimensionRows; source: DataType[]; }",
|
|
1360
|
+
"references": {
|
|
1361
|
+
"RevoGrid": {
|
|
1362
|
+
"location": "import",
|
|
1363
|
+
"path": "../../interfaces"
|
|
1364
|
+
}
|
|
1425
1365
|
}
|
|
1426
1366
|
}
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1367
|
+
}, {
|
|
1368
|
+
"method": "beforecolumnsset",
|
|
1369
|
+
"name": "beforecolumnsset",
|
|
1370
|
+
"bubbles": true,
|
|
1371
|
+
"cancelable": true,
|
|
1372
|
+
"composed": true,
|
|
1373
|
+
"docs": {
|
|
1374
|
+
"tags": [],
|
|
1375
|
+
"text": "Before column update"
|
|
1376
|
+
},
|
|
1377
|
+
"complexType": {
|
|
1378
|
+
"original": "ColumnCollection",
|
|
1379
|
+
"resolved": "{ columns: ColumnItems; columnGrouping: ColumnGrouping; maxLevel: number; sort: Record<ColumnProp, ColumnRegular>; }",
|
|
1380
|
+
"references": {
|
|
1381
|
+
"ColumnCollection": {
|
|
1382
|
+
"location": "import",
|
|
1383
|
+
"path": "../../services/column.data.provider"
|
|
1384
|
+
}
|
|
1445
1385
|
}
|
|
1446
1386
|
}
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1387
|
+
}, {
|
|
1388
|
+
"method": "beforecolumnapplied",
|
|
1389
|
+
"name": "beforecolumnapplied",
|
|
1390
|
+
"bubbles": true,
|
|
1391
|
+
"cancelable": true,
|
|
1392
|
+
"composed": true,
|
|
1393
|
+
"docs": {
|
|
1394
|
+
"tags": [],
|
|
1395
|
+
"text": "Before column applied but after column set gathered and viewport updated"
|
|
1396
|
+
},
|
|
1397
|
+
"complexType": {
|
|
1398
|
+
"original": "ColumnCollection",
|
|
1399
|
+
"resolved": "{ columns: ColumnItems; columnGrouping: ColumnGrouping; maxLevel: number; sort: Record<ColumnProp, ColumnRegular>; }",
|
|
1400
|
+
"references": {
|
|
1401
|
+
"ColumnCollection": {
|
|
1402
|
+
"location": "import",
|
|
1403
|
+
"path": "../../services/column.data.provider"
|
|
1404
|
+
}
|
|
1465
1405
|
}
|
|
1466
1406
|
}
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1407
|
+
}, {
|
|
1408
|
+
"method": "aftercolumnsset",
|
|
1409
|
+
"name": "aftercolumnsset",
|
|
1410
|
+
"bubbles": true,
|
|
1411
|
+
"cancelable": true,
|
|
1412
|
+
"composed": true,
|
|
1413
|
+
"docs": {
|
|
1414
|
+
"tags": [],
|
|
1415
|
+
"text": "Column updated"
|
|
1416
|
+
},
|
|
1417
|
+
"complexType": {
|
|
1418
|
+
"original": "{\n columns: ColumnCollection;\n order: Record<RevoGrid.ColumnProp, 'asc' | 'desc'>;\n }",
|
|
1419
|
+
"resolved": "{ columns: ColumnCollection; order: Record<ColumnProp, \"desc\" | \"asc\">; }",
|
|
1420
|
+
"references": {
|
|
1421
|
+
"ColumnCollection": {
|
|
1422
|
+
"location": "import",
|
|
1423
|
+
"path": "../../services/column.data.provider"
|
|
1424
|
+
},
|
|
1425
|
+
"Record": {
|
|
1426
|
+
"location": "global"
|
|
1427
|
+
},
|
|
1428
|
+
"RevoGrid": {
|
|
1429
|
+
"location": "import",
|
|
1430
|
+
"path": "../../interfaces"
|
|
1431
|
+
}
|
|
1492
1432
|
}
|
|
1493
1433
|
}
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1434
|
+
}, {
|
|
1435
|
+
"method": "beforefilterapply",
|
|
1436
|
+
"name": "beforefilterapply",
|
|
1437
|
+
"bubbles": true,
|
|
1438
|
+
"cancelable": true,
|
|
1439
|
+
"composed": true,
|
|
1440
|
+
"docs": {
|
|
1441
|
+
"tags": [],
|
|
1442
|
+
"text": "Before filter applied to data source\nUse e.preventDefault() to prevent cell focus change\nUpdate @collection if you wish to change filters"
|
|
1443
|
+
},
|
|
1444
|
+
"complexType": {
|
|
1445
|
+
"original": "{ collection: FilterCollection }",
|
|
1446
|
+
"resolved": "{ collection: FilterCollection; }",
|
|
1447
|
+
"references": {
|
|
1448
|
+
"FilterCollection": {
|
|
1449
|
+
"location": "import",
|
|
1450
|
+
"path": "../../plugins/filter/filter.plugin"
|
|
1451
|
+
}
|
|
1512
1452
|
}
|
|
1513
1453
|
}
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1454
|
+
}, {
|
|
1455
|
+
"method": "beforefiltertrimmed",
|
|
1456
|
+
"name": "beforefiltertrimmed",
|
|
1457
|
+
"bubbles": true,
|
|
1458
|
+
"cancelable": true,
|
|
1459
|
+
"composed": true,
|
|
1460
|
+
"docs": {
|
|
1461
|
+
"tags": [],
|
|
1462
|
+
"text": "Before filter trimmed values\nUse e.preventDefault() to prevent value trimming and filter apply\nUpdate @collection if you wish to change filters\nUpdate @itemsToFilter if you wish to filter indexes of trimming"
|
|
1463
|
+
},
|
|
1464
|
+
"complexType": {
|
|
1465
|
+
"original": "{ collection: FilterCollection; itemsToFilter: Record<number, boolean> }",
|
|
1466
|
+
"resolved": "{ collection: FilterCollection; itemsToFilter: Record<number, boolean>; }",
|
|
1467
|
+
"references": {
|
|
1468
|
+
"FilterCollection": {
|
|
1469
|
+
"location": "import",
|
|
1470
|
+
"path": "../../plugins/filter/filter.plugin"
|
|
1471
|
+
},
|
|
1472
|
+
"Record": {
|
|
1473
|
+
"location": "global"
|
|
1474
|
+
}
|
|
1535
1475
|
}
|
|
1536
1476
|
}
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1477
|
+
}, {
|
|
1478
|
+
"method": "beforetrimmed",
|
|
1479
|
+
"name": "beforetrimmed",
|
|
1480
|
+
"bubbles": true,
|
|
1481
|
+
"cancelable": true,
|
|
1482
|
+
"composed": true,
|
|
1483
|
+
"docs": {
|
|
1484
|
+
"tags": [],
|
|
1485
|
+
"text": "Before trimmed values\nUse e.preventDefault() to prevent value trimming\nUpdate @trimmed if you wish to filter indexes of trimming"
|
|
1486
|
+
},
|
|
1487
|
+
"complexType": {
|
|
1488
|
+
"original": "{ trimmed: Record<number, boolean>; trimmedType: string; type: string }",
|
|
1489
|
+
"resolved": "{ trimmed: Record<number, boolean>; trimmedType: string; type: string; }",
|
|
1490
|
+
"references": {
|
|
1491
|
+
"Record": {
|
|
1492
|
+
"location": "global"
|
|
1493
|
+
}
|
|
1554
1494
|
}
|
|
1555
1495
|
}
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1496
|
+
}, {
|
|
1497
|
+
"method": "aftertrimmed",
|
|
1498
|
+
"name": "aftertrimmed",
|
|
1499
|
+
"bubbles": true,
|
|
1500
|
+
"cancelable": true,
|
|
1501
|
+
"composed": true,
|
|
1502
|
+
"docs": {
|
|
1503
|
+
"tags": [],
|
|
1504
|
+
"text": "Notify trimmed applied"
|
|
1505
|
+
},
|
|
1506
|
+
"complexType": {
|
|
1507
|
+
"original": "any",
|
|
1508
|
+
"resolved": "any",
|
|
1509
|
+
"references": {}
|
|
1510
|
+
}
|
|
1511
|
+
}, {
|
|
1512
|
+
"method": "viewportscroll",
|
|
1513
|
+
"name": "viewportscroll",
|
|
1514
|
+
"bubbles": true,
|
|
1515
|
+
"cancelable": true,
|
|
1516
|
+
"composed": true,
|
|
1517
|
+
"docs": {
|
|
1518
|
+
"tags": [],
|
|
1519
|
+
"text": "Triggered when view port scrolled"
|
|
1520
|
+
},
|
|
1521
|
+
"complexType": {
|
|
1522
|
+
"original": "RevoGrid.ViewPortScrollEvent",
|
|
1523
|
+
"resolved": "{ dimension: DimensionType; coordinate: number; delta?: number; }",
|
|
1524
|
+
"references": {
|
|
1525
|
+
"RevoGrid": {
|
|
1526
|
+
"location": "import",
|
|
1527
|
+
"path": "../../interfaces"
|
|
1528
|
+
}
|
|
1589
1529
|
}
|
|
1590
1530
|
}
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1531
|
+
}, {
|
|
1532
|
+
"method": "beforeexport",
|
|
1533
|
+
"name": "beforeexport",
|
|
1534
|
+
"bubbles": true,
|
|
1535
|
+
"cancelable": true,
|
|
1536
|
+
"composed": true,
|
|
1537
|
+
"docs": {
|
|
1538
|
+
"tags": [],
|
|
1539
|
+
"text": "Before export\nUse e.preventDefault() to prevent export\nReplace data in Event in case you want to modify it in export"
|
|
1540
|
+
},
|
|
1541
|
+
"complexType": {
|
|
1542
|
+
"original": "DataInput",
|
|
1543
|
+
"resolved": "{ data: DataType[]; } & ColSource",
|
|
1544
|
+
"references": {
|
|
1545
|
+
"DataInput": {
|
|
1546
|
+
"location": "import",
|
|
1547
|
+
"path": "../../plugins/export/types"
|
|
1548
|
+
}
|
|
1609
1549
|
}
|
|
1610
1550
|
}
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1551
|
+
}, {
|
|
1552
|
+
"method": "beforeeditstart",
|
|
1553
|
+
"name": "beforeeditstart",
|
|
1554
|
+
"bubbles": true,
|
|
1555
|
+
"cancelable": true,
|
|
1556
|
+
"composed": true,
|
|
1557
|
+
"docs": {
|
|
1558
|
+
"tags": [],
|
|
1559
|
+
"text": "Before edit started\nUse e.preventDefault() to prevent edit"
|
|
1560
|
+
},
|
|
1561
|
+
"complexType": {
|
|
1562
|
+
"original": "Edition.BeforeSaveDataDetails",
|
|
1563
|
+
"resolved": "{ prop: ColumnProp; model: DataType; val?: string; rowIndex: number; type: DimensionRows; }",
|
|
1564
|
+
"references": {
|
|
1565
|
+
"Edition": {
|
|
1566
|
+
"location": "import",
|
|
1567
|
+
"path": "../../interfaces"
|
|
1568
|
+
}
|
|
1629
1569
|
}
|
|
1630
1570
|
}
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1571
|
+
}, {
|
|
1572
|
+
"method": "aftercolumnresize",
|
|
1573
|
+
"name": "aftercolumnresize",
|
|
1574
|
+
"bubbles": true,
|
|
1575
|
+
"cancelable": true,
|
|
1576
|
+
"composed": true,
|
|
1577
|
+
"docs": {
|
|
1578
|
+
"tags": [],
|
|
1579
|
+
"text": "After column resize\nGet resized columns"
|
|
1580
|
+
},
|
|
1581
|
+
"complexType": {
|
|
1582
|
+
"original": "Record<RevoGrid.ColumnProp, RevoGrid.ColumnRegular>",
|
|
1583
|
+
"resolved": "{ [x: string]: ColumnRegular; [x: number]: ColumnRegular; }",
|
|
1584
|
+
"references": {
|
|
1585
|
+
"Record": {
|
|
1586
|
+
"location": "global"
|
|
1587
|
+
},
|
|
1588
|
+
"RevoGrid": {
|
|
1589
|
+
"location": "import",
|
|
1590
|
+
"path": "../../interfaces"
|
|
1591
|
+
}
|
|
1652
1592
|
}
|
|
1653
1593
|
}
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
static get methods() {
|
|
1657
|
-
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1594
|
+
}];
|
|
1595
|
+
}
|
|
1596
|
+
static get methods() {
|
|
1597
|
+
return {
|
|
1598
|
+
"refresh": {
|
|
1599
|
+
"complexType": {
|
|
1600
|
+
"signature": "(type?: RevoGrid.DimensionRows | 'all') => Promise<void>",
|
|
1601
|
+
"parameters": [{
|
|
1602
|
+
"tags": [],
|
|
1603
|
+
"text": ""
|
|
1604
|
+
}],
|
|
1605
|
+
"references": {
|
|
1606
|
+
"Promise": {
|
|
1607
|
+
"location": "global"
|
|
1608
|
+
},
|
|
1609
|
+
"RevoGrid": {
|
|
1610
|
+
"location": "import",
|
|
1611
|
+
"path": "../../interfaces"
|
|
1612
|
+
}
|
|
1667
1613
|
},
|
|
1668
|
-
"
|
|
1669
|
-
"location": "import",
|
|
1670
|
-
"path": "../../interfaces"
|
|
1671
|
-
}
|
|
1614
|
+
"return": "Promise<void>"
|
|
1672
1615
|
},
|
|
1673
|
-
"
|
|
1616
|
+
"docs": {
|
|
1617
|
+
"text": "Refreshes data viewport.\nCan be specific part as rgRow or pinned rgRow or 'all' by default.",
|
|
1618
|
+
"tags": []
|
|
1619
|
+
}
|
|
1674
1620
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
"Promise": {
|
|
1689
|
-
"location": "global"
|
|
1690
|
-
}
|
|
1621
|
+
"scrollToRow": {
|
|
1622
|
+
"complexType": {
|
|
1623
|
+
"signature": "(coordinate?: number) => Promise<void>",
|
|
1624
|
+
"parameters": [{
|
|
1625
|
+
"tags": [],
|
|
1626
|
+
"text": ""
|
|
1627
|
+
}],
|
|
1628
|
+
"references": {
|
|
1629
|
+
"Promise": {
|
|
1630
|
+
"location": "global"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"return": "Promise<void>"
|
|
1691
1634
|
},
|
|
1692
|
-
"
|
|
1635
|
+
"docs": {
|
|
1636
|
+
"text": "Scrolls view port to specified rgRow index",
|
|
1637
|
+
"tags": []
|
|
1638
|
+
}
|
|
1693
1639
|
},
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
"Promise": {
|
|
1708
|
-
"location": "global"
|
|
1709
|
-
}
|
|
1640
|
+
"scrollToColumnIndex": {
|
|
1641
|
+
"complexType": {
|
|
1642
|
+
"signature": "(coordinate?: number) => Promise<void>",
|
|
1643
|
+
"parameters": [{
|
|
1644
|
+
"tags": [],
|
|
1645
|
+
"text": ""
|
|
1646
|
+
}],
|
|
1647
|
+
"references": {
|
|
1648
|
+
"Promise": {
|
|
1649
|
+
"location": "global"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
"return": "Promise<void>"
|
|
1710
1653
|
},
|
|
1711
|
-
"
|
|
1654
|
+
"docs": {
|
|
1655
|
+
"text": "Scrolls view port to specified column index",
|
|
1656
|
+
"tags": []
|
|
1657
|
+
}
|
|
1712
1658
|
},
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1659
|
+
"scrollToColumnProp": {
|
|
1660
|
+
"complexType": {
|
|
1661
|
+
"signature": "(prop: RevoGrid.ColumnProp) => Promise<void>",
|
|
1662
|
+
"parameters": [{
|
|
1663
|
+
"tags": [],
|
|
1664
|
+
"text": ""
|
|
1665
|
+
}],
|
|
1666
|
+
"references": {
|
|
1667
|
+
"Promise": {
|
|
1668
|
+
"location": "global"
|
|
1669
|
+
},
|
|
1670
|
+
"RevoGrid": {
|
|
1671
|
+
"location": "import",
|
|
1672
|
+
"path": "../../interfaces"
|
|
1673
|
+
}
|
|
1728
1674
|
},
|
|
1729
|
-
"
|
|
1730
|
-
"location": "import",
|
|
1731
|
-
"path": "../../interfaces"
|
|
1732
|
-
}
|
|
1675
|
+
"return": "Promise<void>"
|
|
1733
1676
|
},
|
|
1734
|
-
"
|
|
1677
|
+
"docs": {
|
|
1678
|
+
"text": "Scrolls view port to specified column prop",
|
|
1679
|
+
"tags": []
|
|
1680
|
+
}
|
|
1735
1681
|
},
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1682
|
+
"updateColumns": {
|
|
1683
|
+
"complexType": {
|
|
1684
|
+
"signature": "(cols: RevoGrid.ColumnRegular[]) => Promise<void>",
|
|
1685
|
+
"parameters": [{
|
|
1686
|
+
"tags": [],
|
|
1687
|
+
"text": ""
|
|
1688
|
+
}],
|
|
1689
|
+
"references": {
|
|
1690
|
+
"Promise": {
|
|
1691
|
+
"location": "global"
|
|
1692
|
+
},
|
|
1693
|
+
"RevoGrid": {
|
|
1694
|
+
"location": "import",
|
|
1695
|
+
"path": "../../interfaces"
|
|
1696
|
+
}
|
|
1751
1697
|
},
|
|
1752
|
-
"
|
|
1753
|
-
"location": "import",
|
|
1754
|
-
"path": "../../interfaces"
|
|
1755
|
-
}
|
|
1698
|
+
"return": "Promise<void>"
|
|
1756
1699
|
},
|
|
1757
|
-
"
|
|
1700
|
+
"docs": {
|
|
1701
|
+
"text": "Update columns",
|
|
1702
|
+
"tags": []
|
|
1703
|
+
}
|
|
1758
1704
|
},
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
"
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
"
|
|
1705
|
+
"addTrimmed": {
|
|
1706
|
+
"complexType": {
|
|
1707
|
+
"signature": "(trimmed: Record<number, boolean>, trimmedType?: string, type?: RevoGrid.DimensionRows) => Promise<CustomEvent<{ trimmed: Record<number, boolean>; trimmedType: string; type: string; }>>",
|
|
1708
|
+
"parameters": [{
|
|
1709
|
+
"tags": [],
|
|
1710
|
+
"text": ""
|
|
1711
|
+
}, {
|
|
1712
|
+
"tags": [],
|
|
1713
|
+
"text": ""
|
|
1714
|
+
}, {
|
|
1715
|
+
"tags": [],
|
|
1716
|
+
"text": ""
|
|
1717
|
+
}],
|
|
1718
|
+
"references": {
|
|
1719
|
+
"Promise": {
|
|
1720
|
+
"location": "global"
|
|
1721
|
+
},
|
|
1722
|
+
"CustomEvent": {
|
|
1723
|
+
"location": "global"
|
|
1724
|
+
},
|
|
1725
|
+
"Record": {
|
|
1726
|
+
"location": "global"
|
|
1727
|
+
},
|
|
1728
|
+
"RevoGrid": {
|
|
1729
|
+
"location": "import",
|
|
1730
|
+
"path": "../../interfaces"
|
|
1731
|
+
}
|
|
1783
1732
|
},
|
|
1784
|
-
"
|
|
1785
|
-
"location": "global"
|
|
1786
|
-
},
|
|
1787
|
-
"RevoGrid": {
|
|
1788
|
-
"location": "import",
|
|
1789
|
-
"path": "../../interfaces"
|
|
1790
|
-
}
|
|
1733
|
+
"return": "Promise<CustomEvent<{ trimmed: Record<number, boolean>; trimmedType: string; type: string; }>>"
|
|
1791
1734
|
},
|
|
1792
|
-
"
|
|
1735
|
+
"docs": {
|
|
1736
|
+
"text": "Add trimmed by type",
|
|
1737
|
+
"tags": []
|
|
1738
|
+
}
|
|
1793
1739
|
},
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
"
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1740
|
+
"scrollToCoordinate": {
|
|
1741
|
+
"complexType": {
|
|
1742
|
+
"signature": "(cell: Partial<Selection.Cell>) => Promise<void>",
|
|
1743
|
+
"parameters": [{
|
|
1744
|
+
"tags": [],
|
|
1745
|
+
"text": ""
|
|
1746
|
+
}],
|
|
1747
|
+
"references": {
|
|
1748
|
+
"Promise": {
|
|
1749
|
+
"location": "global"
|
|
1750
|
+
},
|
|
1751
|
+
"Partial": {
|
|
1752
|
+
"location": "global"
|
|
1753
|
+
},
|
|
1754
|
+
"Selection": {
|
|
1755
|
+
"location": "import",
|
|
1756
|
+
"path": "../../interfaces"
|
|
1757
|
+
}
|
|
1812
1758
|
},
|
|
1813
|
-
"
|
|
1814
|
-
"location": "import",
|
|
1815
|
-
"path": "../../interfaces"
|
|
1816
|
-
}
|
|
1759
|
+
"return": "Promise<void>"
|
|
1817
1760
|
},
|
|
1818
|
-
"
|
|
1761
|
+
"docs": {
|
|
1762
|
+
"text": "Scrolls view port to coordinate",
|
|
1763
|
+
"tags": []
|
|
1764
|
+
}
|
|
1819
1765
|
},
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1766
|
+
"setCellEdit": {
|
|
1767
|
+
"complexType": {
|
|
1768
|
+
"signature": "(rgRow: number, prop: RevoGrid.ColumnProp, rowSource?: RevoGrid.DimensionRows) => Promise<void>",
|
|
1769
|
+
"parameters": [{
|
|
1770
|
+
"tags": [],
|
|
1771
|
+
"text": ""
|
|
1772
|
+
}, {
|
|
1773
|
+
"tags": [],
|
|
1774
|
+
"text": ""
|
|
1775
|
+
}, {
|
|
1776
|
+
"tags": [],
|
|
1777
|
+
"text": ""
|
|
1778
|
+
}],
|
|
1779
|
+
"references": {
|
|
1780
|
+
"Promise": {
|
|
1781
|
+
"location": "global"
|
|
1782
|
+
},
|
|
1783
|
+
"RevoGrid": {
|
|
1784
|
+
"location": "import",
|
|
1785
|
+
"path": "../../interfaces"
|
|
1786
|
+
}
|
|
1841
1787
|
},
|
|
1842
|
-
"
|
|
1843
|
-
"location": "import",
|
|
1844
|
-
"path": "../../interfaces"
|
|
1845
|
-
}
|
|
1788
|
+
"return": "Promise<void>"
|
|
1846
1789
|
},
|
|
1847
|
-
"
|
|
1790
|
+
"docs": {
|
|
1791
|
+
"text": "Bring cell to edit mode",
|
|
1792
|
+
"tags": []
|
|
1793
|
+
}
|
|
1848
1794
|
},
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1795
|
+
"registerVNode": {
|
|
1796
|
+
"complexType": {
|
|
1797
|
+
"signature": "(elements: VNode[]) => Promise<void>",
|
|
1798
|
+
"parameters": [{
|
|
1799
|
+
"tags": [],
|
|
1800
|
+
"text": ""
|
|
1801
|
+
}],
|
|
1802
|
+
"references": {
|
|
1803
|
+
"Promise": {
|
|
1804
|
+
"location": "global"
|
|
1805
|
+
},
|
|
1806
|
+
"VNode": {
|
|
1807
|
+
"location": "import",
|
|
1808
|
+
"path": "@stencil/core"
|
|
1809
|
+
}
|
|
1864
1810
|
},
|
|
1865
|
-
"
|
|
1866
|
-
"location": "import",
|
|
1867
|
-
"path": "@stencil/core"
|
|
1868
|
-
}
|
|
1811
|
+
"return": "Promise<void>"
|
|
1869
1812
|
},
|
|
1870
|
-
"
|
|
1813
|
+
"docs": {
|
|
1814
|
+
"text": "Register new virtual node inside of grid\nUsed for additional items creation such as plugin elements",
|
|
1815
|
+
"tags": []
|
|
1816
|
+
}
|
|
1871
1817
|
},
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1818
|
+
"getSource": {
|
|
1819
|
+
"complexType": {
|
|
1820
|
+
"signature": "(type?: RevoGrid.DimensionRows) => Promise<RevoGrid.DataType[]>",
|
|
1821
|
+
"parameters": [{
|
|
1822
|
+
"tags": [],
|
|
1823
|
+
"text": ""
|
|
1824
|
+
}],
|
|
1825
|
+
"references": {
|
|
1826
|
+
"Promise": {
|
|
1827
|
+
"location": "global"
|
|
1828
|
+
},
|
|
1829
|
+
"RevoGrid": {
|
|
1830
|
+
"location": "import",
|
|
1831
|
+
"path": "../../interfaces"
|
|
1832
|
+
}
|
|
1887
1833
|
},
|
|
1888
|
-
"
|
|
1889
|
-
"location": "import",
|
|
1890
|
-
"path": "../../interfaces"
|
|
1891
|
-
}
|
|
1834
|
+
"return": "Promise<DataType[]>"
|
|
1892
1835
|
},
|
|
1893
|
-
"
|
|
1836
|
+
"docs": {
|
|
1837
|
+
"text": "Get data from source",
|
|
1838
|
+
"tags": []
|
|
1839
|
+
}
|
|
1894
1840
|
},
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1841
|
+
"getVisibleSource": {
|
|
1842
|
+
"complexType": {
|
|
1843
|
+
"signature": "(type?: RevoGrid.DimensionRows) => Promise<any[]>",
|
|
1844
|
+
"parameters": [{
|
|
1845
|
+
"tags": [{
|
|
1846
|
+
"name": "param",
|
|
1847
|
+
"text": "type - type of source"
|
|
1848
|
+
}],
|
|
1849
|
+
"text": "- type of source"
|
|
1850
|
+
}],
|
|
1851
|
+
"references": {
|
|
1852
|
+
"Promise": {
|
|
1853
|
+
"location": "global"
|
|
1854
|
+
},
|
|
1855
|
+
"RevoGrid": {
|
|
1856
|
+
"location": "import",
|
|
1857
|
+
"path": "../../interfaces"
|
|
1858
|
+
}
|
|
1913
1859
|
},
|
|
1914
|
-
"
|
|
1915
|
-
"location": "import",
|
|
1916
|
-
"path": "../../interfaces"
|
|
1917
|
-
}
|
|
1860
|
+
"return": "Promise<any[]>"
|
|
1918
1861
|
},
|
|
1919
|
-
"
|
|
1862
|
+
"docs": {
|
|
1863
|
+
"text": "Get data from visible part of source\nTrimmed/filtered rows will be excluded",
|
|
1864
|
+
"tags": [{
|
|
1865
|
+
"name": "param",
|
|
1866
|
+
"text": "type - type of source"
|
|
1867
|
+
}]
|
|
1868
|
+
}
|
|
1920
1869
|
},
|
|
1921
|
-
"
|
|
1922
|
-
"
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1870
|
+
"getSourceStore": {
|
|
1871
|
+
"complexType": {
|
|
1872
|
+
"signature": "(type?: RevoGrid.DimensionRows) => Promise<RowSource>",
|
|
1873
|
+
"parameters": [{
|
|
1874
|
+
"tags": [{
|
|
1875
|
+
"name": "param",
|
|
1876
|
+
"text": "type - type of source"
|
|
1877
|
+
}],
|
|
1878
|
+
"text": "- type of source"
|
|
1879
|
+
}],
|
|
1880
|
+
"references": {
|
|
1881
|
+
"Promise": {
|
|
1882
|
+
"location": "global"
|
|
1883
|
+
},
|
|
1884
|
+
"RowSource": {
|
|
1885
|
+
"location": "import",
|
|
1886
|
+
"path": "../data/columnService"
|
|
1887
|
+
},
|
|
1888
|
+
"RevoGrid": {
|
|
1889
|
+
"location": "import",
|
|
1890
|
+
"path": "../../interfaces"
|
|
1891
|
+
}
|
|
1942
1892
|
},
|
|
1943
|
-
"
|
|
1944
|
-
"location": "import",
|
|
1945
|
-
"path": "../data/columnService"
|
|
1946
|
-
},
|
|
1947
|
-
"RevoGrid": {
|
|
1948
|
-
"location": "import",
|
|
1949
|
-
"path": "../../interfaces"
|
|
1950
|
-
}
|
|
1893
|
+
"return": "Promise<RowSource>"
|
|
1951
1894
|
},
|
|
1952
|
-
"
|
|
1895
|
+
"docs": {
|
|
1896
|
+
"text": "Provides access to rows internal store observer\nCan be used for plugin support",
|
|
1897
|
+
"tags": [{
|
|
1898
|
+
"name": "param",
|
|
1899
|
+
"text": "type - type of source"
|
|
1900
|
+
}]
|
|
1901
|
+
}
|
|
1953
1902
|
},
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
"ColumnSource": {
|
|
1977
|
-
"location": "import",
|
|
1978
|
-
"path": "../data/columnService"
|
|
1903
|
+
"getColumnStore": {
|
|
1904
|
+
"complexType": {
|
|
1905
|
+
"signature": "(type?: RevoGrid.DimensionCols) => Promise<ColumnSource>",
|
|
1906
|
+
"parameters": [{
|
|
1907
|
+
"tags": [{
|
|
1908
|
+
"name": "param",
|
|
1909
|
+
"text": "type - type of column"
|
|
1910
|
+
}],
|
|
1911
|
+
"text": "- type of column"
|
|
1912
|
+
}],
|
|
1913
|
+
"references": {
|
|
1914
|
+
"Promise": {
|
|
1915
|
+
"location": "global"
|
|
1916
|
+
},
|
|
1917
|
+
"ColumnSource": {
|
|
1918
|
+
"location": "import",
|
|
1919
|
+
"path": "../data/columnService"
|
|
1920
|
+
},
|
|
1921
|
+
"RevoGrid": {
|
|
1922
|
+
"location": "import",
|
|
1923
|
+
"path": "../../interfaces"
|
|
1924
|
+
}
|
|
1979
1925
|
},
|
|
1980
|
-
"
|
|
1981
|
-
"location": "import",
|
|
1982
|
-
"path": "../../interfaces"
|
|
1983
|
-
}
|
|
1926
|
+
"return": "Promise<ColumnSource>"
|
|
1984
1927
|
},
|
|
1985
|
-
"
|
|
1928
|
+
"docs": {
|
|
1929
|
+
"text": "Provides access to column internal store observer\nCan be used for plugin support",
|
|
1930
|
+
"tags": [{
|
|
1931
|
+
"name": "param",
|
|
1932
|
+
"text": "type - type of column"
|
|
1933
|
+
}]
|
|
1934
|
+
}
|
|
1986
1935
|
},
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
"references": {
|
|
2021
|
-
"Promise": {
|
|
2022
|
-
"location": "global"
|
|
1936
|
+
"updateColumnSorting": {
|
|
1937
|
+
"complexType": {
|
|
1938
|
+
"signature": "(column: RevoGrid.ColumnRegular, index: number, order: 'asc' | 'desc', additive: boolean) => Promise<RevoGrid.ColumnRegular>",
|
|
1939
|
+
"parameters": [{
|
|
1940
|
+
"tags": [{
|
|
1941
|
+
"name": "param",
|
|
1942
|
+
"text": "column - full column details to update"
|
|
1943
|
+
}],
|
|
1944
|
+
"text": "- full column details to update"
|
|
1945
|
+
}, {
|
|
1946
|
+
"tags": [{
|
|
1947
|
+
"name": "param",
|
|
1948
|
+
"text": "index - virtual column index"
|
|
1949
|
+
}],
|
|
1950
|
+
"text": "- virtual column index"
|
|
1951
|
+
}, {
|
|
1952
|
+
"tags": [{
|
|
1953
|
+
"name": "param",
|
|
1954
|
+
"text": "order - order to apply"
|
|
1955
|
+
}],
|
|
1956
|
+
"text": "- order to apply"
|
|
1957
|
+
}, {
|
|
1958
|
+
"tags": [],
|
|
1959
|
+
"text": ""
|
|
1960
|
+
}],
|
|
1961
|
+
"references": {
|
|
1962
|
+
"Promise": {
|
|
1963
|
+
"location": "global"
|
|
1964
|
+
},
|
|
1965
|
+
"RevoGrid": {
|
|
1966
|
+
"location": "import",
|
|
1967
|
+
"path": "../../interfaces"
|
|
1968
|
+
}
|
|
2023
1969
|
},
|
|
2024
|
-
"
|
|
2025
|
-
"location": "import",
|
|
2026
|
-
"path": "../../interfaces"
|
|
2027
|
-
}
|
|
1970
|
+
"return": "Promise<ColumnRegular>"
|
|
2028
1971
|
},
|
|
2029
|
-
"
|
|
1972
|
+
"docs": {
|
|
1973
|
+
"text": "Update column sorting",
|
|
1974
|
+
"tags": [{
|
|
1975
|
+
"name": "param",
|
|
1976
|
+
"text": "column - full column details to update"
|
|
1977
|
+
}, {
|
|
1978
|
+
"name": "param",
|
|
1979
|
+
"text": "index - virtual column index"
|
|
1980
|
+
}, {
|
|
1981
|
+
"name": "param",
|
|
1982
|
+
"text": "order - order to apply"
|
|
1983
|
+
}]
|
|
1984
|
+
}
|
|
2030
1985
|
},
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
},
|
|
2040
|
-
|
|
2041
|
-
"text": "order - order to apply"
|
|
2042
|
-
}]
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
"clearSorting": {
|
|
2046
|
-
"complexType": {
|
|
2047
|
-
"signature": "() => Promise<void>",
|
|
2048
|
-
"parameters": [],
|
|
2049
|
-
"references": {
|
|
2050
|
-
"Promise": {
|
|
2051
|
-
"location": "global"
|
|
2052
|
-
}
|
|
1986
|
+
"clearSorting": {
|
|
1987
|
+
"complexType": {
|
|
1988
|
+
"signature": "() => Promise<void>",
|
|
1989
|
+
"parameters": [],
|
|
1990
|
+
"references": {
|
|
1991
|
+
"Promise": {
|
|
1992
|
+
"location": "global"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
"return": "Promise<void>"
|
|
2053
1996
|
},
|
|
2054
|
-
"
|
|
1997
|
+
"docs": {
|
|
1998
|
+
"text": "Clears column sorting",
|
|
1999
|
+
"tags": []
|
|
2000
|
+
}
|
|
2055
2001
|
},
|
|
2056
|
-
"
|
|
2057
|
-
"
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2002
|
+
"getColumns": {
|
|
2003
|
+
"complexType": {
|
|
2004
|
+
"signature": "() => Promise<RevoGrid.ColumnRegular[]>",
|
|
2005
|
+
"parameters": [],
|
|
2006
|
+
"references": {
|
|
2007
|
+
"Promise": {
|
|
2008
|
+
"location": "global"
|
|
2009
|
+
},
|
|
2010
|
+
"RevoGrid": {
|
|
2011
|
+
"location": "import",
|
|
2012
|
+
"path": "../../interfaces"
|
|
2013
|
+
}
|
|
2068
2014
|
},
|
|
2069
|
-
"
|
|
2070
|
-
"location": "import",
|
|
2071
|
-
"path": "../../interfaces"
|
|
2072
|
-
}
|
|
2015
|
+
"return": "Promise<ColumnRegular[]>"
|
|
2073
2016
|
},
|
|
2074
|
-
"
|
|
2017
|
+
"docs": {
|
|
2018
|
+
"text": "Receive all columns in data source",
|
|
2019
|
+
"tags": []
|
|
2020
|
+
}
|
|
2075
2021
|
},
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
"Promise": {
|
|
2087
|
-
"location": "global"
|
|
2088
|
-
}
|
|
2022
|
+
"clearFocus": {
|
|
2023
|
+
"complexType": {
|
|
2024
|
+
"signature": "() => Promise<void>",
|
|
2025
|
+
"parameters": [],
|
|
2026
|
+
"references": {
|
|
2027
|
+
"Promise": {
|
|
2028
|
+
"location": "global"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"return": "Promise<void>"
|
|
2089
2032
|
},
|
|
2090
|
-
"
|
|
2033
|
+
"docs": {
|
|
2034
|
+
"text": "Clear current grid focus",
|
|
2035
|
+
"tags": []
|
|
2036
|
+
}
|
|
2091
2037
|
},
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2038
|
+
"getPlugins": {
|
|
2039
|
+
"complexType": {
|
|
2040
|
+
"signature": "() => Promise<RevoPlugin.Plugin[]>",
|
|
2041
|
+
"parameters": [],
|
|
2042
|
+
"references": {
|
|
2043
|
+
"Promise": {
|
|
2044
|
+
"location": "global"
|
|
2045
|
+
},
|
|
2046
|
+
"RevoPlugin": {
|
|
2047
|
+
"location": "import",
|
|
2048
|
+
"path": "../../interfaces"
|
|
2049
|
+
}
|
|
2104
2050
|
},
|
|
2105
|
-
"
|
|
2106
|
-
"location": "import",
|
|
2107
|
-
"path": "../../interfaces"
|
|
2108
|
-
}
|
|
2051
|
+
"return": "Promise<Plugin[]>"
|
|
2109
2052
|
},
|
|
2110
|
-
"
|
|
2053
|
+
"docs": {
|
|
2054
|
+
"text": "Get all active plugins instances",
|
|
2055
|
+
"tags": []
|
|
2056
|
+
}
|
|
2111
2057
|
},
|
|
2112
|
-
"
|
|
2113
|
-
"
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2058
|
+
"getFocused": {
|
|
2059
|
+
"complexType": {
|
|
2060
|
+
"signature": "() => Promise<FocusedData | null>",
|
|
2061
|
+
"parameters": [],
|
|
2062
|
+
"references": {
|
|
2063
|
+
"Promise": {
|
|
2064
|
+
"location": "global"
|
|
2065
|
+
},
|
|
2066
|
+
"FocusedData": {
|
|
2067
|
+
"location": "import",
|
|
2068
|
+
"path": "./viewport.service"
|
|
2069
|
+
}
|
|
2124
2070
|
},
|
|
2125
|
-
"
|
|
2126
|
-
"location": "import",
|
|
2127
|
-
"path": "./viewport.service"
|
|
2128
|
-
}
|
|
2071
|
+
"return": "Promise<FocusedData>"
|
|
2129
2072
|
},
|
|
2130
|
-
"
|
|
2073
|
+
"docs": {
|
|
2074
|
+
"text": "Get the currently focused cell.",
|
|
2075
|
+
"tags": []
|
|
2076
|
+
}
|
|
2131
2077
|
},
|
|
2132
|
-
"
|
|
2133
|
-
"
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2078
|
+
"getSelectedRange": {
|
|
2079
|
+
"complexType": {
|
|
2080
|
+
"signature": "() => Promise<Selection.RangeArea | null>",
|
|
2081
|
+
"parameters": [],
|
|
2082
|
+
"references": {
|
|
2083
|
+
"Promise": {
|
|
2084
|
+
"location": "global"
|
|
2085
|
+
},
|
|
2086
|
+
"Selection": {
|
|
2087
|
+
"location": "import",
|
|
2088
|
+
"path": "../../interfaces"
|
|
2089
|
+
}
|
|
2144
2090
|
},
|
|
2145
|
-
"
|
|
2146
|
-
"location": "import",
|
|
2147
|
-
"path": "../../interfaces"
|
|
2148
|
-
}
|
|
2091
|
+
"return": "Promise<RangeArea>"
|
|
2149
2092
|
},
|
|
2150
|
-
"
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
"tags": []
|
|
2093
|
+
"docs": {
|
|
2094
|
+
"text": "Get the currently selected Range.",
|
|
2095
|
+
"tags": []
|
|
2096
|
+
}
|
|
2155
2097
|
}
|
|
2156
|
-
}
|
|
2157
|
-
}
|
|
2098
|
+
};
|
|
2099
|
+
}
|
|
2158
2100
|
static get elementRef() { return "element"; }
|
|
2159
|
-
static get watchers() {
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2101
|
+
static get watchers() {
|
|
2102
|
+
return [{
|
|
2103
|
+
"propName": "columns",
|
|
2104
|
+
"methodName": "columnChanged"
|
|
2105
|
+
}, {
|
|
2106
|
+
"propName": "theme",
|
|
2107
|
+
"methodName": "themeChanged"
|
|
2108
|
+
}, {
|
|
2109
|
+
"propName": "source",
|
|
2110
|
+
"methodName": "dataChanged"
|
|
2111
|
+
}, {
|
|
2112
|
+
"propName": "pinnedBottomSource",
|
|
2113
|
+
"methodName": "dataBottomChanged"
|
|
2114
|
+
}, {
|
|
2115
|
+
"propName": "pinnedTopSource",
|
|
2116
|
+
"methodName": "dataTopChanged"
|
|
2117
|
+
}, {
|
|
2118
|
+
"propName": "rowDefinitions",
|
|
2119
|
+
"methodName": "rowDefChanged"
|
|
2120
|
+
}, {
|
|
2121
|
+
"propName": "trimmedRows",
|
|
2122
|
+
"methodName": "trimmedRowsChanged"
|
|
2123
|
+
}, {
|
|
2124
|
+
"propName": "grouping",
|
|
2125
|
+
"methodName": "groupingChanged"
|
|
2126
|
+
}, {
|
|
2127
|
+
"propName": "stretch",
|
|
2128
|
+
"methodName": "applyStretch"
|
|
2129
|
+
}];
|
|
2130
|
+
}
|
|
2131
|
+
static get listeners() {
|
|
2132
|
+
return [{
|
|
2133
|
+
"name": "internalRowDragStart",
|
|
2134
|
+
"method": "onRowDragStarted",
|
|
2135
|
+
"target": undefined,
|
|
2136
|
+
"capture": false,
|
|
2137
|
+
"passive": false
|
|
2138
|
+
}, {
|
|
2139
|
+
"name": "internalRowDragEnd",
|
|
2140
|
+
"method": "onRowDragEnd",
|
|
2141
|
+
"target": undefined,
|
|
2142
|
+
"capture": false,
|
|
2143
|
+
"passive": false
|
|
2144
|
+
}, {
|
|
2145
|
+
"name": "internalRowDrag",
|
|
2146
|
+
"method": "onRowDrag",
|
|
2147
|
+
"target": undefined,
|
|
2148
|
+
"capture": false,
|
|
2149
|
+
"passive": false
|
|
2150
|
+
}, {
|
|
2151
|
+
"name": "internalRowMouseMove",
|
|
2152
|
+
"method": "onRowMouseMove",
|
|
2153
|
+
"target": undefined,
|
|
2154
|
+
"capture": false,
|
|
2155
|
+
"passive": false
|
|
2156
|
+
}, {
|
|
2157
|
+
"name": "internalCellEdit",
|
|
2158
|
+
"method": "onBeforeEdit",
|
|
2159
|
+
"target": undefined,
|
|
2160
|
+
"capture": false,
|
|
2161
|
+
"passive": false
|
|
2162
|
+
}, {
|
|
2163
|
+
"name": "internalRangeDataApply",
|
|
2164
|
+
"method": "onBeforeRangeEdit",
|
|
2165
|
+
"target": undefined,
|
|
2166
|
+
"capture": false,
|
|
2167
|
+
"passive": false
|
|
2168
|
+
}, {
|
|
2169
|
+
"name": "internalSelectionChanged",
|
|
2170
|
+
"method": "onRangeChanged",
|
|
2171
|
+
"target": undefined,
|
|
2172
|
+
"capture": false,
|
|
2173
|
+
"passive": false
|
|
2174
|
+
}, {
|
|
2175
|
+
"name": "initialRowDropped",
|
|
2176
|
+
"method": "onRowDropped",
|
|
2177
|
+
"target": undefined,
|
|
2178
|
+
"capture": false,
|
|
2179
|
+
"passive": false
|
|
2180
|
+
}, {
|
|
2181
|
+
"name": "initialHeaderClick",
|
|
2182
|
+
"method": "onHeaderClick",
|
|
2183
|
+
"target": undefined,
|
|
2184
|
+
"capture": false,
|
|
2185
|
+
"passive": false
|
|
2186
|
+
}, {
|
|
2187
|
+
"name": "internalFocusCell",
|
|
2188
|
+
"method": "onCellFocus",
|
|
2189
|
+
"target": undefined,
|
|
2190
|
+
"capture": false,
|
|
2191
|
+
"passive": false
|
|
2192
|
+
}];
|
|
2193
|
+
}
|
|
2248
2194
|
}
|
|
2195
|
+
//# sourceMappingURL=revo-grid.js.map
|