@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="navItem31">
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
 
@@ -179,6 +179,22 @@
179
179
 
180
180
  </li>
181
181
 
182
+ <li><div><a href="javascript:void(0)" ><b>thresholds</b></a></div>
183
+
184
+ <ul class='optionsInnerSubList'>
185
+
186
+ <li><div><a href="#thresholds[].accessibleLabel">accessibleLabel</a></div>
187
+
188
+ </li>
189
+
190
+ <li><div><a href="#thresholds[].color">color</a></div>
191
+
192
+ </li>
193
+
194
+ <li><div><a href="#thresholds[].max">max</a></div>
195
+
196
+ </ul></li>
197
+
182
198
  <li><div><a href="#tooltip">tooltip</a></div>
183
199
 
184
200
  </li>
@@ -275,6 +291,14 @@ The application is strongly encouraged, even though it is not required, to popul
275
291
  the oj-c-rating-gauge element does not provide a default descriptor.
276
292
  </p>
277
293
  <p>
294
+ If an application is using thresholds or reference lines, they need to include the information for screender readers using the following methods:
295
+ <ul>
296
+ <li>aria-describedby</li>
297
+ <li>aria-labelledby</li>
298
+ <li>aria-label</li>
299
+ </ul>
300
+ </p>
301
+ <p>
278
302
  Disabled content: JET supports an accessible luminosity contrast ratio,
279
303
  as specified in <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">WCAG 2.0 - Section 1.4.3 "Contrast"</a>,
