@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.
Files changed (123) hide show
  1. package/oj-c/Avatar.json +10 -10
  2. package/oj-c/Button.json +30 -19
  3. package/oj-c/Collapsible.json +14 -14
  4. package/oj-c/FilePicker.json +45 -18
  5. package/oj-c/InputNumber.json +53 -53
  6. package/oj-c/InputPassword.json +44 -44
  7. package/oj-c/InputText.json +51 -51
  8. package/oj-c/ListItemLayout.json +16 -16
  9. package/oj-c/MessageToast.json +11 -11
  10. package/oj-c/MeterBar.json +33 -33
  11. package/oj-c/MeterCircle.json +35 -35
  12. package/oj-c/ProgressBar.json +7 -7
  13. package/oj-c/ProgressCircle.json +7 -7
  14. package/oj-c/RatingGauge.json +103 -20
  15. package/oj-c/SelectMultiple.json +41 -41
  16. package/oj-c/SelectSingle.json +55 -55
  17. package/oj-c/SplitMenuButton.json +17 -17
  18. package/oj-c/TextArea.json +46 -46
  19. package/oj-c/avatar/component.json +1 -1
  20. package/oj-c/button/__dev__/button.doc.mdx +32 -0
  21. package/oj-c/button/__webdriver__/test.page.js +8 -0
  22. package/oj-c/button/button.js +1 -1
  23. package/oj-c/button/component.json +7 -2
  24. package/oj-c/collapsible/component.json +1 -1
  25. package/oj-c/component.json +1 -1
  26. package/oj-c/corepackbundle.js +36 -25
  27. package/oj-c/docs/avatar.html +3 -3
  28. package/oj-c/docs/button.html +3 -3
  29. package/oj-c/docs/collapsible.html +3 -3
  30. package/oj-c/docs/file-picker.html +3 -3
  31. package/oj-c/docs/index.html +3 -3
  32. package/oj-c/docs/input-number.html +3 -3
  33. package/oj-c/docs/input-password.html +3 -3
  34. package/oj-c/docs/input-text.html +3 -3
  35. package/oj-c/docs/jsDocMd.json +1 -1
  36. package/oj-c/docs/list-item-layout.html +3 -3
  37. package/oj-c/docs/message-toast.html +3 -3
  38. package/oj-c/docs/meter-bar.html +3 -3
  39. package/oj-c/docs/meter-circle.html +3 -3
  40. package/oj-c/docs/oj-c.Avatar.html +3 -3
  41. package/oj-c/docs/oj-c.Button.html +22 -5
  42. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  43. package/oj-c/docs/oj-c.FilePicker.html +80 -9
  44. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  45. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  46. package/oj-c/docs/oj-c.InputText.html +3 -3
  47. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  48. package/oj-c/docs/oj-c.MessageToast.html +3 -3
  49. package/oj-c/docs/oj-c.MeterBar.html +8 -6
  50. package/oj-c/docs/oj-c.MeterCircle.html +8 -6
  51. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  52. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  53. package/oj-c/docs/oj-c.RatingGauge.html +304 -3
  54. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  55. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  56. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  57. package/oj-c/docs/oj-c.TextArea.html +3 -3
  58. package/oj-c/docs/progress-bar.html +3 -3
  59. package/oj-c/docs/progress-circle.html +3 -3
  60. package/oj-c/docs/rating-gauge.html +3 -3
  61. package/oj-c/docs/select-multiple.html +3 -3
  62. package/oj-c/docs/select-single.html +3 -3
  63. package/oj-c/docs/split-menu-button.html +3 -3
  64. package/oj-c/docs/text-area.html +3 -3
  65. package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
  66. package/oj-c/file-picker/component.json +33 -4
  67. package/oj-c/input-number/component.json +1 -1
  68. package/oj-c/input-password/component.json +1 -1
  69. package/oj-c/input-text/__webdriver__/test.page.js +8 -0
  70. package/oj-c/input-text/component.json +1 -1
  71. package/oj-c/list-item-layout/component.json +1 -1
  72. package/oj-c/message-toast/component.json +1 -1
  73. package/oj-c/metadata/allComponents.json +155 -40
  74. package/oj-c/meter-bar/component.json +24 -1
  75. package/oj-c/meter-circle/component.json +23 -1
  76. package/oj-c/min/button.js +1 -1
  77. package/oj-c/min/button.js.map +1 -1
  78. package/oj-c/min/corepackbundle.js +5 -5
  79. package/oj-c/min/corepackbundle.js.map +1 -1
  80. package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
  81. package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
  82. package/oj-c/min/file-picker.js +1 -1
  83. package/oj-c/min/file-picker.js.map +1 -1
  84. package/oj-c/min/input-number.js +1 -1
  85. package/oj-c/min/input-number.js.map +1 -1
  86. package/oj-c/min/input-password.js +1 -1
  87. package/oj-c/min/input-password.js.map +1 -1
  88. package/oj-c/min/input-text.js +1 -1
  89. package/oj-c/min/input-text.js.map +1 -1
  90. package/oj-c/min/meter-bar.js +1 -1
  91. package/oj-c/min/meter-bar.js.map +1 -1
  92. package/oj-c/min/meter-circle.js +1 -1
  93. package/oj-c/min/meter-circle.js.map +1 -1
  94. package/oj-c/min/rating-gauge.js +1 -1
  95. package/oj-c/min/rating-gauge.js.map +1 -1
  96. package/oj-c/min/select-multiple.js +2 -2
  97. package/oj-c/min/select-multiple.js.map +1 -1
  98. package/oj-c/min/select-single.js +2 -2
  99. package/oj-c/min/select-single.js.map +1 -1
  100. package/oj-c/min/text-area.js +1 -1
  101. package/oj-c/min/text-area.js.map +1 -1
  102. package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
  103. package/oj-c/progress-bar/component.json +1 -1
  104. package/oj-c/progress-circle/component.json +1 -1
  105. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +9 -0
  106. package/oj-c/rating-gauge/component.json +37 -1
  107. package/oj-c/rating-gauge/rating-gauge.js +8 -5
  108. package/oj-c/select-multiple/component.json +1 -1
  109. package/oj-c/select-multiple/useSelectMultiplePreact.js +5 -2
  110. package/oj-c/select-single/component.json +1 -1
  111. package/oj-c/select-single/useSelectSinglePreact.js +5 -2
  112. package/oj-c/split-menu-button/component.json +1 -1
  113. package/oj-c/text-area/component.json +1 -1
  114. package/oj-c/types/button/__webdriver__/test.page.d.ts +3 -0
  115. package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
  116. package/oj-c/types/input-text/__webdriver__/test.page.d.ts +3 -0
  117. package/oj-c/types/rating-gauge/rating-gauge.d.ts +5 -0
  118. package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +1 -1
  119. package/oj-c/types/select-single/useSelectSinglePreact.d.ts +1 -1
  120. package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
  121. package/package.json +3 -3
  122. package/webdriver/docs/assets/search.js +1 -1
  123. package/webdriver/docs/classes/RatingGaugeWebElement.html +6 -3
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="meter-circle">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -139,7 +139,7 @@
139
139
  </article>
