@oracle/oraclejet-core-pack 14.1.7 → 14.1.8
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 +18 -18
- package/oj-c/Collapsible.json +14 -14
- package/oj-c/FilePicker.json +18 -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 +30 -30
- package/oj-c/MeterCircle.json +32 -32
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/RatingGauge.json +23 -23
- 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/component.json +1 -1
- package/oj-c/collapsible/component.json +1 -1
- package/oj-c/component.json +1 -1
- 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/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 +3 -3
- package/oj-c/docs/oj-c.Collapsible.html +3 -3
- package/oj-c/docs/oj-c.FilePicker.html +3 -3
- 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 +3 -3
- package/oj-c/docs/oj-c.MeterCircle.html +3 -3
- 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 +3 -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/file-picker/component.json +1 -1
- package/oj-c/input-number/component.json +1 -1
- package/oj-c/input-password/component.json +1 -1
- 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 +37 -37
- package/oj-c/meter-bar/component.json +1 -1
- package/oj-c/meter-circle/component.json +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/component.json +1 -1
- package/oj-c/select-multiple/component.json +1 -1
- package/oj-c/select-single/component.json +1 -1
- package/oj-c/split-menu-button/component.json +1 -1
- package/oj-c/text-area/component.json +1 -1
- package/package.json +3 -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.1.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
109
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
149
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
175
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
195
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
214
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
240
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
260
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
280
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
306
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
307
307
|
},
|
|
308
308
|
"type": {
|
|
309
309
|
"names": [
|
|
@@ -322,7 +322,7 @@
|
|
|
322
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.1.
|
|
325
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
344
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
366
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
392
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
393
393
|
},
|
|
394
394
|
"type": {
|
|
395
395
|
"names": [
|
|
@@ -408,7 +408,7 @@
|
|
|
408
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.1.
|
|
411
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/meter-circle"
|
|
412
412
|
},
|
|
413
413
|
"type": {
|
|
414
414
|
"names": [
|
|
@@ -427,7 +427,7 @@
|
|
|
427
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.1.
|
|
430
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
449
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
468
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
487
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
541
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
569
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
586
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
620
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
649
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
678
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
722
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
741
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
782
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
129
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
163
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
192
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
140
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
174
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/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.1.
|
|
203
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/progress-circle"
|
|
204
204
|
},
|
|
205
205
|
"scope": "instance",
|
|
206
206
|
"params": [
|
package/oj-c/RatingGauge.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "rating-gauge.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "rating-gauge"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Integer value specifying the maximum value of the gauge, which determines the number of items that are displayed.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "rating-gauge.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
49
49
|
},
|
|
50
50
|
"defaultvalue": 5,
|
|
51
51
|
"type": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Defines whether the value of the gauge can be changed by the end user.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "rating-gauge.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
69
69
|
},
|
|
70
70
|
"defaultvalue": false,
|
|
71
71
|
"type": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Defines whether the gauge is disabled or not. User interaction is prevented and the rating gauge is hidden from screen readers if set to true.",
|
|
86
86
|
"meta": {
|
|
87
87
|
"filename": "rating-gauge.tsx",
|
|
88
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
88
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
89
89
|
},
|
|
90
90
|
"defaultvalue": false,
|
|
91
91
|
"type": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "Whether there has been a value entered by the user even if it is the same as the initial value.",
|
|
107
107
|
"meta": {
|
|
108
108
|
"filename": "rating-gauge.tsx",
|
|
109
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
109
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
110
110
|
},
|
|
111
111
|
"defaultvalue": false,
|
|
112
112
|
"type": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"description": "The value of the Rating Gauge. The element's value attribute is used if it\nis provided, otherwise the default value of 0 is used.\nAny other negative value will default to 0.",
|
|
128
128
|
"meta": {
|
|
129
129
|
"filename": "rating-gauge.tsx",
|
|
130
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
130
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
131
131
|
},
|
|
132
132
|
"defaultvalue": 0,
|
|
133
133
|
"type": {
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"description": "Specifies the increment by which values can be changed by the end user.",
|
|
148
148
|
"meta": {
|
|
149
149
|
"filename": "rating-gauge.tsx",
|
|
150
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
150
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
151
151
|
},
|
|
152
152
|
"defaultvalue": 1,
|
|
153
153
|
"type": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"description": "Used to establish a relationship between this component and another element.\nTo facilitate correct screen reader behavior, the described-by attribute is\ncopied to the aria-describedby attribute on the component's dom.",
|
|
168
168
|
"meta": {
|
|
169
169
|
"filename": "rating-gauge.tsx",
|
|
170
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
170
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
171
171
|
},
|
|
172
172
|
"type": {
|
|
173
173
|
"names": [
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"description": "Used to establish a relationship between this component and another element.\nA common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-rating-gauge together for accessibility.\nThe label element has an id, which is used by the labelled-by attribute to tie the two components together to facilitate correct screen reader behavior.",
|
|
187
187
|
"meta": {
|
|
188
188
|
"filename": "rating-gauge.tsx",
|
|
189
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
189
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
190
190
|
},
|
|
191
191
|
"type": {
|
|
192
192
|
"names": [
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"description": "Specifies the size of the individual rating gauge items.",
|
|
206
206
|
"meta": {
|
|
207
207
|
"filename": "rating-gauge.tsx",
|
|
208
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
208
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
209
209
|
},
|
|
210
210
|
"ojvalues": [
|
|
211
211
|
{
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"description": "Specifies the color of the individual rating gauge items.",
|
|
260
260
|
"meta": {
|
|
261
261
|
"filename": "rating-gauge.tsx",
|
|
262
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
262
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
263
263
|
},
|
|
264
264
|
"ojvalues": [
|
|
265
265
|
{
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"description": "An array of objects defining the thresholds for the rating gauge.",
|
|
303
303
|
"meta": {
|
|
304
304
|
"filename": "rating-gauge.tsx",
|
|
305
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
305
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
306
306
|
},
|
|
307
307
|
"type": {
|
|
308
308
|
"names": [
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "The max value of the threshold.",
|
|
329
329
|
"meta": {
|
|
330
330
|
"filename": "rating-gauge.tsx",
|
|
331
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
331
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
332
332
|
},
|
|
333
333
|
"type": {
|
|
334
334
|
"names": [
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"description": "The color for the threshold range.\n<p>It also supports 'danger', 'warning', 'success' enums which are mapped to colors depending on theme.</p>",
|
|
348
348
|
"meta": {
|
|
349
349
|
"filename": "rating-gauge.tsx",
|
|
350
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
350
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
351
351
|
},
|
|
352
352
|
"type": {
|
|
353
353
|
"names": [
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"description": "A label to be used for accessibility purposes for the threshold.",
|
|
367
367
|
"meta": {
|
|
368
368
|
"filename": "rating-gauge.tsx",
|
|
369
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
369
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
370
370
|
},
|
|
371
371
|
"type": {
|
|
372
372
|
"names": [
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"description": "The rating gauge datatip string. Datatip is only used for interactive rating gauges.",
|
|
386
386
|
"meta": {
|
|
387
387
|
"filename": "rating-gauge.tsx",
|
|
388
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
388
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
389
389
|
},
|
|
390
390
|
"type": {
|
|
391
391
|
"names": [
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"description": "The rating gauge tooltip. Tooltip is only used for read only rating gauges. If aria-label is not specified, tooltip will be used as the aria-label.",
|
|
412
412
|
"meta": {
|
|
413
413
|
"filename": "rating-gauge.tsx",
|
|
414
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
414
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
415
415
|
},
|
|
416
416
|
"type": {
|
|
417
417
|
"names": [
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"description": "A read-only property for retrieving the transient value from the rating gauge. It is updated upon user gestures that cause transient value changes, such as hovering over the rating gauge.",
|
|
433
433
|
"meta": {
|
|
434
434
|
"filename": "rating-gauge.tsx",
|
|
435
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
435
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
436
436
|
},
|
|
437
437
|
"type": {
|
|
438
438
|
"names": [
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
450
450
|
"meta": {
|
|
451
451
|
"filename": "rating-gauge.tsx",
|
|
452
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
452
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
453
453
|
},
|
|
454
454
|
"scope": "instance",
|
|
455
455
|
"params": [
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
484
484
|
"meta": {
|
|
485
485
|
"filename": "rating-gauge.tsx",
|
|
486
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
486
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
487
487
|
},
|
|
488
488
|
"scope": "instance",
|
|
489
489
|
"params": [
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"description": "Performs a batch set of properties.",
|
|
513
513
|
"meta": {
|
|
514
514
|
"filename": "rating-gauge.tsx",
|
|
515
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
515
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
516
516
|
},
|
|
517
517
|
"scope": "instance",
|
|
518
518
|
"params": [
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
"memberof": "oj-c.RatingGauge",
|
|
542
542
|
"meta": {
|
|
543
543
|
"filename": "rating-gauge.tsx",
|
|
544
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
544
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
545
545
|
},
|
|
546
546
|
"ojfragment": true
|
|
547
547
|
},
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
"meta": {
|
|
562
562
|
"filename": "rating-gauge.tsx",
|
|
563
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.
|
|
563
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.8/packages/oraclejet-core-pack/web/components/oj-c/rating-gauge"
|
|
564
564
|
},
|
|
565
565
|
"properties": [
|
|
566
566
|
{
|