280
304
  in the themes that are accessible. (See the "Theming" chapter of the JET Developer Guide for more information on which
@@ -1456,6 +1480,283 @@ The label element has an id, which is used by the labelled-by attribute to tie t
1456
1480
  </dd>
1457
1481
 
1458
1482
 
1483
+ <dt class="">
1484
+
1485
+ <h4 id="thresholds" class="name">
1486
+
1487
+ <span class="type-signature"></span>thresholds<span class="type-signature"> :Array&lt;Threshold></span>
1488
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds"></a>
1489
+
1490
+ </h4>
1491
+
1492
+
1493
+ </dt>
1494
+
1495
+ <dd class="">
1496
+
1497
+ <div class="description">
1498
+ An array of objects defining the thresholds for the rating gauge.
1499
+ </div>
1500
+
1501
+
1502
+
1503
+
1504
+ <dl class="details">
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ </dl>
1535
+
1536
+
1537
+
1538
+ <h5>Names</h5>
1539
+ <table class="keyboard-table">
1540
+ <thead>
1541
+ <tr>
1542
+ <th>Item</th>
1543
+ <th>Name</th>
1544
+ </tr>
1545
+ </thead>
1546
+ <tbody>
1547
+ <tr>
1548
+ <td>Property</td>
1549
+ <td><code class="prettyprint">thresholds</code></td>
1550
+ </tr>
1551
+
1552
+ <tr>
1553
+ <td>Property change event</td>
1554
+ <td><code class="prettyprint">thresholdsChanged</code></td>
1555
+ </tr>
1556
+ <tr>
1557
+ <td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
1558
+ <td><code class="pretty-print-noprettify">on-thresholds-changed</code></td>
1559
+ </tr>
1560
+
1561
+ </tbody>
1562
+ </table>
1563
+
1564
+ </dd>
1565
+
1566
+
1567
+ <dt class="">
1568
+
1569
+ <h4 id="thresholds[].accessibleLabel" class="name">
1570
+
1571
+ <span class="type-signature"></span>thresholds[].accessibleLabel<span class="type-signature"> :string</span>
1572
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds[].accessibleLabel"></a>
1573
+
1574
+ </h4>
1575
+
1576
+
1577
+ </dt>
1578
+
1579
+ <dd class="">
1580
+
1581
+ <div class="description">
1582
+ A label to be used for accessibility purposes for the threshold.
1583
+ </div>
1584
+
1585
+
1586
+
1587
+
1588
+ <dl class="details">
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+ </dl>
1619
+
1620
+
1621
+
1622
+ <div class="description">
1623
+ <b>Note: </b> This property is a subproperty of an array-valued property. <i>Such properties cannot be set individually
1624
+ either at init time via HTML attribute syntax or at runtime via JavaScript.</i> Instead, the outermost array-valued attribute, and its ancestor attributes,
1625
+ can be set at init time or runtime.
1626
+ </div>
1627
+
1628
+ </dd>
1629
+
1630
+
1631
+ <dt class="">
1632
+
1633
+ <h4 id="thresholds[].color" class="name">
1634
+
1635
+ <span class="type-signature"></span>thresholds[].color<span class="type-signature"> :string</span>
1636
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds[].color"></a>
1637
+
1638
+ </h4>
1639
+
1640
+
1641
+ </dt>
1642
+
1643
+ <dd class="">
1644
+
1645
+ <div class="description">
1646
+ The color for the threshold range.
1647
+ <p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>
1648
+ </div>
1649
+
1650
+
1651
+
1652
+
1653
+ <dl class="details">
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+ </dl>
1684
+
1685
+
1686
+
1687
+ <div class="description">
1688
+ <b>Note: </b> This property is a subproperty of an array-valued property. <i>Such properties cannot be set individually
1689
+ either at init time via HTML attribute syntax or at runtime via JavaScript.</i> Instead, the outermost array-valued attribute, and its ancestor attributes,
1690
+ can be set at init time or runtime.
1691
+ </div>
1692
+
1693
+ </dd>
1694
+
1695
+
1696
+ <dt class="">
1697
+
1698
+ <h4 id="thresholds[].max" class="name">
1699
+
1700
+ <span class="type-signature"></span>thresholds[].max<span class="type-signature"> :number</span>
1701
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#thresholds[].max"></a>
1702
+
1703
+ </h4>
1704
+
1705
+
1706
+ </dt>
1707
+
1708
+ <dd class="">
1709
+
1710
+ <div class="description">
1711
+ The max value of the threshold.
1712
+ </div>
1713
+
1714
+
1715
+
1716
+
1717
+ <dl class="details">
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+ </dl>
1748
+
1749
+
1750
+
1751
+ <div class="description">
1752
+ <b>Note: </b> This property is a subproperty of an array-valued property. <i>Such properties cannot be set individually
1753
+ either at init time via HTML attribute syntax or at runtime via JavaScript.</i> Instead, the outermost array-valued attribute, and its ancestor attributes,
1754
+ can be set at init time or runtime.
1755
+ </div>
1756
+
1757
+ </dd>
1758
+
1759
+
1459
1760
  <dt class="">
1460
1761
 
1461
1762
  <h4 id="tooltip" class="name">
@@ -2310,7 +2611,7 @@ Any other negative value will default to 0.
2310
2611
 
2311
2612
 
2312
2613
  <footer>
2313
- 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>
2614
+ 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>
2314
2615
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
2315
2616
  </footer>
2316
2617
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem32">
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
 
@@ -4710,7 +4710,7 @@ parse errors or if there were validation errors.</p>
4710
4710
 
4711
4711
 
4712
4712
  <footer>
4713
- 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>
4713
+ 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>
4714
4714
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
4715
4715
  </footer>
4716
4716
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem33">
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
 
@@ -5910,7 +5910,7 @@ parse errors or if there were validation errors.</p>
5910
5910
 
5911
5911
 
5912
5912
  <footer>
5913
- 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>
5913
+ 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>
5914
5914
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
5915
5915
  </footer>
5916
5916
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem34">
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
 
@@ -1881,7 +1881,7 @@ required of enabled content, it cannot be used to convey meaningful information.
1881
1881
 
1882
1882
 
1883
1883
  <footer>
1884
- 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>
1884
+ 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>
1885
1885
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
1886
1886
  </footer>
1887
1887
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="navItem35">
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
 
@@ -5437,7 +5437,7 @@ parse errors or if there were validation errors.</p>
5437
5437
 
5438
5438
 
5439
5439
  <footer>
5440
- 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>
5440
+ 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>
5441
5441
  <span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
5442
5442
  </footer>
5443
5443
  </div>
@@ -21,7 +21,7 @@
21
21
  <nav id="nav" data-current-item="progress-bar">
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="progress-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="rating-gauge">
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="select-multiple">
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="select-single">
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="split-menu-button">
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="text-area">
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>
@@ -1,12 +1,14 @@
1
1
  var __importDefault = (this && this.__importDefault) || function (mod) {
2
2
  return (mod && mod.__esModule) ? mod : { "default": mod };
3
3
  };
4
- define(["require", "exports", "ojs/ojvalidator-required", "preact/hooks"], function (require, exports, ojvalidator_required_1, hooks_1) {
4
+ define(["require", "exports", "ojs/ojvalidator-required", "preact/hooks", "@oracle/oraclejet-preact/hooks/UNSAFE_useTranslationBundle"], function (require, exports, ojvalidator_required_1, hooks_1, UNSAFE_useTranslationBundle_1) {
5
5
  "use strict";
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.useDeferredValidators = void 0;
8
8
  ojvalidator_required_1 = __importDefault(ojvalidator_required_1);
9
- function useDeferredValidators({ labelHint, required, requiredMessageDetail }) {
9
+ function useDeferredValidators({ labelHint, required, requiredMessageDetail: propRequiredMessageDetail }) {
10
+ const translations = (0, UNSAFE_useTranslationBundle_1.useTranslationBundle)('@oracle/oraclejet-preact');
11
+ const requiredMessageDetail = propRequiredMessageDetail || translations.formControl_requiredMessageDetail();
10
12
  const requiredValidator = (0, hooks_1.useMemo)(() => {
11
13
  if (required) {
12
14
  return new ojvalidator_required_1.default({