140
140
  </section>
141
141
  <footer>
142
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
142
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
143
143
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
144
144
  </footer>
145
145
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem18">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1768,7 +1768,7 @@ precedence over initials, but not icon.
1768
1768
 
1769
1769
 
1770
1770
  <footer>
1771
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1771
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
1772
1772
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1773
1773
  </footer>
1774
1774
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem19">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -567,7 +567,7 @@ required of enabled content, it cannot be used to convey meaningful information.
567
567
 
568
568
  <h4 id="chroming" class="name">
569
569
 
570
- <span class="type-signature"></span>chroming<span class="type-signature"> :"borderless"|"outlined"|"solid"|"callToAction"|"danger"</span>
570
+ <span class="type-signature"></span>chroming<span class="type-signature"> :"ghost"|"borderless"|"outlined"|"solid"|"callToAction"|"danger"</span>
571
571
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#chroming"></a>
572
572
 
573
573
  </h4>
@@ -623,7 +623,7 @@ required of enabled content, it cannot be used to convey meaningful information.
623
623
 
624
624
 
625
625
 
626
- <td class="description last">Borderless buttons are the least prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.
626
+ <td class="description last">Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.
627
627
  </td>
628
628
 
629
629
  </tr>
@@ -664,6 +664,23 @@ required of enabled content, it cannot be used to convey meaningful information.
664
664
 
