Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
35bb783
test(unit): Relocate typeable tests
mst101 Aug 6, 2021
7be4885
test(e2e): Set up BDD with cypress + cucumber
mst101 Jul 24, 2021
fc7cf14
test(e2e): Add Cypress custom commands
mst101 Jul 24, 2021
6a595ab
test(e2e): Specify e2e features
mst101 Jul 24, 2021
ba3fafd
test(e2e): Upgrade Cypress to 8.2.0
mst101 Aug 10, 2021
9ecf9a9
test(e2e): Disable enter and spacebar tests
mst101 Aug 1, 2021
e15b48d
Merge pull request #126 from mst101/test/e2e
MrWook Aug 18, 2021
16fbac7
feat(dateinput): Convert span to button
mst101 Aug 6, 2021
36192b2
feat(pickers): Extract UpButton.vue & convert span to button
mst101 Aug 6, 2021
8bb136d
feat(pickercells): Convert span to button
mst101 Aug 6, 2021
49d5f38
feat(datepicker): Remove superfluous selected-disabled event
mst101 Aug 6, 2021
4e910e2
feat(pickers): Let pickers know the open date
mst101 Aug 1, 2021
a5b7e1b
feat(pickers): Let pickerMonth/Year know today's date
mst101 Jul 25, 2021
c258696
test(e2e): Add data-test attributes
mst101 Aug 6, 2021
8e02f3b
feat(dateinput): Don't close calendar on input blur
mst101 Aug 6, 2021
f26a376
feat(datepicker): Determine which cell is tabbable initially
mst101 Jul 29, 2021
5bbf131
feat(datepicker): Build an array of navElements to focus trap
mst101 Aug 10, 2021
f04ecf0
feat(datepicker): Tab through focus-trapped navElements
mst101 Jul 30, 2021
22ebd1d
feat(datepicker): Focus correct element on open
mst101 Aug 10, 2021
4931fa2
feat(datepicker): Focus prev/next buttons on click
mst101 Aug 10, 2021
824f711
feat(datepicker): Keep track of tabbable-cell
mst101 Aug 5, 2021
4154a72
feat(datepicker): Focus correct element on view change
mst101 Aug 10, 2021
150d72c
feat(datepicker): Close on losing focus
mst101 Aug 10, 2021
1a1d3aa
feat(dateinput): Only validate typed date on blur/enter
mst101 Aug 10, 2021
e483f0d
fix(datepicker): Set typed date to null if zero length
mst101 Aug 9, 2021
566e188
refactor(dateinput): Rewrite isFocusedUsed as shouldToggleOnClick/Focus
mst101 Aug 10, 2021
8807c91
feat(datepicker): Focus correct element on close
mst101 Aug 10, 2021
7c26eb3
feat(datepicker): Revert to open date/close on escape
mst101 Aug 6, 2021
da51292
feat(pickerheader): Arrow keys on prev/up/next buttons
mst101 Aug 10, 2021
6bf523e
test(datepicker): Only set initial view if open
mst101 Aug 10, 2021
50240be
feat(dateinput): Toggle via space bar
mst101 Aug 10, 2021
0fa129a
feat(dateinput): Arrow down from input
mst101 Aug 10, 2021
26d29ee
feat(pickercells): Handle arrow keys
mst101 Aug 10, 2021
47bc71d
feat(datepicker): Update tabbable cell on focus change
mst101 Aug 1, 2021
55a23c0
feat(datepicker): Revert to open date/close on escape
mst101 Aug 10, 2021
074e359
feat(datepicker): Slide correct way on reverting to open date
mst101 Aug 3, 2021
186ca0f
feat(datepicker): Set correct transition on typed date
mst101 Aug 3, 2021
18eaa98
Fix autofocus prop in docs
graue70 Sep 5, 2021
aedccf1
refactor(datepicker): Simplify unique id generation
mst101 Aug 27, 2021
53bd87e
refactor(datepicker): Blur activeElement
mst101 Sep 5, 2021
76b3dca
test(e2e): Fix minor linting issue
mst101 Sep 7, 2021
be0766a
refactor(datepicker): Use isClickOutside flag
mst101 Sep 7, 2021
6772bf4
Merge pull request #132 from graue70/patch-1
MrWook Oct 14, 2021
9fc2a53
fix(style): Make focus outline pixel perfect
mst101 Sep 12, 2021
d61647c
fix(pickerheader): Stop disabled dates from closing calendar on next/…
mst101 Sep 10, 2021
42ece33
fix(datepicker): Set focus when open date is disabled
mst101 Sep 10, 2021
634a477
fix(datepicker): Focusable elements in slots
mst101 Sep 14, 2021
7e757e8
fix(datepicker): Focusable elements in before/afterDateInput slots
mst101 Jan 14, 2022
9d0f9c2
refactor(test): Simplify cell navigation test
mst101 Oct 4, 2021
b7228c6
refactor(pickermixin): Prefer use of HTMLButtonElement in JSDoc
mst101 Oct 7, 2021
f685891
fix(e2e): Select when NOT minimum view
mst101 Jan 14, 2022
515b4fc
fix(datepicker): Initial focus when opening calendar
mst101 Jan 14, 2022
540cb34
feat(datepicker): Set `isActive` when calendar is focused
mst101 Jan 15, 2022
52ad18a
feat(datepicker): Tabbing to/from an inline datepicker
mst101 Jan 15, 2022
fbc3b46
fix(datepicker): Focusable elements in `calendarFooter` slot
mst101 Jan 16, 2022
654654c
fix(datepicker): Refine which slot elements are focusable
mst101 Jan 16, 2022
fdac14e
refactor(navMixin): Order methods alphabetically
mst101 Jan 16, 2022
f640d24
chore(project): Update browserslist
mst101 Jan 16, 2022
328ad9c
chore(e2e): Upgrade Cypress to 9.2.1
mst101 Jan 16, 2022
11198cb
fix(datepicker): Arrow to page when destination & beyond disabled
mst101 Jan 17, 2022
fd12854
fix(dateinput): Check keystroke before parsing typed date
mst101 Jan 18, 2022
47cde8f
fix(demo): Remove `append-to-body` for fixed positions
mst101 Jan 18, 2022
e2ee8de
fix(datepicker): Resolve bug for when `append-to-body = true
mst101 Jan 18, 2022
b03b493
Merge pull request #81 from mst101/feat/navigate-via-keyboard
MrWook Jan 20, 2022
eca7937
refactor(dateutils): Minor tidy up
mst101 Jan 21, 2022
a23d494
fix(datepicker): Update openDate with selectedDate
mst101 Jan 21, 2022
2336cd7
fix(datepicker): Don't clear date on escape
mst101 Jan 21, 2022
e8eb64f
fix(datepicker): Clear date via delete/backspace key
mst101 Jan 21, 2022
5e0a7c1
fix(dateinput): Don't fire `handleKeyup` unless typeable
mst101 Jan 21, 2022
fbb29f6
fix(pickeryear): Emphasize the current year
mst101 Jan 23, 2022
9319081
fix(demo): Remove `append-to-body` from default example
mst101 Jan 23, 2022
3edb1eb
docs(project): Promote keyboard navigation as a feature
mst101 Jan 23, 2022
ebe3ecd
fix(datepicker): Fix comment
mst101 Jan 25, 2022
11ae744
Merge pull request #135 from mst101/feat/escape-key
MrWook Jan 25, 2022
7a3da68
docs(migration): add migration notice for next release
MrWook Feb 25, 2022
fcddae1
chore(project): release
MrWook Feb 25, 2022
abe95e5
fix(datepicker): Remove hours/minutes/(milli)seconds from pageDate
mst101 Apr 22, 2022
5b3411c
Merge pull request #144 from mst101/fix/143-time-shift-month-edges
MrWook Apr 25, 2022
b50709c
chore(project): Upgrade Cypress to 9.6.0
mst101 Apr 25, 2022
5fa7d3d
refactor(test): Simplify DateInput and typedDates unit tests
mst101 Mar 21, 2022
84b6397
refactor(dateutils): Tidy up parseDate function
mst101 Mar 21, 2022
c307d76
refactor(dateutils): Tidy up getTime function
mst101 Feb 10, 2022
6853230
refactor(dateutils): Tidy up formatDate function
mst101 Feb 10, 2022
7889e60
refactor(datepicker): Add JSDoc to setPageDate method
mst101 Mar 21, 2022
b538ae4
refactor(demo): Tidy up demo page
mst101 Feb 10, 2022
a7584cf
docs(formats): Use consistent formatting examples
mst101 Feb 10, 2022
1490a4f
feat(demo): Add date-fns example
mst101 Feb 10, 2022
a13d19e
refactor(dateinput): Rewrite `formattedDate` as `formatDate` method
mst101 Jan 28, 2022
8bb9c99
refactor(dateinput): Extract `parseInput` method
mst101 Feb 10, 2022
67a9a1e
refactor(dateinput): Simplify formatTypedDate method
mst101 Mar 21, 2022
90f1f41
fix(dateinput): Ignore keyup on Ctrl key
mst101 Mar 21, 2022
a39a97c
feat(datepicker): Keep track of `latestValidTypedDate`
mst101 Apr 26, 2022
fefef85
refactor(datepicker): Simplify setValue method
mst101 Apr 26, 2022
c14e718
feat(dateinput): Emit `typed-date` event on keyup
mst101 Mar 22, 2022
26ea7a1
feat(datepicker): Select a date on pressing enter
mst101 Mar 21, 2022
7596aac
feat(datepicker): Set `pageDate` when `latestValidTypedDate` changes
mst101 Mar 21, 2022
57520b4
fix(datepicker): Set `pageDate` to January for `year` view
mst101 Mar 21, 2022
9d227db
feat(dateinput): Update typedDate when selectedDate changes
mst101 Mar 21, 2022
3478953
feat(navMixin): Update `tabbableCell` with `latestValidTypedDate`
mst101 Mar 21, 2022
fe7b189
feat(datepicker): Don't select date on `typed-date` event
mst101 Mar 21, 2022
ae6ba5a
refactor(datepicker): Simplify `selectDate` method
mst101 Apr 25, 2022
850006b
feat(datepicker): Select a typed date on losing focus
mst101 Apr 26, 2022
3b20fa4
fix(dateinput): Don't fire typed-date event on escape
mst101 Apr 26, 2022
889c4e9
feat(datepicker): Handle scroll direction on typed-date
mst101 Apr 26, 2022
3ac6d5b
feat(datepicker): Emit input event on valid typedDate
mst101 Apr 26, 2022
a2c71fc
fix(datepicker): JSDoc for setValue method
mst101 Apr 28, 2022
22bcd99
fix(navmixin): Reset focus delay to zero
mst101 May 14, 2022
8bd0b4c
feat(typescript): Add basic typescript setup
mst101 Apr 28, 2022
9b2b869
feat(typescript): Add basic typescript build setup
MrWook Aug 16, 2021
b071f2f
feat(typescript): Add types files
MrWook Aug 16, 2021
99b4f2b
chore(lint): Resolve linting
MrWook Aug 16, 2021
d09ae8e
feat(typescript): Convert files to TypeScript
mst101 Apr 27, 2022
0a16ec6
Try to enable support experimental syntax `decorators-legacy`
mst101 May 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
"targets": {
"node": "current"
}
}
},
"@babel/preset-typescript"
]
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-transform-runtime"
]
}
}
Expand Down
134 changes: 109 additions & 25 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,81 @@
const prettierConfig = require('./prettier')

module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
env: {
browser: true,
},
extends: [
'plugin:vue/recommended',
'plugin:vue-types/strongly-recommended',
'airbnb-base',
'plugin:compat/recommended',
'prettier',
'plugin:cypress/recommended',
'plugin:jest/recommended',
'plugin:vue/recommended',
'@vue/typescript',
],
plugins: ['import', 'prettier', 'html', 'vue', 'jest'],
settings: {
'import/resolver': {
webpack: {
config: 'eslint-webpack-resolver.config.js',
},
},
plugins: ['import', 'prettier', 'sort-class-members', '@typescript-eslint'],
parserOptions: {
parser: '@typescript-eslint/parser',
},
rules: {
'prettier/prettier': ['error', prettierConfig],
'import/prefer-default-export': 'off',
'import/extensions': [
'vue/valid-v-slot': ['error', { allowModifiers: true }],
'vue/component-name-in-template-casing': [
'error',
'always',
'PascalCase',
{
js: 'never',
registeredComponentsOnly: false,
ignores: ['i18n'],
},
],
'vue/no-deprecated-scope-attribute': 'error',
'no-restricted-imports': [
'error',
{
paths: [
{
name: 'lodash',
message:
'Please import functions from files for smaller bundle size.',
},
],
},
],
'prefer-destructuring': [
'error',
{
VariableDeclarator: {
array: false,
object: true,
},
AssignmentExpression: {
/**
* `array: false` avoids false positives like
* let someValue
* someValue = someArray[1]
*
* must otherwise be written as
* const [_unused, value] = someArray
* someValue = value
*
* https://mattermost.sumcumo.net/sumcumo/pl/ujjzahusn7gfppm3g8ocn7qnwa
*/
array: false,
object: true,
},
},
{
enforceForRenamedProperties: false,
},
],
'no-underscore-dangle': [
'error',
{
allow: ['__typename'],
},
],
'prettier/prettier': ['error', prettierConfig],
'import/prefer-default-export': 'off',
'import/no-extraneous-dependencies': 'off',
'no-console': ['error', { allow: ['info', 'warn', 'error'] }],
'no-unused-vars': [
Expand All @@ -46,6 +92,7 @@ module.exports = {
variables: true,
},
],
'arrow-body-style': 'off',
'max-nested-callbacks': ['error', { max: 3 }],
'max-statements': [
'error',
Expand Down Expand Up @@ -82,17 +129,57 @@ module.exports = {
skipBlankLines: true,
},
],
'vue/component-name-in-template-casing': [
'no-param-reassign': 'off',
'class-methods-use-this': 'off',
'sort-class-members/sort-class-members': [
2,
{
order: [
'[static-properties]',
'[static-methods]',
'[properties]',
'constructor',
'[getters]',
'[everything-else]',
],
},
],
'import/extensions': [
'error',
'PascalCase',
{ registeredComponentsOnly: false },
'always',
{
js: 'never',
ts: 'never',
},
],
'vue/no-deprecated-scope-attribute': 'error',
'arrow-body-style': 'off',
// Disabling eslint rule and enabling typescript specific to support TS features
'no-useless-constructor': 'off',
'@typescript-eslint/no-useless-constructor': 'error',
'no-empty-function': 'off',
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-unused-vars': [
'error',
{
argsIgnorePattern: '^_',
},
],
'no-shadow': 'off',
'@typescript-eslint/no-shadow': ['error'],
// false positives with testing-library
'jest/expect-expect': 'off',
},
settings: {
// https://github.com/johvin/eslint-import-resolver-alias#readme
'import/resolver': {
alias: {
map: [['~', './src']],
extensions: ['.js', '.ts', '.d.ts'],
},
},
},
overrides: [
{
files: ['*.spec.js', '*.config.js'],
files: ['*.spec.ts', '*.spec.js', '*.config.js'],
rules: {
'max-lines-per-function': 'off',
'max-statements': 'off',
Expand All @@ -101,7 +188,4 @@ module.exports = {
},
},
],
env: {
browser: true,
},
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ npm-debug.log
.coveralls.yml
example/demo.js
example/demo.js.map
example-e2e/app.js
example-e2e/app.js.map
test/unit/coverage
test/e2e/cucumber-json
yarn-debug.log*
yarn-error.log*
.idea
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0](https://github.com/sumcumo/vue-datepicker/compare/v3.2.3...v4.0.0) (2022-02-25)


### Features

* **datepicker:** Add keyboard support
* **datepicker:** add e2e tests
* **pickers:** Add slide transition on page change ([618e3d3](https://github.com/sumcumo/vue-datepicker/commit/618e3d39f90a893ada1677d4050ce70b0e5ad7dc))
* **datepicker:** Add transition on toggle ([aa6a95c](https://github.com/sumcumo/vue-datepicker/commit/aa6a95cd3a466de925d0f46e65352c9b295677f1))
* **datepicker:** Add transition on view change ([db98efb](https://github.com/sumcumo/vue-datepicker/commit/db98efbf4181a6414102c0956e8764fd075a209a))
* *css* renamed inline to vdp-datepicker__calendar--inline ([41c081](https://github.com/sumcumo/vue-datepicker/pull/96/commits/41c081a334cddce6a091576ab9ddfb1d5fc977b1))

### Bug Fixes
* **dateinput:** Don't fire `handleKeyup` unless typeable ([5e0a7c1](https://github.com/sumcumo/vue-datepicker/commit/5e0a7c103ff047f8881fdd22769c63cbab313e93))
* **datepicker:** Set typed date to null if zero length ([e483f0d](https://github.com/sumcumo/vue-datepicker/commit/e483f0df3cf2fc5f04ffc28f7184fff21e4346cc))
* **datepicker:** Update openDate with selectedDate ([a23d494](https://github.com/sumcumo/vue-datepicker/commit/a23d494ccae646e7f0403d7d52c7cea1e8de34be))
* **pickerday:** Only highlight selected edge date if shown ([f30b53f](https://github.com/sumcumo/vue-datepicker/commit/f30b53f70a8485b6dfc3f601db18bcfa97b0592b))
* **pickerday:** Only highlight today if edge dates shown ([e3eece1](https://github.com/sumcumo/vue-datepicker/commit/e3eece1885981214a0d22384a2c672be2883ac07))
* **pickerheader:** Prevent click on prev/next when disabled ([e52bb06](https://github.com/sumcumo/vue-datepicker/commit/e52bb064566d0dcd68016439071fbdef9e5ff600))
* **pickerheader:** Reorder prev/next buttons when rtl ([d4ab12c](https://github.com/sumcumo/vue-datepicker/commit/d4ab12c28a47fe39d9a1acdb1f55a8f265967bae))
* **pickerheader:** Stop disabled dates from closing calendar on next/prev ([d61647c](https://github.com/sumcumo/vue-datepicker/commit/d61647ce2cb6a3fd059ace1ecde55cfd6644a111))
* **pickeryear:** Emphasize the current year ([fbb29f6](https://github.com/sumcumo/vue-datepicker/commit/fbb29f63ab45ba5bac61bc2e5d6d9aeeaf037af8))
* **pickeryear:** Right position trailing cells ([e159622](https://github.com/sumcumo/vue-datepicker/commit/e1596223ee9c0f1e3d14d316aa83d17b94f70119))
* **style:** Inherit correct calendar width ([#116](https://github.com/sumcumo/vue-datepicker/issues/116)) ([021d4e6](https://github.com/sumcumo/vue-datepicker/commit/021d4e6d17fbf0eee24f075024d700fab6d274fb))
* **style:** Make focus outline pixel perfect ([9fc2a53](https://github.com/sumcumo/vue-datepicker/commit/9fc2a539002bbf804c431fa382a3a614eb6e74b0))

### [3.2.3](https://github.com/sumcumo/vue-datepicker/compare/v3.2.1...v3.2.3) (2021-08-04)


Expand Down
8 changes: 8 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"pluginsFile": "test/e2e/plugins/index.js",
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": true,
"testFiles": "**/*.{feature,features}",
"nodeVersion": "system",
"defaultCommandTimeout": 1000
}
24 changes: 14 additions & 10 deletions docs/.vuepress/components/Formats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,32 @@ export default {
format: '',
formats: [
{
text: 'd MMMM yyyy - e.g 12 February 2016',
value: 'd MMMM yyyy',
text: 'MMMM d, yyyy     e.g. February 6, 2022',
value: 'MMMM d, yyyy',
},
{
text: 'yyyy-MM-dd - e.g 2016-02-12',
value: 'yyyy-MM-dd',
text: 'do MMM yyyy     e.g. 6th Feb 2022',
value: 'do MMM yyyy',
},
{
text: 'do MMM yyyy - e.g 12th Feb 2016',
value: 'do MMM yyyy',
text: 'yyyy-MM-dd     e.g. 2022-02-06',
value: 'yyyy-MM-dd',
},
{
text: 'E do MMM yyyy - e.g Sat 12th Feb 2016',
text: 'E do MMM yyyy     e.g. Sun 6th Feb 2022',
value: 'E do MMM yyyy',
},
{
text: 'dd.MM.yyyy - 20.12.2019',
text: 'dd/MM/yy     e.g. 06/02/22',
value: 'dd/MM/yy',
},
{
text: 'dd.MM.yyyy     e.g. 06.02.2022',
value: 'dd.MM.yyyy',
},
{
text: 'MM.dd.yyyy - 08.30.2019',
value: 'MM.dd.yyyy',
text: 'M/d/yyyy     e.g. 2/6/2022',
value: 'M/d/yyyy',
},
],
}
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ home: true
actionText: Get Started →
actionLink: /guide/
features:
- title: Accepts keyboard input
- title: Keyboard navigation
details: Navigate by mouse/touch, or use the space bar, tab, enter, delete/backspace and arrow keys
- title: Enter dates by typing
details: Type in your dates instead of merely selecting them on the calendar
- title: Internationalized
details: Customize text output depending on your language settings
- title: Disable dates
details: You can disable dates in multiple ways
- title: Highlight dates
details: You can highlight dates in multiple ways
- title: Disable or highlight dates
details: You can disable or highlight dates in multiple ways
- title: Inline calendar
details: If you want to disable showing the calendar on click, you can make it always visible as an inline element
- title: Auto-alignment
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Default

<ClientOnly>
<Datepicker placeholder="Select Date" :append-to-body="true"/>
<Datepicker placeholder="Select Date" />
</ClientOnly>

```html
Expand Down
1 change: 0 additions & 1 deletion docs/guide/Events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ These events are emitted on actions in the datepicker
| input | Date\|null | Input value has been modified |
| opened | | The picker has been opened |
| selected | Date\|null | A date has been selected |
| selected-disabled | Object | A disabled date has been selected |
| blur | | Input blur event |
| focus | | Input focus event |
6 changes: 6 additions & 0 deletions docs/guide/Migration/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Migration

## 3.x.x to 4.x.x

- the html changed because of the new keyboard support. If you have any custom css it might break.
- additional a transition element was wrapped around the picker
- inline css class change from inline to `vdp-datepicker__calendar--inline` too not get confused with css class libraries

## 2.x.x to 3.x.x

- removed `monday-first` in favor of `first-day-of-week`. If you had `<Datepicker :monday-first="true"/>` you need to change it to `<Datepicker first-day-of-week="mon"/>`
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/Props/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| Prop | Type | Default | Description |
| ----------------------------- | ----------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------- |
| append-to-body | Boolean | false | Append datepicker calendar to body |
| autofocus | String | | Sets html `autofocus` attribute on input |
| autofocus | Boolean | false | Sets html `autofocus` attribute on input |
| bootstrap-styling | Boolean | false | Use bootstrap v4 styling classes. |
| calendar-button | Boolean | false | Show an icon that that can be clicked |
| calendar-button-icon | String | | (Deprecated for slot) Use icon for button (ex: fa fa-calendar) |
Expand Down
11 changes: 0 additions & 11 deletions eslint-webpack-resolver.config.js

This file was deleted.

Loading