@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
@@ -1,12 +1,42 @@
1
1
  {
2
2
  "name": "file-picker",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
8
8
  "CFilePickerElement"
9
9
  ],
10
+ "description": "A file picker displays a clickable dropzone for selecting files from the device storage.",
11
+ "displayName": "File Picker",
12
+ "help": "oj-c.FilePicker.html",
13
+ "main": "oj-c/file-picker",
14
+ "extension": {
15
+ "vbdt": {
16
+ "module": "oj-c/file-picker"
17
+ },
18
+ "oracle": {
19
+ "icon": "oj-ux-ico-file-image",
20
+ "uxSpecs": [
21
+ "file-picker"
22
+ ]
23
+ }
24
+ },
25
+ "propertyLayout": [
26
+ {
27
+ "propertyGroup": "common",
28
+ "items": [
29
+ "max"
30
+ ]
31
+ },
32
+ {
33
+ "propertyGroup": "data",
34
+ "items": [
35
+ "value"
36
+ ]
37
+ }
38
+ ],
39
+ "since": "14.0.0",
10
40
  "properties": {
11
41
  "accept": {
12
42
  "type": "Array<string>",
@@ -204,6 +234,5 @@
204
234
  ],
205
235
  "return": "void"
206
236
  }
207
- },
208
- "main": "oj-c/file-picker"
209
- }
237
+ }
238
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-number",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-password",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -0,0 +1,8 @@
1
+ define(["require", "exports", "preact/jsx-runtime", "oj-c/input-text"], function (require, exports, jsx_runtime_1) {
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const InputTextCE = 'oj-c-input-text';
5
+ exports.default = () => {
6
+ return ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsxs)("p", { children: [(0, jsx_runtime_1.jsx)("div", { children: "Custom element" }), (0, jsx_runtime_1.jsx)(InputTextCE, { id: "it1", "data-test-id": "it1", labelHint: "custom-element input text" })] }) }));
7
+ };
8
+ });
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-text",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "list-item-layout",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "message-toast",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "oj-c",
3
- "version": "14.0.6",
3
+ "version": "14.1.0",
4
4
  "components": {
5
5
  "oj-c-input-number": {
6
6
  "name": "input-number",
7
- "version": "14.0.6",
8
- "jetVersion": "^14.0.6",
7
+ "version": "14.1.0",
8
+ "jetVersion": "^14.1.0",
9
9
  "type": "composite",
10
10
  "pack": "oj-c",
11
11
  "implements": [
@@ -540,8 +540,8 @@
540
540
  },
541
541
  "oj-c-input-password": {
542
542
  "name": "input-password",
543
- "version": "14.0.6",
544
- "jetVersion": "^14.0.6",
543
+ "version": "14.1.0",
544
+ "jetVersion": "^14.1.0",
545
545
  "type": "composite",
546
546
  "pack": "oj-c",
547
547
  "implements": [
@@ -1028,8 +1028,8 @@
1028
1028
  },
1029
1029
  "oj-c-input-text": {
1030
1030
  "name": "input-text",
1031
- "version": "14.0.6",
1032
- "jetVersion": "^14.0.6",
1031
+ "version": "14.1.0",
1032
+ "jetVersion": "^14.1.0",
1033
1033
  "type": "composite",
1034
1034
  "pack": "oj-c",
1035
1035
  "implements": [
@@ -1608,8 +1608,8 @@
1608
1608
  },
1609
1609
  "oj-c-message-toast": {
1610
1610
  "name": "message-toast",
1611
- "version": "14.0.6",
1612
- "jetVersion": "^14.0.6",
1611
+ "version": "14.1.0",
1612
+ "jetVersion": "^14.1.0",
1613
1613
  "type": "composite",
1614
1614
  "pack": "oj-c",
1615
1615
  "implements": [
@@ -1852,8 +1852,8 @@
1852
1852
  },
1853
1853
  "oj-c-select-multiple": {
1854
1854
  "name": "select-multiple",
1855
- "version": "14.0.6",
1856
- "jetVersion": "^14.0.6",
1855
+ "version": "14.1.0",
1856
+ "jetVersion": "^14.1.0",
1857
1857
  "type": "composite",
1858
1858
  "pack": "oj-c",
1859
1859
  "implements": [
@@ -2327,8 +2327,8 @@
2327
2327
  },
2328
2328
  "oj-c-select-single": {
2329
2329
  "name": "select-single",
2330
- "version": "14.0.6",
2331
- "jetVersion": "^14.0.6",
2330
+ "version": "14.1.0",
2331
+ "jetVersion": "^14.1.0",
2332
2332
  "type": "composite",
2333
2333
  "pack": "oj-c",
2334
2334
  "implements": [
@@ -2872,8 +2872,8 @@
2872
2872
  },
2873
2873
  "oj-c-text-area": {
2874
2874
  "name": "text-area",
2875
- "version": "14.0.6",
2876
- "jetVersion": "^14.0.6",
2875
+ "version": "14.1.0",
2876
+ "jetVersion": "^14.1.0",
2877
2877
  "type": "composite",
2878
2878
  "pack": "oj-c",
2879
2879
  "implements": [
@@ -3369,8 +3369,8 @@
3369
3369
  },
3370
3370
  "oj-c-progress-bar": {
3371
3371
  "name": "progress-bar",
3372
- "version": "14.0.6",
3373
- "jetVersion": "^14.0.6",
3372
+ "version": "14.1.0",
3373
+ "jetVersion": "^14.1.0",
3374
3374
  "type": "composite",
3375
3375
  "pack": "oj-c",
3376
3376
  "implements": [
@@ -3492,8 +3492,8 @@
3492
3492
  },
3493
3493
  "oj-c-progress-circle": {
3494
3494
  "name": "progress-circle",
3495
- "version": "14.0.6",
3496
- "jetVersion": "^14.0.6",
3495
+ "version": "14.1.0",
3496
+ "jetVersion": "^14.1.0",
3497
3497
  "type": "composite",
3498
3498
  "pack": "oj-c",
3499
3499
  "implements": [
@@ -3620,8 +3620,8 @@
3620
3620
  },
3621
3621
  "oj-c-avatar": {
3622
3622
  "name": "avatar",
3623
- "version": "14.0.6",
3624
- "jetVersion": "^14.0.6",
3623
+ "version": "14.1.0",
3624
+ "jetVersion": "^14.1.0",
3625
3625
  "type": "composite",
3626
3626
  "pack": "oj-c",
3627
3627
  "implements": [
@@ -3847,8 +3847,8 @@
3847
3847
  },
3848
3848
  "oj-c-button": {
3849
3849
  "name": "button",
3850
- "version": "14.0.6",
3851
- "jetVersion": "^14.0.6",
3850
+ "version": "14.1.0",
3851
+ "jetVersion": "^14.1.0",
3852
3852
  "type": "composite",
3853
3853
  "pack": "oj-c",
3854
3854
  "implements": [
@@ -3986,8 +3986,12 @@
3986
3986
  "displayName": "chroming",
3987
3987
  "help": "#chroming",
3988
3988
  "propertyEditorValues": {
3989
+ "ghost": {
3990
+ "description": "Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.",
3991
+ "displayName": "Ghost"
3992
+ },
3989
3993
  "borderless": {
3990
- "description": "Borderless buttons are the least prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
3994
+ "description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
3991
3995
  "displayName": "Borderless"
3992
3996
  },
3993
3997
  "outlined": {
@@ -4008,6 +4012,7 @@
4008
4012
  }
4009
4013
  },
4010
4014
  "enumValues": [
4015
+ "ghost",
4011
4016
  "borderless",
4012
4017
  "outlined",
4013
4018
  "solid",
@@ -4090,8 +4095,8 @@
4090
4095
  },
4091
4096
  "oj-c-rating-gauge": {
4092
4097
  "name": "rating-gauge",
4093
- "version": "14.0.6",
4094
- "jetVersion": "^14.0.6",
4098
+ "version": "14.1.0",
4099
+ "jetVersion": "^14.1.0",
4095
4100
  "type": "composite",
4096
4101
  "pack": "oj-c",
4097
4102
  "implements": [
@@ -4112,6 +4117,22 @@
4112
4117
  ]
4113
4118
  }
4114
4119
  },
4120
+ "propertyLayout": [
4121
+ {
4122
+ "propertyGroup": "common",
4123
+ "items": [
4124
+ "style"
4125
+ ]
4126
+ },
4127
+ {
4128
+ "propertyGroup": "data",
4129
+ "items": [
4130
+ "value",
4131
+ "max",
4132
+ "step"
4133
+ ]
4134
+ }
4135
+ ],
4115
4136
  "since": "13.0.0",
4116
4137
  "properties": {
4117
4138
  "max": {
@@ -4214,6 +4235,26 @@
4214
4235
  ],
4215
4236
  "value": "neutral"
4216
4237
  },
4238
+ "thresholds": {
4239
+ "type": "Array<object>",
4240
+ "displayName": "Thresholds",
4241
+ "help": "#thresholds",
4242
+ "extension": {
4243
+ "vbdt": {
4244
+ "itemProperties": {
4245
+ "max": {
4246
+ "type": "number"
4247
+ },
4248
+ "color": {
4249
+ "type": "string"
4250
+ },
4251
+ "accessibleLabel": {
4252
+ "type": "string"
4253
+ }
4254
+ }
4255
+ }
4256
+ }
4257
+ },
4217
4258
  "datatip": {
4218
4259
  "type": "function",
4219
4260
  "displayName": "Datatip",
@@ -4278,8 +4319,8 @@
4278
4319
  },
4279
4320
  "oj-c-collapsible": {
4280
4321
  "name": "collapsible",
4281
- "version": "14.0.6",
4282
- "jetVersion": "^14.0.6",
4322
+ "version": "14.1.0",
4323
+ "jetVersion": "^14.1.0",
4283
4324
  "type": "composite",
4284
4325
  "pack": "oj-c",
4285
4326
  "implements": [
@@ -4462,13 +4503,43 @@
4462
4503
  },
4463
4504
  "oj-c-file-picker": {
4464
4505
  "name": "file-picker",
4465
- "version": "14.0.6",
4466
- "jetVersion": "^14.0.6",
4506
+ "version": "14.1.0",
4507
+ "jetVersion": "^14.1.0",
4467
4508
  "type": "composite",
4468
4509
  "pack": "oj-c",
4469
4510
  "implements": [
4470
4511
  "CFilePickerElement"
4471
4512
  ],
4513
+ "description": "A file picker displays a clickable dropzone for selecting files from the device storage.",
4514
+ "displayName": "File Picker",
4515
+ "help": "oj-c.FilePicker.html",
4516
+ "main": "oj-c/file-picker",
4517
+ "extension": {
4518
+ "vbdt": {
4519
+ "module": "oj-c/file-picker"
4520
+ },
4521
+ "oracle": {
4522
+ "icon": "oj-ux-ico-file-image",
4523
+ "uxSpecs": [
4524
+ "file-picker"
4525
+ ]
4526
+ }
4527
+ },
4528
+ "propertyLayout": [
4529
+ {
4530
+ "propertyGroup": "common",
4531
+ "items": [
4532
+ "max"
4533
+ ]
4534
+ },
4535
+ {
4536
+ "propertyGroup": "data",
4537
+ "items": [
4538
+ "value"
4539
+ ]
4540
+ }
4541
+ ],
4542
+ "since": "14.0.0",
4472
4543
  "properties": {
4473
4544
  "accept": {
4474
4545
  "type": "Array<string>",
@@ -4666,13 +4737,12 @@
4666
4737
  ],
4667
4738
  "return": "void"
4668
4739
  }
4669
- },
4670
- "main": "oj-c/file-picker"
4740
+ }
4671
4741
  },
4672
4742
  "oj-c-meter-bar": {
4673
4743
  "name": "meter-bar",
4674
- "version": "14.0.6",
4675
- "jetVersion": "^14.0.6",
4744
+ "version": "14.1.0",
4745
+ "jetVersion": "^14.1.0",
4676
4746
  "type": "composite",
4677
4747
  "pack": "oj-c",
4678
4748
  "implements": [
@@ -4693,6 +4763,29 @@
4693
4763
  ]
4694
4764
  }
4695
4765
  },
4766
+ "propertyLayout": [
4767
+ {
4768
+ "propertyGroup": "common",
4769
+ "items": [
4770
+ "orientation",
4771
+ "thresholdDisplay",
4772
+ "plotArea.rendered",
4773
+ "color",
4774
+ "style"
4775
+ ]
4776
+ },
4777
+ {
4778
+ "propertyGroup": "data",
4779
+ "items": [
4780
+ "value",
4781
+ "min",
4782
+ "max",
4783
+ "step",
4784
+ "thresholds",
4785
+ "referenceLines"
4786
+ ]
4787
+ }
4788
+ ],
4696
4789
  "since": "14.0.0",
4697
4790
  "properties": {
4698
4791
  "max": {
@@ -4917,8 +5010,8 @@
4917
5010
  },
4918
5011
  "oj-c-meter-circle": {
4919
5012
  "name": "meter-circle",
4920
- "version": "14.0.6",
4921
- "jetVersion": "^14.0.6",
5013
+ "version": "14.1.0",
5014
+ "jetVersion": "^14.1.0",
4922
5015
  "type": "composite",
4923
5016
  "pack": "oj-c",
4924
5017
  "implements": [
@@ -4939,6 +5032,28 @@
4939
5032
  ]
4940
5033
  }
4941
5034
  },
5035
+ "propertyLayout": [
5036
+ {
5037
+ "propertyGroup": "common",
5038
+ "items": [
5039
+ "thresholdDisplay",
5040
+ "plotArea.rendered",
5041
+ "color",
5042
+ "style"
5043
+ ]
5044
+ },
5045
+ {
5046
+ "propertyGroup": "data",
5047
+ "items": [
5048
+ "value",
5049
+ "min",
5050
+ "max",
5051
+ "step",
5052
+ "thresholds",
5053
+ "referenceLines"
5054
+ ]
5055
+ }
5056
+ ],
4942
5057
  "since": "14.0.0",
4943
5058
  "properties": {
4944
5059
  "max": {
@@ -5206,8 +5321,8 @@
5206
5321
  },
5207
5322
  "oj-c-list-item-layout": {
5208
5323
  "name": "list-item-layout",
5209
- "version": "14.0.6",
5210
- "jetVersion": "^14.0.6",
5324
+ "version": "14.1.0",
5325
+ "jetVersion": "^14.1.0",
5211
5326
  "type": "composite",
5212
5327
  "pack": "oj-c",
5213
5328
  "implements": [
@@ -5345,8 +5460,8 @@
5345
5460
  },
5346
5461
  "oj-c-split-menu-button": {
5347
5462
  "name": "split-menu-button",
5348
- "version": "14.0.6",
5349
- "jetVersion": "^14.0.6",
5463
+ "version": "14.1.0",
5464
+ "jetVersion": "^14.1.0",
5350
5465
  "type": "composite",
5351
5466
  "pack": "oj-c",
5352
5467
  "implements": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meter-bar",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -22,6 +22,29 @@
22
22
  ]
23
23
  }
24
24
  },
25
+ "propertyLayout": [
26
+ {
27
+ "propertyGroup": "common",
28
+ "items": [
29
+ "orientation",
30
+ "thresholdDisplay",
31
+ "plotArea.rendered",
32
+ "color",
33
+ "style"
34
+ ]
35
+ },
36
+ {
37
+ "propertyGroup": "data",
38
+ "items": [
39
+ "value",
40
+ "min",
41
+ "max",
42
+ "step",
43
+ "thresholds",
44
+ "referenceLines"
45
+ ]
46
+ }
47
+ ],
25
48
  "since": "14.0.0",
26
49
  "properties": {
27
50
  "max": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meter-circle",
3
3
  "version": "1.0.0",
4
- "jetVersion": "^14.0.6",
4
+ "jetVersion": "^14.1.0",
5
5
  "type": "composite",
6
6
  "pack": "oj-c",
7
7
  "implements": [
@@ -22,6 +22,28 @@
22
22
  ]
23
23
  }
24
24
  },
25
+ "propertyLayout": [
26
+ {
27
+ "propertyGroup": "common",
28
+ "items": [
29
+ "thresholdDisplay",
30
+ "plotArea.rendered",
31
+ "color",
32
+ "style"
33
+ ]
34
+ },
35
+ {
36
+ "propertyGroup": "data",
37
+ "items": [
38
+ "value",
39
+ "min",
40
+ "max",
41
+ "step",
42
+ "thresholds",
43
+ "referenceLines"
44
+ ]
45
+ }
46
+ ],
25
47
  "since": "14.0.0",
26
48
  "properties": {
27
49
  "max": {
@@ -1,2 +1,2 @@
1
- var __decorate=this&&this.__decorate||function(e,t,o,n){var r,s=arguments.length,l=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(l=(s<3?r(l):s>3?r(t,o,l):r(t,o))||l);return s>3&&l&&Object.defineProperty(t,o,l),l},__rest=this&&this.__rest||function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(o[n[r]]=e[n[r]])}return o},__importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};define("oj-c/button/button",["require","exports","preact/jsx-runtime","@oracle/oraclejet-preact/translationBundle","@oracle/oraclejet-preact/UNSAFE_Button","@oracle/oraclejet-preact/hooks/UNSAFE_useTabbableMode","preact","preact/hooks","preact/compat","ojs/ojvcomponent","css!oj-c/button/button-styles.css"],(function(require,e,t,o,n,r,s,l,a,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Button=void 0,o=__importDefault(o);const c=(0,a.forwardRef)(((e,o)=>{const r=(0,l.useRef)();return(0,l.useImperativeHandle)(o,(()=>({focus:()=>{var e;return null===(e=r.current)||void 0===e?void 0:e.focus()},blur:()=>{var e;return null===(e=r.current)||void 0===e?void 0:e.blur()}})),[]),(0,t.jsx)(n.Button,Object.assign({ref:r},e))}));let u=class extends s.Component{constructor(){super(...arguments),this.buttonRef=(0,s.createRef)()}render(e){const o={width:"bottom"===e.edge?"100%":e.width},n=Object.assign({},e),{chroming:r,disabled:s,onOjAction:l,"aria-label":a,width:u}=n,d=__rest(n,["chroming","disabled","onOjAction","aria-label","width"]);return e.width||"none"!==e.edge?(0,t.jsx)(i.Root,Object.assign({style:o},{children:(0,t.jsx)(c,Object.assign({ref:this.buttonRef,variant:r,isDisabled:s,width:"100%",onAction:l,accessibleLabel:a},d))})):(0,t.jsx)(i.Root,{children:(0,t.jsx)(c,Object.assign({ref:this.buttonRef,variant:r,isDisabled:s,width:"100%",onAction:l,accessibleLabel:a},d))})}blur(){var e;null===(e=this.buttonRef.current)||void 0===e||e.blur()}focus(){var e;null===(e=this.buttonRef.current)||void 0===e||e.focus()}};u.defaultProps={chroming:"outlined",disabled:!1,size:"md",display:"all",endIcon:null,startIcon:null,edge:"none"},u._metadata={properties:{label:{type:"string"},disabled:{type:"boolean"},width:{type:"number|string"},display:{type:"string",enumValues:["label","icons","all"]},size:{type:"string",enumValues:["sm","md","lg"]},edge:{type:"string",enumValues:["none","bottom"]},chroming:{type:"string",enumValues:["borderless","outlined","solid","callToAction","danger"]}},slots:{startIcon:{},endIcon:{}},events:{ojAction:{bubbles:!0}},extension:{_OBSERVED_GLOBAL_PROPS:["title","aria-label"]},methods:{blur:{},focus:{}}},u._translationBundleMap={"@oracle/oraclejet-preact":o.default},u._consumedContexts=[r.TabbableModeContext],u=__decorate([(0,i.customElement)("oj-c-button")],u),e.Button=u}));
1
+ var __decorate=this&&this.__decorate||function(e,t,o,n){var r,s=arguments.length,l=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,n);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(l=(s<3?r(l):s>3?r(t,o,l):r(t,o))||l);return s>3&&l&&Object.defineProperty(t,o,l),l},__rest=this&&this.__rest||function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(o[n[r]]=e[n[r]])}return o},__importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};define("oj-c/button/button",["require","exports","preact/jsx-runtime","@oracle/oraclejet-preact/translationBundle","@oracle/oraclejet-preact/UNSAFE_Button","@oracle/oraclejet-preact/hooks/UNSAFE_useTabbableMode","preact","preact/hooks","preact/compat","ojs/ojvcomponent","css!oj-c/button/button-styles.css"],(function(require,e,t,o,n,r,s,l,a,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Button=void 0,o=__importDefault(o);const c=(0,a.forwardRef)(((e,o)=>{const r=(0,l.useRef)();return(0,l.useImperativeHandle)(o,(()=>({focus:()=>{var e;return null===(e=r.current)||void 0===e?void 0:e.focus()},blur:()=>{var e;return null===(e=r.current)||void 0===e?void 0:e.blur()}})),[]),(0,t.jsx)(n.Button,Object.assign({ref:r},e))}));let u=class extends s.Component{constructor(){super(...arguments),this.buttonRef=(0,s.createRef)()}render(e){const o={width:"bottom"===e.edge?"100%":e.width},n=Object.assign({},e),{chroming:r,disabled:s,onOjAction:l,"aria-label":a,width:u}=n,d=__rest(n,["chroming","disabled","onOjAction","aria-label","width"]);return e.width||"none"!==e.edge?(0,t.jsx)(i.Root,Object.assign({style:o},{children:(0,t.jsx)(c,Object.assign({ref:this.buttonRef,variant:r,isDisabled:s,width:"100%",onAction:l,accessibleLabel:a},d))})):(0,t.jsx)(i.Root,{children:(0,t.jsx)(c,Object.assign({ref:this.buttonRef,variant:r,isDisabled:s,width:"100%",onAction:l,accessibleLabel:a},d))})}blur(){var e;null===(e=this.buttonRef.current)||void 0===e||e.blur()}focus(){var e;null===(e=this.buttonRef.current)||void 0===e||e.focus()}};u.defaultProps={chroming:"outlined",disabled:!1,size:"md",display:"all",endIcon:null,startIcon:null,edge:"none"},u._metadata={properties:{label:{type:"string"},disabled:{type:"boolean"},width:{type:"number|string"},display:{type:"string",enumValues:["label","icons","all"]},size:{type:"string",enumValues:["sm","md","lg"]},edge:{type:"string",enumValues:["none","bottom"]},chroming:{type:"string",enumValues:["ghost","borderless","outlined","solid","callToAction","danger"]}},slots:{startIcon:{},endIcon:{}},events:{ojAction:{bubbles:!0}},extension:{_OBSERVED_GLOBAL_PROPS:["title","aria-label"]},methods:{blur:{},focus:{}}},u._translationBundleMap={"@oracle/oraclejet-preact":o.default},u._consumedContexts=[r.TabbableModeContext],u=__decorate([(0,i.customElement)("oj-c-button")],u),e.Button=u}));
2
2
  //# sourceMappingURL=button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.js","names":["__decorate","this","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","__rest","s","e","t","p","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","propertyIsEnumerable","__importDefault","mod","__esModule","default","define","require","exports","jsx_runtime_1","translationBundle_1","UNSAFE_Button_1","UNSAFE_useTabbableMode_1","preact_1","hooks_1","compat_1","ojvcomponent_1","value","Button","FunctionalButton","forwardRef","props","ref","buttonRef","useRef","useImperativeHandle","focus","_a","current","blur","jsx","assign","Component","constructor","super","createRef","render","widthSize","width","edge","chroming","variant","disabled","isDisabled","onOjAction","onAction","accessibleLabel","throwAwayWidth","otherProps","Root","style","children","defaultProps","size","display","endIcon","startIcon","_metadata","properties","label","type","enumValues","slots","events","ojAction","bubbles","extension","_OBSERVED_GLOBAL_PROPS","methods","_translationBundleMap","_consumedContexts","TabbableModeContext","customElement"],"sources":["button.js"],"mappings":"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"}
1
+ {"version":3,"file":"button.js","names":["__decorate","this","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","__rest","s","e","t","p","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","propertyIsEnumerable","__importDefault","mod","__esModule","default","define","require","exports","jsx_runtime_1","translationBundle_1","UNSAFE_Button_1","UNSAFE_useTabbableMode_1","preact_1","hooks_1","compat_1","ojvcomponent_1","value","Button","FunctionalButton","forwardRef","props","ref","buttonRef","useRef","useImperativeHandle","focus","_a","current","blur","jsx","assign","Component","constructor","super","createRef","render","widthSize","width","edge","chroming","variant","disabled","isDisabled","onOjAction","onAction","accessibleLabel","throwAwayWidth","otherProps","Root","style","children","defaultProps","size","display","endIcon","startIcon","_metadata","properties","label","type","enumValues","slots","events","ojAction","bubbles","extension","_OBSERVED_GLOBAL_PROPS","methods","_translationBundleMap","_consumedContexts","TabbableModeContext","customElement"],"sources":["button.js"],"mappings":"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"}