665
665
 
666
666
 
667
+ <tr>
668
+
669
+ <td class="name"><code>ghost</code></td>
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+ <td class="description last">Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.
678
+ </td>
679
+
680
+ </tr>
681
+
682
+
683
+
667
684
  <tr>
668
685
 
669
686
  <td class="name"><code>outlined</code></td>
@@ -2055,7 +2072,7 @@ required of enabled content, it cannot be used to convey meaningful information.
2055
2072
 
2056
2073
 
2057
2074
  <footer>
2058
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
2075
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
2059
2076
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
2060
2077
  </footer>
2061
2078
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem20">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1980,7 +1980,7 @@ See the Collapsible - Deferred Rendering demo for an example.</p>
1980
1980
 
1981
1981
 
1982
1982
  <footer>
1983
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1983
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
1984
1984
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1985
1985
  </footer>
1986
1986
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem21">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -122,6 +122,9 @@
122
122
 
123
123
  <dl class="details">
124
124
 
125
+ <dt class="tag-since">Since:</dt>
126
+ <dd class="tag-since"><ul class="dummy"><li>14.0.0</li></ul></dd>
127
+
125
128
  <dt class="tag-module">Module:</dt>
126
129
  <dd class="tag-module"><ul class="dummy"><li>file-picker</li></ul></dd>
127
130
 
@@ -130,7 +133,7 @@
130
133
  <section id="quick-nav" class="">
131
134
  <header><h2>QuickNav</h2></header>
132
135
 
133
- <div class="quick-nav-section4">
136
+ <div class="quick-nav-section5">
134
137
 
135
138
  <h3> <a href="#slots-section">Slots</a></h3>
136
139
  <ul class="subList">
@@ -144,7 +147,7 @@
144
147
 
145
148
 
146
149
 
147
- <div class="quick-nav-section4">
150
+ <div class="quick-nav-section5">
148
151
  <h3> <a href="#members-section">Attributes</a></h3>
149
152
  <ul class="optionsSubList">
150
153
 
@@ -194,7 +197,7 @@
194
197
 
195
198
 
196
199
 
197
- <div class="quick-nav-section4">
200
+ <div class="quick-nav-section5">
198
201
  <h3><a href="#events-section">Events</a></h3>
199
202
  <ul class="subList">
200
203
 
@@ -209,7 +212,7 @@
209
212
 
210
213
 
211
214
 
212
- <div class="quick-nav-section4">
215
+ <div class="quick-nav-section5">
213
216
  <h3><a href="#methods-section">Methods</a></h3>
214
217
  <ul class="subList">
215
218
 
@@ -229,13 +232,81 @@
229
232
 
230
233
 
231
234
 
235
+ <div class="quick-nav-section5">
236
+ <h3>Other Topics</h3>
237
+ <ul class="subList">
238
+
239
+ <li><a href="#touch-section">Touch Section</a></li>
240
+
241
+ <li><a href="#keyboard-section">Keyboard Section</a></li>
242
+
243
+ </ul>
244
+ </div>
245
+
232
246
  </section>
233
247
 
234
248
  <section class="">
235
249
  <header>
236
250
 
237
251
  </br>
