@oracle/oraclejet-core-pack 14.0.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/Avatar.json +458 -0
- package/oj-c/Button.json +536 -0
- package/oj-c/Collapsible.json +396 -0
- package/oj-c/FilePicker.json +555 -0
- package/oj-c/InputNumber.json +1321 -0
- package/oj-c/InputPassword.json +1164 -0
- package/oj-c/InputText.json +1411 -0
- package/oj-c/ListItemLayout.json +313 -0
- package/oj-c/MessageToast.json +334 -0
- package/oj-c/MeterBar.json +735 -0
- package/oj-c/MeterCircle.json +797 -0
- package/oj-c/ProgressBar.json +212 -0
- package/oj-c/ProgressCircle.json +223 -0
- package/oj-c/RatingGauge.json +495 -0
- package/oj-c/SelectMultiple.json +1143 -0
- package/oj-c/SelectSingle.json +1450 -0
- package/oj-c/SplitMenuButton.json +495 -0
- package/oj-c/TextArea.json +1283 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +32 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +87 -0
- package/oj-c/avatar/__webdriver__/index.js +74 -0
- package/oj-c/avatar/avatar-styles.css +10 -0
- package/oj-c/avatar/avatar.js +27 -0
- package/oj-c/avatar/component.json +227 -0
- package/oj-c/avatar/index.js +6 -0
- package/oj-c/avatar.js +6 -0
- package/oj-c/button/__tests__/button.test.js +20 -0
- package/oj-c/button/__webdriver__/ButtonWebElement.js +96 -0
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +96 -0
- package/oj-c/button/__webdriver__/index.js +74 -0
- package/oj-c/button/button-styles.css +11 -0
- package/oj-c/button/button.js +71 -0
- package/oj-c/button/component.json +243 -0
- package/oj-c/button/index.js +6 -0
- package/oj-c/button.js +6 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +116 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +60 -0
- package/oj-c/collapsible/__webdriver__/index.js +74 -0
- package/oj-c/collapsible/collapsible-styles.css +11 -0
- package/oj-c/collapsible/collapsible.js +69 -0
- package/oj-c/collapsible/component.json +184 -0
- package/oj-c/collapsible/index.js +6 -0
- package/oj-c/collapsible.js +6 -0
- package/oj-c/component.json +104 -0
- package/oj-c/corepackbundle.js +4049 -0
- package/oj-c/docs/avatar.html +149 -0
- package/oj-c/docs/button.html +149 -0
- package/oj-c/docs/collapsible.html +149 -0
- package/oj-c/docs/file-picker.html +149 -0
- package/oj-c/docs/index.html +168 -0
- package/oj-c/docs/input-number.html +149 -0
- package/oj-c/docs/input-password.html +149 -0
- package/oj-c/docs/input-text.html +149 -0
- package/oj-c/docs/jsDocMd.json +1 -0
- package/oj-c/docs/list-item-layout.html +149 -0
- package/oj-c/docs/message-toast.html +149 -0
- package/oj-c/docs/meter-bar.html +149 -0
- package/oj-c/docs/meter-circle.html +149 -0
- package/oj-c/docs/oj-c.Avatar.html +1778 -0
- package/oj-c/docs/oj-c.Button.html +2065 -0
- package/oj-c/docs/oj-c.Collapsible.html +1990 -0
- package/oj-c/docs/oj-c.FilePicker.html +2380 -0
- package/oj-c/docs/oj-c.InputNumber.html +5850 -0
- package/oj-c/docs/oj-c.InputPassword.html +4891 -0
- package/oj-c/docs/oj-c.InputText.html +5772 -0
- package/oj-c/docs/oj-c.ListItemLayout.html +1549 -0
- package/oj-c/docs/oj-c.MessageToast.html +1574 -0
- package/oj-c/docs/oj-c.MeterBar.html +3193 -0
- package/oj-c/docs/oj-c.MeterCircle.html +3502 -0
- package/oj-c/docs/oj-c.ProgressBar.html +1122 -0
- package/oj-c/docs/oj-c.ProgressCircle.html +1138 -0
- package/oj-c/docs/oj-c.RatingGauge.html +2320 -0
- package/oj-c/docs/oj-c.SelectMultiple.html +4720 -0
- package/oj-c/docs/oj-c.SelectSingle.html +5920 -0
- package/oj-c/docs/oj-c.SplitMenuButton.html +1891 -0
- package/oj-c/docs/oj-c.TextArea.html +5447 -0
- package/oj-c/docs/progress-bar.html +149 -0
- package/oj-c/docs/progress-circle.html +149 -0
- package/oj-c/docs/rating-gauge.html +149 -0
- package/oj-c/docs/scripts/deprecated.js +268 -0
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/oj-c/docs/scripts/prettify/lang-css.js +9 -0
- package/oj-c/docs/scripts/prettify/prettify.js +35 -0
- package/oj-c/docs/select-multiple.html +149 -0
- package/oj-c/docs/select-single.html +149 -0
- package/oj-c/docs/split-menu-button.html +149 -0
- package/oj-c/docs/styles/images/bookmark.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
- package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
- package/oj-c/docs/styles/jsdoc-default.css +851 -0
- package/oj-c/docs/styles/prettify-jsdoc.css +111 -0
- package/oj-c/docs/styles/prettify-tomorrow.css +132 -0
- package/oj-c/docs/text-area.html +149 -0
- package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/editable-value/component.json +9 -0
- package/oj-c/editable-value/utils/utils.js +31 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +32 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +87 -0
- package/oj-c/file-picker/__webdriver__/index.js +74 -0
- package/oj-c/file-picker/component.json +209 -0
- package/oj-c/file-picker/file-picker-styles.css +17 -0
- package/oj-c/file-picker/file-picker.js +59 -0
- package/oj-c/file-picker/index.js +6 -0
- package/oj-c/file-picker.js +6 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/hooks/component.json +9 -0
- package/oj-c/input-number/__dev__/input-number.doc.mdx +31 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +32 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +339 -0
- package/oj-c/input-number/__webdriver__/index.js +74 -0
- package/oj-c/input-number/component.json +536 -0
- package/oj-c/input-number/index.js +6 -0
- package/oj-c/input-number/input-number-styles.css +13 -0
- package/oj-c/input-number/input-number.js +119 -0
- package/oj-c/input-number/stepBasisUtils.js +76 -0
- package/oj-c/input-number/useImplicitNumberConverter.js +12 -0
- package/oj-c/input-number/useImplicitNumberRangeValidator.js +28 -0
- package/oj-c/input-number/useNumberInputTextPreact.js +153 -0
- package/oj-c/input-number.js +6 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +32 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +258 -0
- package/oj-c/input-password/__webdriver__/index.js +74 -0
- package/oj-c/input-password/component.json +488 -0
- package/oj-c/input-password/index.js +6 -0
- package/oj-c/input-password/input-password-styles.css +13 -0
- package/oj-c/input-password/input-password.js +112 -0
- package/oj-c/input-password/useInputPasswordPreact.js +46 -0
- package/oj-c/input-password.js +6 -0
- package/oj-c/input-text/__dev__/input-text.doc.mdx +30 -0
- package/oj-c/input-text/__tests__/input-text.test.js +70 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +32 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +294 -0
- package/oj-c/input-text/__webdriver__/index.js +74 -0
- package/oj-c/input-text/component.json +580 -0
- package/oj-c/input-text/index.js +6 -0
- package/oj-c/input-text/input-text-styles.css +13 -0
- package/oj-c/input-text/input-text.js +118 -0
- package/oj-c/input-text/useInputTextPreact.js +46 -0
- package/oj-c/input-text.js +6 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +32 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +42 -0
- package/oj-c/list-item-layout/__webdriver__/index.js +74 -0
- package/oj-c/list-item-layout/component.json +139 -0
- package/oj-c/list-item-layout/index.js +6 -0
- package/oj-c/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/list-item-layout/list-item-layout.js +30 -0
- package/oj-c/list-item-layout.js +6 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +32 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +78 -0
- package/oj-c/message-toast/__webdriver__/index.js +74 -0
- package/oj-c/message-toast/component.json +244 -0
- package/oj-c/message-toast/index.js +6 -0
- package/oj-c/message-toast/message-toast-styles.css +8 -0
- package/oj-c/message-toast/message-toast.js +35 -0
- package/oj-c/message-toast.js +6 -0
- package/oj-c/metadata/allComponents.json +5552 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +32 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +195 -0
- package/oj-c/meter-bar/__webdriver__/index.js +74 -0
- package/oj-c/meter-bar/component.json +246 -0
- package/oj-c/meter-bar/index.js +6 -0
- package/oj-c/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/meter-bar/meter-bar.js +44 -0
- package/oj-c/meter-bar.js +6 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +32 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +213 -0
- package/oj-c/meter-circle/__webdriver__/index.js +74 -0
- package/oj-c/meter-circle/component.json +289 -0
- package/oj-c/meter-circle/index.js +6 -0
- package/oj-c/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/meter-circle/meter-circle.js +47 -0
- package/oj-c/meter-circle.js +6 -0
- package/oj-c/min/avatar/avatar-styles.css +10 -0
- package/oj-c/min/avatar.js +2 -0
- package/oj-c/min/avatar.js.map +1 -0
- package/oj-c/min/button/button-styles.css +11 -0
- package/oj-c/min/button.js +2 -0
- package/oj-c/min/button.js.map +1 -0
- package/oj-c/min/collapsible/collapsible-styles.css +11 -0
- package/oj-c/min/collapsible.js +2 -0
- package/oj-c/min/collapsible.js.map +1 -0
- package/oj-c/min/corepackbundle.css +226 -0
- package/oj-c/min/corepackbundle.js +6 -0
- package/oj-c/min/corepackbundle.js.map +1 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/min/editable-value/component.json +9 -0
- package/oj-c/min/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/min/editable-value/utils/utils.js +31 -0
- package/oj-c/min/file-picker/file-picker-styles.css +17 -0
- package/oj-c/min/file-picker.js +2 -0
- package/oj-c/min/file-picker.js.map +1 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/min/hooks/component.json +9 -0
- package/oj-c/min/input-number/input-number-styles.css +13 -0
- package/oj-c/min/input-number.js +2 -0
- package/oj-c/min/input-number.js.map +1 -0
- package/oj-c/min/input-password/input-password-styles.css +13 -0
- package/oj-c/min/input-password.js +2 -0
- package/oj-c/min/input-password.js.map +1 -0
- package/oj-c/min/input-text/input-text-styles.css +13 -0
- package/oj-c/min/input-text.js +2 -0
- package/oj-c/min/input-text.js.map +1 -0
- package/oj-c/min/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/min/list-item-layout.js +2 -0
- package/oj-c/min/list-item-layout.js.map +1 -0
- package/oj-c/min/message-toast/message-toast-styles.css +8 -0
- package/oj-c/min/message-toast.js +2 -0
- package/oj-c/min/message-toast.js.map +1 -0
- package/oj-c/min/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/min/meter-bar.js +2 -0
- package/oj-c/min/meter-bar.js.map +1 -0
- package/oj-c/min/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/min/meter-circle.js +2 -0
- package/oj-c/min/meter-circle.js.map +1 -0
- package/oj-c/min/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/min/progress-bar.js +2 -0
- package/oj-c/min/progress-bar.js.map +1 -0
- package/oj-c/min/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/min/progress-circle.js +2 -0
- package/oj-c/min/progress-circle.js.map +1 -0
- package/oj-c/min/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/min/rating-gauge.js +2 -0
- package/oj-c/min/rating-gauge.js.map +1 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/min/select-common/component.json +9 -0
- package/oj-c/min/select-common/utils/utils.d.ts +10 -0
- package/oj-c/min/select-common/utils/utils.js +19 -0
- package/oj-c/min/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/min/select-multiple.js +3 -0
- package/oj-c/min/select-multiple.js.map +1 -0
- package/oj-c/min/select-single/select-single-styles.css +22 -0
- package/oj-c/min/select-single.js +3 -0
- package/oj-c/min/select-single.js.map +1 -0
- package/oj-c/min/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/min/split-menu-button.js +2 -0
- package/oj-c/min/split-menu-button.js.map +1 -0
- package/oj-c/min/text-area/text-area-styles.css +13 -0
- package/oj-c/min/text-area.js +2 -0
- package/oj-c/min/text-area.js.map +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/min/utils/component.json +9 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +32 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +60 -0
- package/oj-c/progress-bar/__webdriver__/index.js +74 -0
- package/oj-c/progress-bar/component.json +123 -0
- package/oj-c/progress-bar/index.js +6 -0
- package/oj-c/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/progress-bar/progress-bar.js +26 -0
- package/oj-c/progress-bar.js +6 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +32 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +60 -0
- package/oj-c/progress-circle/__webdriver__/index.js +74 -0
- package/oj-c/progress-circle/component.json +128 -0
- package/oj-c/progress-circle/index.js +6 -0
- package/oj-c/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/progress-circle/progress-circle.js +26 -0
- package/oj-c/progress-circle.js +6 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +32 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +168 -0
- package/oj-c/rating-gauge/__webdriver__/index.js +74 -0
- package/oj-c/rating-gauge/component.json +188 -0
- package/oj-c/rating-gauge/index.js +6 -0
- package/oj-c/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/rating-gauge/rating-gauge.js +44 -0
- package/oj-c/rating-gauge.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/select-common/component.json +9 -0
- package/oj-c/select-common/utils/utils.js +19 -0
- package/oj-c/select-multiple/__dev__/select-multiple.doc.mdx +30 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +32 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +258 -0
- package/oj-c/select-multiple/__webdriver__/index.js +74 -0
- package/oj-c/select-multiple/component.json +475 -0
- package/oj-c/select-multiple/index.js +6 -0
- package/oj-c/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/select-multiple/select-multiple.js +108 -0
- package/oj-c/select-multiple/useSelectMultiplePreact.js +123 -0
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +125 -0
- package/oj-c/select-multiple/useValueItems.js +22 -0
- package/oj-c/select-multiple.js +6 -0
- package/oj-c/select-single/__dev__/select-single.doc.mdx +30 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +32 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +258 -0
- package/oj-c/select-single/__webdriver__/index.js +74 -0
- package/oj-c/select-single/component.json +545 -0
- package/oj-c/select-single/index.js +6 -0
- package/oj-c/select-single/select-single-styles.css +22 -0
- package/oj-c/select-single/select-single.js +108 -0
- package/oj-c/select-single/useSelectSinglePreact.js +157 -0
- package/oj-c/select-single/useSyncValueAndValueItem.js +110 -0
- package/oj-c/select-single/useValueItem.js +18 -0
- package/oj-c/select-single.js +6 -0
- package/oj-c/split-menu-button/__dev__/split-menu-button.doc.mdx +32 -0
- package/oj-c/split-menu-button/__tests__/split-menu-button.test.js +17 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +32 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +87 -0
- package/oj-c/split-menu-button/__webdriver__/index.js +74 -0
- package/oj-c/split-menu-button/component.json +205 -0
- package/oj-c/split-menu-button/index.js +6 -0
- package/oj-c/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/split-menu-button/split-menu-button.js +76 -0
- package/oj-c/split-menu-button.js +6 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +32 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +285 -0
- package/oj-c/text-area/__webdriver__/index.js +74 -0
- package/oj-c/text-area/component.json +497 -0
- package/oj-c/text-area/index.js +6 -0
- package/oj-c/text-area/text-area-styles.css +13 -0
- package/oj-c/text-area/text-area.js +138 -0
- package/oj-c/text-area/useTextAreaAutosizePreact.js +44 -0
- package/oj-c/text-area/useTextAreaPreact.js +46 -0
- package/oj-c/text-area.js +6 -0
- package/oj-c/types/avatar/avatar.d.ts +68 -0
- package/oj-c/types/avatar/index.d.ts +2 -0
- package/oj-c/types/button/__tests__/button.test.d.ts +1 -0
- package/oj-c/types/button/button.d.ts +91 -0
- package/oj-c/types/button/index.d.ts +2 -0
- package/oj-c/types/collapsible/collapsible.d.ts +88 -0
- package/oj-c/types/collapsible/index.d.ts +2 -0
- package/oj-c/types/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/types/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/types/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/types/file-picker/file-picker.d.ts +103 -0
- package/oj-c/types/file-picker/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/types/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/types/input-number/index.d.ts +2 -0
- package/oj-c/types/input-number/input-number.d.ts +231 -0
- package/oj-c/types/input-number/stepBasisUtils.d.ts +1 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +10 -0
- package/oj-c/types/input-number/useImplicitNumberRangeValidator.d.ts +17 -0
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +54 -0
- package/oj-c/types/input-password/index.d.ts +2 -0
- package/oj-c/types/input-password/input-password.d.ts +183 -0
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +40 -0
- package/oj-c/types/input-text/__tests__/input-text.test.d.ts +1 -0
- package/oj-c/types/input-text/index.d.ts +2 -0
- package/oj-c/types/input-text/input-text.d.ts +212 -0
- package/oj-c/types/input-text/useInputTextPreact.d.ts +47 -0
- package/oj-c/types/list-item-layout/index.d.ts +2 -0
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +53 -0
- package/oj-c/types/message-toast/index.d.ts +2 -0
- package/oj-c/types/message-toast/message-toast.d.ts +83 -0
- package/oj-c/types/meter-bar/index.d.ts +2 -0
- package/oj-c/types/meter-bar/meter-bar.d.ts +133 -0
- package/oj-c/types/meter-circle/index.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +148 -0
- package/oj-c/types/progress-bar/index.d.ts +2 -0
- package/oj-c/types/progress-bar/progress-bar.d.ts +53 -0
- package/oj-c/types/progress-circle/index.d.ts +2 -0
- package/oj-c/types/progress-circle/progress-circle.d.ts +53 -0
- package/oj-c/types/rating-gauge/index.d.ts +2 -0
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +109 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/types/select-common/utils/utils.d.ts +10 -0
- package/oj-c/types/select-multiple/index.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +176 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +42 -0
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +17 -0
- package/oj-c/types/select-multiple/useValueItems.d.ts +6 -0
- package/oj-c/types/select-single/index.d.ts +2 -0
- package/oj-c/types/select-single/select-single.d.ts +186 -0
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +42 -0
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +17 -0
- package/oj-c/types/select-single/useValueItem.d.ts +5 -0
- package/oj-c/types/split-menu-button/__tests__/split-menu-button.test.d.ts +1 -0
- package/oj-c/types/split-menu-button/index.d.ts +2 -0
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +93 -0
- package/oj-c/types/text-area/index.d.ts +2 -0
- package/oj-c/types/text-area/text-area.d.ts +209 -0
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +44 -0
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +44 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/utils/component.json +9 -0
- package/package.json +22 -0
- package/webdriver/docs/.nojekyll +1 -0
- package/webdriver/docs/assets/highlight.css +78 -0
- package/webdriver/docs/assets/icons.css +1043 -0
- package/webdriver/docs/assets/icons.png +0 -0
- package/webdriver/docs/assets/icons@2x.png +0 -0
- package/webdriver/docs/assets/main.js +52 -0
- package/webdriver/docs/assets/search.js +1 -0
- package/webdriver/docs/assets/style.css +1414 -0
- package/webdriver/docs/assets/widgets.png +0 -0
- package/webdriver/docs/assets/widgets@2x.png +0 -0
- package/webdriver/docs/classes/AvatarWebElement.html +117 -0
- package/webdriver/docs/classes/ButtonWebElement.html +163 -0
- package/webdriver/docs/classes/CollapsibleWebElement.html +111 -0
- package/webdriver/docs/classes/FilePickerWebElement.html +117 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +231 -0
- package/webdriver/docs/classes/InputPasswordWebElement.html +195 -0
- package/webdriver/docs/classes/InputTextWebElement.html +211 -0
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +97 -0
- package/webdriver/docs/classes/MessageToastWebElement.html +113 -0
- package/webdriver/docs/classes/MeterBarWebElement.html +153 -0
- package/webdriver/docs/classes/MeterCircleWebElement.html +159 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +105 -0
- package/webdriver/docs/classes/ProgressCircleWebElement.html +105 -0
- package/webdriver/docs/classes/RatingGaugeWebElement.html +147 -0
- package/webdriver/docs/classes/SelectMultipleWebElement.html +196 -0
- package/webdriver/docs/classes/SelectSingleWebElement.html +196 -0
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +117 -0
- package/webdriver/docs/classes/TextAreaWebElement.html +207 -0
- package/webdriver/docs/index.html +16 -0
- package/webdriver/docs/modules.html +181 -0
- package/webdriver/index.js +34 -0
- package/webdriver/index.ts +18 -0
|
@@ -0,0 +1,735 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.MeterBar",
|
|
5
|
+
"name": "MeterBar",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.MeterBar",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"meterBarOverview-section\">\n JET meter bar\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#meterBarOverview-section\"></a>\n</h3>\nA meter bar is typically used to display or accept user feedback on a product or service.\n<pre class=\"prettyprint\"><code><oj-c-meter-bar value='4'></oj-c-meter-bar></code></pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n<p>\nThe application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as\nthe oj-c-meter-bar element does not provide a default descriptor.\n</p>\n<p>\nIf an application is using thresholds or reference lines, they need to include the information for screender readers using the following methods:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n </ul>\n</p>\n<p>\nIf you are using indicatorColor, applications are responsible for making sure that the color meets the\n<a href=\"https://www.w3.org/TR/WCAG21/#contrast-minimum\">minimum contrast ratio</a>.\n</p>\n\n<h3 id=\"keyboardSection\">\n Keyboard\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboardSection\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Submit the current value of the meter bar.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element and submit the current value of the meter bar.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>End</kbd></td>\n <td>Increase the meter bar's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>Home</kbd></td>\n <td>Decrease the meter bar's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>UpArrow</kbd></td>\n <td>Increase the meter bar's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>DownArrow</kbd></td>\n <td>Decrease the meter bar's transient value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Decrease the meter bar's transient value in left-to-right locales. Increase the meter bar's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Increase the meter bar's transient value in left-to-right locales. Decrease the meter bar's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\nTouch 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>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Press and Hold</kbd></td>\n <td>Activate tooltip or datatip.</td>\n </tr>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-meter-bar",
|
|
12
|
+
"tagWithBrackets": "<oj-c-meter-bar>",
|
|
13
|
+
"domInterface": "CMeterBarElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-meter-bar>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "MeterBar",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CMeterBarElement extends JetElement<MeterBarElementSettableProperties>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CMeterBarElement extends JetElement<MeterBarElementSettableProperties>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"since": "14.0.0",
|
|
31
|
+
"meta": {
|
|
32
|
+
"filename": "meter-bar.tsx",
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
34
|
+
},
|
|
35
|
+
"ojmodule": "meter-bar"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"memberof": "oj-c.MeterBar",
|
|
39
|
+
"id": "oj-c.MeterBar#max",
|
|
40
|
+
"name": "max",
|
|
41
|
+
"kind": "member",
|
|
42
|
+
"longname": "oj-c.MeterBar#max",
|
|
43
|
+
"optional": true,
|
|
44
|
+
"scope": "instance",
|
|
45
|
+
"description": "Integer value specifying the maximum value of the meter bar.",
|
|
46
|
+
"meta": {
|
|
47
|
+
"filename": "meter-bar.tsx",
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
49
|
+
},
|
|
50
|
+
"defaultvalue": 100,
|
|
51
|
+
"type": {
|
|
52
|
+
"names": [
|
|
53
|
+
"number"
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"memberof": "oj-c.MeterBar",
|
|
59
|
+
"id": "oj-c.MeterBar#min",
|
|
60
|
+
"name": "min",
|
|
61
|
+
"kind": "member",
|
|
62
|
+
"longname": "oj-c.MeterBar#min",
|
|
63
|
+
"optional": true,
|
|
64
|
+
"scope": "instance",
|
|
65
|
+
"description": "Integer value specifying the minimum value of the meter bar.",
|
|
66
|
+
"meta": {
|
|
67
|
+
"filename": "meter-bar.tsx",
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
69
|
+
},
|
|
70
|
+
"defaultvalue": 0,
|
|
71
|
+
"type": {
|
|
72
|
+
"names": [
|
|
73
|
+
"number"
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"memberof": "oj-c.MeterBar",
|
|
79
|
+
"id": "oj-c.MeterBar#readonly",
|
|
80
|
+
"name": "readonly",
|
|
81
|
+
"kind": "member",
|
|
82
|
+
"longname": "oj-c.MeterBar#readonly",
|
|
83
|
+
"optional": true,
|
|
84
|
+
"scope": "instance",
|
|
85
|
+
"description": "Defines whether the value of the meter bar can be changed by the end user.",
|
|
86
|
+
"meta": {
|
|
87
|
+
"filename": "meter-bar.tsx",
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
89
|
+
},
|
|
90
|
+
"defaultvalue": false,
|
|
91
|
+
"type": {
|
|
92
|
+
"names": [
|
|
93
|
+
"boolean"
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"memberof": "oj-c.MeterBar",
|
|
99
|
+
"id": "oj-c.MeterBar#value",
|
|
100
|
+
"name": "value",
|
|
101
|
+
"kind": "member",
|
|
102
|
+
"longname": "oj-c.MeterBar#value",
|
|
103
|
+
"optional": true,
|
|
104
|
+
"scope": "instance",
|
|
105
|
+
"ojwriteback": true,
|
|
106
|
+
"description": "The value of the meter bar.",
|
|
107
|
+
"meta": {
|
|
108
|
+
"filename": "meter-bar.tsx",
|
|
109
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
110
|
+
},
|
|
111
|
+
"defaultvalue": 0,
|
|
112
|
+
"type": {
|
|
113
|
+
"names": [
|
|
114
|
+
"number|null"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"memberof": "oj-c.MeterBar",
|
|
120
|
+
"id": "oj-c.MeterBar#step",
|
|
121
|
+
"name": "step",
|
|
122
|
+
"kind": "member",
|
|
123
|
+
"longname": "oj-c.MeterBar#step",
|
|
124
|
+
"optional": true,
|
|
125
|
+
"scope": "instance",
|
|
126
|
+
"description": "Specifies the increment by which values can be changed by the end user when readonly is false. The step must be a positive value that is smaller than the difference between the min and max.",
|
|
127
|
+
"meta": {
|
|
128
|
+
"filename": "meter-bar.tsx",
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
130
|
+
},
|
|
131
|
+
"defaultvalue": 1,
|
|
132
|
+
"type": {
|
|
133
|
+
"names": [
|
|
134
|
+
"number"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"memberof": "oj-c.MeterBar",
|
|
140
|
+
"id": "oj-c.MeterBar#color",
|
|
141
|
+
"name": "color",
|
|
142
|
+
"kind": "member",
|
|
143
|
+
"longname": "oj-c.MeterBar#color",
|
|
144
|
+
"optional": true,
|
|
145
|
+
"scope": "instance",
|
|
146
|
+
"description": "Specifies the color of the meter bar indicator. Only applies when thresholdDisplay is not set to indicator.",
|
|
147
|
+
"meta": {
|
|
148
|
+
"filename": "meter-bar.tsx",
|
|
149
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
150
|
+
},
|
|
151
|
+
"type": {
|
|
152
|
+
"names": [
|
|
153
|
+
"string"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"tstype": [
|
|
157
|
+
{
|
|
158
|
+
"target": "Type",
|
|
159
|
+
"value": "string",
|
|
160
|
+
"jsdocOverride": true
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"memberof": "oj-c.MeterBar",
|
|
166
|
+
"id": "oj-c.MeterBar#indicatorSize",
|
|
167
|
+
"name": "indicatorSize",
|
|
168
|
+
"kind": "member",
|
|
169
|
+
"longname": "oj-c.MeterBar#indicatorSize",
|
|
170
|
+
"optional": true,
|
|
171
|
+
"scope": "instance",
|
|
172
|
+
"description": "Specifies the ratio of relative thickness of the indicator to the plot area.",
|
|
173
|
+
"meta": {
|
|
174
|
+
"filename": "meter-bar.tsx",
|
|
175
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
176
|
+
},
|
|
177
|
+
"defaultvalue": 1,
|
|
178
|
+
"type": {
|
|
179
|
+
"names": [
|
|
180
|
+
"number"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"memberof": "oj-c.MeterBar",
|
|
186
|
+
"id": "oj-c.MeterBar#plotArea",
|
|
187
|
+
"name": "plotArea",
|
|
188
|
+
"kind": "member",
|
|
189
|
+
"longname": "oj-c.MeterBar#plotArea",
|
|
190
|
+
"optional": true,
|
|
191
|
+
"scope": "instance",
|
|
192
|
+
"description": "Specifies the plot area of the meter bar.",
|
|
193
|
+
"meta": {
|
|
194
|
+
"filename": "meter-bar.tsx",
|
|
195
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
196
|
+
},
|
|
197
|
+
"type": {
|
|
198
|
+
"names": [
|
|
199
|
+
"Object"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"tstype": [
|
|
203
|
+
{
|
|
204
|
+
"target": "Type",
|
|
205
|
+
"value": "oj-c.MeterBar.PlotArea",
|
|
206
|
+
"jsdocOverride": true
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"memberof": "oj-c.MeterBar",
|
|
212
|
+
"id": "oj-c.MeterBar#orientation",
|
|
213
|
+
"name": "orientation",
|
|
214
|
+
"kind": "member",
|
|
215
|
+
"longname": "oj-c.MeterBar#orientation",
|
|
216
|
+
"optional": true,
|
|
217
|
+
"scope": "instance",
|
|
218
|
+
"description": "Specifies the orientation of the meter bar to render.",
|
|
219
|
+
"meta": {
|
|
220
|
+
"filename": "meter-bar.tsx",
|
|
221
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
222
|
+
},
|
|
223
|
+
"defaultvalue": "\"horizontal\"",
|
|
224
|
+
"type": {
|
|
225
|
+
"names": [
|
|
226
|
+
"\"vertical\"",
|
|
227
|
+
"\"horizontal\""
|
|
228
|
+
]
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"memberof": "oj-c.MeterBar",
|
|
233
|
+
"id": "oj-c.MeterBar#referenceLines",
|
|
234
|
+
"name": "referenceLines",
|
|
235
|
+
"kind": "member",
|
|
236
|
+
"longname": "oj-c.MeterBar#referenceLines",
|
|
237
|
+
"optional": true,
|
|
238
|
+
"scope": "instance",
|
|
239
|
+
"description": "Specifies the array of objects defining the reference lines for the meter bar.",
|
|
240
|
+
"meta": {
|
|
241
|
+
"filename": "meter-bar.tsx",
|
|
242
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
243
|
+
},
|
|
244
|
+
"type": {
|
|
245
|
+
"names": [
|
|
246
|
+
"Array<object>"
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"tstype": [
|
|
250
|
+
{
|
|
251
|
+
"target": "Type",
|
|
252
|
+
"value": "Array<ReferenceLine>",
|
|
253
|
+
"jsdocOverride": true
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"memberof": "oj-c.MeterBar",
|
|
259
|
+
"id": "oj-c.MeterBar#referenceLines[].color",
|
|
260
|
+
"name": "referenceLines[].color",
|
|
261
|
+
"kind": "member",
|
|
262
|
+
"longname": "oj-c.MeterBar#referenceLines[].color",
|
|
263
|
+
"optional": true,
|
|
264
|
+
"scope": "instance",
|
|
265
|
+
"description": "The color of the reference line.",
|
|
266
|
+
"meta": {
|
|
267
|
+
"filename": "meter-bar.tsx",
|
|
268
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
269
|
+
},
|
|
270
|
+
"type": {
|
|
271
|
+
"names": [
|
|
272
|
+
"string"
|
|
273
|
+
]
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"memberof": "oj-c.MeterBar",
|
|
278
|
+
"id": "oj-c.MeterBar#referenceLines[].value",
|
|
279
|
+
"name": "referenceLines[].value",
|
|
280
|
+
"kind": "member",
|
|
281
|
+
"longname": "oj-c.MeterBar#referenceLines[].value",
|
|
282
|
+
"optional": false,
|
|
283
|
+
"scope": "instance",
|
|
284
|
+
"description": "The value of the reference line.",
|
|
285
|
+
"meta": {
|
|
286
|
+
"filename": "meter-bar.tsx",
|
|
287
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
288
|
+
},
|
|
289
|
+
"type": {
|
|
290
|
+
"names": [
|
|
291
|
+
"number"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"memberof": "oj-c.MeterBar",
|
|
297
|
+
"id": "oj-c.MeterBar#referenceLines[].position",
|
|
298
|
+
"name": "referenceLines[].position",
|
|
299
|
+
"kind": "member",
|
|
300
|
+
"longname": "oj-c.MeterBar#referenceLines[].position",
|
|
301
|
+
"optional": true,
|
|
302
|
+
"scope": "instance",
|
|
303
|
+
"description": "The position of the reference line.",
|
|
304
|
+
"meta": {
|
|
305
|
+
"filename": "meter-bar.tsx",
|
|
306
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
307
|
+
},
|
|
308
|
+
"type": {
|
|
309
|
+
"names": [
|
|
310
|
+
"\"start\"",
|
|
311
|
+
"\"end\""
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"memberof": "oj-c.MeterBar",
|
|
317
|
+
"id": "oj-c.MeterBar#thresholdDisplay",
|
|
318
|
+
"name": "thresholdDisplay",
|
|
319
|
+
"kind": "member",
|
|
320
|
+
"longname": "oj-c.MeterBar#thresholdDisplay",
|
|
321
|
+
"optional": true,
|
|
322
|
+
"scope": "instance",
|
|
323
|
+
"description": "Controls whether the current threshold is displayed on the indicator, in the plot area, or if all the thresholds are displayed in the plot area.",
|
|
324
|
+
"meta": {
|
|
325
|
+
"filename": "meter-bar.tsx",
|
|
326
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
327
|
+
},
|
|
328
|
+
"defaultvalue": "\"indicator\"",
|
|
329
|
+
"type": {
|
|
330
|
+
"names": [
|
|
331
|
+
"\"all\"",
|
|
332
|
+
"\"plotArea\"",
|
|
333
|
+
"\"indicator\""
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"memberof": "oj-c.MeterBar",
|
|
339
|
+
"id": "oj-c.MeterBar#thresholds",
|
|
340
|
+
"name": "thresholds",
|
|
341
|
+
"kind": "member",
|
|
342
|
+
"longname": "oj-c.MeterBar#thresholds",
|
|
343
|
+
"optional": true,
|
|
344
|
+
"scope": "instance",
|
|
345
|
+
"description": "An array of objects defining the thresholds for the meter bar.",
|
|
346
|
+
"meta": {
|
|
347
|
+
"filename": "meter-bar.tsx",
|
|
348
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
349
|
+
},
|
|
350
|
+
"type": {
|
|
351
|
+
"names": [
|
|
352
|
+
"Array<object>"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"tstype": [
|
|
356
|
+
{
|
|
357
|
+
"target": "Type",
|
|
358
|
+
"value": "Array<Threshold>",
|
|
359
|
+
"jsdocOverride": true
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"memberof": "oj-c.MeterBar",
|
|
365
|
+
"id": "oj-c.MeterBar#thresholds[].max",
|
|
366
|
+
"name": "thresholds[].max",
|
|
367
|
+
"kind": "member",
|
|
368
|
+
"longname": "oj-c.MeterBar#thresholds[].max",
|
|
369
|
+
"optional": false,
|
|
370
|
+
"scope": "instance",
|
|
371
|
+
"description": "The max value of the threshold.",
|
|
372
|
+
"meta": {
|
|
373
|
+
"filename": "meter-bar.tsx",
|
|
374
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
375
|
+
},
|
|
376
|
+
"type": {
|
|
377
|
+
"names": [
|
|
378
|
+
"number"
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"memberof": "oj-c.MeterBar",
|
|
384
|
+
"id": "oj-c.MeterBar#thresholds[].color",
|
|
385
|
+
"name": "thresholds[].color",
|
|
386
|
+
"kind": "member",
|
|
387
|
+
"longname": "oj-c.MeterBar#thresholds[].color",
|
|
388
|
+
"optional": true,
|
|
389
|
+
"scope": "instance",
|
|
390
|
+
"description": "The color for the threshold range.",
|
|
391
|
+
"meta": {
|
|
392
|
+
"filename": "meter-bar.tsx",
|
|
393
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
394
|
+
},
|
|
395
|
+
"type": {
|
|
396
|
+
"names": [
|
|
397
|
+
"string"
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"memberof": "oj-c.MeterBar",
|
|
403
|
+
"id": "oj-c.MeterBar#thresholds[].accessibleLabel",
|
|
404
|
+
"name": "thresholds[].accessibleLabel",
|
|
405
|
+
"kind": "member",
|
|
406
|
+
"longname": "oj-c.MeterBar#thresholds[].accessibleLabel",
|
|
407
|
+
"optional": true,
|
|
408
|
+
"scope": "instance",
|
|
409
|
+
"description": "The accessible label for the threshold range.",
|
|
410
|
+
"meta": {
|
|
411
|
+
"filename": "meter-bar.tsx",
|
|
412
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
413
|
+
},
|
|
414
|
+
"type": {
|
|
415
|
+
"names": [
|
|
416
|
+
"string"
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"memberof": "oj-c.MeterBar",
|
|
422
|
+
"id": "oj-c.MeterBar#describedBy",
|
|
423
|
+
"name": "describedBy",
|
|
424
|
+
"kind": "member",
|
|
425
|
+
"longname": "oj-c.MeterBar#describedBy",
|
|
426
|
+
"optional": true,
|
|
427
|
+
"scope": "instance",
|
|
428
|
+
"description": "Used to establish a relationship between this component and another element.\nTo facilitate correct screen reader behavior, the described-by attribute is\ncopied to the aria-describedby attribute on the component's dom.",
|
|
429
|
+
"meta": {
|
|
430
|
+
"filename": "meter-bar.tsx",
|
|
431
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
432
|
+
},
|
|
433
|
+
"type": {
|
|
434
|
+
"names": [
|
|
435
|
+
"string|null"
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"memberof": "oj-c.MeterBar",
|
|
441
|
+
"id": "oj-c.MeterBar#labelledBy",
|
|
442
|
+
"name": "labelledBy",
|
|
443
|
+
"kind": "member",
|
|
444
|
+
"longname": "oj-c.MeterBar#labelledBy",
|
|
445
|
+
"optional": true,
|
|
446
|
+
"scope": "instance",
|
|
447
|
+
"description": "Used to establish a relationship between this component and another element.\nA common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-meter-bar together for accessibility.\nThe label element has an id, which is used by the labelled-by attribute to tie the two components together to facilitate correct screen reader behavior.",
|
|
448
|
+
"meta": {
|
|
449
|
+
"filename": "meter-bar.tsx",
|
|
450
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
451
|
+
},
|
|
452
|
+
"type": {
|
|
453
|
+
"names": [
|
|
454
|
+
"string|null"
|
|
455
|
+
]
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"memberof": "oj-c.MeterBar",
|
|
460
|
+
"id": "oj-c.MeterBar#size",
|
|
461
|
+
"name": "size",
|
|
462
|
+
"kind": "member",
|
|
463
|
+
"longname": "oj-c.MeterBar#size",
|
|
464
|
+
"optional": true,
|
|
465
|
+
"scope": "instance",
|
|
466
|
+
"description": "Specifies the size of the meter bar.",
|
|
467
|
+
"meta": {
|
|
468
|
+
"filename": "meter-bar.tsx",
|
|
469
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
470
|
+
},
|
|
471
|
+
"ojvalues": [
|
|
472
|
+
{
|
|
473
|
+
"name": "sm",
|
|
474
|
+
"description": "small Meter Bar",
|
|
475
|
+
"displayName": "Small",
|
|
476
|
+
"type": {
|
|
477
|
+
"names": [
|
|
478
|
+
"string"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "md",
|
|
484
|
+
"description": "medium Meter Bar (default, if unspecified)",
|
|
485
|
+
"displayName": "Medium",
|
|
486
|
+
"type": {
|
|
487
|
+
"names": [
|
|
488
|
+
"string"
|
|
489
|
+
]
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "lg",
|
|
494
|
+
"description": "large Meter Bar",
|
|
495
|
+
"displayName": "Large",
|
|
496
|
+
"type": {
|
|
497
|
+
"names": [
|
|
498
|
+
"string"
|
|
499
|
+
]
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"defaultvalue": "\"md\"",
|
|
504
|
+
"type": {
|
|
505
|
+
"names": [
|
|
506
|
+
"\"sm\"",
|
|
507
|
+
"\"md\"",
|
|
508
|
+
"\"lg\""
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"memberof": "oj-c.MeterBar",
|
|
514
|
+
"id": "oj-c.MeterBar#datatip",
|
|
515
|
+
"name": "datatip",
|
|
516
|
+
"kind": "member",
|
|
517
|
+
"longname": "oj-c.MeterBar#datatip",
|
|
518
|
+
"optional": true,
|
|
519
|
+
"scope": "instance",
|
|
520
|
+
"description": "The function that returns a custom datatip string for given value of meter bar. The function is called with DatatipContext as context. If datatip is undefined,\nmeter bar will use the default datatip. If the returned value of the function is null, no datatip is shown.",
|
|
521
|
+
"meta": {
|
|
522
|
+
"filename": "meter-bar.tsx",
|
|
523
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
524
|
+
},
|
|
525
|
+
"type": {
|
|
526
|
+
"names": [
|
|
527
|
+
"function"
|
|
528
|
+
]
|
|
529
|
+
},
|
|
530
|
+
"tstype": [
|
|
531
|
+
{
|
|
532
|
+
"target": "Type",
|
|
533
|
+
"value": "(context: DatatipContext) => string | null",
|
|
534
|
+
"jsdocOverride": true
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"memberof": "oj-c.MeterBar",
|
|
540
|
+
"id": "oj-c.MeterBar#transientValue",
|
|
541
|
+
"name": "transientValue",
|
|
542
|
+
"kind": "member",
|
|
543
|
+
"longname": "oj-c.MeterBar#transientValue",
|
|
544
|
+
"optional": true,
|
|
545
|
+
"scope": "instance",
|
|
546
|
+
"ojwriteback": true,
|
|
547
|
+
"readonly": true,
|
|
548
|
+
"description": "A read-only property for retrieving the transient value from the meter bar. It is triggered when dragging over the meter bar.",
|
|
549
|
+
"meta": {
|
|
550
|
+
"filename": "meter-bar.tsx",
|
|
551
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
552
|
+
},
|
|
553
|
+
"type": {
|
|
554
|
+
"names": [
|
|
555
|
+
"number"
|
|
556
|
+
]
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"memberof": "oj-c.MeterBar",
|
|
561
|
+
"id": "oj-c.MeterBar#setProperty",
|
|
562
|
+
"name": "setProperty",
|
|
563
|
+
"kind": "function",
|
|
564
|
+
"longname": "oj-c.MeterBar#setProperty",
|
|
565
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
566
|
+
"meta": {
|
|
567
|
+
"filename": "meter-bar.tsx",
|
|
568
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
569
|
+
},
|
|
570
|
+
"scope": "instance",
|
|
571
|
+
"params": [
|
|
572
|
+
{
|
|
573
|
+
"name": "property",
|
|
574
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "value",
|
|
579
|
+
"description": "The new value to set the property to.",
|
|
580
|
+
"type": "any"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"returns": [
|
|
584
|
+
{
|
|
585
|
+
"type": {
|
|
586
|
+
"names": [
|
|
587
|
+
"void"
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"memberof": "oj-c.MeterBar",
|
|
595
|
+
"id": "oj-c.MeterBar#getProperty",
|
|
596
|
+
"name": "getProperty",
|
|
597
|
+
"kind": "function",
|
|
598
|
+
"longname": "oj-c.MeterBar#getProperty",
|
|
599
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
600
|
+
"meta": {
|
|
601
|
+
"filename": "meter-bar.tsx",
|
|
602
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
603
|
+
},
|
|
604
|
+
"scope": "instance",
|
|
605
|
+
"params": [
|
|
606
|
+
{
|
|
607
|
+
"name": "property",
|
|
608
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
609
|
+
"type": "string"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"returns": [
|
|
613
|
+
{
|
|
614
|
+
"type": {
|
|
615
|
+
"names": [
|
|
616
|
+
"any"
|
|
617
|
+
]
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"memberof": "oj-c.MeterBar",
|
|
624
|
+
"id": "oj-c.MeterBar#setProperties",
|
|
625
|
+
"name": "setProperties",
|
|
626
|
+
"kind": "function",
|
|
627
|
+
"longname": "oj-c.MeterBar#setProperties",
|
|
628
|
+
"description": "Performs a batch set of properties.",
|
|
629
|
+
"meta": {
|
|
630
|
+
"filename": "meter-bar.tsx",
|
|
631
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
632
|
+
},
|
|
633
|
+
"scope": "instance",
|
|
634
|
+
"params": [
|
|
635
|
+
{
|
|
636
|
+
"name": "properties",
|
|
637
|
+
"description": "An object containing the property and value pairs to set.",
|
|
638
|
+
"type": "object"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"returns": [
|
|
642
|
+
{
|
|
643
|
+
"type": {
|
|
644
|
+
"names": [
|
|
645
|
+
"void"
|
|
646
|
+
]
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "oj-c.MeterBar.touchDoc",
|
|
653
|
+
"name": "touchDoc",
|
|
654
|
+
"kind": "member",
|
|
655
|
+
"longname": "oj-c.MeterBar.touchDoc",
|
|
656
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Press and Hold</kbd></td>\n <td>Activate tooltip or datatip.</td>\n </tr>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
657
|
+
"memberof": "oj-c.MeterBar",
|
|
658
|
+
"meta": {
|
|
659
|
+
"filename": "meter-bar.tsx",
|
|
660
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
661
|
+
},
|
|
662
|
+
"ojfragment": true
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"memberof": "oj-c.MeterBar",
|
|
666
|
+
"id": "oj-c.MeterBar.PlotArea",
|
|
667
|
+
"name": "PlotArea",
|
|
668
|
+
"kind": "typedef",
|
|
669
|
+
"longname": "oj-c.MeterBar.PlotArea",
|
|
670
|
+
"scope": "static",
|
|
671
|
+
"description": "",
|
|
672
|
+
"type": {
|
|
673
|
+
"names": [
|
|
674
|
+
"Object"
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
"meta": {
|
|
678
|
+
"filename": "meter-bar.tsx",
|
|
679
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
680
|
+
},
|
|
681
|
+
"properties": [
|
|
682
|
+
{
|
|
683
|
+
"name": "color",
|
|
684
|
+
"description": "The color of the plot area.",
|
|
685
|
+
"optional": true,
|
|
686
|
+
"type": {
|
|
687
|
+
"names": [
|
|
688
|
+
"string"
|
|
689
|
+
]
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "rendered",
|
|
694
|
+
"description": "Defines if the plot area is to be rendered. The default value is on.",
|
|
695
|
+
"optional": true,
|
|
696
|
+
"type": {
|
|
697
|
+
"names": [
|
|
698
|
+
"on",
|
|
699
|
+
"off"
|
|
700
|
+
]
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"memberof": "oj-c.MeterBar",
|
|
707
|
+
"id": "oj-c.MeterBar.DatatipContext",
|
|
708
|
+
"name": "DatatipContext",
|
|
709
|
+
"kind": "typedef",
|
|
710
|
+
"longname": "oj-c.MeterBar.DatatipContext",
|
|
711
|
+
"scope": "static",
|
|
712
|
+
"description": "Context for datatip function.",
|
|
713
|
+
"type": {
|
|
714
|
+
"names": [
|
|
715
|
+
"Object"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"meta": {
|
|
719
|
+
"filename": "meter-bar.tsx",
|
|
720
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
|
|
721
|
+
},
|
|
722
|
+
"properties": [
|
|
723
|
+
{
|
|
724
|
+
"name": "value",
|
|
725
|
+
"description": "The current value of the meter bar.",
|
|
726
|
+
"optional": false,
|
|
727
|
+
"type": {
|
|
728
|
+
"names": [
|
|
729
|
+
"number"
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
]
|
|
734
|
+
}
|
|
735
|
+
]
|