@oracle/oraclejet-webdriver 12.0.1 → 12.0.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.
|
@@ -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.
|
|
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
|
|
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.
|
|
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.
|
|
203
|
+
* The minimum selectable date, in ISO string format.
|
|
204
204
|
* @return The value of <code>min</code> property.
|
|
205
205
|
*
|
|
206
206
|
*/
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oracle/oraclejet-webdriver",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2",
|
|
4
4
|
"description": "Oracle JET WebDriverJS WebElements",
|
|
5
5
|
"config": {
|
|
6
|
-
"revision": "2022-
|
|
6
|
+
"revision": "2022-03-10_18-27-13"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {},
|
|
9
9
|
"devDependencies": {
|