@oracle/oraclejet-core-pack 14.0.13 → 14.0.15
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 +16 -16
- 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 +19 -19
- 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/Avatar.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "avatar.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "avatar"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Specifies the background of the avatar.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "avatar.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
49
49
|
},
|
|
50
50
|
"ojvalues": [
|
|
51
51
|
{
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"description": " Specifies the initials of the avatar. Initials will not be displayed if src or iconClass attributes are specified.\n<a href=\"oj.IntlConverterUtils.html#getInitials\">IntlConverterUtils.getInitials</a> can be used to generate initials from first and last names in a locale-specific manner.",
|
|
177
177
|
"meta": {
|
|
178
178
|
"filename": "avatar.tsx",
|
|
179
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
179
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
180
180
|
},
|
|
181
181
|
"type": {
|
|
182
182
|
"names": [
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"description": "Specifies the size of the avatar.",
|
|
196
196
|
"meta": {
|
|
197
197
|
"filename": "avatar.tsx",
|
|
198
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
198
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
199
199
|
},
|
|
200
200
|
"ojvalues": [
|
|
201
201
|
{
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"description": "Specifies the src for the image of the avatar. Image will be rendered as a background image. Src will have\nprecedence over initials, but not icon.",
|
|
294
294
|
"meta": {
|
|
295
295
|
"filename": "avatar.tsx",
|
|
296
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
296
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
297
297
|
},
|
|
298
298
|
"type": {
|
|
299
299
|
"names": [
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"description": "Specifies the icon class to be displayed. IconClass will have precedence over src and initials.",
|
|
313
313
|
"meta": {
|
|
314
314
|
"filename": "avatar.tsx",
|
|
315
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
315
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
316
316
|
},
|
|
317
317
|
"type": {
|
|
318
318
|
"names": [
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"description": "Specifies the shape of the avatar. Can be square or circle.The default value of this property varies by theme.",
|
|
332
332
|
"meta": {
|
|
333
333
|
"filename": "avatar.tsx",
|
|
334
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
334
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
335
335
|
},
|
|
336
336
|
"ojvalues": [
|
|
337
337
|
{
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
373
373
|
"meta": {
|
|
374
374
|
"filename": "avatar.tsx",
|
|
375
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
375
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
376
376
|
},
|
|
377
377
|
"scope": "instance",
|
|
378
378
|
"params": [
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
407
407
|
"meta": {
|
|
408
408
|
"filename": "avatar.tsx",
|
|
409
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
409
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
410
410
|
},
|
|
411
411
|
"scope": "instance",
|
|
412
412
|
"params": [
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"description": "Performs a batch set of properties.",
|
|
436
436
|
"meta": {
|
|
437
437
|
"filename": "avatar.tsx",
|
|
438
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
438
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/avatar"
|
|
439
439
|
},
|
|
440
440
|
"scope": "instance",
|
|
441
441
|
"params": [
|
package/oj-c/Button.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "13.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "button.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "button"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Text to show in the button.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "button.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
49
49
|
},
|
|
50
50
|
"type": {
|
|
51
51
|
"names": [
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"description": "Specifies that the button element should be disabled.",
|
|
65
65
|
"meta": {
|
|
66
66
|
"filename": "button.tsx",
|
|
67
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
67
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
68
68
|
},
|
|
69
69
|
"defaultvalue": false,
|
|
70
70
|
"type": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"description": "Specifies that the button style width",
|
|
85
85
|
"meta": {
|
|
86
86
|
"filename": "button.tsx",
|
|
87
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
87
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
88
88
|
},
|
|
89
89
|
"type": {
|
|
90
90
|
"names": [
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
|
|
111
111
|
"meta": {
|
|
112
112
|
"filename": "button.tsx",
|
|
113
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
113
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
114
114
|
},
|
|
115
115
|
"ojvalues": [
|
|
116
116
|
{
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"description": "Size of button",
|
|
165
165
|
"meta": {
|
|
166
166
|
"filename": "button.tsx",
|
|
167
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
167
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
168
168
|
},
|
|
169
169
|
"ojvalues": [
|
|
170
170
|
{
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"description": "Specifies whether the button is attached to an edge. For example setting edge='bottom' can be used to attach a button to the bottom of a card. The button is then stretched to 100% width, and borders adjusted.",
|
|
219
219
|
"meta": {
|
|
220
220
|
"filename": "button.tsx",
|
|
221
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
221
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
222
222
|
},
|
|
223
223
|
"ojvalues": [
|
|
224
224
|
{
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"description": "Indicates in what states the button has variants in background and border.",
|
|
262
262
|
"meta": {
|
|
263
263
|
"filename": "button.tsx",
|
|
264
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
264
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
265
265
|
},
|
|
266
266
|
"ojvalues": [
|
|
267
267
|
{
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"ojhidden": true,
|
|
337
337
|
"meta": {
|
|
338
338
|
"filename": "button.tsx",
|
|
339
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
339
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
340
340
|
},
|
|
341
341
|
"scope": "instance",
|
|
342
342
|
"returns": [
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"ojhidden": true,
|
|
360
360
|
"meta": {
|
|
361
361
|
"filename": "button.tsx",
|
|
362
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
362
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
363
363
|
},
|
|
364
364
|
"scope": "instance",
|
|
365
365
|
"returns": [
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
382
382
|
"meta": {
|
|
383
383
|
"filename": "button.tsx",
|
|
384
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
384
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
385
385
|
},
|
|
386
386
|
"scope": "instance",
|
|
387
387
|
"params": [
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
416
416
|
"meta": {
|
|
417
417
|
"filename": "button.tsx",
|
|
418
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
418
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
419
419
|
},
|
|
420
420
|
"scope": "instance",
|
|
421
421
|
"params": [
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"description": "Performs a batch set of properties.",
|
|
445
445
|
"meta": {
|
|
446
446
|
"filename": "button.tsx",
|
|
447
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
447
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
448
448
|
},
|
|
449
449
|
"scope": "instance",
|
|
450
450
|
"params": [
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"description": "Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.",
|
|
474
474
|
"meta": {
|
|
475
475
|
"filename": "button.tsx",
|
|
476
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
476
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
477
477
|
},
|
|
478
478
|
"scope": "instance"
|
|
479
479
|
},
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"description": "The startIcon slot is the button's start icon. The oj-c-button element accepts DOM nodes as children with the startIcon slot.",
|
|
487
487
|
"meta": {
|
|
488
488
|
"filename": "button.tsx",
|
|
489
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
489
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
490
490
|
},
|
|
491
491
|
"scope": "instance",
|
|
492
492
|
"ojchild": false,
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
"description": "The endIcon slot is the button's end icon. The oj-c-button element accepts DOM nodes as children with the endIcon slot.",
|
|
502
502
|
"meta": {
|
|
503
503
|
"filename": "button.tsx",
|
|
504
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
504
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
505
505
|
},
|
|
506
506
|
"scope": "instance",
|
|
507
507
|
"ojchild": false,
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"memberof": "oj-c.Button",
|
|
517
517
|
"meta": {
|
|
518
518
|
"filename": "button.tsx",
|
|
519
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
519
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
520
520
|
},
|
|
521
521
|
"ojfragment": true
|
|
522
522
|
},
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"memberof": "oj-c.Button",
|
|
530
530
|
"meta": {
|
|
531
531
|
"filename": "button.tsx",
|
|
532
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
532
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
533
533
|
},
|
|
534
534
|
"ojfragment": true
|
|
535
535
|
}
|
package/oj-c/Collapsible.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"since": "14.0.0",
|
|
31
31
|
"meta": {
|
|
32
32
|
"filename": "collapsible.tsx",
|
|
33
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
33
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
34
34
|
},
|
|
35
35
|
"ojmodule": "collapsible"
|
|
36
36
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Disables the collapsible if set to <code class=\"prettyprint\">true</code>.",
|
|
46
46
|
"meta": {
|
|
47
47
|
"filename": "collapsible.tsx",
|
|
48
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
48
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
49
49
|
},
|
|
50
50
|
"type": {
|
|
51
51
|
"names": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Specifies if the content is expanded.",
|
|
66
66
|
"meta": {
|
|
67
67
|
"filename": "collapsible.tsx",
|
|
68
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
68
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
69
69
|
},
|
|
70
70
|
"type": {
|
|
71
71
|
"names": [
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"description": "Controls placement of the icon in the header.",
|
|
85
85
|
"meta": {
|
|
86
86
|
"filename": "collapsible.tsx",
|
|
87
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
87
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
88
88
|
},
|
|
89
89
|
"type": {
|
|
90
90
|
"names": [
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"description": "Controls display of the optional divider below the header.",
|
|
105
105
|
"meta": {
|
|
106
106
|
"filename": "collapsible.tsx",
|
|
107
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
107
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
108
108
|
},
|
|
109
109
|
"type": {
|
|
110
110
|
"names": [
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
123
123
|
"meta": {
|
|
124
124
|
"filename": "collapsible.tsx",
|
|
125
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
125
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
126
126
|
},
|
|
127
127
|
"scope": "instance",
|
|
128
128
|
"params": [
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
157
157
|
"meta": {
|
|
158
158
|
"filename": "collapsible.tsx",
|
|
159
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
159
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
160
160
|
},
|
|
161
161
|
"scope": "instance",
|
|
162
162
|
"params": [
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"description": "Performs a batch set of properties.",
|
|
186
186
|
"meta": {
|
|
187
187
|
"filename": "collapsible.tsx",
|
|
188
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
188
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
189
189
|
},
|
|
190
190
|
"scope": "instance",
|
|
191
191
|
"params": [
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"description": "Triggered immediately before the collapsible is collapsed.",
|
|
215
215
|
"meta": {
|
|
216
216
|
"filename": "collapsible.tsx",
|
|
217
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
217
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
218
218
|
},
|
|
219
219
|
"scope": "instance",
|
|
220
220
|
"properties": [
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"description": "Triggered immediately before the collapsible is expanded.",
|
|
263
263
|
"meta": {
|
|
264
264
|
"filename": "collapsible.tsx",
|
|
265
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
265
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
266
266
|
},
|
|
267
267
|
"scope": "instance",
|
|
268
268
|
"properties": [
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"description": "Triggered after the collapsible has been collapsed.",
|
|
311
311
|
"meta": {
|
|
312
312
|
"filename": "collapsible.tsx",
|
|
313
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
313
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
314
314
|
},
|
|
315
315
|
"scope": "instance",
|
|
316
316
|
"properties": [
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"description": "Triggered after the collapsible has been expanded (after animation completes).",
|
|
342
342
|
"meta": {
|
|
343
343
|
"filename": "collapsible.tsx",
|
|
344
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
344
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
345
345
|
},
|
|
346
346
|
"scope": "instance",
|
|
347
347
|
"properties": [
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"description": "The default slot is the content of the collapsible. The oj-c-collapsible element accepts plain text or DOM nodes as children for the default slot.",
|
|
373
373
|
"meta": {
|
|
374
374
|
"filename": "collapsible.tsx",
|
|
375
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
375
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
376
376
|
},
|
|
377
377
|
"scope": "instance",
|
|
378
378
|
"ojchild": true,
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"description": "The header slot is the collapsible's header. If not specified, the header contains only an open/close icon. Note that the header text is required for JET collapsible for accessibility purposes.",
|
|
388
388
|
"meta": {
|
|
389
389
|
"filename": "collapsible.tsx",
|
|
390
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
390
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/collapsible"
|
|
391
391
|
},
|
|
392
392
|
"scope": "instance",
|
|
393
393
|
"ojchild": false,
|
package/oj-c/FilePicker.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"meta": {
|
|
31
31
|
"filename": "file-picker.tsx",
|
|
32
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
32
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
33
33
|
},
|
|
34
34
|
"ojmodule": "file-picker"
|
|
35
35
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"description": "An array of strings of allowed MIME types or file extensions that can be uploaded; this is unlike the accept attribute of the html <input> element that accepts a simple comma-delimited string. If not specified, accept all file types.\n<p>Note: If accept is specified, files with empty string type will be rejected if no match found in the \"accept\" value.",
|
|
45
45
|
"meta": {
|
|
46
46
|
"filename": "file-picker.tsx",
|
|
47
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
47
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
48
48
|
},
|
|
49
49
|
"type": {
|
|
50
50
|
"names": [
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Specifies the preferred facing mode for the device's\n<a href=\"https://www.w3.org/TR/html-media-capture/#dom-htmlinputelement-capture\">media capture</a> mechanism;\nThis is most often used to provide direct camera access on mobile devices. Note that the accept attribute must\nbe specified and have an associated capture control type (e.g.[\"image/*\"]) for the capture attribute to take effect. Support may vary by browser.",
|
|
71
71
|
"meta": {
|
|
72
72
|
"filename": "file-picker.tsx",
|
|
73
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
73
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
74
74
|
},
|
|
75
75
|
"ojvalues": [
|
|
76
76
|
{
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"description": "Disables the filepicker if set to <code class=\"prettyprint\">true</code>.",
|
|
136
136
|
"meta": {
|
|
137
137
|
"filename": "file-picker.tsx",
|
|
138
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
138
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
139
139
|
},
|
|
140
140
|
"defaultvalue": false,
|
|
141
141
|
"type": {
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"description": "The primary text for the default file picker. It is either a string or a formatting function that returns the string to be displayed.",
|
|
156
156
|
"meta": {
|
|
157
157
|
"filename": "file-picker.tsx",
|
|
158
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
158
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
159
159
|
},
|
|
160
160
|
"type": {
|
|
161
161
|
"names": [
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"description": "The secondary text for the default file picker. It is either a string or a formatting function that returns the string to be displayed.\nThe formatting function takes in a property object that contains the selection mode of the filepicker.",
|
|
182
182
|
"meta": {
|
|
183
183
|
"filename": "file-picker.tsx",
|
|
184
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
184
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
185
185
|
},
|
|
186
186
|
"type": {
|
|
187
187
|
"names": [
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"description": "Whether to allow single or multiple file selection.",
|
|
208
208
|
"meta": {
|
|
209
209
|
"filename": "file-picker.tsx",
|
|
210
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
210
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
211
211
|
},
|
|
212
212
|
"ojvalues": [
|
|
213
213
|
{
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"description": "Sets focus on the file picker or the first tabbable element for file picker with custom content.",
|
|
249
249
|
"meta": {
|
|
250
250
|
"filename": "file-picker.tsx",
|
|
251
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
251
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
252
252
|
},
|
|
253
253
|
"scope": "instance",
|
|
254
254
|
"returns": [
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"description": "Blurs the file picker",
|
|
271
271
|
"meta": {
|
|
272
272
|
"filename": "file-picker.tsx",
|
|
273
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
273
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
274
274
|
},
|
|
275
275
|
"scope": "instance",
|
|
276
276
|
"returns": [
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
293
293
|
"meta": {
|
|
294
294
|
"filename": "file-picker.tsx",
|
|
295
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
295
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
296
296
|
},
|
|
297
297
|
"scope": "instance",
|
|
298
298
|
"params": [
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
327
327
|
"meta": {
|
|
328
328
|
"filename": "file-picker.tsx",
|
|
329
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
329
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
330
330
|
},
|
|
331
331
|
"scope": "instance",
|
|
332
332
|
"params": [
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"description": "Performs a batch set of properties.",
|
|
356
356
|
"meta": {
|
|
357
357
|
"filename": "file-picker.tsx",
|
|
358
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
358
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
359
359
|
},
|
|
360
360
|
"scope": "instance",
|
|
361
361
|
"params": [
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"description": "Triggered before files are selected to allow for custom validation. To reject the selected files, the application can either call event.preventDefault() or pass a rejected Promise to the accept detail property. The latter approach is recommended because this allows the application to send a message stating why the files were rejected.",
|
|
385
385
|
"meta": {
|
|
386
386
|
"filename": "file-picker.tsx",
|
|
387
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
387
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
388
388
|
},
|
|
389
389
|
"scope": "instance",
|
|
390
390
|
"properties": [
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"description": "Triggered when invalid files are selected. This event provides the application with a list of messages that should be displayed to give the user feedback about the\nproblems with their selection. This feedback can be safely cleared when a subsequent ojBeforeSelect, ojInvalidSelect, or ojSelect event is received. Additionally the\nevent.detail.until property may be populated with a Promise to provide short-term feedback during a user interaction (typically drag and drop); the feedback should be cleared upon resolution\nof this Promise.",
|
|
434
434
|
"meta": {
|
|
435
435
|
"filename": "file-picker.tsx",
|
|
436
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
436
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
437
437
|
},
|
|
438
438
|
"scope": "instance",
|
|
439
439
|
"properties": [
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
"description": "Triggered after the files are selected",
|
|
515
515
|
"meta": {
|
|
516
516
|
"filename": "file-picker.tsx",
|
|
517
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
517
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
518
518
|
},
|
|
519
519
|
"scope": "instance",
|
|
520
520
|
"properties": [
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"description": "<p>The <code class=\"prettyprint\">trigger</code> slot is used to replace the default content of the file picker.\nFile picker will add click and drag and drop listeners to the slot content.\nThe application is responsible for setting the tabindex attribute for keyboard accessibility.</p>",
|
|
547
547
|
"meta": {
|
|
548
548
|
"filename": "file-picker.tsx",
|
|
549
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.
|
|
549
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0.15/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
550
550
|
},
|
|
551
551
|
"scope": "instance",
|
|
552
552
|
"ojchild": false,
|