@oracle/oraclejet-webdriver 18.1.4 → 19.0.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/elements/oj-chart/OjChart.d.ts +1 -1
- package/elements/oj-chart/OjChart.js +1 -1
- package/elements/oj-chart/OjChartBase.d.ts +21 -0
- package/elements/oj-data-grid/OjDataGridBase.d.ts +27 -1
- package/elements/oj-data-grid/OjDataGridBase.js +18 -0
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-input-time/OjInputTimeBase.d.ts +18 -7
- package/elements/oj-input-time/OjInputTimeBase.js +7 -7
- package/elements/oj-list-view/OjListView.d.ts +25 -0
- package/elements/oj-list-view/OjListView.js +28 -1
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListViewBase.d.ts +23 -0
- package/elements/oj-n-box/OjNBoxBase.d.ts +3 -0
- package/elements/oj-spark-chart/OjSparkChartBase.d.ts +2 -2
- package/elements/oj-spark-chart/OjSparkChartBase.js +2 -2
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.d.ts +2 -2
- package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js +2 -2
- package/elements/oj-stream-list/OjStreamListBase.d.ts +2 -2
- package/elements/oj-tab-bar/OjTabBar.d.ts +23 -0
- package/elements/oj-tab-bar/OjTabBar.js +41 -0
- package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
- package/elements/oj-tab-bar/OjTabBarBase.d.ts +20 -0
- package/elements/oj-table/OjTableBase.d.ts +8 -0
- package/elements/oj-thematic-map/OjThematicMapBase.d.ts +11 -4
- package/elements/oj-timeline/OjTimelineBase.d.ts +3 -0
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.d.ts +8 -1
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +9 -0
- package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
- package/index.d.ts +4 -7
- package/index.js +37 -9
- package/index.js.map +1 -1
- package/lib/ScreenshotManager.js +35 -2
- package/lib/ScreenshotManager.js.map +1 -1
- package/lib/busy-context-utils.d.ts +1 -0
- package/lib/busy-context-utils.js +22 -2
- package/lib/busy-context-utils.js.map +1 -1
- package/lib/driver-manager.d.ts +1 -206
- package/lib/driver-manager.js +6 -314
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-override.js +38 -5
- package/lib/driver-override.js.map +1 -1
- package/lib/file-picker-utils.js +35 -2
- package/lib/file-picker-utils.js.map +1 -1
- package/package.json +36 -30
- package/src/elements/oj-chart/OjChart.ts +1 -1
- package/src/elements/oj-chart/OjChartBase.ts +21 -0
- package/src/elements/oj-data-grid/OjDataGridBase.ts +33 -1
- package/src/elements/oj-input-time/OjInputTimeBase.ts +18 -7
- package/src/elements/oj-list-view/OjListView.ts +40 -1
- package/src/elements/oj-list-view/OjListViewBase.ts +23 -0
- package/src/elements/oj-n-box/OjNBoxBase.ts +3 -0
- package/src/elements/oj-spark-chart/OjSparkChartBase.ts +2 -2
- package/src/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +2 -2
- package/src/elements/oj-stream-list/OjStreamListBase.ts +2 -2
- package/src/elements/oj-tab-bar/OjTabBar.ts +57 -1
- package/src/elements/oj-tab-bar/OjTabBarBase.ts +20 -0
- package/src/elements/oj-table/OjTableBase.ts +8 -0
- package/src/elements/oj-thematic-map/OjThematicMapBase.ts +11 -4
- package/src/elements/oj-timeline/OjTimelineBase.ts +3 -0
- package/src/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +11 -1
- package/src/index.ts +5 -12
- package/src/lib/busy-context-utils.ts +34 -3
- package/src/lib/driver-manager.ts +9 -350
- package/src/lib/driver-override.ts +7 -4
- package/tsconfig.json +2 -2
- package/wdtsdoc/assets/navigation.js +1 -1
- package/wdtsdoc/assets/search.js +1 -1
- package/wdtsdoc/classes/elements.OjChart.html +1 -1
- package/wdtsdoc/classes/elements.OjDataGrid.html +11 -3
- package/wdtsdoc/classes/elements.OjInputTime.html +26 -19
- package/wdtsdoc/classes/elements.OjListView.html +13 -2
- package/wdtsdoc/classes/elements.OjSparkChart.html +7 -5
- package/wdtsdoc/classes/elements.OjStatusMeterGauge.html +2 -2
- package/wdtsdoc/classes/elements.OjTabBar.html +15 -2
- package/wdtsdoc/classes/elements.OjWaterfallLayout.html +6 -2
- package/wdtsdoc/classes/elements._internal_.OjDataGridBase.html +10 -2
- package/wdtsdoc/classes/elements._internal_.OjInputTimeBase.html +26 -19
- package/wdtsdoc/classes/elements._internal_.OjSparkChartBase.html +7 -5
- package/wdtsdoc/classes/elements._internal_.OjWaterfallLayoutBase.html +6 -2
- package/wdtsdoc/classes/index.DriverManager.html +19 -9
- package/wdtsdoc/interfaces/elements._internal_.Areas.html +7 -5
- package/wdtsdoc/interfaces/elements._internal_.DndDropRows-1.html +3 -1
- package/wdtsdoc/interfaces/elements._internal_.Item.html +5 -3
- package/wdtsdoc/interfaces/elements._internal_.Links.html +7 -5
- package/wdtsdoc/interfaces/elements._internal_.LinksEndLocation.html +2 -2
- package/wdtsdoc/interfaces/elements._internal_.LinksStartLocation.html +2 -2
- package/wdtsdoc/interfaces/elements._internal_.MajorAxis-1.html +4 -3
- package/wdtsdoc/interfaces/elements._internal_.Markers.html +7 -5
- package/wdtsdoc/interfaces/elements._internal_.MinorAxis-1.html +4 -3
- package/wdtsdoc/interfaces/elements._internal_.Overview-2.html +4 -3
- package/wdtsdoc/interfaces/elements._internal_.PickerAttributes-6.html +3 -2
- package/wdtsdoc/interfaces/elements._internal_.ScrollPosition-3.html +2 -2
- package/wdtsdoc/interfaces/elements._internal_.ScrollPosition-5.html +1 -1
- package/wdtsdoc/interfaces/elements._internal_.StyleDefaults-4.html +4 -3
- package/wdtsdoc/interfaces/elements._internal_.StyleDefaults.html +5 -1
- package/wdtsdoc/interfaces/elements._internal_.StyleDefaultsCellDefaults.html +11 -8
- package/wdtsdoc/interfaces/elements._internal_.TimePicker-2.html +7 -5
- package/wdtsdoc/interfaces/elements._internal_.Translations-20.html +27 -19
- package/wdtsdoc/interfaces/elements._internal_.Translations-24.html +58 -39
- package/wdtsdoc/interfaces/elements._internal_.Translations-48.html +13 -1
- package/wdtsdoc/interfaces/elements._internal_.Translations-49.html +3 -1
- package/wdtsdoc/interfaces/elements._internal_.Translations-7.html +8 -2
- package/wdtsdoc/interfaces/elements._internal_.Translations.html +5 -2
- package/wdtsdoc/interfaces/elements._internal_.ValueFormatsLabel.html +5 -1
- package/wdtsdoc/interfaces/{index._internal_.CapabilitiesConfiguration.html → index.DriverConfiguration.html} +4 -4
- package/wdtsdoc/interfaces/index._internal_.BufferConstructor.html +1 -1
- package/wdtsdoc/interfaces/index._internal_.ZlibOptions.html +1 -1
- package/wdtsdoc/modules/index._internal_.html +0 -1
- package/wdtsdoc/modules/index.html +2 -1
- package/lib/version-check.d.ts +0 -11
- package/lib/version-check.js +0 -32
- package/lib/version-check.js.map +0 -1
- package/src/lib/version-check.ts +0 -38
|
@@ -10,7 +10,7 @@ import { OjChartBase } from './OjChartBase';
|
|
|
10
10
|
* [ojChart](../functions/elements.ojChart-1.html).
|
|
11
11
|
* <h4>Migration</h4>
|
|
12
12
|
* oj-chart is being broken down into multiple core pack chart components.
|
|
13
|
-
* When you migrate a page from using [oj-chart](../../jsdocs/oj.ojChart.html) to new core pack chart components [oj-c-line-chart](../../jsdocs/oj-c.LineChart.html), [oj-c-area-chart](../../jsdocs/oj-c.AreaChart.html),
|
|
13
|
+
* When you migrate a page from using [oj-chart](../../jsdocs/oj.ojChart.html) to new core pack chart components [oj-c-line-chart](../../jsdocs/oj-c.LineChart.html), [oj-c-area-chart](../../jsdocs/oj-c.AreaChart.html), etc you will also need to migrate your WebDriver tests from OjChart to, LineChartWebElement, AreaChartWebElement, etc. To do that you will need to revise type and locator instances as follows
|
|
14
14
|
* </br><b>Type:</b> from OjChart to [LineChartWebElement](../../cpwdtsdoc/classes/LineChartWebElement.html)
|
|
15
15
|
* </br><b>Locator:</b> from [ojChart](../functions/elements.ojChart-1.html) to [findLineChart](../../cpwdtsdoc/functions/findLineChart.html)
|
|
16
16
|
* </br>For more details on migrating from legacy to core pack please see component's [migration section](../../jsdocs/oj.ojChart.html#migration-section)
|
|
@@ -13,7 +13,7 @@ const OjChartBase_1 = require("./OjChartBase");
|
|
|
13
13
|
* [ojChart](../functions/elements.ojChart-1.html).
|
|
14
14
|
* <h4>Migration</h4>
|
|
15
15
|
* oj-chart is being broken down into multiple core pack chart components.
|
|
16
|
-
* When you migrate a page from using [oj-chart](../../jsdocs/oj.ojChart.html) to new core pack chart components [oj-c-line-chart](../../jsdocs/oj-c.LineChart.html), [oj-c-area-chart](../../jsdocs/oj-c.AreaChart.html),
|
|
16
|
+
* When you migrate a page from using [oj-chart](../../jsdocs/oj.ojChart.html) to new core pack chart components [oj-c-line-chart](../../jsdocs/oj-c.LineChart.html), [oj-c-area-chart](../../jsdocs/oj-c.AreaChart.html), etc you will also need to migrate your WebDriver tests from OjChart to, LineChartWebElement, AreaChartWebElement, etc. To do that you will need to revise type and locator instances as follows
|
|
17
17
|
* </br><b>Type:</b> from OjChart to [LineChartWebElement](../../cpwdtsdoc/classes/LineChartWebElement.html)
|
|
18
18
|
* </br><b>Locator:</b> from [ojChart](../functions/elements.ojChart-1.html) to [findLineChart](../../cpwdtsdoc/functions/findLineChart.html)
|
|
19
19
|
* </br>For more details on migrating from legacy to core pack please see component's [migration section](../../jsdocs/oj.ojChart.html#migration-section)
|
|
@@ -971,6 +971,10 @@ export interface StyleDefaults {
|
|
|
971
971
|
* An object defining the style for hierarchical label separators.
|
|
972
972
|
*/
|
|
973
973
|
groupSeparators: StyleDefaultsGroupSeparators;
|
|
974
|
+
/**
|
|
975
|
+
* Specifies whether labels will be hidden to avoid overlap. Only applies to scatter chart.
|
|
976
|
+
*/
|
|
977
|
+
hideOverlappingLabels: string;
|
|
974
978
|
/**
|
|
975
979
|
* Specifies initial hover delay in milliseconds for highlighting items in chart.
|
|
976
980
|
*/
|
|
@@ -1031,6 +1035,10 @@ export interface StyleDefaults {
|
|
|
1031
1035
|
* Specifies the radius of the inner circle that can be used to create a donut chart. Valid values range from 0 (default) to 1. Not supported if 3D effect is on.
|
|
1032
1036
|
*/
|
|
1033
1037
|
pieInnerRadius: number;
|
|
1038
|
+
/**
|
|
1039
|
+
* If set to "on", the chart will attempt to reposition labels to reduce visual overlap. If set to "off", labels will remain in their specified data label position and may overlap. Only applies to scatter chart.
|
|
1040
|
+
*/
|
|
1041
|
+
resolveLabelOverlap: string;
|
|
1034
1042
|
/**
|
|
1035
1043
|
* The selection effect that is applied to selected items. The values explode and highlightAndExplode only apply to pie charts.
|
|
1036
1044
|
*/
|
|
@@ -1169,6 +1177,11 @@ export interface Translations {
|
|
|
1169
1177
|
* Used to display a count out of a total.
|
|
1170
1178
|
*/
|
|
1171
1179
|
labelCountWithTotal: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* Used for the data label value in the tooltip. Only applies to scatter chart.
|
|
1182
|
+
* @deprecated Since 19.0.0. Applications should override the translated string for the whole application and not just an individual element instance.
|
|
1183
|
+
*/
|
|
1184
|
+
labelDataLabel: string;
|
|
1172
1185
|
/**
|
|
1173
1186
|
* Label for data visualizations used for accessibility.
|
|
1174
1187
|
*/
|
|
@@ -1439,6 +1452,14 @@ export interface ValueFormatsLabel {
|
|
|
1439
1452
|
* The scaling behavior of the value. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
|
|
1440
1453
|
*/
|
|
1441
1454
|
scaling: string;
|
|
1455
|
+
/**
|
|
1456
|
+
* Whether the label is displayed in the tooltip. Only applies to scatter chart.
|
|
1457
|
+
*/
|
|
1458
|
+
tooltipDisplay: string;
|
|
1459
|
+
/**
|
|
1460
|
+
* A string representing the label that is displayed before the value in the tooltip. Only applies to scatter chart.
|
|
1461
|
+
*/
|
|
1462
|
+
tooltipLabel: string;
|
|
1442
1463
|
}
|
|
1443
1464
|
export interface ValueFormatsLow {
|
|
1444
1465
|
/**
|
|
@@ -48,6 +48,20 @@ export declare class OjDataGridBase extends OjWebElement {
|
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
getDnd(): Promise<Dnd>;
|
|
51
|
+
/**
|
|
52
|
+
* Sets the value of <code>editCell</code> property.
|
|
53
|
+
* Specifies the cell currently being edited.
|
|
54
|
+
* @param editCell The value to set for <code>editCell</code>
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
changeEditCell(editCell: object): Promise<void>;
|
|
58
|
+
/**
|
|
59
|
+
* Gets the value of <code>editCell</code> property.
|
|
60
|
+
* Specifies the cell currently being edited.
|
|
61
|
+
* @return The value of <code>editCell</code> property.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
getEditCell(): Promise<object>;
|
|
51
65
|
/**
|
|
52
66
|
* Sets the value of <code>editMode</code> property.
|
|
53
67
|
* Specifies if the grid is read-only or editable.
|
|
@@ -879,10 +893,22 @@ export interface Translations {
|
|
|
879
893
|
* Provides properties to customize the accessible text when a cell contains controls.
|
|
880
894
|
*/
|
|
881
895
|
accessibleContainsControls: string;
|
|
896
|
+
/**
|
|
897
|
+
* Provides properties to customize the accessible context when the last logical element in the grid is reached.
|
|
898
|
+
*/
|
|
899
|
+
accessibleEndOfDataGrid: string;
|
|
882
900
|
/**
|
|
883
901
|
* Provides properties to customize the accessible context when a row is expanded.
|
|
884
902
|
*/
|
|
885
903
|
accessibleExpanded: string;
|
|
904
|
+
/**
|
|
905
|
+
* Provides properties to customize the accessible text when a header is able to be filtered.
|
|
906
|
+
*/
|
|
907
|
+
accessibleFilterable: string;
|
|
908
|
+
/**
|
|
909
|
+
* Provides properties to customize the accessible text when a header is filtered.
|
|
910
|
+
*/
|
|
911
|
+
accessibleFiltered: string;
|
|
886
912
|
/**
|
|
887
913
|
* Provides properties to customize the accessible context when the first column is reached.
|
|
888
914
|
*/
|
|
@@ -990,7 +1016,7 @@ export interface Translations {
|
|
|
990
1016
|
*/
|
|
991
1017
|
accessibleSortDescending: string;
|
|
992
1018
|
/**
|
|
993
|
-
* Provides properties to customize the
|
|
1019
|
+
* Provides properties to customize the accessible text when a header is able to be sorted.
|
|
994
1020
|
*/
|
|
995
1021
|
accessibleSortable: string;
|
|
996
1022
|
/**
|
|
@@ -63,6 +63,24 @@ class OjDataGridBase extends __1.OjWebElement {
|
|
|
63
63
|
getDnd() {
|
|
64
64
|
return this.getProperty('dnd');
|
|
65
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* Sets the value of <code>editCell</code> property.
|
|
68
|
+
* Specifies the cell currently being edited.
|
|
69
|
+
* @param editCell The value to set for <code>editCell</code>
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
changeEditCell(editCell) {
|
|
73
|
+
return this.setProperty('editCell', editCell);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Gets the value of <code>editCell</code> property.
|
|
77
|
+
* Specifies the cell currently being edited.
|
|
78
|
+
* @return The value of <code>editCell</code> property.
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
getEditCell() {
|
|
82
|
+
return this.getProperty('editCell');
|
|
83
|
+
}
|
|
66
84
|
/**
|
|
67
85
|
* Sets the value of <code>editMode</code> property.
|
|
68
86
|
* Specifies if the grid is read-only or editable.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OjDataGridBase.js","sourceRoot":"","sources":["../../src/elements/oj-data-grid/OjDataGridBase.ts"],"names":[],"mappings":";;;AAAA,2BAAmC;AAEnC;;;;;GAKG;AACH,MAAa,cAAe,SAAQ,gBAAY;IAC9C;;;;;OAKG;IACI,kBAAkB;QACvB,OAAO,IAAI,CAAC,WAAW,CAAkB,iBAAiB,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;OAKG;IACI,OAAO;QACZ,OAAO,IAAI,CAAC,WAAW,CAAO,MAAM,CAAC,CAAC;IACxC,CAAC;IAED;;;;;OAKG;IACI,iBAAiB,CAAC,WAAmB;QAC1C,OAAO,IAAI,CAAC,WAAW,CAAS,aAAa,EAAE,WAAW,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAS,aAAa,CAAC,CAAC;IACjD,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAsB,qBAAqB,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACI,MAAM;QACX,OAAO,IAAI,CAAC,WAAW,CAAM,KAAK,CAAC,CAAC;IACtC,CAAC;IAED;;;;;OAKG;IACI,cAAc,CAAC,QAAgB;QACpC,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,EAAE,QAAQ,CAAC,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACI,WAAW;QAChB,OAAO,IAAI,CAAC,WAAW,CAAS,UAAU,CAAC,CAAC;IAC9C,CAAC;IAED;;;;;OAKG;IACI,uBAAuB,CAAC,iBAAyB;QACtD,OAAO,IAAI,CAAC,WAAW,CAAS,mBAAmB,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACzB,OAAO,IAAI,CAAC,WAAW,CAAS,mBAAmB,CAAC,CAAC;IACvD,CAAC;IAED;;;;;OAKG;IACI,oBAAoB,CAAC,cAAsB;QAChD,OAAO,IAAI,CAAC,WAAW,CAAS,gBAAgB,EAAE,cAAc,CAAC,CAAC;IACpE,CAAC;IAED;;;;;OAKG;IACI,iBAAiB;QACtB,OAAO,IAAI,CAAC,WAAW,CAAS,gBAAgB,CAAC,CAAC;IACpD,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAY,WAAW,CAAC,CAAC;IAClD,CAAC;IAED;;;;;OAKG;IACI,SAAS;QACd,OAAO,IAAI,CAAC,WAAW,CAAS,QAAQ,CAAC,CAAC;IAC5C,CAAC;IAED;;;;;OAKG;IACI,mBAAmB,CAAC,aAAqB;QAC9C,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,EAAE,aAAa,CAAC,CAAC;IAClE,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAS,eAAe,CAAC,CAAC;IACnD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB,CAAC,UAAkB;QACxC,OAAO,IAAI,CAAC,WAAW,CAAS,YAAY,EAAE,UAAU,CAAC,CAAC;IAC5D,CAAC;IAED;;;;;OAKG;IACI,aAAa;QAClB,OAAO,IAAI,CAAC,WAAW,CAAS,YAAY,CAAC,CAAC;IAChD,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAgB,cAAc,CAAC,CAAC;IACzD,CAAC;IAED;;;;;OAKG;IACI,sBAAsB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAA6B,qBAAqB,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;OAKG;IACI,oBAAoB,CAAC,cAA8B;QACxD,OAAO,IAAI,CAAC,WAAW,CAAiB,gBAAgB,EAAE,cAAc,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;OAKG;IACI,iBAAiB;QACtB,OAAO,IAAI,CAAC,WAAW,CAAiB,gBAAgB,CAAC,CAAC;IAC5D,CAAC;IAED;;;;;OAKG;IACI,cAAc;QACnB,OAAO,IAAI,CAAC,WAAW,CAAgB,aAAa,CAAC,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACI,eAAe,CAAC,SAAwB;QAC7C,OAAO,IAAI,CAAC,WAAW,CAAgB,WAAW,EAAE,SAAS,CAAC,CAAC;IACjE,CAAC;IAED;;;;;OAKG;IACI,YAAY;QACjB,OAAO,IAAI,CAAC,WAAW,CAAgB,WAAW,CAAC,CAAC;IACtD,CAAC;IAED;;;;;OAKG;IACI,gBAAgB;QACrB,OAAO,IAAI,CAAC,WAAW,CAAgB,eAAe,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;OAKG;IACI,eAAe;QACpB,OAAO,IAAI,CAAC,WAAW,CAAsB,cAAc,CAAC,CAAC;IAC/D,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"OjDataGridBase.js","sourceRoot":"","sources":["../../src/elements/oj-data-grid/OjDataGridBase.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,14 +17,14 @@ export declare class OjInputTimeBase extends OjWebElement {
|
|
|
17
17
|
* Gets the value of <code>autocomplete</code> property.
|
|
18
18
|
* Specifies a component's autocomplete state. See the Help documentation for more information.
|
|
19
19
|
* @return The value of <code>autocomplete</code> property.
|
|
20
|
-
*
|
|
20
|
+
* @deprecated Since 19.0.0. The time field in corepack contains mask segments instead of a general input, so autocomplete is not supported.
|
|
21
21
|
*/
|
|
22
22
|
getAutocomplete(): Promise<string>;
|
|
23
23
|
/**
|
|
24
24
|
* Gets the value of <code>autofocus</code> property.
|
|
25
25
|
* Specifies whether the component will get input focus when the page is loaded. See the Help documentation for more information.
|
|
26
26
|
* @return The value of <code>autofocus</code> property.
|
|
27
|
-
*
|
|
27
|
+
* @deprecated Since 19.0.0. This is not recommended for accessibility reasons.
|
|
28
28
|
*/
|
|
29
29
|
getAutofocus(): Promise<boolean>;
|
|
30
30
|
/**
|
|
@@ -73,7 +73,7 @@ export declare class OjInputTimeBase extends OjWebElement {
|
|
|
73
73
|
* Gets the value of <code>keyboardEdit</code> property.
|
|
74
74
|
* Specifies whether keyboard entry of text is allowed. See the Help documentation for more information.
|
|
75
75
|
* @return The value of <code>keyboardEdit</code> property.
|
|
76
|
-
*
|
|
76
|
+
* @deprecated Since 19.0.0. This is not supported in the Redwood UX specification.
|
|
77
77
|
*/
|
|
78
78
|
getKeyboardEdit(): Promise<string>;
|
|
79
79
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class OjInputTimeBase extends OjWebElement {
|
|
|
94
94
|
* Gets the value of <code>labelledBy</code> property.
|
|
95
95
|
* The oj-label sets the labelledBy property programmatically on the form component. See the Help documentation for more information.
|
|
96
96
|
* @return The value of <code>labelledBy</code> property.
|
|
97
|
-
*
|
|
97
|
+
* @deprecated Since 19.0.0. This is an internal API and is not supported in the Redwood UX specification.
|
|
98
98
|
*/
|
|
99
99
|
getLabelledBy(): Promise<string | null>;
|
|
100
100
|
/**
|
|
@@ -136,14 +136,14 @@ export declare class OjInputTimeBase extends OjWebElement {
|
|
|
136
136
|
* Gets the value of <code>pickerAttributes</code> property.
|
|
137
137
|
* Specifies attributes to be set on the picker DOM element when it is launched. See the Help documentation for more information.
|
|
138
138
|
* @return The value of <code>pickerAttributes</code> property.
|
|
139
|
-
*
|
|
139
|
+
* @deprecated Since 19.0.0. Changing the Class or Style property is not recommended, as it leads to an inconsistent UI.
|
|
140
140
|
*/
|
|
141
141
|
getPickerAttributes(): Promise<PickerAttributes>;
|
|
142
142
|
/**
|
|
143
143
|
* Gets the value of <code>placeholder</code> property.
|
|
144
144
|
* The placeholder text to set on the element.
|
|
145
145
|
* @return The value of <code>placeholder</code> property.
|
|
146
|
-
*
|
|
146
|
+
* @deprecated Since 19.0.0. The time field in corepack contains mask segments instead of a general input, so placeholder is not supported.
|
|
147
147
|
*/
|
|
148
148
|
getPlaceholder(): Promise<string>;
|
|
149
149
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class OjInputTimeBase extends OjWebElement {
|
|
|
185
185
|
* Gets the value of <code>timePicker</code> property.
|
|
186
186
|
* An object whose properties describe the appearance and behavior of the time picker. See the Help documentation for more information.
|
|
187
187
|
* @return The value of <code>timePicker</code> property.
|
|
188
|
-
*
|
|
188
|
+
* @deprecated Since 19.0.0. The time field does not have a picker.
|
|
189
189
|
*/
|
|
190
190
|
getTimePicker(): Promise<TimePicker>;
|
|
191
191
|
/**
|
|
@@ -269,6 +269,7 @@ export interface HelpHints {
|
|
|
269
269
|
export interface PickerAttributes {
|
|
270
270
|
/**
|
|
271
271
|
*
|
|
272
|
+
* @deprecated Since 19.0.0. We are recommending not to change the Class property of pickerAttribute as it leads to an inconsistent UI.
|
|
272
273
|
*/
|
|
273
274
|
class: string;
|
|
274
275
|
/**
|
|
@@ -285,10 +286,12 @@ export interface TimePicker {
|
|
|
285
286
|
footerLayout: string;
|
|
286
287
|
/**
|
|
287
288
|
* Specifies when the time picker should be shown.
|
|
289
|
+
* @deprecated Since 19.0.0. This is not supported in the Redwood UX specification.
|
|
288
290
|
*/
|
|
289
291
|
showOn: string;
|
|
290
292
|
/**
|
|
291
293
|
* Specifies the time increment used for InputTime. See the Help documentation for more information.
|
|
294
|
+
* @deprecated Since 19.0.0. The time field in corepack contains a mask and not a picker.
|
|
292
295
|
*/
|
|
293
296
|
timeIncrement: string;
|
|
294
297
|
}
|
|
@@ -305,14 +308,17 @@ export interface Translations {
|
|
|
305
308
|
accessibleMaxLengthRemaining: string;
|
|
306
309
|
/**
|
|
307
310
|
* Label for the AM/PM wheel for accessibility.
|
|
311
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
308
312
|
*/
|
|
309
313
|
ampmWheelLabel: string;
|
|
310
314
|
/**
|
|
311
315
|
* The text to the cancel button.
|
|
316
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
312
317
|
*/
|
|
313
318
|
cancelText: string;
|
|
314
319
|
/**
|
|
315
320
|
* The text to display for the current time link.
|
|
321
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
316
322
|
*/
|
|
317
323
|
currentTimeText: string;
|
|
318
324
|
/**
|
|
@@ -321,14 +327,17 @@ export interface Translations {
|
|
|
321
327
|
dateTimeRange: TranslationsDateTimeRange;
|
|
322
328
|
/**
|
|
323
329
|
* Label for the Hour wheel for accessibility.
|
|
330
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
324
331
|
*/
|
|
325
332
|
hourWheelLabel: string;
|
|
326
333
|
/**
|
|
327
334
|
* Label for the Minute wheel for accessibility.
|
|
335
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
328
336
|
*/
|
|
329
337
|
minuteWheelLabel: string;
|
|
330
338
|
/**
|
|
331
339
|
* The text to the OK button.
|
|
340
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
332
341
|
*/
|
|
333
342
|
okText: string;
|
|
334
343
|
/**
|
|
@@ -342,10 +351,12 @@ export interface Translations {
|
|
|
342
351
|
required: TranslationsRequired;
|
|
343
352
|
/**
|
|
344
353
|
* Tooltip text for the time icon.
|
|
354
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
345
355
|
*/
|
|
346
356
|
tooltipTime: string;
|
|
347
357
|
/**
|
|
348
358
|
* Tooltip text for the time icon when the component is disabled.
|
|
359
|
+
* @deprecated Since 19.0.0. The Redwood UX specification does not allow this to be configurable.
|
|
349
360
|
*/
|
|
350
361
|
tooltipTimeDisabled: string;
|
|
351
362
|
}
|
|
@@ -22,7 +22,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
22
22
|
* Gets the value of <code>autocomplete</code> property.
|
|
23
23
|
* Specifies a component's autocomplete state. See the Help documentation for more information.
|
|
24
24
|
* @return The value of <code>autocomplete</code> property.
|
|
25
|
-
*
|
|
25
|
+
* @deprecated Since 19.0.0. The time field in corepack contains mask segments instead of a general input, so autocomplete is not supported.
|
|
26
26
|
*/
|
|
27
27
|
getAutocomplete() {
|
|
28
28
|
return this.getProperty('autocomplete');
|
|
@@ -31,7 +31,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
31
31
|
* Gets the value of <code>autofocus</code> property.
|
|
32
32
|
* Specifies whether the component will get input focus when the page is loaded. See the Help documentation for more information.
|
|
33
33
|
* @return The value of <code>autofocus</code> property.
|
|
34
|
-
*
|
|
34
|
+
* @deprecated Since 19.0.0. This is not recommended for accessibility reasons.
|
|
35
35
|
*/
|
|
36
36
|
getAutofocus() {
|
|
37
37
|
return this.getProperty('autofocus');
|
|
@@ -94,7 +94,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
94
94
|
* Gets the value of <code>keyboardEdit</code> property.
|
|
95
95
|
* Specifies whether keyboard entry of text is allowed. See the Help documentation for more information.
|
|
96
96
|
* @return The value of <code>keyboardEdit</code> property.
|
|
97
|
-
*
|
|
97
|
+
* @deprecated Since 19.0.0. This is not supported in the Redwood UX specification.
|
|
98
98
|
*/
|
|
99
99
|
getKeyboardEdit() {
|
|
100
100
|
return this.getProperty('keyboardEdit');
|
|
@@ -121,7 +121,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
121
121
|
* Gets the value of <code>labelledBy</code> property.
|
|
122
122
|
* The oj-label sets the labelledBy property programmatically on the form component. See the Help documentation for more information.
|
|
123
123
|
* @return The value of <code>labelledBy</code> property.
|
|
124
|
-
*
|
|
124
|
+
* @deprecated Since 19.0.0. This is an internal API and is not supported in the Redwood UX specification.
|
|
125
125
|
*/
|
|
126
126
|
getLabelledBy() {
|
|
127
127
|
return this.getProperty('labelledBy');
|
|
@@ -175,7 +175,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
175
175
|
* Gets the value of <code>pickerAttributes</code> property.
|
|
176
176
|
* Specifies attributes to be set on the picker DOM element when it is launched. See the Help documentation for more information.
|
|
177
177
|
* @return The value of <code>pickerAttributes</code> property.
|
|
178
|
-
*
|
|
178
|
+
* @deprecated Since 19.0.0. Changing the Class or Style property is not recommended, as it leads to an inconsistent UI.
|
|
179
179
|
*/
|
|
180
180
|
getPickerAttributes() {
|
|
181
181
|
return this.getProperty('pickerAttributes');
|
|
@@ -184,7 +184,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
184
184
|
* Gets the value of <code>placeholder</code> property.
|
|
185
185
|
* The placeholder text to set on the element.
|
|
186
186
|
* @return The value of <code>placeholder</code> property.
|
|
187
|
-
*
|
|
187
|
+
* @deprecated Since 19.0.0. The time field in corepack contains mask segments instead of a general input, so placeholder is not supported.
|
|
188
188
|
*/
|
|
189
189
|
getPlaceholder() {
|
|
190
190
|
return this.getProperty('placeholder');
|
|
@@ -238,7 +238,7 @@ class OjInputTimeBase extends __1.OjWebElement {
|
|
|
238
238
|
* Gets the value of <code>timePicker</code> property.
|
|
239
239
|
* An object whose properties describe the appearance and behavior of the time picker. See the Help documentation for more information.
|
|
240
240
|
* @return The value of <code>timePicker</code> property.
|
|
241
|
-
*
|
|
241
|
+
* @deprecated Since 19.0.0. The time field does not have a picker.
|
|
242
242
|
*/
|
|
243
243
|
getTimePicker() {
|
|
244
244
|
return this.getProperty('timePicker');
|
|
@@ -29,4 +29,29 @@ export declare class OjListView extends OjListViewBase {
|
|
|
29
29
|
findItem<T>(itemLocator: {
|
|
30
30
|
key: T;
|
|
31
31
|
}): Promise<SlotProxy>;
|
|
32
|
+
/**
|
|
33
|
+
* Move an item specified by key to the specified position.
|
|
34
|
+
* @param key key of the item to be reordered
|
|
35
|
+
* @param position the position where the item should be move to, the value can be one of:
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>key - the key of the item to move in front of. If the key is null, the item will be move to the end of the list</li>
|
|
38
|
+
* <li>index - the index of the item relative to the root node to move in front of</li>
|
|
39
|
+
* <li>groupKey with itemIndex - the key of the group to move the item inside. The itemIndex indicates the index of the item relative to the group in which to move in front of. If not specified, then it will be moved to the end of the group</li>
|
|
40
|
+
* <li>groupIndex with itemIndex - an array of indexes to locate the group to move the item inside. The itemIndex indicates the index of the item relative to the group in which to move in front of. If not specified, then it will be moved to the end of the group</li>
|
|
41
|
+
* </ul>
|
|
42
|
+
* @override
|
|
43
|
+
* @typeparam K Type of keys
|
|
44
|
+
* @typeparam number Type of index
|
|
45
|
+
*/
|
|
46
|
+
doReorder<K>(key: K, position: {
|
|
47
|
+
index: number;
|
|
48
|
+
} | {
|
|
49
|
+
key: K | null;
|
|
50
|
+
} | {
|
|
51
|
+
groupIndex: number[];
|
|
52
|
+
itemIndex?: number;
|
|
53
|
+
} | {
|
|
54
|
+
groupKey: K;
|
|
55
|
+
itemIndex?: number;
|
|
56
|
+
}): Promise<void>;
|
|
32
57
|
}
|
|
@@ -57,10 +57,37 @@ class OjListView extends OjListViewBase_1.OjListViewBase {
|
|
|
57
57
|
const display = await this.getProperty('display');
|
|
58
58
|
let el = await this.getDriver().executeScript((ele, key) => ele.getNodeBySubId({ subId: 'oj-listview-item', key }), this, itemLocator.key);
|
|
59
59
|
if (display === 'list') {
|
|
60
|
-
|
|
60
|
+
if (el) {
|
|
61
|
+
el = el.findElement(selenium_webdriver_1.By.css('[role="gridcell"]'));
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
throw new Error('The key specified is invalid or does not exist');
|
|
65
|
+
}
|
|
61
66
|
}
|
|
62
67
|
return (0, __1.slotProxy)(el, this);
|
|
63
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* Move an item specified by key to the specified position.
|
|
71
|
+
* @param key key of the item to be reordered
|
|
72
|
+
* @param position the position where the item should be move to, the value can be one of:
|
|
73
|
+
* <ul>
|
|
74
|
+
* <li>key - the key of the item to move in front of. If the key is null, the item will be move to the end of the list</li>
|
|
75
|
+
* <li>index - the index of the item relative to the root node to move in front of</li>
|
|
76
|
+
* <li>groupKey with itemIndex - the key of the group to move the item inside. The itemIndex indicates the index of the item relative to the group in which to move in front of. If not specified, then it will be moved to the end of the group</li>
|
|
77
|
+
* <li>groupIndex with itemIndex - an array of indexes to locate the group to move the item inside. The itemIndex indicates the index of the item relative to the group in which to move in front of. If not specified, then it will be moved to the end of the group</li>
|
|
78
|
+
* </ul>
|
|
79
|
+
* @override
|
|
80
|
+
* @typeparam K Type of keys
|
|
81
|
+
* @typeparam number Type of index
|
|
82
|
+
*/
|
|
83
|
+
async doReorder(key, position) {
|
|
84
|
+
await this.whenReady();
|
|
85
|
+
await (0, oj_module_proxy_1.executeWithModules)(this.getDriver(), ['CustomElementUtils'], [this, key, position], ({ getElementBridge }, element, key, position) => {
|
|
86
|
+
const bridge = getElementBridge(element);
|
|
87
|
+
const widget = bridge._WIDGET_INSTANCE;
|
|
88
|
+
return widget.listview._doReorderHelper(null, key, position);
|
|
89
|
+
});
|
|
90
|
+
}
|
|
64
91
|
}
|
|
65
92
|
exports.OjListView = OjListView;
|
|
66
93
|
//# sourceMappingURL=OjListView.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OjListView.js","sourceRoot":"","sources":["../../src/elements/oj-list-view/OjListView.ts"],"names":[],"mappings":";;;AAAA,qDAAkD;AAClD,8BAA8C;AAC9C,2DAAoD;AACpD,+DAA+D;AAE/D;;;;GAIG;AACH,MAAa,UAAW,SAAQ,+BAAc;IAC5C;;;;;;OAMG;IACH,KAAK,CAAC,cAAc,CAAI,QAAkB;QACxC,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,OAAO,IAAA,oCAAkB,EACvB,IAAI,CAAC,SAAS,EAAE,EAChB,CAAC,QAAQ,CAAC,EACV,CAAC,IAAI,EAAE,QAAQ,CAAC,EAChB,CAAC,EAAE,UAAU,EAAE,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE;YAChC,GAAG,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC1C,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,WAAW;QACf,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,MAAM,QAAQ,GAAa,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC,aAAa,CAAC,CAAC,GAAQ,EAAE,EAAE;YAC3E,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;QAC3C,CAAC,EAAE,IAAI,CAAC,CAAC;QACT,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,QAAQ,CAAI,WAAuB;QACvC,4EAA4E;QAC5E,gDAAgD;QAChD,MAAM,IAAI,CAAC,WAAW,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;QAChD,wEAAwE;QACxE,iBAAiB;QACjB,+DAA+D;QAC/D,aAAa;QACb,MAAM,IAAI,CAAC,oBAAoB,CAAC;YAC9B,GAAG,EAAE,WAAW,CAAC,GAAG;SACrB,CAAC,CAAC;QACH,MAAM,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAClC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC,aAAa,CAC3C,CAAC,GAAQ,EAAE,GAAM,EAAE,EAAE,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,KAAK,EAAE,kBAAkB,EAAE,GAAG,EAAE,CAAC,EAC5E,IAAI,EACJ,WAAW,CAAC,GAAG,CAChB,CAAC;QACF,IAAI,OAAO,KAAK,MAAM,EAAE,CAAC;YACvB,EAAE,GAAG,EAAE,CAAC,WAAW,CAAC,uBAAE,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"OjListView.js","sourceRoot":"","sources":["../../src/elements/oj-list-view/OjListView.ts"],"names":[],"mappings":"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"}
|
|
@@ -198,6 +198,10 @@ export interface Gridlines {
|
|
|
198
198
|
item: string;
|
|
199
199
|
}
|
|
200
200
|
export interface Item {
|
|
201
|
+
/**
|
|
202
|
+
* Specifies the focus behavior when enter key is pressed while an item has focus.
|
|
203
|
+
*/
|
|
204
|
+
enterKeyFocusBehavior: string;
|
|
201
205
|
/**
|
|
202
206
|
* Specifies whether the item can receive keyboard focus. See the Help documentation for more information.
|
|
203
207
|
* @deprecated Since 13.0.0. Not accessible by screen reader.
|
|
@@ -259,78 +263,97 @@ export interface ScrollPosition {
|
|
|
259
263
|
export interface Translations {
|
|
260
264
|
/**
|
|
261
265
|
* Provides instruction text for group header expand or collapse
|
|
266
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
262
267
|
*/
|
|
263
268
|
accessibleExpandCollapseInstructionText: string;
|
|
264
269
|
/**
|
|
265
270
|
* Provides notification for group header collapse
|
|
271
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view and oj-list-view
|
|
266
272
|
*/
|
|
267
273
|
accessibleGroupCollapse: string;
|
|
268
274
|
/**
|
|
269
275
|
* Provides notification for group header expand
|
|
276
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view and oj-list-view
|
|
270
277
|
*/
|
|
271
278
|
accessibleGroupExpand: string;
|
|
272
279
|
/**
|
|
273
280
|
* Provides properties to customize the screen reader text when focus skips a number of items as a result of up/down arrow navigation in card layout mode.
|
|
281
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
274
282
|
*/
|
|
275
283
|
accessibleNavigateSkipItems: string;
|
|
276
284
|
/**
|
|
277
285
|
* Provides properties to customize the screen reader text when the tentative drop target is after a certain item.
|
|
286
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
278
287
|
*/
|
|
279
288
|
accessibleReorderAfterItem: string;
|
|
280
289
|
/**
|
|
281
290
|
* Provides properties to customize the screen reader text when the tentative drop target is before a certain item.
|
|
291
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
282
292
|
*/
|
|
283
293
|
accessibleReorderBeforeItem: string;
|
|
284
294
|
/**
|
|
285
295
|
* Provides properties to customize the screen reader text when the tentative drop target is inside a certain item.
|
|
296
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
286
297
|
*/
|
|
287
298
|
accessibleReorderInsideItem: string;
|
|
288
299
|
/**
|
|
289
300
|
* Provides properties to customize the screen reader touch instructional text for reordering items.
|
|
301
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
290
302
|
*/
|
|
291
303
|
accessibleReorderTouchInstructionText: string;
|
|
292
304
|
/**
|
|
293
305
|
* Provides properties to customize the screen reader text for suggestions returned by OARS service.
|
|
306
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
294
307
|
*/
|
|
295
308
|
accessibleSuggestion: string;
|
|
296
309
|
/**
|
|
297
310
|
* Provides properties to customize the characters to display in the Indexer.
|
|
311
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
298
312
|
*/
|
|
299
313
|
indexerCharacters: string;
|
|
300
314
|
/**
|
|
301
315
|
* Provides properties to customize the context menu copy label.
|
|
316
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
302
317
|
*/
|
|
303
318
|
labelCopy: string;
|
|
304
319
|
/**
|
|
305
320
|
* Provides properties to customize the context menu cut label.
|
|
321
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
306
322
|
*/
|
|
307
323
|
labelCut: string;
|
|
308
324
|
/**
|
|
309
325
|
* Provides properties to customize the context menu paste label.
|
|
326
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
310
327
|
*/
|
|
311
328
|
labelPaste: string;
|
|
312
329
|
/**
|
|
313
330
|
* Provides properties to customize the context menu paste after label.
|
|
331
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
314
332
|
*/
|
|
315
333
|
labelPasteAfter: string;
|
|
316
334
|
/**
|
|
317
335
|
* Provides properties to customize the context menu paste before label.
|
|
336
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
318
337
|
*/
|
|
319
338
|
labelPasteBefore: string;
|
|
320
339
|
/**
|
|
321
340
|
* Provides properties to customize the message text used by ListView when all items are fetched.
|
|
341
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
322
342
|
*/
|
|
323
343
|
msgFetchCompleted: string;
|
|
324
344
|
/**
|
|
325
345
|
* Provides properties to customize the message text used by ListView when waiting for data.
|
|
346
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
326
347
|
*/
|
|
327
348
|
msgFetchingData: string;
|
|
328
349
|
/**
|
|
329
350
|
* Provides properties to customize the message text used by ListView when items are appended.
|
|
351
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
330
352
|
*/
|
|
331
353
|
msgItemsAppended: string;
|
|
332
354
|
/**
|
|
333
355
|
* Provides properties to customize the message text used by ListView when there are no items.
|
|
356
|
+
* @deprecated Since 19.0.0. This usage will not be supported in oj-c-list-view
|
|
334
357
|
*/
|
|
335
358
|
msgNoData: string;
|
|
336
359
|
}
|
|
@@ -623,10 +623,12 @@ export interface StyleDefaultsCellDefaults {
|
|
|
623
623
|
labelStyle: object;
|
|
624
624
|
/**
|
|
625
625
|
* The CSS style object defining the styles of the cell background and border when the cell is maximized.
|
|
626
|
+
* @deprecated Since 19.0.0. The maximizedSvgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
626
627
|
*/
|
|
627
628
|
maximizedSvgStyle: object;
|
|
628
629
|
/**
|
|
629
630
|
* The CSS style object defining the styles of the cell background and border when the cell is minimized.
|
|
631
|
+
* @deprecated Since 19.0.0. The minimizedSvgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
630
632
|
*/
|
|
631
633
|
minimizedSvgStyle: object;
|
|
632
634
|
/**
|
|
@@ -635,6 +637,7 @@ export interface StyleDefaultsCellDefaults {
|
|
|
635
637
|
showCount: string;
|
|
636
638
|
/**
|
|
637
639
|
* The CSS style object defining the styles of the cell background and border.
|
|
640
|
+
* @deprecated Since 19.0.0. The svgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
638
641
|
*/
|
|
639
642
|
svgStyle: object;
|
|
640
643
|
}
|
|
@@ -157,14 +157,14 @@ export declare class OjSparkChartBase extends OjWebElement {
|
|
|
157
157
|
* Gets the value of <code>svgClassName</code> property.
|
|
158
158
|
* The CSS style class to apply to the data items. If type is "lineWithArea", this style will only be applied to the line if areaSvgClassName is also specified. See the Help documentation for more information.
|
|
159
159
|
* @return The value of <code>svgClassName</code> property.
|
|
160
|
-
*
|
|
160
|
+
* @deprecated Since 19.0.0. The svgClassName property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
161
161
|
*/
|
|
162
162
|
getSvgClassName(): Promise<string>;
|
|
163
163
|
/**
|
|
164
164
|
* Gets the value of <code>svgStyle</code> property.
|
|
165
165
|
* The inline style to apply to the data items. If type is "lineWithArea", this style will only be applied to the line if areaSvgStyle is also specified. See the Help documentation for more information.
|
|
166
166
|
* @return The value of <code>svgStyle</code> property.
|
|
167
|
-
*
|
|
167
|
+
* @deprecated Since 19.0.0. The svgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
168
168
|
*/
|
|
169
169
|
getSvgStyle(): Promise<object>;
|
|
170
170
|
/**
|
|
@@ -202,7 +202,7 @@ class OjSparkChartBase extends __1.OjWebElement {
|
|
|
202
202
|
* Gets the value of <code>svgClassName</code> property.
|
|
203
203
|
* The CSS style class to apply to the data items. If type is "lineWithArea", this style will only be applied to the line if areaSvgClassName is also specified. See the Help documentation for more information.
|
|
204
204
|
* @return The value of <code>svgClassName</code> property.
|
|
205
|
-
*
|
|
205
|
+
* @deprecated Since 19.0.0. The svgClassName property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
206
206
|
*/
|
|
207
207
|
getSvgClassName() {
|
|
208
208
|
return this.getProperty('svgClassName');
|
|
@@ -211,7 +211,7 @@ class OjSparkChartBase extends __1.OjWebElement {
|
|
|
211
211
|
* Gets the value of <code>svgStyle</code> property.
|
|
212
212
|
* The inline style to apply to the data items. If type is "lineWithArea", this style will only be applied to the line if areaSvgStyle is also specified. See the Help documentation for more information.
|
|
213
213
|
* @return The value of <code>svgStyle</code> property.
|
|
214
|
-
*
|
|
214
|
+
* @deprecated Since 19.0.0. The svgStyle property is deprecated. This API is not recommended in Redwood theme. Use other customization APIs where appropriate.
|
|
215
215
|
*/
|
|
216
216
|
getSvgStyle() {
|
|
217
217
|
return this.getProperty('svgStyle');
|
|
@@ -12,8 +12,8 @@ import { OjStatusMeterGaugeBase } from './OjStatusMeterGaugeBase';
|
|
|
12
12
|
* oj-status-meter-gauge is being broken down into multiple core pack chart components.
|
|
13
13
|
* When you migrate a page from using [oj-status-meter-gauge](../../jsdocs/oj.ojStatusMeterGauge.html) to new core pack chart components [oj-c-meter-circle](../../jsdocs/oj-c.MeterCircle.html) and [oj-c-meter-bar](../../jsdocs/oj-c.MeterBar.html) you will also need to migrate your WebDriver tests from OjStatusMeterGauge to MeterCircleWebElement and MeterBarWebElement respectively. To do that you will need to revise type and locator instances as follows
|
|
14
14
|
* </br><b>Type:</b> from OjStatusMeterGauge to [MeterCircleWebElement](../../cpwdtsdoc/classes/MeterCircleWebElement.html) or [MeterBarWebElement](../../cpwdtsdoc/classes/MeterBarWebElement.html)
|
|
15
|
-
* </br><b>Locator:</b> from [OjStatusMeterGauge](../functions/elements.ojStatusMeterGauge-1.html) to [findMeterCircle](../../cpwdtsdoc/functions/findMeterCircle.html) or [
|
|
16
|
-
* </br>For more details on migrating from legacy to core pack please see
|
|
15
|
+
* </br><b>Locator:</b> from [OjStatusMeterGauge](../functions/elements.ojStatusMeterGauge-1.html) to [findMeterCircle](../../cpwdtsdoc/functions/findMeterCircle.html) or [findMeterBar](../../cpwdtsdoc/functions/findMeterBar.html).
|
|
16
|
+
* </br>For more details on migrating from legacy to core pack please see component's [migration section](../../jsdocs/oj.ojStatusMeterGauge.html#migration-section).
|
|
17
17
|
*/
|
|
18
18
|
export declare class OjStatusMeterGauge extends OjStatusMeterGaugeBase {
|
|
19
19
|
}
|
|
@@ -15,8 +15,8 @@ const OjStatusMeterGaugeBase_1 = require("./OjStatusMeterGaugeBase");
|
|
|
15
15
|
* oj-status-meter-gauge is being broken down into multiple core pack chart components.
|
|
16
16
|
* When you migrate a page from using [oj-status-meter-gauge](../../jsdocs/oj.ojStatusMeterGauge.html) to new core pack chart components [oj-c-meter-circle](../../jsdocs/oj-c.MeterCircle.html) and [oj-c-meter-bar](../../jsdocs/oj-c.MeterBar.html) you will also need to migrate your WebDriver tests from OjStatusMeterGauge to MeterCircleWebElement and MeterBarWebElement respectively. To do that you will need to revise type and locator instances as follows
|
|
17
17
|
* </br><b>Type:</b> from OjStatusMeterGauge to [MeterCircleWebElement](../../cpwdtsdoc/classes/MeterCircleWebElement.html) or [MeterBarWebElement](../../cpwdtsdoc/classes/MeterBarWebElement.html)
|
|
18
|
-
* </br><b>Locator:</b> from [OjStatusMeterGauge](../functions/elements.ojStatusMeterGauge-1.html) to [findMeterCircle](../../cpwdtsdoc/functions/findMeterCircle.html) or [
|
|
19
|
-
* </br>For more details on migrating from legacy to core pack please see
|
|
18
|
+
* </br><b>Locator:</b> from [OjStatusMeterGauge](../functions/elements.ojStatusMeterGauge-1.html) to [findMeterCircle](../../cpwdtsdoc/functions/findMeterCircle.html) or [findMeterBar](../../cpwdtsdoc/functions/findMeterBar.html).
|
|
19
|
+
* </br>For more details on migrating from legacy to core pack please see component's [migration section](../../jsdocs/oj.ojStatusMeterGauge.html#migration-section).
|
|
20
20
|
*/
|
|
21
21
|
class OjStatusMeterGauge extends OjStatusMeterGaugeBase_1.OjStatusMeterGaugeBase {
|
|
22
22
|
}
|