@nordhealth/components 3.15.0 → 3.16.0-alpha.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/custom-elements.json +2618 -2600
- package/lib/DatePicker.js +1 -1
- package/lib/DatePicker.js.map +1 -1
- package/lib/bundle.js +9 -9
- package/lib/bundle.js.map +1 -1
- package/lib/src/date-picker/DatePicker.d.ts +4 -0
- package/package.json +2 -2
|
@@ -58,6 +58,10 @@ export default class DatePicker extends DatePicker_base {
|
|
|
58
58
|
* Get/set the value of the picker as the number of milliseconds elapsed since the UNIX epoch.
|
|
59
59
|
*/
|
|
60
60
|
set valueAsNumber(date: number);
|
|
61
|
+
/**
|
|
62
|
+
* Exposes the raw value of the input field without date formatting.
|
|
63
|
+
*/
|
|
64
|
+
rawValue?: string;
|
|
61
65
|
/**
|
|
62
66
|
* Controls whether date picker dialog is open or not.
|
|
63
67
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordhealth/components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0-alpha.0",
|
|
4
4
|
"description": "This package includes Nord Design System Web Components",
|
|
5
5
|
"author": "Nordhealth <support@nordhealth.design>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
}
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "2a0758b957435d11eea7ccc488349c02d2bffae1"
|
|
191
191
|
}
|