238
-
252
+
253
+ <div class="class-description">
254
+ <p><h3 id="filePickerOverview-section">
255
+ JET File Picker
256
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#filePickerOverview-section"></a>
257
+ </h3>
258
+ <p>Description:</p>
259
+ <p>By default the file picker shows a clickable dropzone for selecting files for upload. However, it can be replaced with any clickable element like a button. After the files are selected, the FilePicker fires a "select" event with the selected files. Application has to specify the listener in order to do the actual upload. The types of files accepted are controlled by the accept attribute. Additional custom validation can be done through the ojBeforeSelect event.</p>
260
+
261
+ <pre class="prettyprint"><code>&lt;oj-c-file-picker >&lt;/oj-c-file-picker></code></pre>
262
+
263
+
264
+ <h3 id="touch-section">
265
+ Touch End User Information
266
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
267
+ </h3>
268
+
269
+ <table class="keyboard-table">
270
+ <thead>
271
+ <tr>
272
+ <th>Target</th>
273
+ <th>Gesture</th>
274
+ <th>Action</th>
275
+ </tr>
276
+ </thead>
277
+ <tbody>
278
+ <tr>
279
+ <td>Clickable element</td>
280
+ <td><kbd>Tap</kbd></td>
281
+ <td>Launch the browser's file picker.</td>
282
+ </tr>
283
+ </tbody>
284
+ </table>
285
+
286
+ <h3 id="keyboard-section">
287
+ Keyboard End User Information
288
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
289
+ </h3>
290
+
291
+ <table class="keyboard-table">
292
+ <thead>
293
+ <tr>
294
+ <th>Target</th>
295
+ <th>Key</th>
296
+ <th>Action</th>
297
+ </tr>
298
+ </thead>
299
+ <tbody>
300
+ <tr>
301
+ <td>Clickable element</td>
302
+ <td><kbd>Enter</kbd></td>
303
+ <td>Launch the browser's file picker.</td>
304
+ </tr>
305
+ </tbody>
306
+ </table></p>
307
+ </div>
308
+ </br>
309
+
239
310
  </header>
240
311
 
241
312
 
@@ -420,7 +491,7 @@ The application is responsible for setting the tabindex attribute for keyboard a
420
491
 
421
492
  <div class="description">
422
493
  An array of strings of allowed MIME types or file extensions that can be uploaded; this is unlike the accept attribute of the html &lt;input> element that accepts a simple comma-delimited string. If not specified, accept all file types.
423
- <p>Note: If accept is specified, files with empty string type will be rejected if no match found in the "accept" value.
494
+ <p>Note: If accept is specified, files with empty string type will be rejected if no match found in the "accept" value. Due to browser/OS differences, you may have to specify multiple values for the same value type. For example, for a CSV file, you might need to specify 'text/csv', '.csv', 'application/vnd.ms-excel', 'text/comma-separated-values' and others depending on your target browser/OS. </p>
424
495
  </div>
425
496
 
426
497
 
@@ -2370,7 +2441,7 @@ of this Promise.
2370
2441
 
2371
2442
 
2372
2443
  <footer>
2373
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
2444
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
2374
2445
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
2375
2446
  </footer>
2376
2447
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem22">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -5840,7 +5840,7 @@ parse errors or if there were validation errors.</p>
5840
5840
 
5841
5841
 
5842
5842
  <footer>
5843
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
5843
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
5844
5844
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
5845
5845
  </footer>
5846
5846
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem23">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -4881,7 +4881,7 @@ parse errors or if there were validation errors.</p>
4881
4881
 
4882
4882
 
4883
4883
  <footer>
4884
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
4884
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
4885
4885
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
4886
4886
  </footer>
4887
4887
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem24">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -5762,7 +5762,7 @@ parse errors or if there were validation errors.</p>
5762
5762
 
5763
5763
 
5764
5764
  <footer>
5765
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
5765
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
5766
5766
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
5767
5767
  </footer>
5768
5768
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem25">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1539,7 +1539,7 @@ The oj-c-list-item-layout helps application teams to easily layout their content
1539
1539
 
1540
1540
 
1541
1541
  <footer>
1542
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1542
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
1543
1543
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1544
1544
  </footer>
1545
1545
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem26">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1564,7 +1564,7 @@ UI by the component and the message will stay in the UI opened.
1564
1564
 
1565
1565
 
1566
1566
  <footer>
1567
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1567
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
1568
1568
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1569
1569
  </footer>
1570
1570
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem27">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1460,7 +1460,8 @@ The label element has an id, which is used by the labelled-by attribute to tie t
1460
1460
  <dd class="">
