novo-elements 9.0.0-next.1 → 9.0.0
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/addons/ace-editor/AceEditor.d.ts +4 -2
- package/addons/ace-editor/AceEditor.scss +1 -1
- package/addons/ckeditor/CKEditor.scss +8 -5
- package/addons/code-editor/CodeEditor.d.ts +31 -0
- package/addons/code-editor/CodeEditor.module.d.ts +9 -0
- package/addons/code-editor/CodeEditor.scss +5 -0
- package/addons/code-editor/index.d.ts +2 -0
- package/addons/code-editor/novo-elements-addons-code-editor.d.ts +5 -0
- package/addons/code-editor/package.json +10 -0
- package/addons/index.d.ts +1 -0
- package/elements/aside/aside.component.scss +1 -1
- package/elements/calendar/Calendar.module.d.ts +2 -3
- package/elements/category-dropdown/CategoryDropdown.scss +3 -1
- package/elements/checkbox/CheckList.scss +1 -1
- package/elements/checkbox/Checkbox.scss +1 -1
- package/elements/chips/Chip.scss +0 -21
- package/elements/chips/Chips.d.ts +2 -1
- package/elements/chips/Chips.scss +14 -98
- package/elements/chips/RowChips.scss +70 -0
- package/elements/common/overlay/Overlay.d.ts +1 -0
- package/elements/data-table/data-table.component.scss +3 -121
- package/elements/data-table/pagination/data-table-pagination.component.scss +124 -0
- package/elements/date-picker/DatePicker.module.d.ts +2 -2
- package/elements/date-picker/DatePickerInput.d.ts +8 -5
- package/elements/date-picker/MultiDateInput.d.ts +0 -1
- package/elements/date-picker/MultiDateInput.scss +0 -3
- package/elements/date-time-picker/DateTimePicker.module.d.ts +2 -3
- package/elements/drag-drop/drag-drop-box.d.ts +45 -0
- package/elements/drag-drop/drag-drop.module.d.ts +7 -0
- package/elements/drag-drop/index.d.ts +2 -0
- package/elements/drag-drop/novo-elements-elements-drag-drop.d.ts +5 -0
- package/elements/drag-drop/package.json +10 -0
- package/elements/dropdown/Dropdown.d.ts +7 -1
- package/elements/dropdown/Dropdown.scss +27 -2
- package/elements/field/formats/date-time-format.d.ts +2 -2
- package/elements/form/Control.d.ts +9 -6
- package/elements/form/ControlGroup.scss +2 -0
- package/elements/form/ControlTemplates.d.ts +1 -1
- package/elements/form/Form.module.d.ts +6 -6
- package/elements/form/Form.scss +25 -43
- package/elements/form/controls/code-editor/CodeEditorControl.d.ts +5 -0
- package/elements/form/controls/code-editor/index.d.ts +1 -0
- package/elements/form/controls/index.d.ts +2 -1
- package/elements/form/extras/FormExtras.module.d.ts +4 -4
- package/elements/form/extras/address/Address.scss +15 -13
- package/elements/form/extras/file/FileInput.d.ts +15 -16
- package/elements/form/extras/file/FileInput.scss +60 -30
- package/elements/form/fieldset-header.scss +17 -0
- package/elements/header/Header.scss +10 -1
- package/elements/index.d.ts +1 -0
- package/elements/list/list-item-content.scss +3 -3
- package/elements/list/list-item-header-avatar.scss +1 -1
- package/elements/list/list-item-header-title.scss +2 -1
- package/elements/modal/modal.component.scss +1 -1
- package/elements/multi-picker/_MultiPicker.scss +3 -3
- package/elements/picker/Picker.d.ts +2 -1
- package/elements/picker/Picker.scss +10 -351
- package/elements/picker/extras/base-picker-results/BasePickerResults.d.ts +1 -0
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.scss +6 -6
- package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.scss +3 -3
- package/elements/picker/extras/picker-results/PickerResult.scss +12 -0
- package/elements/picker/extras/picker-results/PickerResults.scss +302 -0
- package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.scss +3 -1
- package/elements/popover/PopOver.scss +1 -1
- package/elements/query-builder/condition-builder/condition-builder.component.scss +1 -1
- package/elements/query-builder/condition-definitions/address-condition.definition.d.ts +1 -1
- package/elements/radio/Radio.scss +1 -1
- package/elements/select-search/select-search.component.scss +1 -1
- package/elements/simple-table/table.scss +3 -0
- package/elements/table/Table.module.d.ts +5 -6
- package/elements/table/Table.scss +7 -5
- package/elements/table/extras/pagination/Pagination.scss +3 -1
- package/elements/tabs/tab-content.scss +1 -1
- package/elements/tabs/tab-outlet.scss +1 -1
- package/elements/time-picker/TimePicker.d.ts +2 -3
- package/elements/time-picker/TimePicker.module.d.ts +3 -4
- package/elements/time-picker/TimePicker.scss +2 -2
- package/elements/time-picker/TimePickerInput.d.ts +5 -4
- package/elements/tip-well/TipWell.scss +0 -1
- package/esm2020/addons/ace-editor/AceEditor.mjs +10 -10
- package/esm2020/addons/ckeditor/CKEditor.mjs +10 -7
- package/esm2020/addons/code-editor/CodeEditor.mjs +129 -0
- package/esm2020/addons/code-editor/CodeEditor.module.mjs +19 -0
- package/esm2020/addons/code-editor/index.mjs +3 -0
- package/esm2020/addons/code-editor/novo-elements-addons-code-editor.mjs +5 -0
- package/esm2020/addons/index.mjs +2 -1
- package/esm2020/elements/breadcrumbs/breadcrumb-item/BreadcrumbItem.mjs +1 -1
- package/esm2020/elements/calendar/Calendar.module.mjs +5 -7
- package/esm2020/elements/calendar/calendar.component.mjs +3 -3
- package/esm2020/elements/calendar/month-select/month-select.component.mjs +3 -3
- package/esm2020/elements/calendar/month-view/month-view.component.mjs +3 -3
- package/esm2020/elements/calendar/year-select/year-select.component.mjs +3 -3
- package/esm2020/elements/category-dropdown/CategoryDropdown.mjs +5 -9
- package/esm2020/elements/chips/Chip.mjs +2 -2
- package/esm2020/elements/chips/ChipList.mjs +5 -14
- package/esm2020/elements/chips/Chips.mjs +11 -12
- package/esm2020/elements/chips/RowChips.mjs +5 -10
- package/esm2020/elements/common/overlay/Overlay.mjs +11 -5
- package/esm2020/elements/data-table/cell-headers/data-table-header-cell.component.mjs +1 -1
- package/esm2020/elements/data-table/data-table-clear-button.component.mjs +1 -1
- package/esm2020/elements/data-table/data-table.component.mjs +7 -13
- package/esm2020/elements/data-table/pagination/data-table-pagination.component.mjs +6 -8
- package/esm2020/elements/date-picker/DatePicker.module.mjs +6 -6
- package/esm2020/elements/date-picker/DatePickerInput.mjs +50 -29
- package/esm2020/elements/date-picker/DateRangeInput.mjs +10 -16
- package/esm2020/elements/date-picker/MultiDateInput.mjs +3 -19
- package/esm2020/elements/date-time-picker/DateTimePicker.module.mjs +4 -5
- package/esm2020/elements/date-time-picker/DateTimePickerInput.mjs +1 -1
- package/esm2020/elements/drag-drop/drag-drop-box.mjs +224 -0
- package/esm2020/elements/drag-drop/drag-drop.module.mjs +16 -0
- package/esm2020/elements/drag-drop/index.mjs +3 -0
- package/esm2020/elements/drag-drop/novo-elements-elements-drag-drop.mjs +5 -0
- package/esm2020/elements/dropdown/Dropdown.mjs +31 -6
- package/esm2020/elements/field/formats/date-format.mjs +5 -5
- package/esm2020/elements/field/formats/date-range-format.mjs +5 -5
- package/esm2020/elements/field/formats/date-time-format.mjs +12 -12
- package/esm2020/elements/field/formats/time-format.mjs +6 -6
- package/esm2020/elements/form/Control.mjs +20 -8
- package/esm2020/elements/form/ControlGroup.mjs +5 -5
- package/esm2020/elements/form/ControlTemplates.mjs +58 -27
- package/esm2020/elements/form/DynamicForm.mjs +9 -17
- package/esm2020/elements/form/Form.mjs +5 -9
- package/esm2020/elements/form/Form.module.mjs +12 -13
- package/esm2020/elements/form/NovoFormControl.mjs +1 -2
- package/esm2020/elements/form/controls/code-editor/CodeEditorControl.mjs +9 -0
- package/esm2020/elements/form/controls/code-editor/index.mjs +2 -0
- package/esm2020/elements/form/controls/index.mjs +3 -2
- package/esm2020/elements/form/controls/timezone/TimezoneControl.mjs +2 -2
- package/esm2020/elements/form/extras/FormExtras.module.mjs +8 -9
- package/esm2020/elements/form/extras/address/Address.mjs +4 -8
- package/esm2020/elements/form/extras/file/FileInput.mjs +38 -265
- package/esm2020/elements/header/Header.mjs +2 -2
- package/esm2020/elements/index.mjs +2 -1
- package/esm2020/elements/list/List.mjs +6 -6
- package/esm2020/elements/modal/modal.component.mjs +2 -2
- package/esm2020/elements/multi-picker/MultiPicker.mjs +5 -10
- package/esm2020/elements/picker/Picker.mjs +18 -10
- package/esm2020/elements/picker/extras/base-picker-results/BasePickerResults.mjs +4 -3
- package/esm2020/elements/picker/extras/entity-picker-results/EntityPickerResults.mjs +9 -16
- package/esm2020/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.mjs +4 -7
- package/esm2020/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.mjs +4 -7
- package/esm2020/elements/picker/extras/picker-results/PickerResults.mjs +6 -10
- package/esm2020/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.mjs +4 -7
- package/esm2020/elements/popover/PopOverContent.mjs +4 -7
- package/esm2020/elements/query-builder/condition-definitions/address-condition.definition.mjs +2 -2
- package/esm2020/elements/query-builder/condition-group/condition-group.component.mjs +3 -3
- package/esm2020/elements/radio/Radio.mjs +2 -2
- package/esm2020/elements/simple-table/cell-header.mjs +2 -2
- package/esm2020/elements/simple-table/cell.mjs +1 -1
- package/esm2020/elements/simple-table/table.mjs +7 -17
- package/esm2020/elements/tabbed-group-picker/TabbedGroupPicker.mjs +1 -1
- package/esm2020/elements/table/Table.mjs +6 -11
- package/esm2020/elements/table/Table.module.mjs +1 -6
- package/esm2020/elements/table/extras/dropdown-cell/DropdownCell.mjs +5 -8
- package/esm2020/elements/table/extras/pagination/Pagination.mjs +7 -8
- package/esm2020/elements/tabs/Tabs.mjs +6 -6
- package/esm2020/elements/time-picker/TimePicker.mjs +5 -6
- package/esm2020/elements/time-picker/TimePicker.module.mjs +4 -5
- package/esm2020/elements/time-picker/TimePickerInput.mjs +32 -75
- package/esm2020/elements/tip-well/TipWell.mjs +5 -5
- package/esm2020/index.mjs +1 -1
- package/esm2020/novo-elements.module.mjs +9 -3
- package/esm2020/novo-elements.providers.mjs +2 -2
- package/esm2020/services/date-format/DateFormat.mjs +153 -47
- package/esm2020/services/global/global.service.mjs +7 -1
- package/esm2020/utils/date/Date.mjs +1 -1
- package/esm2020/utils/date/index.mjs +3 -2
- package/esm2020/utils/date/timezone-support.mjs +87 -0
- package/fesm2015/novo-elements-addons-ace-editor.mjs +9 -9
- package/fesm2015/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2015/novo-elements-addons-ckeditor.mjs +9 -6
- package/fesm2015/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2015/novo-elements-addons-code-editor.mjs +150 -0
- package/fesm2015/novo-elements-addons-code-editor.mjs.map +1 -0
- package/fesm2015/novo-elements-addons.mjs +159 -17
- package/fesm2015/novo-elements-addons.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-breadcrumbs.mjs +1 -1
- package/fesm2015/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-calendar.mjs +12 -13
- package/fesm2015/novo-elements-elements-calendar.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-category-dropdown.mjs +4 -8
- package/fesm2015/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-chips.mjs +20 -35
- package/fesm2015/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-common.mjs +10 -2
- package/fesm2015/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-data-table.mjs +13 -21
- package/fesm2015/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-picker.mjs +66 -64
- package/fesm2015/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-time-picker.mjs +4 -5
- package/fesm2015/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-drag-drop.mjs +245 -0
- package/fesm2015/novo-elements-elements-drag-drop.mjs.map +1 -0
- package/fesm2015/novo-elements-elements-dropdown.mjs +30 -5
- package/fesm2015/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-field.mjs +19 -19
- package/fesm2015/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-form.mjs +141 -333
- package/fesm2015/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-header.mjs +2 -2
- package/fesm2015/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-list.mjs +6 -6
- package/fesm2015/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-modal.mjs +2 -2
- package/fesm2015/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-multi-picker.mjs +4 -9
- package/fesm2015/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-picker.mjs +40 -51
- package/fesm2015/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-popover.mjs +3 -6
- package/fesm2015/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-query-builder.mjs +2 -2
- package/fesm2015/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-radio.mjs +2 -2
- package/fesm2015/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-simple-table.mjs +8 -18
- package/fesm2015/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs +1 -1
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-table.mjs +13 -26
- package/fesm2015/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabs.mjs +5 -5
- package/fesm2015/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-time-picker.mjs +37 -81
- package/fesm2015/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tip-well.mjs +4 -4
- package/fesm2015/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2015/novo-elements-elements.mjs +1 -0
- package/fesm2015/novo-elements-elements.mjs.map +1 -1
- package/fesm2015/novo-elements-services.mjs +158 -46
- package/fesm2015/novo-elements-services.mjs.map +1 -1
- package/fesm2015/novo-elements-utils.mjs +88 -1
- package/fesm2015/novo-elements-utils.mjs.map +1 -1
- package/fesm2015/novo-elements.mjs +8 -2
- package/fesm2015/novo-elements.mjs.map +1 -1
- package/fesm2020/novo-elements-addons-ace-editor.mjs +9 -9
- package/fesm2020/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2020/novo-elements-addons-ckeditor.mjs +9 -6
- package/fesm2020/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2020/novo-elements-addons-code-editor.mjs +150 -0
- package/fesm2020/novo-elements-addons-code-editor.mjs.map +1 -0
- package/fesm2020/novo-elements-addons.mjs +159 -17
- package/fesm2020/novo-elements-addons.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-breadcrumbs.mjs +1 -1
- package/fesm2020/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-calendar.mjs +12 -13
- package/fesm2020/novo-elements-elements-calendar.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-category-dropdown.mjs +4 -8
- package/fesm2020/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-chips.mjs +20 -35
- package/fesm2020/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-common.mjs +8 -2
- package/fesm2020/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-data-table.mjs +13 -21
- package/fesm2020/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-picker.mjs +64 -64
- package/fesm2020/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-time-picker.mjs +4 -5
- package/fesm2020/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-drag-drop.mjs +244 -0
- package/fesm2020/novo-elements-elements-drag-drop.mjs.map +1 -0
- package/fesm2020/novo-elements-elements-dropdown.mjs +30 -5
- package/fesm2020/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-field.mjs +19 -19
- package/fesm2020/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-form.mjs +142 -335
- package/fesm2020/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-header.mjs +2 -2
- package/fesm2020/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-list.mjs +6 -6
- package/fesm2020/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-modal.mjs +2 -2
- package/fesm2020/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-multi-picker.mjs +4 -9
- package/fesm2020/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-picker.mjs +40 -51
- package/fesm2020/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-popover.mjs +3 -6
- package/fesm2020/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-query-builder.mjs +2 -2
- package/fesm2020/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-radio.mjs +2 -2
- package/fesm2020/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-simple-table.mjs +8 -18
- package/fesm2020/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs +1 -1
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-table.mjs +13 -26
- package/fesm2020/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabs.mjs +5 -5
- package/fesm2020/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-time-picker.mjs +36 -81
- package/fesm2020/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tip-well.mjs +4 -4
- package/fesm2020/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2020/novo-elements-elements.mjs +1 -0
- package/fesm2020/novo-elements-elements.mjs.map +1 -1
- package/fesm2020/novo-elements-services.mjs +158 -46
- package/fesm2020/novo-elements-services.mjs.map +1 -1
- package/fesm2020/novo-elements-utils.mjs +88 -1
- package/fesm2020/novo-elements-utils.mjs.map +1 -1
- package/fesm2020/novo-elements.mjs +8 -2
- package/fesm2020/novo-elements.mjs.map +1 -1
- package/novo-elements.module.d.ts +1 -1
- package/novo-elements.scss +3 -22
- package/package.json +23 -4
- package/services/date-format/DateFormat.d.ts +62 -3
- package/services/global/global.service.d.ts +3 -0
- package/styles/content/root.scss +1 -1
- package/styles/themes/light-test.scss +1 -1
- package/styles/themes/light.scss +1 -1
- package/styles/variables.scss +1 -1
- package/utils/date/index.d.ts +2 -1
- package/utils/date/timezone-support.d.ts +5 -0
|
@@ -13,17 +13,16 @@ import * as i4 from 'novo-elements/elements/button';
|
|
|
13
13
|
import { NovoButtonModule } from 'novo-elements/elements/button';
|
|
14
14
|
import * as i6 from '@angular/common';
|
|
15
15
|
import { CommonModule } from '@angular/common';
|
|
16
|
-
import * as i5 from '
|
|
17
|
-
import {
|
|
16
|
+
import * as i5 from 'angular-imask';
|
|
17
|
+
import { IMaskDirectiveModule } from 'angular-imask';
|
|
18
18
|
import * as i8 from 'novo-elements/pipes';
|
|
19
19
|
import { NovoPipesModule } from 'novo-elements/pipes';
|
|
20
|
+
import * as i2$3 from 'novo-elements/elements/chips';
|
|
21
|
+
import { NovoChipsModule } from 'novo-elements/elements/chips';
|
|
20
22
|
import * as i2$1 from 'novo-elements/elements/common';
|
|
21
23
|
import { NovoOverlayTemplateComponent, NovoOverlayModule } from 'novo-elements/elements/common';
|
|
22
24
|
import * as i2$2 from 'novo-elements/elements/icon';
|
|
23
25
|
import { NovoIconModule } from 'novo-elements/elements/icon';
|
|
24
|
-
import * as i2$3 from 'novo-elements/elements/chips';
|
|
25
|
-
import { NovoChipsModule } from 'novo-elements/elements/chips';
|
|
26
|
-
import { createAutoCorrectedDatePipe } from 'text-mask-addons';
|
|
27
26
|
|
|
28
27
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
29
28
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -508,18 +507,16 @@ class NovoDatePickerInputElement {
|
|
|
508
507
|
this._initFormatOptions();
|
|
509
508
|
}
|
|
510
509
|
}
|
|
510
|
+
ngAfterViewInit() {
|
|
511
|
+
this.overlay.panelClosingActions.subscribe(this._handleOverlayClickout.bind(this));
|
|
512
|
+
}
|
|
511
513
|
_initFormatOptions() {
|
|
512
514
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
513
515
|
if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
514
|
-
this.maskOptions = this.maskOptions ||
|
|
515
|
-
mask: this.dateFormatService.getDateMask(),
|
|
516
|
-
pipe: createAutoCorrectedDatePipe((this.format || this.labels.dateFormatString()).toLowerCase()),
|
|
517
|
-
keepCharPositions: false,
|
|
518
|
-
guide: true,
|
|
519
|
-
};
|
|
516
|
+
this.maskOptions = this.maskOptions || this.dateFormatService.getDateMask(this.format);
|
|
520
517
|
}
|
|
521
518
|
else {
|
|
522
|
-
this.maskOptions =
|
|
519
|
+
this.maskOptions = undefined;
|
|
523
520
|
}
|
|
524
521
|
this.setupInvalidDateErrorMessage();
|
|
525
522
|
}
|
|
@@ -533,32 +530,40 @@ class NovoDatePickerInputElement {
|
|
|
533
530
|
this.overlay.closePanel();
|
|
534
531
|
}
|
|
535
532
|
get panelOpen() {
|
|
536
|
-
|
|
533
|
+
var _a;
|
|
534
|
+
return (_a = this.overlay) === null || _a === void 0 ? void 0 : _a.panelOpen;
|
|
537
535
|
}
|
|
538
536
|
/** END: Convenient Panel Methods. */
|
|
539
537
|
_handleKeydown(event) {
|
|
540
538
|
if ((event.key === "Escape" /* Escape */ || event.key === "Enter" /* Enter */ || event.key === "Tab" /* Tab */) && this.panelOpen) {
|
|
541
|
-
this.
|
|
539
|
+
this._handleValueUpdate(event.target.value, true);
|
|
542
540
|
this.closePanel();
|
|
543
541
|
event.stopPropagation();
|
|
544
542
|
}
|
|
545
543
|
}
|
|
546
544
|
_handleInput(event) {
|
|
547
|
-
if
|
|
548
|
-
|
|
545
|
+
// if maskOptions is enabled, then we do not want to process inputs until the mask has accepted them - so those events will be
|
|
546
|
+
// handled by the (accept) event.
|
|
547
|
+
if (document.activeElement === event.target && !this.maskOptions) {
|
|
548
|
+
this._handleValueUpdate(event.target.value, false);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
_handleBlur(event) {
|
|
552
|
-
this.
|
|
553
|
-
|
|
552
|
+
if (!this.overlay.isBlurRecipient(event)) {
|
|
553
|
+
this.handleInvalidDate();
|
|
554
|
+
this.blurEvent.emit(event);
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
_handleOverlayClickout() {
|
|
558
|
+
this.handleInvalidDate(/*fromPanelClose:*/ true);
|
|
559
|
+
this.blurEvent.emit();
|
|
554
560
|
}
|
|
555
561
|
_handleFocus(event) {
|
|
556
562
|
this.showInvalidDateError = false;
|
|
557
563
|
this.openPanel();
|
|
558
564
|
this.focusEvent.emit(event);
|
|
559
565
|
}
|
|
560
|
-
|
|
561
|
-
const value = event.target.value;
|
|
566
|
+
_handleValueUpdate(value, blur) {
|
|
562
567
|
if (value === '') {
|
|
563
568
|
this.clearValue();
|
|
564
569
|
this.closePanel();
|
|
@@ -568,15 +573,28 @@ class NovoDatePickerInputElement {
|
|
|
568
573
|
this.openPanel();
|
|
569
574
|
}
|
|
570
575
|
}
|
|
576
|
+
handleMaskAccept(maskValue) {
|
|
577
|
+
this._handleValueUpdate(maskValue, false);
|
|
578
|
+
}
|
|
571
579
|
formatDate(value, blur) {
|
|
580
|
+
var _a;
|
|
572
581
|
try {
|
|
573
|
-
|
|
582
|
+
let dateTimeValue;
|
|
583
|
+
let isInvalidDate;
|
|
584
|
+
if (this.format) {
|
|
585
|
+
[dateTimeValue, , isInvalidDate] = this.dateFormatService.parseCustomDateString(value, this.format);
|
|
586
|
+
}
|
|
587
|
+
else {
|
|
588
|
+
[dateTimeValue, , isInvalidDate] = this.dateFormatService.parseString(value, false, 'date');
|
|
589
|
+
}
|
|
574
590
|
this.isInvalidDate = isInvalidDate;
|
|
575
|
-
if
|
|
591
|
+
// if we have a full date - set the dateTimeValue
|
|
592
|
+
if (((_a = dateTimeValue === null || dateTimeValue === void 0 ? void 0 : dateTimeValue.getFullYear()) === null || _a === void 0 ? void 0 : _a.toString().length) === 4) {
|
|
576
593
|
const dt = new Date(dateTimeValue);
|
|
577
594
|
this.dispatchOnChange(dt, blur);
|
|
595
|
+
// if we only have a partial date - set the value to null
|
|
578
596
|
}
|
|
579
|
-
else {
|
|
597
|
+
else if (isNaN(dateTimeValue === null || dateTimeValue === void 0 ? void 0 : dateTimeValue.getUTCDate())) {
|
|
580
598
|
this.dispatchOnChange(null, blur);
|
|
581
599
|
}
|
|
582
600
|
}
|
|
@@ -594,11 +612,13 @@ class NovoDatePickerInputElement {
|
|
|
594
612
|
setDisabledState(disabled) {
|
|
595
613
|
this.disabled = disabled;
|
|
596
614
|
}
|
|
597
|
-
handleInvalidDate() {
|
|
598
|
-
if (this.isInvalidDate && this.value) {
|
|
615
|
+
handleInvalidDate(fromPanelClose = false) {
|
|
616
|
+
if (this.isInvalidDate) { //} && this.value) {
|
|
599
617
|
this.showInvalidDateError = true;
|
|
600
618
|
this.clearValue();
|
|
601
|
-
|
|
619
|
+
if (!fromPanelClose) {
|
|
620
|
+
this.closePanel();
|
|
621
|
+
}
|
|
602
622
|
}
|
|
603
623
|
}
|
|
604
624
|
setupInvalidDateErrorMessage() {
|
|
@@ -653,7 +673,8 @@ class NovoDatePickerInputElement {
|
|
|
653
673
|
* stemmed from the user.
|
|
654
674
|
*/
|
|
655
675
|
setValueAndClose(event) {
|
|
656
|
-
if (event
|
|
676
|
+
if (event === null || event === void 0 ? void 0 : event.date) {
|
|
677
|
+
this.showInvalidDateError = false;
|
|
657
678
|
this.dispatchOnChange(event.date, true);
|
|
658
679
|
}
|
|
659
680
|
this.closePanel();
|
|
@@ -702,12 +723,13 @@ NovoDatePickerInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
702
723
|
type="text"
|
|
703
724
|
[name]="name"
|
|
704
725
|
[(ngModel)]="formattedValue"
|
|
705
|
-
[
|
|
726
|
+
[imask]="maskOptions"
|
|
706
727
|
[placeholder]="placeholder"
|
|
707
728
|
(focus)="_handleFocus($event)"
|
|
708
729
|
(keydown)="_handleKeydown($event)"
|
|
709
730
|
(input)="_handleInput($event)"
|
|
710
731
|
(blur)="_handleBlur($event)"
|
|
732
|
+
(accept)="handleMaskAccept($event)"
|
|
711
733
|
#input
|
|
712
734
|
data-automation-id="date-input"
|
|
713
735
|
[disabled]="disabled"
|
|
@@ -726,7 +748,7 @@ NovoDatePickerInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
726
748
|
[weekStart]="weekStart"
|
|
727
749
|
></novo-date-picker>
|
|
728
750
|
</novo-overlay-template>
|
|
729
|
-
`, isInline: true, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid #dbdbdb;background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:#3d464d}:host input:focus{border-bottom:1px solid #4a89dc}:host span.error-text{color:#da4453;padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0px;font-size:1.2rem}\n"], components: [{ type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.
|
|
751
|
+
`, isInline: true, styles: [":host{flex:1;position:relative;display:block!important}:host.disabled{pointer-events:none;opacity:1}:host input{font-size:1em;border:none;border-bottom:1px solid #dbdbdb;background:transparent!important;border-radius:0;outline:none;height:2rem;width:100%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:#3d464d}:host input:focus{border-bottom:1px solid #4a89dc}:host span.error-text{color:#da4453;padding-top:10px;flex:1;display:flex}:host>i.bhi-clock,:host>i.bhi-search,:host>i.bhi-times,:host>i.bhi-calendar{position:absolute;right:0;top:0px;font-size:1.2rem}\n"], components: [{ type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.IMaskDirective, selector: "[imask]", inputs: ["imaskElement", "imask", "unmask"], outputs: ["accept", "complete"], exportAs: ["imask"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
730
752
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoDatePickerInputElement, decorators: [{
|
|
731
753
|
type: Component,
|
|
732
754
|
args: [{ selector: 'novo-date-picker-input', providers: [DATE_VALUE_ACCESSOR$1], template: `
|
|
@@ -734,12 +756,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
734
756
|
type="text"
|
|
735
757
|
[name]="name"
|
|
736
758
|
[(ngModel)]="formattedValue"
|
|
737
|
-
[
|
|
759
|
+
[imask]="maskOptions"
|
|
738
760
|
[placeholder]="placeholder"
|
|
739
761
|
(focus)="_handleFocus($event)"
|
|
740
762
|
(keydown)="_handleKeydown($event)"
|
|
741
763
|
(input)="_handleInput($event)"
|
|
742
764
|
(blur)="_handleBlur($event)"
|
|
765
|
+
(accept)="handleMaskAccept($event)"
|
|
743
766
|
#input
|
|
744
767
|
data-automation-id="date-input"
|
|
745
768
|
[disabled]="disabled"
|
|
@@ -858,15 +881,10 @@ class NovoDateRangeInputElement {
|
|
|
858
881
|
_initFormatOptions() {
|
|
859
882
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
860
883
|
if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
861
|
-
this.maskOptions = this.maskOptions ||
|
|
862
|
-
mask: this.dateFormatService.getDateMask(),
|
|
863
|
-
pipe: createAutoCorrectedDatePipe((this.format || this.labels.dateFormatString()).toLowerCase()),
|
|
864
|
-
keepCharPositions: false,
|
|
865
|
-
guide: true,
|
|
866
|
-
};
|
|
884
|
+
this.maskOptions = this.maskOptions || this.dateFormatService.getDateMask(this.format);
|
|
867
885
|
}
|
|
868
886
|
else {
|
|
869
|
-
this.maskOptions =
|
|
887
|
+
this.maskOptions = undefined;
|
|
870
888
|
}
|
|
871
889
|
}
|
|
872
890
|
/** BEGIN: Convenient Panel Methods. */
|
|
@@ -898,7 +916,7 @@ class NovoDateRangeInputElement {
|
|
|
898
916
|
formatDate(value) {
|
|
899
917
|
try {
|
|
900
918
|
const [dateTimeValue] = this.dateFormatService.parseString(value, false, 'date');
|
|
901
|
-
return new Date(dateTimeValue);
|
|
919
|
+
return dateTimeValue ? new Date(dateTimeValue) : null;
|
|
902
920
|
}
|
|
903
921
|
catch (err) {
|
|
904
922
|
return null;
|
|
@@ -1015,7 +1033,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1015
1033
|
type="text"
|
|
1016
1034
|
[name]="name"
|
|
1017
1035
|
[(ngModel)]="formattedStartDate"
|
|
1018
|
-
[
|
|
1036
|
+
[imask]="maskOptions"
|
|
1019
1037
|
[placeholder]="placeholder"
|
|
1020
1038
|
(keydown)="_onStartInputChange($event)"
|
|
1021
1039
|
(input)="_onStartInputChange($event)"
|
|
@@ -1034,7 +1052,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1034
1052
|
type="text"
|
|
1035
1053
|
[name]="name"
|
|
1036
1054
|
[(ngModel)]="formattedEndDate"
|
|
1037
|
-
[
|
|
1055
|
+
[imask]="maskOptions"
|
|
1038
1056
|
[placeholder]="placeholder"
|
|
1039
1057
|
(keydown)="_onEndInputChange($event)"
|
|
1040
1058
|
(input)="_onEndInputChange($event)"
|
|
@@ -1059,7 +1077,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1059
1077
|
[weekStart]="weekStart"
|
|
1060
1078
|
></novo-date-picker>
|
|
1061
1079
|
</novo-overlay-template>
|
|
1062
|
-
`, isInline: true, styles: [":host{flex:1;position:relative;display:flex;flex-flow:row nowrap;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host.disabled{pointer-events:none;opacity:1}:host .date-range-input-container{position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host .date-range-input-divider{font-weight:800;margin:0 .5em;align-self:center;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host input{font-size:1em;border:none;border-bottom:1px solid var(--border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:9em;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--text-main)}:host input:focus{border-bottom:1px solid #4a89dc}:host novo-icon{position:absolute;right:0;top:0;font-size:1em}:host novo-icon[size=small]{top:calc(50% - .75em);font-size:.5em}\n"], components: [{ type: i2$2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.
|
|
1080
|
+
`, isInline: true, styles: [":host{flex:1;position:relative;display:flex;flex-flow:row nowrap;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host.disabled{pointer-events:none;opacity:1}:host .date-range-input-container{position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host .date-range-input-divider{font-weight:800;margin:0 .5em;align-self:center;height:-webkit-min-content;height:-moz-min-content;height:min-content}:host input{font-size:1em;border:none;border-bottom:1px solid var(--border);background:transparent!important;border-radius:0;outline:none;height:2rem;width:9em;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:var(--text-main)}:host input:focus{border-bottom:1px solid #4a89dc}:host novo-icon{position:absolute;right:0;top:0;font-size:1em}:host novo-icon[size=small]{top:calc(50% - .75em);font-size:.5em}\n"], components: [{ type: i2$2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.IMaskDirective, selector: "[imask]", inputs: ["imaskElement", "imask", "unmask"], outputs: ["accept", "complete"], exportAs: ["imask"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1063
1081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoDateRangeInputElement, decorators: [{
|
|
1064
1082
|
type: Component,
|
|
1065
1083
|
args: [{ selector: 'novo-date-range-input', providers: [DATE_VALUE_ACCESSOR], template: `
|
|
@@ -1068,7 +1086,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1068
1086
|
type="text"
|
|
1069
1087
|
[name]="name"
|
|
1070
1088
|
[(ngModel)]="formattedStartDate"
|
|
1071
|
-
[
|
|
1089
|
+
[imask]="maskOptions"
|
|
1072
1090
|
[placeholder]="placeholder"
|
|
1073
1091
|
(keydown)="_onStartInputChange($event)"
|
|
1074
1092
|
(input)="_onStartInputChange($event)"
|
|
@@ -1087,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1087
1105
|
type="text"
|
|
1088
1106
|
[name]="name"
|
|
1089
1107
|
[(ngModel)]="formattedEndDate"
|
|
1090
|
-
[
|
|
1108
|
+
[imask]="maskOptions"
|
|
1091
1109
|
[placeholder]="placeholder"
|
|
1092
1110
|
(keydown)="_onEndInputChange($event)"
|
|
1093
1111
|
(input)="_onEndInputChange($event)"
|
|
@@ -1198,7 +1216,6 @@ class NovoMultiDateInputElement {
|
|
|
1198
1216
|
set value(value) {
|
|
1199
1217
|
if (this.value !== value) {
|
|
1200
1218
|
this._value = value;
|
|
1201
|
-
this._setFormValue(value);
|
|
1202
1219
|
this.onChangeCallback(this._value);
|
|
1203
1220
|
}
|
|
1204
1221
|
}
|
|
@@ -1211,16 +1228,6 @@ class NovoMultiDateInputElement {
|
|
|
1211
1228
|
}
|
|
1212
1229
|
ngOnInit() {
|
|
1213
1230
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
1214
|
-
// if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
1215
|
-
// this.maskOptions = this.maskOptions || {
|
|
1216
|
-
// mask: this.dateFormatService.getDateMask(),
|
|
1217
|
-
// pipe: createAutoCorrectedDatePipe(this.format || this.labels.dateFormatString().toLowerCase()),
|
|
1218
|
-
// keepCharPositions: false,
|
|
1219
|
-
// guide: true,
|
|
1220
|
-
// };
|
|
1221
|
-
// } else {
|
|
1222
|
-
// this.maskOptions = { mask: false };
|
|
1223
|
-
// }
|
|
1224
1231
|
}
|
|
1225
1232
|
formatter(value) {
|
|
1226
1233
|
const [dateTimeValue, formatted] = this.dateFormatService.parseString(value, false, 'date');
|
|
@@ -1272,11 +1279,6 @@ class NovoMultiDateInputElement {
|
|
|
1272
1279
|
registerOnTouched(fn) {
|
|
1273
1280
|
this.onTouchedCallback = fn;
|
|
1274
1281
|
}
|
|
1275
|
-
_setFormValue(value) {
|
|
1276
|
-
if (this.value) {
|
|
1277
|
-
// this.formattedStartDate = this.formatDateValue(this.value.startDate);
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
1282
|
/**
|
|
1281
1283
|
* This method closes the panel, and if a value is specified, also sets the associated
|
|
1282
1284
|
* control to that value. It will also mark the control as dirty if this interaction
|
|
@@ -1329,7 +1331,7 @@ NovoMultiDateInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1329
1331
|
[weekStart]="weekStart"
|
|
1330
1332
|
></novo-date-picker>
|
|
1331
1333
|
</novo-overlay-template>
|
|
1332
|
-
`, isInline: true, styles: [".novo-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.novo-chip-list-wrapper input.novo-input-element,.novo-chip-list-wrapper .novo-chip{margin:4px}.novo-chip-list-stacked{flex:1}.novo-chip-list-stacked .novo-chip-list-wrapper{flex-direction:column;align-items:flex-start}.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip{width:100%;height:2.8rem}.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip .novo-chip-remove,.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip .novo-chip-trailing-icon{margin-left:auto}.novo-chip-list-stacked .novo-chip-list-wrapper input.novo-chip-input{flex:1 0 auto}novo-field.novo-focused input.novo-chip-input{opacity:1;width:100px;margin:4px;flex:1 0 100px}novo-field:not(.novo-focused) .novo-field-input .novo-chip-list-has-value{margin-right:2rem}novo-field:not(.novo-focused) .novo-field-input .novo-chip-list-has-value input.novo-chip-input{opacity:0;width:0px!important;max-width:0px!important}input.novo-chip-input{width:20px;margin:4px;flex:1 0 20px}chips,:host,novo-chips,entity-chips,novo-entity-chips{width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;border-bottom:1px solid #afb9c0;transition:all .2s ease-in-out;position:relative;padding:5px 20px 5px 0}chips.with-value,novo-chips.with-value,entity-chips.with-value,novo-entity-chips.with-value{margin-bottom:20px}chips:hover,novo-chips:hover,entity-chips:hover,novo-entity-chips:hover{border-bottom:1px solid #5f6d78}chips.selected,chips.selected:hover,novo-chips.selected,novo-chips.selected:hover,entity-chips.selected,entity-chips.selected:hover,novo-entity-chips.selected,novo-entity-chips.selected:hover{border-bottom:1px solid #4a89dc}chips.selected+i,chips.selected:hover+i,novo-chips.selected+i,novo-chips.selected:hover+i,entity-chips.selected+i,entity-chips.selected:hover+i,novo-entity-chips.selected+i,novo-entity-chips.selected:hover+i{color:#4a89dc}chips.disabled,novo-chips.disabled,entity-chips.disabled,novo-entity-chips.disabled{border-bottom-style:dashed!important}chips .chip-input-container,:host .chip-input-container,novo-chips .chip-input-container,entity-chips .chip-input-container,novo-entity-chips .chip-input-container{flex-grow:4}chips .chip-input-container input,:host .chip-input-container input,novo-chips .chip-input-container input,entity-chips .chip-input-container input,novo-entity-chips .chip-input-container input{padding-top:0;border:none;background:transparent!important;width:100%}chips .chip-input-container input:focus,:host .chip-input-container input:focus,novo-chips .chip-input-container input:focus,entity-chips .chip-input-container input:focus,novo-entity-chips .chip-input-container input:focus{outline:none}chips .novo-chip-container,:host .novo-chip-container,novo-chips .novo-chip-container,entity-chips .novo-chip-container,novo-entity-chips .novo-chip-container{display:flex;flex-flow:row wrap;gap:.4rem}chips novo-picker,:host novo-picker,novo-chips novo-picker,entity-chips novo-picker,novo-entity-chips novo-picker{position:inherit}chips novo-picker>i,:host novo-picker>i,novo-chips novo-picker>i,entity-chips novo-picker>i,novo-entity-chips novo-picker>i{display:none}chips novo-picker div.picker-results-container,:host novo-picker div.picker-results-container,novo-chips novo-picker div.picker-results-container,entity-chips novo-picker div.picker-results-container,novo-entity-chips novo-picker div.picker-results-container{left:0}chips label.clear-all,:host label.clear-all,novo-chips label.clear-all,entity-chips label.clear-all,novo-entity-chips label.clear-all{flex:1 100%;position:absolute;right:0;bottom:-20px;font-size:.9rem;color:#da4453;cursor:pointer;display:flex;align-items:center}chips label.clear-all i,:host label.clear-all i,novo-chips label.clear-all i,entity-chips label.clear-all i,novo-entity-chips label.clear-all i{font-size:.7rem;padding-bottom:2px;margin-left:5px}chips i.bhi-search,:host i.bhi-search,novo-chips i.bhi-search,entity-chips i.bhi-search,novo-entity-chips i.bhi-search{position:absolute;bottom:8px;right:0;font-size:1.1em;color:#3d464d}chips,:host,novo-chips,entity-chips,novo-entity-chips{padding:2px 0}chips+i,:host+i,novo-chips+i,entity-chips+i,novo-entity-chips+i{position:absolute;right:0;bottom:7px}chips novo-picker,:host novo-picker,novo-chips novo-picker,entity-chips novo-picker,novo-entity-chips novo-picker{padding-bottom:0}chips novo-picker>input,:host novo-picker>input,novo-chips novo-picker>input,entity-chips novo-picker>input,novo-entity-chips novo-picker>input{border:none;border-bottom:none!important}chips novo-picker>input:disabled,:host novo-picker>input:disabled,novo-chips novo-picker>input:disabled,entity-chips novo-picker>input:disabled,novo-entity-chips novo-picker>input:disabled{border-bottom:none!important}chips.with-value,novo-chips.with-value,entity-chips.with-value,novo-entity-chips.with-value{margin-bottom:0}chips picker-results,:host picker-results,novo-chips picker-results,entity-chips picker-results,novo-entity-chips picker-results{position:absolute;color:#000}chips picker-results novo-list,:host picker-results novo-list,novo-chips picker-results novo-list,entity-chips picker-results novo-list,novo-entity-chips picker-results novo-list{max-height:49vh;overflow:auto}chips picker-results novo-list novo-list-item,:host picker-results novo-list novo-list-item,novo-chips picker-results novo-list novo-list-item,entity-chips picker-results novo-list novo-list-item,novo-entity-chips picker-results novo-list novo-list-item{flex:0 0;transition:background-color .25s}chips picker-results novo-list novo-list-item>div,:host picker-results novo-list novo-list-item>div,novo-chips picker-results novo-list novo-list-item>div,entity-chips picker-results novo-list novo-list-item>div,novo-entity-chips picker-results novo-list novo-list-item>div{width:100%}chips picker-results novo-list novo-list-item.active,:host picker-results novo-list novo-list-item.active,novo-chips picker-results novo-list novo-list-item.active,entity-chips picker-results novo-list novo-list-item.active,novo-entity-chips picker-results novo-list novo-list-item.active{background-color:#e0ebf9}chips picker-results novo-list novo-list-item:hover,:host picker-results novo-list novo-list-item:hover,novo-chips picker-results novo-list novo-list-item:hover,entity-chips picker-results novo-list novo-list-item:hover,novo-entity-chips picker-results novo-list novo-list-item:hover{background-color:#e0ebf9}chips picker-results novo-list novo-list-item item-content,:host picker-results novo-list novo-list-item item-content,novo-chips picker-results novo-list novo-list-item item-content,entity-chips picker-results novo-list novo-list-item item-content,novo-entity-chips picker-results novo-list novo-list-item item-content{flex-flow:row wrap}chips picker-results novo-list novo-list-item item-content>*,:host picker-results novo-list novo-list-item item-content>*,novo-chips picker-results novo-list novo-list-item item-content>*,entity-chips picker-results novo-list novo-list-item item-content>*,novo-entity-chips picker-results novo-list novo-list-item item-content>*{flex:0 0 33%;white-space:nowrap}chips picker-results .error-results,:host picker-results .error-results,chips picker-results .no-recents,:host picker-results .no-recents,chips picker-results .null-results,:host picker-results .null-results,novo-chips picker-results .error-results,novo-chips picker-results .no-recents,novo-chips picker-results .null-results,entity-chips picker-results .error-results,entity-chips picker-results .no-recents,entity-chips picker-results .null-results,novo-entity-chips picker-results .error-results,novo-entity-chips picker-results .no-recents,novo-entity-chips picker-results .null-results{text-align:center;padding:1em 0 4em}chips picker-results .error-results>i,:host picker-results .error-results>i,chips picker-results .no-recents>i,:host picker-results .no-recents>i,chips picker-results .null-results>i,:host picker-results .null-results>i,novo-chips picker-results .error-results>i,novo-chips picker-results .no-recents>i,novo-chips picker-results .null-results>i,entity-chips picker-results .error-results>i,entity-chips picker-results .no-recents>i,entity-chips picker-results .null-results>i,novo-entity-chips picker-results .error-results>i,novo-entity-chips picker-results .no-recents>i,novo-entity-chips picker-results .null-results>i{font-size:3em;margin:.5em;color:#0000004d}chips picker-results .error-results>h4,:host picker-results .error-results>h4,chips picker-results .error-results>p,:host picker-results .error-results>p,chips picker-results .no-recents>h4,:host picker-results .no-recents>h4,chips picker-results .no-recents>p,:host picker-results .no-recents>p,chips picker-results .null-results>h4,:host picker-results .null-results>h4,chips picker-results .null-results>p,:host picker-results .null-results>p,novo-chips picker-results .error-results>h4,novo-chips picker-results .error-results>p,novo-chips picker-results .no-recents>h4,novo-chips picker-results .no-recents>p,novo-chips picker-results .null-results>h4,novo-chips picker-results .null-results>p,entity-chips picker-results .error-results>h4,entity-chips picker-results .error-results>p,entity-chips picker-results .no-recents>h4,entity-chips picker-results .no-recents>p,entity-chips picker-results .null-results>h4,entity-chips picker-results .null-results>p,novo-entity-chips picker-results .error-results>h4,novo-entity-chips picker-results .error-results>p,novo-entity-chips picker-results .no-recents>h4,novo-entity-chips picker-results .no-recents>p,novo-entity-chips picker-results .null-results>h4,novo-entity-chips picker-results .null-results>p{margin:0;max-width:none;padding:0}chips picker-results .error-results>h4,:host picker-results .error-results>h4,chips picker-results .no-recents>h4,:host picker-results .no-recents>h4,chips picker-results .null-results>h4,:host picker-results .null-results>h4,novo-chips picker-results .error-results>h4,novo-chips picker-results .no-recents>h4,novo-chips picker-results .null-results>h4,entity-chips picker-results .error-results>h4,entity-chips picker-results .no-recents>h4,entity-chips picker-results .null-results>h4,novo-entity-chips picker-results .error-results>h4,novo-entity-chips picker-results .no-recents>h4,novo-entity-chips picker-results .null-results>h4{font-weight:500}chips picker-results section,:host picker-results section,novo-chips picker-results section,entity-chips picker-results section,novo-entity-chips picker-results section{box-shadow:.1em .1em 1em #00000040;z-index:9;position:absolute;width:100%;background-color:#fff;color:#000}chips .preview-container entity-picker-result,:host .preview-container entity-picker-result,novo-chips .preview-container entity-picker-result,entity-chips .preview-container entity-picker-result,novo-entity-chips .preview-container entity-picker-result{background:#ffffff;position:absolute;top:100%;left:0;width:100%;min-width:180px;max-height:49vh;overflow:auto;z-index:9001;border:1px solid #4a89dc;transition:all .2s ease-in-out}chips .preview-container entity-picker-result .novo-list-item,:host .preview-container entity-picker-result .novo-list-item,novo-chips .preview-container entity-picker-result .novo-list-item,entity-chips .preview-container entity-picker-result .novo-list-item,novo-entity-chips .preview-container entity-picker-result .novo-list-item{flex:0 0}chips .preview-container entity-picker-result .novo-list-item>div,:host .preview-container entity-picker-result .novo-list-item>div,novo-chips .preview-container entity-picker-result .novo-list-item>div,entity-chips .preview-container entity-picker-result .novo-list-item>div,novo-entity-chips .preview-container entity-picker-result .novo-list-item>div{width:100%}chips .preview-container entity-picker-result .novo-list-item .novo-item-content,:host .preview-container entity-picker-result .novo-list-item .novo-item-content,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content{flex-flow:row wrap}chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,:host .preview-container entity-picker-result .novo-list-item .novo-item-content>*,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*{flex:0 0 33%;white-space:nowrap}chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,:host .preview-container entity-picker-result .novo-list-item .novo-item-content>p,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p{min-width:15em;font-size:.9em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:1em}entity-chip-results{max-width:none!important}novo-row-chips{display:flex;flex-flow:column;gap:.8rem}novo-row-chips .novo-row-chips-columns{display:flex;align-items:flex-end;margin-bottom:1em}novo-row-chips .novo-row-chips-columns .column-label{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;display:flex;flex:1;margin-right:1em}novo-row-chips .novo-row-chips-columns .column-label.text-capitalize{text-transform:capitalize}novo-row-chips .novo-row-chips-columns .column-label.text-uppercase{text-transform:uppercase}novo-row-chips .novo-row-chips-columns .column-label.text-nowrap{white-space:nowrap}novo-row-chips .novo-row-chips-columns .column-label.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}novo-row-chips .novo-row-chips-columns .column-label.text-size-default{font-size:inherit}novo-row-chips .novo-row-chips-columns .column-label.text-size-body{font-size:1.3rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-xs{font-size:1rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-sm{font-size:1.2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-md{font-size:1.3rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-lg{font-size:1.6rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-xl{font-size:2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-2xl{font-size:2.6rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-3xl{font-size:3.2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-smaller{font-size:.8em}novo-row-chips .novo-row-chips-columns .column-label.text-size-larger{font-size:1.2em}novo-row-chips .novo-row-chips-columns .column-label.text-color-black{color:#000}novo-row-chips .novo-row-chips-columns .column-label.text-color-white{color:#fff}novo-row-chips .novo-row-chips-columns .column-label.text-color-gray{color:#9e9e9e}novo-row-chips .novo-row-chips-columns .column-label.text-color-grey{color:#9e9e9e}novo-row-chips .novo-row-chips-columns .column-label.text-color-offWhite{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-bright{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-light{color:#dbdbdb}novo-row-chips .novo-row-chips-columns .column-label.text-color-neutral{color:#4f5361}novo-row-chips .novo-row-chips-columns .column-label.text-color-dark{color:#3d464d}novo-row-chips .novo-row-chips-columns .column-label.text-color-orange{color:#ff6900}novo-row-chips .novo-row-chips-columns .column-label.text-color-navigation{color:#202945}novo-row-chips .novo-row-chips-columns .column-label.text-color-skyBlue{color:#009bdf}novo-row-chips .novo-row-chips-columns .column-label.text-color-steel{color:#5b6770}novo-row-chips .novo-row-chips-columns .column-label.text-color-metal{color:#637893}novo-row-chips .novo-row-chips-columns .column-label.text-color-sand{color:#f4f4f4}novo-row-chips .novo-row-chips-columns .column-label.text-color-silver{color:#e2e2e2}novo-row-chips .novo-row-chips-columns .column-label.text-color-stone{color:#bebebe}novo-row-chips .novo-row-chips-columns .column-label.text-color-ash{color:#a0a0a0}novo-row-chips .novo-row-chips-columns .column-label.text-color-slate{color:#707070}novo-row-chips .novo-row-chips-columns .column-label.text-color-onyx{color:#526980}novo-row-chips .novo-row-chips-columns .column-label.text-color-charcoal{color:#282828}novo-row-chips .novo-row-chips-columns .column-label.text-color-moonlight{color:#1a242f}novo-row-chips .novo-row-chips-columns .column-label.text-color-midnight{color:#202945}novo-row-chips .novo-row-chips-columns .column-label.text-color-darkness{color:#161f27}novo-row-chips .novo-row-chips-columns .column-label.text-color-navy{color:#0d2d42}novo-row-chips .novo-row-chips-columns .column-label.text-color-aqua{color:#3bafda}novo-row-chips .novo-row-chips-columns .column-label.text-color-ocean{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-mint{color:#37bc9b}novo-row-chips .novo-row-chips-columns .column-label.text-color-grass{color:#8cc152}novo-row-chips .novo-row-chips-columns .column-label.text-color-sunflower{color:#f6b042}novo-row-chips .novo-row-chips-columns .column-label.text-color-bittersweet{color:#eb6845}novo-row-chips .novo-row-chips-columns .column-label.text-color-grapefruit{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-carnation{color:#d770ad}novo-row-chips .novo-row-chips-columns .column-label.text-color-lavender{color:#967adc}novo-row-chips .novo-row-chips-columns .column-label.text-color-mountain{color:#9678b6}novo-row-chips .novo-row-chips-columns .column-label.text-color-info{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-positive{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-success{color:#8cc152}novo-row-chips .novo-row-chips-columns .column-label.text-color-negative{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-danger{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-error{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-warning{color:#f6b042}novo-row-chips .novo-row-chips-columns .column-label.text-color-empty{color:#cccdcc}novo-row-chips .novo-row-chips-columns .column-label.text-color-disabled{color:#bebebe}novo-row-chips .novo-row-chips-columns .column-label.text-color-background{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-backgroundDark{color:#e2e2e2}novo-row-chips .novo-row-chips-columns .column-label.text-color-presentation{color:#5b6770}novo-row-chips .novo-row-chips-columns .column-label.text-color-bullhorn{color:#ff6900}novo-row-chips .novo-row-chips-columns .column-label.text-color-pulse{color:#3bafda}novo-row-chips .novo-row-chips-columns .column-label.text-color-company{color:#39d}novo-row-chips .novo-row-chips-columns .column-label.text-color-candidate{color:#4b7}novo-row-chips .novo-row-chips-columns .column-label.text-color-lead{color:#a69}novo-row-chips .novo-row-chips-columns .column-label.text-color-contact{color:#fa4}novo-row-chips .novo-row-chips-columns .column-label.text-color-clientcontact{color:#fa4}novo-row-chips .novo-row-chips-columns .column-label.text-color-opportunity{color:#625}novo-row-chips .novo-row-chips-columns .column-label.text-color-job{color:#b56}novo-row-chips .novo-row-chips-columns .column-label.text-color-joborder{color:#b56}novo-row-chips .novo-row-chips-columns .column-label.text-color-submission{color:#a9adbb}novo-row-chips .novo-row-chips-columns .column-label.text-color-sendout{color:#747884}novo-row-chips .novo-row-chips-columns .column-label.text-color-placement{color:#0b344f}novo-row-chips .novo-row-chips-columns .column-label.text-color-note{color:#747884}novo-row-chips .novo-row-chips-columns .column-label.text-color-contract{color:#454ea0}novo-row-chips .novo-row-chips-columns .column-label.text-color-jobCode{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-earnCode{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-invoiceStatement{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-billableCharge{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-payableCharge{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-user{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-corporateUser{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-distributionList{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-credential{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-person{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.margin-before{margin-top:.4rem}novo-row-chips .novo-row-chips-columns .column-label.margin-after{margin-bottom:.8rem}novo-row-chips .novo-row-chips-columns .column-label.text-length-small{max-width:40ch}novo-row-chips .novo-row-chips-columns .column-label.text-length-medium{max-width:55ch}novo-row-chips .novo-row-chips-columns .column-label.text-length-large{max-width:70ch}novo-row-chips .novo-row-chips-columns .column-label.text-weight-hairline{font-weight:100}novo-row-chips .novo-row-chips-columns .column-label.text-weight-thin{font-weight:200}novo-row-chips .novo-row-chips-columns .column-label.text-weight-light{font-weight:300}novo-row-chips .novo-row-chips-columns .column-label.text-weight-normal{font-weight:400}novo-row-chips .novo-row-chips-columns .column-label.text-weight-medium{font-weight:500}novo-row-chips .novo-row-chips-columns .column-label.text-weight-semibold{font-weight:600}novo-row-chips .novo-row-chips-columns .column-label.text-weight-bold{font-weight:700}novo-row-chips .novo-row-chips-columns .column-label.text-weight-extrabold{font-weight:800}novo-row-chips .novo-row-chips-columns .column-label.text-weight-heavy{font-weight:900}novo-row-chips .novo-row-chips-columns .column-label.text-weight-lighter{font-weight:lighter}novo-row-chips .novo-row-chips-columns .column-label.text-weight-bolder{font-weight:bolder}novo-row-chips .novo-row-chips-columns .column-label:first-of-type{flex:0 0 275px}novo-row-chips .novo-row-chips-columns .column-data{display:flex;align-items:center;background:transparent!important;border:none;border-bottom:1px dashed #85939e;border-radius:0;outline:none;height:2em;width:100%;margin:0 1em 0 0}novo-row-chips .novo-row-chips-columns .column-data.editable{border-bottom:none}novo-row-chips .novo-row-chips-columns .column-data.editable input{background:none;border:none}novo-row-chips .novo-row-chips-columns .column-data:first-of-type{flex:0 0 275px}novo-row-chips .novo-row-chips-columns .column-data span{color:inherit;align-items:flex-start;display:flex;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;line-height:1em;max-height:2em;min-height:1em}novo-row-chips .novo-row-chips-columns i.bhi-delete-o{color:#da4453}novo-row-chips .novo-chip.novo-row-chip{padding:0}novo-row-chips .novo-row-chips-empty-message{font-style:italic;color:#9e9e9e}novo-row-chips i{cursor:pointer}:host .chip-input-container{padding-top:10px}:host .chip-input-container .placeholder{color:var(--form-placeholder)}:host .panel-toggle{padding:.2em}:host .panel-toggle i{margin:0}:host .panel-toggle.selected{background:#dbdbdb;border-radius:50%}:host ul.summary{display:inline;list-style:none;color:#868686;padding:0 10px}:host ul.summary li{display:inline;padding:0 3px}:host ul.summary li:after{content:\", \"}:host ul.summary li:last-child:after{content:\" \"}:host chip span{text-transform:capitalize}\n"], components: [{ type: i2$3.NovoChipList, selector: "novo-chip-list", inputs: ["errorStateMatcher", "multiple", "stacked", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["novoChipList"] }, { type: i2$3.NovoChipElement, selector: "novo-chip, [novo-chip]", inputs: ["color", "tabIndex", "size", "type", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"] }, { type: i2$2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2$3.NovoChipRemove, selector: "[novoChipRemove]" }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "default": i8.DefaultPipe, "date": i6.DatePipe } });
|
|
1334
|
+
`, isInline: true, styles: [":host .chip-input-container{padding-top:10px}:host .chip-input-container .placeholder{color:var(--form-placeholder)}:host .panel-toggle{padding:.2em}:host .panel-toggle i{margin:0}:host .panel-toggle.selected{background:#dbdbdb;border-radius:50%}:host ul.summary{display:inline;list-style:none;color:#868686;padding:0 10px}:host ul.summary li{display:inline;padding:0 3px}:host ul.summary li:after{content:\", \"}:host ul.summary li:last-child:after{content:\" \"}:host chip span{text-transform:capitalize}\n"], components: [{ type: i2$3.NovoChipList, selector: "novo-chip-list", inputs: ["errorStateMatcher", "multiple", "stacked", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["novoChipList"] }, { type: i2$3.NovoChipElement, selector: "novo-chip, [novo-chip]", inputs: ["color", "tabIndex", "size", "type", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"] }, { type: i2$2.NovoIconComponent, selector: "novo-icon", inputs: ["raised", "theme", "shape", "color", "size", "smaller", "larger", "alt", "name"] }, { type: i2$1.NovoOverlayTemplateComponent, selector: "novo-overlay-template", inputs: ["position", "scrollStrategy", "width", "height", "closeOnSelect", "hasBackdrop", "parent"], outputs: ["select", "opening", "closing"] }, { type: NovoDatePickerElement, selector: "novo-date-picker", inputs: ["minYear", "maxYear", "start", "end", "inline", "weekStart", "preselected", "hideOverflowDays", "hideFooter", "disabledDateMessage", "numberOfMonths", "mode", "range", "weekRangeSelect"], outputs: ["onSelect"] }], directives: [{ type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2$3.NovoChipRemove, selector: "[novoChipRemove]" }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "default": i8.DefaultPipe, "date": i6.DatePipe } });
|
|
1333
1335
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoMultiDateInputElement, decorators: [{
|
|
1334
1336
|
type: Component,
|
|
1335
1337
|
args: [{ selector: 'novo-multi-date-input', providers: [MULTI_DATE_VALUE_ACCESSOR], template: `
|
|
@@ -1360,7 +1362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1360
1362
|
[weekStart]="weekStart"
|
|
1361
1363
|
></novo-date-picker>
|
|
1362
1364
|
</novo-overlay-template>
|
|
1363
|
-
`, styles: [".novo-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.novo-chip-list-wrapper input.novo-input-element,.novo-chip-list-wrapper .novo-chip{margin:4px}.novo-chip-list-stacked{flex:1}.novo-chip-list-stacked .novo-chip-list-wrapper{flex-direction:column;align-items:flex-start}.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip{width:100%;height:2.8rem}.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip .novo-chip-remove,.novo-chip-list-stacked .novo-chip-list-wrapper .novo-chip .novo-chip-trailing-icon{margin-left:auto}.novo-chip-list-stacked .novo-chip-list-wrapper input.novo-chip-input{flex:1 0 auto}novo-field.novo-focused input.novo-chip-input{opacity:1;width:100px;margin:4px;flex:1 0 100px}novo-field:not(.novo-focused) .novo-field-input .novo-chip-list-has-value{margin-right:2rem}novo-field:not(.novo-focused) .novo-field-input .novo-chip-list-has-value input.novo-chip-input{opacity:0;width:0px!important;max-width:0px!important}input.novo-chip-input{width:20px;margin:4px;flex:1 0 20px}chips,:host,novo-chips,entity-chips,novo-entity-chips{width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;border-bottom:1px solid #afb9c0;transition:all .2s ease-in-out;position:relative;padding:5px 20px 5px 0}chips.with-value,novo-chips.with-value,entity-chips.with-value,novo-entity-chips.with-value{margin-bottom:20px}chips:hover,novo-chips:hover,entity-chips:hover,novo-entity-chips:hover{border-bottom:1px solid #5f6d78}chips.selected,chips.selected:hover,novo-chips.selected,novo-chips.selected:hover,entity-chips.selected,entity-chips.selected:hover,novo-entity-chips.selected,novo-entity-chips.selected:hover{border-bottom:1px solid #4a89dc}chips.selected+i,chips.selected:hover+i,novo-chips.selected+i,novo-chips.selected:hover+i,entity-chips.selected+i,entity-chips.selected:hover+i,novo-entity-chips.selected+i,novo-entity-chips.selected:hover+i{color:#4a89dc}chips.disabled,novo-chips.disabled,entity-chips.disabled,novo-entity-chips.disabled{border-bottom-style:dashed!important}chips .chip-input-container,:host .chip-input-container,novo-chips .chip-input-container,entity-chips .chip-input-container,novo-entity-chips .chip-input-container{flex-grow:4}chips .chip-input-container input,:host .chip-input-container input,novo-chips .chip-input-container input,entity-chips .chip-input-container input,novo-entity-chips .chip-input-container input{padding-top:0;border:none;background:transparent!important;width:100%}chips .chip-input-container input:focus,:host .chip-input-container input:focus,novo-chips .chip-input-container input:focus,entity-chips .chip-input-container input:focus,novo-entity-chips .chip-input-container input:focus{outline:none}chips .novo-chip-container,:host .novo-chip-container,novo-chips .novo-chip-container,entity-chips .novo-chip-container,novo-entity-chips .novo-chip-container{display:flex;flex-flow:row wrap;gap:.4rem}chips novo-picker,:host novo-picker,novo-chips novo-picker,entity-chips novo-picker,novo-entity-chips novo-picker{position:inherit}chips novo-picker>i,:host novo-picker>i,novo-chips novo-picker>i,entity-chips novo-picker>i,novo-entity-chips novo-picker>i{display:none}chips novo-picker div.picker-results-container,:host novo-picker div.picker-results-container,novo-chips novo-picker div.picker-results-container,entity-chips novo-picker div.picker-results-container,novo-entity-chips novo-picker div.picker-results-container{left:0}chips label.clear-all,:host label.clear-all,novo-chips label.clear-all,entity-chips label.clear-all,novo-entity-chips label.clear-all{flex:1 100%;position:absolute;right:0;bottom:-20px;font-size:.9rem;color:#da4453;cursor:pointer;display:flex;align-items:center}chips label.clear-all i,:host label.clear-all i,novo-chips label.clear-all i,entity-chips label.clear-all i,novo-entity-chips label.clear-all i{font-size:.7rem;padding-bottom:2px;margin-left:5px}chips i.bhi-search,:host i.bhi-search,novo-chips i.bhi-search,entity-chips i.bhi-search,novo-entity-chips i.bhi-search{position:absolute;bottom:8px;right:0;font-size:1.1em;color:#3d464d}chips,:host,novo-chips,entity-chips,novo-entity-chips{padding:2px 0}chips+i,:host+i,novo-chips+i,entity-chips+i,novo-entity-chips+i{position:absolute;right:0;bottom:7px}chips novo-picker,:host novo-picker,novo-chips novo-picker,entity-chips novo-picker,novo-entity-chips novo-picker{padding-bottom:0}chips novo-picker>input,:host novo-picker>input,novo-chips novo-picker>input,entity-chips novo-picker>input,novo-entity-chips novo-picker>input{border:none;border-bottom:none!important}chips novo-picker>input:disabled,:host novo-picker>input:disabled,novo-chips novo-picker>input:disabled,entity-chips novo-picker>input:disabled,novo-entity-chips novo-picker>input:disabled{border-bottom:none!important}chips.with-value,novo-chips.with-value,entity-chips.with-value,novo-entity-chips.with-value{margin-bottom:0}chips picker-results,:host picker-results,novo-chips picker-results,entity-chips picker-results,novo-entity-chips picker-results{position:absolute;color:#000}chips picker-results novo-list,:host picker-results novo-list,novo-chips picker-results novo-list,entity-chips picker-results novo-list,novo-entity-chips picker-results novo-list{max-height:49vh;overflow:auto}chips picker-results novo-list novo-list-item,:host picker-results novo-list novo-list-item,novo-chips picker-results novo-list novo-list-item,entity-chips picker-results novo-list novo-list-item,novo-entity-chips picker-results novo-list novo-list-item{flex:0 0;transition:background-color .25s}chips picker-results novo-list novo-list-item>div,:host picker-results novo-list novo-list-item>div,novo-chips picker-results novo-list novo-list-item>div,entity-chips picker-results novo-list novo-list-item>div,novo-entity-chips picker-results novo-list novo-list-item>div{width:100%}chips picker-results novo-list novo-list-item.active,:host picker-results novo-list novo-list-item.active,novo-chips picker-results novo-list novo-list-item.active,entity-chips picker-results novo-list novo-list-item.active,novo-entity-chips picker-results novo-list novo-list-item.active{background-color:#e0ebf9}chips picker-results novo-list novo-list-item:hover,:host picker-results novo-list novo-list-item:hover,novo-chips picker-results novo-list novo-list-item:hover,entity-chips picker-results novo-list novo-list-item:hover,novo-entity-chips picker-results novo-list novo-list-item:hover{background-color:#e0ebf9}chips picker-results novo-list novo-list-item item-content,:host picker-results novo-list novo-list-item item-content,novo-chips picker-results novo-list novo-list-item item-content,entity-chips picker-results novo-list novo-list-item item-content,novo-entity-chips picker-results novo-list novo-list-item item-content{flex-flow:row wrap}chips picker-results novo-list novo-list-item item-content>*,:host picker-results novo-list novo-list-item item-content>*,novo-chips picker-results novo-list novo-list-item item-content>*,entity-chips picker-results novo-list novo-list-item item-content>*,novo-entity-chips picker-results novo-list novo-list-item item-content>*{flex:0 0 33%;white-space:nowrap}chips picker-results .error-results,:host picker-results .error-results,chips picker-results .no-recents,:host picker-results .no-recents,chips picker-results .null-results,:host picker-results .null-results,novo-chips picker-results .error-results,novo-chips picker-results .no-recents,novo-chips picker-results .null-results,entity-chips picker-results .error-results,entity-chips picker-results .no-recents,entity-chips picker-results .null-results,novo-entity-chips picker-results .error-results,novo-entity-chips picker-results .no-recents,novo-entity-chips picker-results .null-results{text-align:center;padding:1em 0 4em}chips picker-results .error-results>i,:host picker-results .error-results>i,chips picker-results .no-recents>i,:host picker-results .no-recents>i,chips picker-results .null-results>i,:host picker-results .null-results>i,novo-chips picker-results .error-results>i,novo-chips picker-results .no-recents>i,novo-chips picker-results .null-results>i,entity-chips picker-results .error-results>i,entity-chips picker-results .no-recents>i,entity-chips picker-results .null-results>i,novo-entity-chips picker-results .error-results>i,novo-entity-chips picker-results .no-recents>i,novo-entity-chips picker-results .null-results>i{font-size:3em;margin:.5em;color:#0000004d}chips picker-results .error-results>h4,:host picker-results .error-results>h4,chips picker-results .error-results>p,:host picker-results .error-results>p,chips picker-results .no-recents>h4,:host picker-results .no-recents>h4,chips picker-results .no-recents>p,:host picker-results .no-recents>p,chips picker-results .null-results>h4,:host picker-results .null-results>h4,chips picker-results .null-results>p,:host picker-results .null-results>p,novo-chips picker-results .error-results>h4,novo-chips picker-results .error-results>p,novo-chips picker-results .no-recents>h4,novo-chips picker-results .no-recents>p,novo-chips picker-results .null-results>h4,novo-chips picker-results .null-results>p,entity-chips picker-results .error-results>h4,entity-chips picker-results .error-results>p,entity-chips picker-results .no-recents>h4,entity-chips picker-results .no-recents>p,entity-chips picker-results .null-results>h4,entity-chips picker-results .null-results>p,novo-entity-chips picker-results .error-results>h4,novo-entity-chips picker-results .error-results>p,novo-entity-chips picker-results .no-recents>h4,novo-entity-chips picker-results .no-recents>p,novo-entity-chips picker-results .null-results>h4,novo-entity-chips picker-results .null-results>p{margin:0;max-width:none;padding:0}chips picker-results .error-results>h4,:host picker-results .error-results>h4,chips picker-results .no-recents>h4,:host picker-results .no-recents>h4,chips picker-results .null-results>h4,:host picker-results .null-results>h4,novo-chips picker-results .error-results>h4,novo-chips picker-results .no-recents>h4,novo-chips picker-results .null-results>h4,entity-chips picker-results .error-results>h4,entity-chips picker-results .no-recents>h4,entity-chips picker-results .null-results>h4,novo-entity-chips picker-results .error-results>h4,novo-entity-chips picker-results .no-recents>h4,novo-entity-chips picker-results .null-results>h4{font-weight:500}chips picker-results section,:host picker-results section,novo-chips picker-results section,entity-chips picker-results section,novo-entity-chips picker-results section{box-shadow:.1em .1em 1em #00000040;z-index:9;position:absolute;width:100%;background-color:#fff;color:#000}chips .preview-container entity-picker-result,:host .preview-container entity-picker-result,novo-chips .preview-container entity-picker-result,entity-chips .preview-container entity-picker-result,novo-entity-chips .preview-container entity-picker-result{background:#ffffff;position:absolute;top:100%;left:0;width:100%;min-width:180px;max-height:49vh;overflow:auto;z-index:9001;border:1px solid #4a89dc;transition:all .2s ease-in-out}chips .preview-container entity-picker-result .novo-list-item,:host .preview-container entity-picker-result .novo-list-item,novo-chips .preview-container entity-picker-result .novo-list-item,entity-chips .preview-container entity-picker-result .novo-list-item,novo-entity-chips .preview-container entity-picker-result .novo-list-item{flex:0 0}chips .preview-container entity-picker-result .novo-list-item>div,:host .preview-container entity-picker-result .novo-list-item>div,novo-chips .preview-container entity-picker-result .novo-list-item>div,entity-chips .preview-container entity-picker-result .novo-list-item>div,novo-entity-chips .preview-container entity-picker-result .novo-list-item>div{width:100%}chips .preview-container entity-picker-result .novo-list-item .novo-item-content,:host .preview-container entity-picker-result .novo-list-item .novo-item-content,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content{flex-flow:row wrap}chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,:host .preview-container entity-picker-result .novo-list-item .novo-item-content>*,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>*{flex:0 0 33%;white-space:nowrap}chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,:host .preview-container entity-picker-result .novo-list-item .novo-item-content>p,novo-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p,novo-entity-chips .preview-container entity-picker-result .novo-list-item .novo-item-content>p{min-width:15em;font-size:.9em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:1em}entity-chip-results{max-width:none!important}novo-row-chips{display:flex;flex-flow:column;gap:.8rem}novo-row-chips .novo-row-chips-columns{display:flex;align-items:flex-end;margin-bottom:1em}novo-row-chips .novo-row-chips-columns .column-label{font-weight:500;word-break:word-break;overflow-wrap:break-word;line-height:1.375;color:var(--text-muted);font-size:var(--font-size-label);transition:color .2s ease-out,opacity .2s ease-out;vertical-align:middle;display:flex;flex:1;margin-right:1em}novo-row-chips .novo-row-chips-columns .column-label.text-capitalize{text-transform:capitalize}novo-row-chips .novo-row-chips-columns .column-label.text-uppercase{text-transform:uppercase}novo-row-chips .novo-row-chips-columns .column-label.text-nowrap{white-space:nowrap}novo-row-chips .novo-row-chips-columns .column-label.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}novo-row-chips .novo-row-chips-columns .column-label.text-size-default{font-size:inherit}novo-row-chips .novo-row-chips-columns .column-label.text-size-body{font-size:1.3rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-xs{font-size:1rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-sm{font-size:1.2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-md{font-size:1.3rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-lg{font-size:1.6rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-xl{font-size:2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-2xl{font-size:2.6rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-3xl{font-size:3.2rem}novo-row-chips .novo-row-chips-columns .column-label.text-size-smaller{font-size:.8em}novo-row-chips .novo-row-chips-columns .column-label.text-size-larger{font-size:1.2em}novo-row-chips .novo-row-chips-columns .column-label.text-color-black{color:#000}novo-row-chips .novo-row-chips-columns .column-label.text-color-white{color:#fff}novo-row-chips .novo-row-chips-columns .column-label.text-color-gray{color:#9e9e9e}novo-row-chips .novo-row-chips-columns .column-label.text-color-grey{color:#9e9e9e}novo-row-chips .novo-row-chips-columns .column-label.text-color-offWhite{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-bright{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-light{color:#dbdbdb}novo-row-chips .novo-row-chips-columns .column-label.text-color-neutral{color:#4f5361}novo-row-chips .novo-row-chips-columns .column-label.text-color-dark{color:#3d464d}novo-row-chips .novo-row-chips-columns .column-label.text-color-orange{color:#ff6900}novo-row-chips .novo-row-chips-columns .column-label.text-color-navigation{color:#202945}novo-row-chips .novo-row-chips-columns .column-label.text-color-skyBlue{color:#009bdf}novo-row-chips .novo-row-chips-columns .column-label.text-color-steel{color:#5b6770}novo-row-chips .novo-row-chips-columns .column-label.text-color-metal{color:#637893}novo-row-chips .novo-row-chips-columns .column-label.text-color-sand{color:#f4f4f4}novo-row-chips .novo-row-chips-columns .column-label.text-color-silver{color:#e2e2e2}novo-row-chips .novo-row-chips-columns .column-label.text-color-stone{color:#bebebe}novo-row-chips .novo-row-chips-columns .column-label.text-color-ash{color:#a0a0a0}novo-row-chips .novo-row-chips-columns .column-label.text-color-slate{color:#707070}novo-row-chips .novo-row-chips-columns .column-label.text-color-onyx{color:#526980}novo-row-chips .novo-row-chips-columns .column-label.text-color-charcoal{color:#282828}novo-row-chips .novo-row-chips-columns .column-label.text-color-moonlight{color:#1a242f}novo-row-chips .novo-row-chips-columns .column-label.text-color-midnight{color:#202945}novo-row-chips .novo-row-chips-columns .column-label.text-color-darkness{color:#161f27}novo-row-chips .novo-row-chips-columns .column-label.text-color-navy{color:#0d2d42}novo-row-chips .novo-row-chips-columns .column-label.text-color-aqua{color:#3bafda}novo-row-chips .novo-row-chips-columns .column-label.text-color-ocean{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-mint{color:#37bc9b}novo-row-chips .novo-row-chips-columns .column-label.text-color-grass{color:#8cc152}novo-row-chips .novo-row-chips-columns .column-label.text-color-sunflower{color:#f6b042}novo-row-chips .novo-row-chips-columns .column-label.text-color-bittersweet{color:#eb6845}novo-row-chips .novo-row-chips-columns .column-label.text-color-grapefruit{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-carnation{color:#d770ad}novo-row-chips .novo-row-chips-columns .column-label.text-color-lavender{color:#967adc}novo-row-chips .novo-row-chips-columns .column-label.text-color-mountain{color:#9678b6}novo-row-chips .novo-row-chips-columns .column-label.text-color-info{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-positive{color:#4a89dc}novo-row-chips .novo-row-chips-columns .column-label.text-color-success{color:#8cc152}novo-row-chips .novo-row-chips-columns .column-label.text-color-negative{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-danger{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-error{color:#da4453}novo-row-chips .novo-row-chips-columns .column-label.text-color-warning{color:#f6b042}novo-row-chips .novo-row-chips-columns .column-label.text-color-empty{color:#cccdcc}novo-row-chips .novo-row-chips-columns .column-label.text-color-disabled{color:#bebebe}novo-row-chips .novo-row-chips-columns .column-label.text-color-background{color:#f7f7f7}novo-row-chips .novo-row-chips-columns .column-label.text-color-backgroundDark{color:#e2e2e2}novo-row-chips .novo-row-chips-columns .column-label.text-color-presentation{color:#5b6770}novo-row-chips .novo-row-chips-columns .column-label.text-color-bullhorn{color:#ff6900}novo-row-chips .novo-row-chips-columns .column-label.text-color-pulse{color:#3bafda}novo-row-chips .novo-row-chips-columns .column-label.text-color-company{color:#39d}novo-row-chips .novo-row-chips-columns .column-label.text-color-candidate{color:#4b7}novo-row-chips .novo-row-chips-columns .column-label.text-color-lead{color:#a69}novo-row-chips .novo-row-chips-columns .column-label.text-color-contact{color:#fa4}novo-row-chips .novo-row-chips-columns .column-label.text-color-clientcontact{color:#fa4}novo-row-chips .novo-row-chips-columns .column-label.text-color-opportunity{color:#625}novo-row-chips .novo-row-chips-columns .column-label.text-color-job{color:#b56}novo-row-chips .novo-row-chips-columns .column-label.text-color-joborder{color:#b56}novo-row-chips .novo-row-chips-columns .column-label.text-color-submission{color:#a9adbb}novo-row-chips .novo-row-chips-columns .column-label.text-color-sendout{color:#747884}novo-row-chips .novo-row-chips-columns .column-label.text-color-placement{color:#0b344f}novo-row-chips .novo-row-chips-columns .column-label.text-color-note{color:#747884}novo-row-chips .novo-row-chips-columns .column-label.text-color-contract{color:#454ea0}novo-row-chips .novo-row-chips-columns .column-label.text-color-jobCode{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-earnCode{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-invoiceStatement{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-billableCharge{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-payableCharge{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-user{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-corporateUser{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-distributionList{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-credential{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.text-color-person{color:#696d79}novo-row-chips .novo-row-chips-columns .column-label.margin-before{margin-top:.4rem}novo-row-chips .novo-row-chips-columns .column-label.margin-after{margin-bottom:.8rem}novo-row-chips .novo-row-chips-columns .column-label.text-length-small{max-width:40ch}novo-row-chips .novo-row-chips-columns .column-label.text-length-medium{max-width:55ch}novo-row-chips .novo-row-chips-columns .column-label.text-length-large{max-width:70ch}novo-row-chips .novo-row-chips-columns .column-label.text-weight-hairline{font-weight:100}novo-row-chips .novo-row-chips-columns .column-label.text-weight-thin{font-weight:200}novo-row-chips .novo-row-chips-columns .column-label.text-weight-light{font-weight:300}novo-row-chips .novo-row-chips-columns .column-label.text-weight-normal{font-weight:400}novo-row-chips .novo-row-chips-columns .column-label.text-weight-medium{font-weight:500}novo-row-chips .novo-row-chips-columns .column-label.text-weight-semibold{font-weight:600}novo-row-chips .novo-row-chips-columns .column-label.text-weight-bold{font-weight:700}novo-row-chips .novo-row-chips-columns .column-label.text-weight-extrabold{font-weight:800}novo-row-chips .novo-row-chips-columns .column-label.text-weight-heavy{font-weight:900}novo-row-chips .novo-row-chips-columns .column-label.text-weight-lighter{font-weight:lighter}novo-row-chips .novo-row-chips-columns .column-label.text-weight-bolder{font-weight:bolder}novo-row-chips .novo-row-chips-columns .column-label:first-of-type{flex:0 0 275px}novo-row-chips .novo-row-chips-columns .column-data{display:flex;align-items:center;background:transparent!important;border:none;border-bottom:1px dashed #85939e;border-radius:0;outline:none;height:2em;width:100%;margin:0 1em 0 0}novo-row-chips .novo-row-chips-columns .column-data.editable{border-bottom:none}novo-row-chips .novo-row-chips-columns .column-data.editable input{background:none;border:none}novo-row-chips .novo-row-chips-columns .column-data:first-of-type{flex:0 0 275px}novo-row-chips .novo-row-chips-columns .column-data span{color:inherit;align-items:flex-start;display:flex;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;line-height:1em;max-height:2em;min-height:1em}novo-row-chips .novo-row-chips-columns i.bhi-delete-o{color:#da4453}novo-row-chips .novo-chip.novo-row-chip{padding:0}novo-row-chips .novo-row-chips-empty-message{font-style:italic;color:#9e9e9e}novo-row-chips i{cursor:pointer}:host .chip-input-container{padding-top:10px}:host .chip-input-container .placeholder{color:var(--form-placeholder)}:host .panel-toggle{padding:.2em}:host .panel-toggle i{margin:0}:host .panel-toggle.selected{background:#dbdbdb;border-radius:50%}:host ul.summary{display:inline;list-style:none;color:#868686;padding:0 10px}:host ul.summary li{display:inline;padding:0 3px}:host ul.summary li:after{content:\", \"}:host ul.summary li:last-child:after{content:\" \"}:host chip span{text-transform:capitalize}\n"] }]
|
|
1365
|
+
`, styles: [":host .chip-input-container{padding-top:10px}:host .chip-input-container .placeholder{color:var(--form-placeholder)}:host .panel-toggle{padding:.2em}:host .panel-toggle i{margin:0}:host .panel-toggle.selected{background:#dbdbdb;border-radius:50%}:host ul.summary{display:inline;list-style:none;color:#868686;padding:0 10px}:host ul.summary li{display:inline;padding:0 3px}:host ul.summary li:after{content:\", \"}:host ul.summary li:last-child:after{content:\" \"}:host chip span{text-transform:capitalize}\n"] }]
|
|
1364
1366
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.NovoLabelService }, { type: i0.ChangeDetectorRef }, { type: i1.DateFormatService }]; }, propDecorators: { name: [{
|
|
1365
1367
|
type: Input
|
|
1366
1368
|
}], start: [{
|
|
@@ -1408,7 +1410,7 @@ NovoDatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
1408
1410
|
NovoButtonModule,
|
|
1409
1411
|
NovoPipesModule,
|
|
1410
1412
|
NovoOverlayModule,
|
|
1411
|
-
|
|
1413
|
+
IMaskDirectiveModule,
|
|
1412
1414
|
NovoIconModule,
|
|
1413
1415
|
NovoChipsModule,
|
|
1414
1416
|
NovoCalendarModule], exports: [NovoDatePickerElement, NovoDatePickerInputElement, NovoDateRangeInputElement, NovoMultiDateInputElement] });
|
|
@@ -1418,7 +1420,7 @@ NovoDatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
1418
1420
|
NovoButtonModule,
|
|
1419
1421
|
NovoPipesModule,
|
|
1420
1422
|
NovoOverlayModule,
|
|
1421
|
-
|
|
1423
|
+
IMaskDirectiveModule,
|
|
1422
1424
|
NovoIconModule,
|
|
1423
1425
|
NovoChipsModule,
|
|
1424
1426
|
NovoCalendarModule,
|
|
@@ -1432,7 +1434,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1432
1434
|
NovoButtonModule,
|
|
1433
1435
|
NovoPipesModule,
|
|
1434
1436
|
NovoOverlayModule,
|
|
1435
|
-
|
|
1437
|
+
IMaskDirectiveModule,
|
|
1436
1438
|
NovoIconModule,
|
|
1437
1439
|
NovoChipsModule,
|
|
1438
1440
|
NovoCalendarModule,
|