novo-elements 11.4.0 → 12.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/index.d.ts +49 -2
- package/addons/ckeditor/index.d.ts +58 -2
- package/addons/code-editor/index.d.ts +43 -2
- package/elements/agenda/index.d.ts +601 -6
- package/elements/aside/index.d.ts +61 -5
- package/elements/autocomplete/index.d.ts +105 -2
- package/elements/avatar/index.d.ts +42 -3
- package/elements/breadcrumbs/index.d.ts +87 -6
- package/elements/button/index.d.ts +65 -2
- package/elements/calendar/index.d.ts +200 -6
- package/elements/card/index.d.ts +69 -2
- package/elements/category-dropdown/index.d.ts +44 -2
- package/elements/checkbox/index.d.ts +117 -3
- package/elements/chips/index.d.ts +665 -9
- package/elements/color-picker/index.d.ts +142 -4
- package/elements/common/index.d.ts +745 -19
- package/elements/data-table/index.d.ts +939 -15
- package/elements/date-picker/index.d.ts +410 -5
- package/elements/date-time-picker/index.d.ts +113 -3
- package/elements/divider/index.d.ts +25 -2
- package/elements/drag-drop/index.d.ts +74 -2
- package/elements/dropdown/index.d.ts +117 -2
- package/elements/expansion/index.d.ts +161 -6
- package/elements/field/index.d.ts +513 -14
- package/elements/flex/index.d.ts +53 -4
- package/elements/form/index.d.ts +1312 -17
- package/elements/header/index.d.ts +51 -2
- package/elements/icon/index.d.ts +37 -2
- package/elements/layout/index.d.ts +306 -6
- package/elements/list/index.d.ts +59 -2
- package/elements/loading/index.d.ts +64 -2
- package/elements/menu/index.d.ts +202 -8
- package/elements/modal/index.d.ts +96 -6
- package/elements/multi-picker/index.d.ts +122 -2
- package/elements/non-ideal-state/index.d.ts +22 -2
- package/elements/picker/index.d.ts +387 -3
- package/elements/places/index.d.ts +121 -3
- package/elements/popover/index.d.ts +93 -3
- package/elements/progress/index.d.ts +85 -4
- package/elements/query-builder/index.d.ts +625 -17
- package/elements/quick-note/index.d.ts +187 -3
- package/elements/radio/index.d.ts +147 -4
- package/elements/search/index.d.ts +85 -2
- package/elements/select/index.d.ts +248 -3
- package/elements/select-search/index.d.ts +268 -3
- package/elements/simple-table/index.d.ts +544 -12
- package/elements/simple-table/table.scss +10 -10
- package/elements/slider/index.d.ts +32 -2
- package/elements/stepper/index.d.ts +134 -7
- package/elements/switch/index.d.ts +35 -2
- package/elements/tabbed-group-picker/index.d.ts +147 -2
- package/elements/tabs/index.d.ts +105 -2
- package/elements/tiles/index.d.ts +45 -2
- package/elements/time-picker/index.d.ts +141 -3
- package/elements/tip-well/index.d.ts +37 -2
- package/elements/toast/index.d.ts +94 -3
- package/elements/toolbar/index.d.ts +32 -2
- package/elements/tooltip/index.d.ts +70 -3
- package/elements/unless/index.d.ts +26 -2
- package/elements/value/index.d.ts +142 -4
- package/fesm2022/novo-elements-addons-ace-editor.mjs +7 -7
- package/fesm2022/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2022/novo-elements-addons-ckeditor.mjs +7 -7
- package/fesm2022/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2022/novo-elements-addons-code-editor.mjs +7 -7
- package/fesm2022/novo-elements-addons-code-editor.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-agenda.mjs +61 -61
- package/fesm2022/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-aside.mjs +17 -16
- package/fesm2022/novo-elements-elements-aside.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-autocomplete.mjs +7 -7
- package/fesm2022/novo-elements-elements-autocomplete.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-avatar.mjs +10 -10
- package/fesm2022/novo-elements-elements-avatar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs +13 -13
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-button.mjs +12 -12
- package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-calendar.mjs +25 -25
- package/fesm2022/novo-elements-elements-calendar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-card.mjs +19 -19
- package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-category-dropdown.mjs +7 -7
- package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-checkbox.mjs +10 -10
- package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-chips.mjs +47 -39
- package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-color-picker.mjs +13 -13
- package/fesm2022/novo-elements-elements-color-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-common.mjs +116 -107
- package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-data-table.mjs +77 -77
- package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-picker.mjs +17 -17
- package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-time-picker.mjs +11 -11
- package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-divider.mjs +7 -7
- package/fesm2022/novo-elements-elements-divider.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-drag-drop.mjs +11 -11
- package/fesm2022/novo-elements-elements-drag-drop.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-dropdown.mjs +19 -19
- package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-expansion.mjs +26 -26
- package/fesm2022/novo-elements-elements-expansion.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-field.mjs +46 -46
- package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-flex.mjs +16 -16
- package/fesm2022/novo-elements-elements-flex.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-form.mjs +53 -53
- package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-header.mjs +16 -16
- package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-icon.mjs +7 -7
- package/fesm2022/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-layout.mjs +19 -19
- package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-list.mjs +28 -28
- package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-loading.mjs +19 -19
- package/fesm2022/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-menu.mjs +19 -19
- package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-modal.mjs +26 -23
- package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-multi-picker.mjs +7 -7
- package/fesm2022/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-non-ideal-state.mjs +7 -7
- package/fesm2022/novo-elements-elements-non-ideal-state.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-picker.mjs +42 -39
- package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-places.mjs +10 -10
- package/fesm2022/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-popover.mjs +10 -10
- package/fesm2022/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-progress.mjs +10 -10
- package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-query-builder.mjs +88 -88
- package/fesm2022/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-quick-note.mjs +10 -10
- package/fesm2022/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-radio.mjs +10 -10
- package/fesm2022/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-search.mjs +7 -7
- package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select-search.mjs +10 -10
- package/fesm2022/novo-elements-elements-select-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select.mjs +23 -19
- package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-simple-table.mjs +119 -93
- package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-slider.mjs +7 -7
- package/fesm2022/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-stepper.mjs +34 -34
- package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-switch.mjs +7 -7
- package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +7 -7
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabs.mjs +26 -26
- package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tiles.mjs +7 -7
- package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-time-picker.mjs +10 -10
- package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tip-well.mjs +7 -7
- package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toast.mjs +10 -10
- package/fesm2022/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toolbar.mjs +10 -10
- package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tooltip.mjs +12 -12
- package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-unless.mjs +7 -7
- package/fesm2022/novo-elements-elements-unless.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-value.mjs +14 -14
- package/fesm2022/novo-elements-elements-value.mjs.map +1 -1
- package/fesm2022/novo-elements-pipes.mjs +35 -35
- package/fesm2022/novo-elements-pipes.mjs.map +1 -1
- package/fesm2022/novo-elements-services.mjs +24 -24
- package/fesm2022/novo-elements-services.mjs.map +1 -1
- package/fesm2022/novo-elements-utils.mjs +4 -4
- package/fesm2022/novo-elements-utils.mjs.map +1 -1
- package/fesm2022/novo-elements.mjs +9 -8
- package/fesm2022/novo-elements.mjs.map +1 -1
- package/index.d.ts +27 -3
- package/package.json +17 -17
- package/pipes/index.d.ts +75 -7
- package/services/index.d.ts +602 -9
- package/utils/index.d.ts +1631 -12
- package/addons/ace-editor/AceEditor.d.ts +0 -42
- package/addons/ace-editor/AceEditor.module.d.ts +0 -8
- package/addons/ckeditor/CKEditor.d.ts +0 -52
- package/addons/ckeditor/CKEditor.module.d.ts +0 -9
- package/addons/code-editor/CodeEditor.d.ts +0 -32
- package/addons/code-editor/CodeEditor.module.d.ts +0 -9
- package/elements/agenda/Agenda.module.d.ts +0 -29
- package/elements/agenda/common/AgendaDateChange.d.ts +0 -28
- package/elements/agenda/common/EventTypeLegend.d.ts +0 -10
- package/elements/agenda/common/index.d.ts +0 -2
- package/elements/agenda/day/AgendaAllDayEvent.d.ts +0 -10
- package/elements/agenda/day/AgendaDayEvent.d.ts +0 -11
- package/elements/agenda/day/AgendaDayView.d.ts +0 -151
- package/elements/agenda/day/AgendaHourSegment.d.ts +0 -10
- package/elements/agenda/day/index.d.ts +0 -4
- package/elements/agenda/month/AgendaMonthDay.d.ts +0 -17
- package/elements/agenda/month/AgendaMonthHeader.d.ts +0 -17
- package/elements/agenda/month/AgendaMonthView.d.ts +0 -113
- package/elements/agenda/month/index.d.ts +0 -3
- package/elements/agenda/pipe/DayOfMonth.pipe.d.ts +0 -9
- package/elements/agenda/pipe/EndOfWeekDisplayPipe.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Hours.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Month.pipe.d.ts +0 -9
- package/elements/agenda/pipe/MonthDay.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Weekday.pipe.d.ts +0 -9
- package/elements/agenda/pipe/Year.pipe.d.ts +0 -9
- package/elements/agenda/pipe/index.d.ts +0 -7
- package/elements/agenda/week/AgendaWeekEvent.d.ts +0 -11
- package/elements/agenda/week/AgendaWeekHeader.d.ts +0 -17
- package/elements/agenda/week/AgendaWeekView.d.ts +0 -159
- package/elements/agenda/week/index.d.ts +0 -3
- package/elements/aside/aside-ref.d.ts +0 -17
- package/elements/aside/aside.animation.d.ts +0 -1
- package/elements/aside/aside.component.d.ts +0 -18
- package/elements/aside/aside.module.d.ts +0 -9
- package/elements/aside/aside.service.d.ts +0 -16
- package/elements/autocomplete/autocomplete.component.d.ts +0 -92
- package/elements/autocomplete/autocomplete.module.d.ts +0 -12
- package/elements/avatar/Avatar.d.ts +0 -22
- package/elements/avatar/Avatar.module.d.ts +0 -9
- package/elements/avatar/AvatarStack.d.ts +0 -12
- package/elements/breadcrumbs/Breadcrumb.d.ts +0 -13
- package/elements/breadcrumbs/Breadcrumb.module.d.ts +0 -15
- package/elements/breadcrumbs/Breadcrumb.service.d.ts +0 -9
- package/elements/breadcrumbs/Breadcrumb.tokens.d.ts +0 -13
- package/elements/breadcrumbs/Breadcrumb.types.d.ts +0 -18
- package/elements/breadcrumbs/breadcrumb-item/BreadcrumbItem.d.ts +0 -23
- package/elements/breadcrumbs/breadcrumb-item/index.d.ts +0 -1
- package/elements/button/Button.d.ts +0 -55
- package/elements/button/Button.module.d.ts +0 -8
- package/elements/calendar/Calendar.module.d.ts +0 -15
- package/elements/calendar/calendar.component.d.ts +0 -57
- package/elements/calendar/month-select/month-select.component.d.ts +0 -18
- package/elements/calendar/month-view/month-view.component.d.ts +0 -60
- package/elements/calendar/strategies/default-selection.strategy.d.ts +0 -17
- package/elements/calendar/strategies/index.d.ts +0 -4
- package/elements/calendar/strategies/multi-date-selection.strategy.d.ts +0 -9
- package/elements/calendar/strategies/range-selection.strategy.d.ts +0 -9
- package/elements/calendar/strategies/week-selection.strategy.d.ts +0 -9
- package/elements/calendar/year-select/year-select.component.d.ts +0 -20
- package/elements/card/Card.d.ts +0 -55
- package/elements/card/Card.module.d.ts +0 -12
- package/elements/category-dropdown/CategoryDropdown.d.ts +0 -32
- package/elements/category-dropdown/CategoryDropdown.module.d.ts +0 -10
- package/elements/checkbox/CheckList.d.ts +0 -23
- package/elements/checkbox/Checkbox.d.ts +0 -84
- package/elements/checkbox/Checkbox.module.d.ts +0 -11
- package/elements/chips/Chip.d.ts +0 -164
- package/elements/chips/ChipDefaults.d.ts +0 -8
- package/elements/chips/ChipInput.d.ts +0 -77
- package/elements/chips/ChipList.d.ts +0 -293
- package/elements/chips/ChipTextControl.d.ts +0 -14
- package/elements/chips/Chips.d.ts +0 -91
- package/elements/chips/Chips.module.d.ts +0 -19
- package/elements/chips/RowChips.d.ts +0 -17
- package/elements/chips/pipe/AvatarType.pipe.d.ts +0 -7
- package/elements/chips/pipe/index.d.ts +0 -1
- package/elements/color-picker/color-input.component.d.ts +0 -57
- package/elements/color-picker/color-picker.component.d.ts +0 -41
- package/elements/color-picker/color-picker.module.d.ts +0 -15
- package/elements/color-picker/color-swatch.component.d.ts +0 -31
- package/elements/common/common.module.d.ts +0 -24
- package/elements/common/directives/accent.directive.d.ts +0 -14
- package/elements/common/directives/bg.directive.d.ts +0 -11
- package/elements/common/directives/border.directive.d.ts +0 -29
- package/elements/common/directives/color.directive.d.ts +0 -11
- package/elements/common/directives/fill.directive.d.ts +0 -10
- package/elements/common/directives/flex.directive.d.ts +0 -12
- package/elements/common/directives/space.directive.d.ts +0 -54
- package/elements/common/directives/switch-cases.directive.d.ts +0 -16
- package/elements/common/directives/theme.directive.d.ts +0 -10
- package/elements/common/directives/visible.directive.d.ts +0 -10
- package/elements/common/error/error-options.d.ts +0 -14
- package/elements/common/mixins/color.mixin.d.ts +0 -15
- package/elements/common/mixins/constructor.d.ts +0 -9
- package/elements/common/mixins/disabled.mixin.d.ts +0 -10
- package/elements/common/mixins/error-state.mixin.d.ts +0 -25
- package/elements/common/mixins/index.d.ts +0 -9
- package/elements/common/mixins/overlay.mixin.d.ts +0 -17
- package/elements/common/mixins/required.mixin.d.ts +0 -10
- package/elements/common/mixins/size.mixin.d.ts +0 -15
- package/elements/common/mixins/tab-index.mixin.d.ts +0 -13
- package/elements/common/mixins/types.d.ts +0 -5
- package/elements/common/novo-template/index.d.ts +0 -1
- package/elements/common/novo-template/novo-template.directive.d.ts +0 -11
- package/elements/common/option/index.d.ts +0 -13
- package/elements/common/option/optgroup.component.d.ts +0 -32
- package/elements/common/option/option-parent.d.ts +0 -14
- package/elements/common/option/option.component.d.ts +0 -140
- package/elements/common/overlay/Overlay.d.ts +0 -71
- package/elements/common/overlay/Overlay.module.d.ts +0 -11
- package/elements/common/overlay/index.d.ts +0 -2
- package/elements/common/selection/index.d.ts +0 -8
- package/elements/common/selection/pseudo-checkbox/pseudo-checkbox.component.d.ts +0 -32
- package/elements/common/theme/theme-options.d.ts +0 -25
- package/elements/common/typography/base/base-text.component.d.ts +0 -33
- package/elements/common/typography/caption/caption.component.d.ts +0 -16
- package/elements/common/typography/index.d.ts +0 -7
- package/elements/common/typography/label/label.component.d.ts +0 -10
- package/elements/common/typography/link/link.component.d.ts +0 -17
- package/elements/common/typography/text/text.component.d.ts +0 -17
- package/elements/common/typography/text.types.d.ts +0 -3
- package/elements/common/typography/title/title.component.d.ts +0 -18
- package/elements/data-table/ListInteractionTypes.d.ts +0 -10
- package/elements/data-table/cell-headers/data-table-checkbox-header-cell.component.d.ts +0 -24
- package/elements/data-table/cell-headers/data-table-expand-header-cell.component.d.ts +0 -16
- package/elements/data-table/cell-headers/data-table-header-cell-filter-header.component.d.ts +0 -16
- package/elements/data-table/cell-headers/data-table-header-cell.component.d.ts +0 -91
- package/elements/data-table/cell-headers/data-table-header-cell.directive.d.ts +0 -14
- package/elements/data-table/cell-headers/index.d.ts +0 -5
- package/elements/data-table/cells/data-table-cell.component.d.ts +0 -20
- package/elements/data-table/cells/data-table-checkbox-cell.component.d.ts +0 -23
- package/elements/data-table/cells/data-table-expand-cell.component.d.ts +0 -19
- package/elements/data-table/cells/index.d.ts +0 -3
- package/elements/data-table/data-table-clear-button.component.d.ts +0 -23
- package/elements/data-table/data-table-expand.directive.d.ts +0 -21
- package/elements/data-table/data-table.component.d.ts +0 -126
- package/elements/data-table/data-table.module.d.ts +0 -42
- package/elements/data-table/data-table.pipes.d.ts +0 -52
- package/elements/data-table/data-table.source.d.ts +0 -22
- package/elements/data-table/data-table.token.d.ts +0 -27
- package/elements/data-table/interfaces.d.ts +0 -268
- package/elements/data-table/pagination/data-table-pagination.component.d.ts +0 -62
- package/elements/data-table/pagination/index.d.ts +0 -1
- package/elements/data-table/rows/data-table-header-row.component.d.ts +0 -9
- package/elements/data-table/rows/data-table-row.component.d.ts +0 -10
- package/elements/data-table/rows/index.d.ts +0 -2
- package/elements/data-table/services/data-table-filter-utils.d.ts +0 -3
- package/elements/data-table/services/index.d.ts +0 -3
- package/elements/data-table/services/remote-data-table.service.d.ts +0 -11
- package/elements/data-table/services/static-data-table.service.d.ts +0 -15
- package/elements/data-table/sort-filter/index.d.ts +0 -3
- package/elements/data-table/sort-filter/sort-button.animations.d.ts +0 -5
- package/elements/data-table/sort-filter/sort-button.component.d.ts +0 -21
- package/elements/data-table/sort-filter/sort-direction.d.ts +0 -5
- package/elements/data-table/sort-filter/sort-filter.directive.d.ts +0 -11
- package/elements/data-table/state/data-table-state.service.d.ts +0 -52
- package/elements/data-table/state/index.d.ts +0 -1
- package/elements/date-picker/DatePicker.d.ts +0 -113
- package/elements/date-picker/DatePicker.module.d.ts +0 -19
- package/elements/date-picker/DatePickerInput.d.ts +0 -146
- package/elements/date-picker/DateRangeInput.d.ts +0 -77
- package/elements/date-picker/MultiDateInput.d.ts +0 -67
- package/elements/date-time-picker/DateTimePicker.d.ts +0 -51
- package/elements/date-time-picker/DateTimePicker.module.d.ts +0 -14
- package/elements/date-time-picker/DateTimePickerInput.d.ts +0 -50
- package/elements/divider/divider.component.d.ts +0 -16
- package/elements/divider/divider.module.d.ts +0 -7
- package/elements/drag-drop/drag-drop-box.d.ts +0 -65
- package/elements/drag-drop/drag-drop.module.d.ts +0 -7
- package/elements/dropdown/Dropdown.d.ts +0 -108
- package/elements/dropdown/Dropdown.module.d.ts +0 -8
- package/elements/expansion/accordion.d.ts +0 -24
- package/elements/expansion/expansion-animations.d.ts +0 -9
- package/elements/expansion/expansion-panel-content.d.ts +0 -12
- package/elements/expansion/expansion-panel-header.d.ts +0 -52
- package/elements/expansion/expansion-panel.d.ts +0 -57
- package/elements/expansion/expansion.module.d.ts +0 -13
- package/elements/field/error/error.d.ts +0 -10
- package/elements/field/error/index.d.ts +0 -1
- package/elements/field/field-control.d.ts +0 -54
- package/elements/field/field.d.ts +0 -59
- package/elements/field/field.module.d.ts +0 -20
- package/elements/field/fieldset.d.ts +0 -18
- package/elements/field/formats/base-format.d.ts +0 -13
- package/elements/field/formats/date-format.d.ts +0 -26
- package/elements/field/formats/date-range-format.d.ts +0 -36
- package/elements/field/formats/date-time-format.d.ts +0 -35
- package/elements/field/formats/time-format.d.ts +0 -38
- package/elements/field/hint/hint.d.ts +0 -11
- package/elements/field/hint/index.d.ts +0 -1
- package/elements/field/input.d.ts +0 -165
- package/elements/field/picker.directive.d.ts +0 -22
- package/elements/field/toggle/picker-toggle.component.d.ts +0 -48
- package/elements/flex/Box.d.ts +0 -11
- package/elements/flex/Flex.d.ts +0 -17
- package/elements/flex/Flex.module.d.ts +0 -10
- package/elements/flex/Grid.d.ts +0 -14
- package/elements/form/Control.d.ts +0 -116
- package/elements/form/ControlGroup.d.ts +0 -111
- package/elements/form/ControlTemplates.d.ts +0 -12
- package/elements/form/DynamicForm.d.ts +0 -54
- package/elements/form/FieldInteractionApi.d.ts +0 -177
- package/elements/form/FieldInteractionApiTypes.d.ts +0 -29
- package/elements/form/FieldInteractionModals.d.ts +0 -21
- package/elements/form/Form.d.ts +0 -24
- package/elements/form/Form.module.d.ts +0 -39
- package/elements/form/FormControls.d.ts +0 -24
- package/elements/form/FormInterfaces.d.ts +0 -29
- package/elements/form/FormValidators.d.ts +0 -22
- package/elements/form/NovoFormControl.d.ts +0 -112
- package/elements/form/NovoFormGroup.d.ts +0 -19
- package/elements/form/controls/BaseControl.d.ts +0 -119
- package/elements/form/controls/ControlFactory.d.ts +0 -4
- package/elements/form/controls/ace-editor/AceEditorControl.d.ts +0 -5
- package/elements/form/controls/ace-editor/index.d.ts +0 -1
- package/elements/form/controls/address/AddressControl.d.ts +0 -5
- package/elements/form/controls/address/index.d.ts +0 -1
- package/elements/form/controls/check-list/CheckListControl.d.ts +0 -5
- package/elements/form/controls/check-list/index.d.ts +0 -1
- package/elements/form/controls/checkbox/CheckboxControl.d.ts +0 -5
- package/elements/form/controls/checkbox/index.d.ts +0 -1
- package/elements/form/controls/code-editor/CodeEditorControl.d.ts +0 -5
- package/elements/form/controls/code-editor/index.d.ts +0 -1
- package/elements/form/controls/custom/CustomControl.d.ts +0 -5
- package/elements/form/controls/custom/index.d.ts +0 -1
- package/elements/form/controls/date/DateControl.d.ts +0 -5
- package/elements/form/controls/date/index.d.ts +0 -1
- package/elements/form/controls/date-time/DateTimeControl.d.ts +0 -5
- package/elements/form/controls/date-time/index.d.ts +0 -1
- package/elements/form/controls/editor/EditorControl.d.ts +0 -6
- package/elements/form/controls/editor/index.d.ts +0 -1
- package/elements/form/controls/file/FileControl.d.ts +0 -5
- package/elements/form/controls/file/index.d.ts +0 -1
- package/elements/form/controls/grouped/GroupedControl.d.ts +0 -6
- package/elements/form/controls/grouped/index.d.ts +0 -1
- package/elements/form/controls/index.d.ts +0 -24
- package/elements/form/controls/native-select/NativeSelectControl.d.ts +0 -6
- package/elements/form/controls/native-select/index.d.ts +0 -1
- package/elements/form/controls/picker/PickerControl.d.ts +0 -9
- package/elements/form/controls/picker/index.d.ts +0 -1
- package/elements/form/controls/quick-note/QuickNoteControl.d.ts +0 -6
- package/elements/form/controls/quick-note/index.d.ts +0 -1
- package/elements/form/controls/radio/RadioControl.d.ts +0 -6
- package/elements/form/controls/radio/index.d.ts +0 -1
- package/elements/form/controls/read-only/ReadOnlyControl.d.ts +0 -5
- package/elements/form/controls/read-only/index.d.ts +0 -1
- package/elements/form/controls/select/SelectControl.d.ts +0 -6
- package/elements/form/controls/select/index.d.ts +0 -1
- package/elements/form/controls/switch/SwitchControl.d.ts +0 -5
- package/elements/form/controls/switch/index.d.ts +0 -1
- package/elements/form/controls/text-area/TextAreaControl.d.ts +0 -5
- package/elements/form/controls/text-area/index.d.ts +0 -1
- package/elements/form/controls/textbox/TextBoxControl.d.ts +0 -9
- package/elements/form/controls/textbox/index.d.ts +0 -1
- package/elements/form/controls/tiles/TilesControl.d.ts +0 -6
- package/elements/form/controls/tiles/index.d.ts +0 -1
- package/elements/form/controls/time/TimeControl.d.ts +0 -5
- package/elements/form/controls/time/index.d.ts +0 -1
- package/elements/form/controls/timezone/TimezoneControl.d.ts +0 -7
- package/elements/form/controls/timezone/index.d.ts +0 -1
- package/elements/form/extras/FormExtras.module.d.ts +0 -21
- package/elements/form/extras/address/Address.d.ts +0 -70
- package/elements/form/extras/address/index.d.ts +0 -1
- package/elements/form/extras/file/FileInput.d.ts +0 -134
- package/elements/form/extras/file/extras/file/File.d.ts +0 -22
- package/elements/form/extras/file/extras/file/index.d.ts +0 -1
- package/elements/form/extras/file/extras/index.d.ts +0 -1
- package/elements/form/extras/file/index.d.ts +0 -2
- package/elements/form/extras/index.d.ts +0 -4
- package/elements/form/extras/number-range/index.d.ts +0 -1
- package/elements/form/extras/number-range/number-range.component.d.ts +0 -27
- package/elements/form/utils/FormUtils.d.ts +0 -79
- package/elements/form/utils/index.d.ts +0 -1
- package/elements/header/Header.d.ts +0 -38
- package/elements/header/Header.module.d.ts +0 -11
- package/elements/icon/Icon.d.ts +0 -27
- package/elements/icon/Icon.module.d.ts +0 -8
- package/elements/layout/container/layout-container.component.d.ts +0 -118
- package/elements/layout/content/layout-content.component.d.ts +0 -13
- package/elements/layout/layout.constants.d.ts +0 -19
- package/elements/layout/layout.module.d.ts +0 -11
- package/elements/layout/rail/rail.component.d.ts +0 -9
- package/elements/layout/sidenav/sidenav.animations.d.ts +0 -8
- package/elements/layout/sidenav/sidenav.component.d.ts +0 -147
- package/elements/list/List.d.ts +0 -47
- package/elements/list/List.module.d.ts +0 -10
- package/elements/loading/Loading.d.ts +0 -54
- package/elements/loading/Loading.module.d.ts +0 -8
- package/elements/menu/menu-content.component.d.ts +0 -45
- package/elements/menu/menu-item.directive.d.ts +0 -21
- package/elements/menu/menu.component.d.ts +0 -39
- package/elements/menu/menu.directive.d.ts +0 -29
- package/elements/menu/menu.module.d.ts +0 -17
- package/elements/menu/menu.service.d.ts +0 -60
- package/elements/menu/menu.tokens.d.ts +0 -3
- package/elements/menu/menu.types.d.ts +0 -8
- package/elements/modal/modal-container.component.d.ts +0 -20
- package/elements/modal/modal-ref.d.ts +0 -25
- package/elements/modal/modal.animation.d.ts +0 -1
- package/elements/modal/modal.component.d.ts +0 -21
- package/elements/modal/modal.module.d.ts +0 -12
- package/elements/modal/modal.service.d.ts +0 -19
- package/elements/multi-picker/MultiPicker.d.ts +0 -110
- package/elements/multi-picker/MultiPicker.module.d.ts +0 -11
- package/elements/non-ideal-state/NonIdealState.d.ts +0 -10
- package/elements/non-ideal-state/NonIdealState.module.d.ts +0 -10
- package/elements/picker/Picker.d.ts +0 -78
- package/elements/picker/Picker.module.d.ts +0 -22
- package/elements/picker/extras/base-picker-results/BasePickerResults.d.ts +0 -96
- package/elements/picker/extras/base-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/checklist-picker-results/ChecklistPickerResults.d.ts +0 -24
- package/elements/picker/extras/checklist-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/distributionlist-picker-results/DistributionListPickerResults.d.ts +0 -16
- package/elements/picker/extras/distributionlist-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/entity-picker-results/EntityPickerResults.d.ts +0 -37
- package/elements/picker/extras/entity-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.d.ts +0 -45
- package/elements/picker/extras/grouped-multi-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/index.d.ts +0 -9
- package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.d.ts +0 -50
- package/elements/picker/extras/mixed-multi-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/picker-results/PickerResults.d.ts +0 -14
- package/elements/picker/extras/picker-results/index.d.ts +0 -1
- package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.d.ts +0 -24
- package/elements/picker/extras/skills-picker-results/index.d.ts +0 -1
- package/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.d.ts +0 -13
- package/elements/picker/extras/workers-comp-codes-picker-results/index.d.ts +0 -1
- package/elements/places/places.component.d.ts +0 -85
- package/elements/places/places.module.d.ts +0 -10
- package/elements/places/places.service.d.ts +0 -25
- package/elements/popover/PopOver.d.ts +0 -37
- package/elements/popover/PopOver.module.d.ts +0 -9
- package/elements/popover/PopOverContent.d.ts +0 -49
- package/elements/progress/Progress.d.ts +0 -24
- package/elements/progress/Progress.module.d.ts +0 -9
- package/elements/progress/ProgressBar.d.ts +0 -45
- package/elements/progress/ProgressConstants.d.ts +0 -10
- package/elements/query-builder/condition-builder/condition-builder.component.d.ts +0 -94
- package/elements/query-builder/condition-definitions/abstract-condition.definition.d.ts +0 -35
- package/elements/query-builder/condition-definitions/address-condition.definition.d.ts +0 -45
- package/elements/query-builder/condition-definitions/boolean-condition.definition.d.ts +0 -14
- package/elements/query-builder/condition-definitions/date-condition.definition.d.ts +0 -19
- package/elements/query-builder/condition-definitions/date-time-condition.definition.d.ts +0 -19
- package/elements/query-builder/condition-definitions/id-condition.definition.d.ts +0 -11
- package/elements/query-builder/condition-definitions/number-condition.definition.d.ts +0 -14
- package/elements/query-builder/condition-definitions/picker-condition.definition.d.ts +0 -23
- package/elements/query-builder/condition-definitions/string-condition.definition.d.ts +0 -21
- package/elements/query-builder/condition-group/condition-group.component.d.ts +0 -37
- package/elements/query-builder/condition-templates/condition-templates.component.d.ts +0 -8
- package/elements/query-builder/criteria-builder/criteria-builder.component.d.ts +0 -54
- package/elements/query-builder/query-builder.directives.d.ts +0 -66
- package/elements/query-builder/query-builder.module.d.ts +0 -46
- package/elements/query-builder/query-builder.service.d.ts +0 -54
- package/elements/query-builder/query-builder.tokens.d.ts +0 -4
- package/elements/query-builder/query-builder.types.d.ts +0 -128
- package/elements/quick-note/QuickNote.d.ts +0 -142
- package/elements/quick-note/QuickNote.module.d.ts +0 -13
- package/elements/quick-note/extras/index.d.ts +0 -1
- package/elements/quick-note/extras/quick-note-results/QuickNoteResults.d.ts +0 -33
- package/elements/quick-note/extras/quick-note-results/index.d.ts +0 -1
- package/elements/radio/Radio.d.ts +0 -40
- package/elements/radio/Radio.module.d.ts +0 -10
- package/elements/radio/RadioGroup.d.ts +0 -91
- package/elements/radio/tokens.d.ts +0 -9
- package/elements/search/SearchBox.d.ts +0 -71
- package/elements/search/SearchBox.module.d.ts +0 -12
- package/elements/select/Select.d.ts +0 -216
- package/elements/select/Select.extupdatefix.directive.d.ts +0 -17
- package/elements/select/Select.module.d.ts +0 -17
- package/elements/select-search/select-search-clear.directive.d.ts +0 -12
- package/elements/select-search/select-search.component.d.ts +0 -239
- package/elements/select-search/select-search.module.d.ts +0 -17
- package/elements/simple-table/PaginationOld.d.ts +0 -42
- package/elements/simple-table/activity-table-renderers.d.ts +0 -4
- package/elements/simple-table/cell-header.d.ts +0 -67
- package/elements/simple-table/cell.d.ts +0 -100
- package/elements/simple-table/interfaces.d.ts +0 -81
- package/elements/simple-table/pagination.d.ts +0 -40
- package/elements/simple-table/row.d.ts +0 -29
- package/elements/simple-table/simple-table.module.d.ts +0 -26
- package/elements/simple-table/sort.d.ts +0 -25
- package/elements/simple-table/state.d.ts +0 -25
- package/elements/simple-table/table-source.d.ts +0 -62
- package/elements/simple-table/table.d.ts +0 -72
- package/elements/slider/Slider.d.ts +0 -21
- package/elements/slider/Slider.module.d.ts +0 -9
- package/elements/stepper/step-header.component.d.ts +0 -48
- package/elements/stepper/step-label.component.d.ts +0 -8
- package/elements/stepper/step-status.component.d.ts +0 -7
- package/elements/stepper/stepper-buttons.component.d.ts +0 -12
- package/elements/stepper/stepper.animations.d.ts +0 -6
- package/elements/stepper/stepper.component.d.ts +0 -44
- package/elements/stepper/stepper.module.d.ts +0 -17
- package/elements/switch/Switch.d.ts +0 -23
- package/elements/switch/Switch.module.d.ts +0 -10
- package/elements/tabbed-group-picker/TabbedGroupPicker.d.ts +0 -128
- package/elements/tabbed-group-picker/TabbedGroupPicker.module.d.ts +0 -17
- package/elements/tabs/Tabs.d.ts +0 -95
- package/elements/tabs/Tabs.module.d.ts +0 -8
- package/elements/tiles/Tiles.d.ts +0 -33
- package/elements/tiles/Tiles.module.d.ts +0 -10
- package/elements/time-picker/TimePicker.d.ts +0 -58
- package/elements/time-picker/TimePicker.module.d.ts +0 -14
- package/elements/time-picker/TimePickerInput.d.ts +0 -71
- package/elements/tip-well/TipWell.d.ts +0 -26
- package/elements/tip-well/TipWell.module.d.ts +0 -9
- package/elements/toast/Toast.d.ts +0 -37
- package/elements/toast/Toast.module.d.ts +0 -9
- package/elements/toast/ToastService.d.ts +0 -45
- package/elements/toolbar/toolbar.component.d.ts +0 -22
- package/elements/toolbar/toolbar.module.d.ts +0 -8
- package/elements/tooltip/Tooltip.component.d.ts +0 -16
- package/elements/tooltip/Tooltip.directive.d.ts +0 -44
- package/elements/tooltip/Tooltip.module.d.ts +0 -9
- package/elements/unless/Unless.d.ts +0 -16
- package/elements/unless/Unless.module.d.ts +0 -8
- package/elements/value/EntityList.d.ts +0 -16
- package/elements/value/Render.d.ts +0 -70
- package/elements/value/Value.d.ts +0 -46
- package/elements/value/Value.module.d.ts +0 -12
- package/novo-elements.module.d.ts +0 -11
- package/novo-elements.providers.d.ts +0 -12
- package/pipes/Pipes.module.d.ts +0 -15
- package/pipes/decode-uri/DecodeURI.d.ts +0 -8
- package/pipes/decode-uri/index.d.ts +0 -1
- package/pipes/default/Default.d.ts +0 -8
- package/pipes/default/index.d.ts +0 -1
- package/pipes/group-by/GroupBy.d.ts +0 -7
- package/pipes/group-by/index.d.ts +0 -1
- package/pipes/highlight/Highlight.d.ts +0 -9
- package/pipes/highlight/index.d.ts +0 -1
- package/pipes/iso8601/index.d.ts +0 -4
- package/pipes/iso8601/iso-date-range.pipe.d.ts +0 -10
- package/pipes/iso8601/iso-date.pipe.d.ts +0 -8
- package/pipes/iso8601/iso-time-range.pipe.d.ts +0 -10
- package/pipes/iso8601/iso-time.pipe.d.ts +0 -8
- package/pipes/plural/Plural.d.ts +0 -8
- package/pipes/plural/index.d.ts +0 -1
- package/services/component-utils/ComponentUtils.d.ts +0 -7
- package/services/component-utils/index.d.ts +0 -1
- package/services/data-provider/ArrayCollection.d.ts +0 -168
- package/services/data-provider/Collection.d.ts +0 -78
- package/services/data-provider/CollectionEvent.d.ts +0 -17
- package/services/data-provider/PagedArrayCollection.d.ts +0 -18
- package/services/data-provider/PagedCollection.d.ts +0 -15
- package/services/data-provider/index.d.ts +0 -5
- package/services/date-format/DateFormat.d.ts +0 -28
- package/services/date-format/index.d.ts +0 -1
- package/services/global/global.service.d.ts +0 -17
- package/services/global/index.d.ts +0 -1
- package/services/novo-label-service.d.ts +0 -202
- package/services/options/OptionsService.d.ts +0 -12
- package/services/options/index.d.ts +0 -1
- package/services/security/Security.d.ts +0 -23
- package/services/security/index.d.ts +0 -1
- package/services/storage/index.d.ts +0 -1
- package/services/storage/storage.service.d.ts +0 -8
- package/services/template/NovoTemplateService.d.ts +0 -10
- package/services/template/index.d.ts +0 -1
- package/utils/Helpers.d.ts +0 -188
- package/utils/app-bridge/AppBridge.d.ts +0 -178
- package/utils/app-bridge/index.d.ts +0 -2
- package/utils/app-bridge/interfaces.d.ts +0 -58
- package/utils/base-renderer/BaseRenderer.d.ts +0 -9
- package/utils/base-renderer/index.d.ts +0 -1
- package/utils/calendar-utils/CalendarUtils.d.ts +0 -151
- package/utils/calendar-utils/index.d.ts +0 -1
- package/utils/color-utils/ColorUtils.d.ts +0 -40
- package/utils/color-utils/index.d.ts +0 -1
- package/utils/countries/Countries.d.ts +0 -47
- package/utils/countries/index.d.ts +0 -1
- package/utils/date/Date.d.ts +0 -50
- package/utils/date/Date.types.d.ts +0 -71
- package/utils/date/convert-tokens.d.ts +0 -5
- package/utils/date/index.d.ts +0 -5
- package/utils/date/legacy-parse.d.ts +0 -15
- package/utils/date/timezone-support.d.ts +0 -5
- package/utils/decorators/BooleanInput.d.ts +0 -1
- package/utils/decorators/index.d.ts +0 -1
- package/utils/deferred/Deferred.d.ts +0 -8
- package/utils/deferred/index.d.ts +0 -1
- package/utils/key-codes/Key.d.ts +0 -669
- package/utils/key-codes/KeyCodes.d.ts +0 -93
- package/utils/key-codes/index.d.ts +0 -2
- package/utils/notifier/index.d.ts +0 -1
- package/utils/notifier/notifier.util.d.ts +0 -1
- package/utils/outside-click/OutsideClick.d.ts +0 -27
- package/utils/outside-click/index.d.ts +0 -1
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface Global {
|
|
3
|
-
}
|
|
4
|
-
export declare abstract class GlobalRef {
|
|
5
|
-
abstract get nativeGlobal(): Global;
|
|
6
|
-
abstract get nativeWindow(): Window;
|
|
7
|
-
}
|
|
8
|
-
export declare class BrowserGlobalRef extends GlobalRef {
|
|
9
|
-
get nativeGlobal(): Global;
|
|
10
|
-
get nativeWindow(): Window;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserGlobalRef, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BrowserGlobalRef>;
|
|
13
|
-
}
|
|
14
|
-
export declare class NodeGlobalRef extends GlobalRef {
|
|
15
|
-
get nativeGlobal(): Global;
|
|
16
|
-
get nativeWindow(): Window;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './global.service';
|
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
import { Day } from 'date-fns';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface BigDecimalFormatOptions extends Intl.NumberFormatOptions {
|
|
4
|
-
useAccountingFormat?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare class NovoLabelService {
|
|
7
|
-
userLocale: string;
|
|
8
|
-
and: string;
|
|
9
|
-
not: string;
|
|
10
|
-
filters: string;
|
|
11
|
-
filterss: string;
|
|
12
|
-
clear: string;
|
|
13
|
-
sort: string;
|
|
14
|
-
distributionListOwner: string;
|
|
15
|
-
dateAdded: string;
|
|
16
|
-
emptyTableMessage: string;
|
|
17
|
-
noMatchingRecordsMessage: string;
|
|
18
|
-
noMoreRecordsMessage: string;
|
|
19
|
-
erroredTableMessage: string;
|
|
20
|
-
pickerError: string;
|
|
21
|
-
pickerTextFieldEmpty: string;
|
|
22
|
-
pickerEmpty: string;
|
|
23
|
-
tabbedGroupPickerEmpty: string;
|
|
24
|
-
quickNoteError: string;
|
|
25
|
-
quickNoteEmpty: string;
|
|
26
|
-
required: string;
|
|
27
|
-
numberTooLarge: string;
|
|
28
|
-
apply: string;
|
|
29
|
-
save: string;
|
|
30
|
-
cancel: string;
|
|
31
|
-
next: string;
|
|
32
|
-
itemsPerPage: string;
|
|
33
|
-
chooseAField: string;
|
|
34
|
-
operator: string;
|
|
35
|
-
select: string;
|
|
36
|
-
value: string;
|
|
37
|
-
selectDateRange: string;
|
|
38
|
-
typeToAddChips: string;
|
|
39
|
-
selected: string;
|
|
40
|
-
selectAllOnPage: string;
|
|
41
|
-
deselectAll: string;
|
|
42
|
-
refresh: string;
|
|
43
|
-
close: string;
|
|
44
|
-
move: string;
|
|
45
|
-
startDate: string;
|
|
46
|
-
endDate: string;
|
|
47
|
-
rate: string;
|
|
48
|
-
more: string;
|
|
49
|
-
clearAll: string;
|
|
50
|
-
clearAllNormalCase: string;
|
|
51
|
-
clearSort: string;
|
|
52
|
-
clearFilter: string;
|
|
53
|
-
clearSearch: string;
|
|
54
|
-
clearSelected: string;
|
|
55
|
-
today: string;
|
|
56
|
-
now: string;
|
|
57
|
-
isRequired: string;
|
|
58
|
-
notValidYear: string;
|
|
59
|
-
isTooLarge: string;
|
|
60
|
-
invalidAddress: string;
|
|
61
|
-
invalidEmail: string;
|
|
62
|
-
minLength: string;
|
|
63
|
-
past1Day: string;
|
|
64
|
-
past7Days: string;
|
|
65
|
-
past14Days: string;
|
|
66
|
-
past21Days: string;
|
|
67
|
-
past30Days: string;
|
|
68
|
-
past60Days: string;
|
|
69
|
-
past90Days: string;
|
|
70
|
-
past180Days: string;
|
|
71
|
-
past270Days: string;
|
|
72
|
-
past1Year: string;
|
|
73
|
-
next1Day: string;
|
|
74
|
-
next7Days: string;
|
|
75
|
-
next14Days: string;
|
|
76
|
-
next21Days: string;
|
|
77
|
-
next30Days: string;
|
|
78
|
-
next60Days: string;
|
|
79
|
-
next90Days: string;
|
|
80
|
-
next180Days: string;
|
|
81
|
-
next270Days: string;
|
|
82
|
-
next1Year: string;
|
|
83
|
-
future: string;
|
|
84
|
-
customDateRange: string;
|
|
85
|
-
backToPresetFilters: string;
|
|
86
|
-
okGotIt: string;
|
|
87
|
-
address: string;
|
|
88
|
-
address1: string;
|
|
89
|
-
apt: string;
|
|
90
|
-
address2: string;
|
|
91
|
-
city: string;
|
|
92
|
-
state: string;
|
|
93
|
-
zip: string;
|
|
94
|
-
zipCode: string;
|
|
95
|
-
country: string;
|
|
96
|
-
or: string;
|
|
97
|
-
clickToBrowse: string;
|
|
98
|
-
chooseAFile: string;
|
|
99
|
-
no: string;
|
|
100
|
-
yes: string;
|
|
101
|
-
search: string;
|
|
102
|
-
noItems: string;
|
|
103
|
-
dateFormat: string;
|
|
104
|
-
dateFormatPlaceholder: string;
|
|
105
|
-
localDatePlaceholder: string;
|
|
106
|
-
timeFormatPlaceholderAM: string;
|
|
107
|
-
timeFormatPlaceholder24Hour: string;
|
|
108
|
-
timeFormatAM: string;
|
|
109
|
-
timeFormatPM: string;
|
|
110
|
-
confirmChangesModalMessage: string;
|
|
111
|
-
promptModalMessage: string;
|
|
112
|
-
asyncFailure: string;
|
|
113
|
-
previous: string;
|
|
114
|
-
actions: string;
|
|
115
|
-
all: string;
|
|
116
|
-
groupedMultiPickerEmpty: string;
|
|
117
|
-
groupedMultiPickerSelectCategory: string;
|
|
118
|
-
add: string;
|
|
119
|
-
encryptedFieldTooltip: string;
|
|
120
|
-
noStatesForCountry: string;
|
|
121
|
-
selectCountryFirst: string;
|
|
122
|
-
invalidIntegerInput: string;
|
|
123
|
-
maxRecordsReached: string;
|
|
124
|
-
selectFilterOptions: string;
|
|
125
|
-
addCondition: string;
|
|
126
|
-
includeAny: string;
|
|
127
|
-
includeAll: string;
|
|
128
|
-
exclude: string;
|
|
129
|
-
excludeAny: string;
|
|
130
|
-
radius: string;
|
|
131
|
-
insideRadius: string;
|
|
132
|
-
outsideRadius: string;
|
|
133
|
-
equals: string;
|
|
134
|
-
equalTo: string;
|
|
135
|
-
greaterThan: string;
|
|
136
|
-
lessThan: string;
|
|
137
|
-
doesNotEqual: string;
|
|
138
|
-
beginsWith: string;
|
|
139
|
-
true: string;
|
|
140
|
-
false: string;
|
|
141
|
-
before: string;
|
|
142
|
-
after: string;
|
|
143
|
-
within: string;
|
|
144
|
-
isNull: string;
|
|
145
|
-
isEmpty: string;
|
|
146
|
-
between: string;
|
|
147
|
-
refreshPagination: string;
|
|
148
|
-
location: string;
|
|
149
|
-
showLess: string;
|
|
150
|
-
miles: string;
|
|
151
|
-
km: string;
|
|
152
|
-
minimumPlaceholder: string;
|
|
153
|
-
maximumPlaceholder: string;
|
|
154
|
-
minGreaterThanMax: string;
|
|
155
|
-
constructor(userLocale?: string);
|
|
156
|
-
maxlengthMetWithField(field: string, maxlength: number): string;
|
|
157
|
-
maxlengthMet(maxlength: number): string;
|
|
158
|
-
invalidMaxlengthWithField(field: string, maxlength: number): string;
|
|
159
|
-
invalidMaxlength(maxlength: number): string;
|
|
160
|
-
getToManyPlusMore(toMany: {
|
|
161
|
-
quantity: number;
|
|
162
|
-
}): string;
|
|
163
|
-
selectedRecords(selected: number): string;
|
|
164
|
-
showingXofXResults(shown: number, total: number): string;
|
|
165
|
-
ofXAmount(amount: number): string;
|
|
166
|
-
totalRecords(total: number, select?: boolean): string;
|
|
167
|
-
dateFormatString(): string;
|
|
168
|
-
localizedDatePlaceholder(): string;
|
|
169
|
-
tabbedGroupClearSuggestion(tabLabelPlural: string): string;
|
|
170
|
-
formatDateWithFormat(value: any, format: Intl.DateTimeFormatOptions): any;
|
|
171
|
-
formatToTimeOnly(param: any): void;
|
|
172
|
-
formatToDateOnly(param: any): void;
|
|
173
|
-
formatTimeWithFormat(value: any, format: Intl.DateTimeFormatOptions): string;
|
|
174
|
-
getWeekdays(weekStartsOn?: Day): string[];
|
|
175
|
-
getMonths(): string[];
|
|
176
|
-
getProperty(value: string): any;
|
|
177
|
-
getRangeText(page: number, pageSize: number, length: number, short: boolean): string;
|
|
178
|
-
formatCurrency(value: number): string;
|
|
179
|
-
/**
|
|
180
|
-
* Extends the Intl.numberFormat capability with two extra features:
|
|
181
|
-
* - Does NOT round values, but instead truncates to maximumFractionDigits
|
|
182
|
-
* - By default uses accounting format for negative numbers: (3.14) instead of -3.14.
|
|
183
|
-
*
|
|
184
|
-
* @param value The number value to convert to string
|
|
185
|
-
* @param overrideOptions Allows for overriding options used and passed to Intl.NumberFormat()
|
|
186
|
-
*/
|
|
187
|
-
formatBigDecimal(value: number, overrideOptions?: BigDecimalFormatOptions): string;
|
|
188
|
-
/**
|
|
189
|
-
* Performs a string-based truncating of a number with no rounding
|
|
190
|
-
*/
|
|
191
|
-
truncateToPrecision(value: number, precision: number): number;
|
|
192
|
-
formatNumber(value: any, options?: Intl.NumberFormatOptions): string;
|
|
193
|
-
formatDateShort(value: string | number | Date): string;
|
|
194
|
-
formatTime(value: string | number | Date): string;
|
|
195
|
-
formatDate(value: string | number | Date): string;
|
|
196
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoLabelService, [{ optional: true; }]>;
|
|
197
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NovoLabelService>;
|
|
198
|
-
}
|
|
199
|
-
export declare const NOVO_ELEMENTS_LABELS_PROVIDERS: {
|
|
200
|
-
provide: typeof NovoLabelService;
|
|
201
|
-
useClass: typeof NovoLabelService;
|
|
202
|
-
}[];
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OptionsService {
|
|
4
|
-
constructor();
|
|
5
|
-
getOptionsConfig(http: HttpClient, field: any, config: {
|
|
6
|
-
token?: string;
|
|
7
|
-
restUrl?: string;
|
|
8
|
-
military?: boolean;
|
|
9
|
-
}): any;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OptionsService>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './OptionsService';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class Security {
|
|
5
|
-
credentials: string[];
|
|
6
|
-
change: EventEmitter<any>;
|
|
7
|
-
grant(data: any[] | Object): void;
|
|
8
|
-
has(value: any): boolean;
|
|
9
|
-
revoke(value: any): void;
|
|
10
|
-
clear(): void;
|
|
11
|
-
subscribe(fn: any): Subscription;
|
|
12
|
-
checkRoutes(routes: {
|
|
13
|
-
entities?: any[];
|
|
14
|
-
permissions?: any[] | Function;
|
|
15
|
-
path?: string;
|
|
16
|
-
label?: string;
|
|
17
|
-
canDisable?: Boolean;
|
|
18
|
-
}[], options: {
|
|
19
|
-
entityType?: string;
|
|
20
|
-
}): any;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Security, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Security>;
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Security';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './storage.service';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LocalStorageService {
|
|
3
|
-
setItem(key: any, value: any): any;
|
|
4
|
-
getItem(key: any): any;
|
|
5
|
-
removeItem(key: any): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NovoTemplateService {
|
|
3
|
-
templates: any;
|
|
4
|
-
constructor();
|
|
5
|
-
getAll(): any;
|
|
6
|
-
addDefault(key: string, template: any): void;
|
|
7
|
-
addCustom(key: string, template: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NovoTemplateService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NovoTemplateService>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './NovoTemplateService';
|
package/utils/Helpers.d.ts
DELETED
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
export declare class Helpers {
|
|
2
|
-
/**
|
|
3
|
-
* Checks if the provided value is an Angular TemplateRef
|
|
4
|
-
* @param value - The value to check
|
|
5
|
-
* @returns true if the value is an instance of TemplateRef, false otherwise
|
|
6
|
-
*/
|
|
7
|
-
static isTemplateRef(value: any): boolean;
|
|
8
|
-
/**
|
|
9
|
-
* Swallows an event to stop further execution
|
|
10
|
-
*/
|
|
11
|
-
static swallowEvent(event: any): void;
|
|
12
|
-
/**
|
|
13
|
-
* Interpolates a string or function with provided properties
|
|
14
|
-
* Replaces placeholders in the format $variableName with values from props
|
|
15
|
-
* @param str - The format string or function to interpolate
|
|
16
|
-
* @param props - The object containing values to replace placeholders
|
|
17
|
-
* @returns The interpolated string
|
|
18
|
-
*/
|
|
19
|
-
static interpolate(str: string | Function, props: any): string;
|
|
20
|
-
/**
|
|
21
|
-
* Interpolates a format string (or array of strings) with provided data
|
|
22
|
-
* Attempts to replace all variables, returning the first successful interpolation
|
|
23
|
-
* or an empty string if all attempts fail
|
|
24
|
-
* @param formatString - A single format string or array of format strings to try
|
|
25
|
-
* @param data - The object containing values to replace placeholders
|
|
26
|
-
* @returns The first successfully interpolated string, or an empty string
|
|
27
|
-
*/
|
|
28
|
-
static interpolateWithFallback(formatString: string | string[], data: any): string;
|
|
29
|
-
/**
|
|
30
|
-
* Verifies that an object has every property expected by a string to interpolate
|
|
31
|
-
* @param str The string to interpolate
|
|
32
|
-
* @param props The params to replace in string.
|
|
33
|
-
*/
|
|
34
|
-
static validateInterpolationProps(str: string | Function, props: any): boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Checks if the provided value is a plain object
|
|
37
|
-
* @param item - The value to check
|
|
38
|
-
* @returns true if the value is an object but not an array or null, false otherwise
|
|
39
|
-
*/
|
|
40
|
-
static isObject(item: any): boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Checks to see if the object is a string
|
|
43
|
-
*/
|
|
44
|
-
static isString(obj: any): obj is string;
|
|
45
|
-
/**
|
|
46
|
-
* Escapes special regex characters in a string
|
|
47
|
-
* @param obj - The value to escape (if it's a string)
|
|
48
|
-
* @returns The escaped string if input is a string, otherwise the original value
|
|
49
|
-
*/
|
|
50
|
-
static escapeString(obj: any): any;
|
|
51
|
-
/**
|
|
52
|
-
* Checks if a value is a valid number (string or numeric type)
|
|
53
|
-
* @param val - The value to check
|
|
54
|
-
* @param includeNegatives - Whether to allow negative numbers (default: false)
|
|
55
|
-
* @returns true if the value is a valid number, false otherwise
|
|
56
|
-
*/
|
|
57
|
-
static isNumber(val: any, includeNegatives?: boolean): boolean;
|
|
58
|
-
/**
|
|
59
|
-
* Checks to see if the object is undefined or null
|
|
60
|
-
*/
|
|
61
|
-
static isBlank(obj: any): boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Checks to see if the object is null or undefined
|
|
64
|
-
*/
|
|
65
|
-
static isNullOrUndefined(obj: any): boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Checks to see if the object is undefined, null, an empty string, or an empty array
|
|
68
|
-
*/
|
|
69
|
-
static isEmpty(obj: any): boolean;
|
|
70
|
-
/**
|
|
71
|
-
* Checks to see if the object is a function
|
|
72
|
-
*/
|
|
73
|
-
static isFunction(obj: any): boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Checks to see if the object is a Date
|
|
76
|
-
*/
|
|
77
|
-
static isDate(obj: any): obj is Date;
|
|
78
|
-
/**
|
|
79
|
-
* Checks if a string is a valid ISO 8601 date format
|
|
80
|
-
* @param str - The string to validate
|
|
81
|
-
* @returns true if the string is a valid ISO date, false otherwise
|
|
82
|
-
*/
|
|
83
|
-
static isIsoDate(str: string): boolean;
|
|
84
|
-
/**
|
|
85
|
-
* Converts a value to an array
|
|
86
|
-
* @param obj - The value to convert
|
|
87
|
-
* @returns An empty array if undefined, the value wrapped in an array if not already an array, or the array as-is
|
|
88
|
-
*/
|
|
89
|
-
static convertToArray(obj: unknown): any[];
|
|
90
|
-
/**
|
|
91
|
-
* Creates a comparator function for sorting objects by specified fields
|
|
92
|
-
* @param fields - A field name, array of field names, or custom comparator function
|
|
93
|
-
* @param reverse - Whether to reverse the sort order (default: false for ascending)
|
|
94
|
-
* @returns A comparator function suitable for use with Array.sort()
|
|
95
|
-
*/
|
|
96
|
-
static sortByField(fields: any, reverse?: boolean): (previous: any, current: any) => any;
|
|
97
|
-
/**
|
|
98
|
-
* Creates a filter function for filtering objects by field values
|
|
99
|
-
* Supports exact matching, arrays, ranges, and complex filter objects
|
|
100
|
-
* @param key - The field key to filter on (supports dot notation for nested properties)
|
|
101
|
-
* @param value - The filter value (can be a function, array, range object, or regex pattern string)
|
|
102
|
-
* @returns A filter function suitable for use with Array.filter()
|
|
103
|
-
*/
|
|
104
|
-
static filterByField(key: any, value: any): (item: any) => boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Finds the first ancestor element that matches the provided CSS selector
|
|
107
|
-
* @param element - The starting element to search from
|
|
108
|
-
* @param selector - The CSS selector to match against
|
|
109
|
-
* @returns The first matching ancestor element, or undefined if none found
|
|
110
|
-
*/
|
|
111
|
-
static findAncestor(element: Element, selector: string): Element;
|
|
112
|
-
/**
|
|
113
|
-
* Creates a deep clone of an object or array
|
|
114
|
-
* Recursively clones all nested properties and array elements
|
|
115
|
-
* @param item - The item to clone
|
|
116
|
-
* @returns A deep clone of the provided item
|
|
117
|
-
*/
|
|
118
|
-
static deepClone(item: any): any;
|
|
119
|
-
/**
|
|
120
|
-
* Recursively merges multiple objects into a single object
|
|
121
|
-
* Nested objects and arrays are merged deeply
|
|
122
|
-
* @param objs - Two or more objects to merge
|
|
123
|
-
* @returns A new object with all properties merged
|
|
124
|
-
* @throws Error if fewer than 2 objects are provided
|
|
125
|
-
*/
|
|
126
|
-
static deepAssign(...objs: any[]): any;
|
|
127
|
-
/**
|
|
128
|
-
* Workaround for Edge browser since Element:nextElementSibling is undefined inside of template directives
|
|
129
|
-
* @param element any document element
|
|
130
|
-
* @returns the next sibling node that is of type: Element
|
|
131
|
-
*/
|
|
132
|
-
static getNextElementSibling(element: Element): Node;
|
|
133
|
-
/**
|
|
134
|
-
* Converts a Date object to an object with formatted date and time parts
|
|
135
|
-
* @param date - The Date object to convert
|
|
136
|
-
* @returns An object with date components (year, month, day, hour, minute, second, weekday, era, dayPeriod)
|
|
137
|
-
*/
|
|
138
|
-
static dateToObject(date: Date): {
|
|
139
|
-
day: string;
|
|
140
|
-
dayPeriod: string;
|
|
141
|
-
era: string;
|
|
142
|
-
hour: string;
|
|
143
|
-
minute: string;
|
|
144
|
-
month: string;
|
|
145
|
-
second: string;
|
|
146
|
-
weekday: string;
|
|
147
|
-
year: string;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Helper class for safe property access using dot notation
|
|
152
|
-
*/
|
|
153
|
-
export declare class Can {
|
|
154
|
-
obj: Object;
|
|
155
|
-
/**
|
|
156
|
-
* Creates a new Can instance
|
|
157
|
-
* @param obj - The object to wrap for safe property access
|
|
158
|
-
*/
|
|
159
|
-
constructor(obj: Object);
|
|
160
|
-
/**
|
|
161
|
-
* Safely accesses a property using dot notation
|
|
162
|
-
* @param key - The property key (supports dot notation for nested properties)
|
|
163
|
-
* @returns The property value or undefined
|
|
164
|
-
*/
|
|
165
|
-
have(key: string): any;
|
|
166
|
-
/**
|
|
167
|
-
* Checks if a value is defined (not undefined)
|
|
168
|
-
* @param thing - The value to check
|
|
169
|
-
* @returns true if the value is defined, false otherwise
|
|
170
|
-
*/
|
|
171
|
-
check(thing: any): boolean;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Factory function to create a Can instance for safe property access
|
|
175
|
-
* @param obj - The object to wrap
|
|
176
|
-
* @returns A new Can instance
|
|
177
|
-
*/
|
|
178
|
-
export declare function can(obj: any): Can;
|
|
179
|
-
/**
|
|
180
|
-
* Performs a binary search on a sorted array
|
|
181
|
-
* Note: Assumes the array is already sorted according to the compare function
|
|
182
|
-
* @param item - The item to search for
|
|
183
|
-
* @param array - The sorted array to search in
|
|
184
|
-
* @param compare - Comparator function that returns -1 (item < array[i]), 0 (equal), or 1 (item > array[i])
|
|
185
|
-
* @returns The matching item if found, undefined otherwise
|
|
186
|
-
* @throws Error if the item is not comparable to an array element
|
|
187
|
-
*/
|
|
188
|
-
export declare function binarySearch<T>(item: T, array: T[], compare: (a: T, b: T) => 1 | -1 | 0 | undefined): T | undefined;
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { AppBridgeHandler, AlleyLinkColors, IAppBridgeOpenEvent, IAppBridgeOpenListEvent, MESSAGE_TYPES } from './interfaces';
|
|
3
|
-
type ValueOf<T> = T[keyof T];
|
|
4
|
-
type MessageType = ValueOf<typeof MESSAGE_TYPES>;
|
|
5
|
-
export interface PostRobotEvent<T> {
|
|
6
|
-
data: T;
|
|
7
|
-
origin: string;
|
|
8
|
-
source: Window;
|
|
9
|
-
}
|
|
10
|
-
export declare class AppBridgeService {
|
|
11
|
-
create(name: string): AppBridge;
|
|
12
|
-
}
|
|
13
|
-
export declare class DevAppBridgeService {
|
|
14
|
-
private http;
|
|
15
|
-
constructor(http: HttpClient);
|
|
16
|
-
create(name: string, postRobotRef?: any): DevAppBridge;
|
|
17
|
-
}
|
|
18
|
-
export declare class AppBridge {
|
|
19
|
-
id: string;
|
|
20
|
-
traceName: string;
|
|
21
|
-
windowName: string;
|
|
22
|
-
private _registeredFrames;
|
|
23
|
-
private _handlers;
|
|
24
|
-
private _tracing;
|
|
25
|
-
private _eventListeners;
|
|
26
|
-
private postRobot;
|
|
27
|
-
constructor(traceName?: string, postRobotRef?: any);
|
|
28
|
-
set tracing(tracing: boolean);
|
|
29
|
-
handle(type: AppBridgeHandler, handler: Function): void;
|
|
30
|
-
private _trace;
|
|
31
|
-
protected _setupHandlers(): void;
|
|
32
|
-
protected windowOrigin(): string;
|
|
33
|
-
handleMessage<T>({ msgType, handler, packet, echoPacket, resolveEventData }: {
|
|
34
|
-
msgType: MessageType;
|
|
35
|
-
handler: AppBridgeHandler;
|
|
36
|
-
packet: T;
|
|
37
|
-
echoPacket: any;
|
|
38
|
-
resolveEventData: (any: any) => boolean;
|
|
39
|
-
}): Promise<boolean>;
|
|
40
|
-
/**
|
|
41
|
-
* Fires or responds to an open event
|
|
42
|
-
* @param packet any - packet of data to send with the open event
|
|
43
|
-
*/
|
|
44
|
-
open(packet: IAppBridgeOpenEvent): Promise<boolean>;
|
|
45
|
-
/**
|
|
46
|
-
* Fires or responds to an openList event
|
|
47
|
-
* @param packet any - packet of data to send with the open event
|
|
48
|
-
*/
|
|
49
|
-
openList(packet: Partial<IAppBridgeOpenListEvent>): Promise<boolean>;
|
|
50
|
-
/**
|
|
51
|
-
* Fires or responds to an close event
|
|
52
|
-
* @param packet any - packet of data to send with the close event
|
|
53
|
-
*/
|
|
54
|
-
update(packet: Partial<{
|
|
55
|
-
entityType: string;
|
|
56
|
-
entityId: string;
|
|
57
|
-
title: string;
|
|
58
|
-
titleKey: string;
|
|
59
|
-
color: AlleyLinkColors;
|
|
60
|
-
}>): Promise<boolean>;
|
|
61
|
-
/**
|
|
62
|
-
* Fires or responds to an close event
|
|
63
|
-
*/
|
|
64
|
-
close(packet?: object): Promise<boolean>;
|
|
65
|
-
/**
|
|
66
|
-
* Fires or responds to an close event
|
|
67
|
-
*/
|
|
68
|
-
refresh(packet?: object): Promise<boolean>;
|
|
69
|
-
ping(): Promise<boolean>;
|
|
70
|
-
/**
|
|
71
|
-
* Fires or responds to a pin event
|
|
72
|
-
*/
|
|
73
|
-
pin(packet?: object): Promise<boolean>;
|
|
74
|
-
/**
|
|
75
|
-
* Fires or responds to a requestData event
|
|
76
|
-
* @param packet any - packet of data to send with the requestData event
|
|
77
|
-
*/
|
|
78
|
-
requestData(packet: {
|
|
79
|
-
type: string;
|
|
80
|
-
}): Promise<any>;
|
|
81
|
-
/**
|
|
82
|
-
* Fires a generic callback command
|
|
83
|
-
* @param packet string - key: string, generic: boolean
|
|
84
|
-
*/
|
|
85
|
-
callback(packet: {
|
|
86
|
-
key: string;
|
|
87
|
-
generic: boolean;
|
|
88
|
-
options: object;
|
|
89
|
-
}): Promise<any>;
|
|
90
|
-
/**
|
|
91
|
-
* Fires or responds to an register event
|
|
92
|
-
* @param packet any - packet of data to send with the event
|
|
93
|
-
*/
|
|
94
|
-
register(packet?: Partial<{
|
|
95
|
-
title: string;
|
|
96
|
-
url: string;
|
|
97
|
-
color: AlleyLinkColors;
|
|
98
|
-
}>): Promise<string>;
|
|
99
|
-
/**
|
|
100
|
-
* Fires or responds to an HTTP_GET event
|
|
101
|
-
* @param relativeURL string - URL to fetch, relative to the mainframe URL
|
|
102
|
-
* @param timeout - how long to attempt the request before reporting an error
|
|
103
|
-
* @param originStack - the domain of the previous frame(s) the request originated from
|
|
104
|
-
*/
|
|
105
|
-
httpGET(relativeURL: string, timeout?: number, originStack?: string[]): Promise<any>;
|
|
106
|
-
/**
|
|
107
|
-
* Fires or responds to an HTTP_POST event
|
|
108
|
-
* @param relativeURL string - URL to fetch, relative to the mainframe URL
|
|
109
|
-
* @param postData any - packet of data to send with the event
|
|
110
|
-
* @param timeout - how long to attempt the request before reporting an error
|
|
111
|
-
* @param originStack - the domain of the previous frame(s) the request originated from
|
|
112
|
-
*/
|
|
113
|
-
httpPOST(relativeURL: string, postData: any, timeout?: number, originStack?: string[]): Promise<any>;
|
|
114
|
-
/**
|
|
115
|
-
* Fires or responds to an HTTP_PUT event
|
|
116
|
-
* @param relativeURL string - URL to fetch, relative to the mainframe URL
|
|
117
|
-
* @param packet any - packet of data to send with the event
|
|
118
|
-
* @param timeout - how long to attempt the request before reporting an error
|
|
119
|
-
* @param originStack - the domain of the previous frame(s) the request originated from
|
|
120
|
-
*/
|
|
121
|
-
httpPUT(relativeURL: string, putData: any, timeout?: number, originStack?: string[]): Promise<any>;
|
|
122
|
-
/**
|
|
123
|
-
* Fires or responds to an HTTP_DELETE event
|
|
124
|
-
* @param relativeURL string - URL to fetch, relative to the mainframe URL
|
|
125
|
-
* @param timeout - how long to attempt the request before reporting an error
|
|
126
|
-
* @param originStack - the domain of the previous frame(s) the request originated from
|
|
127
|
-
*/
|
|
128
|
-
httpDELETE(relativeURL: string, timeout?: number, originStack?: string[]): Promise<any>;
|
|
129
|
-
/**
|
|
130
|
-
* Fires a custom event to anywhere in the application
|
|
131
|
-
* @param event string - event name to fire
|
|
132
|
-
* @param data any - data to be sent along with the event
|
|
133
|
-
*/
|
|
134
|
-
fireEvent(event: string, data: any): Promise<any>;
|
|
135
|
-
/**
|
|
136
|
-
* Fires a custom event to all registered frames
|
|
137
|
-
* @param event string - event name to fire
|
|
138
|
-
* @param data any - data to be sent along with the event
|
|
139
|
-
*/
|
|
140
|
-
fireEventToChildren(event: string, data: any): void;
|
|
141
|
-
/**
|
|
142
|
-
* Fires a custom event to specified frames
|
|
143
|
-
* @param source Window - specific iframe contentWindow
|
|
144
|
-
* @param event string - event name to fire
|
|
145
|
-
* @param data any - data to be sent along with the event
|
|
146
|
-
*/
|
|
147
|
-
fireEventToChild(source: Window | HTMLIFrameElement, event: string, data: any): void;
|
|
148
|
-
/**
|
|
149
|
-
* Adds an event listener to a custom event
|
|
150
|
-
* @param event string - event name to listen to
|
|
151
|
-
* @param callback function - callback to be fired when an event is caught
|
|
152
|
-
*/
|
|
153
|
-
addEventListener(event: string, callback: Function): void;
|
|
154
|
-
}
|
|
155
|
-
export declare class DevAppBridge extends AppBridge {
|
|
156
|
-
private http;
|
|
157
|
-
private baseURL;
|
|
158
|
-
constructor(traceName: string, http: HttpClient, postRobotRef?: any);
|
|
159
|
-
protected _setupHandlers(): void;
|
|
160
|
-
/**
|
|
161
|
-
* Fires or responds to an HTTP_GET event
|
|
162
|
-
*/
|
|
163
|
-
httpGET(relativeURL: string): Promise<any>;
|
|
164
|
-
/**
|
|
165
|
-
* Fires or responds to an HTTP_POST event
|
|
166
|
-
*/
|
|
167
|
-
httpPOST(relativeURL: string, postData: any): Promise<any>;
|
|
168
|
-
/**
|
|
169
|
-
* Fires or responds to an HTTP_PUT event
|
|
170
|
-
*/
|
|
171
|
-
httpPUT(relativeURL: string, putData: any): Promise<any>;
|
|
172
|
-
/**
|
|
173
|
-
* Fires or responds to an HTTP_DELETE event
|
|
174
|
-
*/
|
|
175
|
-
httpDELETE(relativeURL: string): Promise<any>;
|
|
176
|
-
private getCookie;
|
|
177
|
-
}
|
|
178
|
-
export {};
|