@oracle/oraclejet-core-pack 18.1.1 → 18.1.2
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/InputDateText.json +43 -43
- package/oj-c/Legend.json +41 -41
- package/oj-c/LegendItem.json +16 -16
- package/oj-c/LegendSection.json +5 -5
- package/oj-c/action-card/component.json +2 -2
- package/oj-c/area-chart/component.json +2 -2
- package/oj-c/area-chart-group/component.json +2 -2
- package/oj-c/area-chart-item/component.json +2 -2
- package/oj-c/area-chart-series/component.json +2 -2
- package/oj-c/avatar/component.json +2 -2
- package/oj-c/button/component.json +2 -2
- package/oj-c/buttonset-multiple/component.json +2 -2
- package/oj-c/buttonset-single/component.json +2 -2
- package/oj-c/card-view/component.json +2 -2
- package/oj-c/checkbox/component.json +2 -2
- package/oj-c/checkboxset/component.json +2 -2
- package/oj-c/collapsible/component.json +2 -2
- package/oj-c/component.json +3 -3
- package/oj-c/conveyor-belt/component.json +2 -2
- package/oj-c/date-picker/component.json +2 -2
- package/oj-c/dialog/component.json +2 -2
- package/oj-c/drag-handle/component.json +2 -2
- package/oj-c/drawer-layout/component.json +2 -2
- package/oj-c/drawer-popup/component.json +2 -2
- package/oj-c/file-picker/component.json +2 -2
- package/oj-c/form-layout/component.json +2 -2
- package/oj-c/highlight-text/component.json +2 -2
- package/oj-c/input-date-mask/component.json +2 -2
- package/oj-c/input-date-picker/component.json +2 -2
- package/oj-c/input-date-text/component.json +2 -2
- package/oj-c/input-month-mask/component.json +2 -2
- package/oj-c/input-number/component.json +2 -2
- package/oj-c/input-password/component.json +2 -2
- package/oj-c/input-sensitive-text/component.json +2 -2
- package/oj-c/input-text/component.json +2 -2
- package/oj-c/labelled-link/component.json +2 -2
- package/oj-c/legend/component.json +2 -2
- package/oj-c/legend-item/component.json +2 -2
- package/oj-c/legend-section/component.json +2 -2
- package/oj-c/line-chart/component.json +2 -2
- package/oj-c/line-chart-group/component.json +2 -2
- package/oj-c/line-chart-item/component.json +2 -2
- package/oj-c/line-chart-series/component.json +2 -2
- package/oj-c/list-item-layout/component.json +2 -2
- package/oj-c/list-view/component.json +2 -2
- package/oj-c/menu-button/component.json +2 -2
- package/oj-c/message-banner/component.json +2 -2
- package/oj-c/message-toast/component.json +2 -2
- package/oj-c/metadata/allComponents.json +137 -137
- package/oj-c/meter-bar/component.json +2 -2
- package/oj-c/meter-circle/component.json +2 -2
- package/oj-c/popup/component.json +2 -2
- package/oj-c/progress-bar/component.json +2 -2
- package/oj-c/progress-button/component.json +2 -2
- package/oj-c/progress-circle/component.json +2 -2
- package/oj-c/radioset/component.json +2 -2
- package/oj-c/rating-gauge/component.json +2 -2
- package/oj-c/rich-checkboxset/component.json +2 -2
- package/oj-c/rich-radioset/component.json +2 -2
- package/oj-c/select-multiple/component.json +2 -2
- package/oj-c/select-single/component.json +2 -2
- package/oj-c/selection-card/component.json +2 -2
- package/oj-c/selector/component.json +2 -2
- package/oj-c/selector-all/component.json +2 -2
- package/oj-c/skeleton/component.json +2 -2
- package/oj-c/split-menu-button/component.json +2 -2
- package/oj-c/tab-bar/component.json +2 -2
- package/oj-c/tab-bar-mixed/component.json +2 -2
- package/oj-c/table/component.json +2 -2
- package/oj-c/tag-cloud/component.json +2 -2
- package/oj-c/tag-cloud-item/component.json +2 -2
- package/oj-c/text-area/component.json +2 -2
- package/oj-c/toggle-button/component.json +2 -2
- package/oj-c/toolbar/component.json +2 -2
- package/package.json +4 -4
package/oj-c/Legend.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"meta": {
|
|
38
38
|
"filename": "legend.tsx",
|
|
39
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
39
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
40
40
|
},
|
|
41
41
|
"ojmodule": "legend"
|
|
42
42
|
},
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"description": "The DataProvider for the sections and items of the legend. It should provide a data tree where each node in the data tree corresponds to a section or item in the legend.\nNodes that are leaves will be treated as items. The row key will be used as the id for legend sections and items.\nThe DataProvider can either have data shape specified by <a target=\"_blank\" href=\"oj-c.LegendItem.html\">oj-c-legend-item</a> (or <a target=\"_blank\" href=\"oj-c.LegendSection.html\">oj-c-legend-section</a>) as its data shape,\nin which case no template is required or it can have an arbitrary data shape, in which case an <a target=\"_blank\" href=\"oj-c.LegendItem.html\">oj-c-legend-item</a> element\n(and <a target=\"_blank\" href=\"oj-c.LegendSection.html\">oj-c-legend-section</a> element for hierarchical data) must be specified in the itemTemplate (and sectionTemplate) slot",
|
|
52
52
|
"meta": {
|
|
53
53
|
"filename": "legend.tsx",
|
|
54
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
54
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
55
55
|
},
|
|
56
56
|
"defaultvalue": null,
|
|
57
57
|
"type": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"description": "Whether drilling is enabled on all legend items.\nDrillable objects will show a background opacity, a pointer cursor on hover, and fire ojDrill event on click.",
|
|
82
82
|
"meta": {
|
|
83
83
|
"filename": "legend.tsx",
|
|
84
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
84
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
85
85
|
},
|
|
86
86
|
"ojvalues": [
|
|
87
87
|
{
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Defines the horizontal alignment of the legend contents.",
|
|
125
125
|
"meta": {
|
|
126
126
|
"filename": "legend.tsx",
|
|
127
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
127
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
128
128
|
},
|
|
129
129
|
"ojvalues": [
|
|
130
130
|
{
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"description": "An array of categories that will be hidden.",
|
|
180
180
|
"meta": {
|
|
181
181
|
"filename": "legend.tsx",
|
|
182
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
182
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
183
183
|
},
|
|
184
184
|
"defaultvalue": "[]",
|
|
185
185
|
"type": {
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"description": "Defines whether the legend can be used to initiate hide and show behavior on referenced data items.",
|
|
200
200
|
"meta": {
|
|
201
201
|
"filename": "legend.tsx",
|
|
202
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
202
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
203
203
|
},
|
|
204
204
|
"ojvalues": [
|
|
205
205
|
{
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"description": "An array of categories that will be highlighted.",
|
|
244
244
|
"meta": {
|
|
245
245
|
"filename": "legend.tsx",
|
|
246
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
246
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
247
247
|
},
|
|
248
248
|
"defaultvalue": "[]",
|
|
249
249
|
"type": {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"description": "Defines the behavior applied when hovering over a legend item.",
|
|
264
264
|
"meta": {
|
|
265
265
|
"filename": "legend.tsx",
|
|
266
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
266
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
267
267
|
},
|
|
268
268
|
"ojvalues": [
|
|
269
269
|
{
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"description": "Defines the orientation of the legend, which determines the direction in which the legend items are laid out.",
|
|
307
307
|
"meta": {
|
|
308
308
|
"filename": "legend.tsx",
|
|
309
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
309
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
310
310
|
},
|
|
311
311
|
"ojvalues": [
|
|
312
312
|
{
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"description": "The height of the legend symbol in pixels. If the value is 0, it will take the same value as symbolWidth. If both symbolWidth and symbolHeight are 0, then it will use a default value that may vary based on theme.",
|
|
350
350
|
"meta": {
|
|
351
351
|
"filename": "legend.tsx",
|
|
352
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
352
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
353
353
|
},
|
|
354
354
|
"defaultvalue": 0,
|
|
355
355
|
"type": {
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"description": "The width of the legend symbol in pixels. If the value is 0, it will take the same value as symbolHeight. If both symbolWidth and symbolHeight are 0, then it will use a default value that may vary based on theme",
|
|
370
370
|
"meta": {
|
|
371
371
|
"filename": "legend.tsx",
|
|
372
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
372
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
373
373
|
},
|
|
374
374
|
"defaultvalue": 0,
|
|
375
375
|
"type": {
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"description": "The CSS style object defining the style of the legend item text.",
|
|
390
390
|
"meta": {
|
|
391
391
|
"filename": "legend.tsx",
|
|
392
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
392
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
393
393
|
},
|
|
394
394
|
"type": {
|
|
395
395
|
"names": [
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)",
|
|
416
416
|
"meta": {
|
|
417
417
|
"filename": "legend.tsx",
|
|
418
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
418
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
419
419
|
},
|
|
420
420
|
"type": {
|
|
421
421
|
"names": [
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-family)",
|
|
435
435
|
"meta": {
|
|
436
436
|
"filename": "legend.tsx",
|
|
437
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
437
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
438
438
|
},
|
|
439
439
|
"type": {
|
|
440
440
|
"names": [
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size)",
|
|
454
454
|
"meta": {
|
|
455
455
|
"filename": "legend.tsx",
|
|
456
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
456
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
457
457
|
},
|
|
458
458
|
"type": {
|
|
459
459
|
"names": [
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style)",
|
|
473
473
|
"meta": {
|
|
474
474
|
"filename": "legend.tsx",
|
|
475
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
475
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
476
476
|
},
|
|
477
477
|
"type": {
|
|
478
478
|
"names": [
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-weight)",
|
|
492
492
|
"meta": {
|
|
493
493
|
"filename": "legend.tsx",
|
|
494
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
494
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
495
495
|
},
|
|
496
496
|
"type": {
|
|
497
497
|
"names": [
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-decoration)",
|
|
511
511
|
"meta": {
|
|
512
512
|
"filename": "legend.tsx",
|
|
513
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
513
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
514
514
|
},
|
|
515
515
|
"type": {
|
|
516
516
|
"names": [
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"description": "Defines the vertical alignment of the legend contents.",
|
|
530
530
|
"meta": {
|
|
531
531
|
"filename": "legend.tsx",
|
|
532
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
532
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
533
533
|
},
|
|
534
534
|
"ojvalues": [
|
|
535
535
|
{
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"description": "The CSS style object defining the style of the section titles' text.\nThe following style properties are supported: color, fontFamily, fontSize, fontStyle, fontWeight, textDecoration",
|
|
584
584
|
"meta": {
|
|
585
585
|
"filename": "legend.tsx",
|
|
586
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
586
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
587
587
|
},
|
|
588
588
|
"type": {
|
|
589
589
|
"names": [
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)",
|
|
610
610
|
"meta": {
|
|
611
611
|
"filename": "legend.tsx",
|
|
612
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
612
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
613
613
|
},
|
|
614
614
|
"type": {
|
|
615
615
|
"names": [
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-family)",
|
|
629
629
|
"meta": {
|
|
630
630
|
"filename": "legend.tsx",
|
|
631
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
631
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
632
632
|
},
|
|
633
633
|
"type": {
|
|
634
634
|
"names": [
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size)",
|
|
648
648
|
"meta": {
|
|
649
649
|
"filename": "legend.tsx",
|
|
650
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
650
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
651
651
|
},
|
|
652
652
|
"type": {
|
|
653
653
|
"names": [
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style)",
|
|
667
667
|
"meta": {
|
|
668
668
|
"filename": "legend.tsx",
|
|
669
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
669
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
670
670
|
},
|
|
671
671
|
"type": {
|
|
672
672
|
"names": [
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-weight)",
|
|
686
686
|
"meta": {
|
|
687
687
|
"filename": "legend.tsx",
|
|
688
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
688
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
689
689
|
},
|
|
690
690
|
"type": {
|
|
691
691
|
"names": [
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"description": "[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-decoration)",
|
|
705
705
|
"meta": {
|
|
706
706
|
"filename": "legend.tsx",
|
|
707
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
707
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
708
708
|
},
|
|
709
709
|
"type": {
|
|
710
710
|
"names": [
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
"description": "The horizontal alignment of the section titles.",
|
|
724
724
|
"meta": {
|
|
725
725
|
"filename": "legend.tsx",
|
|
726
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
726
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
727
727
|
},
|
|
728
728
|
"ojvalues": [
|
|
729
729
|
{
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
"description": "Specifies a context menu configuration.\nIt takes the keys `accessibleLabel` and `items`,\nwhere `accessibleLabel` is optional and items required .`items` function returns an array\nof menu item object representations that indicates what menu items are going to be part of\nmenu based on some specific context menu context.\n<table>\n<tr><th align='left'>Context Menu Item Type</th><th align='left'>Def</th></tr>\n<tr><td>ContextMenuSeparator</td><td>{ type: 'separator'}</td></tr>\n<tr><td>MenuItem</td><td>{\ntype?: 'item';\nlabel: string;\nkey: string;\ndisabled?: boolean;\nonAction?: () => void;\nstartIcon?: MenuIcon;\nendIcon?: MenuIcon;\nvariant?: 'standard' | 'destructive';\n};</td></tr>\n<tr><td>ContextMenuSubMenu</td><td>{\ntype: 'submenu';\nlabel?: string;\ndisabled?: boolean;\nstartIcon?: string;\nitems?: Array<ContextMenuItems>;\n};</td></tr>\n<tr><td>ContextMenuSelectSingle</td><td>{\ntype: 'selectsingle';\nkey?: string;\nitems?: Array<MenuSelectItem>;\nselection?: string;\nonSelection?: (detail: { value: string }) => void;\n};</td></tr>\n<tr><td>ContextMenuSelectMultiple</td><td>{\ntype: 'selectmultiple';\nkey?: string;\nitems?: Array<MenuSelectItem>;\nselection?: Array<string>;\nonSelection?: (detail: { value: Array<string> }) => void;\n};</td></tr>\n<tr><td>MenuIcon</td><td>{\ntype?: 'class';\n class: string;\n }\n| {\n type: 'img';\n src: string;\n };</td></tr>\n<tr><td>MenuSelectItem</td><td>{\nlabel: string;\ndisabled?: boolean;\nendIcon?: MenuIcon;\nvalue: string;\n}</td></tr>\n</table>",
|
|
778
778
|
"meta": {
|
|
779
779
|
"filename": "legend.tsx",
|
|
780
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
780
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
781
781
|
},
|
|
782
782
|
"type": {
|
|
783
783
|
"names": [
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"ojhidden": true,
|
|
803
803
|
"meta": {
|
|
804
804
|
"filename": "legend.tsx",
|
|
805
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
805
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
806
806
|
},
|
|
807
807
|
"scope": "instance",
|
|
808
808
|
"params": [
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
835
835
|
"meta": {
|
|
836
836
|
"filename": "legend.tsx",
|
|
837
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
837
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
838
838
|
},
|
|
839
839
|
"scope": "instance",
|
|
840
840
|
"params": [
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
869
869
|
"meta": {
|
|
870
870
|
"filename": "legend.tsx",
|
|
871
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
871
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
872
872
|
},
|
|
873
873
|
"scope": "instance",
|
|
874
874
|
"params": [
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"description": "Performs a batch set of properties.",
|
|
898
898
|
"meta": {
|
|
899
899
|
"filename": "legend.tsx",
|
|
900
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
900
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
901
901
|
},
|
|
902
902
|
"scope": "instance",
|
|
903
903
|
"params": [
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"description": "Triggered during a drill gesture (single click on the legend item).",
|
|
927
927
|
"meta": {
|
|
928
928
|
"filename": "legend.tsx",
|
|
929
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
929
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
930
930
|
},
|
|
931
931
|
"scope": "instance",
|
|
932
932
|
"properties": [
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
"description": "Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
960
960
|
"meta": {
|
|
961
961
|
"filename": "legend.tsx",
|
|
962
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
962
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
963
963
|
},
|
|
964
964
|
"scope": "instance",
|
|
965
965
|
"properties": [
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
"description": "Triggered when a select menu item is clicked, whether by keyboard, mouse, or touch events.",
|
|
1001
1001
|
"meta": {
|
|
1002
1002
|
"filename": "legend.tsx",
|
|
1003
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1003
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1004
1004
|
},
|
|
1005
1005
|
"scope": "instance",
|
|
1006
1006
|
"properties": [
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
"description": "<p>\n The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for\n creating items of the legend. The slot content must be wrapped in a <template>\n element. The content of the template should be a single <oj-c-legend-item> element.\n See the <a target=\"_blank\" href=\"oj-c.LegendItem.html\">oj-c-legend-item</a> doc for more details.\n</p>\n<p>\n When the template is executed for each area, it will have access to the components's\n binding context containing the following properties:\n</p>\n<ul>\n <li>\n $current - an object that contains information for the current node.\n (See the table below for a list of properties available on $current)\n </li>\n <li>\n alias - if data-oj-as attribute was specified, the value will be used to provide an\n application-named alias for $current.\n </li>\n</ul>",
|
|
1051
1051
|
"meta": {
|
|
1052
1052
|
"filename": "legend.tsx",
|
|
1053
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1053
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1054
1054
|
},
|
|
1055
1055
|
"scope": "instance",
|
|
1056
1056
|
"ojchild": false,
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
"description": " <p>\n The <code class=\"prettyprint\">sectionTemplate</code> slot is used to specify the template for\n creating sections of the legend. The slot content must be wrapped in a <template>\n element. The content of the template should be a single <oj-c-legend-section> element.\n See the <a target=\"_blank\" href=\"oj-c.LegendSection.html\">oj-c-legend-section</a> doc for more details.\n</p>\n<p>\n When the template is executed for each area, it will have access to the components's\n binding context containing the following properties:\n</p>\n<ul>\n <li>\n $current - an object that contains information for the current node.\n (See the table below for a list of properties available on $current)\n </li>\n <li>\n alias - if data-oj-as attribute was specified, the value will be used to provide an\n application-named alias for $current.\n </li>\n</ul>",
|
|
1150
1150
|
"meta": {
|
|
1151
1151
|
"filename": "legend.tsx",
|
|
1152
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1152
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1153
1153
|
},
|
|
1154
1154
|
"scope": "instance",
|
|
1155
1155
|
"ojchild": false,
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"memberof": "oj-c.Legend",
|
|
1213
1213
|
"meta": {
|
|
1214
1214
|
"filename": "legend.tsx",
|
|
1215
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1215
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1216
1216
|
},
|
|
1217
1217
|
"ojfragment": true
|
|
1218
1218
|
},
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
},
|
|
1237
1237
|
"meta": {
|
|
1238
1238
|
"filename": "legend.tsx",
|
|
1239
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1239
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1240
1240
|
},
|
|
1241
1241
|
"properties": [
|
|
1242
1242
|
{
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
},
|
|
1624
1624
|
"meta": {
|
|
1625
1625
|
"filename": "legend.tsx",
|
|
1626
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1626
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1627
1627
|
},
|
|
1628
1628
|
"properties": [
|
|
1629
1629
|
{
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
},
|
|
1695
1695
|
"meta": {
|
|
1696
1696
|
"filename": "legend.tsx",
|
|
1697
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
1697
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
|
|
1698
1698
|
},
|
|
1699
1699
|
"properties": [
|
|
1700
1700
|
{
|
package/oj-c/LegendItem.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"meta": {
|
|
38
38
|
"filename": "legend-item.tsx",
|
|
39
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
39
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
40
40
|
},
|
|
41
41
|
"ojmodule": "legend-item",
|
|
42
42
|
"ojslotcomponent": true
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "The legend item text. Also used as item aria label if short-desc is not provided.",
|
|
53
53
|
"meta": {
|
|
54
54
|
"filename": "legend-item.tsx",
|
|
55
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
55
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
56
56
|
},
|
|
57
57
|
"type": {
|
|
58
58
|
"names": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"description": "An array of categories for the legend item. Legend items currently only support a single category.",
|
|
72
72
|
"meta": {
|
|
73
73
|
"filename": "legend-item.tsx",
|
|
74
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
74
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
75
75
|
},
|
|
76
76
|
"defaultvalue": "[]",
|
|
77
77
|
"type": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"description": "The type of legend symbol to display.",
|
|
92
92
|
"meta": {
|
|
93
93
|
"filename": "legend-item.tsx",
|
|
94
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
94
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
95
95
|
},
|
|
96
96
|
"ojvalues": [
|
|
97
97
|
{
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"description": "The URI of the image of the legend symbol.",
|
|
157
157
|
"meta": {
|
|
158
158
|
"filename": "legend-item.tsx",
|
|
159
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
159
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
160
160
|
},
|
|
161
161
|
"type": {
|
|
162
162
|
"names": [
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "The color of the legend symbol (line or marker). When symbolType is \"lineWithMarker\", this attribute defines the line color and the markerColor attribute defines the marker color.",
|
|
176
176
|
"meta": {
|
|
177
177
|
"filename": "legend-item.tsx",
|
|
178
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
178
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
179
179
|
},
|
|
180
180
|
"type": {
|
|
181
181
|
"names": [
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"description": "The border color of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker",
|
|
195
195
|
"meta": {
|
|
196
196
|
"filename": "legend-item.tsx",
|
|
197
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
197
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
198
198
|
},
|
|
199
199
|
"defaultvalue": "\"\"",
|
|
200
200
|
"type": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"description": "The line style. Only applies when the symbolType is \"line\" or \"lineWithMarker\".",
|
|
215
215
|
"meta": {
|
|
216
216
|
"filename": "legend-item.tsx",
|
|
217
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
217
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
218
218
|
},
|
|
219
219
|
"ojvalues": [
|
|
220
220
|
{
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"description": "The line width in pixels. Only applies when the symbolType is \"line\" or \"lineWithMarker.",
|
|
269
269
|
"meta": {
|
|
270
270
|
"filename": "legend-item.tsx",
|
|
271
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
271
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
272
272
|
},
|
|
273
273
|
"type": {
|
|
274
274
|
"names": [
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"description": "The shape of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker\". Does not apply if a custom image is specified.",
|
|
288
288
|
"meta": {
|
|
289
289
|
"filename": "legend-item.tsx",
|
|
290
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
290
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
291
291
|
},
|
|
292
292
|
"ojvalues": [
|
|
293
293
|
{
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"description": "The color of the marker, if different than the line color. Only applies if the symbolType is \"lineWithMarker\".",
|
|
419
419
|
"meta": {
|
|
420
420
|
"filename": "legend-item.tsx",
|
|
421
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
421
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
422
422
|
},
|
|
423
423
|
"type": {
|
|
424
424
|
"names": [
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"description": "The description of this legend item. This is used for accessibility and for customizing the tooltip text.",
|
|
438
438
|
"meta": {
|
|
439
439
|
"filename": "legend-item.tsx",
|
|
440
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
440
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
441
441
|
},
|
|
442
442
|
"type": {
|
|
443
443
|
"names": [
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"description": "Whether drilling is enabled on the legend item. Drillable objects will show a pointer cursor on hover and fire ojDrill event on click. To enable drilling for all legend items at once, use the drilling attribute in the top level.",
|
|
457
457
|
"meta": {
|
|
458
458
|
"filename": "legend-item.tsx",
|
|
459
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
459
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
460
460
|
},
|
|
461
461
|
"ojvalues": [
|
|
462
462
|
{
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
509
509
|
"meta": {
|
|
510
510
|
"filename": "legend-item.tsx",
|
|
511
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
511
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
512
512
|
},
|
|
513
513
|
"scope": "instance",
|
|
514
514
|
"params": [
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
543
543
|
"meta": {
|
|
544
544
|
"filename": "legend-item.tsx",
|
|
545
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
545
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
546
546
|
},
|
|
547
547
|
"scope": "instance",
|
|
548
548
|
"params": [
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"description": "Performs a batch set of properties.",
|
|
572
572
|
"meta": {
|
|
573
573
|
"filename": "legend-item.tsx",
|
|
574
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
574
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
|
|
575
575
|
},
|
|
576
576
|
"scope": "instance",
|
|
577
577
|
"params": [
|
package/oj-c/LegendSection.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"meta": {
|
|
38
38
|
"filename": "legend-section.tsx",
|
|
39
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
39
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
|
|
40
40
|
},
|
|
41
41
|
"ojmodule": "legend-section",
|
|
42
42
|
"ojslotcomponent": true
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "The title of the legend section.",
|
|
53
53
|
"meta": {
|
|
54
54
|
"filename": "legend-section.tsx",
|
|
55
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
55
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
|
|
56
56
|
},
|
|
57
57
|
"defaultvalue": "\"\"",
|
|
58
58
|
"type": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
|
|
71
71
|
"meta": {
|
|
72
72
|
"filename": "legend-section.tsx",
|
|
73
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
73
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
|
|
74
74
|
},
|
|
75
75
|
"scope": "instance",
|
|
76
76
|
"params": [
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"description": "Retrieves the value of a property or a subproperty.",
|
|
105
105
|
"meta": {
|
|
106
106
|
"filename": "legend-section.tsx",
|
|
107
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
107
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
|
|
108
108
|
},
|
|
109
109
|
"scope": "instance",
|
|
110
110
|
"params": [
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"description": "Performs a batch set of properties.",
|
|
134
134
|
"meta": {
|
|
135
135
|
"filename": "legend-section.tsx",
|
|
136
|
-
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.
|
|
136
|
+
"path": "/home/jenkins/uitech/workspace/OJET_Code_18.1.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
|
|
137
137
|
},
|
|
138
138
|
"scope": "instance",
|
|
139
139
|
"params": [
|