@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/MeterCircle.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "14.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "meter-circle.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/meter-circle"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "meter-circle"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Integer value specifying the maximum value of the meter circle.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "meter-circle.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/meter-circle"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 100,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Integer value specifying the minimum value of the meter circle.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "meter-circle.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/meter-circle"
|
|
69
69
|
},
|
|
70
70
|
"defaultvalue": 0,
|
|
71
71
|
"type": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Defines whether the value of the meter circle can be changed by the end user.",
|
|
86
86
|
"meta": {
|
|
87
87
|
"filename": "meter-circle.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/meter-circle"
|
|
89
89
|
},
|
|
90
90
|
"defaultvalue": false,
|
|
91
91
|
"type": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "The value of the meter circle.",
|
|
107
107
|
"meta": {
|
|
108
108
|
"filename": "meter-circle.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/meter-circle"
|
|
110
110
|
},
|
|
111
111
|
"defaultvalue": 0,
|
|
112
112
|
"type": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Specifies the increment by which values can be changed by the end user when readonly is false. The step must be a positive value that is smaller than the difference between the min and max.",
|
|
127
127
|
"meta": {
|
|
128
128
|
"filename": "meter-circle.tsx",
|
|
129
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
130
130
|
},
|
|
131
131
|
"defaultvalue": 1,
|
|
132
132
|
"type": {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"description": "Specifies the color of the meter circle indicator. Only applies when thresholdDisplay is not set to indicator.",
|
|
147
147
|
"meta": {
|
|
148
148
|
"filename": "meter-circle.tsx",
|
|
149
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
149
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
150
150
|
},
|
|
151
151
|
"type": {
|
|
152
152
|
"names": [
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"description": "Specifies the ratio of relative thickness of the indicator to the plot area.",
|
|
173
173
|
"meta": {
|
|
174
174
|
"filename": "meter-circle.tsx",
|
|
175
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
175
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
176
176
|
},
|
|
177
177
|
"defaultvalue": 1,
|
|
178
178
|
"type": {
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"description": "Specifies the inner radius, defined by the ratio of the distance from the center of the gauge to the innermost edge of the indicator to plot area. Valid values are ratios from 0 to 1. Depends on the size of the gauge and theme.",
|
|
193
193
|
"meta": {
|
|
194
194
|
"filename": "meter-circle.tsx",
|
|
195
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
195
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
196
196
|
},
|
|
197
197
|
"type": {
|
|
198
198
|
"names": [
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"description": "Specifies the plot area of the meter circle.",
|
|
212
212
|
"meta": {
|
|
213
213
|
"filename": "meter-circle.tsx",
|
|
214
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
214
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
215
215
|
},
|
|
216
216
|
"type": {
|
|
217
217
|
"names": [
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"description": "Specifies the angle extent of a meter circle. Value should be provided in degrees.",
|
|
238
238
|
"meta": {
|
|
239
239
|
"filename": "meter-circle.tsx",
|
|
240
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
240
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
241
241
|
},
|
|
242
242
|
"defaultvalue": 360,
|
|
243
243
|
"type": {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"description": "Specifies the start angle of the plot area relative to the positive x axis. Value should be provided in degrees.",
|
|
258
258
|
"meta": {
|
|
259
259
|
"filename": "meter-circle.tsx",
|
|
260
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
260
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
261
261
|
},
|
|
262
262
|
"defaultvalue": 90,
|
|
263
263
|
"type": {
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"description": "Specifies the array of objects defining the reference lines for the meter circle.",
|
|
278
278
|
"meta": {
|
|
279
279
|
"filename": "meter-circle.tsx",
|
|
280
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
280
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
281
281
|
},
|
|
282
282
|
"type": {
|
|
283
283
|
"names": [
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"description": "The value of the reference line.",
|
|
304
304
|
"meta": {
|
|
305
305
|
"filename": "meter-circle.tsx",
|
|
306
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
306
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
307
307
|
},
|
|
308
308
|
"type": {
|
|
309
309
|
"names": [
|
|
@@ -319,10 +319,10 @@
|
|
|
319
319
|
"longname": "oj-c.MeterCircle#referenceLines[].color",
|
|
320
320
|
"optional": true,
|
|
321
321
|
"scope": "instance",
|
|
322
|
-
"description": "The color of the reference line
|
|
322
|
+
"description": "The color of the reference line.\n<p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>",
|
|
323
323
|
"meta": {
|
|
324
324
|
"filename": "meter-circle.tsx",
|
|
325
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
325
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
326
326
|
},
|
|
327
327
|
"type": {
|
|
328
328
|
"names": [
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"description": "Controls whether the current threshold is displayed on the indicator, in the plot area, or if all the thresholds are displayed in the plot area.",
|
|
342
342
|
"meta": {
|
|
343
343
|
"filename": "meter-circle.tsx",
|
|
344
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
344
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
345
345
|
},
|
|
346
346
|
"defaultvalue": "\"indicator\"",
|
|
347
347
|
"type": {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"description": "An array of objects defining the thresholds for the meter circle.",
|
|
364
364
|
"meta": {
|
|
365
365
|
"filename": "meter-circle.tsx",
|
|
366
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
366
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
367
367
|
},
|
|
368
368
|
"type": {
|
|
369
369
|
"names": [
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"description": "The max value of the threshold.",
|
|
390
390
|
"meta": {
|
|
391
391
|
"filename": "meter-circle.tsx",
|
|
392
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
392
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
393
393
|
},
|
|
394
394
|
"type": {
|
|
395
395
|
"names": [
|
|
@@ -405,10 +405,10 @@
|
|
|
405
405
|
"longname": "oj-c.MeterCircle#thresholds[].color",
|
|
406
406
|
"optional": true,
|
|
407
407
|
"scope": "instance",
|
|
408
|
-
"description": "The color for the threshold range
|
|
408
|
+
"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>",
|
|
409
409
|
"meta": {
|
|
410
410
|
"filename": "meter-circle.tsx",
|
|
411
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
411
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
412
412
|
},
|
|
413
413
|
"type": {
|
|
414
414
|
"names": [
|
|
@@ -424,10 +424,10 @@
|
|
|
424
424
|
"longname": "oj-c.MeterCircle#thresholds[].accessibleLabel",
|
|
425
425
|
"optional": true,
|
|
426
426
|
"scope": "instance",
|
|
427
|
-
"description": "
|
|
427
|
+
"description": "A label to be used for accessibility purposes for the threshold.",
|
|
428
428
|
"meta": {
|
|
429
429
|
"filename": "meter-circle.tsx",
|
|
430
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
430
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
431
431
|
},
|
|
432
432
|
"type": {
|
|
433
433
|
"names": [
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"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.",
|
|
447
447
|
"meta": {
|
|
448
448
|
"filename": "meter-circle.tsx",
|
|
449
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
449
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
450
450
|
},
|
|
451
451
|
"type": {
|
|
452
452
|
"names": [
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"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-meter-circle 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.",
|
|
466
466
|
"meta": {
|
|
467
467
|
"filename": "meter-circle.tsx",
|
|
468
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
468
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
469
469
|
},
|
|
470
470
|
"type": {
|
|
471
471
|
"names": [
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"description": "Specifies the size of the meter var.",
|
|
485
485
|
"meta": {
|
|
486
486
|
"filename": "meter-circle.tsx",
|
|
487
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
487
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
488
488
|
},
|
|
489
489
|
"ojvalues": [
|
|
490
490
|
{
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"description": "The function that returns a custom datatip string for given value of meter circle. The function is called with DatatipContext as context. If datatip is undefined,\nmeter circle will use the default datatip. If the returned value of the function is null, no datatip is shown.",
|
|
539
539
|
"meta": {
|
|
540
540
|
"filename": "meter-circle.tsx",
|
|
541
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
541
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
542
542
|
},
|
|
543
543
|
"type": {
|
|
544
544
|
"names": [
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"description": "A read-only property for retrieving the transient value from the meter circle. It is triggered when dragging over the meter circle.",
|
|
567
567
|
"meta": {
|
|
568
568
|
"filename": "meter-circle.tsx",
|
|
569
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
569
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
570
570
|
},
|
|
571
571
|
"type": {
|
|
572
572
|
"names": [
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
584
584
|
"meta": {
|
|
585
585
|
"filename": "meter-circle.tsx",
|
|
586
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
586
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
587
587
|
},
|
|
588
588
|
"scope": "instance",
|
|
589
589
|
"params": [
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
618
618
|
"meta": {
|
|
619
619
|
"filename": "meter-circle.tsx",
|
|
620
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
620
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
621
621
|
},
|
|
622
622
|
"scope": "instance",
|
|
623
623
|
"params": [
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"description": "Performs a batch set of properties.",
|
|
647
647
|
"meta": {
|
|
648
648
|
"filename": "meter-circle.tsx",
|
|
649
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
649
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
650
650
|
},
|
|
651
651
|
"scope": "instance",
|
|
652
652
|
"params": [
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"description": "The centerTemplate slot is used to specify center content. When the template is executed, the component's binding context is extended with the following properties:",
|
|
676
676
|
"meta": {
|
|
677
677
|
"filename": "meter-circle.tsx",
|
|
678
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
678
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
679
679
|
},
|
|
680
680
|
"scope": "instance",
|
|
681
681
|
"ojchild": false,
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"memberof": "oj-c.MeterCircle",
|
|
720
720
|
"meta": {
|
|
721
721
|
"filename": "meter-circle.tsx",
|
|
722
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
722
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
723
723
|
},
|
|
724
724
|
"ojfragment": true
|
|
725
725
|
},
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
},
|
|
739
739
|
"meta": {
|
|
740
740
|
"filename": "meter-circle.tsx",
|
|
741
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
741
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
742
742
|
},
|
|
743
743
|
"properties": [
|
|
744
744
|
{
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
},
|
|
780
780
|
"meta": {
|
|
781
781
|
"filename": "meter-circle.tsx",
|
|
782
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
782
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
783
783
|
},
|
|
784
784
|
"properties": [
|
|
785
785
|
{
|
package/oj-c/ProgressBar.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "progress-bar.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/progress-bar"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "progress-bar"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "The maximum allowed value. The element's max attribute is used if it\nis provided, otherwise the default value of 100 is used.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "progress-bar.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/progress-bar"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 100,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "The value of the Progress Bar. The element's value attribute is used if it\nis provided, otherwise the default value of 0 is used. For indeterminate Progress, set value to -1.\nAny other negative value will default to 0.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "progress-bar.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/progress-bar"
|
|
69
69
|
},
|
|
70
70
|
"defaultvalue": 0,
|
|
71
71
|
"type": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Whether the progress bar is positioned at the top edge of a container or not.\nIf set to 'top', the curved borders will be removed.",
|
|
86
86
|
"meta": {
|
|
87
87
|
"filename": "progress-bar.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/progress-bar"
|
|
89
89
|
},
|
|
90
90
|
"ojvalues": [
|
|
91
91
|
{
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
127
127
|
"meta": {
|
|
128
128
|
"filename": "progress-bar.tsx",
|
|
129
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-bar"
|
|
130
130
|
},
|
|
131
131
|
"scope": "instance",
|
|
132
132
|
"params": [
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
161
161
|
"meta": {
|
|
162
162
|
"filename": "progress-bar.tsx",
|
|
163
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
163
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-bar"
|
|
164
164
|
},
|
|
165
165
|
"scope": "instance",
|
|
166
166
|
"params": [
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"description": "Performs a batch set of properties.",
|
|
190
190
|
"meta": {
|
|
191
191
|
"filename": "progress-bar.tsx",
|
|
192
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
192
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-bar"
|
|
193
193
|
},
|
|
194
194
|
"scope": "instance",
|
|
195
195
|
"params": [
|
package/oj-c/ProgressCircle.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "progress-circle.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/progress-circle"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "progress-circle"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "The maximum allowed value. The element's max attribute is used if it\nis provided, otherwise the default value of 100 is used.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "progress-circle.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/progress-circle"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 100,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "The value of the Progress Circle. The element's value attribute is used if it\nis provided, otherwise the default value of 0 is used. For indeterminate Progress, set value to -1.\nAny other negative value will default to 0.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "progress-circle.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/progress-circle"
|
|
69
69
|
},
|
|
70
70
|
"defaultvalue": 0,
|
|
71
71
|
"type": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Specifies the size of the progress circle.",
|
|
86
86
|
"meta": {
|
|
87
87
|
"filename": "progress-circle.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/progress-circle"
|
|
89
89
|
},
|
|
90
90
|
"ojvalues": [
|
|
91
91
|
{
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
138
138
|
"meta": {
|
|
139
139
|
"filename": "progress-circle.tsx",
|
|
140
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
140
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-circle"
|
|
141
141
|
},
|
|
142
142
|
"scope": "instance",
|
|
143
143
|
"params": [
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
172
172
|
"meta": {
|
|
173
173
|
"filename": "progress-circle.tsx",
|
|
174
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
174
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-circle"
|
|
175
175
|
},
|
|
176
176
|
"scope": "instance",
|
|
177
177
|
"params": [
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"description": "Performs a batch set of properties.",
|
|
201
201
|
"meta": {
|
|
202
202
|
"filename": "progress-circle.tsx",
|
|
203
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
203
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/progress-circle"
|
|
204
204
|
},
|
|
205
205
|
"scope": "instance",
|
|
206
206
|
"params": [
|