@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,2320 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>Element: <oj-c-rating-gauge></title>
|
|
6
|
+
|
|
7
|
+
<script src="scripts/prettify/prettify.js"> </script>
|
|
8
|
+
<script src="scripts/prettify/lang-css.js"> </script>
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<script src="scripts/deprecated.js"></script>
|
|
13
|
+
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
15
|
+
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<nav id="nav" data-current-item="navItem31">
|
|
22
|
+
<h2>Oracle® JET</h2>
|
|
23
|
+
<h2>Core Pack Components</h2>
|
|
24
|
+
<h3>14.0.0</h3
|
|
25
|
+
<div class="deprecation-checkboxes" style="display: none">
|
|
26
|
+
<ul style="list-style: none; display: none;">
|
|
27
|
+
<li style="margin-top:0px">
|
|
28
|
+
<label for="deprecated">
|
|
29
|
+
<div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
|
|
30
|
+
</label>
|
|
31
|
+
</li>
|
|
32
|
+
<li style="margin-top:0px">
|
|
33
|
+
<label for="jsonly"></label>
|
|
34
|
+
<div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
|
|
35
|
+
</li>
|
|
36
|
+
</ul>
|
|
37
|
+
</div>
|
|
38
|
+
<ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
|
|
39
|
+
<input type="radio" id="elements_rb" name="toggle" value="Elements">
|
|
40
|
+
<label for="elements">Elements</label>
|
|
41
|
+
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
42
|
+
<label for="modules">Modules</label><br>
|
|
43
|
+
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li id="navItem1"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem2"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem3"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem4"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li id="navItem5"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem6"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem7"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem8"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li id="navItem9"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li id="navItem10"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li id="navItem11"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li id="navItem12"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li id="navItem13"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li id="navItem14"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li id="navItem15"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem16"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem17"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
|
|
44
|
+
<div id="avatar" class="module_element">
|
|
45
|
+
<a href="avatar.html">avatar</a>
|
|
46
|
+
</div><ul class="subList_lev3"><li id="navItem18"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="module">
|
|
47
|
+
<div id="button" class="module_element">
|
|
48
|
+
<a href="button.html">button</a>
|
|
49
|
+
</div><ul class="subList_lev3"><li id="navItem19"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
50
|
+
<div id="collapsible" class="module_element">
|
|
51
|
+
<a href="collapsible.html">collapsible</a>
|
|
52
|
+
</div><ul class="subList_lev3"><li id="navItem20"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
53
|
+
<div id="file-picker" class="module_element">
|
|
54
|
+
<a href="file-picker.html">file-picker</a>
|
|
55
|
+
</div><ul class="subList_lev3"><li id="navItem21"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
56
|
+
<div id="input-number" class="module_element">
|
|
57
|
+
<a href="input-number.html">input-number</a>
|
|
58
|
+
</div><ul class="subList_lev3"><li id="navItem22"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="module">
|
|
59
|
+
<div id="input-password" class="module_element">
|
|
60
|
+
<a href="input-password.html">input-password</a>
|
|
61
|
+
</div><ul class="subList_lev3"><li id="navItem23"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
62
|
+
<div id="input-text" class="module_element">
|
|
63
|
+
<a href="input-text.html">input-text</a>
|
|
64
|
+
</div><ul class="subList_lev3"><li id="navItem24"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
65
|
+
<div id="list-item-layout" class="module_element">
|
|
66
|
+
<a href="list-item-layout.html">list-item-layout</a>
|
|
67
|
+
</div><ul class="subList_lev3"><li id="navItem25"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
68
|
+
<div id="message-toast" class="module_element">
|
|
69
|
+
<a href="message-toast.html">message-toast</a>
|
|
70
|
+
</div><ul class="subList_lev3"><li id="navItem26"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="module">
|
|
71
|
+
<div id="meter-bar" class="module_element">
|
|
72
|
+
<a href="meter-bar.html">meter-bar</a>
|
|
73
|
+
</div><ul class="subList_lev3"><li id="navItem27"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="module">
|
|
74
|
+
<div id="meter-circle" class="module_element">
|
|
75
|
+
<a href="meter-circle.html">meter-circle</a>
|
|
76
|
+
</div><ul class="subList_lev3"><li id="navItem28"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="module">
|
|
77
|
+
<div id="progress-bar" class="module_element">
|
|
78
|
+
<a href="progress-bar.html">progress-bar</a>
|
|
79
|
+
</div><ul class="subList_lev3"><li id="navItem29"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="module">
|
|
80
|
+
<div id="progress-circle" class="module_element">
|
|
81
|
+
<a href="progress-circle.html">progress-circle</a>
|
|
82
|
+
</div><ul class="subList_lev3"><li id="navItem30"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="module">
|
|
83
|
+
<div id="rating-gauge" class="module_element">
|
|
84
|
+
<a href="rating-gauge.html">rating-gauge</a>
|
|
85
|
+
</div><ul class="subList_lev3"><li id="navItem31"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="module">
|
|
86
|
+
<div id="select-multiple" class="module_element">
|
|
87
|
+
<a href="select-multiple.html">select-multiple</a>
|
|
88
|
+
</div><ul class="subList_lev3"><li id="navItem32"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
89
|
+
<div id="select-single" class="module_element">
|
|
90
|
+
<a href="select-single.html">select-single</a>
|
|
91
|
+
</div><ul class="subList_lev3"><li id="navItem33"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
92
|
+
<div id="split-menu-button" class="module_element">
|
|
93
|
+
<a href="split-menu-button.html">split-menu-button</a>
|
|
94
|
+
</div><ul class="subList_lev3"><li id="navItem34"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
95
|
+
<div id="text-area" class="module_element">
|
|
96
|
+
<a href="text-area.html">text-area</a>
|
|
97
|
+
</div><ul class="subList_lev3"><li id="navItem35"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
98
|
+
</nav>
|
|
99
|
+
|
|
100
|
+
<div id="main">
|
|
101
|
+
|
|
102
|
+
<button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
|
|
103
|
+
<div class="page-title">
|
|
104
|
+
<h1>Element: <oj-c-rating-gauge></h1>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<p class="product-docs-header">
|
|
108
|
+
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
+
14.0.0</span><br>
|
|
110
|
+
</p>
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<dl class="details">
|
|
124
|
+
|
|
125
|
+
<dt class="tag-since">Since:</dt>
|
|
126
|
+
<dd class="tag-since"><ul class="dummy"><li>13.0.0</li></ul></dd>
|
|
127
|
+
|
|
128
|
+
<dt class="tag-module">Module:</dt>
|
|
129
|
+
<dd class="tag-module"><ul class="dummy"><li>rating-gauge</li></ul></dd>
|
|
130
|
+
|
|
131
|
+
</dl>
|
|
132
|
+
|
|
133
|
+
<section id="quick-nav" class="">
|
|
134
|
+
<header><h2>QuickNav</h2></header>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
<div class="quick-nav-section4">
|
|
139
|
+
<h3> <a href="#members-section">Attributes</a></h3>
|
|
140
|
+
<ul class="optionsSubList">
|
|
141
|
+
|
|
142
|
+
<li><div><a href="#changed">changed</a></div>
|
|
143
|
+
|
|
144
|
+
</li>
|
|
145
|
+
|
|
146
|
+
<li><div><a href="#color">color</a></div>
|
|
147
|
+
|
|
148
|
+
</li>
|
|
149
|
+
|
|
150
|
+
<li><div><a href="#datatip"><b>datatip</b></a></div>
|
|
151
|
+
|
|
152
|
+
</li>
|
|
153
|
+
|
|
154
|
+
<li><div><a href="#describedBy">described-by</a></div>
|
|
155
|
+
|
|
156
|
+
</li>
|
|
157
|
+
|
|
158
|
+
<li><div><a href="#disabled">disabled</a></div>
|
|
159
|
+
|
|
160
|
+
</li>
|
|
161
|
+
|
|
162
|
+
<li><div><a href="#labelledBy">labelled-by</a></div>
|
|
163
|
+
|
|
164
|
+
</li>
|
|
165
|
+
|
|
166
|
+
<li><div><a href="#max">max</a></div>
|
|
167
|
+
|
|
168
|
+
</li>
|
|
169
|
+
|
|
170
|
+
<li><div><a href="#readonly">readonly</a></div>
|
|
171
|
+
|
|
172
|
+
</li>
|
|
173
|
+
|
|
174
|
+
<li><div><a href="#size">size</a></div>
|
|
175
|
+
|
|
176
|
+
</li>
|
|
177
|
+
|
|
178
|
+
<li><div><a href="#step">step</a></div>
|
|
179
|
+
|
|
180
|
+
</li>
|
|
181
|
+
|
|
182
|
+
<li><div><a href="#tooltip">tooltip</a></div>
|
|
183
|
+
|
|
184
|
+
</li>
|
|
185
|
+
|
|
186
|
+
<li><div><a href="#transientValue">transient-value</a></div>
|
|
187
|
+
|
|
188
|
+
</li>
|
|
189
|
+
|
|
190
|
+
<li><div><a href="#value">value</a></div>
|
|
191
|
+
|
|
192
|
+
</ul>
|
|
193
|
+
<script type="text/javascript" >
|
|
194
|
+
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
195
|
+
for (var i=0; i<innerSubLists.length; i++) {
|
|
196
|
+
innerSubLists[i].parentNode.onclick=function(event) {
|
|
197
|
+
event.stopPropagation();
|
|
198
|
+
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
199
|
+
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
200
|
+
// toggle only the clicked sub properties list and not any nested ones
|
|
201
|
+
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
202
|
+
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
</script>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
</div>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
<div class="quick-nav-section4">
|
|
219
|
+
<h3><a href="#methods-section">Methods</a></h3>
|
|
220
|
+
<ul class="subList">
|
|
221
|
+
|
|
222
|
+
<li><a href="#getProperty">getProperty</a></li>
|
|
223
|
+
|
|
224
|
+
<li><a href="#setProperties">setProperties</a></li>
|
|
225
|
+
|
|
226
|
+
<li><a href="#setProperty">setProperty</a></li>
|
|
227
|
+
|
|
228
|
+
</ul>
|
|
229
|
+
|
|
230
|
+
</div>
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
<div class="quick-nav-section4">
|
|
234
|
+
<h3><a href="#typedefs-section">Type Definitions</a></h3>
|
|
235
|
+
<ul class="subList">
|
|
236
|
+
|
|
237
|
+
<li><a href="#DatatipContext">DatatipContext</a></li>
|
|
238
|
+
|
|
239
|
+
</ul>
|
|
240
|
+
</div>
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
<div class="quick-nav-section4">
|
|
244
|
+
<h3>Other Topics</h3>
|
|
245
|
+
<ul class="subList">
|
|
246
|
+
|
|
247
|
+
<li><a href="#touch-section">Touch Section</a></li>
|
|
248
|
+
|
|
249
|
+
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
250
|
+
|
|
251
|
+
</ul>
|
|
252
|
+
</div>
|
|
253
|
+
|
|
254
|
+
</section>
|
|
255
|
+
|
|
256
|
+
<section class="">
|
|
257
|
+
<header>
|
|
258
|
+
|
|
259
|
+
</br>
|
|
260
|
+
|
|
261
|
+
<div class="class-description">
|
|
262
|
+
<p><h3 id="ratingGaugeOverview-section">
|
|
263
|
+
JET Rating Gauge
|
|
264
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#ratingGaugeOverview-section"></a>
|
|
265
|
+
</h3>
|
|
266
|
+
Rating gauges are typically used to display or accept user feedback on a product or service.
|
|
267
|
+
<pre class="prettyprint"><code><oj-c-rating-gauge value='4'></oj-c-rating-gauge></code></pre>
|
|
268
|
+
|
|
269
|
+
<h3 id="a11y-section">
|
|
270
|
+
Accessibility
|
|
271
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
272
|
+
</h3>
|
|
273
|
+
<p>
|
|
274
|
+
The application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as
|
|
275
|
+
the oj-c-rating-gauge element does not provide a default descriptor.
|
|
276
|
+
</p>
|
|
277
|
+
<p>
|
|
278
|
+
Disabled content: JET supports an accessible luminosity contrast ratio,
|
|
279
|
+
as specified in <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">WCAG 2.0 - Section 1.4.3 "Contrast"</a>,
|
|
280
|
+
in the themes that are accessible. (See the "Theming" chapter of the JET Developer Guide for more information on which
|
|
281
|
+
themes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user
|
|
282
|
+
interface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio
|
|
283
|
+
required of enabled content, it cannot be used to convey meaningful information.
|
|
284
|
+
</p>
|
|
285
|
+
|
|
286
|
+
<h3 id="keyboardSection">
|
|
287
|
+
Keyboard
|
|
288
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboardSection"></a>
|
|
289
|
+
</h3>
|
|
290
|
+
|
|
291
|
+
<table class="keyboard-table">
|
|
292
|
+
<thead>
|
|
293
|
+
<tr>
|
|
294
|
+
<th>Key</th>
|
|
295
|
+
<th>Action</th>
|
|
296
|
+
</tr>
|
|
297
|
+
</thead>
|
|
298
|
+
<tbody>
|
|
299
|
+
<tr>
|
|
300
|
+
<td><kbd>Enter</kbd></td>
|
|
301
|
+
<td>Submit the current value of the gauge.</td>
|
|
302
|
+
</tr>
|
|
303
|
+
<tr>
|
|
304
|
+
<td><kbd>Tab</kbd></td>
|
|
305
|
+
<td>Move focus to next element and submit the current value of the gauge.</td>
|
|
306
|
+
</tr>
|
|
307
|
+
<tr>
|
|
308
|
+
<td><kbd>Shift + Tab</kbd></td>
|
|
309
|
+
<td>Move focus to previous element.</td>
|
|
310
|
+
</tr>
|
|
311
|
+
<tr>
|
|
312
|
+
<td><kbd>End</kbd></td>
|
|
313
|
+
<td>Increase the gauge's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
|
|
314
|
+
</tr>
|
|
315
|
+
<tr>
|
|
316
|
+
<td><kbd>Home</kbd></td>
|
|
317
|
+
<td>Decrease the gauge's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr>
|
|
320
|
+
<td><kbd>LeftArrow</kbd></td>
|
|
321
|
+
<td>Decrease the gauge's transient value in left-to-right locales. Increase the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
|
|
322
|
+
</tr>
|
|
323
|
+
<tr>
|
|
324
|
+
<td><kbd>RightArrow</kbd></td>
|
|
325
|
+
<td>Increase the gauge's transient value in left-to-right locales. Decrease the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>
|
|
326
|
+
</tr>
|
|
327
|
+
</tbody>
|
|
328
|
+
</table>
|
|
329
|
+
|
|
330
|
+
<h3 id="touch-section">
|
|
331
|
+
Touch End User Information
|
|
332
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
|
|
333
|
+
</h3>
|
|
334
|
+
|
|
335
|
+
<table class="keyboard-table">
|
|
336
|
+
<thead>
|
|
337
|
+
<tr>
|
|
338
|
+
<th>Gesture</th>
|
|
339
|
+
<th>Action</th>
|
|
340
|
+
</tr>
|
|
341
|
+
</thead>
|
|
342
|
+
<tbody>
|
|
343
|
+
<tr>
|
|
344
|
+
<td><kbd>Press and Hold</kbd></td>
|
|
345
|
+
<td>Activate tooltip or datatip.</td>
|
|
346
|
+
</tr>
|
|
347
|
+
<tr>
|
|
348
|
+
<td><kbd>Drag</kbd></td>
|
|
349
|
+
<td>Value change when <code class="prettyprint">readonly</code> or <code class="prettyprint">disabled</code> is <code class="prettyprint">false</code>.</td>
|
|
350
|
+
</tr>
|
|
351
|
+
</tbody>
|
|
352
|
+
</table></p>
|
|
353
|
+
</div>
|
|
354
|
+
</br>
|
|
355
|
+
|
|
356
|
+
</header>
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
<article>
|
|
360
|
+
<div class="container-overview">
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
<div class="usage-section">
|
|
364
|
+
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
365
|
+
|
|
366
|
+
<dt class="null" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CRatingGaugeElement</span></p></h5></dt>
|
|
367
|
+
|
|
368
|
+
<dl>
|
|
369
|
+
<dt><h5>Typescript Import Format</h5></dt>
|
|
370
|
+
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CRatingGaugeElement} from "oj-c/rating-gauge";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/rating-gauge";</code></pre></dd>
|
|
371
|
+
</dl>
|
|
372
|
+
|
|
373
|
+
<p>For additional information visit:</p>
|
|
374
|
+
<ul>
|
|
375
|
+
|
|
376
|
+
<li><a href="../../../jsdocs/CustomElementOverview.html" target="_blank">Using JET Custom Elements</a></li>
|
|
377
|
+
|
|
378
|
+
<li><a href="../../../jsdocs/TypescriptOverview.html" target="_blank">Using JET with TypeScript</a></li>
|
|
379
|
+
<li><a href="../../../jsdocs/ModuleLoadingOverview.html" target="_blank">JET Module Loading</a></li>
|
|
380
|
+
</ul>
|
|
381
|
+
|
|
382
|
+
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
383
|
+
until the <a href="../../../jsdocs/oj.BusyContext.html" target="_blank">BusyContext</a> indicates that the component is ready for interaction.</p>
|
|
384
|
+
|
|
385
|
+
</div>
|
|
386
|
+
<br>
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
<dl class="details">
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</dl>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
</div>
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
<h3 id="members-section" class="subsection-title">
|
|
443
|
+
Attributes
|
|
444
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
445
|
+
</h3>
|
|
446
|
+
|
|
447
|
+
<dl>
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
<dt class="">
|
|
451
|
+
|
|
452
|
+
<h4 id="changed" class="name">
|
|
453
|
+
|
|
454
|
+
<span class="type-signature"></span>changed<span class="type-signature"> :boolean</span>
|
|
455
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#changed"></a>
|
|
456
|
+
|
|
457
|
+
</h4>
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
</dt>
|
|
461
|
+
|
|
462
|
+
<dd class="">
|
|
463
|
+
|
|
464
|
+
<div class="description">
|
|
465
|
+
Whether there has been a value entered by the user even if it is the same as the initial value.
|
|
466
|
+
</div>
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
<dl class="details">
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
<dt class="tag-default">Default Value:</dt>
|
|
478
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
<dt class="tag-default">Supports writeback:</dt>
|
|
483
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
</dl>
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
<h5>Names</h5>
|
|
512
|
+
<table class="keyboard-table">
|
|
513
|
+
<thead>
|
|
514
|
+
<tr>
|
|
515
|
+
<th>Item</th>
|
|
516
|
+
<th>Name</th>
|
|
517
|
+
</tr>
|
|
518
|
+
</thead>
|
|
519
|
+
<tbody>
|
|
520
|
+
<tr>
|
|
521
|
+
<td>Property</td>
|
|
522
|
+
<td><code class="prettyprint">changed</code></td>
|
|
523
|
+
</tr>
|
|
524
|
+
|
|
525
|
+
<tr>
|
|
526
|
+
<td>Property change event</td>
|
|
527
|
+
<td><code class="prettyprint">changedChanged</code></td>
|
|
528
|
+
</tr>
|
|
529
|
+
<tr>
|
|
530
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
531
|
+
<td><code class="pretty-print-noprettify">on-changed-changed</code></td>
|
|
532
|
+
</tr>
|
|
533
|
+
|
|
534
|
+
</tbody>
|
|
535
|
+
</table>
|
|
536
|
+
|
|
537
|
+
</dd>
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
<dt class="">
|
|
541
|
+
|
|
542
|
+
<h4 id="color" class="name">
|
|
543
|
+
|
|
544
|
+
<span class="type-signature"></span>color<span class="type-signature"> :"neutral"|"gold"</span>
|
|
545
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#color"></a>
|
|
546
|
+
|
|
547
|
+
</h4>
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
</dt>
|
|
551
|
+
|
|
552
|
+
<dd class="">
|
|
553
|
+
|
|
554
|
+
<div class="description">
|
|
555
|
+
Specifies the color of the individual rating gauge items.
|
|
556
|
+
</div>
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
<dl class="details">
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
567
|
+
|
|
568
|
+
<dl>
|
|
569
|
+
|
|
570
|
+
<table class="props">
|
|
571
|
+
<thead>
|
|
572
|
+
<tr>
|
|
573
|
+
|
|
574
|
+
<th>Value</th>
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
<th class="last">Description</th>
|
|
583
|
+
|
|
584
|
+
</tr>
|
|
585
|
+
</thead>
|
|
586
|
+
|
|
587
|
+
<tbody>
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
<tr>
|
|
591
|
+
|
|
592
|
+
<td class="name"><code>gold</code></td>
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
<td class="description last">gold color Rating Gauge
|
|
601
|
+
</td>
|
|
602
|
+
|
|
603
|
+
</tr>
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
<tr>
|
|
608
|
+
|
|
609
|
+
<td class="name"><code>neutral</code></td>
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
<td class="description last">neutral color Rating Gauge (default, if unspecified)
|
|
618
|
+
</td>
|
|
619
|
+
|
|
620
|
+
</tr>
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
</tbody>
|
|
624
|
+
</table></dl>
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
<dt class="tag-default">Default Value:</dt>
|
|
630
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"neutral"</code></li></ul></dd>
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
</dl>
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
<h5>Names</h5>
|
|
661
|
+
<table class="keyboard-table">
|
|
662
|
+
<thead>
|
|
663
|
+
<tr>
|
|
664
|
+
<th>Item</th>
|
|
665
|
+
<th>Name</th>
|
|
666
|
+
</tr>
|
|
667
|
+
</thead>
|
|
668
|
+
<tbody>
|
|
669
|
+
<tr>
|
|
670
|
+
<td>Property</td>
|
|
671
|
+
<td><code class="prettyprint">color</code></td>
|
|
672
|
+
</tr>
|
|
673
|
+
|
|
674
|
+
<tr>
|
|
675
|
+
<td>Property change event</td>
|
|
676
|
+
<td><code class="prettyprint">colorChanged</code></td>
|
|
677
|
+
</tr>
|
|
678
|
+
<tr>
|
|
679
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
680
|
+
<td><code class="pretty-print-noprettify">on-color-changed</code></td>
|
|
681
|
+
</tr>
|
|
682
|
+
|
|
683
|
+
</tbody>
|
|
684
|
+
</table>
|
|
685
|
+
|
|
686
|
+
</dd>
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
<dt class="">
|
|
690
|
+
|
|
691
|
+
<h4 id="datatip" class="name">
|
|
692
|
+
|
|
693
|
+
<span class="type-signature"></span>datatip<span class="type-signature"> :(context: <a href="oj-c.RatingGauge.html#DatatipContext">oj-c.RatingGauge.DatatipContext</a>) => string</span>
|
|
694
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#datatip"></a>
|
|
695
|
+
|
|
696
|
+
</h4>
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
</dt>
|
|
700
|
+
|
|
701
|
+
<dd class="">
|
|
702
|
+
|
|
703
|
+
<div class="description">
|
|
704
|
+
The rating gauge datatip string. Datatip is only used for interactive rating gauges.
|
|
705
|
+
</div>
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
<dl class="details">
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
</dl>
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
<h5>Names</h5>
|
|
745
|
+
<table class="keyboard-table">
|
|
746
|
+
<thead>
|
|
747
|
+
<tr>
|
|
748
|
+
<th>Item</th>
|
|
749
|
+
<th>Name</th>
|
|
750
|
+
</tr>
|
|
751
|
+
</thead>
|
|
752
|
+
<tbody>
|
|
753
|
+
<tr>
|
|
754
|
+
<td>Property</td>
|
|
755
|
+
<td><code class="prettyprint">datatip</code></td>
|
|
756
|
+
</tr>
|
|
757
|
+
|
|
758
|
+
<tr>
|
|
759
|
+
<td>Property change event</td>
|
|
760
|
+
<td><code class="prettyprint">datatipChanged</code></td>
|
|
761
|
+
</tr>
|
|
762
|
+
<tr>
|
|
763
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
764
|
+
<td><code class="pretty-print-noprettify">on-datatip-changed</code></td>
|
|
765
|
+
</tr>
|
|
766
|
+
|
|
767
|
+
</tbody>
|
|
768
|
+
</table>
|
|
769
|
+
|
|
770
|
+
</dd>
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
<dt class="">
|
|
774
|
+
|
|
775
|
+
<h4 id="describedBy" class="name">
|
|
776
|
+
|
|
777
|
+
<span class="type-signature"></span>described-by<span class="type-signature"> :(string|null)</span>
|
|
778
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#describedBy"></a>
|
|
779
|
+
|
|
780
|
+
</h4>
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
</dt>
|
|
784
|
+
|
|
785
|
+
<dd class="">
|
|
786
|
+
|
|
787
|
+
<div class="description">
|
|
788
|
+
Used to establish a relationship between this component and another element.
|
|
789
|
+
To facilitate correct screen reader behavior, the described-by attribute is
|
|
790
|
+
copied to the aria-describedby attribute on the component's dom.
|
|
791
|
+
</div>
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
<dl class="details">
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
</dl>
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
<h5>Names</h5>
|
|
831
|
+
<table class="keyboard-table">
|
|
832
|
+
<thead>
|
|
833
|
+
<tr>
|
|
834
|
+
<th>Item</th>
|
|
835
|
+
<th>Name</th>
|
|
836
|
+
</tr>
|
|
837
|
+
</thead>
|
|
838
|
+
<tbody>
|
|
839
|
+
<tr>
|
|
840
|
+
<td>Property</td>
|
|
841
|
+
<td><code class="prettyprint">describedBy</code></td>
|
|
842
|
+
</tr>
|
|
843
|
+
|
|
844
|
+
<tr>
|
|
845
|
+
<td>Property change event</td>
|
|
846
|
+
<td><code class="prettyprint">describedByChanged</code></td>
|
|
847
|
+
</tr>
|
|
848
|
+
<tr>
|
|
849
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
850
|
+
<td><code class="pretty-print-noprettify">on-described-by-changed</code></td>
|
|
851
|
+
</tr>
|
|
852
|
+
|
|
853
|
+
</tbody>
|
|
854
|
+
</table>
|
|
855
|
+
|
|
856
|
+
</dd>
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
<dt class="">
|
|
860
|
+
|
|
861
|
+
<h4 id="disabled" class="name">
|
|
862
|
+
|
|
863
|
+
<span class="type-signature"></span>disabled<span class="type-signature"> :boolean</span>
|
|
864
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#disabled"></a>
|
|
865
|
+
|
|
866
|
+
</h4>
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
</dt>
|
|
870
|
+
|
|
871
|
+
<dd class="">
|
|
872
|
+
|
|
873
|
+
<div class="description">
|
|
874
|
+
Defines whether the gauge is disabled or not. User interaction is prevented and the rating gauge is hidden from screen readers if set to true.
|
|
875
|
+
</div>
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
<dl class="details">
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
<dt class="tag-default">Default Value:</dt>
|
|
887
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
</dl>
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
<h5>Names</h5>
|
|
918
|
+
<table class="keyboard-table">
|
|
919
|
+
<thead>
|
|
920
|
+
<tr>
|
|
921
|
+
<th>Item</th>
|
|
922
|
+
<th>Name</th>
|
|
923
|
+
</tr>
|
|
924
|
+
</thead>
|
|
925
|
+
<tbody>
|
|
926
|
+
<tr>
|
|
927
|
+
<td>Property</td>
|
|
928
|
+
<td><code class="prettyprint">disabled</code></td>
|
|
929
|
+
</tr>
|
|
930
|
+
|
|
931
|
+
<tr>
|
|
932
|
+
<td>Property change event</td>
|
|
933
|
+
<td><code class="prettyprint">disabledChanged</code></td>
|
|
934
|
+
</tr>
|
|
935
|
+
<tr>
|
|
936
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
937
|
+
<td><code class="pretty-print-noprettify">on-disabled-changed</code></td>
|
|
938
|
+
</tr>
|
|
939
|
+
|
|
940
|
+
</tbody>
|
|
941
|
+
</table>
|
|
942
|
+
|
|
943
|
+
</dd>
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
<dt class="">
|
|
947
|
+
|
|
948
|
+
<h4 id="labelledBy" class="name">
|
|
949
|
+
|
|
950
|
+
<span class="type-signature"></span>labelled-by<span class="type-signature"> :(string|null)</span>
|
|
951
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#labelledBy"></a>
|
|
952
|
+
|
|
953
|
+
</h4>
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
</dt>
|
|
957
|
+
|
|
958
|
+
<dd class="">
|
|
959
|
+
|
|
960
|
+
<div class="description">
|
|
961
|
+
Used to establish a relationship between this component and another element.
|
|
962
|
+
A common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-rating-gauge together for accessibility.
|
|
963
|
+
The 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.
|
|
964
|
+
</div>
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
<dl class="details">
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
</dl>
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
<h5>Names</h5>
|
|
1004
|
+
<table class="keyboard-table">
|
|
1005
|
+
<thead>
|
|
1006
|
+
<tr>
|
|
1007
|
+
<th>Item</th>
|
|
1008
|
+
<th>Name</th>
|
|
1009
|
+
</tr>
|
|
1010
|
+
</thead>
|
|
1011
|
+
<tbody>
|
|
1012
|
+
<tr>
|
|
1013
|
+
<td>Property</td>
|
|
1014
|
+
<td><code class="prettyprint">labelledBy</code></td>
|
|
1015
|
+
</tr>
|
|
1016
|
+
|
|
1017
|
+
<tr>
|
|
1018
|
+
<td>Property change event</td>
|
|
1019
|
+
<td><code class="prettyprint">labelledByChanged</code></td>
|
|
1020
|
+
</tr>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1023
|
+
<td><code class="pretty-print-noprettify">on-labelled-by-changed</code></td>
|
|
1024
|
+
</tr>
|
|
1025
|
+
|
|
1026
|
+
</tbody>
|
|
1027
|
+
</table>
|
|
1028
|
+
|
|
1029
|
+
</dd>
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
<dt class="">
|
|
1033
|
+
|
|
1034
|
+
<h4 id="max" class="name">
|
|
1035
|
+
|
|
1036
|
+
<span class="type-signature"></span>max<span class="type-signature"> :number</span>
|
|
1037
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#max"></a>
|
|
1038
|
+
|
|
1039
|
+
</h4>
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
</dt>
|
|
1043
|
+
|
|
1044
|
+
<dd class="">
|
|
1045
|
+
|
|
1046
|
+
<div class="description">
|
|
1047
|
+
Integer value specifying the maximum value of the gauge, which determines the number of items that are displayed.
|
|
1048
|
+
</div>
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
<dl class="details">
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1060
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">5</code></li></ul></dd>
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
</dl>
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
<h5>Names</h5>
|
|
1091
|
+
<table class="keyboard-table">
|
|
1092
|
+
<thead>
|
|
1093
|
+
<tr>
|
|
1094
|
+
<th>Item</th>
|
|
1095
|
+
<th>Name</th>
|
|
1096
|
+
</tr>
|
|
1097
|
+
</thead>
|
|
1098
|
+
<tbody>
|
|
1099
|
+
<tr>
|
|
1100
|
+
<td>Property</td>
|
|
1101
|
+
<td><code class="prettyprint">max</code></td>
|
|
1102
|
+
</tr>
|
|
1103
|
+
|
|
1104
|
+
<tr>
|
|
1105
|
+
<td>Property change event</td>
|
|
1106
|
+
<td><code class="prettyprint">maxChanged</code></td>
|
|
1107
|
+
</tr>
|
|
1108
|
+
<tr>
|
|
1109
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1110
|
+
<td><code class="pretty-print-noprettify">on-max-changed</code></td>
|
|
1111
|
+
</tr>
|
|
1112
|
+
|
|
1113
|
+
</tbody>
|
|
1114
|
+
</table>
|
|
1115
|
+
|
|
1116
|
+
</dd>
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
<dt class="">
|
|
1120
|
+
|
|
1121
|
+
<h4 id="readonly" class="name">
|
|
1122
|
+
|
|
1123
|
+
<span class="type-signature"></span>readonly<span class="type-signature"> :boolean</span>
|
|
1124
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#readonly"></a>
|
|
1125
|
+
|
|
1126
|
+
</h4>
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
</dt>
|
|
1130
|
+
|
|
1131
|
+
<dd class="">
|
|
1132
|
+
|
|
1133
|
+
<div class="description">
|
|
1134
|
+
Defines whether the value of the gauge can be changed by the end user.
|
|
1135
|
+
</div>
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
<dl class="details">
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1147
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
</dl>
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
<h5>Names</h5>
|
|
1178
|
+
<table class="keyboard-table">
|
|
1179
|
+
<thead>
|
|
1180
|
+
<tr>
|
|
1181
|
+
<th>Item</th>
|
|
1182
|
+
<th>Name</th>
|
|
1183
|
+
</tr>
|
|
1184
|
+
</thead>
|
|
1185
|
+
<tbody>
|
|
1186
|
+
<tr>
|
|
1187
|
+
<td>Property</td>
|
|
1188
|
+
<td><code class="prettyprint">readonly</code></td>
|
|
1189
|
+
</tr>
|
|
1190
|
+
|
|
1191
|
+
<tr>
|
|
1192
|
+
<td>Property change event</td>
|
|
1193
|
+
<td><code class="prettyprint">readonlyChanged</code></td>
|
|
1194
|
+
</tr>
|
|
1195
|
+
<tr>
|
|
1196
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1197
|
+
<td><code class="pretty-print-noprettify">on-readonly-changed</code></td>
|
|
1198
|
+
</tr>
|
|
1199
|
+
|
|
1200
|
+
</tbody>
|
|
1201
|
+
</table>
|
|
1202
|
+
|
|
1203
|
+
</dd>
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
<dt class="">
|
|
1207
|
+
|
|
1208
|
+
<h4 id="size" class="name">
|
|
1209
|
+
|
|
1210
|
+
<span class="type-signature"></span>size<span class="type-signature"> :"sm"|"md"|"lg"</span>
|
|
1211
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#size"></a>
|
|
1212
|
+
|
|
1213
|
+
</h4>
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
</dt>
|
|
1217
|
+
|
|
1218
|
+
<dd class="">
|
|
1219
|
+
|
|
1220
|
+
<div class="description">
|
|
1221
|
+
Specifies the size of the individual rating gauge items.
|
|
1222
|
+
</div>
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
<dl class="details">
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
1233
|
+
|
|
1234
|
+
<dl>
|
|
1235
|
+
|
|
1236
|
+
<table class="props">
|
|
1237
|
+
<thead>
|
|
1238
|
+
<tr>
|
|
1239
|
+
|
|
1240
|
+
<th>Value</th>
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
<th class="last">Description</th>
|
|
1249
|
+
|
|
1250
|
+
</tr>
|
|
1251
|
+
</thead>
|
|
1252
|
+
|
|
1253
|
+
<tbody>
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
<tr>
|
|
1257
|
+
|
|
1258
|
+
<td class="name"><code>lg</code></td>
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
<td class="description last">large Rating Gauge
|
|
1267
|
+
</td>
|
|
1268
|
+
|
|
1269
|
+
</tr>
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
<tr>
|
|
1274
|
+
|
|
1275
|
+
<td class="name"><code>md</code></td>
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
<td class="description last">medium Rating Gauge (default, if unspecified)
|
|
1284
|
+
</td>
|
|
1285
|
+
|
|
1286
|
+
</tr>
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
<tr>
|
|
1291
|
+
|
|
1292
|
+
<td class="name"><code>sm</code></td>
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
<td class="description last">small Rating Gauge
|
|
1301
|
+
</td>
|
|
1302
|
+
|
|
1303
|
+
</tr>
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
</tbody>
|
|
1307
|
+
</table></dl>
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1313
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"md"</code></li></ul></dd>
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
</dl>
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
<h5>Names</h5>
|
|
1344
|
+
<table class="keyboard-table">
|
|
1345
|
+
<thead>
|
|
1346
|
+
<tr>
|
|
1347
|
+
<th>Item</th>
|
|
1348
|
+
<th>Name</th>
|
|
1349
|
+
</tr>
|
|
1350
|
+
</thead>
|
|
1351
|
+
<tbody>
|
|
1352
|
+
<tr>
|
|
1353
|
+
<td>Property</td>
|
|
1354
|
+
<td><code class="prettyprint">size</code></td>
|
|
1355
|
+
</tr>
|
|
1356
|
+
|
|
1357
|
+
<tr>
|
|
1358
|
+
<td>Property change event</td>
|
|
1359
|
+
<td><code class="prettyprint">sizeChanged</code></td>
|
|
1360
|
+
</tr>
|
|
1361
|
+
<tr>
|
|
1362
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1363
|
+
<td><code class="pretty-print-noprettify">on-size-changed</code></td>
|
|
1364
|
+
</tr>
|
|
1365
|
+
|
|
1366
|
+
</tbody>
|
|
1367
|
+
</table>
|
|
1368
|
+
|
|
1369
|
+
</dd>
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
<dt class="">
|
|
1373
|
+
|
|
1374
|
+
<h4 id="step" class="name">
|
|
1375
|
+
|
|
1376
|
+
<span class="type-signature"></span>step<span class="type-signature"> :number</span>
|
|
1377
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#step"></a>
|
|
1378
|
+
|
|
1379
|
+
</h4>
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
</dt>
|
|
1383
|
+
|
|
1384
|
+
<dd class="">
|
|
1385
|
+
|
|
1386
|
+
<div class="description">
|
|
1387
|
+
Specifies the increment by which values can be changed by the end user.
|
|
1388
|
+
</div>
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
<dl class="details">
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1400
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
</dl>
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
<h5>Names</h5>
|
|
1431
|
+
<table class="keyboard-table">
|
|
1432
|
+
<thead>
|
|
1433
|
+
<tr>
|
|
1434
|
+
<th>Item</th>
|
|
1435
|
+
<th>Name</th>
|
|
1436
|
+
</tr>
|
|
1437
|
+
</thead>
|
|
1438
|
+
<tbody>
|
|
1439
|
+
<tr>
|
|
1440
|
+
<td>Property</td>
|
|
1441
|
+
<td><code class="prettyprint">step</code></td>
|
|
1442
|
+
</tr>
|
|
1443
|
+
|
|
1444
|
+
<tr>
|
|
1445
|
+
<td>Property change event</td>
|
|
1446
|
+
<td><code class="prettyprint">stepChanged</code></td>
|
|
1447
|
+
</tr>
|
|
1448
|
+
<tr>
|
|
1449
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1450
|
+
<td><code class="pretty-print-noprettify">on-step-changed</code></td>
|
|
1451
|
+
</tr>
|
|
1452
|
+
|
|
1453
|
+
</tbody>
|
|
1454
|
+
</table>
|
|
1455
|
+
|
|
1456
|
+
</dd>
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
<dt class="">
|
|
1460
|
+
|
|
1461
|
+
<h4 id="tooltip" class="name">
|
|
1462
|
+
|
|
1463
|
+
<span class="type-signature"></span>tooltip<span class="type-signature"> :string</span>
|
|
1464
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#tooltip"></a>
|
|
1465
|
+
|
|
1466
|
+
</h4>
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
</dt>
|
|
1470
|
+
|
|
1471
|
+
<dd class="">
|
|
1472
|
+
|
|
1473
|
+
<div class="description">
|
|
1474
|
+
The rating gauge tooltip. Tooltip is only used for read only rating gauges. If aria-label is not specified, tooltip will be used as the aria-label.
|
|
1475
|
+
</div>
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
<dl class="details">
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
</dl>
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
<h5>Names</h5>
|
|
1515
|
+
<table class="keyboard-table">
|
|
1516
|
+
<thead>
|
|
1517
|
+
<tr>
|
|
1518
|
+
<th>Item</th>
|
|
1519
|
+
<th>Name</th>
|
|
1520
|
+
</tr>
|
|
1521
|
+
</thead>
|
|
1522
|
+
<tbody>
|
|
1523
|
+
<tr>
|
|
1524
|
+
<td>Property</td>
|
|
1525
|
+
<td><code class="prettyprint">tooltip</code></td>
|
|
1526
|
+
</tr>
|
|
1527
|
+
|
|
1528
|
+
<tr>
|
|
1529
|
+
<td>Property change event</td>
|
|
1530
|
+
<td><code class="prettyprint">tooltipChanged</code></td>
|
|
1531
|
+
</tr>
|
|
1532
|
+
<tr>
|
|
1533
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1534
|
+
<td><code class="pretty-print-noprettify">on-tooltip-changed</code></td>
|
|
1535
|
+
</tr>
|
|
1536
|
+
|
|
1537
|
+
</tbody>
|
|
1538
|
+
</table>
|
|
1539
|
+
|
|
1540
|
+
</dd>
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
<dt class="">
|
|
1544
|
+
|
|
1545
|
+
<h4 id="transientValue" class="name">
|
|
1546
|
+
|
|
1547
|
+
<span class="type-signature">(readonly) </span>transient-value<span class="type-signature"> :number</span>
|
|
1548
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#transientValue"></a>
|
|
1549
|
+
|
|
1550
|
+
</h4>
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
</dt>
|
|
1554
|
+
|
|
1555
|
+
<dd class="">
|
|
1556
|
+
|
|
1557
|
+
<div class="description">
|
|
1558
|
+
A read-only property for retrieving the transient value from the rating gauge. It is updated upon user gestures that cause transient value changes, such as hovering over the rating gauge.
|
|
1559
|
+
</div>
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
<dl class="details">
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
<dt class="tag-default">Supports writeback:</dt>
|
|
1573
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
</dl>
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
<h5>Names</h5>
|
|
1602
|
+
<table class="keyboard-table">
|
|
1603
|
+
<thead>
|
|
1604
|
+
<tr>
|
|
1605
|
+
<th>Item</th>
|
|
1606
|
+
<th>Name</th>
|
|
1607
|
+
</tr>
|
|
1608
|
+
</thead>
|
|
1609
|
+
<tbody>
|
|
1610
|
+
<tr>
|
|
1611
|
+
<td>Property</td>
|
|
1612
|
+
<td><code class="prettyprint">transientValue</code></td>
|
|
1613
|
+
</tr>
|
|
1614
|
+
|
|
1615
|
+
<tr>
|
|
1616
|
+
<td>Property change event</td>
|
|
1617
|
+
<td><code class="prettyprint">transientValueChanged</code></td>
|
|
1618
|
+
</tr>
|
|
1619
|
+
<tr>
|
|
1620
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1621
|
+
<td><code class="pretty-print-noprettify">on-transient-value-changed</code></td>
|
|
1622
|
+
</tr>
|
|
1623
|
+
|
|
1624
|
+
</tbody>
|
|
1625
|
+
</table>
|
|
1626
|
+
|
|
1627
|
+
</dd>
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
<dt class="">
|
|
1631
|
+
|
|
1632
|
+
<h4 id="value" class="name">
|
|
1633
|
+
|
|
1634
|
+
<span class="type-signature"></span>value<span class="type-signature"> :(number|null)</span>
|
|
1635
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#value"></a>
|
|
1636
|
+
|
|
1637
|
+
</h4>
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
</dt>
|
|
1641
|
+
|
|
1642
|
+
<dd class="">
|
|
1643
|
+
|
|
1644
|
+
<div class="description">
|
|
1645
|
+
The value of the Rating Gauge. The element's value attribute is used if it
|
|
1646
|
+
is provided, otherwise the default value of 0 is used.
|
|
1647
|
+
Any other negative value will default to 0.
|
|
1648
|
+
</div>
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
<dl class="details">
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1660
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">0</code></li></ul></dd>
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
<dt class="tag-default">Supports writeback:</dt>
|
|
1665
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
</dl>
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
<h5>Names</h5>
|
|
1694
|
+
<table class="keyboard-table">
|
|
1695
|
+
<thead>
|
|
1696
|
+
<tr>
|
|
1697
|
+
<th>Item</th>
|
|
1698
|
+
<th>Name</th>
|
|
1699
|
+
</tr>
|
|
1700
|
+
</thead>
|
|
1701
|
+
<tbody>
|
|
1702
|
+
<tr>
|
|
1703
|
+
<td>Property</td>
|
|
1704
|
+
<td><code class="prettyprint">value</code></td>
|
|
1705
|
+
</tr>
|
|
1706
|
+
|
|
1707
|
+
<tr>
|
|
1708
|
+
<td>Property change event</td>
|
|
1709
|
+
<td><code class="prettyprint">valueChanged</code></td>
|
|
1710
|
+
</tr>
|
|
1711
|
+
<tr>
|
|
1712
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1713
|
+
<td><code class="pretty-print-noprettify">on-value-changed</code></td>
|
|
1714
|
+
</tr>
|
|
1715
|
+
|
|
1716
|
+
</tbody>
|
|
1717
|
+
</table>
|
|
1718
|
+
|
|
1719
|
+
</dd>
|
|
1720
|
+
|
|
1721
|
+
</dl>
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
<h3 id="methods-section" class="subsection-title">
|
|
1725
|
+
Methods
|
|
1726
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
1727
|
+
</h3>
|
|
1728
|
+
|
|
1729
|
+
<dl>
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
<dt class="">
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
<h4 id="getProperty" class="name">
|
|
1737
|
+
|
|
1738
|
+
<span class="type-signature"></span>getProperty<span class="signature">(property)</span><span class="type-signature"> : {<a href="CustomElementOverview.html#ce-attrs-any-section">any</a>}</span>
|
|
1739
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
1740
|
+
|
|
1741
|
+
</h4>
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
</dt>
|
|
1748
|
+
<dd class="">
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
<div class="description">
|
|
1752
|
+
Retrieves the value of a property or a subproperty.
|
|
1753
|
+
|
|
1754
|
+
</div>
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
<h5>Parameters:</h5>
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
<table class="params">
|
|
1770
|
+
<thead>
|
|
1771
|
+
<tr>
|
|
1772
|
+
|
|
1773
|
+
<th>Name</th>
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
<th>Type</th>
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
<th class="last">Description</th>
|
|
1783
|
+
</tr>
|
|
1784
|
+
</thead>
|
|
1785
|
+
|
|
1786
|
+
<tbody>
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
<tr>
|
|
1790
|
+
|
|
1791
|
+
<td class="name"><code>property</code></td>
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
<td class="type">
|
|
1795
|
+
|
|
1796
|
+
</td>
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
1802
|
+
</td>
|
|
1803
|
+
</tr>
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
</tbody>
|
|
1807
|
+
</table>
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
<dl class="details">
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
</dl>
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
<h5>Returns:</h5>
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
<dl>
|
|
1855
|
+
<dt>
|
|
1856
|
+
Type
|
|
1857
|
+
</dt>
|
|
1858
|
+
<dd>
|
|
1859
|
+
|
|
1860
|
+
<span class="param-type"><a href="CustomElementOverview.html#ce-attrs-any-section">any</a></span>
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
</dd>
|
|
1864
|
+
</dl>
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
</dd>
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
<dt class="">
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
<h4 id="setProperties" class="name">
|
|
1879
|
+
|
|
1880
|
+
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
1881
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
1882
|
+
|
|
1883
|
+
</h4>
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
</dt>
|
|
1890
|
+
<dd class="">
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
<div class="description">
|
|
1894
|
+
Performs a batch set of properties.
|
|
1895
|
+
|
|
1896
|
+
</div>
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
<h5>Parameters:</h5>
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
<table class="params">
|
|
1912
|
+
<thead>
|
|
1913
|
+
<tr>
|
|
1914
|
+
|
|
1915
|
+
<th>Name</th>
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
<th>Type</th>
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
<th class="last">Description</th>
|
|
1925
|
+
</tr>
|
|
1926
|
+
</thead>
|
|
1927
|
+
|
|
1928
|
+
<tbody>
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
<tr>
|
|
1932
|
+
|
|
1933
|
+
<td class="name"><code>properties</code></td>
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
<td class="type">
|
|
1937
|
+
|
|
1938
|
+
</td>
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
<td class="description last">An object containing the property and value pairs to set.
|
|
1944
|
+
</td>
|
|
1945
|
+
</tr>
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
</tbody>
|
|
1949
|
+
</table>
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
<dl class="details">
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
</dl>
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
<h5>Returns:</h5>
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
<dl>
|
|
1997
|
+
<dt>
|
|
1998
|
+
Type
|
|
1999
|
+
</dt>
|
|
2000
|
+
<dd>
|
|
2001
|
+
|
|
2002
|
+
<span class="param-type">void</span>
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
</dd>
|
|
2006
|
+
</dl>
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
</dd>
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
<dt class="">
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
<h4 id="setProperty" class="name">
|
|
2021
|
+
|
|
2022
|
+
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
2023
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
2024
|
+
|
|
2025
|
+
</h4>
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
</dt>
|
|
2032
|
+
<dd class="">
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
<div class="description">
|
|
2036
|
+
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
2037
|
+
|
|
2038
|
+
</div>
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
<h5>Parameters:</h5>
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
<table class="params">
|
|
2054
|
+
<thead>
|
|
2055
|
+
<tr>
|
|
2056
|
+
|
|
2057
|
+
<th>Name</th>
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
<th>Type</th>
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
<th class="last">Description</th>
|
|
2067
|
+
</tr>
|
|
2068
|
+
</thead>
|
|
2069
|
+
|
|
2070
|
+
<tbody>
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
<tr>
|
|
2074
|
+
|
|
2075
|
+
<td class="name"><code>property</code></td>
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
<td class="type">
|
|
2079
|
+
|
|
2080
|
+
</td>
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
2086
|
+
</td>
|
|
2087
|
+
</tr>
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
<tr>
|
|
2092
|
+
|
|
2093
|
+
<td class="name"><code>value</code></td>
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
<td class="type">
|
|
2097
|
+
|
|
2098
|
+
</td>
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
|
|
2102
|
+
|
|
2103
|
+
<td class="description last">The new value to set the property to.
|
|
2104
|
+
</td>
|
|
2105
|
+
</tr>
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
</tbody>
|
|
2109
|
+
</table>
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
|
|
2113
|
+
<dl class="details">
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
|
|
2142
|
+
|
|
2143
|
+
</dl>
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
<h5>Returns:</h5>
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
<dl>
|
|
2157
|
+
<dt>
|
|
2158
|
+
Type
|
|
2159
|
+
</dt>
|
|
2160
|
+
<dd>
|
|
2161
|
+
|
|
2162
|
+
<span class="param-type">void</span>
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
</dd>
|
|
2166
|
+
</dl>
|
|
2167
|
+
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
|
|
2172
|
+
</dd>
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
</dl>
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
<h3 id="typedefs-section" class="subsection-title">
|
|
2179
|
+
Type Definitions
|
|
2180
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
|
|
2181
|
+
</h3>
|
|
2182
|
+
|
|
2183
|
+
<dl>
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
<dt class="">
|
|
2187
|
+
|
|
2188
|
+
<h4 id="DatatipContext" class="name">
|
|
2189
|
+
|
|
2190
|
+
DatatipContext
|
|
2191
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#DatatipContext"></a>
|
|
2192
|
+
|
|
2193
|
+
</h4>
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
</dt>
|
|
2197
|
+
|
|
2198
|
+
<dd class="">
|
|
2199
|
+
|
|
2200
|
+
<div class="description">
|
|
2201
|
+
Context for datatip function.
|
|
2202
|
+
</div>
|
|
2203
|
+
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
<dl class="details">
|
|
2208
|
+
|
|
2209
|
+
<h5 class="subsection-title notoc">Properties:</h5>
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
<dl>
|
|
2214
|
+
|
|
2215
|
+
<table class="props">
|
|
2216
|
+
<thead>
|
|
2217
|
+
<tr>
|
|
2218
|
+
|
|
2219
|
+
<th>Name</th>
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
<th>Type</th>
|
|
2223
|
+
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
<th class="last">Description</th>
|
|
2230
|
+
|
|
2231
|
+
</tr>
|
|
2232
|
+
</thead>
|
|
2233
|
+
|
|
2234
|
+
<tbody>
|
|
2235
|
+
|
|
2236
|
+
<tr>
|
|
2237
|
+
|
|
2238
|
+
<td class="name"><code>value</code></td>
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
<td class="type">
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
<span class="param-type">number</span>
|
|
2247
|
+
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
</td>
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
<td class="description last">The value of the currently active rating gauge item.
|
|
2259
|
+
</td>
|
|
2260
|
+
|
|
2261
|
+
</tr>
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
</tbody>
|
|
2265
|
+
</table></dl>
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
</dl>
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
</dd>
|
|
2301
|
+
|
|
2302
|
+
</dl>
|
|
2303
|
+
|
|
2304
|
+
</article>
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
</section>
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
<footer>
|
|
2313
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Jan 06 2023 02:37:41 GMT+0000 (Coordinated Universal Time)<br>
|
|
2314
|
+
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
2315
|
+
</footer>
|
|
2316
|
+
</div>
|
|
2317
|
+
|
|
2318
|
+
<script> prettyPrint(); </script>
|
|
2319
|
+
</body>
|
|
2320
|
+
</html>
|