@oracle/oraclejet-core-pack 14.0.6 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/Avatar.json +10 -10
- package/oj-c/Button.json +30 -19
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/FilePicker.json +45 -18
- package/oj-c/InputNumber.json +53 -53
- package/oj-c/InputPassword.json +44 -44
- package/oj-c/InputText.json +51 -51
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/MessageToast.json +11 -11
- package/oj-c/MeterBar.json +33 -33
- package/oj-c/MeterCircle.json +35 -35
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/RatingGauge.json +103 -20
- package/oj-c/SelectMultiple.json +41 -41
- package/oj-c/SelectSingle.json +55 -55
- package/oj-c/SplitMenuButton.json +17 -17
- package/oj-c/TextArea.json +46 -46
- package/oj-c/avatar/component.json +1 -1
- package/oj-c/button/__dev__/button.doc.mdx +32 -0
- package/oj-c/button/__webdriver__/test.page.js +8 -0
- package/oj-c/button/button.js +1 -1
- package/oj-c/button/component.json +7 -2
- package/oj-c/collapsible/component.json +1 -1
- package/oj-c/component.json +1 -1
- package/oj-c/corepackbundle.js +36 -25
- package/oj-c/docs/avatar.html +3 -3
- package/oj-c/docs/button.html +3 -3
- package/oj-c/docs/collapsible.html +3 -3
- package/oj-c/docs/file-picker.html +3 -3
- package/oj-c/docs/index.html +3 -3
- package/oj-c/docs/input-number.html +3 -3
- package/oj-c/docs/input-password.html +3 -3
- package/oj-c/docs/input-text.html +3 -3
- package/oj-c/docs/jsDocMd.json +1 -1
- package/oj-c/docs/list-item-layout.html +3 -3
- package/oj-c/docs/message-toast.html +3 -3
- package/oj-c/docs/meter-bar.html +3 -3
- package/oj-c/docs/meter-circle.html +3 -3
- package/oj-c/docs/oj-c.Avatar.html +3 -3
- package/oj-c/docs/oj-c.Button.html +22 -5
- package/oj-c/docs/oj-c.Collapsible.html +3 -3
- package/oj-c/docs/oj-c.FilePicker.html +80 -9
- package/oj-c/docs/oj-c.InputNumber.html +3 -3
- package/oj-c/docs/oj-c.InputPassword.html +3 -3
- package/oj-c/docs/oj-c.InputText.html +3 -3
- package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
- package/oj-c/docs/oj-c.MessageToast.html +3 -3
- package/oj-c/docs/oj-c.MeterBar.html +8 -6
- package/oj-c/docs/oj-c.MeterCircle.html +8 -6
- package/oj-c/docs/oj-c.ProgressBar.html +3 -3
- package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
- package/oj-c/docs/oj-c.RatingGauge.html +304 -3
- package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
- package/oj-c/docs/oj-c.SelectSingle.html +3 -3
- package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
- package/oj-c/docs/oj-c.TextArea.html +3 -3
- package/oj-c/docs/progress-bar.html +3 -3
- package/oj-c/docs/progress-circle.html +3 -3
- package/oj-c/docs/rating-gauge.html +3 -3
- package/oj-c/docs/select-multiple.html +3 -3
- package/oj-c/docs/select-single.html +3 -3
- package/oj-c/docs/split-menu-button.html +3 -3
- package/oj-c/docs/text-area.html +3 -3
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
- package/oj-c/file-picker/component.json +33 -4
- package/oj-c/input-number/component.json +1 -1
- package/oj-c/input-password/component.json +1 -1
- package/oj-c/input-text/__webdriver__/test.page.js +8 -0
- package/oj-c/input-text/component.json +1 -1
- package/oj-c/list-item-layout/component.json +1 -1
- package/oj-c/message-toast/component.json +1 -1
- package/oj-c/metadata/allComponents.json +155 -40
- package/oj-c/meter-bar/component.json +24 -1
- package/oj-c/meter-circle/component.json +23 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/corepackbundle.js +5 -5
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
- package/oj-c/progress-bar/component.json +1 -1
- package/oj-c/progress-circle/component.json +1 -1
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +9 -0
- package/oj-c/rating-gauge/component.json +37 -1
- package/oj-c/rating-gauge/rating-gauge.js +8 -5
- package/oj-c/select-multiple/component.json +1 -1
- package/oj-c/select-multiple/useSelectMultiplePreact.js +5 -2
- package/oj-c/select-single/component.json +1 -1
- package/oj-c/select-single/useSelectSinglePreact.js +5 -2
- package/oj-c/split-menu-button/component.json +1 -1
- package/oj-c/text-area/component.json +1 -1
- package/oj-c/types/button/__webdriver__/test.page.d.ts +3 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
- package/oj-c/types/input-text/__webdriver__/test.page.d.ts +3 -0
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +5 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +1 -1
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +1 -1
- package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
- package/package.json +3 -3
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +6 -3
package/oj-c/RatingGauge.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.RatingGauge",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "<h3 id=\"ratingGaugeOverview-section\">\n JET Rating Gauge\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#ratingGaugeOverview-section\"></a>\n</h3>\nRating gauges are typically used to display or accept user feedback on a product or service.\n<pre class=\"prettyprint\"><code><oj-c-rating-gauge value='4'></oj-c-rating-gauge></code></pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n<p>\nThe application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as\nthe oj-c-rating-gauge element does not provide a default descriptor.\n</p>\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>\n\n<h3 id=\"keyboardSection\">\n Keyboard\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboardSection\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Submit the current value of the gauge.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element and submit the current value of the gauge.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>End</kbd></td>\n <td>Increase the gauge's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>Home</kbd></td>\n <td>Decrease the gauge's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Decrease the gauge's transient value in left-to-right locales. Increase the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Increase the gauge's transient value in left-to-right locales. Decrease the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Press and Hold</kbd></td>\n <td>Activate tooltip or datatip.</td>\n </tr>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> or <code class=\"prettyprint\">disabled</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
9
|
+
"classdesc": "<h3 id=\"ratingGaugeOverview-section\">\n JET Rating Gauge\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#ratingGaugeOverview-section\"></a>\n</h3>\nRating gauges are typically used to display or accept user feedback on a product or service.\n<pre class=\"prettyprint\"><code><oj-c-rating-gauge value='4'></oj-c-rating-gauge></code></pre>\n\n<h3 id=\"a11y-section\">\n Accessibility\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#a11y-section\"></a>\n</h3>\n<p>\nThe application is strongly encouraged, even though it is not required, to populate the aria-label attribute on the element with meaningful descriptors as\nthe oj-c-rating-gauge element does not provide a default descriptor.\n</p>\n<p>\nIf an application is using thresholds or reference lines, they need to include the information for screender readers using the following methods:\n <ul>\n <li>aria-describedby</li>\n <li>aria-labelledby</li>\n <li>aria-label</li>\n </ul>\n</p>\n<p>\nDisabled content: JET supports an accessible luminosity contrast ratio,\nas specified in <a href=\"http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\">WCAG 2.0 - Section 1.4.3 \"Contrast\"</a>,\nin the themes that are accessible. (See the \"Theming\" chapter of the JET Developer Guide for more information on which\nthemes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user\ninterface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio\nrequired of enabled content, it cannot be used to convey meaningful information.\n</p>\n\n<h3 id=\"keyboardSection\">\n Keyboard\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboardSection\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Enter</kbd></td>\n <td>Submit the current value of the gauge.</td>\n </tr>\n <tr>\n <td><kbd>Tab</kbd></td>\n <td>Move focus to next element and submit the current value of the gauge.</td>\n </tr>\n <tr>\n <td><kbd>Shift + Tab</kbd></td>\n <td>Move focus to previous element.</td>\n </tr>\n <tr>\n <td><kbd>End</kbd></td>\n <td>Increase the gauge's transient value to max value. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>Home</kbd></td>\n <td>Decrease the gauge's transient value to zero. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>LeftArrow</kbd></td>\n <td>Decrease the gauge's transient value in left-to-right locales. Increase the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n <tr>\n <td><kbd>RightArrow</kbd></td>\n <td>Increase the gauge's transient value in left-to-right locales. Decrease the gauge's transient value in right-to-left locales. Value is set after using <kbd>Enter</kbd> or <kbd>Tab</kbd> to submit.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><kbd>Press and Hold</kbd></td>\n <td>Activate tooltip or datatip.</td>\n </tr>\n <tr>\n <td><kbd>Drag</kbd></td>\n <td>Value change when <code class=\"prettyprint\">readonly</code> or <code class=\"prettyprint\">disabled</code> is <code class=\"prettyprint\">false</code>.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-rating-gauge",
|
|
12
12
|
"tagWithBrackets": "<oj-c-rating-gauge>",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "rating-gauge.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "rating-gauge"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Integer value specifying the maximum value of the gauge, which determines the number of items that are displayed.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "rating-gauge.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 5,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Defines whether the value of the gauge can be changed by the end user.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "rating-gauge.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
69
69
|
},
|
|
70
70
|
"defaultvalue": false,
|
|
71
71
|
"type": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Defines whether the gauge is disabled or not. User interaction is prevented and the rating gauge is hidden from screen readers if set to true.",
|
|
86
86
|
"meta": {
|
|
87
87
|
"filename": "rating-gauge.tsx",
|
|
88
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
89
89
|
},
|
|
90
90
|
"defaultvalue": false,
|
|
91
91
|
"type": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "Whether there has been a value entered by the user even if it is the same as the initial value.",
|
|
107
107
|
"meta": {
|
|
108
108
|
"filename": "rating-gauge.tsx",
|
|
109
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
109
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
110
110
|
},
|
|
111
111
|
"defaultvalue": false,
|
|
112
112
|
"type": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"description": "The value of the Rating Gauge. The element's value attribute is used if it\nis provided, otherwise the default value of 0 is used.\nAny other negative value will default to 0.",
|
|
128
128
|
"meta": {
|
|
129
129
|
"filename": "rating-gauge.tsx",
|
|
130
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
130
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
131
131
|
},
|
|
132
132
|
"defaultvalue": 0,
|
|
133
133
|
"type": {
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"description": "Specifies the increment by which values can be changed by the end user.",
|
|
148
148
|
"meta": {
|
|
149
149
|
"filename": "rating-gauge.tsx",
|
|
150
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
150
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
151
151
|
},
|
|
152
152
|
"defaultvalue": 1,
|
|
153
153
|
"type": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"description": "Used to establish a relationship between this component and another element.\nTo facilitate correct screen reader behavior, the described-by attribute is\ncopied to the aria-describedby attribute on the component's dom.",
|
|
168
168
|
"meta": {
|
|
169
169
|
"filename": "rating-gauge.tsx",
|
|
170
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
170
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
171
171
|
},
|
|
172
172
|
"type": {
|
|
173
173
|
"names": [
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"description": "Used to establish a relationship between this component and another element.\nA common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-rating-gauge together for accessibility.\nThe label element has an id, which is used by the labelled-by attribute to tie the two components together to facilitate correct screen reader behavior.",
|
|
187
187
|
"meta": {
|
|
188
188
|
"filename": "rating-gauge.tsx",
|
|
189
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
189
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
190
190
|
},
|
|
191
191
|
"type": {
|
|
192
192
|
"names": [
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"description": "Specifies the size of the individual rating gauge items.",
|
|
206
206
|
"meta": {
|
|
207
207
|
"filename": "rating-gauge.tsx",
|
|
208
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
208
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
209
209
|
},
|
|
210
210
|
"ojvalues": [
|
|
211
211
|
{
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"description": "Specifies the color of the individual rating gauge items.",
|
|
260
260
|
"meta": {
|
|
261
261
|
"filename": "rating-gauge.tsx",
|
|
262
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
262
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
263
263
|
},
|
|
264
264
|
"ojvalues": [
|
|
265
265
|
{
|
|
@@ -291,6 +291,89 @@
|
|
|
291
291
|
]
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
|
+
{
|
|
295
|
+
"memberof": "oj-c.RatingGauge",
|
|
296
|
+
"id": "oj-c.RatingGauge#thresholds",
|
|
297
|
+
"name": "thresholds",
|
|
298
|
+
"kind": "member",
|
|
299
|
+
"longname": "oj-c.RatingGauge#thresholds",
|
|
300
|
+
"optional": true,
|
|
301
|
+
"scope": "instance",
|
|
302
|
+
"description": "An array of objects defining the thresholds for the rating gauge.",
|
|
303
|
+
"meta": {
|
|
304
|
+
"filename": "rating-gauge.tsx",
|
|
305
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
306
|
+
},
|
|
307
|
+
"type": {
|
|
308
|
+
"names": [
|
|
309
|
+
"Array<object>"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
"tstype": [
|
|
313
|
+
{
|
|
314
|
+
"target": "Type",
|
|
315
|
+
"value": "Array<Threshold>",
|
|
316
|
+
"jsdocOverride": true
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"memberof": "oj-c.RatingGauge",
|
|
322
|
+
"id": "oj-c.RatingGauge#thresholds[].max",
|
|
323
|
+
"name": "thresholds[].max",
|
|
324
|
+
"kind": "member",
|
|
325
|
+
"longname": "oj-c.RatingGauge#thresholds[].max",
|
|
326
|
+
"optional": false,
|
|
327
|
+
"scope": "instance",
|
|
328
|
+
"description": "The max value of the threshold.",
|
|
329
|
+
"meta": {
|
|
330
|
+
"filename": "rating-gauge.tsx",
|
|
331
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
332
|
+
},
|
|
333
|
+
"type": {
|
|
334
|
+
"names": [
|
|
335
|
+
"number"
|
|
336
|
+
]
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"memberof": "oj-c.RatingGauge",
|
|
341
|
+
"id": "oj-c.RatingGauge#thresholds[].color",
|
|
342
|
+
"name": "thresholds[].color",
|
|
343
|
+
"kind": "member",
|
|
344
|
+
"longname": "oj-c.RatingGauge#thresholds[].color",
|
|
345
|
+
"optional": true,
|
|
346
|
+
"scope": "instance",
|
|
347
|
+
"description": "The color for the threshold range.\n<p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>",
|
|
348
|
+
"meta": {
|
|
349
|
+
"filename": "rating-gauge.tsx",
|
|
350
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
351
|
+
},
|
|
352
|
+
"type": {
|
|
353
|
+
"names": [
|
|
354
|
+
"string"
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"memberof": "oj-c.RatingGauge",
|
|
360
|
+
"id": "oj-c.RatingGauge#thresholds[].accessibleLabel",
|
|
361
|
+
"name": "thresholds[].accessibleLabel",
|
|
362
|
+
"kind": "member",
|
|
363
|
+
"longname": "oj-c.RatingGauge#thresholds[].accessibleLabel",
|
|
364
|
+
"optional": true,
|
|
365
|
+
"scope": "instance",
|
|
366
|
+
"description": "A label to be used for accessibility purposes for the threshold.",
|
|
367
|
+
"meta": {
|
|
368
|
+
"filename": "rating-gauge.tsx",
|
|
369
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
370
|
+
},
|
|
371
|
+
"type": {
|
|
372
|
+
"names": [
|
|
373
|
+
"string"
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
},
|
|
294
377
|
{
|
|
295
378
|
"memberof": "oj-c.RatingGauge",
|
|
296
379
|
"id": "oj-c.RatingGauge#datatip",
|
|
@@ -302,7 +385,7 @@
|
|
|
302
385
|
"description": "The rating gauge datatip string. Datatip is only used for interactive rating gauges.",
|
|
303
386
|
"meta": {
|
|
304
387
|
"filename": "rating-gauge.tsx",
|
|
305
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
388
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
306
389
|
},
|
|
307
390
|
"type": {
|
|
308
391
|
"names": [
|
|
@@ -328,7 +411,7 @@
|
|
|
328
411
|
"description": "The rating gauge tooltip. Tooltip is only used for read only rating gauges. If aria-label is not specified, tooltip will be used as the aria-label.",
|
|
329
412
|
"meta": {
|
|
330
413
|
"filename": "rating-gauge.tsx",
|
|
331
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
414
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
332
415
|
},
|
|
333
416
|
"type": {
|
|
334
417
|
"names": [
|
|
@@ -349,7 +432,7 @@
|
|
|
349
432
|
"description": "A read-only property for retrieving the transient value from the rating gauge. It is updated upon user gestures that cause transient value changes, such as hovering over the rating gauge.",
|
|
350
433
|
"meta": {
|
|
351
434
|
"filename": "rating-gauge.tsx",
|
|
352
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
435
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
353
436
|
},
|
|
354
437
|
"type": {
|
|
355
438
|
"names": [
|
|
@@ -366,7 +449,7 @@
|
|
|
366
449
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
367
450
|
"meta": {
|
|
368
451
|
"filename": "rating-gauge.tsx",
|
|
369
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
452
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
370
453
|
},
|
|
371
454
|
"scope": "instance",
|
|
372
455
|
"params": [
|
|
@@ -400,7 +483,7 @@
|
|
|
400
483
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
401
484
|
"meta": {
|
|
402
485
|
"filename": "rating-gauge.tsx",
|
|
403
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
486
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
404
487
|
},
|
|
405
488
|
"scope": "instance",
|
|
406
489
|
"params": [
|
|
@@ -429,7 +512,7 @@
|
|
|
429
512
|
"description": "Performs a batch set of properties.",
|
|
430
513
|
"meta": {
|
|
431
514
|
"filename": "rating-gauge.tsx",
|
|
432
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
515
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
433
516
|
},
|
|
434
517
|
"scope": "instance",
|
|
435
518
|
"params": [
|
|
@@ -458,7 +541,7 @@
|
|
|
458
541
|
"memberof": "oj-c.RatingGauge",
|
|
459
542
|
"meta": {
|
|
460
543
|
"filename": "rating-gauge.tsx",
|
|
461
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
544
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
462
545
|
},
|
|
463
546
|
"ojfragment": true
|
|
464
547
|
},
|
|
@@ -477,7 +560,7 @@
|
|
|
477
560
|
},
|
|
478
561
|
"meta": {
|
|
479
562
|
"filename": "rating-gauge.tsx",
|
|
480
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
563
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
481
564
|
},
|
|
482
565
|
"properties": [
|
|
483
566
|
{
|