@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/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
222
222
|
},
|
|
223
223
|
"ojvalues": [
|
|
224
224
|
{
|
|
@@ -261,12 +261,22 @@
|
|
|
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.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
265
265
|
},
|
|
266
266
|
"ojvalues": [
|
|
267
|
+
{
|
|
268
|
+
"name": "ghost",
|
|
269
|
+
"description": "Ghost buttons are the least prominent variation. Ghost buttons are useful for performing low-priority tasks, such as manipulating the UI.",
|
|
270
|
+
"displayName": "Ghost",
|
|
271
|
+
"type": {
|
|
272
|
+
"names": [
|
|
273
|
+
"string"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
},
|
|
267
277
|
{
|
|
268
278
|
"name": "borderless",
|
|
269
|
-
"description": "Borderless buttons are
|
|
279
|
+
"description": "Borderless buttons are a more prominent variation. Borderless buttons are useful for supplemental actions that require minimal emphasis.",
|
|
270
280
|
"displayName": "Borderless",
|
|
271
281
|
"type": {
|
|
272
282
|
"names": [
|
|
@@ -318,6 +328,7 @@
|
|
|
318
328
|
"defaultvalue": "\"outlined\"",
|
|
319
329
|
"type": {
|
|
320
330
|
"names": [
|
|
331
|
+
"\"ghost\"",
|
|
321
332
|
"\"borderless\"",
|
|
322
333
|
"\"outlined\"",
|
|
323
334
|
"\"solid\"",
|
|
@@ -336,7 +347,7 @@
|
|
|
336
347
|
"ojhidden": true,
|
|
337
348
|
"meta": {
|
|
338
349
|
"filename": "button.tsx",
|
|
339
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
350
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
340
351
|
},
|
|
341
352
|
"scope": "instance",
|
|
342
353
|
"returns": [
|
|
@@ -359,7 +370,7 @@
|
|
|
359
370
|
"ojhidden": true,
|
|
360
371
|
"meta": {
|
|
361
372
|
"filename": "button.tsx",
|
|
362
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
373
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
363
374
|
},
|
|
364
375
|
"scope": "instance",
|
|
365
376
|
"returns": [
|
|
@@ -381,7 +392,7 @@
|
|
|
381
392
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
382
393
|
"meta": {
|
|
383
394
|
"filename": "button.tsx",
|
|
384
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
395
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
385
396
|
},
|
|
386
397
|
"scope": "instance",
|
|
387
398
|
"params": [
|
|
@@ -415,7 +426,7 @@
|
|
|
415
426
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
416
427
|
"meta": {
|
|
417
428
|
"filename": "button.tsx",
|
|
418
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
429
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
419
430
|
},
|
|
420
431
|
"scope": "instance",
|
|
421
432
|
"params": [
|
|
@@ -444,7 +455,7 @@
|
|
|
444
455
|
"description": "Performs a batch set of properties.",
|
|
445
456
|
"meta": {
|
|
446
457
|
"filename": "button.tsx",
|
|
447
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
458
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
448
459
|
},
|
|
449
460
|
"scope": "instance",
|
|
450
461
|
"params": [
|
|
@@ -473,7 +484,7 @@
|
|
|
473
484
|
"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
485
|
"meta": {
|
|
475
486
|
"filename": "button.tsx",
|
|
476
|
-
"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/button"
|
|
477
488
|
},
|
|
478
489
|
"scope": "instance"
|
|
479
490
|
},
|
|
@@ -486,7 +497,7 @@
|
|
|
486
497
|
"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
498
|
"meta": {
|
|
488
499
|
"filename": "button.tsx",
|
|
489
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
500
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
490
501
|
},
|
|
491
502
|
"scope": "instance",
|
|
492
503
|
"ojchild": false,
|
|
@@ -501,7 +512,7 @@
|
|
|
501
512
|
"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
513
|
"meta": {
|
|
503
514
|
"filename": "button.tsx",
|
|
504
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
515
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
505
516
|
},
|
|
506
517
|
"scope": "instance",
|
|
507
518
|
"ojchild": false,
|
|
@@ -516,7 +527,7 @@
|
|
|
516
527
|
"memberof": "oj-c.Button",
|
|
517
528
|
"meta": {
|
|
518
529
|
"filename": "button.tsx",
|
|
519
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
530
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
520
531
|
},
|
|
521
532
|
"ojfragment": true
|
|
522
533
|
},
|
|
@@ -529,7 +540,7 @@
|
|
|
529
540
|
"memberof": "oj-c.Button",
|
|
530
541
|
"meta": {
|
|
531
542
|
"filename": "button.tsx",
|
|
532
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
543
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/button"
|
|
533
544
|
},
|
|
534
545
|
"ojfragment": true
|
|
535
546
|
}
|
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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"memberof": "oj-c",
|
|
7
7
|
"longname": "oj-c.FilePicker",
|
|
8
8
|
"kind": "class",
|
|
9
|
-
"classdesc": "",
|
|
9
|
+
"classdesc": "<h3 id=\"filePickerOverview-section\">\n JET File Picker\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#filePickerOverview-section\"></a>\n</h3>\n<p>Description:</p>\n<p>By default the file picker shows a clickable dropzone for selecting files for upload. However, it can be replaced with any clickable element like a button. After the files are selected, the FilePicker fires a \"select\" event with the selected files. Application has to specify the listener in order to do the actual upload. The types of files accepted are controlled by the accept attribute. Additional custom validation can be done through the ojBeforeSelect event.</p>\n\n<pre class=\"prettyprint\"><code><oj-c-file-picker ></oj-c-file-picker></code></pre>\n\n\n<h3 id=\"touch-section\">\nTouch End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#touch-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Clickable element</td>\n <td><kbd>Tap</kbd></td>\n <td>Launch the browser's file picker.</td>\n </tr>\n </tbody>\n</table>\n\n<h3 id=\"keyboard-section\">\n Keyboard End User Information\n <a class=\"bookmarkable-link\" title=\"Bookmarkable Link\" href=\"#keyboard-section\"></a>\n</h3>\n\n<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Clickable element</td>\n <td><kbd>Enter</kbd></td>\n <td>Launch the browser's file picker.</td>\n </tr>\n </tbody>\n</table>",
|
|
10
10
|
"scope": "static",
|
|
11
11
|
"tagWithoutBrackets": "oj-c-file-picker",
|
|
12
12
|
"tagWithBrackets": "<oj-c-file-picker>",
|
|
@@ -27,9 +27,10 @@
|
|
|
27
27
|
"value": "interface CFilePickerElement extends JetElement<FilePickerElementSettableProperties>"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
|
+
"since": "14.0.0",
|
|
30
31
|
"meta": {
|
|
31
32
|
"filename": "file-picker.tsx",
|
|
32
|
-
"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/file-picker"
|
|
33
34
|
},
|
|
34
35
|
"ojmodule": "file-picker"
|
|
35
36
|
},
|
|
@@ -41,10 +42,10 @@
|
|
|
41
42
|
"longname": "oj-c.FilePicker#accept",
|
|
42
43
|
"optional": true,
|
|
43
44
|
"scope": "instance",
|
|
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
|
+
"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. Due to browser/OS differences, you may have to specify multiple values for the same value type. For example, for a CSV file, you might need to specify 'text/csv', '.csv', 'application/vnd.ms-excel', 'text/comma-separated-values' and others depending on your target browser/OS. </p>",
|
|
45
46
|
"meta": {
|
|
46
47
|
"filename": "file-picker.tsx",
|
|
47
|
-
"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/file-picker"
|
|
48
49
|
},
|
|
49
50
|
"type": {
|
|
50
51
|
"names": [
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"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
72
|
"meta": {
|
|
72
73
|
"filename": "file-picker.tsx",
|
|
73
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
74
75
|
},
|
|
75
76
|
"ojvalues": [
|
|
76
77
|
{
|
|
@@ -135,7 +136,7 @@
|
|
|
135
136
|
"description": "Disables the filepicker if set to <code class=\"prettyprint\">true</code>.",
|
|
136
137
|
"meta": {
|
|
137
138
|
"filename": "file-picker.tsx",
|
|
138
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
139
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
139
140
|
},
|
|
140
141
|
"defaultvalue": false,
|
|
141
142
|
"type": {
|
|
@@ -155,7 +156,7 @@
|
|
|
155
156
|
"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
157
|
"meta": {
|
|
157
158
|
"filename": "file-picker.tsx",
|
|
158
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
159
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
159
160
|
},
|
|
160
161
|
"type": {
|
|
161
162
|
"names": [
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"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
183
|
"meta": {
|
|
183
184
|
"filename": "file-picker.tsx",
|
|
184
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
185
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
185
186
|
},
|
|
186
187
|
"type": {
|
|
187
188
|
"names": [
|
|
@@ -207,7 +208,7 @@
|
|
|
207
208
|
"description": "Whether to allow single or multiple file selection.",
|
|
208
209
|
"meta": {
|
|
209
210
|
"filename": "file-picker.tsx",
|
|
210
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
211
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
211
212
|
},
|
|
212
213
|
"ojvalues": [
|
|
213
214
|
{
|
|
@@ -248,7 +249,7 @@
|
|
|
248
249
|
"description": "Sets focus on the file picker or the first tabbable element for file picker with custom content.",
|
|
249
250
|
"meta": {
|
|
250
251
|
"filename": "file-picker.tsx",
|
|
251
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
252
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
252
253
|
},
|
|
253
254
|
"scope": "instance",
|
|
254
255
|
"returns": [
|
|
@@ -270,7 +271,7 @@
|
|
|
270
271
|
"description": "Blurs the file picker",
|
|
271
272
|
"meta": {
|
|
272
273
|
"filename": "file-picker.tsx",
|
|
273
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
274
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
274
275
|
},
|
|
275
276
|
"scope": "instance",
|
|
276
277
|
"returns": [
|
|
@@ -292,7 +293,7 @@
|
|
|
292
293
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
293
294
|
"meta": {
|
|
294
295
|
"filename": "file-picker.tsx",
|
|
295
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
296
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
296
297
|
},
|
|
297
298
|
"scope": "instance",
|
|
298
299
|
"params": [
|
|
@@ -326,7 +327,7 @@
|
|
|
326
327
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
327
328
|
"meta": {
|
|
328
329
|
"filename": "file-picker.tsx",
|
|
329
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
330
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
330
331
|
},
|
|
331
332
|
"scope": "instance",
|
|
332
333
|
"params": [
|
|
@@ -355,7 +356,7 @@
|
|
|
355
356
|
"description": "Performs a batch set of properties.",
|
|
356
357
|
"meta": {
|
|
357
358
|
"filename": "file-picker.tsx",
|
|
358
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
359
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
359
360
|
},
|
|
360
361
|
"scope": "instance",
|
|
361
362
|
"params": [
|
|
@@ -384,7 +385,7 @@
|
|
|
384
385
|
"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
386
|
"meta": {
|
|
386
387
|
"filename": "file-picker.tsx",
|
|
387
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
388
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
388
389
|
},
|
|
389
390
|
"scope": "instance",
|
|
390
391
|
"properties": [
|
|
@@ -433,7 +434,7 @@
|
|
|
433
434
|
"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
435
|
"meta": {
|
|
435
436
|
"filename": "file-picker.tsx",
|
|
436
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
437
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
437
438
|
},
|
|
438
439
|
"scope": "instance",
|
|
439
440
|
"properties": [
|
|
@@ -514,7 +515,7 @@
|
|
|
514
515
|
"description": "Triggered after the files are selected",
|
|
515
516
|
"meta": {
|
|
516
517
|
"filename": "file-picker.tsx",
|
|
517
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
518
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
518
519
|
},
|
|
519
520
|
"scope": "instance",
|
|
520
521
|
"properties": [
|
|
@@ -546,10 +547,36 @@
|
|
|
546
547
|
"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
548
|
"meta": {
|
|
548
549
|
"filename": "file-picker.tsx",
|
|
549
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.0
|
|
550
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
550
551
|
},
|
|
551
552
|
"scope": "instance",
|
|
552
553
|
"ojchild": false,
|
|
553
554
|
"ojslot": true
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"id": "oj-c.FilePicker.touchDoc",
|
|
558
|
+
"name": "touchDoc",
|
|
559
|
+
"kind": "member",
|
|
560
|
+
"longname": "oj-c.FilePicker.touchDoc",
|
|
561
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Gesture</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Clickable element</td>\n <td><kbd>Tap</kbd></td>\n <td>Launch the browser's file picker.</td>\n </tr>\n </tbody>\n</table>",
|
|
562
|
+
"memberof": "oj-c.FilePicker",
|
|
563
|
+
"meta": {
|
|
564
|
+
"filename": "file-picker.tsx",
|
|
565
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
566
|
+
},
|
|
567
|
+
"ojfragment": true
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "oj-c.FilePicker.keyboardDoc",
|
|
571
|
+
"name": "keyboardDoc",
|
|
572
|
+
"kind": "member",
|
|
573
|
+
"longname": "oj-c.FilePicker.keyboardDoc",
|
|
574
|
+
"description": "<table class=\"keyboard-table\">\n <thead>\n <tr>\n <th>Target</th>\n <th>Key</th>\n <th>Action</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Clickable element</td>\n <td><kbd>Enter</kbd></td>\n <td>Launch the browser's file picker.</td>\n </tr>\n </tbody>\n</table>",
|
|
575
|
+
"memberof": "oj-c.FilePicker",
|
|
576
|
+
"meta": {
|
|
577
|
+
"filename": "file-picker.tsx",
|
|
578
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_14.1.0/packages/oraclejet-core-pack/web/components/oj-c/file-picker"
|
|
579
|
+
},
|
|
580
|
+
"ojfragment": true
|
|
554
581
|
}
|
|
555
582
|
]
|