ecabs-components 1.1.69 → 1.1.71
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/README.md +138 -135
- package/esm2022/lib/base/adapters/date.adapter.mjs +1 -1
- package/esm2022/lib/base/consts/buttons.consts.mjs +1 -1
- package/esm2022/lib/base/consts/country-codes.mjs +1 -1
- package/esm2022/lib/base/consts/error-messages.consts.mjs +1 -1
- package/esm2022/lib/base/consts/images.consts.mjs +1 -1
- package/esm2022/lib/base/consts/translations.consts.mjs +1 -1
- package/esm2022/lib/base/consts/waypoint.consts.mjs +1 -1
- package/esm2022/lib/base/directives/attach-embedded-view.directive.mjs +1 -1
- package/esm2022/lib/base/directives/attach-embedded-view.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/check-permissions.directive.mjs +1 -1
- package/esm2022/lib/base/directives/check-permissions.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/date-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/date-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/digits-only.directive.mjs +1 -1
- package/esm2022/lib/base/directives/digits-only.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/dom-observer.directive.mjs +1 -1
- package/esm2022/lib/base/directives/dom-observer.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.mjs +1 -1
- package/esm2022/lib/base/directives/dynamic-bg-color.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/element-multiplier.directive.mjs +1 -1
- package/esm2022/lib/base/directives/element-multiplier.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/file-drop.directive.mjs +1 -1
- package/esm2022/lib/base/directives/file-drop.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/min-max.directive.mjs +1 -1
- package/esm2022/lib/base/directives/min-max.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/number-border.directive.mjs +1 -1
- package/esm2022/lib/base/directives/number-border.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/paginator.directive.mjs +1 -1
- package/esm2022/lib/base/directives/paginator.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/show-on-truncated.directive.mjs +1 -1
- package/esm2022/lib/base/directives/show-on-truncated.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/time-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/time-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/time-range.directive.mjs +1 -1
- package/esm2022/lib/base/directives/time-range.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.mjs +1 -1
- package/esm2022/lib/base/directives/tooltip-if-truncated.directive.module.mjs +1 -1
- package/esm2022/lib/base/directives/uppercase-mask.directive.mjs +1 -1
- package/esm2022/lib/base/directives/uppercase-mask.directive.module.mjs +1 -1
- package/esm2022/lib/base/element-base.mjs +1 -1
- package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +3 -3
- package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +1 -1
- package/esm2022/lib/base/models/bread-crumb.models.mjs +1 -1
- package/esm2022/lib/base/models/ecabs-date-picker-translations.models.mjs +1 -1
- package/esm2022/lib/base/models/element.models.mjs +1 -1
- package/esm2022/lib/base/models/header.models.mjs +1 -1
- package/esm2022/lib/base/models/phone.models.mjs +1 -1
- package/esm2022/lib/base/models/select.models.mjs +1 -1
- package/esm2022/lib/base/models/sidebar.models.mjs +1 -1
- package/esm2022/lib/base/models/slider.models.mjs +1 -1
- package/esm2022/lib/base/models/timepicker.models.mjs +1 -1
- package/esm2022/lib/base/models/user-claim.models.mjs +1 -1
- package/esm2022/lib/base/models/validation.models.mjs +1 -1
- package/esm2022/lib/base/models/waypoint.models.mjs +1 -1
- package/esm2022/lib/base/pipes/phone-number-country-code.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/pipes.module.mjs +1 -1
- package/esm2022/lib/base/pipes/search.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/separator-append.pipe.mjs +1 -1
- package/esm2022/lib/base/pipes/truncate.pipe.mjs +1 -1
- package/esm2022/lib/base/services/ecabs-components.service.mjs +1 -1
- package/esm2022/lib/base/services/ecabs-date-picker-translations.service.mjs +1 -1
- package/esm2022/lib/base/services/header.service.mjs +1 -1
- package/esm2022/lib/base/services/unsubscribe.service.mjs +1 -1
- package/esm2022/lib/base/utils/menu-utils.mjs +1 -1
- package/esm2022/lib/base/utils/object-utils.mjs +1 -1
- package/esm2022/lib/base/utils/phone-number.utils.mjs +1 -1
- package/esm2022/lib/base/utils/time-mask.util.mjs +1 -1
- package/esm2022/lib/base/validation/validation.component.mjs +3 -3
- package/esm2022/lib/base/validation/validation.module.mjs +1 -1
- package/esm2022/lib/base/validators/date-range.validator.mjs +1 -1
- package/esm2022/lib/base/validators/phone-number.validator.mjs +1 -1
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.mjs +3 -3
- package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.mjs +1 -1
- package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.component.mjs +3 -3
- package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.module.mjs +1 -1
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +3 -3
- package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +1 -1
- package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.component.mjs +3 -3
- package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.module.mjs +1 -1
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +3 -3
- package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +1 -1
- package/esm2022/lib/ecabs-buttons-v2/ecabs-buttons-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-buttons-v2/ecabs-buttons-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +3 -3
- package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +1 -1
- package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.component.mjs +12 -6
- package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-chip-autocomplete/ecabs-chip-autocomplete.component.mjs +15 -11
- package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.component.mjs +9 -4
- package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.module.mjs +20 -4
- package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-range-picker-v2/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.module.mjs +1 -1
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +3 -3
- package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +1 -1
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +3 -3
- package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +1 -1
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +3 -3
- package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +1 -1
- package/esm2022/lib/ecabs-header/ecabs-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-header/ecabs-header.module.mjs +1 -1
- package/esm2022/lib/ecabs-hint/ecabs-hint.component.mjs +3 -3
- package/esm2022/lib/ecabs-hint/ecabs-hint.module.mjs +1 -1
- package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +3 -3
- package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +1 -1
- package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +3 -3
- package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +1 -1
- package/esm2022/lib/ecabs-input-range/ecabs-input-range.component.mjs +3 -3
- package/esm2022/lib/ecabs-input-range/ecabs-input-range.module.mjs +1 -1
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +3 -3
- package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +1 -1
- package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +3 -3
- package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +1 -1
- package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +3 -3
- package/esm2022/lib/ecabs-logo/ecabs-logo.component.mjs +3 -3
- package/esm2022/lib/ecabs-logo/ecabs-logo.module.mjs +1 -1
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.component.mjs +3 -3
- package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.module.mjs +1 -1
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.mjs +3 -3
- package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.mjs +1 -1
- package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +3 -3
- package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +1 -1
- package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +3 -3
- package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +1 -1
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +3 -3
- package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +1 -1
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.mjs +3 -3
- package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.mjs +1 -1
- package/esm2022/lib/ecabs-place-autocomplete-v2/ecabs-place-autocomplete-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-place-autocomplete-v2/ecabs-place-autocomplete-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-profile/ecabs-profile.component.mjs +3 -3
- package/esm2022/lib/ecabs-profile/ecabs-profile.module.mjs +1 -1
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +3 -3
- package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +1 -1
- package/esm2022/lib/ecabs-segment/ecabs-segment.component.mjs +3 -3
- package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +4 -4
- package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +1 -1
- package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.component.mjs +3 -3
- package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.module.mjs +1 -1
- package/esm2022/lib/ecabs-slider/ecabs-slider.component.mjs +3 -3
- package/esm2022/lib/ecabs-slider/ecabs-slider.module.mjs +1 -1
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +3 -3
- package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +1 -1
- package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +3 -3
- package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +1 -1
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +3 -3
- package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/config.model.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.component.mjs +3 -3
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.module.mjs +1 -1
- package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.service.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +3 -3
- package/esm2022/lib/ecabs-timepicker/config.model.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +3 -3
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +1 -1
- package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +1 -1
- package/esm2022/lib/ecabs-validation/ecabs-validation.component.mjs +3 -3
- package/esm2022/lib/ecabs-validation/ecabs-validation.module.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/ecabs-components.mjs +155 -129
- package/fesm2022/ecabs-components.mjs.map +1 -1
- package/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.component.d.ts +2 -1
- package/lib/ecabs-chip-group/ecabs-chip-group.component.d.ts +2 -1
- package/lib/ecabs-chip-group/ecabs-chip-group.module.d.ts +3 -1
- package/package.json +1 -1
- package/src/assets/images/nothing-here.svg +22 -22
- package/src/assets/images/promotions.svg +3 -3
- package/src/assets/styles/material/_theme.scss +100 -100
- package/src/assets/styles/material/overrides/_autocomplete.scss +34 -34
- package/src/assets/styles/material/overrides/_button.scss +134 -134
- package/src/assets/styles/material/overrides/_card.scss +55 -55
- package/src/assets/styles/material/overrides/_chip.scss +240 -240
- package/src/assets/styles/material/overrides/_datepicker.scss +178 -178
- package/src/assets/styles/material/overrides/_dialog.scss +25 -25
- package/src/assets/styles/material/overrides/_divider.scss +5 -5
- package/src/assets/styles/material/overrides/_expansion.scss +32 -32
- package/src/assets/styles/material/overrides/_form.scss +90 -90
- package/src/assets/styles/material/overrides/_icon.scss +8 -3
- package/src/assets/styles/material/overrides/_menu.scss +9 -9
- package/src/assets/styles/material/overrides/_paginator.scss +75 -75
- package/src/assets/styles/material/overrides/_phone.scss +55 -55
- package/src/assets/styles/material/overrides/_progress.scss +7 -7
- package/src/assets/styles/material/overrides/_select.scss +199 -199
- package/src/assets/styles/material/overrides/_sidebar.scss +6 -6
- package/src/assets/styles/material/overrides/_tab.scss +41 -41
- package/src/assets/styles/material/overrides/_table.scss +27 -27
- package/src/assets/styles/material/overrides/_toaster.scss +36 -36
- package/src/assets/styles/material/overrides/_toggle.scss +54 -54
- package/src/assets/styles/material/overrides/_toolbar.scss +3 -3
- package/src/assets/styles/material/overrides/_tooltip.scss +7 -7
- package/src/assets/styles/material/overrides/index.scss +22 -22
- package/src/assets/styles/scss/base/_heading.scss +17 -17
- package/src/assets/styles/scss/base/_normalize.scss +99 -99
- package/src/assets/styles/scss/base/index.scss +2 -2
- package/src/assets/styles/scss/modules/_autocomplete.scss +42 -42
- package/src/assets/styles/scss/modules/_button.scss +272 -272
- package/src/assets/styles/scss/modules/_card.scss +46 -46
- package/src/assets/styles/scss/modules/_chip.scss +64 -64
- package/src/assets/styles/scss/modules/_datepicker.scss +435 -435
- package/src/assets/styles/scss/modules/_dialog.scss +15 -15
- package/src/assets/styles/scss/modules/_divider.scss +4 -4
- package/src/assets/styles/scss/modules/_form.scss +312 -312
- package/src/assets/styles/scss/modules/_icon.scss +30 -30
- package/src/assets/styles/scss/modules/_img.scss +32 -32
- package/src/assets/styles/scss/modules/_legend.scss +64 -64
- package/src/assets/styles/scss/modules/_list.scss +17 -17
- package/src/assets/styles/scss/modules/_map.scss +221 -221
- package/src/assets/styles/scss/modules/_percentage.scss +41 -41
- package/src/assets/styles/scss/modules/_phone.scss +32 -32
- package/src/assets/styles/scss/modules/_select.scss +17 -17
- package/src/assets/styles/scss/modules/_statuses.scss +36 -36
- package/src/assets/styles/scss/modules/_tab.scss +16 -16
- package/src/assets/styles/scss/modules/_table.scss +132 -132
- package/src/assets/styles/scss/modules/_timepicker.scss +91 -91
- package/src/assets/styles/scss/modules/_toaster.scss +53 -53
- package/src/assets/styles/scss/modules/_tooltip.scss +10 -10
- package/src/assets/styles/scss/modules/drag-drop.scss +31 -31
- package/src/assets/styles/scss/modules/index.scss +23 -23
- package/src/assets/styles/scss/utilities/_colors.scss +58 -58
- package/src/assets/styles/scss/utilities/_fonts.scss +31 -31
- package/src/assets/styles/scss/utilities/_functions.scss +27 -27
- package/src/assets/styles/scss/utilities/_helpers.scss +14 -14
- package/src/assets/styles/scss/utilities/_mixins.scss +65 -65
- package/src/assets/styles/scss/utilities/_variables.scss +32 -32
- package/src/assets/styles/scss/utilities/index.scss +6 -6
- package/src/assets/styles/styles.scss +5 -5
- package/src/assets/styles/tailwind/index.scss +1 -1
|
@@ -1,435 +1,435 @@
|
|
|
1
|
-
@import "../utilities/index";
|
|
2
|
-
|
|
3
|
-
.datepicker-ui {
|
|
4
|
-
@include e(toggle) {
|
|
5
|
-
position: absolute !important;
|
|
6
|
-
right: 0;
|
|
7
|
-
line-height: 1.25;
|
|
8
|
-
padding: 0;
|
|
9
|
-
|
|
10
|
-
mat-icon {
|
|
11
|
-
color: var(--color-gray-500);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
ecabs-date-picker {
|
|
17
|
-
.dateTimeWrapper {
|
|
18
|
-
position: relative;
|
|
19
|
-
display: flex;
|
|
20
|
-
width: 100%;
|
|
21
|
-
|
|
22
|
-
.datePart {
|
|
23
|
-
flex: 2;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.timePart {
|
|
27
|
-
flex: 1;
|
|
28
|
-
padding-left: 10px;
|
|
29
|
-
vertical-align: top;
|
|
30
|
-
max-width: calc-rem(160);
|
|
31
|
-
|
|
32
|
-
ecabs-timepicker .timeInputWrapper {
|
|
33
|
-
display: block;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
ecabs-timepicker {
|
|
37
|
-
width: 100%;
|
|
38
|
-
|
|
39
|
-
.inputWrapper {
|
|
40
|
-
display: block;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.dateInputWrapper {
|
|
46
|
-
position: relative;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
input {
|
|
50
|
-
min-height: 42px;
|
|
51
|
-
width: 100%;
|
|
52
|
-
display: block;
|
|
53
|
-
box-sizing: border-box;
|
|
54
|
-
font-size: 14px;
|
|
55
|
-
font-weight: 500;
|
|
56
|
-
padding-left: 10px;
|
|
57
|
-
border-radius: 4px;
|
|
58
|
-
border: 1px solid rgb(107, 109, 115);
|
|
59
|
-
outline: none;
|
|
60
|
-
transition: all 300ms ease-in-out;
|
|
61
|
-
|
|
62
|
-
&:disabled {
|
|
63
|
-
border-bottom-width: 1px;
|
|
64
|
-
background-color: var(--color-white-opacity-05);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
input[type='date']::-webkit-calendar-picker-indicator,
|
|
69
|
-
input[type='date']::-webkit-inner-spin-button {
|
|
70
|
-
display: none;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
input[type='date']::-webkit-clear-button {
|
|
74
|
-
display: none;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.calendar-icon {
|
|
78
|
-
float: right;
|
|
79
|
-
margin-top: -38px;
|
|
80
|
-
padding: 5px 10px 5px 5px;
|
|
81
|
-
display: block;
|
|
82
|
-
font-size: 13px;
|
|
83
|
-
line-height: 20px;
|
|
84
|
-
color: var(--color-gray-500);
|
|
85
|
-
position: relative;
|
|
86
|
-
width: 40px;
|
|
87
|
-
height: 30px;
|
|
88
|
-
cursor: pointer;
|
|
89
|
-
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkI2RDczO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDRjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDIuNSw2LDQxLjgsNiw0MVYxMGMwLTAuOCwwLjMtMS41LDAuOS0yLjFTOC4yLDcsOSw3aDMuMlY0aDMuMnYzaDE3VjRoMy4ydjMKCUgzOWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw4LjUsNDIsOS4yLDQyLDEwdjMxYzAsMC44LTAuMywxLjUtMC45LDIuMUM0MC41LDQzLjcsMzkuOCw0NCwzOSw0NEg5eiBNOSw0MWgzMGwwLDBsMCwwVjE5LjVIOVY0MQoJTDksNDFMOSw0MXogTTksMTYuNWgzMFYxMGwwLDBsMCwwSDlsMCwwbDAsMFYxNi41eiBNOSwxNi41VjEwbDAsMGwwLDBsMCwwbDAsMFYxNi41eiIvPgo8L3N2Zz4K);
|
|
90
|
-
background-position: center center;
|
|
91
|
-
background-repeat: no-repeat;
|
|
92
|
-
background-size: calc-rem(22);
|
|
93
|
-
|
|
94
|
-
&.disabled {
|
|
95
|
-
cursor: not-allowed;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.ecabs-element-wrapper {
|
|
101
|
-
&.focused {
|
|
102
|
-
label {
|
|
103
|
-
color: #376bfb;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
input {
|
|
107
|
-
border-bottom-width: 2px;
|
|
108
|
-
border-bottom-color: #376bfb;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
&.validationError {
|
|
113
|
-
label {
|
|
114
|
-
color: #ff4c4c;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
input {
|
|
118
|
-
border-bottom-color: #ff4c4c;
|
|
119
|
-
border-bottom-width: 2px;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// ------------------------ datepicker component css override --------------
|
|
126
|
-
|
|
127
|
-
.ng-mydp {
|
|
128
|
-
.myDpSelector {
|
|
129
|
-
border: 0;
|
|
130
|
-
padding: 0;
|
|
131
|
-
box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
|
|
132
|
-
0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
|
|
133
|
-
border-radius: 0 0 4px 4px;
|
|
134
|
-
background: white;
|
|
135
|
-
|
|
136
|
-
&:focus {
|
|
137
|
-
box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
|
|
138
|
-
0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.myDpWeekDayTitle {
|
|
142
|
-
background-color: white;
|
|
143
|
-
font-weight: 500;
|
|
144
|
-
font-size: 11px;
|
|
145
|
-
color: rgba(22, 42, 76, 0.7);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.myDpNextBtn {
|
|
149
|
-
margin-left: auto;
|
|
150
|
-
margin-right: 16px;
|
|
151
|
-
|
|
152
|
-
.myDpIconRightArrow {
|
|
153
|
-
line-height: 26px;
|
|
154
|
-
height: 25px;
|
|
155
|
-
|
|
156
|
-
&::before {
|
|
157
|
-
color: #376bfb;
|
|
158
|
-
font-size: 13px;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.myDpPrevBtn {
|
|
164
|
-
margin-left: 16px;
|
|
165
|
-
|
|
166
|
-
.myDpIconLeftArrow {
|
|
167
|
-
line-height: 26px;
|
|
168
|
-
height: 25px;
|
|
169
|
-
|
|
170
|
-
&::before {
|
|
171
|
-
color: #376bfb;
|
|
172
|
-
font-size: 13px;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.myDpMonthYearSelBar {
|
|
178
|
-
height: 52px;
|
|
179
|
-
padding-top: 10px;
|
|
180
|
-
border: 0;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.myDpMonthYearText {
|
|
184
|
-
button {
|
|
185
|
-
font-weight: 500;
|
|
186
|
-
font-size: 13px;
|
|
187
|
-
line-height: 20px;
|
|
188
|
-
color: #376bfb;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.myDpMonthBtn {
|
|
192
|
-
padding-right: 7px;
|
|
193
|
-
position: relative;
|
|
194
|
-
margin-right: 15px;
|
|
195
|
-
|
|
196
|
-
&::after {
|
|
197
|
-
position: absolute;
|
|
198
|
-
content: '';
|
|
199
|
-
height: 14px;
|
|
200
|
-
width: 1px;
|
|
201
|
-
right: -7px;
|
|
202
|
-
top: 6px;
|
|
203
|
-
background: rgba(22, 42, 76, 0.5);
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.myDpYearBtn {
|
|
208
|
-
padding-left: 6px;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.myDpCalTable {
|
|
213
|
-
height: calc(100% - 54px);
|
|
214
|
-
width: calc(100% - 20px);
|
|
215
|
-
margin: 0 10px;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
//---------------- days table -------------------------------
|
|
219
|
-
table.myDpCalTable {
|
|
220
|
-
td {
|
|
221
|
-
.myDpDayValue {
|
|
222
|
-
border-radius: 4px;
|
|
223
|
-
background: #f0f2f5;
|
|
224
|
-
display: inline-block;
|
|
225
|
-
box-sizing: border-box;
|
|
226
|
-
width: 32px;
|
|
227
|
-
height: 28px;
|
|
228
|
-
font-size: 13px;
|
|
229
|
-
line-height: 28px;
|
|
230
|
-
text-align: center;
|
|
231
|
-
color: rgba(22, 42, 76, 0.9);
|
|
232
|
-
|
|
233
|
-
&.myDpMarkCurrDay {
|
|
234
|
-
border-bottom: 0;
|
|
235
|
-
color: #376bfb;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
&.myDpSelectedDay {
|
|
240
|
-
.myDpDayValue {
|
|
241
|
-
color: white !important;
|
|
242
|
-
background: #6ab72a !important;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
&.myDpDisabled {
|
|
247
|
-
background: unset;
|
|
248
|
-
|
|
249
|
-
.myDpDayValue {
|
|
250
|
-
background: unset !important;
|
|
251
|
-
color: rgba(22, 42, 76, 0.5);
|
|
252
|
-
cursor: not-allowed;
|
|
253
|
-
|
|
254
|
-
&:hover {
|
|
255
|
-
background: unset !important;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
&.myDpRangeColor {
|
|
261
|
-
background-color: white;
|
|
262
|
-
|
|
263
|
-
.myDpDayValue {
|
|
264
|
-
background: #bee39d !important;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
&.myDpSelectedDay {
|
|
268
|
-
.myDpDayValue {
|
|
269
|
-
color: white !important;
|
|
270
|
-
background: #6ab72a !important;
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
&.myDpDaycell:focus {
|
|
276
|
-
box-shadow: unset;
|
|
277
|
-
outline: unset;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
&.myDpPrevMonth,
|
|
281
|
-
&.myDpNextMonth {
|
|
282
|
-
.myDpDayValue {
|
|
283
|
-
background: #f6f7f9;
|
|
284
|
-
color: rgba(22, 42, 76, 0.5);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.myDpDimDay {
|
|
289
|
-
opacity: 1;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.myDpTableSingleDay:hover {
|
|
294
|
-
background-color: white;
|
|
295
|
-
|
|
296
|
-
.myDpDayValue {
|
|
297
|
-
background: #bee39d;
|
|
298
|
-
color: rgba(22, 42, 76, 0.9);
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.myDpSelectedDay,
|
|
303
|
-
.myDpSelectedMonth,
|
|
304
|
-
.myDpSelectedYear {
|
|
305
|
-
background-color: white;
|
|
306
|
-
border-radius: 0;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
//================== months table =====================
|
|
311
|
-
.myDpMonthTable {
|
|
312
|
-
height: 128px;
|
|
313
|
-
width: calc(100% - 20px);
|
|
314
|
-
margin: 0 10px;
|
|
315
|
-
|
|
316
|
-
td {
|
|
317
|
-
.myDpMonthValue {
|
|
318
|
-
display: inline-block;
|
|
319
|
-
height: 28px;
|
|
320
|
-
width: 80px;
|
|
321
|
-
background: #f0f2f5;
|
|
322
|
-
vertical-align: middle;
|
|
323
|
-
text-align: center;
|
|
324
|
-
line-height: 28px;
|
|
325
|
-
font-weight: normal;
|
|
326
|
-
font-size: 13px;
|
|
327
|
-
color: rgba(22, 42, 76, 0.9);
|
|
328
|
-
border-radius: 4px;
|
|
329
|
-
|
|
330
|
-
&.myDpMarkCurrMonth {
|
|
331
|
-
border: 0;
|
|
332
|
-
color: #376bfb;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
&:hover {
|
|
336
|
-
background: #bee39d;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
&.myDpDisabled {
|
|
341
|
-
background: unset;
|
|
342
|
-
|
|
343
|
-
.myDpMonthValue {
|
|
344
|
-
background: unset !important;
|
|
345
|
-
color: rgba(22, 42, 76, 0.5) !important;
|
|
346
|
-
cursor: not-allowed;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
&.myDpSelectedMonth {
|
|
351
|
-
background-color: white;
|
|
352
|
-
|
|
353
|
-
.myDpMonthValue {
|
|
354
|
-
background: #6ab72a !important;
|
|
355
|
-
color: white !important;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
&.myDpTableSingleMonth:hover {
|
|
360
|
-
background-color: white;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
//================== years table =====================
|
|
366
|
-
|
|
367
|
-
.myDpYearTable {
|
|
368
|
-
height: 160px;
|
|
369
|
-
width: calc(100% - 20px);
|
|
370
|
-
margin: 0 10px;
|
|
371
|
-
|
|
372
|
-
td {
|
|
373
|
-
.myDpYearValue {
|
|
374
|
-
display: inline-block;
|
|
375
|
-
height: 28px;
|
|
376
|
-
width: 46px;
|
|
377
|
-
background: #f0f2f5;
|
|
378
|
-
vertical-align: middle;
|
|
379
|
-
text-align: center;
|
|
380
|
-
line-height: 28px;
|
|
381
|
-
font-weight: normal;
|
|
382
|
-
font-size: 13px;
|
|
383
|
-
color: rgba(22, 42, 76, 0.9);
|
|
384
|
-
border-radius: 4px;
|
|
385
|
-
|
|
386
|
-
&.myDpMarkCurrYear {
|
|
387
|
-
border: 0;
|
|
388
|
-
color: #376bfb;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
&:hover {
|
|
392
|
-
background: #bee39d;
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
&.myDpDisabled {
|
|
397
|
-
background: unset;
|
|
398
|
-
|
|
399
|
-
.myDpYearValue {
|
|
400
|
-
background: unset !important;
|
|
401
|
-
color: rgba(22, 42, 76, 0.5) !important;
|
|
402
|
-
cursor: not-allowed;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
&.myDpSelectedYear {
|
|
407
|
-
background-color: white;
|
|
408
|
-
|
|
409
|
-
.myDpYearValue {
|
|
410
|
-
background: #6ab72a !important;
|
|
411
|
-
color: white !important;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
&.myDpTableSingleYear:hover {
|
|
416
|
-
background-color: white;
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.myDpSelectorArrow {
|
|
423
|
-
height: 272px !important;
|
|
424
|
-
width: 268px !important;
|
|
425
|
-
margin-top: -12px;
|
|
426
|
-
|
|
427
|
-
&::after {
|
|
428
|
-
display: none;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
&::before {
|
|
432
|
-
display: none;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
}
|
|
1
|
+
@import "../utilities/index";
|
|
2
|
+
|
|
3
|
+
.datepicker-ui {
|
|
4
|
+
@include e(toggle) {
|
|
5
|
+
position: absolute !important;
|
|
6
|
+
right: 0;
|
|
7
|
+
line-height: 1.25;
|
|
8
|
+
padding: 0;
|
|
9
|
+
|
|
10
|
+
mat-icon {
|
|
11
|
+
color: var(--color-gray-500);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
ecabs-date-picker {
|
|
17
|
+
.dateTimeWrapper {
|
|
18
|
+
position: relative;
|
|
19
|
+
display: flex;
|
|
20
|
+
width: 100%;
|
|
21
|
+
|
|
22
|
+
.datePart {
|
|
23
|
+
flex: 2;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.timePart {
|
|
27
|
+
flex: 1;
|
|
28
|
+
padding-left: 10px;
|
|
29
|
+
vertical-align: top;
|
|
30
|
+
max-width: calc-rem(160);
|
|
31
|
+
|
|
32
|
+
ecabs-timepicker .timeInputWrapper {
|
|
33
|
+
display: block;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
ecabs-timepicker {
|
|
37
|
+
width: 100%;
|
|
38
|
+
|
|
39
|
+
.inputWrapper {
|
|
40
|
+
display: block;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.dateInputWrapper {
|
|
46
|
+
position: relative;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
input {
|
|
50
|
+
min-height: 42px;
|
|
51
|
+
width: 100%;
|
|
52
|
+
display: block;
|
|
53
|
+
box-sizing: border-box;
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
font-weight: 500;
|
|
56
|
+
padding-left: 10px;
|
|
57
|
+
border-radius: 4px;
|
|
58
|
+
border: 1px solid rgb(107, 109, 115);
|
|
59
|
+
outline: none;
|
|
60
|
+
transition: all 300ms ease-in-out;
|
|
61
|
+
|
|
62
|
+
&:disabled {
|
|
63
|
+
border-bottom-width: 1px;
|
|
64
|
+
background-color: var(--color-white-opacity-05);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
input[type='date']::-webkit-calendar-picker-indicator,
|
|
69
|
+
input[type='date']::-webkit-inner-spin-button {
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
input[type='date']::-webkit-clear-button {
|
|
74
|
+
display: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.calendar-icon {
|
|
78
|
+
float: right;
|
|
79
|
+
margin-top: -38px;
|
|
80
|
+
padding: 5px 10px 5px 5px;
|
|
81
|
+
display: block;
|
|
82
|
+
font-size: 13px;
|
|
83
|
+
line-height: 20px;
|
|
84
|
+
color: var(--color-gray-500);
|
|
85
|
+
position: relative;
|
|
86
|
+
width: 40px;
|
|
87
|
+
height: 30px;
|
|
88
|
+
cursor: pointer;
|
|
89
|
+
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkI2RDczO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDRjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDIuNSw2LDQxLjgsNiw0MVYxMGMwLTAuOCwwLjMtMS41LDAuOS0yLjFTOC4yLDcsOSw3aDMuMlY0aDMuMnYzaDE3VjRoMy4ydjMKCUgzOWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw4LjUsNDIsOS4yLDQyLDEwdjMxYzAsMC44LTAuMywxLjUtMC45LDIuMUM0MC41LDQzLjcsMzkuOCw0NCwzOSw0NEg5eiBNOSw0MWgzMGwwLDBsMCwwVjE5LjVIOVY0MQoJTDksNDFMOSw0MXogTTksMTYuNWgzMFYxMGwwLDBsMCwwSDlsMCwwbDAsMFYxNi41eiBNOSwxNi41VjEwbDAsMGwwLDBsMCwwbDAsMFYxNi41eiIvPgo8L3N2Zz4K);
|
|
90
|
+
background-position: center center;
|
|
91
|
+
background-repeat: no-repeat;
|
|
92
|
+
background-size: calc-rem(22);
|
|
93
|
+
|
|
94
|
+
&.disabled {
|
|
95
|
+
cursor: not-allowed;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.ecabs-element-wrapper {
|
|
101
|
+
&.focused {
|
|
102
|
+
label {
|
|
103
|
+
color: #376bfb;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
input {
|
|
107
|
+
border-bottom-width: 2px;
|
|
108
|
+
border-bottom-color: #376bfb;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&.validationError {
|
|
113
|
+
label {
|
|
114
|
+
color: #ff4c4c;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
input {
|
|
118
|
+
border-bottom-color: #ff4c4c;
|
|
119
|
+
border-bottom-width: 2px;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// ------------------------ datepicker component css override --------------
|
|
126
|
+
|
|
127
|
+
.ng-mydp {
|
|
128
|
+
.myDpSelector {
|
|
129
|
+
border: 0;
|
|
130
|
+
padding: 0;
|
|
131
|
+
box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
|
|
132
|
+
0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
|
|
133
|
+
border-radius: 0 0 4px 4px;
|
|
134
|
+
background: white;
|
|
135
|
+
|
|
136
|
+
&:focus {
|
|
137
|
+
box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
|
|
138
|
+
0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.myDpWeekDayTitle {
|
|
142
|
+
background-color: white;
|
|
143
|
+
font-weight: 500;
|
|
144
|
+
font-size: 11px;
|
|
145
|
+
color: rgba(22, 42, 76, 0.7);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.myDpNextBtn {
|
|
149
|
+
margin-left: auto;
|
|
150
|
+
margin-right: 16px;
|
|
151
|
+
|
|
152
|
+
.myDpIconRightArrow {
|
|
153
|
+
line-height: 26px;
|
|
154
|
+
height: 25px;
|
|
155
|
+
|
|
156
|
+
&::before {
|
|
157
|
+
color: #376bfb;
|
|
158
|
+
font-size: 13px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.myDpPrevBtn {
|
|
164
|
+
margin-left: 16px;
|
|
165
|
+
|
|
166
|
+
.myDpIconLeftArrow {
|
|
167
|
+
line-height: 26px;
|
|
168
|
+
height: 25px;
|
|
169
|
+
|
|
170
|
+
&::before {
|
|
171
|
+
color: #376bfb;
|
|
172
|
+
font-size: 13px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.myDpMonthYearSelBar {
|
|
178
|
+
height: 52px;
|
|
179
|
+
padding-top: 10px;
|
|
180
|
+
border: 0;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.myDpMonthYearText {
|
|
184
|
+
button {
|
|
185
|
+
font-weight: 500;
|
|
186
|
+
font-size: 13px;
|
|
187
|
+
line-height: 20px;
|
|
188
|
+
color: #376bfb;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.myDpMonthBtn {
|
|
192
|
+
padding-right: 7px;
|
|
193
|
+
position: relative;
|
|
194
|
+
margin-right: 15px;
|
|
195
|
+
|
|
196
|
+
&::after {
|
|
197
|
+
position: absolute;
|
|
198
|
+
content: '';
|
|
199
|
+
height: 14px;
|
|
200
|
+
width: 1px;
|
|
201
|
+
right: -7px;
|
|
202
|
+
top: 6px;
|
|
203
|
+
background: rgba(22, 42, 76, 0.5);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.myDpYearBtn {
|
|
208
|
+
padding-left: 6px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.myDpCalTable {
|
|
213
|
+
height: calc(100% - 54px);
|
|
214
|
+
width: calc(100% - 20px);
|
|
215
|
+
margin: 0 10px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
//---------------- days table -------------------------------
|
|
219
|
+
table.myDpCalTable {
|
|
220
|
+
td {
|
|
221
|
+
.myDpDayValue {
|
|
222
|
+
border-radius: 4px;
|
|
223
|
+
background: #f0f2f5;
|
|
224
|
+
display: inline-block;
|
|
225
|
+
box-sizing: border-box;
|
|
226
|
+
width: 32px;
|
|
227
|
+
height: 28px;
|
|
228
|
+
font-size: 13px;
|
|
229
|
+
line-height: 28px;
|
|
230
|
+
text-align: center;
|
|
231
|
+
color: rgba(22, 42, 76, 0.9);
|
|
232
|
+
|
|
233
|
+
&.myDpMarkCurrDay {
|
|
234
|
+
border-bottom: 0;
|
|
235
|
+
color: #376bfb;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&.myDpSelectedDay {
|
|
240
|
+
.myDpDayValue {
|
|
241
|
+
color: white !important;
|
|
242
|
+
background: #6ab72a !important;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
&.myDpDisabled {
|
|
247
|
+
background: unset;
|
|
248
|
+
|
|
249
|
+
.myDpDayValue {
|
|
250
|
+
background: unset !important;
|
|
251
|
+
color: rgba(22, 42, 76, 0.5);
|
|
252
|
+
cursor: not-allowed;
|
|
253
|
+
|
|
254
|
+
&:hover {
|
|
255
|
+
background: unset !important;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
&.myDpRangeColor {
|
|
261
|
+
background-color: white;
|
|
262
|
+
|
|
263
|
+
.myDpDayValue {
|
|
264
|
+
background: #bee39d !important;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
&.myDpSelectedDay {
|
|
268
|
+
.myDpDayValue {
|
|
269
|
+
color: white !important;
|
|
270
|
+
background: #6ab72a !important;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&.myDpDaycell:focus {
|
|
276
|
+
box-shadow: unset;
|
|
277
|
+
outline: unset;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&.myDpPrevMonth,
|
|
281
|
+
&.myDpNextMonth {
|
|
282
|
+
.myDpDayValue {
|
|
283
|
+
background: #f6f7f9;
|
|
284
|
+
color: rgba(22, 42, 76, 0.5);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.myDpDimDay {
|
|
289
|
+
opacity: 1;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.myDpTableSingleDay:hover {
|
|
294
|
+
background-color: white;
|
|
295
|
+
|
|
296
|
+
.myDpDayValue {
|
|
297
|
+
background: #bee39d;
|
|
298
|
+
color: rgba(22, 42, 76, 0.9);
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.myDpSelectedDay,
|
|
303
|
+
.myDpSelectedMonth,
|
|
304
|
+
.myDpSelectedYear {
|
|
305
|
+
background-color: white;
|
|
306
|
+
border-radius: 0;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
//================== months table =====================
|
|
311
|
+
.myDpMonthTable {
|
|
312
|
+
height: 128px;
|
|
313
|
+
width: calc(100% - 20px);
|
|
314
|
+
margin: 0 10px;
|
|
315
|
+
|
|
316
|
+
td {
|
|
317
|
+
.myDpMonthValue {
|
|
318
|
+
display: inline-block;
|
|
319
|
+
height: 28px;
|
|
320
|
+
width: 80px;
|
|
321
|
+
background: #f0f2f5;
|
|
322
|
+
vertical-align: middle;
|
|
323
|
+
text-align: center;
|
|
324
|
+
line-height: 28px;
|
|
325
|
+
font-weight: normal;
|
|
326
|
+
font-size: 13px;
|
|
327
|
+
color: rgba(22, 42, 76, 0.9);
|
|
328
|
+
border-radius: 4px;
|
|
329
|
+
|
|
330
|
+
&.myDpMarkCurrMonth {
|
|
331
|
+
border: 0;
|
|
332
|
+
color: #376bfb;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
&:hover {
|
|
336
|
+
background: #bee39d;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
&.myDpDisabled {
|
|
341
|
+
background: unset;
|
|
342
|
+
|
|
343
|
+
.myDpMonthValue {
|
|
344
|
+
background: unset !important;
|
|
345
|
+
color: rgba(22, 42, 76, 0.5) !important;
|
|
346
|
+
cursor: not-allowed;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
&.myDpSelectedMonth {
|
|
351
|
+
background-color: white;
|
|
352
|
+
|
|
353
|
+
.myDpMonthValue {
|
|
354
|
+
background: #6ab72a !important;
|
|
355
|
+
color: white !important;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
&.myDpTableSingleMonth:hover {
|
|
360
|
+
background-color: white;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
//================== years table =====================
|
|
366
|
+
|
|
367
|
+
.myDpYearTable {
|
|
368
|
+
height: 160px;
|
|
369
|
+
width: calc(100% - 20px);
|
|
370
|
+
margin: 0 10px;
|
|
371
|
+
|
|
372
|
+
td {
|
|
373
|
+
.myDpYearValue {
|
|
374
|
+
display: inline-block;
|
|
375
|
+
height: 28px;
|
|
376
|
+
width: 46px;
|
|
377
|
+
background: #f0f2f5;
|
|
378
|
+
vertical-align: middle;
|
|
379
|
+
text-align: center;
|
|
380
|
+
line-height: 28px;
|
|
381
|
+
font-weight: normal;
|
|
382
|
+
font-size: 13px;
|
|
383
|
+
color: rgba(22, 42, 76, 0.9);
|
|
384
|
+
border-radius: 4px;
|
|
385
|
+
|
|
386
|
+
&.myDpMarkCurrYear {
|
|
387
|
+
border: 0;
|
|
388
|
+
color: #376bfb;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
&:hover {
|
|
392
|
+
background: #bee39d;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
&.myDpDisabled {
|
|
397
|
+
background: unset;
|
|
398
|
+
|
|
399
|
+
.myDpYearValue {
|
|
400
|
+
background: unset !important;
|
|
401
|
+
color: rgba(22, 42, 76, 0.5) !important;
|
|
402
|
+
cursor: not-allowed;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
&.myDpSelectedYear {
|
|
407
|
+
background-color: white;
|
|
408
|
+
|
|
409
|
+
.myDpYearValue {
|
|
410
|
+
background: #6ab72a !important;
|
|
411
|
+
color: white !important;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
&.myDpTableSingleYear:hover {
|
|
416
|
+
background-color: white;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.myDpSelectorArrow {
|
|
423
|
+
height: 272px !important;
|
|
424
|
+
width: 268px !important;
|
|
425
|
+
margin-top: -12px;
|
|
426
|
+
|
|
427
|
+
&::after {
|
|
428
|
+
display: none;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
&::before {
|
|
432
|
+
display: none;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|