Skip to content

Commit

Permalink
chore(timepicker): removed old timepicker implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jun 19, 2017
1 parent 6e15bd0 commit 1f8db8b
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 556 deletions.
303 changes: 181 additions & 122 deletions demo/src/ng-api-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,13 @@ export const ngdoc: any = {
}
]
},
"Action": {
"fileName": "src/mini-ngrx/index.ts",
"className": "Action",
"description": "",
"methods": [],
"properties": []
},
"ModalBackdropComponent": {
"fileName": "src/modal/modal-backdrop.component.ts",
"className": "ModalBackdropComponent",
Expand Down Expand Up @@ -1005,6 +1012,142 @@ export const ngdoc: any = {
}
]
},
"TimepickerComponent": {
"fileName": "src/timepicker/timepicker.component.ts",
"className": "TimepickerComponent",
"description": "",
"selector": "timepicker",
"inputs": [
{
"name": "arrowkeys",
"type": "boolean",
"description": "<p>if true up/down arrowkeys inside hours and minutes inputs will change time </p>\n"
},
{
"name": "hourStep",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "max",
"type": "Date",
"description": "<p>maximum time user can select </p>\n"
},
{
"name": "meridians",
"type": "string[]",
"description": "<p>meridian labels based on locale </p>\n"
},
{
"name": "min",
"type": "Date",
"description": "<p>minimum time user can select </p>\n"
},
{
"name": "minuteStep",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "mousewheel",
"type": "boolean",
"description": "<p>if true scroll inside hours and minutes inputs will change time </p>\n"
},
{
"name": "readonlyInput",
"type": "boolean",
"description": "<p>if true hours and minutes fields will be readonly </p>\n"
},
{
"name": "secondsStep",
"type": "number",
"description": "<p>seconds change step </p>\n"
},
{
"name": "showMeridian",
"type": "boolean",
"description": ""
},
{
"name": "showSeconds",
"type": "boolean",
"description": ""
},
{
"name": "showSpinners",
"type": "boolean",
"description": "<p>if true spinner arrows above and below the inputs will be shown </p>\n"
}
],
"outputs": [],
"properties": [],
"methods": []
},
"TimepickerConfig": {
"fileName": "src/timepicker/timepicker.config.ts",
"className": "TimepickerConfig",
"description": "<p>Provides default configuration values for timepicker </p>\n",
"methods": [],
"properties": [
{
"name": "arrowkeys",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true up/down arrowkeys inside hours and minutes inputs will change time </p>\n"
},
{
"name": "hourStep",
"defaultValue": "1",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "max",
"type": "Date",
"description": "<p>maximum time user can select </p>\n"
},
{
"name": "meridians",
"type": "string[]",
"description": "<p>meridian labels based on locale </p>\n"
},
{
"name": "min",
"type": "Date",
"description": "<p>minimum time user can select </p>\n"
},
{
"name": "minuteStep",
"defaultValue": "5",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "mousewheel",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true scroll inside hours and minutes inputs will change time </p>\n"
},
{
"name": "readonlyInput",
"defaultValue": "false",
"type": "boolean",
"description": "<p>if true hours and minutes fields will be readonly </p>\n"
},
{
"name": "showMeridian",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true works in 12H mode and displays AM/PM. If false works in 24H mode and hides AM/PM </p>\n"
},
{
"name": "showSpinners",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true spinner arrows above and below the inputs will be shown </p>\n"
}
]
},
"PagerComponent": {
"fileName": "src/pagination/pager.component.ts",
"className": "PagerComponent",
Expand Down Expand Up @@ -1719,131 +1862,47 @@ export const ngdoc: any = {
}
]
},
"TimepickerComponent": {
"fileName": "src/timepicker/timepicker.component.ts",
"className": "TimepickerComponent",
"TimepickerActions": {
"fileName": "src/timepicker/reducer/timepicker.actions.ts",
"className": "TimepickerActions",
"description": "",
"selector": "timepicker",
"inputs": [
{
"name": "arrowkeys",
"type": "boolean",
"description": "<p>if true up/down arrowkeys inside hours and minutes inputs will change time </p>\n"
},
{
"name": "hourStep",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "max",
"type": "Date",
"description": "<p>maximum time user can select </p>\n"
},
{
"name": "meridians",
"type": "string[]",
"description": "<p>meridian labels based on locale </p>\n"
},
{
"name": "min",
"type": "Date",
"description": "<p>minimum time user can select </p>\n"
},
{
"name": "minuteStep",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "mousewheel",
"type": "boolean",
"description": "<p>if true scroll inside hours and minutes inputs will change time </p>\n"
},
{
"name": "readonlyInput",
"type": "boolean",
"description": "<p>if true hours and minutes fields will be readonly </p>\n"
},
{
"name": "showMeridian",
"type": "boolean",
"description": "<p>if true works in 12H mode and displays AM/PM. If false works in 24H mode and hides AM/PM </p>\n"
},
{
"name": "showSpinners",
"type": "boolean",
"description": "<p>if true spinner arrows above and below the inputs will be shown </p>\n"
}
],
"outputs": [],
"properties": [],
"methods": []
"methods": [],
"properties": []
},
"TimepickerConfig": {
"fileName": "src/timepicker/timepicker.config.ts",
"className": "TimepickerConfig",
"description": "<p>Provides default configuration values for timepicker </p>\n",
"TimepickerState": {
"fileName": "src/timepicker/reducer/timepicker.reducer.ts",
"className": "TimepickerState",
"description": "",
"methods": [],
"properties": [
{
"name": "arrowkeys",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true up/down arrowkeys inside hours and minutes inputs will change time </p>\n"
},
{
"name": "hourStep",
"defaultValue": "1",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "max",
"type": "number",
"description": "<p>maximum time user can select </p>\n"
},
{
"name": "meridians",
"type": "string[]",
"description": "<p>meridian labels based on locale </p>\n"
},
{
"name": "min",
"type": "number",
"description": "<p>minimum time user can select </p>\n"
},
{
"name": "minuteStep",
"defaultValue": "5",
"type": "number",
"description": "<p>hours change step </p>\n"
},
{
"name": "mousewheel",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true scroll inside hours and minutes inputs will change time </p>\n"
},
{
"name": "readonlyInput",
"defaultValue": "false",
"type": "boolean",
"description": "<p>if true hours and minutes fields will be readonly </p>\n"
},
{
"name": "showMeridian",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true works in 12H mode and displays AM/PM. If false works in 24H mode and hides AM/PM </p>\n"
},
{
"name": "showSpinners",
"defaultValue": "true",
"type": "boolean",
"description": "<p>if true spinner arrows above and below the inputs will be shown </p>\n"
}
]
"properties": []
},
"TimepickerStore": {
"fileName": "src/timepicker/reducer/timepicker.store.ts",
"className": "TimepickerStore",
"description": "",
"methods": [],
"properties": []
},
"TimeUnit": {
"fileName": "src/timepicker/timepicker.models.ts",
"className": "TimeUnit",
"description": "",
"methods": [],
"properties": []
},
"TimepickerControls": {
"fileName": "src/timepicker/timepicker.models.ts",
"className": "TimepickerControls",
"description": "",
"methods": [],
"properties": []
},
"TimepickerComponentState": {
"fileName": "src/timepicker/timepicker.models.ts",
"className": "TimepickerComponentState",
"description": "",
"methods": [],
"properties": []
},
"TooltipContainerComponent": {
"fileName": "src/tooltip/tooltip-container.component.ts",
Expand Down
3 changes: 0 additions & 3 deletions src/old-timepicker/index.ts

This file was deleted.

Loading

0 comments on commit 1f8db8b

Please sign in to comment.