1461
1461
 
1462
1462
  <div class="description">
1463
- The color of the reference line.
1463
+ The color of the reference line.
1464
+ <p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>
1464
1465
  </div>
1465
1466
 
1466
1467
 
@@ -2076,7 +2077,7 @@ The label element has an id, which is used by the labelled-by attribute to tie t
2076
2077
  <dd class="">
2077
2078
 
2078
2079
  <div class="description">
2079
- The accessible label for the threshold range.
2080
+ A label to be used for accessibility purposes for the threshold.
2080
2081
  </div>
2081
2082
 
2082
2083
 
@@ -2140,7 +2141,8 @@ The label element has an id, which is used by the labelled-by attribute to tie t
2140
2141
  <dd class="">
2141
2142
 
2142
2143
  <div class="description">
2143
- The color for the threshold range.
2144
+ The color for the threshold range.
2145
+ <p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>
2144
2146
  </div>
2145
2147
 
2146
2148
 
@@ -3183,7 +3185,7 @@ The label element has an id, which is used by the labelled-by attribute to tie t
3183
3185
 
3184
3186
 
3185
3187
  <footer>
3186
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
3188
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
3187
3189
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
3188
3190
  </footer>
3189
3191
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem28">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1746,7 +1746,8 @@ The label element has an id, which is used by the labelled-by attribute to tie t
1746
1746
  <dd class="">
1747
1747
 
1748
1748
  <div class="description">
1749
- The color of the reference line.
1749
+ The color of the reference line.
1750
+ <p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>
1750
1751
  </div>
1751
1752
 
1752
1753
 
@@ -2385,7 +2386,7 @@ The label element has an id, which is used by the labelled-by attribute to tie t
2385
2386
  <dd class="">
2386
2387
 
2387
2388
  <div class="description">
2388
- The accessible label for the threshold range.
2389
+ A label to be used for accessibility purposes for the threshold.
2389
2390
  </div>
2390
2391
 
2391
2392
 
@@ -2449,7 +2450,8 @@ The label element has an id, which is used by the labelled-by attribute to tie t
2449
2450
  <dd class="">
2450
2451
 
2451
2452
  <div class="description">
2452
- The color for the threshold range.
2453
+ The color for the threshold range.
2454
+ <p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>
2453
2455
  </div>
2454
2456
 
2455
2457
 
@@ -3492,7 +3494,7 @@ The label element has an id, which is used by the labelled-by attribute to tie t
3492
3494
 
3493
3495
 
3494
3496
  <footer>
3495
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
3497
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:27 GMT+0000 (Coordinated Universal Time)<br>
3496
3498
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
3497
3499
  </footer>
3498
3500
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem29">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1112,7 +1112,7 @@ Any other negative value will default to 0.
1112
1112
 
1113
1113
 
1114
1114
  <footer>
1115
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1115
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:28 GMT+0000 (Coordinated Universal Time)<br>
1116
1116
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1117
1117
  </footer>
1118
1118
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem30">
22
22
  <h2>Oracle® JET</h2>
23
23
  <h2>Core Pack Components</h2>
24
- <h3>14.0.6</h3
24
+ <h3>14.1.0</h3
25
25
  <div class="deprecation-checkboxes" style="display: none">
26
26
  <ul style="list-style: none; display: none;">
27
27
  <li style="margin-top:0px">
@@ -106,7 +106,7 @@
106
106
 
107
107
  <p class="product-docs-header">
108
108
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
109
- 14.0.6</span><br>
109
+ 14.1.0</span><br>
110
110
  </p>
111
111
 
112
112
 
@@ -1128,7 +1128,7 @@ Any other negative value will default to 0.
1128
1128
 
1129
1129
 
1130
1130
  <footer>
1131
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 05 2023 16:48:39 GMT+0000 (Coordinated Universal Time)<br>
1131
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Apr 06 2023 20:01:28 GMT+0000 (Coordinated Universal Time)<br>
1132
1132
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1133
1133
  </footer>
1134
1134
  </div>