@instructure/ui-date-input 8.23.0 → 8.23.1-snapshot.5
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/LICENSE.md +27 -0
- package/es/DateInput/index.js +3 -3
- package/lib/DateInput/index.js +3 -3
- package/package.json +18 -17
- package/tsconfig.build.tsbuildinfo +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The MIT License (MIT)
|
|
3
|
+
category: Getting Started
|
|
4
|
+
order: 9
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The MIT License (MIT)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
+
|
|
11
|
+
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions.**
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
package/es/DateInput/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutPr
|
|
|
2
2
|
const _excluded = ["renderLabel", "value", "placeholder", "onBlur", "isRequired", "size", "isInline", "layout", "width", "messages", "onRequestValidateDate", "onRequestShowCalendar", "onRequestHideCalendar", "onRequestSelectNextDay", "onRequestSelectPrevDay", "onRequestRenderNextMonth", "onRequestRenderPrevMonth"],
|
|
3
3
|
_excluded2 = ["ref"];
|
|
4
4
|
|
|
5
|
-
var _dec, _dec2, _class, _class2,
|
|
5
|
+
var _dec, _dec2, _class, _class2, _IconCalendarMonthLin;
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
8
|
* The MIT License (MIT)
|
|
@@ -50,7 +50,7 @@ The `DateInput` component provides a visual interface for inputting date data.
|
|
|
50
50
|
See <https://instructure.design/#DateInput/>
|
|
51
51
|
@tsProps
|
|
52
52
|
**/
|
|
53
|
-
let DateInput = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (
|
|
53
|
+
let DateInput = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class DateInput extends Component {
|
|
54
54
|
constructor() {
|
|
55
55
|
super(...arguments);
|
|
56
56
|
this.state = {
|
|
@@ -298,6 +298,6 @@ let DateInput = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec
|
|
|
298
298
|
display: 'inline-block',
|
|
299
299
|
placement: 'bottom center',
|
|
300
300
|
isShowingCalendar: false
|
|
301
|
-
},
|
|
301
|
+
}, _class2)) || _class) || _class);
|
|
302
302
|
export default DateInput;
|
|
303
303
|
export { DateInput };
|
package/lib/DateInput/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var _props2 = require("./props");
|
|
|
44
44
|
const _excluded = ["renderLabel", "value", "placeholder", "onBlur", "isRequired", "size", "isInline", "layout", "width", "messages", "onRequestValidateDate", "onRequestShowCalendar", "onRequestHideCalendar", "onRequestSelectNextDay", "onRequestSelectPrevDay", "onRequestRenderNextMonth", "onRequestRenderPrevMonth"],
|
|
45
45
|
_excluded2 = ["ref"];
|
|
46
46
|
|
|
47
|
-
var _dec, _dec2, _class, _class2,
|
|
47
|
+
var _dec, _dec2, _class, _class2, _IconCalendarMonthLin;
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
---
|
|
@@ -54,7 +54,7 @@ The `DateInput` component provides a visual interface for inputting date data.
|
|
|
54
54
|
See <https://instructure.design/#DateInput/>
|
|
55
55
|
@tsProps
|
|
56
56
|
**/
|
|
57
|
-
let DateInput = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (
|
|
57
|
+
let DateInput = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class DateInput extends _react.Component {
|
|
58
58
|
constructor() {
|
|
59
59
|
super(...arguments);
|
|
60
60
|
this.state = {
|
|
@@ -302,7 +302,7 @@ let DateInput = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 =
|
|
|
302
302
|
display: 'inline-block',
|
|
303
303
|
placement: 'bottom center',
|
|
304
304
|
isShowingCalendar: false
|
|
305
|
-
},
|
|
305
|
+
}, _class2)) || _class) || _class);
|
|
306
306
|
exports.DateInput = DateInput;
|
|
307
307
|
var _default = DateInput;
|
|
308
308
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-date-input",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.1-snapshot.5+d19d2de94",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.23.
|
|
27
|
-
"@instructure/ui-test-locator": "8.23.
|
|
28
|
-
"@instructure/ui-test-utils": "8.23.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.5+d19d2de94",
|
|
27
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.5+d19d2de94",
|
|
28
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.5+d19d2de94"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.13.10",
|
|
32
|
-
"@instructure/emotion": "8.23.
|
|
33
|
-
"@instructure/ui-calendar": "8.23.
|
|
34
|
-
"@instructure/ui-form-field": "8.23.
|
|
35
|
-
"@instructure/ui-icons": "8.23.
|
|
36
|
-
"@instructure/ui-popover": "8.23.
|
|
37
|
-
"@instructure/ui-position": "8.23.
|
|
38
|
-
"@instructure/ui-prop-types": "8.23.
|
|
39
|
-
"@instructure/ui-react-utils": "8.23.
|
|
40
|
-
"@instructure/ui-selectable": "8.23.
|
|
41
|
-
"@instructure/ui-testable": "8.23.
|
|
42
|
-
"@instructure/ui-text-input": "8.23.
|
|
43
|
-
"@instructure/ui-utils": "8.23.
|
|
32
|
+
"@instructure/emotion": "8.23.1-snapshot.5+d19d2de94",
|
|
33
|
+
"@instructure/ui-calendar": "8.23.1-snapshot.5+d19d2de94",
|
|
34
|
+
"@instructure/ui-form-field": "8.23.1-snapshot.5+d19d2de94",
|
|
35
|
+
"@instructure/ui-icons": "8.23.1-snapshot.5+d19d2de94",
|
|
36
|
+
"@instructure/ui-popover": "8.23.1-snapshot.5+d19d2de94",
|
|
37
|
+
"@instructure/ui-position": "8.23.1-snapshot.5+d19d2de94",
|
|
38
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.5+d19d2de94",
|
|
39
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
40
|
+
"@instructure/ui-selectable": "8.23.1-snapshot.5+d19d2de94",
|
|
41
|
+
"@instructure/ui-testable": "8.23.1-snapshot.5+d19d2de94",
|
|
42
|
+
"@instructure/ui-text-input": "8.23.1-snapshot.5+d19d2de94",
|
|
43
|
+
"@instructure/ui-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
44
44
|
"prop-types": "^15"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -49,5 +49,6 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"sideEffects": false
|
|
52
|
+
"sideEffects": false,
|
|
53
|
+
"gitHead": "d19d2de94392ef0c117346830f5d70ef5ae80795"
|
|
53
54
|
}
|