@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,313 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.ListItemLayout",
|
|
5
|
+
"name": "ListItemLayout",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.ListItemLayout",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"listItemLayoutOverview-section\">\n JET List Item Layout\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#listItemLayoutOverview-section\"></a>\n</h3>\nThe oj-c-list-item-layout helps application teams to easily layout their content into different slots.\n\n<pre class=\"prettyprint\"><code>//ListItemLayout with text\n<oj-list-view id=\"listview1\" aria-label=\"list layout within list view\" data=\"[[dataProvider]]\" style=\"width: 450px;\"\n selected=\"{{selectorSelectedItems}}\" selection-mode=\"multiple\">\n <template slot=\"itemTemplate\" data-oj-as=\"item\">\n <li>\n <oj-c-list-item-layout>\n <oj-selector slot='selector' selected-keys='{{selectorSelectedItems}}' key='[[item.data.id]]'>\n </oj-selector>\n <div>\n <oj-bind-text value=\"default\"></oj-bind-text>\n </div>\n </oj-c-list-item-layout>\n </li>\n </template>\n</oj-list-view>\n</code>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-list-item-layout",
|
|
12
|
+
"tagWithBrackets": "<oj-c-list-item-layout>",
|
|
13
|
+
"domInterface": "CListItemLayoutElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-list-item-layout>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "ListItemLayout",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CListItemLayoutElement extends JetElement<ListItemLayoutElementSettableProperties>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CListItemLayoutElement extends JetElement<ListItemLayoutElementSettableProperties>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"meta": {
|
|
31
|
+
"filename": "list-item-layout.tsx",
|
|
32
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
33
|
+
},
|
|
34
|
+
"ojmodule": "list-item-layout"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"memberof": "oj-c.ListItemLayout",
|
|
38
|
+
"id": "oj-c.ListItemLayout#inset",
|
|
39
|
+
"name": "inset",
|
|
40
|
+
"kind": "member",
|
|
41
|
+
"longname": "oj-c.ListItemLayout#inset",
|
|
42
|
+
"optional": true,
|
|
43
|
+
"scope": "instance",
|
|
44
|
+
"description": "Controls padding around outside of list item layouts.",
|
|
45
|
+
"meta": {
|
|
46
|
+
"filename": "list-item-layout.tsx",
|
|
47
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
48
|
+
},
|
|
49
|
+
"type": {
|
|
50
|
+
"names": [
|
|
51
|
+
"\"none\"",
|
|
52
|
+
"\"listInset\""
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"memberof": "oj-c.ListItemLayout",
|
|
58
|
+
"id": "oj-c.ListItemLayout#setProperty",
|
|
59
|
+
"name": "setProperty",
|
|
60
|
+
"kind": "function",
|
|
61
|
+
"longname": "oj-c.ListItemLayout#setProperty",
|
|
62
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
63
|
+
"meta": {
|
|
64
|
+
"filename": "list-item-layout.tsx",
|
|
65
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
66
|
+
},
|
|
67
|
+
"scope": "instance",
|
|
68
|
+
"params": [
|
|
69
|
+
{
|
|
70
|
+
"name": "property",
|
|
71
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "value",
|
|
76
|
+
"description": "The new value to set the property to.",
|
|
77
|
+
"type": "any"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"returns": [
|
|
81
|
+
{
|
|
82
|
+
"type": {
|
|
83
|
+
"names": [
|
|
84
|
+
"void"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"memberof": "oj-c.ListItemLayout",
|
|
92
|
+
"id": "oj-c.ListItemLayout#getProperty",
|
|
93
|
+
"name": "getProperty",
|
|
94
|
+
"kind": "function",
|
|
95
|
+
"longname": "oj-c.ListItemLayout#getProperty",
|
|
96
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
97
|
+
"meta": {
|
|
98
|
+
"filename": "list-item-layout.tsx",
|
|
99
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
100
|
+
},
|
|
101
|
+
"scope": "instance",
|
|
102
|
+
"params": [
|
|
103
|
+
{
|
|
104
|
+
"name": "property",
|
|
105
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
106
|
+
"type": "string"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"returns": [
|
|
110
|
+
{
|
|
111
|
+
"type": {
|
|
112
|
+
"names": [
|
|
113
|
+
"any"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"memberof": "oj-c.ListItemLayout",
|
|
121
|
+
"id": "oj-c.ListItemLayout#setProperties",
|
|
122
|
+
"name": "setProperties",
|
|
123
|
+
"kind": "function",
|
|
124
|
+
"longname": "oj-c.ListItemLayout#setProperties",
|
|
125
|
+
"description": "Performs a batch set of properties.",
|
|
126
|
+
"meta": {
|
|
127
|
+
"filename": "list-item-layout.tsx",
|
|
128
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
129
|
+
},
|
|
130
|
+
"scope": "instance",
|
|
131
|
+
"params": [
|
|
132
|
+
{
|
|
133
|
+
"name": "properties",
|
|
134
|
+
"description": "An object containing the property and value pairs to set.",
|
|
135
|
+
"type": "object"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"returns": [
|
|
139
|
+
{
|
|
140
|
+
"type": {
|
|
141
|
+
"names": [
|
|
142
|
+
"void"
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"memberof": "oj-c.ListItemLayout",
|
|
150
|
+
"id": "oj-c.ListItemLayout#Default",
|
|
151
|
+
"name": "Default",
|
|
152
|
+
"kind": "member",
|
|
153
|
+
"longname": "oj-c.ListItemLayout#Default",
|
|
154
|
+
"description": "The default slot accepts the primary data to be displayed.",
|
|
155
|
+
"meta": {
|
|
156
|
+
"filename": "list-item-layout.tsx",
|
|
157
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
158
|
+
},
|
|
159
|
+
"scope": "instance",
|
|
160
|
+
"ojchild": true,
|
|
161
|
+
"ojslot": false
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"memberof": "oj-c.ListItemLayout",
|
|
165
|
+
"id": "oj-c.ListItemLayout#overline",
|
|
166
|
+
"name": "overline",
|
|
167
|
+
"kind": "member",
|
|
168
|
+
"longname": "oj-c.ListItemLayout#overline",
|
|
169
|
+
"description": "The overline slot is for adding a overline text above the default slot.",
|
|
170
|
+
"meta": {
|
|
171
|
+
"filename": "list-item-layout.tsx",
|
|
172
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
173
|
+
},
|
|
174
|
+
"scope": "instance",
|
|
175
|
+
"ojchild": false,
|
|
176
|
+
"ojslot": true
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"memberof": "oj-c.ListItemLayout",
|
|
180
|
+
"id": "oj-c.ListItemLayout#selector",
|
|
181
|
+
"name": "selector",
|
|
182
|
+
"kind": "member",
|
|
183
|
+
"longname": "oj-c.ListItemLayout#selector",
|
|
184
|
+
"description": "The selector slot can accept a oj-selector component and is optional.",
|
|
185
|
+
"meta": {
|
|
186
|
+
"filename": "list-item-layout.tsx",
|
|
187
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
188
|
+
},
|
|
189
|
+
"scope": "instance",
|
|
190
|
+
"ojchild": false,
|
|
191
|
+
"ojslot": true
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"memberof": "oj-c.ListItemLayout",
|
|
195
|
+
"id": "oj-c.ListItemLayout#leading",
|
|
196
|
+
"name": "leading",
|
|
197
|
+
"kind": "member",
|
|
198
|
+
"longname": "oj-c.ListItemLayout#leading",
|
|
199
|
+
"description": "The leading slot is used for adding a leading visual next to the selector.",
|
|
200
|
+
"meta": {
|
|
201
|
+
"filename": "list-item-layout.tsx",
|
|
202
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
203
|
+
},
|
|
204
|
+
"scope": "instance",
|
|
205
|
+
"ojchild": false,
|
|
206
|
+
"ojslot": true
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"memberof": "oj-c.ListItemLayout",
|
|
210
|
+
"id": "oj-c.ListItemLayout#secondary",
|
|
211
|
+
"name": "secondary",
|
|
212
|
+
"kind": "member",
|
|
213
|
+
"longname": "oj-c.ListItemLayout#secondary",
|
|
214
|
+
"description": "The secondary slot is for adding a secondary text below the default text.",
|
|
215
|
+
"meta": {
|
|
216
|
+
"filename": "list-item-layout.tsx",
|
|
217
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
218
|
+
},
|
|
219
|
+
"scope": "instance",
|
|
220
|
+
"ojchild": false,
|
|
221
|
+
"ojslot": true
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"memberof": "oj-c.ListItemLayout",
|
|
225
|
+
"id": "oj-c.ListItemLayout#tertiary",
|
|
226
|
+
"name": "tertiary",
|
|
227
|
+
"kind": "member",
|
|
228
|
+
"longname": "oj-c.ListItemLayout#tertiary",
|
|
229
|
+
"description": "The tertiary slot is for adding a tertiary text below the secondary text.",
|
|
230
|
+
"meta": {
|
|
231
|
+
"filename": "list-item-layout.tsx",
|
|
232
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
233
|
+
},
|
|
234
|
+
"scope": "instance",
|
|
235
|
+
"ojchild": false,
|
|
236
|
+
"ojslot": true
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"memberof": "oj-c.ListItemLayout",
|
|
240
|
+
"id": "oj-c.ListItemLayout#metadata",
|
|
241
|
+
"name": "metadata",
|
|
242
|
+
"kind": "member",
|
|
243
|
+
"longname": "oj-c.ListItemLayout#metadata",
|
|
244
|
+
"description": "The metadata for adding extra trailing information. Examples of metadata are author, date etc.",
|
|
245
|
+
"meta": {
|
|
246
|
+
"filename": "list-item-layout.tsx",
|
|
247
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
248
|
+
},
|
|
249
|
+
"scope": "instance",
|
|
250
|
+
"ojchild": false,
|
|
251
|
+
"ojslot": true
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"memberof": "oj-c.ListItemLayout",
|
|
255
|
+
"id": "oj-c.ListItemLayout#trailing",
|
|
256
|
+
"name": "trailing",
|
|
257
|
+
"kind": "member",
|
|
258
|
+
"longname": "oj-c.ListItemLayout#trailing",
|
|
259
|
+
"description": "The trailing slot is used for adding a trailing visual.",
|
|
260
|
+
"meta": {
|
|
261
|
+
"filename": "list-item-layout.tsx",
|
|
262
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
263
|
+
},
|
|
264
|
+
"scope": "instance",
|
|
265
|
+
"ojchild": false,
|
|
266
|
+
"ojslot": true
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"memberof": "oj-c.ListItemLayout",
|
|
270
|
+
"id": "oj-c.ListItemLayout#action",
|
|
271
|
+
"name": "action",
|
|
272
|
+
"kind": "member",
|
|
273
|
+
"longname": "oj-c.ListItemLayout#action",
|
|
274
|
+
"description": "Action slot often uses a toolbar. In general, the action slot should display either one primary action or one or more secondary actions.",
|
|
275
|
+
"meta": {
|
|
276
|
+
"filename": "list-item-layout.tsx",
|
|
277
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
278
|
+
},
|
|
279
|
+
"scope": "instance",
|
|
280
|
+
"ojchild": false,
|
|
281
|
+
"ojslot": true
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"memberof": "oj-c.ListItemLayout",
|
|
285
|
+
"id": "oj-c.ListItemLayout#quaternary",
|
|
286
|
+
"name": "quaternary",
|
|
287
|
+
"kind": "member",
|
|
288
|
+
"longname": "oj-c.ListItemLayout#quaternary",
|
|
289
|
+
"description": "The quaternary slot is for adding a quaternary text below the tertiary text.",
|
|
290
|
+
"meta": {
|
|
291
|
+
"filename": "list-item-layout.tsx",
|
|
292
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
293
|
+
},
|
|
294
|
+
"scope": "instance",
|
|
295
|
+
"ojchild": false,
|
|
296
|
+
"ojslot": true
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"memberof": "oj-c.ListItemLayout",
|
|
300
|
+
"id": "oj-c.ListItemLayout#navigation",
|
|
301
|
+
"name": "navigation",
|
|
302
|
+
"kind": "member",
|
|
303
|
+
"longname": "oj-c.ListItemLayout#navigation",
|
|
304
|
+
"description": "The navigation slot is used for adding links below the trailing slot.",
|
|
305
|
+
"meta": {
|
|
306
|
+
"filename": "list-item-layout.tsx",
|
|
307
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
|
|
308
|
+
},
|
|
309
|
+
"scope": "instance",
|
|
310
|
+
"ojchild": false,
|
|
311
|
+
"ojslot": true
|
|
312
|
+
}
|
|
313
|
+
]
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"pack": "oj-c",
|
|
4
|
+
"id": "oj-c.MessageToast",
|
|
5
|
+
"name": "MessageToast",
|
|
6
|
+
"memberof": "oj-c",
|
|
7
|
+
"longname": "oj-c.MessageToast",
|
|
8
|
+
"kind": "class",
|
|
9
|
+
"classdesc": "<h3 id=\"toastOverview-section\">\n JET Message Toast\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#toastOverview-section\"></a>\n</h3>\n<p>Description:</p>\n<p>Message toasts are short, non-critical, auto-dismissible messages that communicate non-disruptive contextual messages.</p>\n<p>\n Toast messages are used to:\n <ul>\n <li>Communicate messages that are relevant in the moment like the acknowledgement of an action.</li>\n <li>Allow user to take actions related to an event or process, such as: retry, undo, view.</li>\n </ul>\n</p>\n\n<h4 id=\"messages-syntax-section\">\n Syntax\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#messages-syntax-section\"></a>\n</h4>\nMessage Toast can be created with the following markup.</p>\n\n<pre class=\"prettyprint\"><code>\n<oj-c-message-toast data=\"[[messages]]\">\n</oj-c-message-toast>\n</code></pre>\n\n<p>The Message Toast component will show messages based on the data provided keeping it as a single\nsource of truth. Applications should register a listener for the ojClose event to be notified\nwhen one performs an action that requires a message to be closed. The application then should use the\nevent payload to identify and remove the corresponding row from the data which would then close the\nmessage.</p>\n\n<pre class=\"prettyprint\"><code>\n<oj-c-message-toast data=\"[[messages]]\" on-oj-close=\"[[handleClose]]\">\n</oj-c-message-toast>\n</code></pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n\n<p>The <code class=\"prettyprint\">MessageToastItem[\"sound\"]</code> property is an accessibility\nfeature for playing a sound when a message is opened. This property defaults to \"none\", and can\nbe enabled by setting it to \"default\" or by providing a URL to an audio file of a format that the\nbrowser supports. An accessible application must provide a way for users to enable sound on a\nsettings or preferences page. Some browsers will have auto-play disabled by default, enabling\nit may require adjusting the browser settings.</p>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan = \"3\">Focus within Messages</td>\n <td><kbd>Tab</kbd> or <kbd>Shift + Tab</kbd></td>\n <td>Navigate the content of the messages region.</td>\n </tr>\n <tr>\n <td><kbd>F6</kbd></td>\n <td>Cycles the focus through all the messages sections on the page starting from the most recent one.\n Then finally, moves the focus back to the last focused element outside the messages region.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Moves focus back to the last focused element outside the messages region and closes the current message if it is closable.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd> or <kbd>Space</kbd></td>\n <td>Activates the currently focused element in the message.</td>\n </tr>\n <tr>\n <td rowspan = \"1\">Focus outside Messages</td>\n <td><kbd>F6</kbd></td>\n <td>Move focus to the first message within the more recently disclosed messages region.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
|
+
"scope": "static",
|
|
11
|
+
"tagWithoutBrackets": "oj-c-message-toast",
|
|
12
|
+
"tagWithBrackets": "<oj-c-message-toast>",
|
|
13
|
+
"domInterface": "CMessageToastElement",
|
|
14
|
+
"ojPageTitle": "<oj-c-message-toast>",
|
|
15
|
+
"ojcomponent": true,
|
|
16
|
+
"isvcomponent": true,
|
|
17
|
+
"camelCaseName": "MessageToast",
|
|
18
|
+
"ojPageTitlePrefix": "Element: ",
|
|
19
|
+
"ojtsvcomponent": true,
|
|
20
|
+
"tstype": {
|
|
21
|
+
"target": "Type",
|
|
22
|
+
"value": "interface CMessageToastElement extends JetElement<MessageToastElementSettableProperties>"
|
|
23
|
+
},
|
|
24
|
+
"ojsignature": [
|
|
25
|
+
{
|
|
26
|
+
"target": "Type",
|
|
27
|
+
"value": "interface CMessageToastElement extends JetElement<MessageToastElementSettableProperties>"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"since": "14.0.0",
|
|
31
|
+
"meta": {
|
|
32
|
+
"filename": "message-toast.tsx",
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
34
|
+
},
|
|
35
|
+
"ojmodule": "message-toast"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"memberof": "oj-c.MessageToast",
|
|
39
|
+
"id": "oj-c.MessageToast#data",
|
|
40
|
+
"name": "data",
|
|
41
|
+
"kind": "member",
|
|
42
|
+
"longname": "oj-c.MessageToast#data",
|
|
43
|
+
"optional": false,
|
|
44
|
+
"scope": "instance",
|
|
45
|
+
"description": "<p>Data for the Message Toast component. This data is used for rendering each toast message.\nThis is a required attribute. If an application needs to initialize the component with\nno initial messages, it would need to provide an empty DataProvider. When the application\nwants to show messages, it can then add new data to the existing DataProvider.</p>\n\n<p>When specifying a DataProvider for the data attribute, you need to provide the keyAttributes\nfor the DataProvider. The oj-c-message-toast component expects a single attribute of type\nstring or number as the key of the DataProvider. When the data is updated this key attribute\nwill be used to determine whether a new message is being added or an existing message is being\nupdated. This is required for performing necessary animations. When the application replaces\nthe DataProvider, the component assumes that all the messages are newly added irrespective of their\nkeys and performs animation accordingly.</p>",
|
|
46
|
+
"meta": {
|
|
47
|
+
"filename": "message-toast.tsx",
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
49
|
+
},
|
|
50
|
+
"type": {
|
|
51
|
+
"names": [
|
|
52
|
+
"object"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"tstype": [
|
|
56
|
+
{
|
|
57
|
+
"target": "Type",
|
|
58
|
+
"value": "DataProvider<Key, Data>",
|
|
59
|
+
"jsdocOverride": true
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"memberof": "oj-c.MessageToast",
|
|
65
|
+
"id": "oj-c.MessageToast#detailTemplateValue",
|
|
66
|
+
"name": "detailTemplateValue",
|
|
67
|
+
"kind": "member",
|
|
68
|
+
"longname": "oj-c.MessageToast#detailTemplateValue",
|
|
69
|
+
"optional": true,
|
|
70
|
+
"scope": "instance",
|
|
71
|
+
"description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the detail content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the detail content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an ItemContext and return a key to a template for\nrendering the corresponding message's detail content. The value returned from this function\nshould be a key to one of the dynamic template slots provided. If the returned value is not\none of the keys of the provided dynamic template slots, the component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the detail content using the detail property of the corresponding message.\n\nIf an application specifies both detail and a valid detail-template-value, the detail-template-value\nwill take precedence and the corresponding template will be used for rendering the detail content.",
|
|
72
|
+
"meta": {
|
|
73
|
+
"filename": "message-toast.tsx",
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
75
|
+
},
|
|
76
|
+
"type": {
|
|
77
|
+
"names": [
|
|
78
|
+
"string|function"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"tstype": [
|
|
82
|
+
{
|
|
83
|
+
"target": "Type",
|
|
84
|
+
"value": "string|(item: Item<string | number, MessageToastItem>) => string | undefined",
|
|
85
|
+
"jsdocOverride": true
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"memberof": "oj-c.MessageToast",
|
|
91
|
+
"id": "oj-c.MessageToast#iconTemplateValue",
|
|
92
|
+
"name": "iconTemplateValue",
|
|
93
|
+
"kind": "member",
|
|
94
|
+
"longname": "oj-c.MessageToast#iconTemplateValue",
|
|
95
|
+
"optional": true,
|
|
96
|
+
"scope": "instance",
|
|
97
|
+
"description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the icon content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the icon content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an ItemContext and return a key to a template for\nrendering the corresponding message's icon content. The value returned from this function\nshould be a key to one of the dynamic template slots provided. If the returned value is not\none of the keys of the provided dynamic template slots, the component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the icon content using the icon property of the corresponding message.\n\nIf an application specifies both icon and a valid icon-template-value, the icon-template-value\nwill take precedence and the corresponding template will be used for rendering the icon content.",
|
|
98
|
+
"meta": {
|
|
99
|
+
"filename": "message-toast.tsx",
|
|
100
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
101
|
+
},
|
|
102
|
+
"type": {
|
|
103
|
+
"names": [
|
|
104
|
+
"string|function"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"tstype": [
|
|
108
|
+
{
|
|
109
|
+
"target": "Type",
|
|
110
|
+
"value": "string|(item: Item<string | number, MessageToastItem>) => string | undefined",
|
|
111
|
+
"jsdocOverride": true
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"memberof": "oj-c.MessageToast",
|
|
117
|
+
"id": "oj-c.MessageToast#offset",
|
|
118
|
+
"name": "offset",
|
|
119
|
+
"kind": "member",
|
|
120
|
+
"longname": "oj-c.MessageToast#offset",
|
|
121
|
+
"optional": true,
|
|
122
|
+
"scope": "instance",
|
|
123
|
+
"description": "Defines an offset (in pixels) in the placement. Value can be supplied as a number or\nan object with horizontal and vertical values.",
|
|
124
|
+
"meta": {
|
|
125
|
+
"filename": "message-toast.tsx",
|
|
126
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
127
|
+
},
|
|
128
|
+
"defaultvalue": 0,
|
|
129
|
+
"type": {
|
|
130
|
+
"names": [
|
|
131
|
+
"number|object"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"tstype": [
|
|
135
|
+
{
|
|
136
|
+
"target": "Type",
|
|
137
|
+
"value": "number|{ horizontal?: number; vertical?: number; }",
|
|
138
|
+
"jsdocOverride": true
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"memberof": "oj-c.MessageToast",
|
|
144
|
+
"id": "oj-c.MessageToast#position",
|
|
145
|
+
"name": "position",
|
|
146
|
+
"kind": "member",
|
|
147
|
+
"longname": "oj-c.MessageToast#position",
|
|
148
|
+
"optional": true,
|
|
149
|
+
"scope": "instance",
|
|
150
|
+
"description": "Defines the fixed position where the messages will be positioned on the screen.\n- top-start resolves to top-left in LTR (top-right in RTL)\n- top-end resolves to top-right in LTR (top-left in RTL)\n- bottom-start resolves to bottom-left in LTR (bottom-right in RTL)\n- bottom-end resolves to bottom-right in LTR (bottom-left in RTL)",
|
|
151
|
+
"meta": {
|
|
152
|
+
"filename": "message-toast.tsx",
|
|
153
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
154
|
+
},
|
|
155
|
+
"defaultvalue": "\"bottom\"",
|
|
156
|
+
"type": {
|
|
157
|
+
"names": [
|
|
158
|
+
"\"bottom\"",
|
|
159
|
+
"\"top\"",
|
|
160
|
+
"\"top-start\"",
|
|
161
|
+
"\"top-end\"",
|
|
162
|
+
"\"bottom-start\"",
|
|
163
|
+
"\"bottom-end\"",
|
|
164
|
+
"\"top-left\"",
|
|
165
|
+
"\"top-right\"",
|
|
166
|
+
"\"bottom-left\"",
|
|
167
|
+
"\"bottom-right\""
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"memberof": "oj-c.MessageToast",
|
|
173
|
+
"id": "oj-c.MessageToast#setProperty",
|
|
174
|
+
"name": "setProperty",
|
|
175
|
+
"kind": "function",
|
|
176
|
+
"longname": "oj-c.MessageToast#setProperty",
|
|
177
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
178
|
+
"meta": {
|
|
179
|
+
"filename": "message-toast.tsx",
|
|
180
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
181
|
+
},
|
|
182
|
+
"scope": "instance",
|
|
183
|
+
"params": [
|
|
184
|
+
{
|
|
185
|
+
"name": "property",
|
|
186
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "value",
|
|
191
|
+
"description": "The new value to set the property to.",
|
|
192
|
+
"type": "any"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"returns": [
|
|
196
|
+
{
|
|
197
|
+
"type": {
|
|
198
|
+
"names": [
|
|
199
|
+
"void"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"memberof": "oj-c.MessageToast",
|
|
207
|
+
"id": "oj-c.MessageToast#getProperty",
|
|
208
|
+
"name": "getProperty",
|
|
209
|
+
"kind": "function",
|
|
210
|
+
"longname": "oj-c.MessageToast#getProperty",
|
|
211
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
212
|
+
"meta": {
|
|
213
|
+
"filename": "message-toast.tsx",
|
|
214
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
215
|
+
},
|
|
216
|
+
"scope": "instance",
|
|
217
|
+
"params": [
|
|
218
|
+
{
|
|
219
|
+
"name": "property",
|
|
220
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
221
|
+
"type": "string"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"returns": [
|
|
225
|
+
{
|
|
226
|
+
"type": {
|
|
227
|
+
"names": [
|
|
228
|
+
"any"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"memberof": "oj-c.MessageToast",
|
|
236
|
+
"id": "oj-c.MessageToast#setProperties",
|
|
237
|
+
"name": "setProperties",
|
|
238
|
+
"kind": "function",
|
|
239
|
+
"longname": "oj-c.MessageToast#setProperties",
|
|
240
|
+
"description": "Performs a batch set of properties.",
|
|
241
|
+
"meta": {
|
|
242
|
+
"filename": "message-toast.tsx",
|
|
243
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
244
|
+
},
|
|
245
|
+
"scope": "instance",
|
|
246
|
+
"params": [
|
|
247
|
+
{
|
|
248
|
+
"name": "properties",
|
|
249
|
+
"description": "An object containing the property and value pairs to set.",
|
|
250
|
+
"type": "object"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"returns": [
|
|
254
|
+
{
|
|
255
|
+
"type": {
|
|
256
|
+
"names": [
|
|
257
|
+
"void"
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"memberof": "oj-c.MessageToast",
|
|
265
|
+
"id": "oj-c.MessageToast#event:ojClose",
|
|
266
|
+
"name": "ojClose",
|
|
267
|
+
"kind": "event",
|
|
268
|
+
"longname": "oj-c.MessageToast#event:ojClose",
|
|
269
|
+
"description": "Triggered when a user tries to close a message through UI interaction. The application\nshould listen to this event and remove the corresponding message item from the data\nwhich would then result in the message being closed. If the application\nfails to remove the message item from the data, then no change will be done in the\nUI by the component and the message will stay in the UI opened.",
|
|
270
|
+
"meta": {
|
|
271
|
+
"filename": "message-toast.tsx",
|
|
272
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
273
|
+
},
|
|
274
|
+
"scope": "instance",
|
|
275
|
+
"properties": [
|
|
276
|
+
{
|
|
277
|
+
"name": "data",
|
|
278
|
+
"description": "The data that was used to render the message.",
|
|
279
|
+
"type": {
|
|
280
|
+
"names": [
|
|
281
|
+
"any"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"tstype": [
|
|
285
|
+
{
|
|
286
|
+
"target": "Type",
|
|
287
|
+
"value": "D",
|
|
288
|
+
"for": "data",
|
|
289
|
+
"jsdocOverride": true
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "key",
|
|
295
|
+
"description": "The key for the message.",
|
|
296
|
+
"type": {
|
|
297
|
+
"names": [
|
|
298
|
+
"any"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"tstype": [
|
|
302
|
+
{
|
|
303
|
+
"target": "Type",
|
|
304
|
+
"value": "K",
|
|
305
|
+
"for": "key",
|
|
306
|
+
"jsdocOverride": true
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "metadata",
|
|
312
|
+
"description": "The metadata of the message.",
|
|
313
|
+
"type": {
|
|
314
|
+
"names": [
|
|
315
|
+
"Object"
|
|
316
|
+
]
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "oj-c.MessageToast.keyboardDoc",
|
|
323
|
+
"name": "keyboardDoc",
|
|
324
|
+
"kind": "member",
|
|
325
|
+
"longname": "oj-c.MessageToast.keyboardDoc",
|
|
326
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan = \"3\">Focus within Messages</td>\n <td><kbd>Tab</kbd> or <kbd>Shift + Tab</kbd></td>\n <td>Navigate the content of the messages region.</td>\n </tr>\n <tr>\n <td><kbd>F6</kbd></td>\n <td>Cycles the focus through all the messages sections on the page starting from the most recent one.\n Then finally, moves the focus back to the last focused element outside the messages region.</td>\n </tr>\n <tr>\n <td><kbd>Esc</kbd></td>\n <td>Moves focus back to the last focused element outside the messages region and closes the current message if it is closable.</td>\n </tr>\n <tr>\n <td><kbd>Enter</kbd> or <kbd>Space</kbd></td>\n <td>Activates the currently focused element in the message.</td>\n </tr>\n <tr>\n <td rowspan = \"1\">Focus outside Messages</td>\n <td><kbd>F6</kbd></td>\n <td>Move focus to the first message within the more recently disclosed messages region.</td>\n </tr>\n </tbody>\n</table>",
|
|
327
|
+
"memberof": "oj-c.MessageToast",
|
|
328
|
+
"meta": {
|
|
329
|
+
"filename": "message-toast.tsx",
|
|
330
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
|
|
331
|
+
},
|
|
332
|
+
"ojfragment": true
|
|
333
|
+
}
|
|
334
|
+
]
|