@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/Popup.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"tstype": [
|
|
109
109
|
{
|
|
110
110
|
"target": "Type",
|
|
111
|
-
"value": "string|Element|Coords",
|
|
111
|
+
"value": "string|Element|oj-c.Popup.Coords",
|
|
112
112
|
"jsdocOverride": true
|
|
113
113
|
}
|
|
114
114
|
]
|
|
@@ -587,6 +587,61 @@
|
|
|
587
587
|
},
|
|
588
588
|
"ojfragment": true
|
|
589
589
|
},
|
|
590
|
+
{
|
|
591
|
+
"memberof": "oj-c.Popup",
|
|
592
|
+
"id": "oj-c.Popup.Coords",
|
|
593
|
+
"name": "Coords",
|
|
594
|
+
"kind": "typedef",
|
|
595
|
+
"longname": "oj-c.Popup.Coords",
|
|
596
|
+
"scope": "static",
|
|
597
|
+
"description": "",
|
|
598
|
+
"type": {
|
|
599
|
+
"names": [
|
|
600
|
+
"Object"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
"meta": {
|
|
604
|
+
"filename": "popup.tsx",
|
|
605
|
+
"path": "web/components/oj-c/popup"
|
|
606
|
+
},
|
|
607
|
+
"properties": [
|
|
608
|
+
{
|
|
609
|
+
"name": "x",
|
|
610
|
+
"optional": false,
|
|
611
|
+
"type": {
|
|
612
|
+
"names": [
|
|
613
|
+
"number"
|
|
614
|
+
]
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "y",
|
|
619
|
+
"optional": false,
|
|
620
|
+
"type": {
|
|
621
|
+
"names": [
|
|
622
|
+
"number"
|
|
623
|
+
]
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "contextElement",
|
|
628
|
+
"optional": true,
|
|
629
|
+
"type": {
|
|
630
|
+
"names": [
|
|
631
|
+
"Element"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"tstype": [
|
|
635
|
+
{
|
|
636
|
+
"target": "Type",
|
|
637
|
+
"value": "Element",
|
|
638
|
+
"jsdocOverride": true,
|
|
639
|
+
"for": "contextElement"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
},
|
|
590
645
|
{
|
|
591
646
|
"memberof": "oj-c.Popup",
|
|
592
647
|
"id": "oj-c.Popup.PopupOffset",
|
|
@@ -0,0 +1,567 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.ProgressButton",
|
|
5
|
+
"name": "ProgressButton",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.ProgressButton",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"progressButtonOverview-section\">\n JET Progress Button\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#progressButtonOverview-section\"></a>\n</h3>\n\n<p>Description: A Progress button represents button-level action initiation.\n\n<pre class=\"prettyprint\"><code><oj-c-progress-button id=\"myButton\" label=\"My Button\">\n</oj-c-progress-button>\n<oj-c-progress-button label=\"start icon\" is-loading=\"[[loading]]\" on-oj-action=\"[[handler]]\" >\n <span slot='startIcon' class='myIconClass'></span>\n</oj-c-progress-button>\n</code></pre>\n\n<h3 id=\"progressButtons-section\">\n Progress Buttons\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#progressButtons-section\"></a>\n</h3>\n\n<p>Progress buttons communicate\nbutton-level initiation of an indeterminate action with a typical progress span of less\nthan 8 seconds. They reflect a user's brief interaction with a button.\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>Progress Button</td>\n <td><kbd>Tap</kbd></td>\n <td>Push the button.</td>\n </tr>\n </tbody>\n</table>\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>Progress Button</td>\n <td><kbd>Enter</kbd> or <kbd>Space</kbd></td>\n <td>Push the button.</td>\n </tr>\n </tbody>\n</table>\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>For accessibility, it is not required to set an aria label on a JET button as it uses the label text to generate an aria label.\nTherefore the label should be specified even if the button is <a href=\"#display\">icon-only (display=icons)</a>. However,\nyou can override the default behavior by setting <code class=\"prettyprint\">aria-label</code>.\nThe label can be hidden using the display attribute.\n\n<p>Disabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.<p>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-progress-button",
|
|
12
|
+
"tagWithBrackets": "<oj-c-progress-button>",
|
|
13
|
+
"domInterface": "CProgressButtonElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-progress-button>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "ProgressButton",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CProgressButtonElement extends JetElement<ProgressButtonElementSettableProperties>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CProgressButtonElement extends JetElement<ProgressButtonElementSettableProperties>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"since": "17.1.0",
|
|
31
|
+
"tsdeprecated": [
|
|
32
|
+
{
|
|
33
|
+
"type": "production",
|
|
34
|
+
"since": "17.1.0"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"meta": {
|
|
38
|
+
"filename": "progress-button.tsx",
|
|
39
|
+
"path": "web/components/oj-c/progress-button"
|
|
40
|
+
},
|
|
41
|
+
"ojmodule": "progress-button"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"memberof": "oj-c.ProgressButton",
|
|
45
|
+
"id": "oj-c.ProgressButton#label",
|
|
46
|
+
"name": "label",
|
|
47
|
+
"kind": "member",
|
|
48
|
+
"longname": "oj-c.ProgressButton#label",
|
|
49
|
+
"optional": false,
|
|
50
|
+
"scope": "instance",
|
|
51
|
+
"description": "Text to show in the button or as tooltip for icon mode.",
|
|
52
|
+
"meta": {
|
|
53
|
+
"filename": "progress-button.tsx",
|
|
54
|
+
"path": "web/components/oj-c/progress-button"
|
|
55
|
+
},
|
|
56
|
+
"type": {
|
|
57
|
+
"names": [
|
|
58
|
+
"string"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"memberof": "oj-c.ProgressButton",
|
|
64
|
+
"id": "oj-c.ProgressButton#tooltip",
|
|
65
|
+
"name": "tooltip",
|
|
66
|
+
"kind": "member",
|
|
67
|
+
"longname": "oj-c.ProgressButton#tooltip",
|
|
68
|
+
"optional": true,
|
|
69
|
+
"scope": "instance",
|
|
70
|
+
"description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
|
|
71
|
+
"meta": {
|
|
72
|
+
"filename": "progress-button.tsx",
|
|
73
|
+
"path": "web/components/oj-c/progress-button"
|
|
74
|
+
},
|
|
75
|
+
"type": {
|
|
76
|
+
"names": [
|
|
77
|
+
"string"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"memberof": "oj-c.ProgressButton",
|
|
83
|
+
"id": "oj-c.ProgressButton#disabled",
|
|
84
|
+
"name": "disabled",
|
|
85
|
+
"kind": "member",
|
|
86
|
+
"longname": "oj-c.ProgressButton#disabled",
|
|
87
|
+
"optional": true,
|
|
88
|
+
"scope": "instance",
|
|
89
|
+
"description": "Specifies that the button element should be disabled.",
|
|
90
|
+
"meta": {
|
|
91
|
+
"filename": "progress-button.tsx",
|
|
92
|
+
"path": "web/components/oj-c/progress-button"
|
|
93
|
+
},
|
|
94
|
+
"defaultvalue": false,
|
|
95
|
+
"type": {
|
|
96
|
+
"names": [
|
|
97
|
+
"boolean"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"memberof": "oj-c.ProgressButton",
|
|
103
|
+
"id": "oj-c.ProgressButton#isLoading",
|
|
104
|
+
"name": "isLoading",
|
|
105
|
+
"kind": "member",
|
|
106
|
+
"longname": "oj-c.ProgressButton#isLoading",
|
|
107
|
+
"optional": true,
|
|
108
|
+
"scope": "instance",
|
|
109
|
+
"description": "Specifies if progress should be shown.",
|
|
110
|
+
"meta": {
|
|
111
|
+
"filename": "progress-button.tsx",
|
|
112
|
+
"path": "web/components/oj-c/progress-button"
|
|
113
|
+
},
|
|
114
|
+
"type": {
|
|
115
|
+
"names": [
|
|
116
|
+
"boolean"
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"memberof": "oj-c.ProgressButton",
|
|
122
|
+
"id": "oj-c.ProgressButton#width",
|
|
123
|
+
"name": "width",
|
|
124
|
+
"kind": "member",
|
|
125
|
+
"longname": "oj-c.ProgressButton#width",
|
|
126
|
+
"optional": true,
|
|
127
|
+
"scope": "instance",
|
|
128
|
+
"description": "Specifies that the button style width",
|
|
129
|
+
"meta": {
|
|
130
|
+
"filename": "progress-button.tsx",
|
|
131
|
+
"path": "web/components/oj-c/progress-button"
|
|
132
|
+
},
|
|
133
|
+
"type": {
|
|
134
|
+
"names": [
|
|
135
|
+
"number|string"
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"memberof": "oj-c.ProgressButton",
|
|
141
|
+
"id": "oj-c.ProgressButton#display",
|
|
142
|
+
"name": "display",
|
|
143
|
+
"kind": "member",
|
|
144
|
+
"longname": "oj-c.ProgressButton#display",
|
|
145
|
+
"optional": true,
|
|
146
|
+
"scope": "instance",
|
|
147
|
+
"description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
|
|
148
|
+
"meta": {
|
|
149
|
+
"filename": "progress-button.tsx",
|
|
150
|
+
"path": "web/components/oj-c/progress-button"
|
|
151
|
+
},
|
|
152
|
+
"ojvalues": [
|
|
153
|
+
{
|
|
154
|
+
"name": "all",
|
|
155
|
+
"description": "Display both the label and icons.",
|
|
156
|
+
"displayName": "All",
|
|
157
|
+
"type": {
|
|
158
|
+
"names": [
|
|
159
|
+
"string"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "icons",
|
|
165
|
+
"description": "Display only the icons.",
|
|
166
|
+
"displayName": "Icons",
|
|
167
|
+
"type": {
|
|
168
|
+
"names": [
|
|
169
|
+
"string"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "label",
|
|
175
|
+
"description": "Display only the text label.",
|
|
176
|
+
"displayName": "label",
|
|
177
|
+
"type": {
|
|
178
|
+
"names": [
|
|
179
|
+
"string"
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"defaultvalue": "\"all\"",
|
|
185
|
+
"type": {
|
|
186
|
+
"names": [
|
|
187
|
+
"\"all\"",
|
|
188
|
+
"\"label\"",
|
|
189
|
+
"\"icons\""
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"memberof": "oj-c.ProgressButton",
|
|
195
|
+
"id": "oj-c.ProgressButton#size",
|
|
196
|
+
"name": "size",
|
|
197
|
+
"kind": "member",
|
|
198
|
+
"longname": "oj-c.ProgressButton#size",
|
|
199
|
+
"optional": true,
|
|
200
|
+
"scope": "instance",
|
|
201
|
+
"description": "Size of button",
|
|
202
|
+
"meta": {
|
|
203
|
+
"filename": "progress-button.tsx",
|
|
204
|
+
"path": "web/components/oj-c/progress-button"
|
|
205
|
+
},
|
|
206
|
+
"ojvalues": [
|
|
207
|
+
{
|
|
208
|
+
"name": "sm",
|
|
209
|
+
"description": "Display a small button.",
|
|
210
|
+
"displayName": "Small",
|
|
211
|
+
"type": {
|
|
212
|
+
"names": [
|
|
213
|
+
"string"
|
|
214
|
+
]
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "md",
|
|
219
|
+
"description": "Display a default size button.",
|
|
220
|
+
"displayName": "Medium",
|
|
221
|
+
"type": {
|
|
222
|
+
"names": [
|
|
223
|
+
"string"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "lg",
|
|
229
|
+
"description": "Display a large button.",
|
|
230
|
+
"displayName": "Large",
|
|
231
|
+
"type": {
|
|
232
|
+
"names": [
|
|
233
|
+
"string"
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"defaultvalue": "\"md\"",
|
|
239
|
+
"type": {
|
|
240
|
+
"names": [
|
|
241
|
+
"\"sm\"",
|
|
242
|
+
"\"md\"",
|
|
243
|
+
"\"lg\""
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"memberof": "oj-c.ProgressButton",
|
|
249
|
+
"id": "oj-c.ProgressButton#edge",
|
|
250
|
+
"name": "edge",
|
|
251
|
+
"kind": "member",
|
|
252
|
+
"longname": "oj-c.ProgressButton#edge",
|
|
253
|
+
"optional": true,
|
|
254
|
+
"scope": "instance",
|
|
255
|
+
"description": "Specifies whether the button is attached to an edge. For example setting edge='bottom' can be used to attach a button to the bottom of a card. The button is then stretched to 100% width, and borders adjusted.",
|
|
256
|
+
"meta": {
|
|
257
|
+
"filename": "progress-button.tsx",
|
|
258
|
+
"path": "web/components/oj-c/progress-button"
|
|
259
|
+
},
|
|
260
|
+
"ojvalues": [
|
|
261
|
+
{
|
|
262
|
+
"name": "none",
|
|
263
|
+
"description": "Display a default standalone button.",
|
|
264
|
+
"displayName": "Small",
|
|
265
|
+
"type": {
|
|
266
|
+
"names": [
|
|
267
|
+
"string"
|
|
268
|
+
]
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "bottom",
|
|
273
|
+
"description": "Stretch the button to 100% width and adjust borders for usage at bottom of container.",
|
|
274
|
+
"displayName": "Bottom",
|
|
275
|
+
"type": {
|
|
276
|
+
"names": [
|
|
277
|
+
"string"
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"defaultvalue": "\"none\"",
|
|
283
|
+
"type": {
|
|
284
|
+
"names": [
|
|
285
|
+
"\"none\"",
|
|
286
|
+
"\"bottom\""
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"memberof": "oj-c.ProgressButton",
|
|
292
|
+
"id": "oj-c.ProgressButton#chroming",
|
|
293
|
+
"name": "chroming",
|
|
294
|
+
"kind": "member",
|
|
295
|
+
"longname": "oj-c.ProgressButton#chroming",
|
|
296
|
+
"optional": true,
|
|
297
|
+
"scope": "instance",
|
|
298
|
+
"description": "Indicates in what states the button has variants in background and border.",
|
|
299
|
+
"meta": {
|
|
300
|
+
"filename": "progress-button.tsx",
|
|
301
|
+
"path": "web/components/oj-c/progress-button"
|
|
302
|
+
},
|
|
303
|
+
"ojvalues": [
|
|
304
|
+
{
|
|
305
|
+
"name": "borderless",
|
|
306
|
+
"description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
|
|
307
|
+
"displayName": "Borderless",
|
|
308
|
+
"type": {
|
|
309
|
+
"names": [
|
|
310
|
+
"string"
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "outlined",
|
|
316
|
+
"description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
|
|
317
|
+
"displayName": "Outlined",
|
|
318
|
+
"type": {
|
|
319
|
+
"names": [
|
|
320
|
+
"string"
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "solid",
|
|
326
|
+
"description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
|
|
327
|
+
"displayName": "Solid",
|
|
328
|
+
"type": {
|
|
329
|
+
"names": [
|
|
330
|
+
"string"
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "callToAction",
|
|
336
|
+
"description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
|
|
337
|
+
"displayName": "Call To Action",
|
|
338
|
+
"type": {
|
|
339
|
+
"names": [
|
|
340
|
+
"string"
|
|
341
|
+
]
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"defaultvalue": "\"outlined\"",
|
|
346
|
+
"type": {
|
|
347
|
+
"names": [
|
|
348
|
+
"\"solid\"",
|
|
349
|
+
"\"borderless\"",
|
|
350
|
+
"\"outlined\"",
|
|
351
|
+
"\"callToAction\""
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"memberof": "oj-c.ProgressButton",
|
|
357
|
+
"id": "oj-c.ProgressButton#focus",
|
|
358
|
+
"name": "focus",
|
|
359
|
+
"kind": "function",
|
|
360
|
+
"longname": "oj-c.ProgressButton#focus",
|
|
361
|
+
"description": "",
|
|
362
|
+
"meta": {
|
|
363
|
+
"filename": "progress-button.tsx",
|
|
364
|
+
"path": "web/components/oj-c/progress-button"
|
|
365
|
+
},
|
|
366
|
+
"scope": "instance",
|
|
367
|
+
"returns": [
|
|
368
|
+
{
|
|
369
|
+
"type": {
|
|
370
|
+
"names": [
|
|
371
|
+
"void"
|
|
372
|
+
]
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"memberof": "oj-c.ProgressButton",
|
|
379
|
+
"id": "oj-c.ProgressButton#blur",
|
|
380
|
+
"name": "blur",
|
|
381
|
+
"kind": "function",
|
|
382
|
+
"longname": "oj-c.ProgressButton#blur",
|
|
383
|
+
"description": "",
|
|
384
|
+
"meta": {
|
|
385
|
+
"filename": "progress-button.tsx",
|
|
386
|
+
"path": "web/components/oj-c/progress-button"
|
|
387
|
+
},
|
|
388
|
+
"scope": "instance",
|
|
389
|
+
"returns": [
|
|
390
|
+
{
|
|
391
|
+
"type": {
|
|
392
|
+
"names": [
|
|
393
|
+
"void"
|
|
394
|
+
]
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"memberof": "oj-c.ProgressButton",
|
|
401
|
+
"id": "oj-c.ProgressButton#click",
|
|
402
|
+
"name": "click",
|
|
403
|
+
"kind": "function",
|
|
404
|
+
"longname": "oj-c.ProgressButton#click",
|
|
405
|
+
"description": "",
|
|
406
|
+
"meta": {
|
|
407
|
+
"filename": "progress-button.tsx",
|
|
408
|
+
"path": "web/components/oj-c/progress-button"
|
|
409
|
+
},
|
|
410
|
+
"scope": "instance",
|
|
411
|
+
"returns": [
|
|
412
|
+
{
|
|
413
|
+
"type": {
|
|
414
|
+
"names": [
|
|
415
|
+
"void"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"memberof": "oj-c.ProgressButton",
|
|
423
|
+
"id": "oj-c.ProgressButton#setProperty",
|
|
424
|
+
"name": "setProperty",
|
|
425
|
+
"kind": "function",
|
|
426
|
+
"longname": "oj-c.ProgressButton#setProperty",
|
|
427
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
428
|
+
"meta": {
|
|
429
|
+
"filename": "progress-button.tsx",
|
|
430
|
+
"path": "web/components/oj-c/progress-button"
|
|
431
|
+
},
|
|
432
|
+
"scope": "instance",
|
|
433
|
+
"params": [
|
|
434
|
+
{
|
|
435
|
+
"name": "property",
|
|
436
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
437
|
+
"type": "string"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "value",
|
|
441
|
+
"description": "The new value to set the property to.",
|
|
442
|
+
"type": "any"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"returns": [
|
|
446
|
+
{
|
|
447
|
+
"type": {
|
|
448
|
+
"names": [
|
|
449
|
+
"void"
|
|
450
|
+
]
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"memberof": "oj-c.ProgressButton",
|
|
457
|
+
"id": "oj-c.ProgressButton#getProperty",
|
|
458
|
+
"name": "getProperty",
|
|
459
|
+
"kind": "function",
|
|
460
|
+
"longname": "oj-c.ProgressButton#getProperty",
|
|
461
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
462
|
+
"meta": {
|
|
463
|
+
"filename": "progress-button.tsx",
|
|
464
|
+
"path": "web/components/oj-c/progress-button"
|
|
465
|
+
},
|
|
466
|
+
"scope": "instance",
|
|
467
|
+
"params": [
|
|
468
|
+
{
|
|
469
|
+
"name": "property",
|
|
470
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
471
|
+
"type": "string"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"returns": [
|
|
475
|
+
{
|
|
476
|
+
"type": {
|
|
477
|
+
"names": [
|
|
478
|
+
"any"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"memberof": "oj-c.ProgressButton",
|
|
486
|
+
"id": "oj-c.ProgressButton#setProperties",
|
|
487
|
+
"name": "setProperties",
|
|
488
|
+
"kind": "function",
|
|
489
|
+
"longname": "oj-c.ProgressButton#setProperties",
|
|
490
|
+
"description": "Performs a batch set of properties.",
|
|
491
|
+
"meta": {
|
|
492
|
+
"filename": "progress-button.tsx",
|
|
493
|
+
"path": "web/components/oj-c/progress-button"
|
|
494
|
+
},
|
|
495
|
+
"scope": "instance",
|
|
496
|
+
"params": [
|
|
497
|
+
{
|
|
498
|
+
"name": "properties",
|
|
499
|
+
"description": "An object containing the property and value pairs to set.",
|
|
500
|
+
"type": "object"
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"returns": [
|
|
504
|
+
{
|
|
505
|
+
"type": {
|
|
506
|
+
"names": [
|
|
507
|
+
"void"
|
|
508
|
+
]
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"memberof": "oj-c.ProgressButton",
|
|
515
|
+
"id": "oj-c.ProgressButton#event:ojAction",
|
|
516
|
+
"name": "ojAction",
|
|
517
|
+
"kind": "event",
|
|
518
|
+
"longname": "oj-c.ProgressButton#event:ojAction",
|
|
519
|
+
"description": "Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.",
|
|
520
|
+
"meta": {
|
|
521
|
+
"filename": "progress-button.tsx",
|
|
522
|
+
"path": "web/components/oj-c/progress-button"
|
|
523
|
+
},
|
|
524
|
+
"scope": "instance"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"memberof": "oj-c.ProgressButton",
|
|
528
|
+
"id": "oj-c.ProgressButton#startIcon",
|
|
529
|
+
"name": "startIcon",
|
|
530
|
+
"kind": "member",
|
|
531
|
+
"longname": "oj-c.ProgressButton#startIcon",
|
|
532
|
+
"description": "The startIcon slot is the button's start icon. The oj-c-progress-button element accepts DOM nodes as children with the startIcon slot.",
|
|
533
|
+
"meta": {
|
|
534
|
+
"filename": "progress-button.tsx",
|
|
535
|
+
"path": "web/components/oj-c/progress-button"
|
|
536
|
+
},
|
|
537
|
+
"scope": "instance",
|
|
538
|
+
"ojchild": false,
|
|
539
|
+
"ojslot": true
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "oj-c.ProgressButton.touchDoc",
|
|
543
|
+
"name": "touchDoc",
|
|
544
|
+
"kind": "member",
|
|
545
|
+
"longname": "oj-c.ProgressButton.touchDoc",
|
|
546
|
+
"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>Progress Button</td>\n <td><kbd>Tap</kbd></td>\n <td>Push the button.</td>\n </tr>\n </tbody>\n</table>",
|
|
547
|
+
"memberof": "oj-c.ProgressButton",
|
|
548
|
+
"meta": {
|
|
549
|
+
"filename": "progress-button.tsx",
|
|
550
|
+
"path": "web/components/oj-c/progress-button"
|
|
551
|
+
},
|
|
552
|
+
"ojfragment": true
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "oj-c.ProgressButton.keyboardDoc",
|
|
556
|
+
"name": "keyboardDoc",
|
|
557
|
+
"kind": "member",
|
|
558
|
+
"longname": "oj-c.ProgressButton.keyboardDoc",
|
|
559
|
+
"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>Progress Button</td>\n <td><kbd>Enter</kbd> or <kbd>Space</kbd></td>\n <td>Push the button.</td>\n </tr>\n </tbody>\n</table>",
|
|
560
|
+
"memberof": "oj-c.ProgressButton",
|
|
561
|
+
"meta": {
|
|
562
|
+
"filename": "progress-button.tsx",
|
|
563
|
+
"path": "web/components/oj-c/progress-button"
|
|
564
|
+
},
|
|
565
|
+
"ojfragment": true
|
|
566
|
+
}
|
|
567
|
+
]
|