Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(input-time): calcite-input-time component #5639

Closed
wants to merge 71 commits into from
Closed
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
6655f20
feat(input-time): calcite-input-time component
eriklharper Jul 25, 2022
4605d3f
implementing the interface requirements for input-time
eriklharper Jul 27, 2022
2ebcae9
getting form submit behavior to work and removing unneeded resources
eriklharper Jul 28, 2022
a27557f
fixing form submit by adding prop decorator to name
eriklharper Jul 28, 2022
70b845b
starting to flex out css
eriklharper Jul 29, 2022
ab46531
moar style updates, looking crazy close to a calcite-input
eriklharper Jul 29, 2022
d174eaf
focus rings and spacing
eriklharper Jul 29, 2022
8cc29a6
removing all references to picker where appropriate and updating readme
eriklharper Jul 29, 2022
a733397
readonly prop and cleanup
eriklharper Aug 1, 2022
3f79747
fixing reflects and readonly tests
eriklharper Aug 1, 2022
fe74b2f
change focus and blur to internal events and adding stubs for change …
eriklharper Aug 3, 2022
4d90238
Merge branch 'eriklharper/2709-input-time' of github.com:Esri/calcite…
eriklharper Aug 3, 2022
5b09e6b
updating french lang test to use danish instead so we can assert the …
eriklharper Aug 5, 2022
d0eeb50
moar test fixes
eriklharper Aug 5, 2022
83c3b07
24-hour test with default value
eriklharper Aug 9, 2022
5f3bd02
refactored setValue to include context, but might simplify it further…
eriklharper Aug 11, 2022
fb96021
calling setValue instead of setting value directly in setValuePart, a…
eriklharper Aug 12, 2022
ed151ec
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Aug 12, 2022
f581c2d
Removing formatted value check with current value
eriklharper Aug 12, 2022
d7b2e34
removing popup tests
eriklharper Aug 12, 2022
6f0b9fa
created helper utils to extract localized hour, minute and second suf…
eriklharper Aug 15, 2022
a2c490c
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Aug 30, 2022
17c53ff
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Sep 6, 2022
e4dfbf6
Merge branch 'eriklharper/2709-input-time' of github.com:Esri/calcite…
eriklharper Sep 6, 2022
8c3de9b
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Oct 25, 2022
a35f3fe
fixing tests
eriklharper Oct 26, 2022
cf5a2c4
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Nov 4, 2022
e72b740
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Nov 23, 2022
363f5df
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Nov 28, 2022
010aa1f
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Dec 1, 2022
1695a0b
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Dec 22, 2022
4f40b5d
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Dec 27, 2022
9135667
removing time-picker from input-time demo page
eriklharper Dec 28, 2022
3afd715
first start to reconciling the input and change events. Need to get …
eriklharper Dec 29, 2022
d840e27
fixing input and change eventing
eriklharper Dec 30, 2022
4995c82
fire change event on blur only when the value changed
eriklharper Dec 30, 2022
3038b29
Removing unnecessary test and using null instead of undefined for ini…
eriklharper Dec 31, 2022
a29e090
fire input event when value is cleared and change event when committed
eriklharper Dec 31, 2022
ae4cbf5
match native: allow clearing any field without affecting the other fi…
eriklharper Jan 4, 2023
85d0834
updating to [email protected] with new text highlight color, and …
eriklharper Jan 5, 2023
fd02493
removing unneeded todo for now and renaming direct value change test
eriklharper Jan 5, 2023
cebc33f
LoadableComponent interface
eriklharper Jan 7, 2023
68d638b
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Jan 10, 2023
b685fd0
matching figma designs, updating story and demo pages, increases size…
eriklharper Jan 10, 2023
6159644
readonly visual state
eriklharper Jan 10, 2023
102fa15
internal clicks outside time inputs focus the hour input
eriklharper Jan 11, 2023
c32aa1b
fixing previousValue bug, don't know why it can't be set to private
eriklharper Jan 11, 2023
cd2d261
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Jan 20, 2023
660ef17
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Jan 23, 2023
f06f8f3
Merge branch 'master' of github.com:Esri/calcite-components into erik…
eriklharper Jun 8, 2023
7e6fa0d
moving input-time to new monorepo location and updating input-time de…
eriklharper Jun 8, 2023
e0ceff4
adding missing form prop
eriklharper Jun 9, 2023
a431d44
Merge branch 'main' of github.com:Esri/calcite-design-system into eri…
eriklharper Jul 18, 2023
91842fb
Merge branch 'main' of github.com:Esri/calcite-design-system into eri…
eriklharper Sep 7, 2023
4a5ac10
switching to new time util for fetching suffixes
eriklharper Sep 7, 2023
8131538
adding temporary highlight color while we wait for the design tokens …
eriklharper Sep 8, 2023
57a1504
updating demo page to include milliseconds
eriklharper Sep 8, 2023
b4f64da
removing redundant interface reference in time-picker
eriklharper Sep 8, 2023
87eed03
implementing LocalizedComponent interface
eriklharper Sep 8, 2023
cdb3b66
support numbering-system
eriklharper Sep 8, 2023
4178d39
implement T9nComponent interface
eriklharper Sep 8, 2023
550814a
adding missed t9n stuff
eriklharper Sep 8, 2023
ec8eeb1
adding translation message bundles, modified to remove up and down me…
eriklharper Sep 8, 2023
9554cf4
refactoring setValue and setValuePart to match time-picker sans fract…
eriklharper Sep 8, 2023
f2d8bdb
removing previousEmittedValue and emitChangeIfUserModified since we'r…
eriklharper Sep 11, 2023
9d66f9d
setting value to empty string
eriklharper Sep 11, 2023
cc4e559
fractional second support and cleaning up unused css classnames
eriklharper Sep 13, 2023
c9bbff9
Merge branch 'main' of github.com:Esri/calcite-design-system into eri…
eriklharper Sep 13, 2023
301cda4
Merge branch 'main' of github.com:Esri/calcite-design-system into eri…
eriklharper Sep 20, 2023
7423586
fixing common tests
eriklharper Sep 20, 2023
2a1ac41
Merge branch 'main' of github.com:Esri/calcite-design-system into eri…
eriklharper Nov 15, 2023
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
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@esri/calcite-base": "^1.2.0",
"@esri/calcite-colors": "6.0.1",
"@esri/calcite-colors": "6.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure this is updated on master in a separate PR before this one is merged

"@esri/calcite-ui-icons": "3.20.7",
"@esri/eslint-plugin-calcite-components": "0.2.2",
"@stencil/eslint-plugin": "0.4.0",
Expand Down
Loading