@oracle/oraclejet-webdriver 12.0.1 → 12.0.4

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.
@@ -160,7 +160,7 @@ export class OjDatePickerBase extends OjWebElement {
160
160
 
161
161
  /**
162
162
  * Gets the value of <code>max</code> property.
163
- * The maximum selectable date, in ISO string format. For ojDatePicker, this should not contain a time portion in the ISO string. If it does, a warning is issued. When set to null, there is no maximum. min and max must be in the same ISO string format as value (local, zulu, or offset).
163
+ * The maximum selectable date, in ISO string format.
164
164
  * @return The value of <code>max</code> property.
165
165
  *
166
166
  */
@@ -190,7 +190,7 @@ export class OjDatePickerBase extends OjWebElement {
190
190
 
191
191
  /**
192
192
  * Gets the value of <code>min</code> property.
193
- * The minium selectable date, in ISO string format. For ojDatePicker, this should not contain a time portion in the ISO string. If it does, a warning is issued. When set to null, there is no minimum. min and max must be in the same ISO string format as value (local, zulu, or offset).
193
+ * The minimum selectable date, in ISO string format.
194
194
  * @return The value of <code>min</code> property.
195
195
  *
196
196
  */
@@ -170,7 +170,7 @@ export class OjInputDateBase extends OjWebElement {
170
170
 
171
171
  /**
172
172
  * Gets the value of <code>max</code> property.
173
- * The maximum selectable date, in ISO string format. For ojInputDate, this should not contain a time portion in the ISO string. If it does, a warning is issued. When set to null, there is no maximum. min and max must be in the same ISO string format as value (local, zulu, or offset).
173
+ * The maximum selectable date, in ISO string format. When set to null, there is no maximum. Since the value becomes a local date with no time once the user interacts with the component, min/max should be a local date with no time so they can be compared.
174
174
  * @return The value of <code>max</code> property.
175
175
  *
176
176
  */
@@ -200,7 +200,7 @@ export class OjInputDateBase extends OjWebElement {
200
200
 
201
201
  /**
202
202
  * Gets the value of <code>min</code> property.
203
- * The minimum selectable date, in ISO string format. For ojInputDate, this should not contain a time portion in the ISO string. If it does, a warning is issued. When set to null, there is no minimum. min and max must be in the same ISO string format as value (local, zulu, or offset).
203
+ * The minimum selectable date, in ISO string format.
204
204
  * @return The value of <code>min</code> property.
205
205
  *
206
206
  */
@@ -666,6 +666,10 @@ export interface Translations {
666
666
  * Provides properties to customize the accessible context for the column header index.
667
667
  */
668
668
  "accessibleColumnHeaderContext": string;
669
+ /**
670
+ * Provides properties to customize the accessible text when a cell contains controls.
671
+ */
672
+ "accessibleContainsControls": string;
669
673
  /**
670
674
  * Provides properties to customize the accessible context for the row index.
671
675
  */
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@oracle/oraclejet-webdriver",
3
- "version": "12.0.1",
3
+ "version": "12.0.4",
4
4
  "description": "Oracle JET WebDriverJS WebElements",
5
5
  "config": {
6
- "revision": "2022-02-16_11-15-51"
6
+ "revision": "2022-05-18_10-36-51"
7
7
  },
8
8
  "dependencies": {},
9
9
  "devDependencies": {