@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,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "split-menu-button",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"jetVersion": "^14.0.0",
|
|
5
|
+
"type": "composite",
|
|
6
|
+
"pack": "oj-c",
|
|
7
|
+
"implements": [
|
|
8
|
+
"CSplitMenuButtonElement"
|
|
9
|
+
],
|
|
10
|
+
"description": "A Split Menu Button combines a push button and menu button.",
|
|
11
|
+
"displayName": "Split Menu Button",
|
|
12
|
+
"help": "oj-c.SplitMenuButton.html",
|
|
13
|
+
"main": "oj-c/split-menu-button",
|
|
14
|
+
"extension": {
|
|
15
|
+
"vbdt": {
|
|
16
|
+
"module": "oj-c/split-menu-button"
|
|
17
|
+
},
|
|
18
|
+
"oracle": {
|
|
19
|
+
"icon": "oj-ux-ico-menu-button",
|
|
20
|
+
"uxSpecs": [
|
|
21
|
+
"menubutton"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"propertyLayout": [
|
|
26
|
+
{
|
|
27
|
+
"propertyGroup": "common",
|
|
28
|
+
"items": [
|
|
29
|
+
"label",
|
|
30
|
+
"disabled",
|
|
31
|
+
"width",
|
|
32
|
+
"chroming",
|
|
33
|
+
"size",
|
|
34
|
+
"items"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"since": "14.0.0",
|
|
39
|
+
"properties": {
|
|
40
|
+
"label": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"description": "Text to show in the button.",
|
|
43
|
+
"displayName": "label",
|
|
44
|
+
"help": "#label",
|
|
45
|
+
"translatable": true,
|
|
46
|
+
"value": ""
|
|
47
|
+
},
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "Array<object>",
|
|
50
|
+
"description": "Items describe the menu items rendered by the menu button.",
|
|
51
|
+
"displayName": "items",
|
|
52
|
+
"help": "#items",
|
|
53
|
+
"extension": {
|
|
54
|
+
"vbdt": {
|
|
55
|
+
"itemProperties": {
|
|
56
|
+
"type": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"enumValues": [
|
|
59
|
+
"item",
|
|
60
|
+
"divider"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"label": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
"disabled": {
|
|
67
|
+
"type": "boolean"
|
|
68
|
+
},
|
|
69
|
+
"onAction": {
|
|
70
|
+
"type": "function"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"value": []
|
|
76
|
+
},
|
|
77
|
+
"disabled": {
|
|
78
|
+
"type": "boolean",
|
|
79
|
+
"description": "Specifies that the button element should be disabled.",
|
|
80
|
+
"displayName": "disabled",
|
|
81
|
+
"help": "#disabled",
|
|
82
|
+
"value": false
|
|
83
|
+
},
|
|
84
|
+
"size": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"description": "Size of button",
|
|
87
|
+
"displayName": "size",
|
|
88
|
+
"help": "#size",
|
|
89
|
+
"propertyEditorValues": {
|
|
90
|
+
"sm": {
|
|
91
|
+
"description": "Display a small button.",
|
|
92
|
+
"displayName": "Small"
|
|
93
|
+
},
|
|
94
|
+
"md": {
|
|
95
|
+
"description": "Display a default size button.",
|
|
96
|
+
"displayName": "Medium"
|
|
97
|
+
},
|
|
98
|
+
"lg": {
|
|
99
|
+
"description": "Display a large button.",
|
|
100
|
+
"displayName": "Large"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"translatable": true,
|
|
104
|
+
"enumValues": [
|
|
105
|
+
"sm",
|
|
106
|
+
"md",
|
|
107
|
+
"lg"
|
|
108
|
+
],
|
|
109
|
+
"value": "md"
|
|
110
|
+
},
|
|
111
|
+
"width": {
|
|
112
|
+
"type": "number|string",
|
|
113
|
+
"description": "Specifies that the button style width",
|
|
114
|
+
"displayName": "width",
|
|
115
|
+
"help": "#width"
|
|
116
|
+
},
|
|
117
|
+
"chroming": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"description": "Indicates in what states the button has chromings in background and border.",
|
|
120
|
+
"displayName": "chroming",
|
|
121
|
+
"help": "#chroming",
|
|
122
|
+
"propertyEditorValues": {
|
|
123
|
+
"outlined": {
|
|
124
|
+
"description": "Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.",
|
|
125
|
+
"displayName": "Outlined"
|
|
126
|
+
},
|
|
127
|
+
"solid": {
|
|
128
|
+
"description": "Solid buttons stand out, and direct the user's attention to the most important actions in the UI.",
|
|
129
|
+
"displayName": "Solid"
|
|
130
|
+
},
|
|
131
|
+
"callToAction": {
|
|
132
|
+
"description": "A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.",
|
|
133
|
+
"displayName": "Call To Action"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"enumValues": [
|
|
137
|
+
"outlined",
|
|
138
|
+
"solid",
|
|
139
|
+
"callToAction"
|
|
140
|
+
],
|
|
141
|
+
"value": "outlined"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"events": {
|
|
145
|
+
"ojAction": {
|
|
146
|
+
"bubbles": true,
|
|
147
|
+
"description": "Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.",
|
|
148
|
+
"eventGroup": "common",
|
|
149
|
+
"displayName": "onOjAction",
|
|
150
|
+
"help": "#event:action"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"methods": {
|
|
154
|
+
"blur": {
|
|
155
|
+
"return": "any"
|
|
156
|
+
},
|
|
157
|
+
"focus": {
|
|
158
|
+
"return": "any"
|
|
159
|
+
},
|
|
160
|
+
"doAction": {
|
|
161
|
+
"return": "any"
|
|
162
|
+
},
|
|
163
|
+
"setProperty": {
|
|
164
|
+
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
165
|
+
"help": "#setProperty",
|
|
166
|
+
"params": [
|
|
167
|
+
{
|
|
168
|
+
"name": "property",
|
|
169
|
+
"description": "The property name to set. Supports dot notation for subproperty access.",
|
|
170
|
+
"type": "string"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "value",
|
|
174
|
+
"description": "The new value to set the property to.",
|
|
175
|
+
"type": "any"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"return": "void"
|
|
179
|
+
},
|
|
180
|
+
"getProperty": {
|
|
181
|
+
"description": "Retrieves the value of a property or a subproperty.",
|
|
182
|
+
"help": "#getProperty",
|
|
183
|
+
"params": [
|
|
184
|
+
{
|
|
185
|
+
"name": "property",
|
|
186
|
+
"description": "The property name to get. Supports dot notation for subproperty access.",
|
|
187
|
+
"type": "string"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"return": "any"
|
|
191
|
+
},
|
|
192
|
+
"setProperties": {
|
|
193
|
+
"description": "Performs a batch set of properties.",
|
|
194
|
+
"help": "#setProperties",
|
|
195
|
+
"params": [
|
|
196
|
+
{
|
|
197
|
+
"name": "properties",
|
|
198
|
+
"description": "An object containing the property and value pairs to set.",
|
|
199
|
+
"type": "object"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"return": "void"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
define(["require", "exports", "./split-menu-button"], function (require, exports, split_menu_button_1) {
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.SplitMenuButton = void 0;
|
|
5
|
+
Object.defineProperty(exports, "SplitMenuButton", { enumerable: true, get: function () { return split_menu_button_1.SplitMenuButton; } });
|
|
6
|
+
});
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9
|
+
};
|
|
10
|
+
define(["require", "exports", "preact/jsx-runtime", '@oracle/oraclejet-preact/translationBundle', "@oracle/oraclejet-preact/UNSAFE_SplitMenuButton", "@oracle/oraclejet-preact/UNSAFE_Menu", "@oracle/oraclejet-preact/hooks/UNSAFE_useTabbableMode", "preact", "preact/hooks", "preact/compat", "ojs/ojvcomponent", "css!oj-c/split-menu-button/split-menu-button-styles.css"], function (require, exports, jsx_runtime_1, translationBundle_1, UNSAFE_SplitMenuButton_1, UNSAFE_Menu_1, UNSAFE_useTabbableMode_1, preact_1, hooks_1, compat_1, ojvcomponent_1) {
|
|
11
|
+
"use strict";
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.SplitMenuButton = void 0;
|
|
14
|
+
translationBundle_1 = __importDefault(translationBundle_1);
|
|
15
|
+
const FunctionalSplitMenuButton = (0, compat_1.forwardRef)((props, ref) => {
|
|
16
|
+
const buttonRef = (0, hooks_1.useRef)(null);
|
|
17
|
+
(0, hooks_1.useImperativeHandle)(ref, () => ({
|
|
18
|
+
focus: () => { var _a; return (_a = buttonRef.current) === null || _a === void 0 ? void 0 : _a.focus(); },
|
|
19
|
+
blur: () => { var _a; return (_a = buttonRef.current) === null || _a === void 0 ? void 0 : _a.blur(); },
|
|
20
|
+
doAction: () => { var _a; return (_a = buttonRef.current) === null || _a === void 0 ? void 0 : _a.dispatchEvent(new Event('ojAction', { bubbles: true })); }
|
|
21
|
+
}), []);
|
|
22
|
+
return (0, jsx_runtime_1.jsx)(UNSAFE_SplitMenuButton_1.SplitMenuButton, Object.assign({ ref: buttonRef }, props));
|
|
23
|
+
});
|
|
24
|
+
let SplitMenuButton = class SplitMenuButton extends preact_1.Component {
|
|
25
|
+
constructor() {
|
|
26
|
+
super(...arguments);
|
|
27
|
+
this.buttonRef = (0, preact_1.createRef)();
|
|
28
|
+
this.renderMenu = (items) => {
|
|
29
|
+
return items.map((item) => {
|
|
30
|
+
if (item && item.type === 'divider') {
|
|
31
|
+
return (0, jsx_runtime_1.jsx)(UNSAFE_Menu_1.MenuDivider, {});
|
|
32
|
+
}
|
|
33
|
+
else if (item.label) {
|
|
34
|
+
return ((0, jsx_runtime_1.jsx)(UNSAFE_Menu_1.MenuItem, { label: item.label, isDisabled: item.disabled, onAction: item.onAction }));
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
render(props) {
|
|
43
|
+
const { chroming, label, disabled, size, onOjAction: onAction, items } = Object.assign({}, props);
|
|
44
|
+
const widthSize = { width: props.width };
|
|
45
|
+
return props.width ? ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, Object.assign({ style: widthSize }, { children: (0, jsx_runtime_1.jsx)(FunctionalSplitMenuButton, Object.assign({ label: label, ref: this.buttonRef, variant: chroming, size: size, width: '100%', isDisabled: disabled, onAction: onAction }, { children: this.renderMenu(items) })) }))) : ((0, jsx_runtime_1.jsx)(ojvcomponent_1.Root, { children: (0, jsx_runtime_1.jsx)(FunctionalSplitMenuButton, Object.assign({ label: label, ref: this.buttonRef, variant: chroming, size: size, width: '100%', isDisabled: disabled, onAction: onAction }, { children: this.renderMenu(items) })) }));
|
|
46
|
+
}
|
|
47
|
+
blur() {
|
|
48
|
+
var _a;
|
|
49
|
+
(_a = this.buttonRef.current) === null || _a === void 0 ? void 0 : _a.blur();
|
|
50
|
+
}
|
|
51
|
+
focus() {
|
|
52
|
+
var _a;
|
|
53
|
+
(_a = this.buttonRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
54
|
+
}
|
|
55
|
+
doAction() {
|
|
56
|
+
var _a;
|
|
57
|
+
(_a = this.buttonRef.current) === null || _a === void 0 ? void 0 : _a.doAction();
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
SplitMenuButton.defaultProps = {
|
|
61
|
+
label: '',
|
|
62
|
+
chroming: 'outlined',
|
|
63
|
+
disabled: false,
|
|
64
|
+
size: 'md',
|
|
65
|
+
items: []
|
|
66
|
+
};
|
|
67
|
+
SplitMenuButton._metadata = { "properties": { "label": { "type": "string" }, "items": { "type": "Array<object>" }, "disabled": { "type": "boolean" }, "size": { "type": "string", "enumValues": ["sm", "md", "lg"] }, "width": { "type": "number|string" }, "chroming": { "type": "string", "enumValues": ["outlined", "solid", "callToAction"] } }, "events": { "ojAction": { "bubbles": true } }, "extension": { "_OBSERVED_GLOBAL_PROPS": ["title"] }, "methods": { "blur": {}, "focus": {}, "doAction": {} } };
|
|
68
|
+
SplitMenuButton._translationBundleMap = {
|
|
69
|
+
'@oracle/oraclejet-preact': translationBundle_1.default
|
|
70
|
+
};
|
|
71
|
+
SplitMenuButton._consumedContexts = [UNSAFE_useTabbableMode_1.TabbableModeContext];
|
|
72
|
+
SplitMenuButton = __decorate([
|
|
73
|
+
(0, ojvcomponent_1.customElement)('oj-c-split-menu-button')
|
|
74
|
+
], SplitMenuButton);
|
|
75
|
+
exports.SplitMenuButton = SplitMenuButton;
|
|
76
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
define(["require", "exports", "./split-menu-button/split-menu-button"], function (require, exports, split_menu_button_1) {
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.SplitMenuButton = void 0;
|
|
5
|
+
Object.defineProperty(exports, "SplitMenuButton", { enumerable: true, get: function () { return split_menu_button_1.SplitMenuButton; } });
|
|
6
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.TextAreaWebElement = void 0;
|
|
19
|
+
var TextAreaWebElementBase_1 = require("./TextAreaWebElementBase");
|
|
20
|
+
/**
|
|
21
|
+
* The component WebElement for [oj-c-text-area](../../../oj-c/docs/oj.TextArea.html).
|
|
22
|
+
* Do not instantiate this class directly, instead, use
|
|
23
|
+
* [findTextArea](../modules.html#findTextArea).
|
|
24
|
+
*/
|
|
25
|
+
var TextAreaWebElement = /** @class */ (function (_super) {
|
|
26
|
+
__extends(TextAreaWebElement, _super);
|
|
27
|
+
function TextAreaWebElement() {
|
|
28
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
29
|
+
}
|
|
30
|
+
return TextAreaWebElement;
|
|
31
|
+
}(TextAreaWebElementBase_1.TextAreaWebElementBase));
|
|
32
|
+
exports.TextAreaWebElement = TextAreaWebElement;
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
exports.__esModule = true;
|
|
18
|
+
exports.TextAreaWebElementBase = void 0;
|
|
19
|
+
var elements_1 = require("@oracle/oraclejet-webdriver/elements");
|
|
20
|
+
/**
|
|
21
|
+
* This is the base class for oj-c-text-area WebElement, and is generated from the
|
|
22
|
+
* component's metadata. Do not modify these contents since they'll be replaced
|
|
23
|
+
* during the next generation.
|
|
24
|
+
* Put overrides into the WebElements's subclass, TextAreaWebElement.ts.
|
|
25
|
+
*/
|
|
26
|
+
var TextAreaWebElementBase = /** @class */ (function (_super) {
|
|
27
|
+
__extends(TextAreaWebElementBase, _super);
|
|
28
|
+
function TextAreaWebElementBase() {
|
|
29
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Gets the value of <code>autocomplete</code> property.
|
|
33
|
+
* Dictates component's autocomplete state
|
|
34
|
+
* @return The value of <code>autocomplete</code> property.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
TextAreaWebElementBase.prototype.getAutocomplete = function () {
|
|
38
|
+
return this.getProperty('autocomplete');
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Gets the value of <code>containerReadonly</code> property.
|
|
42
|
+
* Specifies whether an ancestor container, like oj-form-layout, is readonly.
|
|
43
|
+
* @return The value of <code>containerReadonly</code> property.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
TextAreaWebElementBase.prototype.getContainerReadonly = function () {
|
|
47
|
+
return this.getProperty('containerReadonly');
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Gets the value of <code>converter</code> property.
|
|
51
|
+
* Specifies the converter instance.
|
|
52
|
+
* @return The value of <code>converter</code> property.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
TextAreaWebElementBase.prototype.getConverter = function () {
|
|
56
|
+
return this.getProperty('converter');
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Gets the value of <code>disabled</code> property.
|
|
60
|
+
* Specifies whether the component is disabled.
|
|
61
|
+
* @return The value of <code>disabled</code> property.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
TextAreaWebElementBase.prototype.getDisabled = function () {
|
|
65
|
+
return this.getProperty('disabled');
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Gets the value of <code>displayOptions</code> property.
|
|
69
|
+
* Display options for auxiliary content that determines whether or not it should be displayed.
|
|
70
|
+
* @return The value of <code>displayOptions</code> property.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
TextAreaWebElementBase.prototype.getDisplayOptions = function () {
|
|
74
|
+
return this.getProperty('displayOptions');
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Gets the value of <code>help</code> property.
|
|
78
|
+
* Form component help information.
|
|
79
|
+
* @return The value of <code>help</code> property.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
TextAreaWebElementBase.prototype.getHelp = function () {
|
|
83
|
+
return this.getProperty('help');
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Gets the value of <code>helpHints</code> property.
|
|
87
|
+
* The helpHints object contains a definition property and a source property.
|
|
88
|
+
* @return The value of <code>helpHints</code> property.
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
TextAreaWebElementBase.prototype.getHelpHints = function () {
|
|
92
|
+
return this.getProperty('helpHints');
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Gets the value of <code>labelEdge</code> property.
|
|
96
|
+
* Specifies how the label is positioned for the component
|
|
97
|
+
* @return The value of <code>labelEdge</code> property.
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
TextAreaWebElementBase.prototype.getLabelEdge = function () {
|
|
101
|
+
return this.getProperty('labelEdge');
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Gets the value of <code>labelHint</code> property.
|
|
105
|
+
* Represents a hint for rendering a label on the component.
|
|
106
|
+
* @return The value of <code>labelHint</code> property.
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
TextAreaWebElementBase.prototype.getLabelHint = function () {
|
|
110
|
+
return this.getProperty('labelHint');
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Gets the value of <code>labelStartWidth</code> property.
|
|
114
|
+
* The width of the label when labelEdge is 'start'.
|
|
115
|
+
* @return The value of <code>labelStartWidth</code> property.
|
|
116
|
+
*
|
|
117
|
+
*/
|
|
118
|
+
TextAreaWebElementBase.prototype.getLabelStartWidth = function () {
|
|
119
|
+
return this.getProperty('labelStartWidth');
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Gets the value of <code>labelWrapping</code> property.
|
|
123
|
+
* Should the labels wrap or truncate when there is not enough available space.
|
|
124
|
+
* @return The value of <code>labelWrapping</code> property.
|
|
125
|
+
*
|
|
126
|
+
*/
|
|
127
|
+
TextAreaWebElementBase.prototype.getLabelWrapping = function () {
|
|
128
|
+
return this.getProperty('labelWrapping');
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Gets the value of <code>length</code> property.
|
|
132
|
+
* Defines the length limit for the field
|
|
133
|
+
* @return The value of <code>length</code> property.
|
|
134
|
+
*
|
|
135
|
+
*/
|
|
136
|
+
TextAreaWebElementBase.prototype.getLength = function () {
|
|
137
|
+
return this.getProperty('length');
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Gets the value of <code>maxRows</code> property.
|
|
141
|
+
* The maximum number of visible text lines of the textarea.
|
|
142
|
+
* @return The value of <code>maxRows</code> property.
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
TextAreaWebElementBase.prototype.getMaxRows = function () {
|
|
146
|
+
return this.getProperty('maxRows');
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* Sets the value of <code>messagesCustom</code> property.
|
|
150
|
+
* List of custom component messages
|
|
151
|
+
* @param messagesCustom The value to set for <code>messagesCustom</code>
|
|
152
|
+
*
|
|
153
|
+
*/
|
|
154
|
+
TextAreaWebElementBase.prototype.changeMessagesCustom = function (messagesCustom) {
|
|
155
|
+
return this.setProperty('messagesCustom', messagesCustom);
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Gets the value of <code>messagesCustom</code> property.
|
|
159
|
+
* List of custom component messages
|
|
160
|
+
* @return The value of <code>messagesCustom</code> property.
|
|
161
|
+
*
|
|
162
|
+
*/
|
|
163
|
+
TextAreaWebElementBase.prototype.getMessagesCustom = function () {
|
|
164
|
+
return this.getProperty('messagesCustom');
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* Gets the value of <code>placeholder</code> property.
|
|
168
|
+
* The placeholder text to set on the element.
|
|
169
|
+
* @return The value of <code>placeholder</code> property.
|
|
170
|
+
*
|
|
171
|
+
*/
|
|
172
|
+
TextAreaWebElementBase.prototype.getPlaceholder = function () {
|
|
173
|
+
return this.getProperty('placeholder');
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Gets the value of <code>readonly</code> property.
|
|
177
|
+
* Whether the component is readonly
|
|
178
|
+
* @return The value of <code>readonly</code> property.
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
TextAreaWebElementBase.prototype.getReadonly = function () {
|
|
182
|
+
return this.getProperty('readonly');
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Gets the value of <code>required</code> property.
|
|
186
|
+
* Specifies whether or not the component is required.
|
|
187
|
+
* @return The value of <code>required</code> property.
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
190
|
+
TextAreaWebElementBase.prototype.getRequired = function () {
|
|
191
|
+
return this.getProperty('required');
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Gets the value of <code>requiredMessageDetail</code> property.
|
|
195
|
+
* Overrides the default Required error message.
|
|
196
|
+
* @return The value of <code>requiredMessageDetail</code> property.
|
|
197
|
+
*
|
|
198
|
+
*/
|
|
199
|
+
TextAreaWebElementBase.prototype.getRequiredMessageDetail = function () {
|
|
200
|
+
return this.getProperty('requiredMessageDetail');
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Gets the value of <code>resizeBehavior</code> property.
|
|
204
|
+
* Defines the resizeBehavior of the textarea.
|
|
205
|
+
* @return The value of <code>resizeBehavior</code> property.
|
|
206
|
+
*
|
|
207
|
+
*/
|
|
208
|
+
TextAreaWebElementBase.prototype.getResizeBehavior = function () {
|
|
209
|
+
return this.getProperty('resizeBehavior');
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* Gets the value of <code>rows</code> property.
|
|
213
|
+
* The number of visible text lines in the textarea.
|
|
214
|
+
* @return The value of <code>rows</code> property.
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
TextAreaWebElementBase.prototype.getRows = function () {
|
|
218
|
+
return this.getProperty('rows');
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Gets the value of <code>textAlign</code> property.
|
|
222
|
+
* Specifies how the text is aligned within the text field
|
|
223
|
+
* @return The value of <code>textAlign</code> property.
|
|
224
|
+
*
|
|
225
|
+
*/
|
|
226
|
+
TextAreaWebElementBase.prototype.getTextAlign = function () {
|
|
227
|
+
return this.getProperty('textAlign');
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* Gets the value of <code>userAssistanceDensity</code> property.
|
|
231
|
+
* Specifies the density of the form component's user assistance presentation.
|
|
232
|
+
* @return The value of <code>userAssistanceDensity</code> property.
|
|
233
|
+
*
|
|
234
|
+
*/
|
|
235
|
+
TextAreaWebElementBase.prototype.getUserAssistanceDensity = function () {
|
|
236
|
+
return this.getProperty('userAssistanceDensity');
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* Gets the value of <code>validators</code> property.
|
|
240
|
+
* Specifies the validators for the component.
|
|
241
|
+
* @return The value of <code>validators</code> property.
|
|
242
|
+
*
|
|
243
|
+
*/
|
|
244
|
+
TextAreaWebElementBase.prototype.getValidators = function () {
|
|
245
|
+
return this.getProperty('validators');
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* Sets the value of <code>value</code> property.
|
|
249
|
+
* The value of the component.
|
|
250
|
+
* @param value The value to set for <code>value</code>
|
|
251
|
+
*
|
|
252
|
+
*/
|
|
253
|
+
TextAreaWebElementBase.prototype.changeValue = function (value) {
|
|
254
|
+
return this.setProperty('value', value);
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* Gets the value of <code>value</code> property.
|
|
258
|
+
* The value of the component.
|
|
259
|
+
* @return The value of <code>value</code> property.
|
|
260
|
+
*
|
|
261
|
+
*/
|
|
262
|
+
TextAreaWebElementBase.prototype.getValue = function () {
|
|
263
|
+
return this.getProperty('value');
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* Gets the value of <code>rawValue</code> property.
|
|
267
|
+
* Specifies how the raw value of the component
|
|
268
|
+
* @return The value of <code>rawValue</code> property.
|
|
269
|
+
*
|
|
270
|
+
*/
|
|
271
|
+
TextAreaWebElementBase.prototype.getRawValue = function () {
|
|
272
|
+
return this.getProperty('rawValue');
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* Gets the value of <code>valid</code> property.
|
|
276
|
+
* Specifies how the valid state of the component
|
|
277
|
+
* @return The value of <code>valid</code> property.
|
|
278
|
+
*
|
|
279
|
+
*/
|
|
280
|
+
TextAreaWebElementBase.prototype.getValid = function () {
|
|
281
|
+
return this.getProperty('valid');
|
|
282
|
+
};
|
|
283
|
+
return TextAreaWebElementBase;
|
|
284
|
+
}(elements_1.OjWebElement));
|
|
285
|
+
exports.TextAreaWebElementBase = TextAreaWebElementBase;
|