@oracle/oraclejet-core-pack 17.0.4 → 17.1.0
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/oj-c/ActionCard.json +1 -1
- package/oj-c/AreaChart.json +270 -178
- package/oj-c/Button.json +1 -1
- package/oj-c/ButtonsetMultiple.json +8 -8
- package/oj-c/ButtonsetSingle.json +8 -8
- package/oj-c/CardView.json +25 -12
- package/oj-c/Checkbox.json +4 -4
- package/oj-c/Checkboxset.json +92 -7
- package/oj-c/Collapsible.json +8 -8
- package/oj-c/ConveyorBelt.json +67 -5
- package/oj-c/DatePicker.json +96 -3
- package/oj-c/FilePicker.json +6 -6
- package/oj-c/FormControlWrapper/FormControlWrapper.js +54 -0
- package/oj-c/FormControlWrapper/index.js +6 -0
- package/oj-c/InputDateMask.json +16 -5
- package/oj-c/InputDatePicker.json +115 -58
- package/oj-c/InputDateText.json +62 -51
- package/oj-c/InputMonthMask.json +67 -149
- package/oj-c/InputNumber.json +25 -4
- package/oj-c/InputPassword.json +12 -1
- package/oj-c/InputSensitiveText.json +16 -5
- package/oj-c/InputText.json +23 -2
- package/oj-c/Legend.json +358 -321
- package/oj-c/LegendSection.json +1 -1
- package/oj-c/LineChart.json +270 -178
- package/oj-c/ListItemLayout.json +20 -0
- package/oj-c/ListView.json +84 -62
- package/oj-c/MenuButton.json +432 -4
- package/oj-c/MessageBanner.json +20 -17
- package/oj-c/MessageToast.json +21 -18
- package/oj-c/MeterBar.json +1627 -35
- package/oj-c/MeterCircle.json +1579 -6
- package/oj-c/Popup.json +56 -1
- package/oj-c/ProgressButton.json +567 -0
- package/oj-c/Radioset.json +92 -7
- package/oj-c/RatingGauge.json +2 -2
- package/oj-c/SelectMultiple.json +156 -10
- package/oj-c/SelectSingle.json +140 -11
- package/oj-c/SelectionCard.json +1 -2
- package/oj-c/Selector.json +11 -1
- package/oj-c/SelectorAll.json +11 -1
- package/oj-c/SplitMenuButton.json +161 -327
- package/oj-c/TabBar.json +169 -12
- package/oj-c/TabBarMixed.json +14 -14
- package/oj-c/Table.json +2117 -0
- package/oj-c/TagCloud.json +114 -8
- package/oj-c/TextArea.json +23 -2
- package/oj-c/action-card/component.json +4 -4
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +2 -2
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +6 -5
- package/oj-c/area-chart/component.json +30 -5
- package/oj-c/area-chart-group/component.json +2 -2
- package/oj-c/area-chart-item/component.json +2 -2
- package/oj-c/area-chart-series/component.json +2 -2
- package/oj-c/avatar/component.json +3 -3
- package/oj-c/button/component.json +4 -4
- package/oj-c/buttonset-multiple/component.json +4 -4
- package/oj-c/buttonset-single/component.json +4 -4
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +5 -13
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -1
- package/oj-c/card-view/card-view.js +7 -4
- package/oj-c/card-view/component.json +3 -3
- package/oj-c/checkbox/checkbox.js +1 -17
- package/oj-c/checkbox/component.json +3 -3
- package/oj-c/checkbox/useCheckboxPreact.js +26 -13
- package/oj-c/checkboxset/component.json +3 -3
- package/oj-c/checkboxset/useCheckboxsetPreact.js +17 -13
- package/oj-c/collapsible/component.json +3 -3
- package/oj-c/component.json +13 -5
- package/oj-c/conveyor-belt/component.json +3 -3
- package/oj-c/corepackbundle.js +1474 -315
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +7 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +9 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -1
- package/oj-c/date-picker/component.json +26 -5
- package/oj-c/date-picker/date-picker.js +3 -3
- package/oj-c/drag-handle/component.json +3 -3
- package/oj-c/drawer-layout/component.json +3 -3
- package/oj-c/drawer-popup/component.json +3 -3
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +3 -3
- package/oj-c/editable-value/utils/utils.js +13 -1
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +20 -10
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/component.json +3 -3
- package/oj-c/form-layout/component.json +3 -3
- package/oj-c/highlight-text/component.json +3 -3
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +10 -6
- package/oj-c/input-date-mask/component.json +3 -3
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +7 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +9 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -1
- package/oj-c/input-date-picker/component.json +29 -5
- package/oj-c/input-date-picker/input-date-picker.js +3 -2
- package/oj-c/input-date-picker/useInputDatePicker.js +2 -1
- package/oj-c/input-date-text/component.json +3 -3
- package/oj-c/input-month-mask/component.json +3 -3
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/component.json +6 -6
- package/oj-c/input-number/useNumberInputTextPreact.js +3 -2
- package/oj-c/input-password/component.json +3 -3
- package/oj-c/input-password/useInputPasswordPreact.js +14 -11
- package/oj-c/input-sensitive-text/component.json +3 -3
- package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +14 -11
- package/oj-c/input-text/component.json +3 -3
- package/oj-c/input-text/useInputTextPreact.js +4 -3
- package/oj-c/labelled-link/component.json +3 -3
- package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js +1 -1
- package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -1
- package/oj-c/legend/component.json +14 -3
- package/oj-c/legend/legend.js +5 -1
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -3
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +2 -2
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +30 -5
- package/oj-c/line-chart/line-chart.js +6 -5
- package/oj-c/line-chart-group/component.json +2 -2
- package/oj-c/line-chart-item/component.json +2 -2
- package/oj-c/line-chart-series/component.json +2 -2
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +7 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +9 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -1
- package/oj-c/list-item-layout/component.json +13 -3
- package/oj-c/list-item-layout/list-item-layout.js +4 -4
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -13
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/component.json +6 -3
- package/oj-c/list-view/list-view-styles.css +4 -0
- package/oj-c/list-view/list-view.js +9 -5
- package/oj-c/list-view/useHandleRemoveCurrentKey.js +13 -7
- package/oj-c/list-view/useListViewPreact.js +10 -6
- package/oj-c/menu-button/component.json +50 -5
- package/oj-c/message-banner/component.json +3 -3
- package/oj-c/message-toast/component.json +3 -3
- package/oj-c/metadata/allComponents.json +1967 -319
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +33 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +9 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -1
- package/oj-c/meter-bar/component.json +215 -3
- package/oj-c/meter-bar/meter-bar.js +7 -5
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +26 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -1
- package/oj-c/meter-circle/component.json +209 -3
- package/oj-c/meter-circle/meter-circle.js +5 -3
- package/oj-c/min/FormControlWrapper/FormControlWrapper.js +54 -0
- package/oj-c/min/FormControlWrapper/index.js +6 -0
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/card-view.js +1 -1
- package/oj-c/min/card-view.js.map +1 -1
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/corepackbundle.css +54 -1
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/date-picker.js +1 -1
- package/oj-c/min/date-picker.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +3 -3
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +3 -3
- package/oj-c/min/editable-value/utils/utils.js +13 -1
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +36 -18
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +10 -6
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-date-picker.js +2 -2
- package/oj-c/min/input-date-picker.js.map +1 -1
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-item-layout.js +1 -1
- package/oj-c/min/list-item-layout.js.map +1 -1
- package/oj-c/min/list-view/list-view-styles.css +4 -0
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/progress-button/progress-button-styles.css +12 -0
- package/oj-c/min/progress-button.js +2 -0
- package/oj-c/min/progress-button.js.map +1 -0
- package/oj-c/min/radioset.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
- package/oj-c/min/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
- package/oj-c/min/select-common/PRIVATE_useCache/index.js +6 -0
- package/oj-c/min/select-common/PRIVATE_useCache/useCache.js +30 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/index.js +7 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
- package/oj-c/min/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selector.js +1 -1
- package/oj-c/min/selector.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar-mixed.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +1 -1
- package/oj-c/min/tab-bar.js.map +1 -1
- package/oj-c/min/table/table-styles.css +39 -0
- package/oj-c/min/table.js +2 -0
- package/oj-c/min/table.js.map +1 -0
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
- package/oj-c/popup/component.json +3 -3
- package/oj-c/progress-bar/component.json +3 -3
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.d.ts +16 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js +29 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElement.js.map +1 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.d.ts +72 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js +95 -0
- package/oj-c/progress-button/__webdriver__/ProgressButtonWebElementBase.js.map +1 -0
- package/oj-c/progress-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/progress-button/__webdriver__/index.js +34 -0
- package/oj-c/progress-button/__webdriver__/index.js.map +1 -0
- package/oj-c/progress-button/component.json +258 -0
- package/oj-c/progress-button/index.js +6 -0
- package/oj-c/progress-button/progress-button-styles.css +12 -0
- package/oj-c/progress-button/progress-button.js +50 -0
- package/oj-c/progress-button.js +6 -0
- package/oj-c/progress-circle/component.json +3 -3
- package/oj-c/radioset/component.json +3 -3
- package/oj-c/radioset/useRadiosetPreact.js +9 -5
- package/oj-c/rating-gauge/component.json +3 -3
- package/oj-c/rating-gauge/rating-gauge.js +11 -3
- package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.js +78 -0
- package/oj-c/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.js +92 -0
- package/oj-c/select-common/PRIVATE_useCache/index.js +6 -0
- package/oj-c/select-common/PRIVATE_useCache/useCache.js +30 -0
- package/oj-c/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.js +208 -0
- package/oj-c/select-common/PRIVATE_useSelectData/index.js +7 -0
- package/oj-c/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.js +98 -0
- package/oj-c/select-common/PRIVATE_useSelectData/useSelectData.js +24 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +13 -4
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +10 -6
- package/oj-c/select-multiple/component.json +101 -67
- package/oj-c/select-multiple/select-multiple.js +2 -2
- package/oj-c/select-multiple/useSelectMultiplePreact.js +68 -27
- package/oj-c/select-single/component.json +37 -3
- package/oj-c/select-single/select-single.js +2 -2
- package/oj-c/select-single/useSelectSinglePreact.js +50 -18
- package/oj-c/selection-card/component.json +3 -3
- package/oj-c/selector/component.json +3 -3
- package/oj-c/selector/selector.js +2 -2
- package/oj-c/selector-all/component.json +3 -3
- package/oj-c/split-menu-button/component.json +21 -4
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +29 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +89 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -1
- package/oj-c/tab-bar/component.json +13 -3
- package/oj-c/tab-bar/tab-bar.js +10 -4
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +15 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +36 -0
- package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -1
- package/oj-c/tab-bar-mixed/component.json +3 -3
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +2 -2
- package/oj-c/table/__webdriver__/TableWebElement.d.ts +106 -0
- package/oj-c/table/__webdriver__/TableWebElement.js +166 -0
- package/oj-c/table/__webdriver__/TableWebElement.js.map +1 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.d.ts +153 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.js +158 -0
- package/oj-c/table/__webdriver__/TableWebElementBase.js.map +1 -0
- package/oj-c/table/__webdriver__/index.d.ts +17 -0
- package/oj-c/table/__webdriver__/index.js +34 -0
- package/oj-c/table/__webdriver__/index.js.map +1 -0
- package/oj-c/table/component.json +703 -0
- package/oj-c/table/index.js +6 -0
- package/oj-c/table/table-styles.css +39 -0
- package/oj-c/table/table.js +353 -0
- package/oj-c/table.js +6 -0
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +1 -1
- package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -1
- package/oj-c/tag-cloud/component.json +14 -3
- package/oj-c/tag-cloud/tag-cloud.js +4 -1
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/component.json +3 -3
- package/oj-c/text-area/useTextAreaAutosizePreact.js +2 -2
- package/oj-c/text-area/useTextAreaPreact.js +2 -2
- package/oj-c/toggle-button/component.json +3 -3
- package/oj-c/types/FormControlWrapper/FormControlWrapper.d.ts +36 -0
- package/oj-c/types/FormControlWrapper/index.d.ts +2 -0
- package/oj-c/types/checkbox/checkbox.d.ts +2 -1
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -6
- package/oj-c/types/checkboxset/checkboxset.d.ts +3 -2
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +3 -6
- package/oj-c/types/date-picker/date-picker.d.ts +6 -0
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +3 -2
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +1 -1
- package/oj-c/types/editable-value/utils/utils.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +3 -1
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +2 -1
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +2 -1
- package/oj-c/types/input-date-picker/input-date-picker.d.ts +8 -2
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +1 -0
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +1 -1
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +2 -1
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +1 -1
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +2 -4
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +2 -1
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +2 -4
- package/oj-c/types/input-text/useInputTextPreact.d.ts +1 -1
- package/oj-c/types/legend-section/legend-section.d.ts +2 -2
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +5 -0
- package/oj-c/types/list-view/list-view.d.ts +6 -4
- package/oj-c/types/list-view/useHandleRemoveCurrentKey.d.ts +4 -2
- package/oj-c/types/list-view/useListViewPreact.d.ts +1 -1
- package/oj-c/types/meter-bar/meter-bar.d.ts +6 -1
- package/oj-c/types/meter-circle/meter-circle.d.ts +1 -1
- package/oj-c/types/progress-button/index.d.ts +2 -0
- package/oj-c/types/progress-button/progress-button.d.ts +101 -0
- package/oj-c/types/radioset/radioset.d.ts +3 -2
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +3 -6
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +1 -1
- package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/Debouncer.d.ts +11 -0
- package/oj-c/types/select-common/PRIVATE_DebouncingDataProviderView/DebouncingDataProviderView.d.ts +16 -0
- package/oj-c/types/select-common/PRIVATE_useCache/index.d.ts +1 -0
- package/oj-c/types/select-common/PRIVATE_useCache/useCache.d.ts +1 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/CollectionTemplateDataProviderView.d.ts +43 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/index.d.ts +2 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/useCollectionTemplateDataProviderView.d.ts +15 -0
- package/oj-c/types/select-common/PRIVATE_useSelectData/useSelectData.d.ts +15 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +2 -1
- package/oj-c/types/select-multiple/select-multiple.d.ts +26 -9
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +28 -36
- package/oj-c/types/select-single/select-single.d.ts +26 -8
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +30 -53
- package/oj-c/types/tab-bar/tab-bar.d.ts +1 -0
- package/oj-c/types/table/index.d.ts +2 -0
- package/oj-c/types/table/table.d.ts +239 -0
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +1 -1
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -1
- package/oj-c/types/utils/UNSAFE_vizTypes/meterTypes.d.ts +2 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +2 -2
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +4 -3
- package/webdriver/docs/classes/DatePickerWebElement.html +5 -2
- package/webdriver/docs/classes/InputDatePickerWebElement.html +6 -2
- package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +4 -3
- package/webdriver/docs/classes/LineChartWebElement.html +4 -3
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +6 -2
- package/webdriver/docs/classes/MeterBarWebElement.html +6 -2
- package/webdriver/docs/classes/ProgressButtonWebElement.html +142 -0
- package/webdriver/docs/classes/TabBarMixedWebElement.html +11 -2
- package/webdriver/docs/classes/TabBarWebElement.html +18 -2
- package/webdriver/docs/classes/TableWebElement.html +192 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +4 -3
- package/webdriver/docs/functions/findProgressButton.html +8 -0
- package/webdriver/docs/functions/findTable.html +8 -0
- package/webdriver/docs/modules.html +4 -0
- package/webdriver/index.d.ts +2 -0
- package/webdriver/index.js +2 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +2 -0
package/oj-c/Table.json
ADDED
|
@@ -0,0 +1,2117 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.Table",
|
|
5
|
+
"name": "Table",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.Table",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"tableOverview-section\">\n JET Table Component\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#tableOverview-section\"></a>\n</h3>\n\n<p>Description: The Table component presents data in a tabular format with highly interactive features.\n\n<h3 id=\"data-section\">\n Data\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-section\"></a>\n</h3>\n<p>The JET Table gets its data from a DataProvider.</p>\n\n<p>Example of data provider content</p>\n<pre class=\"prettyprint\"><code><oj-c-table data=\"[[dataProvider]]\"></oj-c-table></code></pre>\n\n\n<h3 id=\"coming-features-section\">\n Coming Features\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#coming-features-section\"></a>\n</h3>\n\n<p>These features will be available in forthcoming versions</p>\n<ul>\n <li>Sorting</li>\n <li>Column Resizing</li>\n <li>Drag and Drop</li>\n <li>Editing</li>\n <li>Add Row</li>\n <li>Page Scrolling</li>\n <li>First Selected Row</li>\n <li>Sticky Columns</li>\n <li>Edge To Edge Padding</li>\n <li>Tree Data</li>\n <li>Context menu</li>\n <li>Per Row Selectable</li>\n <li>Group By Table</li>\n</ul>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Data Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current cell, move browser focus to the first focusable element in the current cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the cell above the current cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>Focus the cell below the current cell.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Up Arrow</td>\n <td>If multiple row selection is enabled, begin or extend a range selection to include the next row in the given direction without changing the currently focused cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Down Arrow</td>\n <td>If multiple row selection is enabled, begin or extend a range selection to include the next row in the given direction without changing the currently focused cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If row selection is enabled, toggle the selection state of the current row. Additionally, if row actions are enabled, trigger an ojRowAction event. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current cell, move browser focus to the first focusable element in the current cell. Additionally, if row actions are enabled, trigger an ojRowAction event. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first cell in the current row.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last cell in the current row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Header Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current header cell, move browser focus to the first focusable element in the current header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>Focus the cell below the current cell.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the header cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the header cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Left Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Right Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If column selection is enabled and the current column is selectable, toggle the selection state of the current column. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current header cell, move browser focus to the first focusable element in the current header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first header cell.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last header cell.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Footer Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current footer cell, move browser focus to the first focusable element in the current footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the cell above the current cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the footer cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the footer cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Left Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Right Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If column selection is enabled and the current column is selectable, toggle the selection state of the current column. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current footer cell, move browser focus to the first focusable element in the current footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first footer cell.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last footer cell.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"10\" style=\"vertical-align:top;\">No Data Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the no data cell, move browser focus to the first focusable element in the no data cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the first header cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>If footer cells are rendered, focus the first footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the no data cell, move browser focus to the first focusable element in the no data cell. No action otherwise.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"18\" style=\"vertical-align:top;\">Focused Cell Content</td>\n <td>Tab</td>\n <td>Move browser focus to the next focusable element in the table. If that element is already focused, move browser focus to the first focusable element in the table.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to the previous focusable element in the table. If that element is already focused, move browser focus to the last focusable element in the table.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>Restore focus to the current cell.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>Restore focus to the current cell.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>No action.</td>\n </tr>\n\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\n Touch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Data Cell\n </td>\n <td>Tap</td>\n <td>Focus the data cell. Additionally, if row selection is enabled and the current row is selectable, toggle the selection state of the current row. Additionally, if row actions are enabled, trigger an ojRowAction event.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Header Cell\n </td>\n <td>Tap</td>\n <td>Focus the header cell. Additionally, if column selection is enabled and the current column is selectable, toggle the selection state of the current column.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Footer Cell\n </td>\n <td>Tap</td>\n <td>Focus the footer cell. Additionally, if column selection is enabled and the current column is selectable, toggle the selection state of the current column.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n No Data Cell\n </td>\n <td>Tap</td>\n <td>Focus the no data cell.</td>\n </tr>\n </tbody>\n</table>\n\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>The Table implements the grid role for accessibility. This enables the Table to be compatible with the special 'table\nreading' commands that most assistive technologies provide in addition to the standard keyboard interactions described\nin the Keyboard End User Information section above.</p>\n\n<p>An application is required to include contextual information to make the Table accessible for assistive technologies\nby providing one or more the following properties as appropriate:</p>\n\n<ul>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n</ul>\n\n<p>Additionally, an application should specify at least 1 accessible row header per row by providing a value for the\n<code>row.accessible-row-header</code> attribute. The information in the cell(s) specified will be used by assistive technologies\nto convey basic contextual information for the focused row. For example, if a user is arrowing up or down in an 'Amount Due'\ncolumn, having something like '$500' read out does not provide any helpful information as to who or what that amount corresponds\nto. If an 'Account Holder' column is specified as an accessible row header, then something like 'Larry Ellison, $500' would be read\nout instead. Providing this additional row context is essential for creating accessible tables.</p>\n\n<h4>Managing Tab Stops</h4>\n<p>The Table does not manipulate the <code>tabindex</code> attribute of cell contents. For oj-c components specified\nas children of the Table, <code>tabindex</code> management will happen automatically. Otherwise, applications must\nspecifically set the <code>tabindex</code> of tabbable child elements based on the <code>isTabbable</code> property\nof the template context.</p>\n<p>However, there may be cases where applications do not have access to the tabbable elements themselves. For\nexample, a third-party component that does not support JET's new <code>tabindex</code> management. In that case,\napplications can specify the <code>data-oj-manage-tabs</code> attribute on any tabbable elements (or any one of\ntheir ancestors) to ensure the Table remains a single tab stop for accessibility purposes.</p>\n\n<h4>Custom Colors</h4>\n<p>Using colors, including background and text colors, is not accessible if it is the only way information is conveyed.\nLow vision users may not be able to see the different colors, and in high contrast mode the colors are removed.\nThe Redwood approved way to show status is to use a badge.</p>\n\n\n<h3 id=\"data-attributes-section\">\n Custom Data Attributes\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#data-attributes-section\"></a>\n</h3>\n\n<p>Table supports the following custom data attributes.\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>data-oj-as</kbd></td>\n <td><p>Provides an alias for a specific template instance and has the same subproperties as the $current variable.</p>\n <pre class=\"prettyprint\"><code><oj-c-table id=\"table\">\n <template slot=\"cellTemplate\" data-oj-as=\"cell\">\n </template>\n</oj-c-table></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-clickthrough</kbd></td>\n <td><p>Specify on any element inside a cell where you want to control whether the Table should perform actions triggered\n by a click event originating from the element or one of its descendants.</p>\n <p>For example, if you specify this attribute with a value of \"disabled\" on a button inside a cell, the Table\n will not select the row or trigger an action event when a user clicks on the button.</p>\n <pre class=\"prettyprint\"><code><oj-c-table id=\"table\">\n <template slot=\"cellTemplate\">\n <oj-c-button data-oj-clickthrough=\"disabled\"></oj-c-button>\n </template>\n</oj-c-table></code></pre>\n </td>\n </tr>\n <tr>\n <td><kbd>data-oj-manage-tabs</kbd></td>\n <td><p>The Table does not manipulate the <code>tabindex</code> attribute of cell contents. For oj-c elements\n specified as children of the Table, <code>tabindex</code> management will happen automatically. Otherwise,\n applications must specifically set the <code>tabindex</code> of tabbable child elements based on the\n <code>isTabbable</code> property of the template context.</p>\n <p>However, there may be cases where applications do not have access to the tabbable elements themselves. For\n example, a third-party component that does not support JET's new <code>tabindex</code> management. In that case,\n applications can specify the <code>data-oj-manage-tabs</code> attribute on any tabbable elements (or any one\n of their ancestors) to ensure the Table remains a single tab stop for accessibility purposes.</p>\n <pre class=\"prettyprint\"><code><oj-c-table>\n <template slot=\"cellTemplate1\" data-oj-as=\"cell\">\n <a href=\"#\" :tabindex=\"[[cell.isTabbable ? 0 : -1]]\">Link</a>\n </template>\n <template slot=\"cellTemplate2\" data-oj-as=\"cell\">\n <some-tabbable-component data-oj-manage-tabs></some-tabbable-component>\n </template>\n</oj-c-table></code></pre>\n </td>\n </tr>\n </tbody>\n</table>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-table",
|
|
12
|
+
"tagWithBrackets": "<oj-c-table>",
|
|
13
|
+
"domInterface": "CTableElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-table>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "Table",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CTableElement<K extends string | number,D,C extends string> extends JetElement<TableElementSettableProperties<K,D,C>>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CTableElement<K extends string | number,D,C extends string> extends JetElement<TableElementSettableProperties<K,D,C>>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"since": "17.1.0",
|
|
31
|
+
"tsdeprecated": [
|
|
32
|
+
{
|
|
33
|
+
"type": "candidate",
|
|
34
|
+
"since": "17.1.0"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"meta": {
|
|
38
|
+
"filename": "table.tsx",
|
|
39
|
+
"path": "web/components/oj-c/table"
|
|
40
|
+
},
|
|
41
|
+
"ojmodule": "table"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"memberof": "oj-c.Table",
|
|
45
|
+
"id": "oj-c.Table#layout",
|
|
46
|
+
"name": "layout",
|
|
47
|
+
"kind": "member",
|
|
48
|
+
"longname": "oj-c.Table#layout",
|
|
49
|
+
"optional": true,
|
|
50
|
+
"scope": "instance",
|
|
51
|
+
"description": "The column sizing method used for the Table's columns.",
|
|
52
|
+
"meta": {
|
|
53
|
+
"filename": "table.tsx",
|
|
54
|
+
"path": "web/components/oj-c/table"
|
|
55
|
+
},
|
|
56
|
+
"ojvalues": [
|
|
57
|
+
{
|
|
58
|
+
"name": "contents",
|
|
59
|
+
"description": "When specified, the initial column sizes are determined by the contents of the data. Does not require an overall width set on the Table. Can have performance issues when large numbers of columns and/or rows are initially rendered.",
|
|
60
|
+
"displayName": "Contents",
|
|
61
|
+
"type": {
|
|
62
|
+
"names": [
|
|
63
|
+
"string"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "fixed",
|
|
69
|
+
"description": "When specified, the initial column sizes are determined by column weights. Requires an overall width set on the Table (width='100%', width='200rem', etc.) Very performant when rendering large numbers of columns and/or rows.",
|
|
70
|
+
"displayName": "Fixed",
|
|
71
|
+
"type": {
|
|
72
|
+
"names": [
|
|
73
|
+
"string"
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"defaultvalue": "\"contents\"",
|
|
79
|
+
"type": {
|
|
80
|
+
"names": [
|
|
81
|
+
"\"fixed\"",
|
|
82
|
+
"\"contents\""
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"memberof": "oj-c.Table",
|
|
88
|
+
"id": "oj-c.Table#data",
|
|
89
|
+
"name": "data",
|
|
90
|
+
"kind": "member",
|
|
91
|
+
"longname": "oj-c.Table#data",
|
|
92
|
+
"optional": true,
|
|
93
|
+
"scope": "instance",
|
|
94
|
+
"description": "The data provider for Table.",
|
|
95
|
+
"meta": {
|
|
96
|
+
"filename": "table.tsx",
|
|
97
|
+
"path": "web/components/oj-c/table"
|
|
98
|
+
},
|
|
99
|
+
"type": {
|
|
100
|
+
"names": [
|
|
101
|
+
"DataProvider"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"tstype": [
|
|
105
|
+
{
|
|
106
|
+
"target": "Type",
|
|
107
|
+
"value": "DataProvider<K, D>",
|
|
108
|
+
"jsdocOverride": true,
|
|
109
|
+
"module": {
|
|
110
|
+
"DataProvider": "ojdataprovider"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"memberof": "oj-c.Table",
|
|
117
|
+
"id": "oj-c.Table#columns",
|
|
118
|
+
"name": "columns",
|
|
119
|
+
"kind": "member",
|
|
120
|
+
"longname": "oj-c.Table#columns",
|
|
121
|
+
"optional": true,
|
|
122
|
+
"scope": "instance",
|
|
123
|
+
"description": "The set of columns that can be displayed in the Table.\nIf no <code>columns-order</code> is specified, all columns specified will be displayed in\nthe order returned by <code>Object.keys(columns)</code>. Otherwise only the columns specified\nin the <code>columns-order</code> value will be displayed.",
|
|
124
|
+
"meta": {
|
|
125
|
+
"filename": "table.tsx",
|
|
126
|
+
"path": "web/components/oj-c/table"
|
|
127
|
+
},
|
|
128
|
+
"type": {
|
|
129
|
+
"names": [
|
|
130
|
+
"object"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"tstype": [
|
|
134
|
+
{
|
|
135
|
+
"target": "Type",
|
|
136
|
+
"value": "Record<C, oj-c.Table.Column<K, D>>",
|
|
137
|
+
"jsdocOverride": true
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"memberof": "oj-c.Table",
|
|
143
|
+
"id": "oj-c.Table#row",
|
|
144
|
+
"name": "row",
|
|
145
|
+
"kind": "member",
|
|
146
|
+
"longname": "oj-c.Table#row",
|
|
147
|
+
"optional": true,
|
|
148
|
+
"scope": "instance",
|
|
149
|
+
"description": "A subset of attributes for controlling certain behaviors on a per row basis.",
|
|
150
|
+
"meta": {
|
|
151
|
+
"filename": "table.tsx",
|
|
152
|
+
"path": "web/components/oj-c/table"
|
|
153
|
+
},
|
|
154
|
+
"type": {
|
|
155
|
+
"names": [
|
|
156
|
+
"object"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"tstype": [
|
|
160
|
+
{
|
|
161
|
+
"target": "Type",
|
|
162
|
+
"value": "{ accessibleRowHeader?: C | C[] | ((context: oj-c.Table.RowContext<K, D>) => C | C[]); }",
|
|
163
|
+
"jsdocOverride": true
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"memberof": "oj-c.Table",
|
|
169
|
+
"id": "oj-c.Table#horizontalGridVisible",
|
|
170
|
+
"name": "horizontalGridVisible",
|
|
171
|
+
"kind": "member",
|
|
172
|
+
"longname": "oj-c.Table#horizontalGridVisible",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"scope": "instance",
|
|
175
|
+
"description": "Controls the display of the Table's horizontal gridlines.",
|
|
176
|
+
"meta": {
|
|
177
|
+
"filename": "table.tsx",
|
|
178
|
+
"path": "web/components/oj-c/table"
|
|
179
|
+
},
|
|
180
|
+
"ojvalues": [
|
|
181
|
+
{
|
|
182
|
+
"name": "enabled",
|
|
183
|
+
"description": "Display horizontal gridlines",
|
|
184
|
+
"displayName": "Enabled",
|
|
185
|
+
"type": {
|
|
186
|
+
"names": [
|
|
187
|
+
"string"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "disabled",
|
|
193
|
+
"description": "Do not display horizontal gridlines",
|
|
194
|
+
"displayName": "Disabled",
|
|
195
|
+
"type": {
|
|
196
|
+
"names": [
|
|
197
|
+
"string"
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"defaultvalue": "\"enabled\"",
|
|
203
|
+
"type": {
|
|
204
|
+
"names": [
|
|
205
|
+
"\"disabled\"",
|
|
206
|
+
"\"enabled\""
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"memberof": "oj-c.Table",
|
|
212
|
+
"id": "oj-c.Table#verticalGridVisible",
|
|
213
|
+
"name": "verticalGridVisible",
|
|
214
|
+
"kind": "member",
|
|
215
|
+
"longname": "oj-c.Table#verticalGridVisible",
|
|
216
|
+
"optional": true,
|
|
217
|
+
"scope": "instance",
|
|
218
|
+
"description": "Controls the display of the Table's vertical gridlines.",
|
|
219
|
+
"meta": {
|
|
220
|
+
"filename": "table.tsx",
|
|
221
|
+
"path": "web/components/oj-c/table"
|
|
222
|
+
},
|
|
223
|
+
"ojvalues": [
|
|
224
|
+
{
|
|
225
|
+
"name": "enabled",
|
|
226
|
+
"description": "Display vertical gridlines",
|
|
227
|
+
"displayName": "Enabled",
|
|
228
|
+
"type": {
|
|
229
|
+
"names": [
|
|
230
|
+
"string"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "disabled",
|
|
236
|
+
"description": "Do not display vertical gridlines",
|
|
237
|
+
"displayName": "Disabled",
|
|
238
|
+
"type": {
|
|
239
|
+
"names": [
|
|
240
|
+
"string"
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"defaultvalue": "\"disabled\"",
|
|
246
|
+
"type": {
|
|
247
|
+
"names": [
|
|
248
|
+
"\"disabled\"",
|
|
249
|
+
"\"enabled\""
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"memberof": "oj-c.Table",
|
|
255
|
+
"id": "oj-c.Table#selected",
|
|
256
|
+
"name": "selected",
|
|
257
|
+
"kind": "member",
|
|
258
|
+
"longname": "oj-c.Table#selected",
|
|
259
|
+
"optional": true,
|
|
260
|
+
"scope": "instance",
|
|
261
|
+
"ojwriteback": true,
|
|
262
|
+
"description": "The selected rows and/or columns.",
|
|
263
|
+
"meta": {
|
|
264
|
+
"filename": "table.tsx",
|
|
265
|
+
"path": "web/components/oj-c/table"
|
|
266
|
+
},
|
|
267
|
+
"type": {
|
|
268
|
+
"names": [
|
|
269
|
+
"object"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
"tstype": [
|
|
273
|
+
{
|
|
274
|
+
"target": "Type",
|
|
275
|
+
"value": "{ column?: ImmutableKeySet<C>; row?: ImmutableKeySet<K>; }",
|
|
276
|
+
"jsdocOverride": true,
|
|
277
|
+
"module": {
|
|
278
|
+
"ImmutableKeySet": "ojkeyset"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"memberof": "oj-c.Table",
|
|
285
|
+
"id": "oj-c.Table#selectionMode",
|
|
286
|
+
"name": "selectionMode",
|
|
287
|
+
"kind": "member",
|
|
288
|
+
"longname": "oj-c.Table#selectionMode",
|
|
289
|
+
"optional": true,
|
|
290
|
+
"scope": "instance",
|
|
291
|
+
"description": "Specifies whether row and/or column selection gestures are enabled on the Table, and the cardinality\nof each (single/multiple/none). If <code>single</code> or <code>multiple</code> is specified,\nselection gestures will be enabled. Otherwise, selection gestures will be disabled. This attribute\nhas no effect on the Table's selection styling as styling will be applied to any rows and/or columns\nspecified by the <code>selected</code> attribute regardless of the type of selection gestures enabled.\nChanging the value of this attribute will not affect the value of the <code>selected</code> attribute.",
|
|
292
|
+
"meta": {
|
|
293
|
+
"filename": "table.tsx",
|
|
294
|
+
"path": "web/components/oj-c/table"
|
|
295
|
+
},
|
|
296
|
+
"type": {
|
|
297
|
+
"names": [
|
|
298
|
+
"object"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"tstype": [
|
|
302
|
+
{
|
|
303
|
+
"target": "Type",
|
|
304
|
+
"value": "{ column?: 'none' | 'single' | 'multiple'; row?: 'none' | 'single' | 'multiple'; }",
|
|
305
|
+
"jsdocOverride": true
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"memberof": "oj-c.Table",
|
|
311
|
+
"id": "oj-c.Table#selectionMode.column",
|
|
312
|
+
"name": "selectionMode.column",
|
|
313
|
+
"kind": "member",
|
|
314
|
+
"longname": "oj-c.Table#selectionMode.column",
|
|
315
|
+
"optional": true,
|
|
316
|
+
"scope": "instance",
|
|
317
|
+
"description": "Specifies whether column selection gestures are enabled on the Table.",
|
|
318
|
+
"meta": {
|
|
319
|
+
"filename": "table.tsx",
|
|
320
|
+
"path": "web/components/oj-c/table"
|
|
321
|
+
},
|
|
322
|
+
"ojvalues": [
|
|
323
|
+
{
|
|
324
|
+
"name": "none",
|
|
325
|
+
"description": "Column selection gestures are disabled.",
|
|
326
|
+
"displayName": "None",
|
|
327
|
+
"type": {
|
|
328
|
+
"names": [
|
|
329
|
+
"string"
|
|
330
|
+
]
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "single",
|
|
335
|
+
"description": "A maximum of 1 column can be selected via user gestures.",
|
|
336
|
+
"displayName": "Single",
|
|
337
|
+
"type": {
|
|
338
|
+
"names": [
|
|
339
|
+
"string"
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "multiple",
|
|
345
|
+
"description": "Any number of columns can be selected via user gestures.",
|
|
346
|
+
"displayName": "Multiple",
|
|
347
|
+
"type": {
|
|
348
|
+
"names": [
|
|
349
|
+
"string"
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"defaultvalue": "\"none\"",
|
|
355
|
+
"type": {
|
|
356
|
+
"names": [
|
|
357
|
+
"\"none\"",
|
|
358
|
+
"\"multiple\"",
|
|
359
|
+
"\"single\""
|
|
360
|
+
]
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"memberof": "oj-c.Table",
|
|
365
|
+
"id": "oj-c.Table#selectionMode.row",
|
|
366
|
+
"name": "selectionMode.row",
|
|
367
|
+
"kind": "member",
|
|
368
|
+
"longname": "oj-c.Table#selectionMode.row",
|
|
369
|
+
"optional": true,
|
|
370
|
+
"scope": "instance",
|
|
371
|
+
"description": "Specifies whether row selection gestures are enabled on the Table.",
|
|
372
|
+
"meta": {
|
|
373
|
+
"filename": "table.tsx",
|
|
374
|
+
"path": "web/components/oj-c/table"
|
|
375
|
+
},
|
|
376
|
+
"ojvalues": [
|
|
377
|
+
{
|
|
378
|
+
"name": "none",
|
|
379
|
+
"description": "Row selection gestures are disabled.",
|
|
380
|
+
"displayName": "None",
|
|
381
|
+
"type": {
|
|
382
|
+
"names": [
|
|
383
|
+
"string"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "single",
|
|
389
|
+
"description": "A maximum of 1 row can be selected via user gestures.",
|
|
390
|
+
"displayName": "Single",
|
|
391
|
+
"type": {
|
|
392
|
+
"names": [
|
|
393
|
+
"string"
|
|
394
|
+
]
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "multiple",
|
|
399
|
+
"description": "Any number of rows can be selected via user gestures.",
|
|
400
|
+
"displayName": "Multiple",
|
|
401
|
+
"type": {
|
|
402
|
+
"names": [
|
|
403
|
+
"string"
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"defaultvalue": "\"none\"",
|
|
409
|
+
"type": {
|
|
410
|
+
"names": [
|
|
411
|
+
"\"none\"",
|
|
412
|
+
"\"multiple\"",
|
|
413
|
+
"\"single\""
|
|
414
|
+
]
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"memberof": "oj-c.Table",
|
|
419
|
+
"id": "oj-c.Table#selectAllControl",
|
|
420
|
+
"name": "selectAllControl",
|
|
421
|
+
"kind": "member",
|
|
422
|
+
"longname": "oj-c.Table#selectAllControl",
|
|
423
|
+
"optional": true,
|
|
424
|
+
"scope": "instance",
|
|
425
|
+
"description": "Controls the display of the Table's select all control when multiple row selection is enabled.",
|
|
426
|
+
"meta": {
|
|
427
|
+
"filename": "table.tsx",
|
|
428
|
+
"path": "web/components/oj-c/table"
|
|
429
|
+
},
|
|
430
|
+
"ojvalues": [
|
|
431
|
+
{
|
|
432
|
+
"name": "hidden",
|
|
433
|
+
"description": "Do not display the select all control",
|
|
434
|
+
"displayName": "Hidden",
|
|
435
|
+
"type": {
|
|
436
|
+
"names": [
|
|
437
|
+
"string"
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "visible",
|
|
443
|
+
"description": "Display the select all control",
|
|
444
|
+
"displayName": "Visible",
|
|
445
|
+
"type": {
|
|
446
|
+
"names": [
|
|
447
|
+
"string"
|
|
448
|
+
]
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"defaultvalue": "\"visible\"",
|
|
453
|
+
"type": {
|
|
454
|
+
"names": [
|
|
455
|
+
"\"hidden\"",
|
|
456
|
+
"\"visible\""
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"memberof": "oj-c.Table",
|
|
462
|
+
"id": "oj-c.Table#columnOrder",
|
|
463
|
+
"name": "columnOrder",
|
|
464
|
+
"kind": "member",
|
|
465
|
+
"longname": "oj-c.Table#columnOrder",
|
|
466
|
+
"optional": true,
|
|
467
|
+
"scope": "instance",
|
|
468
|
+
"ojwriteback": true,
|
|
469
|
+
"description": "Controls the displayed columns and their order.\nAn array of column keys that represents the displayed columns and the order to display them in.\nIf not set, all columns will be displayed in the order returned by <code>Object.keys(columns)</code>.",
|
|
470
|
+
"meta": {
|
|
471
|
+
"filename": "table.tsx",
|
|
472
|
+
"path": "web/components/oj-c/table"
|
|
473
|
+
},
|
|
474
|
+
"type": {
|
|
475
|
+
"names": [
|
|
476
|
+
"Array<string>"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"tstype": [
|
|
480
|
+
{
|
|
481
|
+
"target": "Type",
|
|
482
|
+
"value": "Array<C>",
|
|
483
|
+
"jsdocOverride": true
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"memberof": "oj-c.Table",
|
|
489
|
+
"id": "oj-c.Table#currentCellOverride",
|
|
490
|
+
"name": "currentCellOverride",
|
|
491
|
+
"kind": "member",
|
|
492
|
+
"longname": "oj-c.Table#currentCellOverride",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"scope": "instance",
|
|
495
|
+
"description": "The cell override to apply to the current cell of the Table.\nIn order for this property to be honored, a new object instance must be set.\nAny or all aspects of a valid <code>DataCell</code>, <code>HeaderCell</code>, or\n<code>FooterCell</code> can be overridden. For instance, if the current cell is a data cell\nin the third row and second column, providing an override with only <code>type: 'header'</code>\nwill result in the second column's header cell becoming current. Providing an override with only\n<code>columnKey: [fourth column key]</code> instead will result in the data cell in the third\nrow and fourth column becoming current.",
|
|
496
|
+
"meta": {
|
|
497
|
+
"filename": "table.tsx",
|
|
498
|
+
"path": "web/components/oj-c/table"
|
|
499
|
+
},
|
|
500
|
+
"type": {
|
|
501
|
+
"names": [
|
|
502
|
+
"object"
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"tstype": [
|
|
506
|
+
{
|
|
507
|
+
"target": "Type",
|
|
508
|
+
"value": "oj-c.Table.NoDataCell|oj-c.Table.DataCellRowOverride<K, C>|oj-c.Table.DataCellColumnOverride<K, C>|oj-c.Table.DataCellTypeOverride<K, C>|oj-c.Table.HeaderCellColumnOverride<C>|oj-c.Table.HeaderCellTypeOverride<C>|oj-c.Table.FooterCellColumnOverride<C>|oj-c.Table.FooterCellTypeOverride<C>",
|
|
509
|
+
"jsdocOverride": true
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"memberof": "oj-c.Table",
|
|
515
|
+
"id": "oj-c.Table#currentCell",
|
|
516
|
+
"name": "currentCell",
|
|
517
|
+
"kind": "member",
|
|
518
|
+
"longname": "oj-c.Table#currentCell",
|
|
519
|
+
"optional": true,
|
|
520
|
+
"scope": "instance",
|
|
521
|
+
"ojwriteback": true,
|
|
522
|
+
"readonly": true,
|
|
523
|
+
"description": "The cell currently being used as the target for keyboard gestures made on the Table.\nThis value will be updated as a user interacts with the Table. It will not be updated due to\nthe Table losing browser focus alone, but may be updated due to the Table receiving browser focus.\nThe current cell can be programatically updated by providing a new value for the\n<code>current-cell-override</code> attribute.",
|
|
524
|
+
"meta": {
|
|
525
|
+
"filename": "table.tsx",
|
|
526
|
+
"path": "web/components/oj-c/table"
|
|
527
|
+
},
|
|
528
|
+
"type": {
|
|
529
|
+
"names": [
|
|
530
|
+
"object"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
"tstype": [
|
|
534
|
+
{
|
|
535
|
+
"target": "Type",
|
|
536
|
+
"value": "oj-c.Table.NoDataCell|oj-c.Table.DataCell<K, C>|oj-c.Table.HeaderCell<C>|oj-c.Table.FooterCell<C>",
|
|
537
|
+
"jsdocOverride": true
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"memberof": "oj-c.Table",
|
|
543
|
+
"id": "oj-c.Table#columnWidths",
|
|
544
|
+
"name": "columnWidths",
|
|
545
|
+
"kind": "member",
|
|
546
|
+
"longname": "oj-c.Table#columnWidths",
|
|
547
|
+
"optional": true,
|
|
548
|
+
"scope": "instance",
|
|
549
|
+
"ojwriteback": true,
|
|
550
|
+
"description": "The desired widths of the specified table columns.\nA record mapping columns keys to numbers representing pixel widths for each column.\nValues should only be provided when a specific width is desired for a column as values provided\nwill override the Table's normal column sizing calculations. Applications should avoid setting\nwidths for every column in most cases as doing so will likely result in a non-responsive layout.",
|
|
551
|
+
"meta": {
|
|
552
|
+
"filename": "table.tsx",
|
|
553
|
+
"path": "web/components/oj-c/table"
|
|
554
|
+
},
|
|
555
|
+
"type": {
|
|
556
|
+
"names": [
|
|
557
|
+
"object"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
"tstype": [
|
|
561
|
+
{
|
|
562
|
+
"target": "Type",
|
|
563
|
+
"value": "Record<C, number>",
|
|
564
|
+
"jsdocOverride": true
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"memberof": "oj-c.Table",
|
|
570
|
+
"id": "oj-c.Table#scrollPolicyOptions",
|
|
571
|
+
"name": "scrollPolicyOptions",
|
|
572
|
+
"kind": "member",
|
|
573
|
+
"longname": "oj-c.Table#scrollPolicyOptions",
|
|
574
|
+
"optional": true,
|
|
575
|
+
"scope": "instance",
|
|
576
|
+
"description": "Options related to the Table's fetching and scrolling behaviors.",
|
|
577
|
+
"meta": {
|
|
578
|
+
"filename": "table.tsx",
|
|
579
|
+
"path": "web/components/oj-c/table"
|
|
580
|
+
},
|
|
581
|
+
"type": {
|
|
582
|
+
"names": [
|
|
583
|
+
"object"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"tstype": [
|
|
587
|
+
{
|
|
588
|
+
"target": "Type",
|
|
589
|
+
"value": "{ fetchSize?: number; }",
|
|
590
|
+
"jsdocOverride": true
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"memberof": "oj-c.Table",
|
|
596
|
+
"id": "oj-c.Table#scrollPolicyOptions.fetchSize",
|
|
597
|
+
"name": "scrollPolicyOptions.fetchSize",
|
|
598
|
+
"kind": "member",
|
|
599
|
+
"longname": "oj-c.Table#scrollPolicyOptions.fetchSize",
|
|
600
|
+
"optional": true,
|
|
601
|
+
"scope": "instance",
|
|
602
|
+
"description": "The number of records the Table will request during each data fetch.",
|
|
603
|
+
"meta": {
|
|
604
|
+
"filename": "table.tsx",
|
|
605
|
+
"path": "web/components/oj-c/table"
|
|
606
|
+
},
|
|
607
|
+
"defaultvalue": 25,
|
|
608
|
+
"type": {
|
|
609
|
+
"names": [
|
|
610
|
+
"number"
|
|
611
|
+
]
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"memberof": "oj-c.Table",
|
|
616
|
+
"id": "oj-c.Table#setProperty",
|
|
617
|
+
"name": "setProperty",
|
|
618
|
+
"kind": "function",
|
|
619
|
+
"longname": "oj-c.Table#setProperty",
|
|
620
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
621
|
+
"meta": {
|
|
622
|
+
"filename": "table.tsx",
|
|
623
|
+
"path": "web/components/oj-c/table"
|
|
624
|
+
},
|
|
625
|
+
"scope": "instance",
|
|
626
|
+
"params": [
|
|
627
|
+
{
|
|
628
|
+
"name": "property",
|
|
629
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
630
|
+
"type": "string"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "value",
|
|
634
|
+
"description": "The new value to set the property to.",
|
|
635
|
+
"type": "any"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"returns": [
|
|
639
|
+
{
|
|
640
|
+
"type": {
|
|
641
|
+
"names": [
|
|
642
|
+
"void"
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
]
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"memberof": "oj-c.Table",
|
|
650
|
+
"id": "oj-c.Table#getProperty",
|
|
651
|
+
"name": "getProperty",
|
|
652
|
+
"kind": "function",
|
|
653
|
+
"longname": "oj-c.Table#getProperty",
|
|
654
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
655
|
+
"meta": {
|
|
656
|
+
"filename": "table.tsx",
|
|
657
|
+
"path": "web/components/oj-c/table"
|
|
658
|
+
},
|
|
659
|
+
"scope": "instance",
|
|
660
|
+
"params": [
|
|
661
|
+
{
|
|
662
|
+
"name": "property",
|
|
663
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
664
|
+
"type": "string"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"returns": [
|
|
668
|
+
{
|
|
669
|
+
"type": {
|
|
670
|
+
"names": [
|
|
671
|
+
"any"
|
|
672
|
+
]
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"memberof": "oj-c.Table",
|
|
679
|
+
"id": "oj-c.Table#setProperties",
|
|
680
|
+
"name": "setProperties",
|
|
681
|
+
"kind": "function",
|
|
682
|
+
"longname": "oj-c.Table#setProperties",
|
|
683
|
+
"description": "Performs a batch set of properties.",
|
|
684
|
+
"meta": {
|
|
685
|
+
"filename": "table.tsx",
|
|
686
|
+
"path": "web/components/oj-c/table"
|
|
687
|
+
},
|
|
688
|
+
"scope": "instance",
|
|
689
|
+
"params": [
|
|
690
|
+
{
|
|
691
|
+
"name": "properties",
|
|
692
|
+
"description": "An object containing the property and value pairs to set.",
|
|
693
|
+
"type": "object"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"returns": [
|
|
697
|
+
{
|
|
698
|
+
"type": {
|
|
699
|
+
"names": [
|
|
700
|
+
"void"
|
|
701
|
+
]
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"memberof": "oj-c.Table",
|
|
708
|
+
"id": "oj-c.Table#event:ojRowAction",
|
|
709
|
+
"name": "ojRowAction",
|
|
710
|
+
"kind": "event",
|
|
711
|
+
"longname": "oj-c.Table#event:ojRowAction",
|
|
712
|
+
"description": "Triggered when a user performs an action gesture on a row.\nAction gestures include when a user clicks (or taps) anywhere in a data cell, or presses the enter or space keys while a data cell or its content has browser focus.",
|
|
713
|
+
"meta": {
|
|
714
|
+
"filename": "table.tsx",
|
|
715
|
+
"path": "web/components/oj-c/table"
|
|
716
|
+
},
|
|
717
|
+
"scope": "instance",
|
|
718
|
+
"properties": [
|
|
719
|
+
{
|
|
720
|
+
"name": "context",
|
|
721
|
+
"description": "Row context",
|
|
722
|
+
"optional": false,
|
|
723
|
+
"type": {
|
|
724
|
+
"names": [
|
|
725
|
+
"object"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"tstype": [
|
|
729
|
+
{
|
|
730
|
+
"target": "Type",
|
|
731
|
+
"value": "oj-c.Table.RowContext<K, D>",
|
|
732
|
+
"jsdocOverride": true,
|
|
733
|
+
"for": "context"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
736
|
+
}
|
|
737
|
+
]
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"memberof": "oj-c.Table",
|
|
741
|
+
"id": "oj-c.Table#cellTemplate",
|
|
742
|
+
"name": "cellTemplate",
|
|
743
|
+
"kind": "member",
|
|
744
|
+
"longname": "oj-c.Table#cellTemplate",
|
|
745
|
+
"description": "The template for rendering each data cell in the table.\nWhen a column.template is specified that will take precedence over this template.\nThe slot content must be a template element.\nThe content of the template should not include the td element, only its contents.\nThe template has access to the context CellTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
746
|
+
"meta": {
|
|
747
|
+
"filename": "table.tsx",
|
|
748
|
+
"path": "web/components/oj-c/table"
|
|
749
|
+
},
|
|
750
|
+
"scope": "instance",
|
|
751
|
+
"ojchild": false,
|
|
752
|
+
"ojslot": true,
|
|
753
|
+
"properties": [
|
|
754
|
+
{
|
|
755
|
+
"name": "columnKey",
|
|
756
|
+
"description": "Column key",
|
|
757
|
+
"optional": false,
|
|
758
|
+
"type": {
|
|
759
|
+
"names": [
|
|
760
|
+
"any"
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
"tstype": [
|
|
764
|
+
{
|
|
765
|
+
"target": "Type",
|
|
766
|
+
"value": "C",
|
|
767
|
+
"jsdocOverride": true,
|
|
768
|
+
"for": "columnKey"
|
|
769
|
+
}
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "item",
|
|
774
|
+
"description": "Row item containing data and metadata",
|
|
775
|
+
"optional": false,
|
|
776
|
+
"type": {
|
|
777
|
+
"names": [
|
|
778
|
+
"object"
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
"tstype": [
|
|
782
|
+
{
|
|
783
|
+
"target": "Type",
|
|
784
|
+
"value": "Item<K, D>",
|
|
785
|
+
"jsdocOverride": true,
|
|
786
|
+
"for": "item",
|
|
787
|
+
"module": {
|
|
788
|
+
"Item": "ojdataprovider"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
]
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "data",
|
|
795
|
+
"description": "Data for the cell, derived from the column.field property",
|
|
796
|
+
"optional": true,
|
|
797
|
+
"type": {
|
|
798
|
+
"names": [
|
|
799
|
+
"any"
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
"tstype": [
|
|
803
|
+
{
|
|
804
|
+
"target": "Type",
|
|
805
|
+
"value": "D[keyof D]",
|
|
806
|
+
"jsdocOverride": true,
|
|
807
|
+
"for": "data"
|
|
808
|
+
}
|
|
809
|
+
]
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "isTabbable",
|
|
813
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
814
|
+
"optional": false,
|
|
815
|
+
"type": {
|
|
816
|
+
"names": [
|
|
817
|
+
"boolean"
|
|
818
|
+
]
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"memberof": "oj-c.Table",
|
|
825
|
+
"id": "oj-c.Table#headerTemplate",
|
|
826
|
+
"name": "headerTemplate",
|
|
827
|
+
"kind": "member",
|
|
828
|
+
"longname": "oj-c.Table#headerTemplate",
|
|
829
|
+
"description": "The template for rendering each header cell in the table.\nWhen a column.headerTemplate is specified that will take precedence over this template.\nThe slot content must be a template element.\nThe content of the template should not include the th element, only its contents.\nThe template has access to the context HeaderTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
830
|
+
"meta": {
|
|
831
|
+
"filename": "table.tsx",
|
|
832
|
+
"path": "web/components/oj-c/table"
|
|
833
|
+
},
|
|
834
|
+
"scope": "instance",
|
|
835
|
+
"ojchild": false,
|
|
836
|
+
"ojslot": true,
|
|
837
|
+
"properties": [
|
|
838
|
+
{
|
|
839
|
+
"name": "key",
|
|
840
|
+
"description": "Column key",
|
|
841
|
+
"optional": false,
|
|
842
|
+
"type": {
|
|
843
|
+
"names": [
|
|
844
|
+
"any"
|
|
845
|
+
]
|
|
846
|
+
},
|
|
847
|
+
"tstype": [
|
|
848
|
+
{
|
|
849
|
+
"target": "Type",
|
|
850
|
+
"value": "C",
|
|
851
|
+
"jsdocOverride": true,
|
|
852
|
+
"for": "key"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "headerText",
|
|
858
|
+
"description": "Column header text",
|
|
859
|
+
"optional": true,
|
|
860
|
+
"type": {
|
|
861
|
+
"names": [
|
|
862
|
+
"string"
|
|
863
|
+
]
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "isTabbable",
|
|
868
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
869
|
+
"optional": false,
|
|
870
|
+
"type": {
|
|
871
|
+
"names": [
|
|
872
|
+
"boolean"
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"memberof": "oj-c.Table",
|
|
880
|
+
"id": "oj-c.Table#footerTemplate",
|
|
881
|
+
"name": "footerTemplate",
|
|
882
|
+
"kind": "member",
|
|
883
|
+
"longname": "oj-c.Table#footerTemplate",
|
|
884
|
+
"description": "The template for rendering each footer cell in the table.\nWhen a column.footerTemplate is specified that will take precedence over this template.\nThe slot content must be a template element.\nThe content of the template should not include the td element, only its contents.\nThe template has access to the context FooterTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
885
|
+
"meta": {
|
|
886
|
+
"filename": "table.tsx",
|
|
887
|
+
"path": "web/components/oj-c/table"
|
|
888
|
+
},
|
|
889
|
+
"scope": "instance",
|
|
890
|
+
"ojchild": false,
|
|
891
|
+
"ojslot": true,
|
|
892
|
+
"properties": [
|
|
893
|
+
{
|
|
894
|
+
"name": "key",
|
|
895
|
+
"description": "Column key",
|
|
896
|
+
"optional": false,
|
|
897
|
+
"type": {
|
|
898
|
+
"names": [
|
|
899
|
+
"any"
|
|
900
|
+
]
|
|
901
|
+
},
|
|
902
|
+
"tstype": [
|
|
903
|
+
{
|
|
904
|
+
"target": "Type",
|
|
905
|
+
"value": "C",
|
|
906
|
+
"jsdocOverride": true,
|
|
907
|
+
"for": "key"
|
|
908
|
+
}
|
|
909
|
+
]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "footerText",
|
|
913
|
+
"description": "Column footer text",
|
|
914
|
+
"optional": true,
|
|
915
|
+
"type": {
|
|
916
|
+
"names": [
|
|
917
|
+
"string"
|
|
918
|
+
]
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "isTabbable",
|
|
923
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
924
|
+
"optional": false,
|
|
925
|
+
"type": {
|
|
926
|
+
"names": [
|
|
927
|
+
"boolean"
|
|
928
|
+
]
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"memberof": "oj-c.Table",
|
|
935
|
+
"id": "oj-c.Table#noData",
|
|
936
|
+
"name": "noData",
|
|
937
|
+
"kind": "member",
|
|
938
|
+
"longname": "oj-c.Table#noData",
|
|
939
|
+
"description": "The template for rendering content when the table has an empty data set.\nThe slot content must be a template element.\nIf not specified then a default no data message will be displayed.",
|
|
940
|
+
"meta": {
|
|
941
|
+
"filename": "table.tsx",
|
|
942
|
+
"path": "web/components/oj-c/table"
|
|
943
|
+
},
|
|
944
|
+
"scope": "instance",
|
|
945
|
+
"ojchild": false,
|
|
946
|
+
"ojslot": true,
|
|
947
|
+
"properties": [
|
|
948
|
+
{
|
|
949
|
+
"name": "isTabbable",
|
|
950
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
951
|
+
"optional": false,
|
|
952
|
+
"type": {
|
|
953
|
+
"names": [
|
|
954
|
+
"boolean"
|
|
955
|
+
]
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"memberof": "oj-c.Table",
|
|
962
|
+
"dynamicSlot": true,
|
|
963
|
+
"id": "oj-c.Table#DynamicSlots.CellTemplateContext",
|
|
964
|
+
"name": "DynamicSlots.CellTemplateContext",
|
|
965
|
+
"kind": "member",
|
|
966
|
+
"longname": "oj-c.Table#DynamicSlots.CellTemplateContext",
|
|
967
|
+
"description": "Context passed into the cell template specified in the <code>column.template</code> property. \n <p><span style=\"font-weight: bold\">Note:</span> For additional information see .</p>",
|
|
968
|
+
"meta": {
|
|
969
|
+
"filename": "table.tsx",
|
|
970
|
+
"path": "web/components/oj-c/table"
|
|
971
|
+
},
|
|
972
|
+
"scope": "instance",
|
|
973
|
+
"ojchild": false,
|
|
974
|
+
"ojslot": true,
|
|
975
|
+
"ojtemplateslotprops": "CellTemplateContext",
|
|
976
|
+
"properties": [
|
|
977
|
+
{
|
|
978
|
+
"name": "columnKey",
|
|
979
|
+
"description": "Column key",
|
|
980
|
+
"optional": false,
|
|
981
|
+
"type": {
|
|
982
|
+
"names": [
|
|
983
|
+
"any"
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"tstype": [
|
|
987
|
+
{
|
|
988
|
+
"target": "Type",
|
|
989
|
+
"value": "C",
|
|
990
|
+
"jsdocOverride": true,
|
|
991
|
+
"for": "columnKey"
|
|
992
|
+
}
|
|
993
|
+
]
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "item",
|
|
997
|
+
"description": "Row item containing data and metadata",
|
|
998
|
+
"optional": false,
|
|
999
|
+
"type": {
|
|
1000
|
+
"names": [
|
|
1001
|
+
"object"
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
"tstype": [
|
|
1005
|
+
{
|
|
1006
|
+
"target": "Type",
|
|
1007
|
+
"value": "Item<K, D>",
|
|
1008
|
+
"jsdocOverride": true,
|
|
1009
|
+
"for": "item",
|
|
1010
|
+
"module": {
|
|
1011
|
+
"Item": "ojdataprovider"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
]
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "data",
|
|
1018
|
+
"description": "Data for the cell, derived from the column.field property",
|
|
1019
|
+
"optional": true,
|
|
1020
|
+
"type": {
|
|
1021
|
+
"names": [
|
|
1022
|
+
"any"
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
"tstype": [
|
|
1026
|
+
{
|
|
1027
|
+
"target": "Type",
|
|
1028
|
+
"value": "D[keyof D]",
|
|
1029
|
+
"jsdocOverride": true,
|
|
1030
|
+
"for": "data"
|
|
1031
|
+
}
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "isTabbable",
|
|
1036
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
1037
|
+
"optional": false,
|
|
1038
|
+
"type": {
|
|
1039
|
+
"names": [
|
|
1040
|
+
"boolean"
|
|
1041
|
+
]
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
]
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"memberof": "oj-c.Table",
|
|
1048
|
+
"dynamicSlot": true,
|
|
1049
|
+
"id": "oj-c.Table#DynamicSlots.HeaderTemplateContext",
|
|
1050
|
+
"name": "DynamicSlots.HeaderTemplateContext",
|
|
1051
|
+
"kind": "member",
|
|
1052
|
+
"longname": "oj-c.Table#DynamicSlots.HeaderTemplateContext",
|
|
1053
|
+
"description": "Context passed into the header template specified in the <code>column.headerTemplate</code> property. \n <p><span style=\"font-weight: bold\">Note:</span> For additional information see .</p>",
|
|
1054
|
+
"meta": {
|
|
1055
|
+
"filename": "table.tsx",
|
|
1056
|
+
"path": "web/components/oj-c/table"
|
|
1057
|
+
},
|
|
1058
|
+
"scope": "instance",
|
|
1059
|
+
"ojchild": false,
|
|
1060
|
+
"ojslot": true,
|
|
1061
|
+
"ojtemplateslotprops": "HeaderTemplateContext",
|
|
1062
|
+
"properties": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "key",
|
|
1065
|
+
"description": "Column key",
|
|
1066
|
+
"optional": false,
|
|
1067
|
+
"type": {
|
|
1068
|
+
"names": [
|
|
1069
|
+
"any"
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
"tstype": [
|
|
1073
|
+
{
|
|
1074
|
+
"target": "Type",
|
|
1075
|
+
"value": "C",
|
|
1076
|
+
"jsdocOverride": true,
|
|
1077
|
+
"for": "key"
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "headerText",
|
|
1083
|
+
"description": "Column header text",
|
|
1084
|
+
"optional": true,
|
|
1085
|
+
"type": {
|
|
1086
|
+
"names": [
|
|
1087
|
+
"string"
|
|
1088
|
+
]
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "isTabbable",
|
|
1093
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
1094
|
+
"optional": false,
|
|
1095
|
+
"type": {
|
|
1096
|
+
"names": [
|
|
1097
|
+
"boolean"
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"memberof": "oj-c.Table",
|
|
1105
|
+
"dynamicSlot": true,
|
|
1106
|
+
"id": "oj-c.Table#DynamicSlots.FooterTemplateContext",
|
|
1107
|
+
"name": "DynamicSlots.FooterTemplateContext",
|
|
1108
|
+
"kind": "member",
|
|
1109
|
+
"longname": "oj-c.Table#DynamicSlots.FooterTemplateContext",
|
|
1110
|
+
"description": "Context passed into the footer template specified in the <code>column.footerTemplate</code> property. \n <p><span style=\"font-weight: bold\">Note:</span> For additional information see .</p>",
|
|
1111
|
+
"meta": {
|
|
1112
|
+
"filename": "table.tsx",
|
|
1113
|
+
"path": "web/components/oj-c/table"
|
|
1114
|
+
},
|
|
1115
|
+
"scope": "instance",
|
|
1116
|
+
"ojchild": false,
|
|
1117
|
+
"ojslot": true,
|
|
1118
|
+
"ojtemplateslotprops": "FooterTemplateContext",
|
|
1119
|
+
"properties": [
|
|
1120
|
+
{
|
|
1121
|
+
"name": "key",
|
|
1122
|
+
"description": "Column key",
|
|
1123
|
+
"optional": false,
|
|
1124
|
+
"type": {
|
|
1125
|
+
"names": [
|
|
1126
|
+
"any"
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
1129
|
+
"tstype": [
|
|
1130
|
+
{
|
|
1131
|
+
"target": "Type",
|
|
1132
|
+
"value": "C",
|
|
1133
|
+
"jsdocOverride": true,
|
|
1134
|
+
"for": "key"
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "footerText",
|
|
1140
|
+
"description": "Column footer text",
|
|
1141
|
+
"optional": true,
|
|
1142
|
+
"type": {
|
|
1143
|
+
"names": [
|
|
1144
|
+
"string"
|
|
1145
|
+
]
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "isTabbable",
|
|
1150
|
+
"description": "Whether the cell is in tabbable mode or not.",
|
|
1151
|
+
"optional": false,
|
|
1152
|
+
"type": {
|
|
1153
|
+
"names": [
|
|
1154
|
+
"boolean"
|
|
1155
|
+
]
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"id": "oj-c.Table.touchDoc",
|
|
1162
|
+
"name": "touchDoc",
|
|
1163
|
+
"kind": "member",
|
|
1164
|
+
"longname": "oj-c.Table.touchDoc",
|
|
1165
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Data Cell\n </td>\n <td>Tap</td>\n <td>Focus the data cell. Additionally, if row selection is enabled and the current row is selectable, toggle the selection state of the current row. Additionally, if row actions are enabled, trigger an ojRowAction event.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Header Cell\n </td>\n <td>Tap</td>\n <td>Focus the header cell. Additionally, if column selection is enabled and the current column is selectable, toggle the selection state of the current column.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n Footer Cell\n </td>\n <td>Tap</td>\n <td>Focus the footer cell. Additionally, if column selection is enabled and the current column is selectable, toggle the selection state of the current column.</td>\n </tr>\n <tr>\n <td rowspan=\"1\" style=\"vertical-align:top;\">\n No Data Cell\n </td>\n <td>Tap</td>\n <td>Focus the no data cell.</td>\n </tr>\n </tbody>\n</table>",
|
|
1166
|
+
"memberof": "oj-c.Table",
|
|
1167
|
+
"meta": {
|
|
1168
|
+
"filename": "table.tsx",
|
|
1169
|
+
"path": "web/components/oj-c/table"
|
|
1170
|
+
},
|
|
1171
|
+
"ojfragment": true
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "oj-c.Table.keyboardDoc",
|
|
1175
|
+
"name": "keyboardDoc",
|
|
1176
|
+
"kind": "member",
|
|
1177
|
+
"longname": "oj-c.Table.keyboardDoc",
|
|
1178
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Data Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current cell, move browser focus to the first focusable element in the current cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the cell above the current cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>Focus the cell below the current cell.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Up Arrow</td>\n <td>If multiple row selection is enabled, begin or extend a range selection to include the next row in the given direction without changing the currently focused cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Down Arrow</td>\n <td>If multiple row selection is enabled, begin or extend a range selection to include the next row in the given direction without changing the currently focused cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If row selection is enabled, toggle the selection state of the current row. Additionally, if row actions are enabled, trigger an ojRowAction event. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current cell, move browser focus to the first focusable element in the current cell. Additionally, if row actions are enabled, trigger an ojRowAction event. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first cell in the current row.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last cell in the current row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Header Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current header cell, move browser focus to the first focusable element in the current header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>Focus the cell below the current cell.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the header cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the header cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Left Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Right Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If column selection is enabled and the current column is selectable, toggle the selection state of the current column. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current header cell, move browser focus to the first focusable element in the current header cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first header cell.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last header cell.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"16\" style=\"vertical-align:top;\">Footer Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the current footer cell, move browser focus to the first focusable element in the current footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the cell above the current cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>Focus the footer cell to the left of the current cell.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>Focus the footer cell to the right of the current cell.</td>\n </tr>\n <tr>\n <td>Shift + Left Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Shift + Right Arrow</td>\n <td>If multiple column selection is enabled, begin or extend a range selection to include the next column in the given direction without changing the currently focused footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>If column selection is enabled and the current column is selectable, toggle the selection state of the current column. No action otherwise.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the current footer cell, move browser focus to the first focusable element in the current footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Home</td>\n <td>Focus the first footer cell.</td>\n </tr>\n <tr>\n <td>End</td>\n <td>Focus the last footer cell.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + Home</td>\n <td>Focus the first cell in the first row.</td>\n </tr>\n <tr>\n <td>Ctrl/Cmd + End</td>\n <td>Focus the last cell in the last available row.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"10\" style=\"vertical-align:top;\">No Data Cell</td>\n <td>Tab</td>\n <td>Move browser focus to next tab stop on the page.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to previous tab stop on the page.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>If there is focusable content in the no data cell, move browser focus to the first focusable element in the no data cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Up Arrow</td>\n <td>Focus the first header cell.</td>\n </tr>\n <tr>\n <td>Down Arrow</td>\n <td>If footer cells are rendered, focus the first footer cell. No action otherwise.</td>\n </tr>\n <tr>\n <td>Left Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Right Arrow</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>If there is focusable content in the no data cell, move browser focus to the first focusable element in the no data cell. No action otherwise.</td>\n </tr>\n\n\n <tr>\n <td rowspan=\"18\" style=\"vertical-align:top;\">Focused Cell Content</td>\n <td>Tab</td>\n <td>Move browser focus to the next focusable element in the table. If that element is already focused, move browser focus to the first focusable element in the table.</td>\n </tr>\n <tr>\n <td>Shift + Tab</td>\n <td>Move browser focus to the previous focusable element in the table. If that element is already focused, move browser focus to the last focusable element in the table.</td>\n </tr>\n <tr>\n <td>F2</td>\n <td>Restore focus to the current cell.</td>\n </tr>\n <tr>\n <td>Esc</td>\n <td>Restore focus to the current cell.</td>\n </tr>\n <tr>\n <td>Space</td>\n <td>No action.</td>\n </tr>\n <tr>\n <td>Enter</td>\n <td>No action.</td>\n </tr>\n\n </tbody>\n</table>",
|
|
1179
|
+
"memberof": "oj-c.Table",
|
|
1180
|
+
"meta": {
|
|
1181
|
+
"filename": "table.tsx",
|
|
1182
|
+
"path": "web/components/oj-c/table"
|
|
1183
|
+
},
|
|
1184
|
+
"ojfragment": true
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"memberof": "oj-c.Table",
|
|
1188
|
+
"id": "oj-c.Table.CellPadding",
|
|
1189
|
+
"name": "CellPadding",
|
|
1190
|
+
"kind": "typedef",
|
|
1191
|
+
"longname": "oj-c.Table.CellPadding",
|
|
1192
|
+
"scope": "static",
|
|
1193
|
+
"description": "Specifies whether padding is enabled or disabled on specific sides of a cell.",
|
|
1194
|
+
"type": {
|
|
1195
|
+
"names": [
|
|
1196
|
+
"Object"
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
"meta": {
|
|
1200
|
+
"filename": "table.tsx",
|
|
1201
|
+
"path": "web/components/oj-c/table"
|
|
1202
|
+
},
|
|
1203
|
+
"properties": [
|
|
1204
|
+
{
|
|
1205
|
+
"name": "bottom",
|
|
1206
|
+
"description": "Specifies whether bottom padding is enabled or disabled.",
|
|
1207
|
+
"optional": true,
|
|
1208
|
+
"type": {
|
|
1209
|
+
"names": [
|
|
1210
|
+
"\"disabled\"",
|
|
1211
|
+
"\"enabled\""
|
|
1212
|
+
]
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "end",
|
|
1217
|
+
"description": "Specifies whether end padding (right in ltr locales, left in rtl locales) is enabled or disabled.",
|
|
1218
|
+
"optional": true,
|
|
1219
|
+
"type": {
|
|
1220
|
+
"names": [
|
|
1221
|
+
"\"disabled\"",
|
|
1222
|
+
"\"enabled\""
|
|
1223
|
+
]
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "start",
|
|
1228
|
+
"description": "Specifies whether start padding (left in ltr locales, right in rtl locales) is enabled or disabled.",
|
|
1229
|
+
"optional": true,
|
|
1230
|
+
"type": {
|
|
1231
|
+
"names": [
|
|
1232
|
+
"\"disabled\"",
|
|
1233
|
+
"\"enabled\""
|
|
1234
|
+
]
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "top",
|
|
1239
|
+
"description": "Specifies whether top padding is enabled or disabled.",
|
|
1240
|
+
"optional": true,
|
|
1241
|
+
"type": {
|
|
1242
|
+
"names": [
|
|
1243
|
+
"\"disabled\"",
|
|
1244
|
+
"\"enabled\""
|
|
1245
|
+
]
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"memberof": "oj-c.Table",
|
|
1252
|
+
"id": "oj-c.Table.Column",
|
|
1253
|
+
"name": "Column",
|
|
1254
|
+
"kind": "typedef",
|
|
1255
|
+
"longname": "oj-c.Table.Column",
|
|
1256
|
+
"scope": "static",
|
|
1257
|
+
"description": "Specifies the properties of a column.",
|
|
1258
|
+
"tsgenerictype": {
|
|
1259
|
+
"target": "Type",
|
|
1260
|
+
"value": "<K,D>",
|
|
1261
|
+
"for": "genericTypeParameters"
|
|
1262
|
+
},
|
|
1263
|
+
"type": {
|
|
1264
|
+
"names": [
|
|
1265
|
+
"Object"
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1268
|
+
"meta": {
|
|
1269
|
+
"filename": "table.tsx",
|
|
1270
|
+
"path": "web/components/oj-c/table"
|
|
1271
|
+
},
|
|
1272
|
+
"properties": [
|
|
1273
|
+
{
|
|
1274
|
+
"name": "field",
|
|
1275
|
+
"description": "Specifies the field attribute of the row item data that is mapped to the column.",
|
|
1276
|
+
"optional": true,
|
|
1277
|
+
"type": {
|
|
1278
|
+
"names": [
|
|
1279
|
+
"string|number"
|
|
1280
|
+
]
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "headerText",
|
|
1285
|
+
"description": "Text to display in the header cell of the column.",
|
|
1286
|
+
"optional": true,
|
|
1287
|
+
"type": {
|
|
1288
|
+
"names": [
|
|
1289
|
+
"string"
|
|
1290
|
+
]
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "footerText",
|
|
1295
|
+
"description": "Text to display in the footer cell of the column",
|
|
1296
|
+
"optional": true,
|
|
1297
|
+
"type": {
|
|
1298
|
+
"names": [
|
|
1299
|
+
"string"
|
|
1300
|
+
]
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "template",
|
|
1305
|
+
"description": "The name of the slot used to specify the template for rendering data cells in the column.\nThe slot content must be a template element.\nThe content of the template should not include the td element, only its contents.\nThe template has access to the context CellTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
1306
|
+
"optional": true,
|
|
1307
|
+
"type": {
|
|
1308
|
+
"names": [
|
|
1309
|
+
"string"
|
|
1310
|
+
]
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "headerTemplate",
|
|
1315
|
+
"description": "The name of the slot used to specify the template for rendering the header cell in the column.\nThe slot content must be a template element.\nThe content of the template should not include the th element, only its contents.\nThe template has access to the context HeaderTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
1316
|
+
"optional": true,
|
|
1317
|
+
"type": {
|
|
1318
|
+
"names": [
|
|
1319
|
+
"string"
|
|
1320
|
+
]
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "footerTemplate",
|
|
1325
|
+
"description": "The name of the slot used to specify the template for rendering the footer cell in the column.\nThe slot content must be a template element.\nThe content of the template should not include the td element, only its contents.\nThe template has access to the context FooterTemplateContext via $current or the aliased name for $current set via data-oj-as.",
|
|
1326
|
+
"optional": true,
|
|
1327
|
+
"type": {
|
|
1328
|
+
"names": [
|
|
1329
|
+
"string"
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "maxWidth",
|
|
1335
|
+
"description": "The maximum width in pixels of the column. This value is used during initial render, and does not affect the ability to resize the column.\nThis value is applicable when either, layout='fixed' or layout='contents'.",
|
|
1336
|
+
"optional": true,
|
|
1337
|
+
"type": {
|
|
1338
|
+
"names": [
|
|
1339
|
+
"number"
|
|
1340
|
+
]
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "minWidth",
|
|
1345
|
+
"description": "The minimum width in pixels of the column. This value is used during initial render, and does not affect the ability to resize the column.\nThis value is applicable when either, layout='fixed' or layout='contents'.\nIf not set and layout='fixed' a default minimum width will be determined by the theme.",
|
|
1346
|
+
"optional": true,
|
|
1347
|
+
"type": {
|
|
1348
|
+
"names": [
|
|
1349
|
+
"number"
|
|
1350
|
+
]
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "weight",
|
|
1355
|
+
"description": "Specifies the relative sizing weight of the column. If not set a default of 1 is assumed.\nThis must be a positive number greater than or equal to 1. Its value does not affect the ability\nto resize the column. When the Table's layout attribute is set to <code>fixed</code>, this value\nis used to determine the relative width of the column compared to the other columns. For example,\na column with a weight of 2 will have twice as much space allocated to it as a column with a weight\nof 1. This value has no effect when the table's layout attribute is set to <code>contents</code>.",
|
|
1356
|
+
"optional": true,
|
|
1357
|
+
"type": {
|
|
1358
|
+
"names": [
|
|
1359
|
+
"number"
|
|
1360
|
+
]
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "padding",
|
|
1365
|
+
"description": "Specifies padding for the data cells in this column. Valid string values include 'enabled' and 'disabled'. Setting either\n'enabled' or 'disabled' will apply to all sides of the data cells, while providing an instance of CellPadding will only\napply to the specified sides of the data cells.",
|
|
1366
|
+
"optional": true,
|
|
1367
|
+
"type": {
|
|
1368
|
+
"names": [
|
|
1369
|
+
"string|object|function"
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
"tstype": [
|
|
1373
|
+
{
|
|
1374
|
+
"target": "Type",
|
|
1375
|
+
"value": "string|oj-c.Table.CellPadding|(context: oj-c.Table.RowContext<K, D>) => \"disabled\" | \"enabled\" | oj-c.Table.CellPadding",
|
|
1376
|
+
"jsdocOverride": true,
|
|
1377
|
+
"for": "padding"
|
|
1378
|
+
}
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "headerPadding",
|
|
1383
|
+
"description": "Specifies padding for the header cell in this column. Valid string values include 'enabled' and 'disabled'. Setting either\n'enabled' or 'disabled' will apply to all sides of the header cell, while providing an instance of CellPadding will only\napply to the specified sides of the header cell.",
|
|
1384
|
+
"optional": true,
|
|
1385
|
+
"type": {
|
|
1386
|
+
"names": [
|
|
1387
|
+
"string|object"
|
|
1388
|
+
]
|
|
1389
|
+
},
|
|
1390
|
+
"tstype": [
|
|
1391
|
+
{
|
|
1392
|
+
"target": "Type",
|
|
1393
|
+
"value": "string|oj-c.Table.CellPadding",
|
|
1394
|
+
"jsdocOverride": true,
|
|
1395
|
+
"for": "headerPadding"
|
|
1396
|
+
}
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "footerPadding",
|
|
1401
|
+
"description": "Specifies padding for the footer cell in this column. Valid string values include 'enabled' and 'disabled'. Setting either\n'enabled' or 'disabled' will apply to all sides of the footer cell, while providing an instance of CellPadding will only\napply to the specified sides of the footer cell.",
|
|
1402
|
+
"optional": true,
|
|
1403
|
+
"type": {
|
|
1404
|
+
"names": [
|
|
1405
|
+
"string|object"
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
"tstype": [
|
|
1409
|
+
{
|
|
1410
|
+
"target": "Type",
|
|
1411
|
+
"value": "string|oj-c.Table.CellPadding",
|
|
1412
|
+
"jsdocOverride": true,
|
|
1413
|
+
"for": "footerPadding"
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
}
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"memberof": "oj-c.Table",
|
|
1421
|
+
"id": "oj-c.Table.RowContext",
|
|
1422
|
+
"name": "RowContext",
|
|
1423
|
+
"kind": "typedef",
|
|
1424
|
+
"longname": "oj-c.Table.RowContext",
|
|
1425
|
+
"scope": "static",
|
|
1426
|
+
"description": "Context used to specify the row of a Table.",
|
|
1427
|
+
"tsgenerictype": {
|
|
1428
|
+
"target": "Type",
|
|
1429
|
+
"value": "<K,D>",
|
|
1430
|
+
"for": "genericTypeParameters"
|
|
1431
|
+
},
|
|
1432
|
+
"type": {
|
|
1433
|
+
"names": [
|
|
1434
|
+
"Object"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"meta": {
|
|
1438
|
+
"filename": "table.tsx",
|
|
1439
|
+
"path": "web/components/oj-c/table"
|
|
1440
|
+
},
|
|
1441
|
+
"properties": [
|
|
1442
|
+
{
|
|
1443
|
+
"name": "item",
|
|
1444
|
+
"description": "Row item containing data and metadata",
|
|
1445
|
+
"optional": false,
|
|
1446
|
+
"type": {
|
|
1447
|
+
"names": [
|
|
1448
|
+
"object"
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
"tstype": [
|
|
1452
|
+
{
|
|
1453
|
+
"target": "Type",
|
|
1454
|
+
"value": "Item<K, D>",
|
|
1455
|
+
"jsdocOverride": true,
|
|
1456
|
+
"for": "item",
|
|
1457
|
+
"module": {
|
|
1458
|
+
"Item": "ojdataprovider"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
]
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"memberof": "oj-c.Table",
|
|
1467
|
+
"id": "oj-c.Table.NoDataCell",
|
|
1468
|
+
"name": "NoDataCell",
|
|
1469
|
+
"kind": "typedef",
|
|
1470
|
+
"longname": "oj-c.Table.NoDataCell",
|
|
1471
|
+
"scope": "static",
|
|
1472
|
+
"description": "Specifies a no data cell.",
|
|
1473
|
+
"type": {
|
|
1474
|
+
"names": [
|
|
1475
|
+
"Object"
|
|
1476
|
+
]
|
|
1477
|
+
},
|
|
1478
|
+
"meta": {
|
|
1479
|
+
"filename": "table.tsx",
|
|
1480
|
+
"path": "web/components/oj-c/table"
|
|
1481
|
+
},
|
|
1482
|
+
"properties": [
|
|
1483
|
+
{
|
|
1484
|
+
"name": "type",
|
|
1485
|
+
"description": "Specifies the type of the cell.",
|
|
1486
|
+
"optional": false,
|
|
1487
|
+
"type": {
|
|
1488
|
+
"names": [
|
|
1489
|
+
"\"noData\""
|
|
1490
|
+
]
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"memberof": "oj-c.Table",
|
|
1497
|
+
"id": "oj-c.Table.DataCellRowOverride",
|
|
1498
|
+
"name": "DataCellRowOverride",
|
|
1499
|
+
"kind": "typedef",
|
|
1500
|
+
"longname": "oj-c.Table.DataCellRowOverride",
|
|
1501
|
+
"scope": "static",
|
|
1502
|
+
"description": "Specifies a row override for a data cell. If only a <code>rowKey</code> is provided, using this as\nan override will attempt to keep the the current column the same and only change the current row.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1503
|
+
"tsgenerictype": {
|
|
1504
|
+
"target": "Type",
|
|
1505
|
+
"value": "<K,C>",
|
|
1506
|
+
"for": "genericTypeParameters"
|
|
1507
|
+
},
|
|
1508
|
+
"type": {
|
|
1509
|
+
"names": [
|
|
1510
|
+
"Object"
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1513
|
+
"meta": {
|
|
1514
|
+
"filename": "table.tsx",
|
|
1515
|
+
"path": "web/components/oj-c/table"
|
|
1516
|
+
},
|
|
1517
|
+
"properties": [
|
|
1518
|
+
{
|
|
1519
|
+
"name": "rowKey",
|
|
1520
|
+
"description": "Specifies the row key of the cell override.",
|
|
1521
|
+
"optional": false,
|
|
1522
|
+
"type": {
|
|
1523
|
+
"names": [
|
|
1524
|
+
"any"
|
|
1525
|
+
]
|
|
1526
|
+
},
|
|
1527
|
+
"tstype": [
|
|
1528
|
+
{
|
|
1529
|
+
"target": "Type",
|
|
1530
|
+
"value": "K",
|
|
1531
|
+
"jsdocOverride": true,
|
|
1532
|
+
"for": "rowKey"
|
|
1533
|
+
}
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "columnKey",
|
|
1538
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1539
|
+
"optional": true,
|
|
1540
|
+
"type": {
|
|
1541
|
+
"names": [
|
|
1542
|
+
"any"
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
"ojvalues": [
|
|
1546
|
+
{
|
|
1547
|
+
"name": "oj-c-table_selection",
|
|
1548
|
+
"type": {
|
|
1549
|
+
"names": [
|
|
1550
|
+
"string"
|
|
1551
|
+
]
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
]
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"name": "type",
|
|
1558
|
+
"description": "Specifies the type of the cell override.",
|
|
1559
|
+
"optional": true,
|
|
1560
|
+
"type": {
|
|
1561
|
+
"names": [
|
|
1562
|
+
"\"data\""
|
|
1563
|
+
]
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"memberof": "oj-c.Table",
|
|
1570
|
+
"id": "oj-c.Table.DataCellColumnOverride",
|
|
1571
|
+
"name": "DataCellColumnOverride",
|
|
1572
|
+
"kind": "typedef",
|
|
1573
|
+
"longname": "oj-c.Table.DataCellColumnOverride",
|
|
1574
|
+
"scope": "static",
|
|
1575
|
+
"description": "Specifies a column override for a data cell. If only a <code>columnKey</code> is provided, using this\nas an override will attempt to keep the the current row the same and only change the current column.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1576
|
+
"tsgenerictype": {
|
|
1577
|
+
"target": "Type",
|
|
1578
|
+
"value": "<K,C>",
|
|
1579
|
+
"for": "genericTypeParameters"
|
|
1580
|
+
},
|
|
1581
|
+
"type": {
|
|
1582
|
+
"names": [
|
|
1583
|
+
"Object"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
"meta": {
|
|
1587
|
+
"filename": "table.tsx",
|
|
1588
|
+
"path": "web/components/oj-c/table"
|
|
1589
|
+
},
|
|
1590
|
+
"properties": [
|
|
1591
|
+
{
|
|
1592
|
+
"name": "rowKey",
|
|
1593
|
+
"description": "Specifies the row key of the cell override.",
|
|
1594
|
+
"optional": true,
|
|
1595
|
+
"type": {
|
|
1596
|
+
"names": [
|
|
1597
|
+
"any"
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
"tstype": [
|
|
1601
|
+
{
|
|
1602
|
+
"target": "Type",
|
|
1603
|
+
"value": "K",
|
|
1604
|
+
"jsdocOverride": true,
|
|
1605
|
+
"for": "rowKey"
|
|
1606
|
+
}
|
|
1607
|
+
]
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "columnKey",
|
|
1611
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1612
|
+
"optional": false,
|
|
1613
|
+
"type": {
|
|
1614
|
+
"names": [
|
|
1615
|
+
"any"
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
"ojvalues": [
|
|
1619
|
+
{
|
|
1620
|
+
"name": "oj-c-table_selection",
|
|
1621
|
+
"type": {
|
|
1622
|
+
"names": [
|
|
1623
|
+
"string"
|
|
1624
|
+
]
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
]
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "type",
|
|
1631
|
+
"description": "Specifies the type of the cell override.",
|
|
1632
|
+
"optional": true,
|
|
1633
|
+
"type": {
|
|
1634
|
+
"names": [
|
|
1635
|
+
"\"data\""
|
|
1636
|
+
]
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
]
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"memberof": "oj-c.Table",
|
|
1643
|
+
"id": "oj-c.Table.DataCellTypeOverride",
|
|
1644
|
+
"name": "DataCellTypeOverride",
|
|
1645
|
+
"kind": "typedef",
|
|
1646
|
+
"longname": "oj-c.Table.DataCellTypeOverride",
|
|
1647
|
+
"scope": "static",
|
|
1648
|
+
"description": "Specifies a type override for a data cell. If only a <code>type</code> is provided, using this as\nan override will attempt to keep the the current column the same and change to the first data row.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1649
|
+
"tsgenerictype": {
|
|
1650
|
+
"target": "Type",
|
|
1651
|
+
"value": "<K,C>",
|
|
1652
|
+
"for": "genericTypeParameters"
|
|
1653
|
+
},
|
|
1654
|
+
"type": {
|
|
1655
|
+
"names": [
|
|
1656
|
+
"Object"
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1659
|
+
"meta": {
|
|
1660
|
+
"filename": "table.tsx",
|
|
1661
|
+
"path": "web/components/oj-c/table"
|
|
1662
|
+
},
|
|
1663
|
+
"properties": [
|
|
1664
|
+
{
|
|
1665
|
+
"name": "rowKey",
|
|
1666
|
+
"description": "Specifies the row key of the cell override.",
|
|
1667
|
+
"optional": true,
|
|
1668
|
+
"type": {
|
|
1669
|
+
"names": [
|
|
1670
|
+
"any"
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1673
|
+
"tstype": [
|
|
1674
|
+
{
|
|
1675
|
+
"target": "Type",
|
|
1676
|
+
"value": "K",
|
|
1677
|
+
"jsdocOverride": true,
|
|
1678
|
+
"for": "rowKey"
|
|
1679
|
+
}
|
|
1680
|
+
]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "columnKey",
|
|
1684
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1685
|
+
"optional": true,
|
|
1686
|
+
"type": {
|
|
1687
|
+
"names": [
|
|
1688
|
+
"any"
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
"ojvalues": [
|
|
1692
|
+
{
|
|
1693
|
+
"name": "oj-c-table_selection",
|
|
1694
|
+
"type": {
|
|
1695
|
+
"names": [
|
|
1696
|
+
"string"
|
|
1697
|
+
]
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "type",
|
|
1704
|
+
"description": "Specifies the type of the cell override.",
|
|
1705
|
+
"optional": false,
|
|
1706
|
+
"type": {
|
|
1707
|
+
"names": [
|
|
1708
|
+
"\"data\""
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
]
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"memberof": "oj-c.Table",
|
|
1716
|
+
"id": "oj-c.Table.HeaderCellColumnOverride",
|
|
1717
|
+
"name": "HeaderCellColumnOverride",
|
|
1718
|
+
"kind": "typedef",
|
|
1719
|
+
"longname": "oj-c.Table.HeaderCellColumnOverride",
|
|
1720
|
+
"scope": "static",
|
|
1721
|
+
"description": "Specifies a column override for a header cell. If only a <code>columnKey</code> is provided, using\nthis as an override will only change the current column.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1722
|
+
"tsgenerictype": {
|
|
1723
|
+
"target": "Type",
|
|
1724
|
+
"value": "<C>",
|
|
1725
|
+
"for": "genericTypeParameters"
|
|
1726
|
+
},
|
|
1727
|
+
"type": {
|
|
1728
|
+
"names": [
|
|
1729
|
+
"Object"
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
"meta": {
|
|
1733
|
+
"filename": "table.tsx",
|
|
1734
|
+
"path": "web/components/oj-c/table"
|
|
1735
|
+
},
|
|
1736
|
+
"properties": [
|
|
1737
|
+
{
|
|
1738
|
+
"name": "columnKey",
|
|
1739
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1740
|
+
"optional": false,
|
|
1741
|
+
"type": {
|
|
1742
|
+
"names": [
|
|
1743
|
+
"any"
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
"ojvalues": [
|
|
1747
|
+
{
|
|
1748
|
+
"name": "oj-c-table_selection",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"names": [
|
|
1751
|
+
"string"
|
|
1752
|
+
]
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
]
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "type",
|
|
1759
|
+
"description": "Specifies the type of the cell override.",
|
|
1760
|
+
"optional": true,
|
|
1761
|
+
"type": {
|
|
1762
|
+
"names": [
|
|
1763
|
+
"\"header\""
|
|
1764
|
+
]
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"memberof": "oj-c.Table",
|
|
1771
|
+
"id": "oj-c.Table.HeaderCellTypeOverride",
|
|
1772
|
+
"name": "HeaderCellTypeOverride",
|
|
1773
|
+
"kind": "typedef",
|
|
1774
|
+
"longname": "oj-c.Table.HeaderCellTypeOverride",
|
|
1775
|
+
"scope": "static",
|
|
1776
|
+
"description": "Specifies a type override for a header cell. If only a <code>type</code> is provided, using this as\nan override will attempt to keep the the current column the same and make a header cell current.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1777
|
+
"tsgenerictype": {
|
|
1778
|
+
"target": "Type",
|
|
1779
|
+
"value": "<C>",
|
|
1780
|
+
"for": "genericTypeParameters"
|
|
1781
|
+
},
|
|
1782
|
+
"type": {
|
|
1783
|
+
"names": [
|
|
1784
|
+
"Object"
|
|
1785
|
+
]
|
|
1786
|
+
},
|
|
1787
|
+
"meta": {
|
|
1788
|
+
"filename": "table.tsx",
|
|
1789
|
+
"path": "web/components/oj-c/table"
|
|
1790
|
+
},
|
|
1791
|
+
"properties": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "columnKey",
|
|
1794
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1795
|
+
"optional": true,
|
|
1796
|
+
"type": {
|
|
1797
|
+
"names": [
|
|
1798
|
+
"any"
|
|
1799
|
+
]
|
|
1800
|
+
},
|
|
1801
|
+
"ojvalues": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "oj-c-table_selection",
|
|
1804
|
+
"type": {
|
|
1805
|
+
"names": [
|
|
1806
|
+
"string"
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "type",
|
|
1814
|
+
"description": "Specifies the type of the cell override.",
|
|
1815
|
+
"optional": false,
|
|
1816
|
+
"type": {
|
|
1817
|
+
"names": [
|
|
1818
|
+
"\"header\""
|
|
1819
|
+
]
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"memberof": "oj-c.Table",
|
|
1826
|
+
"id": "oj-c.Table.FooterCellColumnOverride",
|
|
1827
|
+
"name": "FooterCellColumnOverride",
|
|
1828
|
+
"kind": "typedef",
|
|
1829
|
+
"longname": "oj-c.Table.FooterCellColumnOverride",
|
|
1830
|
+
"scope": "static",
|
|
1831
|
+
"description": "Specifies a column override for a footer cell. If only a <code>columnKey</code> is provided, using\nthis as an override will only change the current column.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1832
|
+
"tsgenerictype": {
|
|
1833
|
+
"target": "Type",
|
|
1834
|
+
"value": "<C>",
|
|
1835
|
+
"for": "genericTypeParameters"
|
|
1836
|
+
},
|
|
1837
|
+
"type": {
|
|
1838
|
+
"names": [
|
|
1839
|
+
"Object"
|
|
1840
|
+
]
|
|
1841
|
+
},
|
|
1842
|
+
"meta": {
|
|
1843
|
+
"filename": "table.tsx",
|
|
1844
|
+
"path": "web/components/oj-c/table"
|
|
1845
|
+
},
|
|
1846
|
+
"properties": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "columnKey",
|
|
1849
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1850
|
+
"optional": false,
|
|
1851
|
+
"type": {
|
|
1852
|
+
"names": [
|
|
1853
|
+
"any"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
"ojvalues": [
|
|
1857
|
+
{
|
|
1858
|
+
"name": "oj-c-table_selection",
|
|
1859
|
+
"type": {
|
|
1860
|
+
"names": [
|
|
1861
|
+
"string"
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "type",
|
|
1869
|
+
"description": "Specifies the type of the cell override.",
|
|
1870
|
+
"optional": true,
|
|
1871
|
+
"type": {
|
|
1872
|
+
"names": [
|
|
1873
|
+
"\"footer\""
|
|
1874
|
+
]
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
]
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"memberof": "oj-c.Table",
|
|
1881
|
+
"id": "oj-c.Table.FooterCellTypeOverride",
|
|
1882
|
+
"name": "FooterCellTypeOverride",
|
|
1883
|
+
"kind": "typedef",
|
|
1884
|
+
"longname": "oj-c.Table.FooterCellTypeOverride",
|
|
1885
|
+
"scope": "static",
|
|
1886
|
+
"description": "Specifies a type override for a footer cell. If only a <code>type</code> is provided, using this as\nan override will attempt to keep the the current column the same and make a footer cell current.\nSee the <code>current-cell-override</code> attribute for more details.",
|
|
1887
|
+
"tsgenerictype": {
|
|
1888
|
+
"target": "Type",
|
|
1889
|
+
"value": "<C>",
|
|
1890
|
+
"for": "genericTypeParameters"
|
|
1891
|
+
},
|
|
1892
|
+
"type": {
|
|
1893
|
+
"names": [
|
|
1894
|
+
"Object"
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
"meta": {
|
|
1898
|
+
"filename": "table.tsx",
|
|
1899
|
+
"path": "web/components/oj-c/table"
|
|
1900
|
+
},
|
|
1901
|
+
"properties": [
|
|
1902
|
+
{
|
|
1903
|
+
"name": "columnKey",
|
|
1904
|
+
"description": "Specifies the column key of the cell override. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1905
|
+
"optional": true,
|
|
1906
|
+
"type": {
|
|
1907
|
+
"names": [
|
|
1908
|
+
"any"
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
"ojvalues": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "oj-c-table_selection",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"names": [
|
|
1916
|
+
"string"
|
|
1917
|
+
]
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "type",
|
|
1924
|
+
"description": "Specifies the type of the cell override.",
|
|
1925
|
+
"optional": false,
|
|
1926
|
+
"type": {
|
|
1927
|
+
"names": [
|
|
1928
|
+
"\"footer\""
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"memberof": "oj-c.Table",
|
|
1936
|
+
"id": "oj-c.Table.DataCell",
|
|
1937
|
+
"name": "DataCell",
|
|
1938
|
+
"kind": "typedef",
|
|
1939
|
+
"longname": "oj-c.Table.DataCell",
|
|
1940
|
+
"scope": "static",
|
|
1941
|
+
"description": "Specifies a data cell.",
|
|
1942
|
+
"tsgenerictype": {
|
|
1943
|
+
"target": "Type",
|
|
1944
|
+
"value": "<K,C>",
|
|
1945
|
+
"for": "genericTypeParameters"
|
|
1946
|
+
},
|
|
1947
|
+
"type": {
|
|
1948
|
+
"names": [
|
|
1949
|
+
"Object"
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
"meta": {
|
|
1953
|
+
"filename": "table.tsx",
|
|
1954
|
+
"path": "web/components/oj-c/table"
|
|
1955
|
+
},
|
|
1956
|
+
"properties": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "rowKey",
|
|
1959
|
+
"description": "Specifies the row key of the cell.",
|
|
1960
|
+
"optional": false,
|
|
1961
|
+
"type": {
|
|
1962
|
+
"names": [
|
|
1963
|
+
"any"
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
"tstype": [
|
|
1967
|
+
{
|
|
1968
|
+
"target": "Type",
|
|
1969
|
+
"value": "K",
|
|
1970
|
+
"jsdocOverride": true,
|
|
1971
|
+
"for": "rowKey"
|
|
1972
|
+
}
|
|
1973
|
+
]
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "columnKey",
|
|
1977
|
+
"description": "Specifies the column key of the cell. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
1978
|
+
"optional": false,
|
|
1979
|
+
"type": {
|
|
1980
|
+
"names": [
|
|
1981
|
+
"any"
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
"ojvalues": [
|
|
1985
|
+
{
|
|
1986
|
+
"name": "oj-c-table_selection",
|
|
1987
|
+
"type": {
|
|
1988
|
+
"names": [
|
|
1989
|
+
"string"
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "type",
|
|
1997
|
+
"description": "Specifies the the type of the cell.",
|
|
1998
|
+
"optional": false,
|
|
1999
|
+
"type": {
|
|
2000
|
+
"names": [
|
|
2001
|
+
"\"data\""
|
|
2002
|
+
]
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
]
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"memberof": "oj-c.Table",
|
|
2009
|
+
"id": "oj-c.Table.HeaderCell",
|
|
2010
|
+
"name": "HeaderCell",
|
|
2011
|
+
"kind": "typedef",
|
|
2012
|
+
"longname": "oj-c.Table.HeaderCell",
|
|
2013
|
+
"scope": "static",
|
|
2014
|
+
"description": "Specifies a header cell.",
|
|
2015
|
+
"tsgenerictype": {
|
|
2016
|
+
"target": "Type",
|
|
2017
|
+
"value": "<C>",
|
|
2018
|
+
"for": "genericTypeParameters"
|
|
2019
|
+
},
|
|
2020
|
+
"type": {
|
|
2021
|
+
"names": [
|
|
2022
|
+
"Object"
|
|
2023
|
+
]
|
|
2024
|
+
},
|
|
2025
|
+
"meta": {
|
|
2026
|
+
"filename": "table.tsx",
|
|
2027
|
+
"path": "web/components/oj-c/table"
|
|
2028
|
+
},
|
|
2029
|
+
"properties": [
|
|
2030
|
+
{
|
|
2031
|
+
"name": "columnKey",
|
|
2032
|
+
"description": "Specifies the column key of the cell. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
2033
|
+
"optional": false,
|
|
2034
|
+
"type": {
|
|
2035
|
+
"names": [
|
|
2036
|
+
"any"
|
|
2037
|
+
]
|
|
2038
|
+
},
|
|
2039
|
+
"ojvalues": [
|
|
2040
|
+
{
|
|
2041
|
+
"name": "oj-c-table_selection",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"names": [
|
|
2044
|
+
"string"
|
|
2045
|
+
]
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "type",
|
|
2052
|
+
"description": "Specifies the type of the cell.",
|
|
2053
|
+
"optional": false,
|
|
2054
|
+
"type": {
|
|
2055
|
+
"names": [
|
|
2056
|
+
"\"header\""
|
|
2057
|
+
]
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"memberof": "oj-c.Table",
|
|
2064
|
+
"id": "oj-c.Table.FooterCell",
|
|
2065
|
+
"name": "FooterCell",
|
|
2066
|
+
"kind": "typedef",
|
|
2067
|
+
"longname": "oj-c.Table.FooterCell",
|
|
2068
|
+
"scope": "static",
|
|
2069
|
+
"description": "Specifies a footer cell.",
|
|
2070
|
+
"tsgenerictype": {
|
|
2071
|
+
"target": "Type",
|
|
2072
|
+
"value": "<C>",
|
|
2073
|
+
"for": "genericTypeParameters"
|
|
2074
|
+
},
|
|
2075
|
+
"type": {
|
|
2076
|
+
"names": [
|
|
2077
|
+
"Object"
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
"meta": {
|
|
2081
|
+
"filename": "table.tsx",
|
|
2082
|
+
"path": "web/components/oj-c/table"
|
|
2083
|
+
},
|
|
2084
|
+
"properties": [
|
|
2085
|
+
{
|
|
2086
|
+
"name": "columnKey",
|
|
2087
|
+
"description": "Specifies the column key of the cell. Valid values include 'oj-c-table_selection' when multiple\nrow selection is enabled.",
|
|
2088
|
+
"optional": false,
|
|
2089
|
+
"type": {
|
|
2090
|
+
"names": [
|
|
2091
|
+
"any"
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2094
|
+
"ojvalues": [
|
|
2095
|
+
{
|
|
2096
|
+
"name": "oj-c-table_selection",
|
|
2097
|
+
"type": {
|
|
2098
|
+
"names": [
|
|
2099
|
+
"string"
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
]
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"name": "type",
|
|
2107
|
+
"description": "Specifies the type of the cell.",
|
|
2108
|
+
"optional": false,
|
|
2109
|
+
"type": {
|
|
2110
|
+
"names": [
|
|
2111
|
+
"\"footer\""
|
|
2112
|
+
]
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
}
|
|
2117
|
+
]
|