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;
|
|
@@ -502,18 +501,16 @@ class NovoDatePickerInputElement {
|
|
|
502
501
|
this._initFormatOptions();
|
|
503
502
|
}
|
|
504
503
|
}
|
|
504
|
+
ngAfterViewInit() {
|
|
505
|
+
this.overlay.panelClosingActions.subscribe(this._handleOverlayClickout.bind(this));
|
|
506
|
+
}
|
|
505
507
|
_initFormatOptions() {
|
|
506
508
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
507
509
|
if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
508
|
-
this.maskOptions = this.maskOptions ||
|
|
509
|
-
mask: this.dateFormatService.getDateMask(),
|
|
510
|
-
pipe: createAutoCorrectedDatePipe((this.format || this.labels.dateFormatString()).toLowerCase()),
|
|
511
|
-
keepCharPositions: false,
|
|
512
|
-
guide: true,
|
|
513
|
-
};
|
|
510
|
+
this.maskOptions = this.maskOptions || this.dateFormatService.getDateMask(this.format);
|
|
514
511
|
}
|
|
515
512
|
else {
|
|
516
|
-
this.maskOptions =
|
|
513
|
+
this.maskOptions = undefined;
|
|
517
514
|
}
|
|
518
515
|
this.setupInvalidDateErrorMessage();
|
|
519
516
|
}
|
|
@@ -527,32 +524,39 @@ class NovoDatePickerInputElement {
|
|
|
527
524
|
this.overlay.closePanel();
|
|
528
525
|
}
|
|
529
526
|
get panelOpen() {
|
|
530
|
-
return this.overlay
|
|
527
|
+
return this.overlay?.panelOpen;
|
|
531
528
|
}
|
|
532
529
|
/** END: Convenient Panel Methods. */
|
|
533
530
|
_handleKeydown(event) {
|
|
534
531
|
if ((event.key === "Escape" /* Escape */ || event.key === "Enter" /* Enter */ || event.key === "Tab" /* Tab */) && this.panelOpen) {
|
|
535
|
-
this.
|
|
532
|
+
this._handleValueUpdate(event.target.value, true);
|
|
536
533
|
this.closePanel();
|
|
537
534
|
event.stopPropagation();
|
|
538
535
|
}
|
|
539
536
|
}
|
|
540
537
|
_handleInput(event) {
|
|
541
|
-
if
|
|
542
|
-
|
|
538
|
+
// if maskOptions is enabled, then we do not want to process inputs until the mask has accepted them - so those events will be
|
|
539
|
+
// handled by the (accept) event.
|
|
540
|
+
if (document.activeElement === event.target && !this.maskOptions) {
|
|
541
|
+
this._handleValueUpdate(event.target.value, false);
|
|
543
542
|
}
|
|
544
543
|
}
|
|
545
544
|
_handleBlur(event) {
|
|
546
|
-
this.
|
|
547
|
-
|
|
545
|
+
if (!this.overlay.isBlurRecipient(event)) {
|
|
546
|
+
this.handleInvalidDate();
|
|
547
|
+
this.blurEvent.emit(event);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
_handleOverlayClickout() {
|
|
551
|
+
this.handleInvalidDate(/*fromPanelClose:*/ true);
|
|
552
|
+
this.blurEvent.emit();
|
|
548
553
|
}
|
|
549
554
|
_handleFocus(event) {
|
|
550
555
|
this.showInvalidDateError = false;
|
|
551
556
|
this.openPanel();
|
|
552
557
|
this.focusEvent.emit(event);
|
|
553
558
|
}
|
|
554
|
-
|
|
555
|
-
const value = event.target.value;
|
|
559
|
+
_handleValueUpdate(value, blur) {
|
|
556
560
|
if (value === '') {
|
|
557
561
|
this.clearValue();
|
|
558
562
|
this.closePanel();
|
|
@@ -562,15 +566,27 @@ class NovoDatePickerInputElement {
|
|
|
562
566
|
this.openPanel();
|
|
563
567
|
}
|
|
564
568
|
}
|
|
569
|
+
handleMaskAccept(maskValue) {
|
|
570
|
+
this._handleValueUpdate(maskValue, false);
|
|
571
|
+
}
|
|
565
572
|
formatDate(value, blur) {
|
|
566
573
|
try {
|
|
567
|
-
|
|
574
|
+
let dateTimeValue;
|
|
575
|
+
let isInvalidDate;
|
|
576
|
+
if (this.format) {
|
|
577
|
+
[dateTimeValue, , isInvalidDate] = this.dateFormatService.parseCustomDateString(value, this.format);
|
|
578
|
+
}
|
|
579
|
+
else {
|
|
580
|
+
[dateTimeValue, , isInvalidDate] = this.dateFormatService.parseString(value, false, 'date');
|
|
581
|
+
}
|
|
568
582
|
this.isInvalidDate = isInvalidDate;
|
|
569
|
-
if
|
|
583
|
+
// if we have a full date - set the dateTimeValue
|
|
584
|
+
if (dateTimeValue?.getFullYear()?.toString().length === 4) {
|
|
570
585
|
const dt = new Date(dateTimeValue);
|
|
571
586
|
this.dispatchOnChange(dt, blur);
|
|
587
|
+
// if we only have a partial date - set the value to null
|
|
572
588
|
}
|
|
573
|
-
else {
|
|
589
|
+
else if (isNaN(dateTimeValue?.getUTCDate())) {
|
|
574
590
|
this.dispatchOnChange(null, blur);
|
|
575
591
|
}
|
|
576
592
|
}
|
|
@@ -588,11 +604,13 @@ class NovoDatePickerInputElement {
|
|
|
588
604
|
setDisabledState(disabled) {
|
|
589
605
|
this.disabled = disabled;
|
|
590
606
|
}
|
|
591
|
-
handleInvalidDate() {
|
|
592
|
-
if (this.isInvalidDate && this.value) {
|
|
607
|
+
handleInvalidDate(fromPanelClose = false) {
|
|
608
|
+
if (this.isInvalidDate) { //} && this.value) {
|
|
593
609
|
this.showInvalidDateError = true;
|
|
594
610
|
this.clearValue();
|
|
595
|
-
|
|
611
|
+
if (!fromPanelClose) {
|
|
612
|
+
this.closePanel();
|
|
613
|
+
}
|
|
596
614
|
}
|
|
597
615
|
}
|
|
598
616
|
setupInvalidDateErrorMessage() {
|
|
@@ -647,7 +665,8 @@ class NovoDatePickerInputElement {
|
|
|
647
665
|
* stemmed from the user.
|
|
648
666
|
*/
|
|
649
667
|
setValueAndClose(event) {
|
|
650
|
-
if (event
|
|
668
|
+
if (event?.date) {
|
|
669
|
+
this.showInvalidDateError = false;
|
|
651
670
|
this.dispatchOnChange(event.date, true);
|
|
652
671
|
}
|
|
653
672
|
this.closePanel();
|
|
@@ -696,12 +715,13 @@ NovoDatePickerInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
696
715
|
type="text"
|
|
697
716
|
[name]="name"
|
|
698
717
|
[(ngModel)]="formattedValue"
|
|
699
|
-
[
|
|
718
|
+
[imask]="maskOptions"
|
|
700
719
|
[placeholder]="placeholder"
|
|
701
720
|
(focus)="_handleFocus($event)"
|
|
702
721
|
(keydown)="_handleKeydown($event)"
|
|
703
722
|
(input)="_handleInput($event)"
|
|
704
723
|
(blur)="_handleBlur($event)"
|
|
724
|
+
(accept)="handleMaskAccept($event)"
|
|
705
725
|
#input
|
|
706
726
|
data-automation-id="date-input"
|
|
707
727
|
[disabled]="disabled"
|
|
@@ -720,7 +740,7 @@ NovoDatePickerInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
720
740
|
[weekStart]="weekStart"
|
|
721
741
|
></novo-date-picker>
|
|
722
742
|
</novo-overlay-template>
|
|
723
|
-
`, 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.
|
|
743
|
+
`, 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"] }] });
|
|
724
744
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoDatePickerInputElement, decorators: [{
|
|
725
745
|
type: Component,
|
|
726
746
|
args: [{ selector: 'novo-date-picker-input', providers: [DATE_VALUE_ACCESSOR$1], template: `
|
|
@@ -728,12 +748,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
728
748
|
type="text"
|
|
729
749
|
[name]="name"
|
|
730
750
|
[(ngModel)]="formattedValue"
|
|
731
|
-
[
|
|
751
|
+
[imask]="maskOptions"
|
|
732
752
|
[placeholder]="placeholder"
|
|
733
753
|
(focus)="_handleFocus($event)"
|
|
734
754
|
(keydown)="_handleKeydown($event)"
|
|
735
755
|
(input)="_handleInput($event)"
|
|
736
756
|
(blur)="_handleBlur($event)"
|
|
757
|
+
(accept)="handleMaskAccept($event)"
|
|
737
758
|
#input
|
|
738
759
|
data-automation-id="date-input"
|
|
739
760
|
[disabled]="disabled"
|
|
@@ -852,15 +873,10 @@ class NovoDateRangeInputElement {
|
|
|
852
873
|
_initFormatOptions() {
|
|
853
874
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
854
875
|
if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
855
|
-
this.maskOptions = this.maskOptions ||
|
|
856
|
-
mask: this.dateFormatService.getDateMask(),
|
|
857
|
-
pipe: createAutoCorrectedDatePipe((this.format || this.labels.dateFormatString()).toLowerCase()),
|
|
858
|
-
keepCharPositions: false,
|
|
859
|
-
guide: true,
|
|
860
|
-
};
|
|
876
|
+
this.maskOptions = this.maskOptions || this.dateFormatService.getDateMask(this.format);
|
|
861
877
|
}
|
|
862
878
|
else {
|
|
863
|
-
this.maskOptions =
|
|
879
|
+
this.maskOptions = undefined;
|
|
864
880
|
}
|
|
865
881
|
}
|
|
866
882
|
/** BEGIN: Convenient Panel Methods. */
|
|
@@ -892,7 +908,7 @@ class NovoDateRangeInputElement {
|
|
|
892
908
|
formatDate(value) {
|
|
893
909
|
try {
|
|
894
910
|
const [dateTimeValue] = this.dateFormatService.parseString(value, false, 'date');
|
|
895
|
-
return new Date(dateTimeValue);
|
|
911
|
+
return dateTimeValue ? new Date(dateTimeValue) : null;
|
|
896
912
|
}
|
|
897
913
|
catch (err) {
|
|
898
914
|
return null;
|
|
@@ -1013,7 +1029,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1013
1029
|
type="text"
|
|
1014
1030
|
[name]="name"
|
|
1015
1031
|
[(ngModel)]="formattedStartDate"
|
|
1016
|
-
[
|
|
1032
|
+
[imask]="maskOptions"
|
|
1017
1033
|
[placeholder]="placeholder"
|
|
1018
1034
|
(keydown)="_onStartInputChange($event)"
|
|
1019
1035
|
(input)="_onStartInputChange($event)"
|
|
@@ -1032,7 +1048,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1032
1048
|
type="text"
|
|
1033
1049
|
[name]="name"
|
|
1034
1050
|
[(ngModel)]="formattedEndDate"
|
|
1035
|
-
[
|
|
1051
|
+
[imask]="maskOptions"
|
|
1036
1052
|
[placeholder]="placeholder"
|
|
1037
1053
|
(keydown)="_onEndInputChange($event)"
|
|
1038
1054
|
(input)="_onEndInputChange($event)"
|
|
@@ -1057,7 +1073,7 @@ NovoDateRangeInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1057
1073
|
[weekStart]="weekStart"
|
|
1058
1074
|
></novo-date-picker>
|
|
1059
1075
|
</novo-overlay-template>
|
|
1060
|
-
`, 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.
|
|
1076
|
+
`, 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"] }] });
|
|
1061
1077
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoDateRangeInputElement, decorators: [{
|
|
1062
1078
|
type: Component,
|
|
1063
1079
|
args: [{ selector: 'novo-date-range-input', providers: [DATE_VALUE_ACCESSOR], template: `
|
|
@@ -1066,7 +1082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1066
1082
|
type="text"
|
|
1067
1083
|
[name]="name"
|
|
1068
1084
|
[(ngModel)]="formattedStartDate"
|
|
1069
|
-
[
|
|
1085
|
+
[imask]="maskOptions"
|
|
1070
1086
|
[placeholder]="placeholder"
|
|
1071
1087
|
(keydown)="_onStartInputChange($event)"
|
|
1072
1088
|
(input)="_onStartInputChange($event)"
|
|
@@ -1085,7 +1101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1085
1101
|
type="text"
|
|
1086
1102
|
[name]="name"
|
|
1087
1103
|
[(ngModel)]="formattedEndDate"
|
|
1088
|
-
[
|
|
1104
|
+
[imask]="maskOptions"
|
|
1089
1105
|
[placeholder]="placeholder"
|
|
1090
1106
|
(keydown)="_onEndInputChange($event)"
|
|
1091
1107
|
(input)="_onEndInputChange($event)"
|
|
@@ -1196,7 +1212,6 @@ class NovoMultiDateInputElement {
|
|
|
1196
1212
|
set value(value) {
|
|
1197
1213
|
if (this.value !== value) {
|
|
1198
1214
|
this._value = value;
|
|
1199
|
-
this._setFormValue(value);
|
|
1200
1215
|
this.onChangeCallback(this._value);
|
|
1201
1216
|
}
|
|
1202
1217
|
}
|
|
@@ -1209,16 +1224,6 @@ class NovoMultiDateInputElement {
|
|
|
1209
1224
|
}
|
|
1210
1225
|
ngOnInit() {
|
|
1211
1226
|
this.userDefinedFormat = this.format ? !this.format.match(/^(DD\/MM\/YYYY|MM\/DD\/YYYY)$/g) : false;
|
|
1212
|
-
// if (!this.userDefinedFormat && this.textMaskEnabled && !this.allowInvalidDate) {
|
|
1213
|
-
// this.maskOptions = this.maskOptions || {
|
|
1214
|
-
// mask: this.dateFormatService.getDateMask(),
|
|
1215
|
-
// pipe: createAutoCorrectedDatePipe(this.format || this.labels.dateFormatString().toLowerCase()),
|
|
1216
|
-
// keepCharPositions: false,
|
|
1217
|
-
// guide: true,
|
|
1218
|
-
// };
|
|
1219
|
-
// } else {
|
|
1220
|
-
// this.maskOptions = { mask: false };
|
|
1221
|
-
// }
|
|
1222
1227
|
}
|
|
1223
1228
|
formatter(value) {
|
|
1224
1229
|
const [dateTimeValue, formatted] = this.dateFormatService.parseString(value, false, 'date');
|
|
@@ -1270,11 +1275,6 @@ class NovoMultiDateInputElement {
|
|
|
1270
1275
|
registerOnTouched(fn) {
|
|
1271
1276
|
this.onTouchedCallback = fn;
|
|
1272
1277
|
}
|
|
1273
|
-
_setFormValue(value) {
|
|
1274
|
-
if (this.value) {
|
|
1275
|
-
// this.formattedStartDate = this.formatDateValue(this.value.startDate);
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
1278
|
/**
|
|
1279
1279
|
* This method closes the panel, and if a value is specified, also sets the associated
|
|
1280
1280
|
* control to that value. It will also mark the control as dirty if this interaction
|
|
@@ -1327,7 +1327,7 @@ NovoMultiDateInputElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1327
1327
|
[weekStart]="weekStart"
|
|
1328
1328
|
></novo-date-picker>
|
|
1329
1329
|
</novo-overlay-template>
|
|
1330
|
-
`, 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 } });
|
|
1330
|
+
`, 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 } });
|
|
1331
1331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NovoMultiDateInputElement, decorators: [{
|
|
1332
1332
|
type: Component,
|
|
1333
1333
|
args: [{ selector: 'novo-multi-date-input', providers: [MULTI_DATE_VALUE_ACCESSOR], template: `
|
|
@@ -1358,7 +1358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1358
1358
|
[weekStart]="weekStart"
|
|
1359
1359
|
></novo-date-picker>
|
|
1360
1360
|
</novo-overlay-template>
|
|
1361
|
-
`, 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"] }]
|
|
1361
|
+
`, 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"] }]
|
|
1362
1362
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.NovoLabelService }, { type: i0.ChangeDetectorRef }, { type: i1.DateFormatService }]; }, propDecorators: { name: [{
|
|
1363
1363
|
type: Input
|
|
1364
1364
|
}], start: [{
|
|
@@ -1406,7 +1406,7 @@ NovoDatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
1406
1406
|
NovoButtonModule,
|
|
1407
1407
|
NovoPipesModule,
|
|
1408
1408
|
NovoOverlayModule,
|
|
1409
|
-
|
|
1409
|
+
IMaskDirectiveModule,
|
|
1410
1410
|
NovoIconModule,
|
|
1411
1411
|
NovoChipsModule,
|
|
1412
1412
|
NovoCalendarModule], exports: [NovoDatePickerElement, NovoDatePickerInputElement, NovoDateRangeInputElement, NovoMultiDateInputElement] });
|
|
@@ -1416,7 +1416,7 @@ NovoDatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
1416
1416
|
NovoButtonModule,
|
|
1417
1417
|
NovoPipesModule,
|
|
1418
1418
|
NovoOverlayModule,
|
|
1419
|
-
|
|
1419
|
+
IMaskDirectiveModule,
|
|
1420
1420
|
NovoIconModule,
|
|
1421
1421
|
NovoChipsModule,
|
|
1422
1422
|
NovoCalendarModule,
|
|
@@ -1430,7 +1430,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1430
1430
|
NovoButtonModule,
|
|
1431
1431
|
NovoPipesModule,
|
|
1432
1432
|
NovoOverlayModule,
|
|
1433
|
-
|
|
1433
|
+
IMaskDirectiveModule,
|
|
1434
1434
|
NovoIconModule,
|
|
1435
1435
|
NovoChipsModule,
|
|
1436
1436
|
NovoCalendarModule,
|