ids-enterprise-ng 21.1.0-dev.2 → 22.0.0-beta.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/fesm2022/ids-enterprise-ng.mjs +1974 -1866
- package/fesm2022/ids-enterprise-ng.mjs.map +1 -1
- package/package.json +7 -6
- package/types/ids-enterprise-ng.d.ts +673 -484
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgZone, AfterViewInit, ElementRef, AfterViewChecked, OnDestroy, QueryList, EventEmitter, OnInit, ChangeDetectorRef, ComponentRef, ApplicationRef,
|
|
3
|
-
import * as i2 from '@angular/common';
|
|
2
|
+
import { NgZone, AfterViewInit, ElementRef, AfterViewChecked, OnDestroy, QueryList, EventEmitter, OnInit, ChangeDetectorRef, ComponentRef, ApplicationRef, Injector, ViewContainerRef, Type, PipeTransform, OnChanges, SimpleChanges, AfterContentInit } from '@angular/core';
|
|
4
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
4
|
import { Observable, Subscription } from 'rxjs';
|
|
6
5
|
import { Router } from '@angular/router';
|
|
7
6
|
|
|
8
7
|
declare class SohoAboutModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAboutModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAboutModule, never,
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAboutModule, never, never, never>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoAboutModule>;
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -212,13 +211,13 @@ declare class SohoAccordionHeaderComponent implements AfterViewInit {
|
|
|
212
211
|
constructor(elementRef: ElementRef);
|
|
213
212
|
ngAfterViewInit(): void;
|
|
214
213
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAccordionHeaderComponent, never>;
|
|
215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionHeaderComponent, "soho-accordion-header", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; "moduleNavItem": { "alias": "moduleNavItem"; "required": false; }; }, {}, never, ["*"],
|
|
214
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionHeaderComponent, "soho-accordion-header", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; "moduleNavItem": { "alias": "moduleNavItem"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
216
215
|
}
|
|
217
216
|
|
|
218
217
|
declare class SohoAccordionPaneComponent {
|
|
219
218
|
get isAccordionPane(): boolean;
|
|
220
219
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAccordionPaneComponent, never>;
|
|
221
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionPaneComponent, "soho-accordion-pane", never, {}, {}, never, ["*"],
|
|
220
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionPaneComponent, "soho-accordion-pane", never, {}, {}, never, ["*"], true, never>;
|
|
222
221
|
}
|
|
223
222
|
|
|
224
223
|
/**
|
|
@@ -410,12 +409,12 @@ declare class SohoAccordionComponent implements AfterViewInit, AfterViewChecked,
|
|
|
410
409
|
ngOnDestroy(): void;
|
|
411
410
|
private markForUpdate;
|
|
412
411
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAccordionComponent, never>;
|
|
413
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionComponent, "soho-accordion, [soho-accordion]", never, { "allowOnePane": { "alias": "allowOnePane"; "required": false; }; "displayChevron": { "alias": "displayChevron"; "required": false; }; "expanderDisplay": { "alias": "expanderDisplay"; "required": false; }; "rerouteOnLinkClick": { "alias": "rerouteOnLinkClick"; "required": false; }; "notificationBadge": { "alias": "notificationBadge"; "required": false; }; "source": { "alias": "source"; "required": false; }; "hasPanels": { "alias": "hasPanels"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "alternate": { "alias": "alternate"; "required": false; }; "enableTooltips": { "alias": "enableTooltips"; "required": false; }; "hasSubheaderSeparators": { "alias": "hasSubheaderSeparators"; "required": false; }; "moduleNav": { "alias": "moduleNav"; "required": false; }; }, { "beforeexpandEvent": "beforeexpand"; "beforecollapseEvent": "beforecollapse"; "beforeselectEvent": "beforeselect"; "selectedEvent": "selected"; "followlinkEvent": "followlink"; "expandEvent": "expand"; "afterexpandEvent": "afterexpand"; "collapseEvent": "collapse"; "aftercollapseEvent": "aftercollapse"; }, ["headers", "panes"], ["*"],
|
|
412
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAccordionComponent, "soho-accordion, [soho-accordion]", never, { "allowOnePane": { "alias": "allowOnePane"; "required": false; }; "displayChevron": { "alias": "displayChevron"; "required": false; }; "expanderDisplay": { "alias": "expanderDisplay"; "required": false; }; "rerouteOnLinkClick": { "alias": "rerouteOnLinkClick"; "required": false; }; "notificationBadge": { "alias": "notificationBadge"; "required": false; }; "source": { "alias": "source"; "required": false; }; "hasPanels": { "alias": "hasPanels"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "alternate": { "alias": "alternate"; "required": false; }; "enableTooltips": { "alias": "enableTooltips"; "required": false; }; "hasSubheaderSeparators": { "alias": "hasSubheaderSeparators"; "required": false; }; "moduleNav": { "alias": "moduleNav"; "required": false; }; }, { "beforeexpandEvent": "beforeexpand"; "beforecollapseEvent": "beforecollapse"; "beforeselectEvent": "beforeselect"; "selectedEvent": "selected"; "followlinkEvent": "followlink"; "expandEvent": "expand"; "afterexpandEvent": "afterexpand"; "collapseEvent": "collapse"; "aftercollapseEvent": "aftercollapse"; }, ["headers", "panes"], ["*"], true, never>;
|
|
414
413
|
}
|
|
415
414
|
|
|
416
415
|
declare class SohoAccordionModule {
|
|
417
416
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAccordionModule, never>;
|
|
418
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAccordionModule, [typeof SohoAccordionComponent, typeof SohoAccordionHeaderComponent, typeof SohoAccordionPaneComponent], [typeof
|
|
417
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAccordionModule, never, [typeof SohoAccordionComponent, typeof SohoAccordionHeaderComponent, typeof SohoAccordionPaneComponent], [typeof SohoAccordionComponent, typeof SohoAccordionHeaderComponent, typeof SohoAccordionPaneComponent]>;
|
|
419
418
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoAccordionModule>;
|
|
420
419
|
}
|
|
421
420
|
|
|
@@ -467,12 +466,12 @@ declare class SohoActionsheetComponent implements AfterViewInit, OnDestroy {
|
|
|
467
466
|
*/
|
|
468
467
|
destroy(): void;
|
|
469
468
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoActionsheetComponent, never>;
|
|
470
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoActionsheetComponent, "div[soho-actionsheet]", never, { "actions": { "alias": "actions"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "displayAsActionSheet": { "alias": "displayAsActionSheet"; "required": false; }; "overlayOpacity": { "alias": "overlayOpacity"; "required": false; }; "onSelect": { "alias": "onSelect"; "required": false; }; "onCancel": { "alias": "onCancel"; "required": false; }; "tray": { "alias": "tray"; "required": false; }; "trayOpts": { "alias": "trayOpts"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"],
|
|
469
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoActionsheetComponent, "div[soho-actionsheet]", never, { "actions": { "alias": "actions"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "displayAsActionSheet": { "alias": "displayAsActionSheet"; "required": false; }; "overlayOpacity": { "alias": "overlayOpacity"; "required": false; }; "onSelect": { "alias": "onSelect"; "required": false; }; "onCancel": { "alias": "onCancel"; "required": false; }; "tray": { "alias": "tray"; "required": false; }; "trayOpts": { "alias": "trayOpts"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
471
470
|
}
|
|
472
471
|
|
|
473
472
|
declare class SohoActionsheetModule {
|
|
474
473
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoActionsheetModule, never>;
|
|
475
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoActionsheetModule,
|
|
474
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoActionsheetModule, never, [typeof SohoActionsheetComponent], [typeof SohoActionsheetComponent]>;
|
|
476
475
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoActionsheetModule>;
|
|
477
476
|
}
|
|
478
477
|
|
|
@@ -547,6 +546,14 @@ declare class SohoAlertDirective implements AfterViewInit {
|
|
|
547
546
|
* @param triggerEvents optional - true (default) triggers events
|
|
548
547
|
*/
|
|
549
548
|
removeMessage(type?: SohoAlertType, triggerEvents?: boolean | undefined): void;
|
|
549
|
+
/**
|
|
550
|
+
* Removes a specific message by its id
|
|
551
|
+
*
|
|
552
|
+
* @param id the id of the message to remove
|
|
553
|
+
* @param type optional - 'error' (default)
|
|
554
|
+
* @param triggerEvents optional - true (default) triggers events
|
|
555
|
+
*/
|
|
556
|
+
removeMessageById(id: string, type?: SohoAlertType, triggerEvents?: boolean): void;
|
|
550
557
|
/**
|
|
551
558
|
* Removes the message for all types
|
|
552
559
|
*
|
|
@@ -560,12 +567,12 @@ declare class SohoAlertDirective implements AfterViewInit {
|
|
|
560
567
|
*/
|
|
561
568
|
scrollIntoView(alignToTop?: boolean): void;
|
|
562
569
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAlertDirective, never>;
|
|
563
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoAlertDirective, "[soho-alert]", ["soho-alert"], { "message": { "alias": "message"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isAlert": { "alias": "isAlert"; "required": false; }; "truncated": { "alias": "truncated"; "required": false; }; "triggerEvents": { "alias": "triggerEvents"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never,
|
|
570
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoAlertDirective, "[soho-alert]", ["soho-alert"], { "message": { "alias": "message"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isAlert": { "alias": "isAlert"; "required": false; }; "truncated": { "alias": "truncated"; "required": false; }; "triggerEvents": { "alias": "triggerEvents"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
564
571
|
}
|
|
565
572
|
|
|
566
573
|
declare class SohoAlertModule {
|
|
567
574
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAlertModule, never>;
|
|
568
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAlertModule,
|
|
575
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAlertModule, never, [typeof SohoAlertDirective], [typeof SohoAlertDirective]>;
|
|
569
576
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoAlertModule>;
|
|
570
577
|
}
|
|
571
578
|
|
|
@@ -687,12 +694,12 @@ declare class SohoApplicationMenuComponent implements AfterViewInit, AfterViewCh
|
|
|
687
694
|
*/
|
|
688
695
|
ngOnDestroy(): void;
|
|
689
696
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoApplicationMenuComponent, never>;
|
|
690
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoApplicationMenuComponent, "nav[soho-application-menu]", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "openOnLarge": { "alias": "openOnLarge"; "required": false; }; "dismissOnClickMobile": { "alias": "dismissOnClickMobile"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "savePosition": { "alias": "savePosition"; "required": false; }; "onExpandSwitcher": { "alias": "onExpandSwitcher"; "required": false; }; "onCollapseSwitcher": { "alias": "onCollapseSwitcher"; "required": false; }; "isPersonalizable": { "alias": "isPersonalizable"; "required": false; }; }, { "visibility": "visibility"; "accordionExpand": "accordionExpand"; "accordionCollapse": "accordionCollapse"; "menuVisibility": "menuVisibility"; "filtered": "filtered"; }, never, ["*"],
|
|
697
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoApplicationMenuComponent, "nav[soho-application-menu]", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "openOnLarge": { "alias": "openOnLarge"; "required": false; }; "dismissOnClickMobile": { "alias": "dismissOnClickMobile"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "savePosition": { "alias": "savePosition"; "required": false; }; "onExpandSwitcher": { "alias": "onExpandSwitcher"; "required": false; }; "onCollapseSwitcher": { "alias": "onCollapseSwitcher"; "required": false; }; "isPersonalizable": { "alias": "isPersonalizable"; "required": false; }; }, { "visibility": "visibility"; "accordionExpand": "accordionExpand"; "accordionCollapse": "accordionCollapse"; "menuVisibility": "menuVisibility"; "filtered": "filtered"; }, never, ["*"], true, never>;
|
|
691
698
|
}
|
|
692
699
|
|
|
693
700
|
declare class SohoApplicationMenuModule {
|
|
694
701
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoApplicationMenuModule, never>;
|
|
695
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoApplicationMenuModule,
|
|
702
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoApplicationMenuModule, never, [typeof SohoApplicationMenuComponent], [typeof SohoApplicationMenuComponent]>;
|
|
696
703
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoApplicationMenuModule>;
|
|
697
704
|
}
|
|
698
705
|
|
|
@@ -711,12 +718,12 @@ declare class SohoArrangeDirective implements AfterViewInit, OnDestroy {
|
|
|
711
718
|
ngOnDestroy(): void;
|
|
712
719
|
updated(settings?: SohoArrangeOptions): void;
|
|
713
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoArrangeDirective, never>;
|
|
714
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoArrangeDirective, "[soho-arrange]", never, { "arrangeOptions": { "alias": "arrangeOptions"; "required": false; }; }, { "beforeArrange": "beforeArrange"; "arrangeUpdate": "arrangeUpdate"; "dragEnd": "dragEnd"; }, never, never,
|
|
721
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoArrangeDirective, "[soho-arrange]", never, { "arrangeOptions": { "alias": "arrangeOptions"; "required": false; }; }, { "beforeArrange": "beforeArrange"; "arrangeUpdate": "arrangeUpdate"; "dragEnd": "dragEnd"; }, never, never, true, never>;
|
|
715
722
|
}
|
|
716
723
|
|
|
717
724
|
declare class SohoArrangeModule {
|
|
718
725
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoArrangeModule, never>;
|
|
719
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoArrangeModule,
|
|
726
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoArrangeModule, never, [typeof SohoArrangeDirective], [typeof SohoArrangeDirective]>;
|
|
720
727
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoArrangeModule>;
|
|
721
728
|
}
|
|
722
729
|
|
|
@@ -838,12 +845,12 @@ declare class SohoAutoCompleteComponent extends BaseControlValueAccessor<string>
|
|
|
838
845
|
*/
|
|
839
846
|
setDisabledState(isDisabled: boolean): void;
|
|
840
847
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAutoCompleteComponent, never>;
|
|
841
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAutoCompleteComponent, "input[soho-autocomplete]", never, { "source": { "alias": "source"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "template": { "alias": "template"; "required": false; }; "caseSensitive": { "alias": "caseSensitive"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "width": { "alias": "width"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "autoSelectFirstItem": { "alias": "autoSelectFirstItem"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "selected": "selected"; "beforeopen": "beforeopen"; }, never, ["*"],
|
|
848
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoAutoCompleteComponent, "input[soho-autocomplete]", never, { "source": { "alias": "source"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "template": { "alias": "template"; "required": false; }; "caseSensitive": { "alias": "caseSensitive"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "width": { "alias": "width"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "autoSelectFirstItem": { "alias": "autoSelectFirstItem"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "selected": "selected"; "beforeopen": "beforeopen"; }, never, ["*"], true, never>;
|
|
842
849
|
}
|
|
843
850
|
|
|
844
851
|
declare class SohoAutoCompleteModule {
|
|
845
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoAutoCompleteModule, never>;
|
|
846
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAutoCompleteModule,
|
|
853
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoAutoCompleteModule, never, [typeof SohoAutoCompleteComponent], [typeof SohoAutoCompleteComponent]>;
|
|
847
854
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoAutoCompleteModule>;
|
|
848
855
|
}
|
|
849
856
|
|
|
@@ -920,12 +927,12 @@ declare class SohoBarComponent implements AfterViewInit, AfterViewChecked, OnDes
|
|
|
920
927
|
toggleSelected(selected: SohoBarSelected): void;
|
|
921
928
|
getSelected(): SohoBarSelected;
|
|
922
929
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBarComponent, never>;
|
|
923
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBarComponent, "[soho-bar]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isStacked": { "alias": "isStacked"; "required": false; }; "isNormalized": { "alias": "isNormalized"; "required": false; }; "isGrouped": { "alias": "isGrouped"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "format": { "alias": "format"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "useLogScale": { "alias": "useLogScale"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "showLines": { "alias": "showLines"; "required": false; }; "labelFactor": { "alias": "labelFactor"; "required": false; }; "wrapWidth": { "alias": "wrapWidth"; "required": false; }; "fitHeight": { "alias": "fitHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
930
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBarComponent, "[soho-bar]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isStacked": { "alias": "isStacked"; "required": false; }; "isNormalized": { "alias": "isNormalized"; "required": false; }; "isGrouped": { "alias": "isGrouped"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "format": { "alias": "format"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "useLogScale": { "alias": "useLogScale"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "showLines": { "alias": "showLines"; "required": false; }; "labelFactor": { "alias": "labelFactor"; "required": false; }; "wrapWidth": { "alias": "wrapWidth"; "required": false; }; "fitHeight": { "alias": "fitHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
924
931
|
}
|
|
925
932
|
|
|
926
933
|
declare class SohoBarModule {
|
|
927
934
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBarModule, never>;
|
|
928
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBarModule,
|
|
935
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBarModule, never, [typeof SohoBarComponent], [typeof SohoBarComponent]>;
|
|
929
936
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoBarModule>;
|
|
930
937
|
}
|
|
931
938
|
|
|
@@ -978,12 +985,12 @@ declare class SohoBlockGridComponent implements AfterViewInit, OnDestroy {
|
|
|
978
985
|
private onPage;
|
|
979
986
|
private onPageSizeChange;
|
|
980
987
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBlockGridComponent, never>;
|
|
981
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBlockGridComponent, "[soho-blockgrid]", never, { "dataset": { "alias": "dataset"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "pagesizes": { "alias": "pagesizes"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "deselected": "deselected"; "activated": "activated"; "deactivated": "deactivated"; "page": "page"; "pagesizechange": "pagesizechange"; }, never, ["*"],
|
|
988
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBlockGridComponent, "[soho-blockgrid]", never, { "dataset": { "alias": "dataset"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "pagesizes": { "alias": "pagesizes"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "deselected": "deselected"; "activated": "activated"; "deactivated": "deactivated"; "page": "page"; "pagesizechange": "pagesizechange"; }, never, ["*"], true, never>;
|
|
982
989
|
}
|
|
983
990
|
|
|
984
991
|
declare class SohoBlockGridModule {
|
|
985
992
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBlockGridModule, never>;
|
|
986
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBlockGridModule,
|
|
993
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBlockGridModule, never, [typeof SohoBlockGridComponent], [typeof SohoBlockGridComponent]>;
|
|
987
994
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoBlockGridModule>;
|
|
988
995
|
}
|
|
989
996
|
|
|
@@ -1058,17 +1065,17 @@ declare class SohoBreadcrumbComponent implements AfterViewInit, OnDestroy, OnIni
|
|
|
1058
1065
|
*/
|
|
1059
1066
|
destroy(): void;
|
|
1060
1067
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBreadcrumbComponent, never>;
|
|
1061
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBreadcrumbComponent, "[soho-breadcrumb]", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "alternate": { "alias": "alternate"; "required": false; }; "truncate": { "alias": "truncate"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"],
|
|
1068
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBreadcrumbComponent, "[soho-breadcrumb]", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "alternate": { "alias": "alternate"; "required": false; }; "truncate": { "alias": "truncate"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1062
1069
|
}
|
|
1063
1070
|
declare class SohoBreadcrumbListComponent {
|
|
1064
1071
|
isBreadcrumbList: boolean;
|
|
1065
1072
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBreadcrumbListComponent, never>;
|
|
1066
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBreadcrumbListComponent, "[soho-breadcrumb-list]", never, {}, {}, never, ["*"],
|
|
1073
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBreadcrumbListComponent, "[soho-breadcrumb-list]", never, {}, {}, never, ["*"], true, never>;
|
|
1067
1074
|
}
|
|
1068
1075
|
|
|
1069
1076
|
declare class SohoBreadcrumbModule {
|
|
1070
1077
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBreadcrumbModule, never>;
|
|
1071
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBreadcrumbModule, [typeof SohoBreadcrumbComponent, typeof SohoBreadcrumbListComponent], [typeof
|
|
1078
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBreadcrumbModule, never, [typeof SohoBreadcrumbComponent, typeof SohoBreadcrumbListComponent], [typeof SohoBreadcrumbComponent, typeof SohoBreadcrumbListComponent]>;
|
|
1072
1079
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoBreadcrumbModule>;
|
|
1073
1080
|
}
|
|
1074
1081
|
|
|
@@ -1102,12 +1109,12 @@ declare class SohoBulletComponent implements AfterViewInit, AfterViewChecked, On
|
|
|
1102
1109
|
/** Tear Down */
|
|
1103
1110
|
ngOnDestroy(): void;
|
|
1104
1111
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBulletComponent, never>;
|
|
1105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBulletComponent, "[soho-bullet]", never, { "dataset": { "alias": "dataset"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; }, { "selected": "selected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
1112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoBulletComponent, "[soho-bullet]", never, { "dataset": { "alias": "dataset"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; }, { "selected": "selected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
1106
1113
|
}
|
|
1107
1114
|
|
|
1108
1115
|
declare class SohoBulletModule {
|
|
1109
1116
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBulletModule, never>;
|
|
1110
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBulletModule,
|
|
1117
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBulletModule, never, [typeof SohoBulletComponent], [typeof SohoBulletComponent]>;
|
|
1111
1118
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoBulletModule>;
|
|
1112
1119
|
}
|
|
1113
1120
|
|
|
@@ -1193,7 +1200,7 @@ declare class SohoBusyIndicatorDirective implements AfterViewInit, AfterViewChec
|
|
|
1193
1200
|
*/
|
|
1194
1201
|
private onComplete;
|
|
1195
1202
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBusyIndicatorDirective, never>;
|
|
1196
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoBusyIndicatorDirective, "[soho-busyindicator]", never, { "blockUI": { "alias": "blockUI"; "required": false; }; "displayDelay": { "alias": "displayDelay"; "required": false; }; "timeToComplete": { "alias": "timeToComplete"; "required": false; }; "text": { "alias": "text"; "required": false; }; "activated": { "alias": "activated"; "required": false; }; "transparentOverlay": { "alias": "transparentOverlay"; "required": false; }; "overlayOnly": { "alias": "overlayOnly"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "afterstart": "afterstart"; "complete": "complete"; }, never, never,
|
|
1203
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoBusyIndicatorDirective, "[soho-busyindicator]", never, { "blockUI": { "alias": "blockUI"; "required": false; }; "displayDelay": { "alias": "displayDelay"; "required": false; }; "timeToComplete": { "alias": "timeToComplete"; "required": false; }; "text": { "alias": "text"; "required": false; }; "activated": { "alias": "activated"; "required": false; }; "transparentOverlay": { "alias": "transparentOverlay"; "required": false; }; "overlayOnly": { "alias": "overlayOnly"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "afterstart": "afterstart"; "complete": "complete"; }, never, never, true, never>;
|
|
1197
1204
|
}
|
|
1198
1205
|
/**
|
|
1199
1206
|
* Customised event object.
|
|
@@ -1209,7 +1216,7 @@ interface SohoBusyIndicatorEvent {
|
|
|
1209
1216
|
|
|
1210
1217
|
declare class SohoBusyIndicatorModule {
|
|
1211
1218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoBusyIndicatorModule, never>;
|
|
1212
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBusyIndicatorModule,
|
|
1219
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoBusyIndicatorModule, never, [typeof SohoBusyIndicatorDirective], [typeof SohoBusyIndicatorDirective]>;
|
|
1213
1220
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoBusyIndicatorModule>;
|
|
1214
1221
|
}
|
|
1215
1222
|
|
|
@@ -1249,7 +1256,7 @@ declare class SohoButtonComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
|
1249
1256
|
*
|
|
1250
1257
|
* Allow override of input, to match component selector.
|
|
1251
1258
|
*/
|
|
1252
|
-
set sohoButton(type: SohoButtonType);
|
|
1259
|
+
set sohoButton(type: SohoButtonType | "" | undefined);
|
|
1253
1260
|
/**
|
|
1254
1261
|
* Sets the button options
|
|
1255
1262
|
*/
|
|
@@ -1372,14 +1379,14 @@ declare class SohoButtonComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
|
1372
1379
|
stopAnimation(): void;
|
|
1373
1380
|
updated(settings?: SohoButtonOptions): void;
|
|
1374
1381
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoButtonComponent, never>;
|
|
1375
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoButtonComponent, "button[soho-button]", never, { "sohoButton": { "alias": "soho-button"; "required": false; }; "buttonOptions": { "alias": "buttonOptions"; "required": false; }; "toggleOnIcon": { "alias": "toggleOnIcon"; "required": false; }; "toggleOffIcon": { "alias": "toggleOffIcon"; "required": false; }; "replaceText": { "alias": "replaceText"; "required": false; }; "hideMenuArrow": { "alias": "hideMenuArrow"; "required": false; }; "hitbox": { "alias": "hitbox"; "required": false; }; "notificationBadge": { "alias": "notificationBadge"; "required": false; }; "notificationBadgeOptions": { "alias": "notificationBadgeOptions"; "required": false; }; "extraIconClass": { "alias": "extraIconClass"; "required": false; }; "isToggle": { "alias": "isToggle"; "required": false; }; "isTogglePressed": { "alias": "isTogglePressed"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconAlign": { "alias": "iconAlign"; "required": false; }; "isSubmit": { "alias": "isSubmit"; "required": false; }; "ripple": { "alias": "ripple"; "required": false; }; "state": { "alias": "state"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "expandableExpander": { "alias": "expandableExpander"; "required": false; }; "moveToLeft": { "alias": "moveToLeft"; "required": false; }; "moveToRight": { "alias": "moveToRight"; "required": false; }; "moveToSelected": { "alias": "moveToSelected"; "required": false; }; }, {}, never, ["*", "div.disabled-tooltip"],
|
|
1382
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoButtonComponent, "button[soho-button]", never, { "sohoButton": { "alias": "soho-button"; "required": false; }; "buttonOptions": { "alias": "buttonOptions"; "required": false; }; "toggleOnIcon": { "alias": "toggleOnIcon"; "required": false; }; "toggleOffIcon": { "alias": "toggleOffIcon"; "required": false; }; "replaceText": { "alias": "replaceText"; "required": false; }; "hideMenuArrow": { "alias": "hideMenuArrow"; "required": false; }; "hitbox": { "alias": "hitbox"; "required": false; }; "notificationBadge": { "alias": "notificationBadge"; "required": false; }; "notificationBadgeOptions": { "alias": "notificationBadgeOptions"; "required": false; }; "extraIconClass": { "alias": "extraIconClass"; "required": false; }; "isToggle": { "alias": "isToggle"; "required": false; }; "isTogglePressed": { "alias": "isTogglePressed"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconAlign": { "alias": "iconAlign"; "required": false; }; "isSubmit": { "alias": "isSubmit"; "required": false; }; "ripple": { "alias": "ripple"; "required": false; }; "state": { "alias": "state"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "expandableExpander": { "alias": "expandableExpander"; "required": false; }; "moveToLeft": { "alias": "moveToLeft"; "required": false; }; "moveToRight": { "alias": "moveToRight"; "required": false; }; "moveToSelected": { "alias": "moveToSelected"; "required": false; }; }, {}, never, ["*", "div.disabled-tooltip"], true, never>;
|
|
1376
1383
|
}
|
|
1377
1384
|
|
|
1378
1385
|
declare class SohoIconUseComponent {
|
|
1379
1386
|
get href(): string;
|
|
1380
1387
|
icon?: string;
|
|
1381
1388
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconUseComponent, never>;
|
|
1382
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconUseComponent, "use", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never,
|
|
1389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconUseComponent, "use", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
1383
1390
|
}
|
|
1384
1391
|
declare class SohoIconComponent {
|
|
1385
1392
|
private elementRef;
|
|
@@ -1392,7 +1399,7 @@ declare class SohoIconComponent {
|
|
|
1392
1399
|
* Extra class that will be placed on the soho-icon element.
|
|
1393
1400
|
* Useful to set emerald06-color azure10-color to change the icon color.
|
|
1394
1401
|
*/
|
|
1395
|
-
set extraIconClass(extraIconClass: string);
|
|
1402
|
+
set extraIconClass(extraIconClass: string | undefined);
|
|
1396
1403
|
set alert(alert: boolean | undefined);
|
|
1397
1404
|
get alert(): boolean | undefined;
|
|
1398
1405
|
set icon(icon: string | undefined);
|
|
@@ -1404,25 +1411,25 @@ declare class SohoIconComponent {
|
|
|
1404
1411
|
private setAlertIcon;
|
|
1405
1412
|
private setExtraIconsClass;
|
|
1406
1413
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconComponent, never>;
|
|
1407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconComponent, "svg[soho-icon]", never, { "isEmptyState": { "alias": "isEmptyState"; "required": false; }; "extraIconClass": { "alias": "extraIconClass"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never,
|
|
1414
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconComponent, "svg[soho-icon]", never, { "isEmptyState": { "alias": "isEmptyState"; "required": false; }; "extraIconClass": { "alias": "extraIconClass"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
1408
1415
|
}
|
|
1409
1416
|
|
|
1410
1417
|
declare class SohoIconsComponent {
|
|
1411
1418
|
none: string;
|
|
1412
1419
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsComponent, never>;
|
|
1413
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsComponent, "soho-icons", never, {}, {}, never, never,
|
|
1420
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsComponent, "soho-icons", never, {}, {}, never, never, true, never>;
|
|
1414
1421
|
}
|
|
1415
1422
|
|
|
1416
1423
|
declare class SohoIconsEmptyComponent {
|
|
1417
1424
|
none: string;
|
|
1418
1425
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsEmptyComponent, never>;
|
|
1419
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyComponent, "soho-icons-empty", never, {}, {}, never, never,
|
|
1426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyComponent, "soho-icons-empty", never, {}, {}, never, never, true, never>;
|
|
1420
1427
|
}
|
|
1421
1428
|
|
|
1422
1429
|
declare class SohoIconsEmptyClassicComponent {
|
|
1423
1430
|
none: string;
|
|
1424
1431
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsEmptyClassicComponent, never>;
|
|
1425
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyClassicComponent, "soho-icons-empty-classic", never, {}, {}, never, never,
|
|
1432
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyClassicComponent, "soho-icons-empty-classic", never, {}, {}, never, never, true, never>;
|
|
1426
1433
|
}
|
|
1427
1434
|
|
|
1428
1435
|
/**
|
|
@@ -1433,25 +1440,25 @@ declare class SohoIconsExtendedComponent {
|
|
|
1433
1440
|
none: string;
|
|
1434
1441
|
constructor();
|
|
1435
1442
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsExtendedComponent, never>;
|
|
1436
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsExtendedComponent, "soho-icons-ext", never, {}, {}, never, never,
|
|
1443
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsExtendedComponent, "soho-icons-ext", never, {}, {}, never, never, true, never>;
|
|
1437
1444
|
}
|
|
1438
1445
|
|
|
1439
1446
|
declare class SohoIconsUpliftComponent {
|
|
1440
1447
|
none: string;
|
|
1441
1448
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsUpliftComponent, never>;
|
|
1442
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsUpliftComponent, "soho-icons-uplift", never, {}, {}, never, never,
|
|
1449
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsUpliftComponent, "soho-icons-uplift", never, {}, {}, never, never, true, never>;
|
|
1443
1450
|
}
|
|
1444
1451
|
|
|
1445
1452
|
declare class SohoIconsEmptyUpliftComponent {
|
|
1446
1453
|
none: string;
|
|
1447
1454
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsEmptyUpliftComponent, never>;
|
|
1448
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyUpliftComponent, "soho-icons-empty-uplift", never, {}, {}, never, never,
|
|
1455
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyUpliftComponent, "soho-icons-empty-uplift", never, {}, {}, never, never, true, never>;
|
|
1449
1456
|
}
|
|
1450
1457
|
|
|
1451
1458
|
declare class SohoIconsNewComponent {
|
|
1452
1459
|
none: string;
|
|
1453
1460
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsNewComponent, never>;
|
|
1454
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsNewComponent, "soho-icons-new", never, {}, {}, never, never,
|
|
1461
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsNewComponent, "soho-icons-new", never, {}, {}, never, never, true, never>;
|
|
1455
1462
|
}
|
|
1456
1463
|
|
|
1457
1464
|
/**
|
|
@@ -1460,24 +1467,24 @@ declare class SohoIconsNewComponent {
|
|
|
1460
1467
|
declare class SohoIconsEmptyNewComponent {
|
|
1461
1468
|
none: string;
|
|
1462
1469
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsEmptyNewComponent, never>;
|
|
1463
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyNewComponent, "soho-icons-empty-new", never, {}, {}, never, never,
|
|
1470
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsEmptyNewComponent, "soho-icons-empty-new", never, {}, {}, never, never, true, never>;
|
|
1464
1471
|
}
|
|
1465
1472
|
|
|
1466
1473
|
declare class SohoIconsAppComponent {
|
|
1467
1474
|
none: string;
|
|
1468
1475
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconsAppComponent, never>;
|
|
1469
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsAppComponent, "soho-icons-app", never, {}, {}, never, never,
|
|
1476
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoIconsAppComponent, "soho-icons-app", never, {}, {}, never, never, true, never>;
|
|
1470
1477
|
}
|
|
1471
1478
|
|
|
1472
1479
|
declare class SohoIconModule {
|
|
1473
1480
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoIconModule, never>;
|
|
1474
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoIconModule, [typeof SohoIconComponent, typeof SohoIconUseComponent, typeof SohoIconsComponent, typeof SohoIconsEmptyComponent, typeof SohoIconsEmptyClassicComponent, typeof SohoIconsExtendedComponent, typeof SohoIconsUpliftComponent, typeof SohoIconsEmptyUpliftComponent, typeof SohoIconsNewComponent, typeof SohoIconsEmptyNewComponent, typeof SohoIconsAppComponent], [typeof
|
|
1481
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoIconModule, never, [typeof SohoIconComponent, typeof SohoIconUseComponent, typeof SohoIconsComponent, typeof SohoIconsEmptyComponent, typeof SohoIconsEmptyClassicComponent, typeof SohoIconsExtendedComponent, typeof SohoIconsUpliftComponent, typeof SohoIconsEmptyUpliftComponent, typeof SohoIconsNewComponent, typeof SohoIconsEmptyNewComponent, typeof SohoIconsAppComponent], [typeof SohoIconComponent, typeof SohoIconsComponent, typeof SohoIconsEmptyComponent, typeof SohoIconsEmptyClassicComponent, typeof SohoIconsExtendedComponent, typeof SohoIconsUpliftComponent, typeof SohoIconsEmptyUpliftComponent, typeof SohoIconsNewComponent, typeof SohoIconsEmptyNewComponent, typeof SohoIconsAppComponent]>;
|
|
1475
1482
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoIconModule>;
|
|
1476
1483
|
}
|
|
1477
1484
|
|
|
1478
1485
|
declare class SohoButtonModule {
|
|
1479
1486
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoButtonModule, never>;
|
|
1480
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoButtonModule,
|
|
1487
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoButtonModule, never, [typeof SohoIconModule, typeof SohoButtonComponent], [typeof SohoButtonComponent]>;
|
|
1481
1488
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoButtonModule>;
|
|
1482
1489
|
}
|
|
1483
1490
|
|
|
@@ -1583,12 +1590,12 @@ declare class SohoButtonsetComponent implements AfterViewInit, AfterViewChecked,
|
|
|
1583
1590
|
*/
|
|
1584
1591
|
private markForRefresh;
|
|
1585
1592
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoButtonsetComponent, never>;
|
|
1586
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoButtonsetComponent, "div[soho-buttonset]", never, { "buttons": { "alias": "buttons"; "required": false; }; "detectHTMLButtons": { "alias": "detectHTMLButtons"; "required": false; }; "style": { "alias": "style"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"],
|
|
1593
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoButtonsetComponent, "div[soho-buttonset]", never, { "buttons": { "alias": "buttons"; "required": false; }; "detectHTMLButtons": { "alias": "detectHTMLButtons"; "required": false; }; "style": { "alias": "style"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1587
1594
|
}
|
|
1588
1595
|
|
|
1589
1596
|
declare class SohoButtonsetModule {
|
|
1590
1597
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoButtonsetModule, never>;
|
|
1591
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoButtonsetModule,
|
|
1598
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoButtonsetModule, never, [typeof SohoButtonsetComponent], [typeof SohoButtonsetComponent]>;
|
|
1592
1599
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoButtonsetModule>;
|
|
1593
1600
|
}
|
|
1594
1601
|
|
|
@@ -1598,7 +1605,7 @@ declare class SohoButtonsetModule {
|
|
|
1598
1605
|
declare class SohoCalendarWeekViewComponent {
|
|
1599
1606
|
isCalendarWeekView: boolean;
|
|
1600
1607
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCalendarWeekViewComponent, never>;
|
|
1601
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarWeekViewComponent, "div[soho-calendar-week-view]", never, {}, {}, never, ["*"],
|
|
1608
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarWeekViewComponent, "div[soho-calendar-week-view]", never, {}, {}, never, ["*"], true, never>;
|
|
1602
1609
|
}
|
|
1603
1610
|
/********************************************************************
|
|
1604
1611
|
* Calendar Month View Element
|
|
@@ -1606,7 +1613,7 @@ declare class SohoCalendarWeekViewComponent {
|
|
|
1606
1613
|
declare class SohoCalendarMonthViewComponent {
|
|
1607
1614
|
isCalendarMonthView: boolean;
|
|
1608
1615
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCalendarMonthViewComponent, never>;
|
|
1609
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarMonthViewComponent, "div[soho-calendar-monthview]", never, {}, {}, never, ["*"],
|
|
1616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarMonthViewComponent, "div[soho-calendar-monthview]", never, {}, {}, never, ["*"], true, never>;
|
|
1610
1617
|
}
|
|
1611
1618
|
/********************************************************************
|
|
1612
1619
|
* Main Calendar component
|
|
@@ -1827,12 +1834,12 @@ declare class SohoCalendarComponent implements AfterViewChecked, AfterViewInit,
|
|
|
1827
1834
|
*/
|
|
1828
1835
|
ngOnDestroy(): void;
|
|
1829
1836
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCalendarComponent, never>;
|
|
1830
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarComponent, "[soho-calendar]", never, { "calendarOptions": { "alias": "calendarOptions"; "required": false; }; "calendarWeekOptions": { "alias": "calendarWeekOptions"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "dayLegend": { "alias": "dayLegend"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "eventTypes": { "alias": "eventTypes"; "required": false; }; "events": { "alias": "events"; "required": false; }; "customSort": { "alias": "customSort"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "month": { "alias": "month"; "required": false; }; "day": { "alias": "day"; "required": false; }; "year": { "alias": "year"; "required": false; }; "showViewChanger": { "alias": "showViewChanger"; "required": false; }; "showEventLegend": { "alias": "showEventLegend"; "required": false; }; "eventTooltip": { "alias": "eventTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "renderMonthCallback": { "alias": "renderMonthCallback"; "required": false; }; "selectedCallback": { "alias": "selectedCallback"; "required": false; }; "template": { "alias": "template"; "required": false; }; "upcomingEventDays": { "alias": "upcomingEventDays"; "required": false; }; "modalTemplate": { "alias": "modalTemplate"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuSelected": { "alias": "menuSelected"; "required": false; }; "newEventDefaults": { "alias": "newEventDefaults"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "displayRange": { "alias": "displayRange"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; }, { "selected": "selected"; "monthRendered": "monthRendered"; "eventClick": "eventClick"; "eventDblClick": "eventDblClick"; "eventContextMenu": "eventContextMenu"; "dayClick": "dayClick"; }, never, ["*"],
|
|
1837
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCalendarComponent, "[soho-calendar]", never, { "calendarOptions": { "alias": "calendarOptions"; "required": false; }; "calendarWeekOptions": { "alias": "calendarWeekOptions"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "dayLegend": { "alias": "dayLegend"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "eventTypes": { "alias": "eventTypes"; "required": false; }; "events": { "alias": "events"; "required": false; }; "customSort": { "alias": "customSort"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "month": { "alias": "month"; "required": false; }; "day": { "alias": "day"; "required": false; }; "year": { "alias": "year"; "required": false; }; "showViewChanger": { "alias": "showViewChanger"; "required": false; }; "showEventLegend": { "alias": "showEventLegend"; "required": false; }; "eventTooltip": { "alias": "eventTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "renderMonthCallback": { "alias": "renderMonthCallback"; "required": false; }; "selectedCallback": { "alias": "selectedCallback"; "required": false; }; "template": { "alias": "template"; "required": false; }; "upcomingEventDays": { "alias": "upcomingEventDays"; "required": false; }; "modalTemplate": { "alias": "modalTemplate"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuSelected": { "alias": "menuSelected"; "required": false; }; "newEventDefaults": { "alias": "newEventDefaults"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "displayRange": { "alias": "displayRange"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; }, { "selected": "selected"; "monthRendered": "monthRendered"; "eventClick": "eventClick"; "eventDblClick": "eventDblClick"; "eventContextMenu": "eventContextMenu"; "dayClick": "dayClick"; }, never, ["*"], true, never>;
|
|
1831
1838
|
}
|
|
1832
1839
|
|
|
1833
1840
|
declare class SohoCalendarModule {
|
|
1834
1841
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCalendarModule, never>;
|
|
1835
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCalendarModule, [typeof SohoCalendarComponent, typeof SohoCalendarMonthViewComponent, typeof SohoCalendarWeekViewComponent], [typeof
|
|
1842
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCalendarModule, never, [typeof SohoCalendarComponent, typeof SohoCalendarMonthViewComponent, typeof SohoCalendarWeekViewComponent], [typeof SohoCalendarComponent, typeof SohoCalendarMonthViewComponent, typeof SohoCalendarWeekViewComponent]>;
|
|
1836
1843
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoCalendarModule>;
|
|
1837
1844
|
}
|
|
1838
1845
|
|
|
@@ -1856,29 +1863,29 @@ declare class SohoCardsComponent implements AfterViewInit, OnDestroy {
|
|
|
1856
1863
|
get selectable(): SohoCardsSelectable;
|
|
1857
1864
|
updated(settings: any): SohoCardsComponent;
|
|
1858
1865
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardsComponent, never>;
|
|
1859
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardsComponent, "[soho-cards]", never, { "dataset": { "alias": "dataset"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, {}, never, ["*"],
|
|
1866
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardsComponent, "[soho-cards]", never, { "dataset": { "alias": "dataset"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1860
1867
|
}
|
|
1861
1868
|
declare class SohoCardActionableComponent {
|
|
1862
1869
|
get isCardActionable(): boolean;
|
|
1863
1870
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardActionableComponent, never>;
|
|
1864
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardActionableComponent, "soho-card-actionable", never, {}, {}, never, ["*"],
|
|
1871
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardActionableComponent, "soho-card-actionable", never, {}, {}, never, ["*"], true, never>;
|
|
1865
1872
|
}
|
|
1866
1873
|
declare class SohoCardHeaderComponent {
|
|
1867
1874
|
get isCardHeader(): boolean;
|
|
1868
1875
|
flex: string;
|
|
1869
1876
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardHeaderComponent, never>;
|
|
1870
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardHeaderComponent, "soho-card-header", never, {}, {}, never, ["*"],
|
|
1877
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardHeaderComponent, "soho-card-header", never, {}, {}, never, ["*"], true, never>;
|
|
1871
1878
|
}
|
|
1872
1879
|
declare class SohoCardContentComponent {
|
|
1873
1880
|
get isCardContent(): boolean;
|
|
1874
1881
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardContentComponent, never>;
|
|
1875
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardContentComponent, "soho-card-content", never, {}, {}, never, ["*"],
|
|
1882
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardContentComponent, "soho-card-content", never, {}, {}, never, ["*"], true, never>;
|
|
1876
1883
|
}
|
|
1877
1884
|
declare class SohoCardPaneComponent {
|
|
1878
1885
|
get isCardPane(): boolean;
|
|
1879
1886
|
none: string;
|
|
1880
1887
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardPaneComponent, never>;
|
|
1881
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardPaneComponent, "soho-card-pane", never, {}, {}, never, ["*"],
|
|
1888
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardPaneComponent, "soho-card-pane", never, {}, {}, never, ["*"], true, never>;
|
|
1882
1889
|
}
|
|
1883
1890
|
declare class SohoCardComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
1884
1891
|
private element;
|
|
@@ -1939,12 +1946,12 @@ declare class SohoCardComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
|
1939
1946
|
private onSelected;
|
|
1940
1947
|
private onDeselected;
|
|
1941
1948
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardComponent, never>;
|
|
1942
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardComponent, "soho-card", never, { "id": { "alias": "soho-card"; "required": false; }; "expandableHeader": { "alias": "expandableHeader"; "required": false; }; "verticalButtonAction": { "alias": "verticalButtonAction"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "contentPaddingX": { "alias": "contentPaddingX"; "required": false; }; "contentPaddingY": { "alias": "contentPaddingY"; "required": false; }; "noShadow": { "alias": "noShadow"; "required": false; }; "detailRefId": { "alias": "detailRefId"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "template": { "alias": "template"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, { "beforeexpand": "beforeexpand"; "beforecollapse": "beforecollapse"; "expand": "expand"; "collapse": "collapse"; "afterexpand": "afterexpand"; "aftercollapse": "aftercollapse"; "selected": "selected"; "deselected": "deselected"; }, never, ["*"],
|
|
1949
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCardComponent, "soho-card", never, { "id": { "alias": "soho-card"; "required": false; }; "expandableHeader": { "alias": "expandableHeader"; "required": false; }; "verticalButtonAction": { "alias": "verticalButtonAction"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "contentPaddingX": { "alias": "contentPaddingX"; "required": false; }; "contentPaddingY": { "alias": "contentPaddingY"; "required": false; }; "noShadow": { "alias": "noShadow"; "required": false; }; "detailRefId": { "alias": "detailRefId"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "template": { "alias": "template"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, { "beforeexpand": "beforeexpand"; "beforecollapse": "beforecollapse"; "expand": "expand"; "collapse": "collapse"; "afterexpand": "afterexpand"; "aftercollapse": "aftercollapse"; "selected": "selected"; "deselected": "deselected"; }, never, ["*"], true, never>;
|
|
1943
1950
|
}
|
|
1944
1951
|
|
|
1945
1952
|
declare class SohoCardModule {
|
|
1946
1953
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCardModule, never>;
|
|
1947
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCardModule, [typeof SohoCardsComponent, typeof SohoCardActionableComponent, typeof SohoCardHeaderComponent, typeof SohoCardContentComponent, typeof SohoCardPaneComponent, typeof SohoCardComponent], [typeof
|
|
1954
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCardModule, never, [typeof SohoCardsComponent, typeof SohoCardActionableComponent, typeof SohoCardHeaderComponent, typeof SohoCardContentComponent, typeof SohoCardPaneComponent, typeof SohoCardComponent], [typeof SohoCardsComponent, typeof SohoCardActionableComponent, typeof SohoCardHeaderComponent, typeof SohoCardContentComponent, typeof SohoCardPaneComponent, typeof SohoCardComponent]>;
|
|
1948
1955
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoCardModule>;
|
|
1949
1956
|
}
|
|
1950
1957
|
|
|
@@ -1984,12 +1991,12 @@ declare class SohoChartComponent implements AfterViewInit, AfterViewChecked, OnD
|
|
|
1984
1991
|
setSelectRef(ref: any): void;
|
|
1985
1992
|
setSelectDataIndex(selectIndex: number): void;
|
|
1986
1993
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoChartComponent, never>;
|
|
1987
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoChartComponent, "div[soho-chart]", never, { "chartOptions": { "alias": "chartOptions"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "dataSet": { "alias": "dataSet"; "required": false; }; "type": { "alias": "type"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "hideLabels": { "alias": "hideLabels"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "legendFormatter": { "alias": "legendFormatter"; "required": false; }; "chartLabel": { "alias": "chartLabel"; "required": false; }; "chartredrawOnResizeLabel": { "alias": "chartredrawOnResizeLabel"; "required": false; }; "chartAnimate": { "alias": "chartAnimate"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "contextmenu": "contextmenu"; }, never, never,
|
|
1994
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoChartComponent, "div[soho-chart]", never, { "chartOptions": { "alias": "chartOptions"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "dataSet": { "alias": "dataSet"; "required": false; }; "type": { "alias": "type"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "hideLabels": { "alias": "hideLabels"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "legendFormatter": { "alias": "legendFormatter"; "required": false; }; "chartLabel": { "alias": "chartLabel"; "required": false; }; "chartredrawOnResizeLabel": { "alias": "chartredrawOnResizeLabel"; "required": false; }; "chartAnimate": { "alias": "chartAnimate"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "contextmenu": "contextmenu"; }, never, never, true, never>;
|
|
1988
1995
|
}
|
|
1989
1996
|
|
|
1990
1997
|
declare class SohoChartModule {
|
|
1991
1998
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoChartModule, never>;
|
|
1992
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoChartModule,
|
|
1999
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoChartModule, never, [typeof SohoChartComponent], [typeof SohoChartComponent]>;
|
|
1993
2000
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoChartModule>;
|
|
1994
2001
|
}
|
|
1995
2002
|
|
|
@@ -2039,12 +2046,12 @@ declare class SohoCheckBoxComponent implements AfterViewInit, OnDestroy {
|
|
|
2039
2046
|
*/
|
|
2040
2047
|
ngOnDestroy(): void;
|
|
2041
2048
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCheckBoxComponent, never>;
|
|
2042
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCheckBoxComponent, "[soho-checkbox]", never, { "partial": { "alias": "partial"; "required": false; }; "switch": { "alias": "switch"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "changeEvent": "changeEvent"; "updateEvent": "updateEvent"; }, never, ["*"],
|
|
2049
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCheckBoxComponent, "[soho-checkbox]", never, { "partial": { "alias": "partial"; "required": false; }; "switch": { "alias": "switch"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "changeEvent": "changeEvent"; "updateEvent": "updateEvent"; }, never, ["*"], true, never>;
|
|
2043
2050
|
}
|
|
2044
2051
|
|
|
2045
2052
|
declare class SohoCheckBoxModule {
|
|
2046
2053
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCheckBoxModule, never>;
|
|
2047
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCheckBoxModule,
|
|
2054
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCheckBoxModule, never, [typeof SohoCheckBoxComponent], [typeof SohoCheckBoxComponent]>;
|
|
2048
2055
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoCheckBoxModule>;
|
|
2049
2056
|
}
|
|
2050
2057
|
|
|
@@ -2072,12 +2079,12 @@ declare class SohoCirclepagerComponent implements AfterViewInit, AfterViewChecke
|
|
|
2072
2079
|
/** Tear Down */
|
|
2073
2080
|
ngOnDestroy(): void;
|
|
2074
2081
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCirclepagerComponent, never>;
|
|
2075
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCirclepagerComponent, "[soho-circlepager]", never, { "slidesToShow": { "alias": "slidesToShow"; "required": false; }; "startingSlide": { "alias": "startingSlide"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"],
|
|
2082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoCirclepagerComponent, "[soho-circlepager]", never, { "slidesToShow": { "alias": "slidesToShow"; "required": false; }; "startingSlide": { "alias": "startingSlide"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2076
2083
|
}
|
|
2077
2084
|
|
|
2078
2085
|
declare class SohoCirclepagerModule {
|
|
2079
2086
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoCirclepagerModule, never>;
|
|
2080
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCirclepagerModule,
|
|
2087
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoCirclepagerModule, never, [typeof SohoCirclepagerComponent], [typeof SohoCirclepagerComponent]>;
|
|
2081
2088
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoCirclepagerModule>;
|
|
2082
2089
|
}
|
|
2083
2090
|
|
|
@@ -2209,12 +2216,12 @@ declare class SohoColorPickerComponent implements AfterViewInit, AfterViewChecke
|
|
|
2209
2216
|
*/
|
|
2210
2217
|
markForRefresh(): void;
|
|
2211
2218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoColorPickerComponent, [null, null, { optional: true; self: true; }, null]>;
|
|
2212
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoColorPickerComponent, "input[soho-colorpicker]", never, { "colors": { "alias": "colors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "customColors": { "alias": "customColors"; "required": false; }; "colorOnly": { "alias": "colorOnly"; "required": false; }; "clearableText": { "alias": "clearableText"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, { "change": "change"; "updatedEvent": "updated"; }, never, ["*"],
|
|
2219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoColorPickerComponent, "input[soho-colorpicker]", never, { "colors": { "alias": "colors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "customColors": { "alias": "customColors"; "required": false; }; "colorOnly": { "alias": "colorOnly"; "required": false; }; "clearableText": { "alias": "clearableText"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, { "change": "change"; "updatedEvent": "updated"; }, never, ["*"], true, never>;
|
|
2213
2220
|
}
|
|
2214
2221
|
|
|
2215
2222
|
declare class SohoColorPickerModule {
|
|
2216
2223
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoColorPickerModule, never>;
|
|
2217
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoColorPickerModule,
|
|
2224
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoColorPickerModule, never, [typeof SohoColorPickerComponent], [typeof SohoColorPickerComponent]>;
|
|
2218
2225
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoColorPickerModule>;
|
|
2219
2226
|
}
|
|
2220
2227
|
|
|
@@ -2266,6 +2273,8 @@ declare class SohoColumnComponent implements AfterViewInit, AfterViewChecked, On
|
|
|
2266
2273
|
*/
|
|
2267
2274
|
set hideDots(value: boolean);
|
|
2268
2275
|
set useLine(value: boolean);
|
|
2276
|
+
/** Forces decimal point to '.' on y-axis ticks regardless of locale. */
|
|
2277
|
+
set forceDecimalPoint(value: boolean);
|
|
2269
2278
|
/** Events */
|
|
2270
2279
|
selected: EventEmitter<SohoColumnSelectEvent>;
|
|
2271
2280
|
unselected: EventEmitter<SohoColumnSelectEvent>;
|
|
@@ -2289,12 +2298,12 @@ declare class SohoColumnComponent implements AfterViewInit, AfterViewChecked, On
|
|
|
2289
2298
|
toggleSelected(selected: SohoColumnSelected): void;
|
|
2290
2299
|
getSelected(): Object | Object[] | undefined;
|
|
2291
2300
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoColumnComponent, never>;
|
|
2292
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoColumnComponent, "[soho-column]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isStacked": { "alias": "isStacked"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "format": { "alias": "format"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "stackedTransformX": { "alias": "stackedTransformX"; "required": false; }; "hideDots": { "alias": "hideDots"; "required": false; }; "useLine": { "alias": "useLine"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
2301
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoColumnComponent, "[soho-column]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isStacked": { "alias": "isStacked"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "format": { "alias": "format"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "stackedTransformX": { "alias": "stackedTransformX"; "required": false; }; "hideDots": { "alias": "hideDots"; "required": false; }; "useLine": { "alias": "useLine"; "required": false; }; "forceDecimalPoint": { "alias": "forceDecimalPoint"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
2293
2302
|
}
|
|
2294
2303
|
|
|
2295
2304
|
declare class SohoColumnModule {
|
|
2296
2305
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoColumnModule, never>;
|
|
2297
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoColumnModule,
|
|
2306
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoColumnModule, never, [typeof SohoColumnComponent], [typeof SohoColumnComponent]>;
|
|
2298
2307
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoColumnModule>;
|
|
2299
2308
|
}
|
|
2300
2309
|
|
|
@@ -2304,7 +2313,7 @@ declare class SohoColumnModule {
|
|
|
2304
2313
|
declare class SohoContextMenuHeadingComponent {
|
|
2305
2314
|
get isHeading(): boolean;
|
|
2306
2315
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuHeadingComponent, never>;
|
|
2307
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuHeadingComponent, "li[soho-context-menu-heading]", never, {}, {}, never, ["*"],
|
|
2316
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuHeadingComponent, "li[soho-context-menu-heading]", never, {}, {}, never, ["*"], true, never>;
|
|
2308
2317
|
}
|
|
2309
2318
|
/**
|
|
2310
2319
|
* SUB COMPONENT: SOHO-CONTEXT-MENU-SHORTCUT-TEXT
|
|
@@ -2312,7 +2321,7 @@ declare class SohoContextMenuHeadingComponent {
|
|
|
2312
2321
|
declare class SohoContextMenuShortCutTextComponent {
|
|
2313
2322
|
get isShortCutText(): boolean;
|
|
2314
2323
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuShortCutTextComponent, never>;
|
|
2315
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuShortCutTextComponent, "span[soho-context-menu-shortcut-text]", never, {}, {}, never, ["*"],
|
|
2324
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuShortCutTextComponent, "span[soho-context-menu-shortcut-text]", never, {}, {}, never, ["*"], true, never>;
|
|
2316
2325
|
}
|
|
2317
2326
|
/**
|
|
2318
2327
|
* SUB COMPONENT: SOHO-CONTEXT-MENU-SEPARATOR
|
|
@@ -2322,7 +2331,7 @@ declare class SohoContextMenuSeparatorComponent {
|
|
|
2322
2331
|
singleSelectableSection: boolean;
|
|
2323
2332
|
multiSelectableSection: boolean;
|
|
2324
2333
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuSeparatorComponent, never>;
|
|
2325
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuSeparatorComponent, "li[soho-context-menu-separator]", never, { "singleSelectableSection": { "alias": "singleSelectableSection"; "required": false; }; "multiSelectableSection": { "alias": "multiSelectableSection"; "required": false; }; }, {}, never, ["*"],
|
|
2334
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuSeparatorComponent, "li[soho-context-menu-separator]", never, { "singleSelectableSection": { "alias": "singleSelectableSection"; "required": false; }; "multiSelectableSection": { "alias": "multiSelectableSection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2326
2335
|
}
|
|
2327
2336
|
/**
|
|
2328
2337
|
* SUB COMPONENT: SOHO-CONTEXT-MENU-LABEL
|
|
@@ -2332,7 +2341,7 @@ declare class SohoContextMenuItemLabelComponent {
|
|
|
2332
2341
|
menuId?: string;
|
|
2333
2342
|
menuUrl?: string;
|
|
2334
2343
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuItemLabelComponent, never>;
|
|
2335
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuItemLabelComponent, "a[soho-context-menu-label]", never, { "menuId": { "alias": "menuId"; "required": false; }; "menuUrl": { "alias": "menuUrl"; "required": false; }; }, {}, never, ["*"],
|
|
2344
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuItemLabelComponent, "a[soho-context-menu-label]", never, { "menuId": { "alias": "menuId"; "required": false; }; "menuUrl": { "alias": "menuUrl"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2336
2345
|
}
|
|
2337
2346
|
/**
|
|
2338
2347
|
* SUB COMPONENT: SOHO-CONTEXT-MENU-ITEM
|
|
@@ -2344,7 +2353,7 @@ declare class SohoContextMenuItemComponent {
|
|
|
2344
2353
|
isIndented: boolean;
|
|
2345
2354
|
subMenu: boolean;
|
|
2346
2355
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuItemComponent, never>;
|
|
2347
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuItemComponent, "li[soho-context-menu-item]", never, { "isChecked": { "alias": "isChecked"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isIndented": { "alias": "isIndented"; "required": false; }; "subMenu": { "alias": "subMenu"; "required": false; }; }, {}, never, ["*"],
|
|
2356
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoContextMenuItemComponent, "li[soho-context-menu-item]", never, { "isChecked": { "alias": "isChecked"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isIndented": { "alias": "isIndented"; "required": false; }; "subMenu": { "alias": "subMenu"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2348
2357
|
}
|
|
2349
2358
|
/**
|
|
2350
2359
|
* MAIN DIRECTIVE: SOHO-CONTEXT-MENU
|
|
@@ -2402,18 +2411,18 @@ declare class SohoContextMenuDirective implements AfterViewInit, OnDestroy {
|
|
|
2402
2411
|
ngOnDestroy(): void;
|
|
2403
2412
|
initializeComponent(eventObj?: any): void;
|
|
2404
2413
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuDirective, never>;
|
|
2405
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoContextMenuDirective, "[soho-context-menu]", never, { "trigger": { "alias": "trigger"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "placementOpts": { "alias": "placementOpts"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "listOffset": { "alias": "listOffset"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "beforeOpen": { "alias": "beforeOpen"; "required": false; }; "lazyLoad": { "alias": "lazyLoad"; "required": false; }; }, { "selected": "selected"; "beforeopen": "beforeopen"; "open": "open"; "closeEvent": "close"; }, never, never,
|
|
2414
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoContextMenuDirective, "[soho-context-menu]", never, { "trigger": { "alias": "trigger"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "placementOpts": { "alias": "placementOpts"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "listOffset": { "alias": "listOffset"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "beforeOpen": { "alias": "beforeOpen"; "required": false; }; "lazyLoad": { "alias": "lazyLoad"; "required": false; }; }, { "selected": "selected"; "beforeopen": "beforeopen"; "open": "open"; "closeEvent": "close"; }, never, never, true, never>;
|
|
2406
2415
|
}
|
|
2407
2416
|
|
|
2408
2417
|
declare class SohoContextMenuModule {
|
|
2409
2418
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextMenuModule, never>;
|
|
2410
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoContextMenuModule, [typeof SohoContextMenuDirective, typeof SohoContextMenuHeadingComponent, typeof SohoContextMenuShortCutTextComponent, typeof SohoContextMenuItemComponent, typeof SohoContextMenuItemLabelComponent, typeof SohoContextMenuSeparatorComponent], [typeof
|
|
2419
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoContextMenuModule, never, [typeof SohoContextMenuDirective, typeof SohoContextMenuHeadingComponent, typeof SohoContextMenuShortCutTextComponent, typeof SohoContextMenuItemComponent, typeof SohoContextMenuItemLabelComponent, typeof SohoContextMenuSeparatorComponent], [typeof SohoContextMenuDirective, typeof SohoContextMenuHeadingComponent, typeof SohoContextMenuShortCutTextComponent, typeof SohoContextMenuItemComponent, typeof SohoContextMenuItemLabelComponent, typeof SohoContextMenuSeparatorComponent]>;
|
|
2411
2420
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoContextMenuModule>;
|
|
2412
2421
|
}
|
|
2413
2422
|
|
|
2414
2423
|
declare class SohoContextualActionPanelModule {
|
|
2415
2424
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoContextualActionPanelModule, never>;
|
|
2416
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoContextualActionPanelModule, never,
|
|
2425
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoContextualActionPanelModule, never, never, never>;
|
|
2417
2426
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoContextualActionPanelModule>;
|
|
2418
2427
|
}
|
|
2419
2428
|
|
|
@@ -2572,7 +2581,7 @@ declare class SohoContextualActionPanelRef<T> {
|
|
|
2572
2581
|
/**
|
|
2573
2582
|
* Constructor.
|
|
2574
2583
|
*/
|
|
2575
|
-
constructor(appRef: ApplicationRef,
|
|
2584
|
+
constructor(appRef: ApplicationRef, injector: Injector, ngZone: NgZone, settings: SohoContextualActionPanelOptions, panelComponent?: PanelComponentType<T>);
|
|
2576
2585
|
/**
|
|
2577
2586
|
* Opens the panel.
|
|
2578
2587
|
*
|
|
@@ -2695,18 +2704,16 @@ interface SohoContextualActionPanelComponent<T> {
|
|
|
2695
2704
|
*/
|
|
2696
2705
|
declare class SohoContextualActionPanelService {
|
|
2697
2706
|
private readonly appRef;
|
|
2698
|
-
private readonly componentFactoryResolver;
|
|
2699
2707
|
private readonly injector;
|
|
2700
2708
|
private readonly ngZone;
|
|
2701
2709
|
/**
|
|
2702
2710
|
* Constructor.
|
|
2703
2711
|
*
|
|
2704
2712
|
* @param appRef - application reference; must not be null.
|
|
2705
|
-
* @param componentFactoryResolver - used to create component factories for components dynamically.
|
|
2706
2713
|
* @param injector - the current in scope injector, use as a delegate.
|
|
2707
2714
|
* @param ngZone - the angular zone; must not be null.
|
|
2708
2715
|
*/
|
|
2709
|
-
constructor(appRef: ApplicationRef,
|
|
2716
|
+
constructor(appRef: ApplicationRef, injector: Injector, ngZone: NgZone);
|
|
2710
2717
|
/**
|
|
2711
2718
|
* Creates a panel defined by the given component, returning a reference to the
|
|
2712
2719
|
* panel that can be interacted with.
|
|
@@ -2799,7 +2806,6 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
2799
2806
|
private ngZone;
|
|
2800
2807
|
private elementRef;
|
|
2801
2808
|
private changeDetector;
|
|
2802
|
-
private resolver;
|
|
2803
2809
|
private injector;
|
|
2804
2810
|
private app;
|
|
2805
2811
|
protected datagridService: SohoDataGridService;
|
|
@@ -2889,6 +2895,10 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
2889
2895
|
get columnReorder(): boolean | undefined;
|
|
2890
2896
|
set disableClientSort(disableClientSort: boolean | undefined);
|
|
2891
2897
|
get disableClientSort(): boolean | undefined;
|
|
2898
|
+
set useLocaleSort(useLocaleSort: boolean | undefined);
|
|
2899
|
+
get useLocaleSort(): boolean | undefined;
|
|
2900
|
+
set allowTriStateSort(allowTriStateSort: boolean | undefined);
|
|
2901
|
+
get allowTriStateSort(): boolean | undefined;
|
|
2892
2902
|
set disableClientFilter(disableClientFilter: boolean | undefined);
|
|
2893
2903
|
get disableClientFilter(): boolean | undefined;
|
|
2894
2904
|
set resultsText(resultsText: SohoDataGridResultsTextFunction);
|
|
@@ -3110,6 +3120,10 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3110
3120
|
get exportConvertNegative(): boolean | undefined;
|
|
3111
3121
|
set overrideTabbing(overrideTabbing: boolean | undefined);
|
|
3112
3122
|
get overrideTabbing(): boolean | undefined;
|
|
3123
|
+
set headerTabStops(headerTabStops: boolean | null | undefined);
|
|
3124
|
+
get headerTabStops(): boolean | null | undefined;
|
|
3125
|
+
set suppressNonInteractiveFocus(suppressNonInteractiveFocus: boolean | undefined);
|
|
3126
|
+
get suppressNonInteractiveFocus(): boolean | undefined;
|
|
3113
3127
|
set showEditorIcons(showEditorIcons: boolean | undefined);
|
|
3114
3128
|
get showEditorIcons(): boolean | undefined;
|
|
3115
3129
|
set stickyHeader(stickyHeader: boolean);
|
|
@@ -3186,7 +3200,7 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3186
3200
|
*
|
|
3187
3201
|
* Allow the input to be overriden, to match the component selector.
|
|
3188
3202
|
*/
|
|
3189
|
-
set sohoDatagrid(datagridType: SohoDataGridType | undefined | null);
|
|
3203
|
+
set sohoDatagrid(datagridType: SohoDataGridType | '' | undefined | null);
|
|
3190
3204
|
selected: EventEmitter<SohoDataGridSelectedEvent>;
|
|
3191
3205
|
deselected: EventEmitter<SohoDataGridDeselectedEvent>;
|
|
3192
3206
|
cellchange: EventEmitter<SohoDataGridCellChangeEvent>;
|
|
@@ -3255,7 +3269,7 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3255
3269
|
* @param injector - dynamic component injector (for editors/formatters).
|
|
3256
3270
|
* @param datagridService - service for obtaining data (optional)
|
|
3257
3271
|
*/
|
|
3258
|
-
constructor(ngZone: NgZone, elementRef: ElementRef, changeDetector: ChangeDetectorRef,
|
|
3272
|
+
constructor(ngZone: NgZone, elementRef: ElementRef, changeDetector: ChangeDetectorRef, injector: Injector, app: ApplicationRef, datagridService: SohoDataGridService);
|
|
3259
3273
|
getColumnGroup(idx: number): string;
|
|
3260
3274
|
getColumnById(idx: number): string;
|
|
3261
3275
|
/**
|
|
@@ -3880,8 +3894,8 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3880
3894
|
private updateSource;
|
|
3881
3895
|
private checkForComponentEditors;
|
|
3882
3896
|
private checkForSummaryRowSettings;
|
|
3883
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDataGridComponent, [null, null, null, null, null,
|
|
3884
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDataGridComponent, "[soho-datagrid]", never, { "gridOptions": { "alias": "gridOptions"; "required": false; }; "idProperty": { "alias": "idProperty"; "required": false; }; "ellipsisWithIcon": { "alias": "ellipsisWithIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "frozenColumns": { "alias": "frozenColumns"; "required": false; }; "cellNavigation": { "alias": "cellNavigation"; "required": false; }; "rowNavigation": { "alias": "rowNavigation"; "required": false; }; "alternateRowShading": { "alias": "alternateRowShading"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "columnReorder": { "alias": "columnReorder"; "required": false; }; "disableClientSort": { "alias": "disableClientSort"; "required": false; }; "disableClientFilter": { "alias": "disableClientFilter"; "required": false; }; "resultsText": { "alias": "resultsText"; "required": false; }; "showFilterTotal": { "alias": "showFilterTotal"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "isRowDisabled": { "alias": "isRowDisabled"; "required": false; }; "allowOneExpandedRow": { "alias": "allowOneExpandedRow"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "rowTemplateComponent": { "alias": "rowTemplateComponent"; "required": false; }; "rowTemplateComponentInputs": { "alias": "rowTemplateComponentInputs"; "required": false; }; "rowTemplateField": { "alias": "rowTemplateField"; "required": false; }; "selectOnEdit": { "alias": "selectOnEdit"; "required": false; }; "isList": { "alias": "isList"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuBeforeOpen": { "alias": "menuBeforeOpen"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "fixedRowHeight": { "alias": "fixedRowHeight"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showSelectAllCheckBox": { "alias": "showSelectAllCheckBox"; "required": false; }; "clickToSelect": { "alias": "clickToSelect"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "initializeToolbar": { "alias": "initializeToolbar"; "required": false; }; "saveUserSettings": { "alias": "saveUserSettings"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "pagesizes": { "alias": "pagesizes"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "actionableMode": { "alias": "actionableMode"; "required": false; }; "saveColumns": { "alias": "saveColumns"; "required": false; }; "source": { "alias": "source"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "filterWhenTyping": { "alias": "filterWhenTyping"; "required": false; }; "treeGrid": { "alias": "treeGrid"; "required": false; }; "uniqueId": { "alias": "uniqueId"; "required": false; }; "rowReorder": { "alias": "rowReorder"; "required": false; }; "showDirty": { "alias": "showDirty"; "required": false; }; "addCellLayoutClass": { "alias": "addCellLayoutClass"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "headerBackgroundColor": { "alias": "headerBackgroundColor"; "required": false; }; "headerMenuId": { "alias": "headerMenuId"; "required": false; }; "headerMenuSelected": { "alias": "headerMenuSelected"; "required": false; }; "headerMenuBeforeOpen": { "alias": "headerMenuBeforeOpen"; "required": false; }; "disableRowDeactivation": { "alias": "disableRowDeactivation"; "required": false; }; "disableRowDeselection": { "alias": "disableRowDeselection"; "required": false; }; "userObject": { "alias": "userObject"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "summaryRowColumns": { "alias": "summaryRowColumns"; "required": false; }; "spacerColumn": { "alias": "spacerColumn"; "required": false; }; "sizeColumnsEqually": { "alias": "sizeColumnsEqually"; "required": false; }; "expandableRow": { "alias": "expandableRow"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "exportConvertNegative": { "alias": "exportConvertNegative"; "required": false; }; "overrideTabbing": { "alias": "overrideTabbing"; "required": false; }; "showEditorIcons": { "alias": "showEditorIcons"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "columnSizing": { "alias": "columnSizing"; "required": false; }; "stretchColumn": { "alias": "stretchColumn"; "required": false; }; "stretchColumnOnChange": { "alias": "stretchColumnOnChange"; "required": false; }; "showPageSizeSelector": { "alias": "showPageSizeSelector"; "required": false; }; "hidePagerOnOnePage": { "alias": "hidePagerOnOnePage"; "required": false; }; "columnGroup": { "alias": "columnGroup"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "enableTooltips": { "alias": "enableTooltips"; "required": false; }; "selectChildren": { "alias": "selectChildren"; "required": false; }; "allowChildExpandOnMatch": { "alias": "allowChildExpandOnMatch"; "required": false; }; "sohoDatagrid": { "alias": "soho-datagrid"; "required": false; }; "onBeforeSelect": { "alias": "onBeforeSelect"; "required": false; }; "allowSelectAcrossPages": { "alias": "allowSelectAcrossPages"; "required": false; }; "selectAllCurrentPage": { "alias": "selectAllCurrentPage"; "required": false; }; "columnIds": { "alias": "columnIds"; "required": false; }; "showNewRowIndicator": { "alias": "showNewRowIndicator"; "required": false; }; "onExpandChildren": { "alias": "onExpandChildren"; "required": false; }; "onCollapseChildren": { "alias": "onCollapseChildren"; "required": false; }; "onPostRenderCell": { "alias": "onPostRenderCell"; "required": false; }; "onDestroyCell": { "alias": "onDestroyCell"; "required": false; }; "onEditCell": { "alias": "onEditCell"; "required": false; }; "onKeyDown": { "alias": "onKeyDown"; "required": false; }; "onExpandRow": { "alias": "onExpandRow"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "fallbackTooltip": { "alias": "fallbackTooltip"; "required": false; }; }, { "selected": "selected"; "deselected": "deselected"; "cellchange": "cellchange"; "rowRemove": "rowRemove"; "rowAdd": "rowAdd"; "filtered": "filtered"; "expandrow": "expandrow"; "keydown": "keydown"; "exiteditmode": "exiteditmode"; "beforeentereditmode": "beforeentereditmode"; "entereditmode": "entereditmode"; "collapserow": "collapserow"; "sorted": "sorted"; "searched": "searched"; "nextPage": "nextPage"; "previousPage": "previousPage"; "firstPage": "firstPage"; "lastPage": "lastPage"; "pageSizeChange": "pageSizeChange"; "beforePaging": "beforePaging"; "afterPaging": "afterPaging"; "beforeRowActivated": "beforeRowActivated"; "rowActivated": "rowActivated"; "columnChange": "columnChange"; "rowDeactivated": "rowDeactivated"; "rowClicked": "rowClicked"; "rowDoubleClicked": "rowDoubleClicked"; "contextMenu": "contextMenu"; "rowReordered": "rowReordered"; "openFilterRow": "openFilterRow"; "closeFilterRow": "closeFilterRow"; "settingsChanged": "settingsChanged"; "rendered": "rendered"; "afterRender": "afterRender"; "verticalScroll": "verticalScroll"; "filteroperatorchanged": "filteroperatorchanged"; }, never, ["*"],
|
|
3897
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDataGridComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
3898
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDataGridComponent, "[soho-datagrid]", never, { "gridOptions": { "alias": "gridOptions"; "required": false; }; "idProperty": { "alias": "idProperty"; "required": false; }; "ellipsisWithIcon": { "alias": "ellipsisWithIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "frozenColumns": { "alias": "frozenColumns"; "required": false; }; "cellNavigation": { "alias": "cellNavigation"; "required": false; }; "rowNavigation": { "alias": "rowNavigation"; "required": false; }; "alternateRowShading": { "alias": "alternateRowShading"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "columnReorder": { "alias": "columnReorder"; "required": false; }; "disableClientSort": { "alias": "disableClientSort"; "required": false; }; "useLocaleSort": { "alias": "useLocaleSort"; "required": false; }; "allowTriStateSort": { "alias": "allowTriStateSort"; "required": false; }; "disableClientFilter": { "alias": "disableClientFilter"; "required": false; }; "resultsText": { "alias": "resultsText"; "required": false; }; "showFilterTotal": { "alias": "showFilterTotal"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "isRowDisabled": { "alias": "isRowDisabled"; "required": false; }; "allowOneExpandedRow": { "alias": "allowOneExpandedRow"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "rowTemplateComponent": { "alias": "rowTemplateComponent"; "required": false; }; "rowTemplateComponentInputs": { "alias": "rowTemplateComponentInputs"; "required": false; }; "rowTemplateField": { "alias": "rowTemplateField"; "required": false; }; "selectOnEdit": { "alias": "selectOnEdit"; "required": false; }; "isList": { "alias": "isList"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuBeforeOpen": { "alias": "menuBeforeOpen"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "fixedRowHeight": { "alias": "fixedRowHeight"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showSelectAllCheckBox": { "alias": "showSelectAllCheckBox"; "required": false; }; "clickToSelect": { "alias": "clickToSelect"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "initializeToolbar": { "alias": "initializeToolbar"; "required": false; }; "saveUserSettings": { "alias": "saveUserSettings"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "pagesizes": { "alias": "pagesizes"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "actionableMode": { "alias": "actionableMode"; "required": false; }; "saveColumns": { "alias": "saveColumns"; "required": false; }; "source": { "alias": "source"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "filterWhenTyping": { "alias": "filterWhenTyping"; "required": false; }; "treeGrid": { "alias": "treeGrid"; "required": false; }; "uniqueId": { "alias": "uniqueId"; "required": false; }; "rowReorder": { "alias": "rowReorder"; "required": false; }; "showDirty": { "alias": "showDirty"; "required": false; }; "addCellLayoutClass": { "alias": "addCellLayoutClass"; "required": false; }; "resizeMode": { "alias": "resizeMode"; "required": false; }; "headerBackgroundColor": { "alias": "headerBackgroundColor"; "required": false; }; "headerMenuId": { "alias": "headerMenuId"; "required": false; }; "headerMenuSelected": { "alias": "headerMenuSelected"; "required": false; }; "headerMenuBeforeOpen": { "alias": "headerMenuBeforeOpen"; "required": false; }; "disableRowDeactivation": { "alias": "disableRowDeactivation"; "required": false; }; "disableRowDeselection": { "alias": "disableRowDeselection"; "required": false; }; "userObject": { "alias": "userObject"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "summaryRowColumns": { "alias": "summaryRowColumns"; "required": false; }; "spacerColumn": { "alias": "spacerColumn"; "required": false; }; "sizeColumnsEqually": { "alias": "sizeColumnsEqually"; "required": false; }; "expandableRow": { "alias": "expandableRow"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "exportConvertNegative": { "alias": "exportConvertNegative"; "required": false; }; "overrideTabbing": { "alias": "overrideTabbing"; "required": false; }; "headerTabStops": { "alias": "headerTabStops"; "required": false; }; "suppressNonInteractiveFocus": { "alias": "suppressNonInteractiveFocus"; "required": false; }; "showEditorIcons": { "alias": "showEditorIcons"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "columnSizing": { "alias": "columnSizing"; "required": false; }; "stretchColumn": { "alias": "stretchColumn"; "required": false; }; "stretchColumnOnChange": { "alias": "stretchColumnOnChange"; "required": false; }; "showPageSizeSelector": { "alias": "showPageSizeSelector"; "required": false; }; "hidePagerOnOnePage": { "alias": "hidePagerOnOnePage"; "required": false; }; "columnGroup": { "alias": "columnGroup"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "enableTooltips": { "alias": "enableTooltips"; "required": false; }; "selectChildren": { "alias": "selectChildren"; "required": false; }; "allowChildExpandOnMatch": { "alias": "allowChildExpandOnMatch"; "required": false; }; "sohoDatagrid": { "alias": "soho-datagrid"; "required": false; }; "onBeforeSelect": { "alias": "onBeforeSelect"; "required": false; }; "allowSelectAcrossPages": { "alias": "allowSelectAcrossPages"; "required": false; }; "selectAllCurrentPage": { "alias": "selectAllCurrentPage"; "required": false; }; "columnIds": { "alias": "columnIds"; "required": false; }; "showNewRowIndicator": { "alias": "showNewRowIndicator"; "required": false; }; "onExpandChildren": { "alias": "onExpandChildren"; "required": false; }; "onCollapseChildren": { "alias": "onCollapseChildren"; "required": false; }; "onPostRenderCell": { "alias": "onPostRenderCell"; "required": false; }; "onDestroyCell": { "alias": "onDestroyCell"; "required": false; }; "onEditCell": { "alias": "onEditCell"; "required": false; }; "onKeyDown": { "alias": "onKeyDown"; "required": false; }; "onExpandRow": { "alias": "onExpandRow"; "required": false; }; "fallbackImage": { "alias": "fallbackImage"; "required": false; }; "fallbackTooltip": { "alias": "fallbackTooltip"; "required": false; }; }, { "selected": "selected"; "deselected": "deselected"; "cellchange": "cellchange"; "rowRemove": "rowRemove"; "rowAdd": "rowAdd"; "filtered": "filtered"; "expandrow": "expandrow"; "keydown": "keydown"; "exiteditmode": "exiteditmode"; "beforeentereditmode": "beforeentereditmode"; "entereditmode": "entereditmode"; "collapserow": "collapserow"; "sorted": "sorted"; "searched": "searched"; "nextPage": "nextPage"; "previousPage": "previousPage"; "firstPage": "firstPage"; "lastPage": "lastPage"; "pageSizeChange": "pageSizeChange"; "beforePaging": "beforePaging"; "afterPaging": "afterPaging"; "beforeRowActivated": "beforeRowActivated"; "rowActivated": "rowActivated"; "columnChange": "columnChange"; "rowDeactivated": "rowDeactivated"; "rowClicked": "rowClicked"; "rowDoubleClicked": "rowDoubleClicked"; "contextMenu": "contextMenu"; "rowReordered": "rowReordered"; "openFilterRow": "openFilterRow"; "closeFilterRow": "closeFilterRow"; "settingsChanged": "settingsChanged"; "rendered": "rendered"; "afterRender": "afterRender"; "verticalScroll": "verticalScroll"; "filteroperatorchanged": "filteroperatorchanged"; }, never, ["*"], true, never>;
|
|
3885
3899
|
}
|
|
3886
3900
|
/**
|
|
3887
3901
|
* Details of the 'expandrow' and 'collapserow' events.
|
|
@@ -3901,7 +3915,7 @@ interface SohoDataGridKeyDownEvent {
|
|
|
3901
3915
|
|
|
3902
3916
|
declare class SohoDataGridModule {
|
|
3903
3917
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDataGridModule, never>;
|
|
3904
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDataGridModule,
|
|
3918
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDataGridModule, never, [typeof SohoDataGridComponent], [typeof SohoDataGridComponent]>;
|
|
3905
3919
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoDataGridModule>;
|
|
3906
3920
|
}
|
|
3907
3921
|
|
|
@@ -4034,6 +4048,12 @@ declare class SohoDatePickerComponent extends BaseControlValueAccessor<string |
|
|
|
4034
4048
|
* Set the input to allow today using keyboard
|
|
4035
4049
|
*/
|
|
4036
4050
|
set todayWithKeyboard(todayWithKeyboard: boolean);
|
|
4051
|
+
/**
|
|
4052
|
+
* If false, the user cannot type into the datepicker field and must
|
|
4053
|
+
* select a date exclusively from the calendar popup. Defaults to true.
|
|
4054
|
+
*/
|
|
4055
|
+
set editable(editable: boolean);
|
|
4056
|
+
get editable(): boolean | undefined;
|
|
4037
4057
|
/**
|
|
4038
4058
|
* Sets the options for the date picker
|
|
4039
4059
|
*/
|
|
@@ -4120,12 +4140,12 @@ declare class SohoDatePickerComponent extends BaseControlValueAccessor<string |
|
|
|
4120
4140
|
private onBeforeMonthRendered;
|
|
4121
4141
|
private onMonthRendered;
|
|
4122
4142
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDatePickerComponent, never>;
|
|
4123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDatePickerComponent, "input[soho-datepicker]", never, { "showTime": { "alias": "showTime"; "required": false; }; "useCurrentTime": { "alias": "useCurrentTime"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "range": { "alias": "range"; "required": false; }; "roundToInterval": { "alias": "roundToInterval"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "showMonthYearPicker": { "alias": "showMonthYearPicker"; "required": false; }; "showWeekNumber": { "alias": "showWeekNumber"; "required": false; }; "hideDays": { "alias": "hideDays"; "required": false; }; "yearsAhead": { "alias": "yearsAhead"; "required": false; }; "yearsBack": { "alias": "yearsBack"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "calendarName": { "alias": "calendarName"; "required": false; }; "useUTC": { "alias": "useUTC"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "incrementWithKeyboard": { "alias": "incrementWithKeyboard"; "required": false; }; "todayWithKeyboard": { "alias": "todayWithKeyboard"; "required": false; }; "options": { "alias": "options"; "required": false; }; "validation": { "alias": "validation"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "listclosed": "listclosed"; "listopened": "listopened"; "beforemonthrendered": "beforemonthrendered"; "monthrendered": "monthrendered"; }, never, ["*"],
|
|
4143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDatePickerComponent, "input[soho-datepicker]", never, { "showTime": { "alias": "showTime"; "required": false; }; "useCurrentTime": { "alias": "useCurrentTime"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "range": { "alias": "range"; "required": false; }; "roundToInterval": { "alias": "roundToInterval"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "showMonthYearPicker": { "alias": "showMonthYearPicker"; "required": false; }; "showWeekNumber": { "alias": "showWeekNumber"; "required": false; }; "hideDays": { "alias": "hideDays"; "required": false; }; "yearsAhead": { "alias": "yearsAhead"; "required": false; }; "yearsBack": { "alias": "yearsBack"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "calendarName": { "alias": "calendarName"; "required": false; }; "useUTC": { "alias": "useUTC"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "incrementWithKeyboard": { "alias": "incrementWithKeyboard"; "required": false; }; "todayWithKeyboard": { "alias": "todayWithKeyboard"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "options": { "alias": "options"; "required": false; }; "validation": { "alias": "validation"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "listclosed": "listclosed"; "listopened": "listopened"; "beforemonthrendered": "beforemonthrendered"; "monthrendered": "monthrendered"; }, never, ["*"], true, never>;
|
|
4124
4144
|
}
|
|
4125
4145
|
|
|
4126
4146
|
declare class SohoDatePickerModule {
|
|
4127
4147
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDatePickerModule, never>;
|
|
4128
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDatePickerModule,
|
|
4148
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDatePickerModule, never, [typeof SohoDatePickerComponent], [typeof SohoDatePickerComponent]>;
|
|
4129
4149
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoDatePickerModule>;
|
|
4130
4150
|
}
|
|
4131
4151
|
|
|
@@ -4145,12 +4165,12 @@ declare class SohoDragDirective implements AfterViewInit, OnDestroy {
|
|
|
4145
4165
|
ngOnDestroy(): void;
|
|
4146
4166
|
updated(settings?: SohoDragOptions): void;
|
|
4147
4167
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDragDirective, never>;
|
|
4148
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoDragDirective, "[soho-drag]", never, { "dragOptions": { "alias": "dragOptions"; "required": false; }; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "dragging": "dragging"; }, never, never,
|
|
4168
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoDragDirective, "[soho-drag]", never, { "dragOptions": { "alias": "dragOptions"; "required": false; }; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "dragging": "dragging"; }, never, never, true, never>;
|
|
4149
4169
|
}
|
|
4150
4170
|
|
|
4151
4171
|
declare class SohoDragModule {
|
|
4152
4172
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDragModule, never>;
|
|
4153
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDragModule,
|
|
4173
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDragModule, never, [typeof SohoDragDirective], [typeof SohoDragDirective]>;
|
|
4154
4174
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoDragModule>;
|
|
4155
4175
|
}
|
|
4156
4176
|
|
|
@@ -4344,7 +4364,7 @@ declare class SohoDropDownComponent implements AfterViewInit, AfterViewChecked,
|
|
|
4344
4364
|
get id(): any;
|
|
4345
4365
|
get isMultiple(): boolean | undefined;
|
|
4346
4366
|
get isDropdown(): boolean;
|
|
4347
|
-
get isMultiSelect():
|
|
4367
|
+
get isMultiSelect(): any;
|
|
4348
4368
|
set readonly(readonly: boolean | undefined);
|
|
4349
4369
|
get readonly(): boolean | undefined;
|
|
4350
4370
|
/**
|
|
@@ -4419,13 +4439,37 @@ declare class SohoDropDownComponent implements AfterViewInit, AfterViewChecked,
|
|
|
4419
4439
|
* Marks the components as requiring a rebuild after the next update.
|
|
4420
4440
|
*/
|
|
4421
4441
|
markForRefresh(): void;
|
|
4442
|
+
/**
|
|
4443
|
+
* Adds an inline error message to the dropdown
|
|
4444
|
+
*
|
|
4445
|
+
* @param message the error message to add.
|
|
4446
|
+
*/
|
|
4447
|
+
addInlineError(message: string): void;
|
|
4448
|
+
/**
|
|
4449
|
+
* Adds an inline message of the type specified
|
|
4450
|
+
*
|
|
4451
|
+
* @param message the message to add.
|
|
4452
|
+
* @param type optional - 'error' (default)
|
|
4453
|
+
* @param isAlert optional - false (default)
|
|
4454
|
+
* @param triggerEvents optional - true (default)
|
|
4455
|
+
* @param icon optional - icon for the message
|
|
4456
|
+
* @param id optional - id for the message
|
|
4457
|
+
*/
|
|
4458
|
+
addInlineMessage(message: string, type?: SohoAlertType, isAlert?: boolean, triggerEvents?: boolean, icon?: string, id?: string): void;
|
|
4459
|
+
/**
|
|
4460
|
+
* Removes inline message of the specified type
|
|
4461
|
+
*
|
|
4462
|
+
* @param type the message type to remove ('error', 'alert', etc.)
|
|
4463
|
+
* @param triggerEvents optional - true (default)
|
|
4464
|
+
*/
|
|
4465
|
+
removeMessage(type?: SohoAlertType, triggerEvents?: boolean): void;
|
|
4422
4466
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDropDownComponent, [null, null, { optional: true; self: true; }, null]>;
|
|
4423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDropDownComponent, "select[soho-dropdown]", never, { "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "maxSelected": { "alias": "maxSelected"; "required": false; }; "moveSelectedToTop": { "alias": "moveSelectedToTop"; "required": false; }; "moveSelected": { "alias": "moveSelected"; "required": false; }; "showEmptyGroupHeaders": { "alias": "showEmptyGroupHeaders"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "reload": { "alias": "reload"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noSearch": { "alias": "noSearch"; "required": false; }; "source": { "alias": "source"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "showTags": { "alias": "showTags"; "required": false; }; "showSearchUnderSelected": { "alias": "showSearchUnderSelected"; "required": false; }; "tagSettings": { "alias": "tagSettings"; "required": false; }; "allTextString": { "alias": "allTextString"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "selectedTextString": { "alias": "selectedTextString"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change$": "change"; "updated$": "updated"; "listClosed$": "listclosed"; "listOpened$": "listopened"; "listContextMenu$": "listcontextmenu"; "keydown$": "keydown"; }, never, ["*"],
|
|
4467
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDropDownComponent, "select[soho-dropdown]", never, { "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "dropdownIcon": { "alias": "dropdownIcon"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "maxSelected": { "alias": "maxSelected"; "required": false; }; "moveSelectedToTop": { "alias": "moveSelectedToTop"; "required": false; }; "moveSelected": { "alias": "moveSelected"; "required": false; }; "showEmptyGroupHeaders": { "alias": "showEmptyGroupHeaders"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "reload": { "alias": "reload"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noSearch": { "alias": "noSearch"; "required": false; }; "source": { "alias": "source"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "showTags": { "alias": "showTags"; "required": false; }; "showSearchUnderSelected": { "alias": "showSearchUnderSelected"; "required": false; }; "tagSettings": { "alias": "tagSettings"; "required": false; }; "allTextString": { "alias": "allTextString"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "selectedTextString": { "alias": "selectedTextString"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change$": "change"; "updated$": "updated"; "listClosed$": "listclosed"; "listOpened$": "listopened"; "listContextMenu$": "listcontextmenu"; "keydown$": "keydown"; }, never, ["*"], true, never>;
|
|
4424
4468
|
}
|
|
4425
4469
|
|
|
4426
4470
|
declare class SohoDropDownModule {
|
|
4427
4471
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDropDownModule, never>;
|
|
4428
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDropDownModule,
|
|
4472
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoDropDownModule, never, [typeof SohoDropDownComponent], [typeof SohoDropDownComponent]>;
|
|
4429
4473
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoDropDownModule>;
|
|
4430
4474
|
}
|
|
4431
4475
|
|
|
@@ -4521,12 +4565,12 @@ declare class SohoEditorComponent extends BaseControlValueAccessor<any> implemen
|
|
|
4521
4565
|
*/
|
|
4522
4566
|
markForRefresh(): void;
|
|
4523
4567
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoEditorComponent, never>;
|
|
4524
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoEditorComponent, "[soho-editor]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "firstHeader": { "alias": "firstHeader"; "required": false; }; "secondHeader": { "alias": "secondHeader"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "image": { "alias": "image"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "excludeButtons": { "alias": "excludeButtons"; "required": false; }; "onLinkClick": { "alias": "onLinkClick"; "required": false; }; "showHtmlView": { "alias": "showHtmlView"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "change": "change"; "updated": "updated"; "generateai": "generateai"; }, never, ["*"],
|
|
4568
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoEditorComponent, "[soho-editor]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "firstHeader": { "alias": "firstHeader"; "required": false; }; "secondHeader": { "alias": "secondHeader"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "image": { "alias": "image"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "excludeButtons": { "alias": "excludeButtons"; "required": false; }; "onLinkClick": { "alias": "onLinkClick"; "required": false; }; "showHtmlView": { "alias": "showHtmlView"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "change": "change"; "updated": "updated"; "generateai": "generateai"; }, never, ["*"], true, never>;
|
|
4525
4569
|
}
|
|
4526
4570
|
|
|
4527
4571
|
declare class SohoEditorModule {
|
|
4528
4572
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoEditorModule, never>;
|
|
4529
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoEditorModule,
|
|
4573
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoEditorModule, never, [typeof SohoEditorComponent], [typeof SohoEditorComponent]>;
|
|
4530
4574
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoEditorModule>;
|
|
4531
4575
|
}
|
|
4532
4576
|
|
|
@@ -4574,12 +4618,12 @@ declare class SohoEmptyMessageDirective implements AfterViewChecked, AfterViewIn
|
|
|
4574
4618
|
*/
|
|
4575
4619
|
private markForCheck;
|
|
4576
4620
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoEmptyMessageDirective, never>;
|
|
4577
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoEmptyMessageDirective, "[soho-emptymessage]", ["soho-emptymessage"], { "emptyMessageOptions": { "alias": "emptyMessageOptions"; "required": false; }; "title": { "alias": "title"; "required": false; }; "info": { "alias": "info"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "height": { "alias": "height"; "required": false; }; "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, never,
|
|
4621
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoEmptyMessageDirective, "[soho-emptymessage]", ["soho-emptymessage"], { "emptyMessageOptions": { "alias": "emptyMessageOptions"; "required": false; }; "title": { "alias": "title"; "required": false; }; "info": { "alias": "info"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "height": { "alias": "height"; "required": false; }; "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, never, true, never>;
|
|
4578
4622
|
}
|
|
4579
4623
|
|
|
4580
4624
|
declare class SohoEmptyMessageModule {
|
|
4581
4625
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoEmptyMessageModule, never>;
|
|
4582
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoEmptyMessageModule,
|
|
4626
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoEmptyMessageModule, never, [typeof SohoEmptyMessageDirective], [typeof SohoEmptyMessageDirective]>;
|
|
4583
4627
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoEmptyMessageModule>;
|
|
4584
4628
|
}
|
|
4585
4629
|
|
|
@@ -4648,12 +4692,12 @@ declare class SohoErrorDirective implements AfterViewInit {
|
|
|
4648
4692
|
*/
|
|
4649
4693
|
ngAfterViewInit(): void;
|
|
4650
4694
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoErrorDirective, never>;
|
|
4651
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoErrorDirective, "[soho-error]", ["soho-error"], { "message": { "alias": "message"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; }, {}, never, never,
|
|
4695
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoErrorDirective, "[soho-error]", ["soho-error"], { "message": { "alias": "message"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; }, {}, never, never, true, never>;
|
|
4652
4696
|
}
|
|
4653
4697
|
|
|
4654
4698
|
declare class SohoErrorModule {
|
|
4655
4699
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoErrorModule, never>;
|
|
4656
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoErrorModule,
|
|
4700
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoErrorModule, never, [typeof SohoErrorDirective], [typeof SohoErrorDirective]>;
|
|
4657
4701
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoErrorModule>;
|
|
4658
4702
|
}
|
|
4659
4703
|
|
|
@@ -4662,7 +4706,7 @@ declare class SohoErrorModule {
|
|
|
4662
4706
|
*/
|
|
4663
4707
|
declare class ExpandableHeaderComponent {
|
|
4664
4708
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableHeaderComponent, never>;
|
|
4665
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableHeaderComponent, "soho-expandable-header", never, {}, {}, never, ["*"],
|
|
4709
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableHeaderComponent, "soho-expandable-header", never, {}, {}, never, ["*"], true, never>;
|
|
4666
4710
|
}
|
|
4667
4711
|
/**
|
|
4668
4712
|
* Helper Component for the ExpandableAreaComponent
|
|
@@ -4670,14 +4714,14 @@ declare class ExpandableHeaderComponent {
|
|
|
4670
4714
|
declare class ExpandablePaneComponent {
|
|
4671
4715
|
fixed: boolean;
|
|
4672
4716
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandablePaneComponent, never>;
|
|
4673
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandablePaneComponent, "soho-expandable-pane", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"],
|
|
4717
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandablePaneComponent, "soho-expandable-pane", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
4674
4718
|
}
|
|
4675
4719
|
/**
|
|
4676
4720
|
* Helper Component for the ExpandableAreaComponent
|
|
4677
4721
|
*/
|
|
4678
4722
|
declare class ExpandableFooterComponent {
|
|
4679
4723
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableFooterComponent, never>;
|
|
4680
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableFooterComponent, "soho-expandable-footer", never, {}, {}, never, ["*"],
|
|
4724
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableFooterComponent, "soho-expandable-footer", never, {}, {}, never, ["*"], true, never>;
|
|
4681
4725
|
}
|
|
4682
4726
|
declare class ExpandableAreaComponent implements AfterViewInit, OnDestroy {
|
|
4683
4727
|
private element;
|
|
@@ -4755,12 +4799,12 @@ declare class ExpandableAreaComponent implements AfterViewInit, OnDestroy {
|
|
|
4755
4799
|
private onAfterExpand;
|
|
4756
4800
|
private onAfterCollapse;
|
|
4757
4801
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableAreaComponent, never>;
|
|
4758
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableAreaComponent, "soho-expandable-area", never, { "id": { "alias": "soho-expandable-area"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, { "beforeexpand": "beforeexpand"; "beforecollapse": "beforecollapse"; "expand": "expand"; "collapse": "collapse"; "afterexpand": "afterexpand"; "aftercollapse": "aftercollapse"; }, ["header", "footer", "panes"], ["soho-expandable-header", "soho-expandable-pane[fixed=true]", "soho-expandable-pane", "soho-expandable-footer"],
|
|
4802
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableAreaComponent, "soho-expandable-area", never, { "id": { "alias": "soho-expandable-area"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, { "beforeexpand": "beforeexpand"; "beforecollapse": "beforecollapse"; "expand": "expand"; "collapse": "collapse"; "afterexpand": "afterexpand"; "aftercollapse": "aftercollapse"; }, ["header", "footer", "panes"], ["soho-expandable-header", "soho-expandable-pane[fixed=true]", "soho-expandable-pane", "soho-expandable-footer"], true, never>;
|
|
4759
4803
|
}
|
|
4760
4804
|
|
|
4761
4805
|
declare class SohoExpandableAreaModule {
|
|
4762
4806
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoExpandableAreaModule, never>;
|
|
4763
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoExpandableAreaModule, [typeof ExpandableAreaComponent, typeof ExpandableFooterComponent, typeof ExpandableHeaderComponent, typeof ExpandablePaneComponent], [typeof
|
|
4807
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoExpandableAreaModule, never, [typeof ExpandableAreaComponent, typeof ExpandableFooterComponent, typeof ExpandableHeaderComponent, typeof ExpandablePaneComponent], [typeof ExpandableAreaComponent, typeof ExpandableFooterComponent, typeof ExpandableHeaderComponent, typeof ExpandablePaneComponent]>;
|
|
4764
4808
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoExpandableAreaModule>;
|
|
4765
4809
|
}
|
|
4766
4810
|
|
|
@@ -4800,12 +4844,12 @@ declare class SohoFieldFilterDirective implements AfterViewChecked, AfterViewIni
|
|
|
4800
4844
|
markForRefresh(): void;
|
|
4801
4845
|
private onFiltered;
|
|
4802
4846
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFieldFilterDirective, never>;
|
|
4803
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoFieldFilterDirective, "[soho-field-filter]", never, { "fieldSettings": { "alias": "fieldSettings"; "required": false; }; "fieldDropdownDataSet": { "alias": "fieldDropdownDataSet"; "required": false; }; "dropdownOpts": { "alias": "dropdownOpts"; "required": false; }; "template": { "alias": "template"; "required": false; }; "selectedFilterType": { "alias": "selectedFilterType"; "required": false; }; }, { "filtered": "filtered"; }, never, never,
|
|
4847
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoFieldFilterDirective, "[soho-field-filter]", never, { "fieldSettings": { "alias": "fieldSettings"; "required": false; }; "fieldDropdownDataSet": { "alias": "fieldDropdownDataSet"; "required": false; }; "dropdownOpts": { "alias": "dropdownOpts"; "required": false; }; "template": { "alias": "template"; "required": false; }; "selectedFilterType": { "alias": "selectedFilterType"; "required": false; }; }, { "filtered": "filtered"; }, never, never, true, never>;
|
|
4804
4848
|
}
|
|
4805
4849
|
|
|
4806
4850
|
declare class SohoFieldFilterModule {
|
|
4807
4851
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFieldFilterModule, never>;
|
|
4808
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldFilterModule,
|
|
4852
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldFilterModule, never, [typeof SohoFieldFilterDirective], [typeof SohoFieldFilterDirective]>;
|
|
4809
4853
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFieldFilterModule>;
|
|
4810
4854
|
}
|
|
4811
4855
|
|
|
@@ -4824,12 +4868,12 @@ declare class SohoFieldOptionsDirective implements AfterViewInit, OnDestroy {
|
|
|
4824
4868
|
/** Destructor. */
|
|
4825
4869
|
ngOnDestroy(): void;
|
|
4826
4870
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFieldOptionsDirective, never>;
|
|
4827
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoFieldOptionsDirective, "[soho-field-options]", never, {}, {}, never, never,
|
|
4871
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoFieldOptionsDirective, "[soho-field-options]", never, {}, {}, never, never, true, never>;
|
|
4828
4872
|
}
|
|
4829
4873
|
|
|
4830
4874
|
declare class SohoFieldOptionsModule {
|
|
4831
4875
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFieldOptionsModule, never>;
|
|
4832
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldOptionsModule,
|
|
4876
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldOptionsModule, never, [typeof SohoFieldOptionsDirective], [typeof SohoFieldOptionsDirective]>;
|
|
4833
4877
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFieldOptionsModule>;
|
|
4834
4878
|
}
|
|
4835
4879
|
|
|
@@ -4851,12 +4895,12 @@ declare class SohoRevealableTextMaskDirective implements AfterViewInit, OnDestro
|
|
|
4851
4895
|
private initRevealText;
|
|
4852
4896
|
ngOnDestroy(): void;
|
|
4853
4897
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRevealableTextMaskDirective, never>;
|
|
4854
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoRevealableTextMaskDirective, "[soho-revealable-text-mask]", never, { "revealTextSettings": { "alias": "revealTextSettings"; "required": false; }; }, {}, never, never,
|
|
4898
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoRevealableTextMaskDirective, "[soho-revealable-text-mask]", never, { "revealTextSettings": { "alias": "revealTextSettings"; "required": false; }; }, {}, never, never, true, never>;
|
|
4855
4899
|
}
|
|
4856
4900
|
|
|
4857
4901
|
declare class SohoFieldSetModule {
|
|
4858
4902
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFieldSetModule, never>;
|
|
4859
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldSetModule,
|
|
4903
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFieldSetModule, never, [typeof SohoRevealableTextMaskDirective], [typeof SohoRevealableTextMaskDirective]>;
|
|
4860
4904
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFieldSetModule>;
|
|
4861
4905
|
}
|
|
4862
4906
|
|
|
@@ -4889,16 +4933,18 @@ declare class SohoFileUploadComponent implements AfterViewInit, OnDestroy {
|
|
|
4889
4933
|
changeEvent: EventEmitter<SohoFileUploadEvent>;
|
|
4890
4934
|
set attributes(attributes: Array<Object> | Object | undefined);
|
|
4891
4935
|
get attributes(): Array<Object> | Object | undefined;
|
|
4936
|
+
set tabbable(value: boolean | undefined);
|
|
4937
|
+
get tabbable(): boolean | undefined;
|
|
4892
4938
|
ngAfterViewInit(): void;
|
|
4893
4939
|
ngOnDestroy(): void;
|
|
4894
4940
|
clearUploadFile(): void;
|
|
4895
4941
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFileUploadComponent, never>;
|
|
4896
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFileUploadComponent, "input[soho-fileupload]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "change": "change"; "changeEvent": "changeEvent"; }, never, ["*"],
|
|
4942
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFileUploadComponent, "input[soho-fileupload]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; }, { "change": "change"; "changeEvent": "changeEvent"; }, never, ["*"], true, never>;
|
|
4897
4943
|
}
|
|
4898
4944
|
|
|
4899
4945
|
declare class SohoFileUploadModule {
|
|
4900
4946
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFileUploadModule, never>;
|
|
4901
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFileUploadModule,
|
|
4947
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFileUploadModule, never, [typeof SohoFileUploadComponent], [typeof SohoFileUploadComponent]>;
|
|
4902
4948
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFileUploadModule>;
|
|
4903
4949
|
}
|
|
4904
4950
|
|
|
@@ -5083,12 +5129,12 @@ declare class SohoFileUploadAdvancedComponent implements AfterViewInit, AfterVie
|
|
|
5083
5129
|
*/
|
|
5084
5130
|
markForRefresh(): void;
|
|
5085
5131
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFileUploadAdvancedComponent, never>;
|
|
5086
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFileUploadAdvancedComponent, "soho-fileupload-advanced,div[soho-fileupload-advanced]", never, { "disabled": { "alias": "disabled"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "isStandalone": { "alias": "isStandalone"; "required": false; }; "allowedTypes": { "alias": "allowedTypes"; "required": false; }; "send": { "alias": "send"; "required": false; }; "maxFiles": { "alias": "maxFiles"; "required": false; }; "maxFilesInProcess": { "alias": "maxFilesInProcess"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "showBrowseButton": { "alias": "showBrowseButton"; "required": false; }; "textDropArea": { "alias": "textDropArea"; "required": false; }; "textDropAreaWithBrowse": { "alias": "textDropAreaWithBrowse"; "required": false; }; "textBtnCancel": { "alias": "textBtnCancel"; "required": false; }; "textBtnCloseError": { "alias": "textBtnCloseError"; "required": false; }; "textBtnRemove": { "alias": "textBtnRemove"; "required": false; }; "errorMaxFiles": { "alias": "errorMaxFiles"; "required": false; }; "errorMaxFilesInProcess": { "alias": "errorMaxFilesInProcess"; "required": false; }; "errorMaxFileSize": { "alias": "errorMaxFileSize"; "required": false; }; }, { "filesdragenter": "filesdragenter"; "filesdropped": "filesdropped"; "beforecreatestatus": "beforecreatestatus"; "aftercreatestatus": "aftercreatestatus"; "fileprogress": "fileprogress"; "fileaborted": "fileaborted"; "filecompleteduploading": "filecompleteduploading"; "fileremoved": "fileremoved"; "filefailed": "filefailed"; }, never, ["*"],
|
|
5132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFileUploadAdvancedComponent, "soho-fileupload-advanced,div[soho-fileupload-advanced]", never, { "disabled": { "alias": "disabled"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "isStandalone": { "alias": "isStandalone"; "required": false; }; "allowedTypes": { "alias": "allowedTypes"; "required": false; }; "send": { "alias": "send"; "required": false; }; "maxFiles": { "alias": "maxFiles"; "required": false; }; "maxFilesInProcess": { "alias": "maxFilesInProcess"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "showBrowseButton": { "alias": "showBrowseButton"; "required": false; }; "textDropArea": { "alias": "textDropArea"; "required": false; }; "textDropAreaWithBrowse": { "alias": "textDropAreaWithBrowse"; "required": false; }; "textBtnCancel": { "alias": "textBtnCancel"; "required": false; }; "textBtnCloseError": { "alias": "textBtnCloseError"; "required": false; }; "textBtnRemove": { "alias": "textBtnRemove"; "required": false; }; "errorMaxFiles": { "alias": "errorMaxFiles"; "required": false; }; "errorMaxFilesInProcess": { "alias": "errorMaxFilesInProcess"; "required": false; }; "errorMaxFileSize": { "alias": "errorMaxFileSize"; "required": false; }; }, { "filesdragenter": "filesdragenter"; "filesdropped": "filesdropped"; "beforecreatestatus": "beforecreatestatus"; "aftercreatestatus": "aftercreatestatus"; "fileprogress": "fileprogress"; "fileaborted": "fileaborted"; "filecompleteduploading": "filecompleteduploading"; "fileremoved": "fileremoved"; "filefailed": "filefailed"; }, never, ["*"], true, never>;
|
|
5087
5133
|
}
|
|
5088
5134
|
|
|
5089
5135
|
declare class SohoFileUploadAdvancedModule {
|
|
5090
5136
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFileUploadAdvancedModule, never>;
|
|
5091
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFileUploadAdvancedModule,
|
|
5137
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFileUploadAdvancedModule, never, [typeof SohoFileUploadAdvancedComponent], [typeof SohoFileUploadAdvancedComponent]>;
|
|
5092
5138
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFileUploadAdvancedModule>;
|
|
5093
5139
|
}
|
|
5094
5140
|
|
|
@@ -5108,18 +5154,18 @@ declare class SohoFormCompactComponent implements AfterViewInit, AfterViewChecke
|
|
|
5108
5154
|
/** Tear Down */
|
|
5109
5155
|
ngOnDestroy(): void;
|
|
5110
5156
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFormCompactComponent, never>;
|
|
5111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFormCompactComponent, "[soho-form-compact]", never, {}, {}, never, ["*"],
|
|
5157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoFormCompactComponent, "[soho-form-compact]", never, {}, {}, never, ["*"], true, never>;
|
|
5112
5158
|
}
|
|
5113
5159
|
|
|
5114
5160
|
declare class SohoFormCompactModule {
|
|
5115
5161
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFormCompactModule, never>;
|
|
5116
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFormCompactModule,
|
|
5162
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoFormCompactModule, never, [typeof SohoFormCompactComponent], [typeof SohoFormCompactComponent]>;
|
|
5117
5163
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoFormCompactModule>;
|
|
5118
5164
|
}
|
|
5119
5165
|
|
|
5120
5166
|
declare class SohoHierarchyLeafTemplateComponent {
|
|
5121
5167
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHierarchyLeafTemplateComponent, never>;
|
|
5122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHierarchyLeafTemplateComponent, "soho-hierarchy-leaf-template", never, {}, {}, never, ["*"],
|
|
5168
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHierarchyLeafTemplateComponent, "soho-hierarchy-leaf-template", never, {}, {}, never, ["*"], true, never>;
|
|
5123
5169
|
}
|
|
5124
5170
|
declare class SohoHierarchyComponent implements OnDestroy, AfterViewInit {
|
|
5125
5171
|
private elementRef;
|
|
@@ -5170,12 +5216,12 @@ declare class SohoHierarchyComponent implements OnDestroy, AfterViewInit {
|
|
|
5170
5216
|
ngOnDestroy(): void;
|
|
5171
5217
|
ngAfterViewInit(): void;
|
|
5172
5218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHierarchyComponent, never>;
|
|
5173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHierarchyComponent, "figure[soho-hierarchy]", never, { "dataset": { "alias": "dataset"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "legendKey": { "alias": "legendKey"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "selected": "selected"; "doubleClick": "doubleClick"; }, never, ["*"],
|
|
5219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHierarchyComponent, "figure[soho-hierarchy]", never, { "dataset": { "alias": "dataset"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "legendKey": { "alias": "legendKey"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "selected": "selected"; "doubleClick": "doubleClick"; }, never, ["*"], true, never>;
|
|
5174
5220
|
}
|
|
5175
5221
|
|
|
5176
5222
|
declare class SohoHierarchyModule {
|
|
5177
5223
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHierarchyModule, never>;
|
|
5178
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHierarchyModule, [typeof SohoHierarchyComponent, typeof SohoHierarchyLeafTemplateComponent], [typeof
|
|
5224
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHierarchyModule, never, [typeof SohoHierarchyComponent, typeof SohoHierarchyLeafTemplateComponent], [typeof SohoHierarchyComponent, typeof SohoHierarchyLeafTemplateComponent]>;
|
|
5179
5225
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoHierarchyModule>;
|
|
5180
5226
|
}
|
|
5181
5227
|
|
|
@@ -5201,12 +5247,12 @@ declare class SohoHeaderComponent implements AfterViewInit, OnDestroy {
|
|
|
5201
5247
|
ngAfterViewInit(): void;
|
|
5202
5248
|
ngOnDestroy(): void;
|
|
5203
5249
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHeaderComponent, never>;
|
|
5204
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHeaderComponent, "soho-header", never, { "hasToolbar": { "alias": "hasToolbar"; "required": false; }; "hasTabs": { "alias": "hasTabs"; "required": false; }; }, { "updated": "updated"; }, never, ["*"],
|
|
5250
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHeaderComponent, "soho-header", never, { "hasToolbar": { "alias": "hasToolbar"; "required": false; }; "hasTabs": { "alias": "hasTabs"; "required": false; }; }, { "updated": "updated"; }, never, ["*"], true, never>;
|
|
5205
5251
|
}
|
|
5206
5252
|
|
|
5207
5253
|
declare class SohoHeaderModule {
|
|
5208
5254
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHeaderModule, never>;
|
|
5209
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHeaderModule,
|
|
5255
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHeaderModule, never, [typeof SohoHeaderComponent], [typeof SohoHeaderComponent]>;
|
|
5210
5256
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoHeaderModule>;
|
|
5211
5257
|
}
|
|
5212
5258
|
|
|
@@ -5292,7 +5338,7 @@ declare class SohoHomePageComponent implements AfterViewInit, OnDestroy {
|
|
|
5292
5338
|
onRemoveCard(card: JQuery, metadata: object): void;
|
|
5293
5339
|
ngOnDestroy(): void;
|
|
5294
5340
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHomePageComponent, never>;
|
|
5295
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHomePageComponent, "div[soho-homepage]", never, { "homePageOptions": { "alias": "homePageOptions"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "editing": { "alias": "editing"; "required": false; }; "easing": { "alias": "easing"; "required": false; }; "gutterSize": { "alias": "gutterSize"; "required": false; }; "widgetWidth": { "alias": "widgetWidth"; "required": false; }; "widgetHeight": { "alias": "widgetHeight"; "required": false; }; "useSmall": { "alias": "useSmall"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "onBeforeRemoveCard": { "alias": "onBeforeRemoveCard"; "required": false; }; "banner": { "alias": "banner"; "required": false; }; }, { "resize": "resize"; "resizecard": "resizecard"; "reordercard": "reordercard"; "removecard": "removecard"; }, never, ["*"],
|
|
5341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHomePageComponent, "div[soho-homepage]", never, { "homePageOptions": { "alias": "homePageOptions"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "editing": { "alias": "editing"; "required": false; }; "easing": { "alias": "easing"; "required": false; }; "gutterSize": { "alias": "gutterSize"; "required": false; }; "widgetWidth": { "alias": "widgetWidth"; "required": false; }; "widgetHeight": { "alias": "widgetHeight"; "required": false; }; "useSmall": { "alias": "useSmall"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "onBeforeRemoveCard": { "alias": "onBeforeRemoveCard"; "required": false; }; "banner": { "alias": "banner"; "required": false; }; }, { "resize": "resize"; "resizecard": "resizecard"; "reordercard": "reordercard"; "removecard": "removecard"; }, never, ["*"], true, never>;
|
|
5296
5342
|
}
|
|
5297
5343
|
|
|
5298
5344
|
type WidgetSize = 'single' | 'double' | 'triple' | 'quad';
|
|
@@ -5325,26 +5371,26 @@ declare class SohoWidgetComponent implements AfterViewInit, OnInit {
|
|
|
5325
5371
|
onReorderCard(card: JQuery<HTMLElement>, metadata: object): void;
|
|
5326
5372
|
onRemoveCard(card: JQuery<HTMLElement>, metadata: object): void;
|
|
5327
5373
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWidgetComponent, never>;
|
|
5328
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetComponent, "div[soho-widget]", never, { "widgetWidth": { "alias": "widgetWidth"; "required": false; }; "widgetHeight": { "alias": "widgetHeight"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "noShadow": { "alias": "noShadow"; "required": false; }; "contentPaddingX": { "alias": "contentPaddingX"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "contentPaddingY": { "alias": "contentPaddingY"; "required": false; }; "detailRefId": { "alias": "detailRefId"; "required": false; }; }, { "resizecard": "resizecard"; "reordercard": "reordercard"; "removecard": "removecard"; }, never, ["*"],
|
|
5374
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetComponent, "div[soho-widget]", never, { "widgetWidth": { "alias": "widgetWidth"; "required": false; }; "widgetHeight": { "alias": "widgetHeight"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "noShadow": { "alias": "noShadow"; "required": false; }; "contentPaddingX": { "alias": "contentPaddingX"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "contentPaddingY": { "alias": "contentPaddingY"; "required": false; }; "detailRefId": { "alias": "detailRefId"; "required": false; }; }, { "resizecard": "resizecard"; "reordercard": "reordercard"; "removecard": "removecard"; }, never, ["*"], true, never>;
|
|
5329
5375
|
}
|
|
5330
5376
|
|
|
5331
5377
|
declare class SohoWidgetContentComponent {
|
|
5332
5378
|
isWidgetContent: boolean;
|
|
5333
5379
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWidgetContentComponent, never>;
|
|
5334
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetContentComponent, "div[soho-widget-content]", never, {}, {}, never, ["*"],
|
|
5380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetContentComponent, "div[soho-widget-content]", never, {}, {}, never, ["*"], true, never>;
|
|
5335
5381
|
}
|
|
5336
5382
|
|
|
5337
5383
|
declare class SohoWidgetHeaderComponent {
|
|
5338
5384
|
isWidgetHeader: boolean;
|
|
5339
5385
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWidgetHeaderComponent, never>;
|
|
5340
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetHeaderComponent, "div[soho-widget-header]", never, {}, {}, never, ["*"],
|
|
5386
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetHeaderComponent, "div[soho-widget-header]", never, {}, {}, never, ["*"], true, never>;
|
|
5341
5387
|
}
|
|
5342
5388
|
|
|
5343
5389
|
declare class SohoWidgetTitleComponent {
|
|
5344
5390
|
tabIndex?: number;
|
|
5345
5391
|
isWidgetTitle: boolean;
|
|
5346
5392
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWidgetTitleComponent, never>;
|
|
5347
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetTitleComponent, "[soho-widget-title]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"],
|
|
5393
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWidgetTitleComponent, "[soho-widget-title]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
5348
5394
|
}
|
|
5349
5395
|
|
|
5350
5396
|
/**
|
|
@@ -5360,12 +5406,12 @@ declare class SohoHomepageSizerDirective implements AfterViewInit, OnDestroy {
|
|
|
5360
5406
|
ngAfterViewInit(): void;
|
|
5361
5407
|
ngOnDestroy(): void;
|
|
5362
5408
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHomepageSizerDirective, never>;
|
|
5363
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoHomepageSizerDirective, "[soho-homepage-sizer]", never, {}, {}, never, never,
|
|
5409
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoHomepageSizerDirective, "[soho-homepage-sizer]", never, {}, {}, never, never, true, never>;
|
|
5364
5410
|
}
|
|
5365
5411
|
|
|
5366
5412
|
declare class SohoHomePageModule {
|
|
5367
5413
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHomePageModule, never>;
|
|
5368
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHomePageModule, [typeof SohoHomePageComponent, typeof SohoHomepageSizerDirective, typeof SohoWidgetComponent, typeof SohoWidgetContentComponent, typeof SohoWidgetHeaderComponent, typeof SohoWidgetTitleComponent], [typeof
|
|
5414
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHomePageModule, never, [typeof SohoHomePageComponent, typeof SohoHomepageSizerDirective, typeof SohoWidgetComponent, typeof SohoWidgetContentComponent, typeof SohoWidgetHeaderComponent, typeof SohoWidgetTitleComponent], [typeof SohoHomePageComponent, typeof SohoHomepageSizerDirective, typeof SohoWidgetComponent, typeof SohoWidgetContentComponent, typeof SohoWidgetHeaderComponent, typeof SohoWidgetTitleComponent]>;
|
|
5369
5415
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoHomePageModule>;
|
|
5370
5416
|
}
|
|
5371
5417
|
|
|
@@ -5380,7 +5426,7 @@ declare class SohoHyperlinkComponent implements AfterViewInit {
|
|
|
5380
5426
|
*
|
|
5381
5427
|
* @todo replace override of native attribute
|
|
5382
5428
|
*/
|
|
5383
|
-
set sohoHyperlink(type: SohoHyperlinkType);
|
|
5429
|
+
set sohoHyperlink(type: SohoHyperlinkType | "" | undefined);
|
|
5384
5430
|
icon?: string;
|
|
5385
5431
|
/**
|
|
5386
5432
|
* Sets the expandable-expander class to be placed on the button for the
|
|
@@ -5406,12 +5452,12 @@ declare class SohoHyperlinkComponent implements AfterViewInit {
|
|
|
5406
5452
|
constructor(element: ElementRef);
|
|
5407
5453
|
ngAfterViewInit(): void;
|
|
5408
5454
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHyperlinkComponent, never>;
|
|
5409
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHyperlinkComponent, "a[soho-hyperlink]", never, { "sohoHyperlink": { "alias": "soho-hyperlink"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "expandableExpander": { "alias": "expandableExpander"; "required": false; }; "href": { "alias": "href"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isCaretRight": { "alias": "isCaretRight"; "required": false; }; "isCaretLeft": { "alias": "isCaretLeft"; "required": false; }; }, { "change": "change"; }, never, ["*"],
|
|
5455
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoHyperlinkComponent, "a[soho-hyperlink]", never, { "sohoHyperlink": { "alias": "soho-hyperlink"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "expandableExpander": { "alias": "expandableExpander"; "required": false; }; "href": { "alias": "href"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isCaretRight": { "alias": "isCaretRight"; "required": false; }; "isCaretLeft": { "alias": "isCaretLeft"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
5410
5456
|
}
|
|
5411
5457
|
|
|
5412
5458
|
declare class SohoHyperlinkModule {
|
|
5413
5459
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoHyperlinkModule, never>;
|
|
5414
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHyperlinkModule,
|
|
5460
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoHyperlinkModule, never, [typeof SohoIconModule, typeof SohoHyperlinkComponent], [typeof SohoHyperlinkComponent]>;
|
|
5415
5461
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoHyperlinkModule>;
|
|
5416
5462
|
}
|
|
5417
5463
|
|
|
@@ -5476,12 +5522,12 @@ declare class SohoInputComponent extends BaseControlValueAccessor<string> implem
|
|
|
5476
5522
|
setValue(value: string): void;
|
|
5477
5523
|
focus(): void;
|
|
5478
5524
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoInputComponent, never>;
|
|
5479
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoInputComponent, "input[soho-input]", never, { "fireInputEventKludge": { "alias": "fireInputEventKludge"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, { "change": "change"; }, never, ["*"],
|
|
5525
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoInputComponent, "input[soho-input]", never, { "fireInputEventKludge": { "alias": "fireInputEventKludge"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
5480
5526
|
}
|
|
5481
5527
|
|
|
5482
5528
|
declare class SohoInputModule {
|
|
5483
5529
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoInputModule, never>;
|
|
5484
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoInputModule,
|
|
5530
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoInputModule, never, [typeof SohoInputComponent], [typeof SohoInputComponent]>;
|
|
5485
5531
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoInputModule>;
|
|
5486
5532
|
}
|
|
5487
5533
|
|
|
@@ -5500,6 +5546,19 @@ declare class SohoInputValidateDirective implements AfterViewInit, OnDestroy {
|
|
|
5500
5546
|
private jQueryElement?;
|
|
5501
5547
|
private validator?;
|
|
5502
5548
|
dataValidate: string;
|
|
5549
|
+
/**
|
|
5550
|
+
* Track the disabled state so validation does not override it.
|
|
5551
|
+
* When set, directly applies or removes the disabled attribute on the native element,
|
|
5552
|
+
* ensuring it persists through Angular change detection cycles.
|
|
5553
|
+
*
|
|
5554
|
+
* @param value the disabled state (boolean or string representation)
|
|
5555
|
+
*/
|
|
5556
|
+
set disabled(value: boolean | string);
|
|
5557
|
+
/**
|
|
5558
|
+
* Returns the current disabled state of the field.
|
|
5559
|
+
*/
|
|
5560
|
+
get disabled(): boolean;
|
|
5561
|
+
private _disabled;
|
|
5503
5562
|
/**
|
|
5504
5563
|
* @todo replace override of native attribute
|
|
5505
5564
|
*/
|
|
@@ -5529,12 +5588,12 @@ declare class SohoInputValidateDirective implements AfterViewInit, OnDestroy {
|
|
|
5529
5588
|
*/
|
|
5530
5589
|
validate(event: any): void;
|
|
5531
5590
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoInputValidateDirective, [null, { attribute: "data-validate"; }, null]>;
|
|
5532
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoInputValidateDirective, "form[soho-input-validate], input[soho-input-validate], input[data-validate], input[data-validate-on=\"submit\"], textarea[data-validate], select[data-validate]", never, { "dataValidate": { "alias": "data-validate"; "required": false; }; }, { "error": "error"; "alert": "alert"; "success": "success"; "icon": "icon"; "info": "info"; "valid": "valid"; }, never, never,
|
|
5591
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoInputValidateDirective, "form[soho-input-validate], input[soho-input-validate], input[data-validate], input[data-validate-on=\"submit\"], textarea[data-validate], select[data-validate]", never, { "dataValidate": { "alias": "data-validate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "error": "error"; "alert": "alert"; "success": "success"; "icon": "icon"; "info": "info"; "valid": "valid"; }, never, never, true, never>;
|
|
5533
5592
|
}
|
|
5534
5593
|
|
|
5535
5594
|
declare class SohoInputValidateModule {
|
|
5536
5595
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoInputValidateModule, never>;
|
|
5537
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoInputValidateModule,
|
|
5596
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoInputValidateModule, never, [typeof SohoInputValidateDirective], [typeof SohoInputValidateDirective]>;
|
|
5538
5597
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoInputValidateModule>;
|
|
5539
5598
|
}
|
|
5540
5599
|
|
|
@@ -5571,12 +5630,12 @@ declare class SohoLabelDirective implements AfterViewInit {
|
|
|
5571
5630
|
constructor(element: ElementRef);
|
|
5572
5631
|
ngAfterViewInit(): void;
|
|
5573
5632
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLabelDirective, never>;
|
|
5574
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoLabelDirective, "label[soho-label]", never, { "audible": { "alias": "audible"; "required": false; }; "required": { "alias": "required"; "required": false; }; "forCheckBox": { "alias": "forCheckBox"; "required": false; }; "forRadioButton": { "alias": "forRadioButton"; "required": false; }; }, {}, never, never,
|
|
5633
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoLabelDirective, "label[soho-label]", never, { "audible": { "alias": "audible"; "required": false; }; "required": { "alias": "required"; "required": false; }; "forCheckBox": { "alias": "forCheckBox"; "required": false; }; "forRadioButton": { "alias": "forRadioButton"; "required": false; }; }, {}, never, never, true, never>;
|
|
5575
5634
|
}
|
|
5576
5635
|
|
|
5577
5636
|
declare class SohoLabelModule {
|
|
5578
5637
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLabelModule, never>;
|
|
5579
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLabelModule,
|
|
5638
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLabelModule, never, [typeof SohoLabelDirective], [typeof SohoLabelDirective]>;
|
|
5580
5639
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoLabelModule>;
|
|
5581
5640
|
}
|
|
5582
5641
|
|
|
@@ -5623,19 +5682,94 @@ declare class SohoLineComponent implements AfterViewInit, AfterViewChecked, OnDe
|
|
|
5623
5682
|
toggleSelected(selected: SohoLineSelected): void;
|
|
5624
5683
|
getSelected(): Object | Object[] | undefined;
|
|
5625
5684
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLineComponent, never>;
|
|
5626
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoLineComponent, "[soho-line]", never, { "dataset": { "alias": "dataset"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isArea": { "alias": "isArea"; "required": false; }; "isBubble": { "alias": "isBubble"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "hideDots": { "alias": "hideDots"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
5685
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoLineComponent, "[soho-line]", never, { "dataset": { "alias": "dataset"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isArea": { "alias": "isArea"; "required": false; }; "isBubble": { "alias": "isBubble"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "hideDots": { "alias": "hideDots"; "required": false; }; "axisLabels": { "alias": "axisLabels"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "formatterString": { "alias": "formatterString"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
5627
5686
|
}
|
|
5628
5687
|
|
|
5629
5688
|
declare class SohoLineModule {
|
|
5630
5689
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLineModule, never>;
|
|
5631
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLineModule,
|
|
5690
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLineModule, never, [typeof SohoLineComponent], [typeof SohoLineComponent]>;
|
|
5632
5691
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoLineModule>;
|
|
5633
5692
|
}
|
|
5634
5693
|
|
|
5694
|
+
/**
|
|
5695
|
+
* Angular Wrapper for the SoHo Loading Indicator control.
|
|
5696
|
+
*
|
|
5697
|
+
* This component searches for an element with the `soho-loading-indicator` selector,
|
|
5698
|
+
* and then matches this component to it.
|
|
5699
|
+
*
|
|
5700
|
+
* The characteristics of the component can be controlled using the set of inputs.
|
|
5701
|
+
*/
|
|
5702
|
+
declare class SohoLoadingIndicatorComponent implements AfterViewInit, AfterViewChecked, OnDestroy {
|
|
5703
|
+
private element;
|
|
5704
|
+
private ngZone;
|
|
5705
|
+
private options;
|
|
5706
|
+
/** Reference to the jQuery element. */
|
|
5707
|
+
private jQueryElement?;
|
|
5708
|
+
/** Reference to the SoHo control api. */
|
|
5709
|
+
private loadingindicator?;
|
|
5710
|
+
/** Flag to trigger updated() on next check cycle. */
|
|
5711
|
+
private updateRequired;
|
|
5712
|
+
/**
|
|
5713
|
+
* The type of loading indicator.
|
|
5714
|
+
* 'circular' | 'linear' | 'sticky' | 'generative-ai' | 'line'
|
|
5715
|
+
*/
|
|
5716
|
+
set type(type: SohoLoadingIndicatorType);
|
|
5717
|
+
get type(): SohoLoadingIndicatorType | undefined;
|
|
5718
|
+
/**
|
|
5719
|
+
* Progress value (0-100). If undefined, the indicator is indeterminate.
|
|
5720
|
+
*/
|
|
5721
|
+
set progress(progress: number | undefined);
|
|
5722
|
+
get progress(): number | undefined;
|
|
5723
|
+
/**
|
|
5724
|
+
* Whether to display percentage text.
|
|
5725
|
+
*/
|
|
5726
|
+
set percentageVisible(percentageVisible: boolean);
|
|
5727
|
+
get percentageVisible(): boolean | undefined;
|
|
5728
|
+
/**
|
|
5729
|
+
* Whether to use a smaller inline variant.
|
|
5730
|
+
*/
|
|
5731
|
+
set inline(inline: boolean);
|
|
5732
|
+
get inline(): boolean | undefined;
|
|
5733
|
+
/**
|
|
5734
|
+
* The color scheme. 'default' | 'destructive'
|
|
5735
|
+
*/
|
|
5736
|
+
set color(color: SohoLoadingIndicatorColor);
|
|
5737
|
+
get color(): SohoLoadingIndicatorColor | undefined;
|
|
5738
|
+
/**
|
|
5739
|
+
* Custom attributes (id, data-automation-id, etc.)
|
|
5740
|
+
*/
|
|
5741
|
+
set attributes(attributes: Array<Object> | Object);
|
|
5742
|
+
get attributes(): Array<Object> | Object | undefined;
|
|
5743
|
+
/** Fires when progress updates. */
|
|
5744
|
+
progressEvent: EventEmitter<SohoLoadingIndicatorEvent>;
|
|
5745
|
+
get dispType(): string;
|
|
5746
|
+
constructor(element: ElementRef, ngZone: NgZone);
|
|
5747
|
+
ngAfterViewInit(): void;
|
|
5748
|
+
ngAfterViewChecked(): void;
|
|
5749
|
+
ngOnDestroy(): void;
|
|
5750
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLoadingIndicatorComponent, never>;
|
|
5751
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoLoadingIndicatorComponent, "soho-loading-indicator", never, { "type": { "alias": "type"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "percentageVisible": { "alias": "percentageVisible"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "color": { "alias": "color"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "progressEvent": "progressEvent"; }, never, never, true, never>;
|
|
5752
|
+
}
|
|
5753
|
+
/**
|
|
5754
|
+
* Customised event object for Angular consumers.
|
|
5755
|
+
*/
|
|
5756
|
+
interface SohoLoadingIndicatorEvent {
|
|
5757
|
+
/** Event Type. */
|
|
5758
|
+
type: 'progress';
|
|
5759
|
+
/** Event data payload. */
|
|
5760
|
+
data?: any;
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5763
|
+
declare class SohoLoadingIndicatorModule {
|
|
5764
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLoadingIndicatorModule, never>;
|
|
5765
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLoadingIndicatorModule, never, [typeof SohoLoadingIndicatorComponent], [typeof SohoLoadingIndicatorComponent]>;
|
|
5766
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SohoLoadingIndicatorModule>;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5635
5769
|
declare class SohoSearchFieldWrapperComponent {
|
|
5636
5770
|
get isSearchfieldWrapper(): boolean;
|
|
5637
5771
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSearchFieldWrapperComponent, never>;
|
|
5638
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSearchFieldWrapperComponent, "[soho-searchfield-wrapper]", never, {}, {}, never, ["*"],
|
|
5772
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSearchFieldWrapperComponent, "[soho-searchfield-wrapper]", never, {}, {}, never, ["*"], true, never>;
|
|
5639
5773
|
}
|
|
5640
5774
|
declare class SohoSearchFieldComponent implements AfterViewInit, OnDestroy, AfterViewChecked {
|
|
5641
5775
|
private element;
|
|
@@ -5697,7 +5831,7 @@ declare class SohoSearchFieldComponent implements AfterViewInit, OnDestroy, Afte
|
|
|
5697
5831
|
/** Collapse the searchfield (for collapsible searchfields) */
|
|
5698
5832
|
collapse(): void;
|
|
5699
5833
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSearchFieldComponent, [null, null, null, { optional: true; self: true; }]>;
|
|
5700
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSearchFieldComponent, "input[soho-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "allResultsCallback": { "alias": "allResultsCallback"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "categoryMultiselect": { "alias": "categoryMultiselect"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showAllResults": { "alias": "showAllResults"; "required": false; }; "showCategoryText": { "alias": "showCategoryText"; "required": false; }; "button": { "alias": "button"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; "collapseSize": { "alias": "collapseSize"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; }, never, ["*"],
|
|
5834
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSearchFieldComponent, "input[soho-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "allResultsCallback": { "alias": "allResultsCallback"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "categoryMultiselect": { "alias": "categoryMultiselect"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showAllResults": { "alias": "showAllResults"; "required": false; }; "showCategoryText": { "alias": "showCategoryText"; "required": false; }; "button": { "alias": "button"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; "collapseSize": { "alias": "collapseSize"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; }, never, ["*"], true, never>;
|
|
5701
5835
|
}
|
|
5702
5836
|
|
|
5703
5837
|
/**
|
|
@@ -5713,7 +5847,7 @@ declare class SohoListViewSearchComponent {
|
|
|
5713
5847
|
buildSearch: boolean;
|
|
5714
5848
|
get isListviewSearch(): boolean;
|
|
5715
5849
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewSearchComponent, never>;
|
|
5716
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewSearchComponent, "[soho-listview-search]", never, { "buildSearch": { "alias": "buildSearch"; "required": false; }; }, {}, never, ["span[soho-searchfield-wrapper]", "input[soho-searchfield]", "*"],
|
|
5850
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewSearchComponent, "[soho-listview-search]", never, { "buildSearch": { "alias": "buildSearch"; "required": false; }; }, {}, never, ["span[soho-searchfield-wrapper]", "input[soho-searchfield]", "*"], true, never>;
|
|
5717
5851
|
}
|
|
5718
5852
|
declare class SohoListViewItemComponent implements AfterViewInit {
|
|
5719
5853
|
element: ElementRef;
|
|
@@ -5736,22 +5870,22 @@ declare class SohoListViewItemComponent implements AfterViewInit {
|
|
|
5736
5870
|
get selector(): JQuery<HTMLElement> | undefined;
|
|
5737
5871
|
ngAfterViewInit(): void;
|
|
5738
5872
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewItemComponent, never>;
|
|
5739
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewItemComponent, "[soho-listview-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"],
|
|
5873
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewItemComponent, "[soho-listview-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
5740
5874
|
}
|
|
5741
5875
|
declare class SohoListViewHeaderComponent {
|
|
5742
5876
|
get isHeading(): boolean;
|
|
5743
5877
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewHeaderComponent, never>;
|
|
5744
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewHeaderComponent, "[soho-listview-header]", never, {}, {}, never, ["*"],
|
|
5878
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewHeaderComponent, "[soho-listview-header]", never, {}, {}, never, ["*"], true, never>;
|
|
5745
5879
|
}
|
|
5746
5880
|
declare class SohoListViewSubHeaderComponent {
|
|
5747
5881
|
get isSubHeading(): boolean;
|
|
5748
5882
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewSubHeaderComponent, never>;
|
|
5749
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewSubHeaderComponent, "[soho-listview-subheader]", never, {}, {}, never, ["*"],
|
|
5883
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewSubHeaderComponent, "[soho-listview-subheader]", never, {}, {}, never, ["*"], true, never>;
|
|
5750
5884
|
}
|
|
5751
5885
|
declare class SohoListViewMicroComponent {
|
|
5752
5886
|
get isMicro(): boolean;
|
|
5753
5887
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewMicroComponent, never>;
|
|
5754
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewMicroComponent, "[soho-listview-micro]", never, {}, {}, never, ["*"],
|
|
5888
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewMicroComponent, "[soho-listview-micro]", never, {}, {}, never, ["*"], true, never>;
|
|
5755
5889
|
}
|
|
5756
5890
|
declare class SohoListViewComponent implements AfterViewInit, OnDestroy, AfterViewChecked {
|
|
5757
5891
|
private ngZone;
|
|
@@ -5958,18 +6092,12 @@ declare class SohoListViewComponent implements AfterViewInit, OnDestroy, AfterVi
|
|
|
5958
6092
|
*/
|
|
5959
6093
|
private get itemCount();
|
|
5960
6094
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewComponent, never>;
|
|
5961
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewComponent, "soho-listview", never, { "class": { "alias": "class"; "required": false; }; "sohoListviewElementId": { "alias": "sohoListviewElementId"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "description": { "alias": "description"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; "disableItemDeactivation": { "alias": "disableItemDeactivation"; "required": false; }; "allowDeselect": { "alias": "allowDeselect"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "revealTextSettings": { "alias": "revealTextSettings"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "beforeSelectCallback": { "alias": "beforeSelectCallback"; "required": false; }; "beforeDeselectCallback": { "alias": "beforeDeselectCallback"; "required": false; }; }, { "rendered": "rendered"; "beforeselect": "beforeselect"; "beforedeselect": "beforedeselect"; "selected": "selected"; "unselected": "unselected"; "deselected": "deselected"; "itemactivated": "itemactivated"; "itemdeactivated": "itemdeactivated"; "click": "click"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; "sorted": "sorted"; }, ["searchfieldRef", "items"], ["input[soho-searchfield]", "div.[soho-listview-search]", "soho-toolbar.contextual-toolbar,div.[soho-toolbar].contextual-toolbar", "li[soho-listview-item]", "[soho-emptymessage]"],
|
|
5962
|
-
}
|
|
5963
|
-
|
|
5964
|
-
declare class SohoSearchFieldModule {
|
|
5965
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSearchFieldModule, never>;
|
|
5966
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSearchFieldModule, [typeof SohoSearchFieldComponent, typeof SohoSearchFieldWrapperComponent], never, [typeof SohoSearchFieldComponent, typeof SohoSearchFieldWrapperComponent]>;
|
|
5967
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSearchFieldModule>;
|
|
6095
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListViewComponent, "soho-listview", never, { "class": { "alias": "class"; "required": false; }; "sohoListviewElementId": { "alias": "sohoListviewElementId"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "description": { "alias": "description"; "required": false; }; "pagesize": { "alias": "pagesize"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; "disableItemDeactivation": { "alias": "disableItemDeactivation"; "required": false; }; "allowDeselect": { "alias": "allowDeselect"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "revealTextSettings": { "alias": "revealTextSettings"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "beforeSelectCallback": { "alias": "beforeSelectCallback"; "required": false; }; "beforeDeselectCallback": { "alias": "beforeDeselectCallback"; "required": false; }; }, { "rendered": "rendered"; "beforeselect": "beforeselect"; "beforedeselect": "beforedeselect"; "selected": "selected"; "unselected": "unselected"; "deselected": "deselected"; "itemactivated": "itemactivated"; "itemdeactivated": "itemdeactivated"; "click": "click"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; "sorted": "sorted"; }, ["searchfieldRef", "items"], ["input[soho-searchfield]", "div.[soho-listview-search]", "soho-toolbar.contextual-toolbar,div.[soho-toolbar].contextual-toolbar", "li[soho-listview-item]", "[soho-emptymessage]"], true, never>;
|
|
5968
6096
|
}
|
|
5969
6097
|
|
|
5970
6098
|
declare class SohoListViewModule {
|
|
5971
6099
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListViewModule, never>;
|
|
5972
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoListViewModule, [typeof SohoListViewComponent, typeof SohoListViewHeaderComponent, typeof SohoListViewItemComponent, typeof SohoListViewMicroComponent, typeof SohoListViewSearchComponent, typeof SohoListViewSubHeaderComponent], [typeof
|
|
6100
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoListViewModule, never, [typeof SohoListViewComponent, typeof SohoListViewHeaderComponent, typeof SohoListViewItemComponent, typeof SohoListViewMicroComponent, typeof SohoListViewSearchComponent, typeof SohoListViewSubHeaderComponent], [typeof SohoListViewComponent, typeof SohoListViewHeaderComponent, typeof SohoListViewItemComponent, typeof SohoListViewMicroComponent, typeof SohoListViewSearchComponent, typeof SohoListViewSubHeaderComponent]>;
|
|
5973
6101
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoListViewModule>;
|
|
5974
6102
|
}
|
|
5975
6103
|
|
|
@@ -6022,6 +6150,17 @@ declare class SohoListBuilderComponent implements AfterViewInit, OnDestroy, Afte
|
|
|
6022
6150
|
set templateNewItem(value: string);
|
|
6023
6151
|
/** Html Template String of list item inner content. */
|
|
6024
6152
|
set templateItemContent(value: string);
|
|
6153
|
+
/** When true, hides the entire toolbar and removes the space it occupies. */
|
|
6154
|
+
set hideToolbar(value: boolean);
|
|
6155
|
+
get hideToolbar(): boolean;
|
|
6156
|
+
/** When set, clears all existing buttons from the toolbar's buttonset and rebuilds them in the specified order.
|
|
6157
|
+
* Valid values: 'add', 'up', 'down', 'edit', 'delete', 'separator'. */
|
|
6158
|
+
set buttons(value: string[] | undefined);
|
|
6159
|
+
get buttons(): string[] | undefined;
|
|
6160
|
+
/** When set, excludes the specified buttons from the toolbar.
|
|
6161
|
+
* Valid values: 'add', 'up', 'down', 'edit', 'delete'. */
|
|
6162
|
+
set excludeButtons(value: string[] | undefined);
|
|
6163
|
+
get excludeButtons(): string[] | undefined;
|
|
6025
6164
|
/** Calls events after a top button action */
|
|
6026
6165
|
afteradd: EventEmitter<Object[]>;
|
|
6027
6166
|
aftergoup: EventEmitter<Object[]>;
|
|
@@ -6042,205 +6181,12 @@ declare class SohoListBuilderComponent implements AfterViewInit, OnDestroy, Afte
|
|
|
6042
6181
|
ngAfterViewChecked(): void;
|
|
6043
6182
|
ngOnDestroy(): void;
|
|
6044
6183
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListBuilderComponent, never>;
|
|
6045
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListBuilderComponent, "[soho-listbuilder]", never, { "sohoListBuilderElementId": { "alias": "sohoListBuilderElementId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "handle": { "alias": "handle"; "required": false; }; "btnAdd": { "alias": "btnAdd"; "required": false; }; "btnEdit": { "alias": "btnEdit"; "required": false; }; "btnDelete": { "alias": "btnDelete"; "required": false; }; "btnGoUp": { "alias": "btnGoUp"; "required": false; }; "btnGoDown": { "alias": "btnGoDown"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "template": { "alias": "template"; "required": false; }; "templateNewItem": { "alias": "templateNewItem"; "required": false; }; "templateItemContent": { "alias": "templateItemContent"; "required": false; }; }, { "afteradd": "afteradd"; "aftergoup": "aftergoup"; "aftergodown": "aftergodown"; "afterdelete": "afterdelete"; "beforeedit": "beforeedit"; "beforeadd": "beforeadd"; "beforegoup": "beforegoup"; "beforegodown": "beforegodown"; "beforedelete": "beforedelete"; "arrangeupdate": "arrangeupdate"; "entereditmode": "entereditmode"; "exiteditmode": "exiteditmode"; }, never, ["li[soho-listview-item]", "[soho-emptymessage]"],
|
|
6046
|
-
}
|
|
6047
|
-
|
|
6048
|
-
/**
|
|
6049
|
-
* needed in case you are using an *ngIf to display and remove the toolbar search field.
|
|
6050
|
-
* Otherwise sohoxi will create a wrapper and angular will not know how to handle the
|
|
6051
|
-
* element structure change.
|
|
6052
|
-
*/
|
|
6053
|
-
declare class SohoToolbarSearchFieldWrapperComponent {
|
|
6054
|
-
get isSearchfieldWrapper(): boolean;
|
|
6055
|
-
get isToolbarSearchfieldWrapper(): boolean;
|
|
6056
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarSearchFieldWrapperComponent, never>;
|
|
6057
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarSearchFieldWrapperComponent, "span[soho-toolbar-searchfield-wrapper]", never, {}, {}, never, ["*"], false, never>;
|
|
6058
|
-
}
|
|
6059
|
-
declare class SohoToolbarSearchFieldComponent implements AfterViewChecked, AfterViewInit, OnDestroy {
|
|
6060
|
-
private changeDetector;
|
|
6061
|
-
private element;
|
|
6062
|
-
private ngZone;
|
|
6063
|
-
/** Options. */
|
|
6064
|
-
options: SohoToolbarSearchFieldOptions;
|
|
6065
|
-
/** Adds an X button for clearing the search value. */
|
|
6066
|
-
set clearable(value: boolean);
|
|
6067
|
-
/** Where it's collapsible or not */
|
|
6068
|
-
set collapsible(value: boolean);
|
|
6069
|
-
set collapsibleOnMobile(value: boolean);
|
|
6070
|
-
/** AutoComplete : Source Function/Data/Url/Array */
|
|
6071
|
-
set source(value: SohoAutoCompleteSource);
|
|
6072
|
-
/** Template that can be passed */
|
|
6073
|
-
set template(value: string);
|
|
6074
|
-
selected: EventEmitter<Object[]>;
|
|
6075
|
-
cleared: EventEmitter<Object[]>;
|
|
6076
|
-
get isSearchField(): boolean;
|
|
6077
|
-
/**
|
|
6078
|
-
* Local variables
|
|
6079
|
-
*/
|
|
6080
|
-
private jQueryElement?;
|
|
6081
|
-
private toolbarsearchfield?;
|
|
6082
|
-
private searchFieldChanged;
|
|
6083
|
-
constructor(changeDetector: ChangeDetectorRef, element: ElementRef, ngZone: NgZone);
|
|
6084
|
-
ngAfterViewInit(): void;
|
|
6085
|
-
ngAfterViewChecked(): void;
|
|
6086
|
-
ngOnDestroy(): void;
|
|
6087
|
-
clear(): void;
|
|
6088
|
-
private markForRefresh;
|
|
6089
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarSearchFieldComponent, never>;
|
|
6090
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarSearchFieldComponent, "input[soho-toolbar-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsibleOnMobile": { "alias": "collapsibleOnMobile"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; }, never, ["*"], false, never>;
|
|
6091
|
-
}
|
|
6092
|
-
/**
|
|
6093
|
-
* soho toolbar more button
|
|
6094
|
-
*/
|
|
6095
|
-
declare class SohoToolbarMoreButtonComponent {
|
|
6096
|
-
get isMoreButton(): boolean;
|
|
6097
|
-
isPageChanger: boolean;
|
|
6098
|
-
isDisabled: boolean;
|
|
6099
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarMoreButtonComponent, never>;
|
|
6100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarMoreButtonComponent, "soho-toolbar-more-button", never, { "isPageChanger": { "alias": "isPageChanger"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6101
|
-
}
|
|
6102
|
-
/**
|
|
6103
|
-
* soho toolbar page title.
|
|
6104
|
-
*/
|
|
6105
|
-
declare class SohoPageTitleComponent {
|
|
6106
|
-
get isPageTitle(): boolean;
|
|
6107
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPageTitleComponent, never>;
|
|
6108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPageTitleComponent, "span[soho-page-title]", never, {}, {}, never, ["*"], false, never>;
|
|
6109
|
-
}
|
|
6110
|
-
/**
|
|
6111
|
-
* soho section title.
|
|
6112
|
-
*/
|
|
6113
|
-
declare class SohoSectionTitleComponent {
|
|
6114
|
-
get isSectionTitle(): boolean;
|
|
6115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSectionTitleComponent, never>;
|
|
6116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSectionTitleComponent, "span[soho-section-title]", never, {}, {}, never, ["*"], false, never>;
|
|
6117
|
-
}
|
|
6118
|
-
/**
|
|
6119
|
-
* soho selection count.
|
|
6120
|
-
*/
|
|
6121
|
-
declare class SohoSelectionCountComponent {
|
|
6122
|
-
get isTitle(): boolean;
|
|
6123
|
-
get isSelectionCount(): boolean;
|
|
6124
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSelectionCountComponent, never>;
|
|
6125
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSelectionCountComponent, "div[soho-selection-count]", never, {}, {}, never, ["*"], false, never>;
|
|
6126
|
-
}
|
|
6127
|
-
/**
|
|
6128
|
-
* Soho toolbar Navigation button
|
|
6129
|
-
*/
|
|
6130
|
-
declare class SohoToolbarNavButtonComponent {
|
|
6131
|
-
get isIconButton(): boolean;
|
|
6132
|
-
get isAppMenuTrigger(): boolean;
|
|
6133
|
-
get typeAttr(): string;
|
|
6134
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarNavButtonComponent, never>;
|
|
6135
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarNavButtonComponent, "button[soho-nav-button]", never, {}, {}, never, ["*"], false, never>;
|
|
6136
|
-
}
|
|
6137
|
-
/**
|
|
6138
|
-
* Soho toolbar title
|
|
6139
|
-
*/
|
|
6140
|
-
declare class SohoToolbarTitleComponent {
|
|
6141
|
-
get isTitle(): boolean;
|
|
6142
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarTitleComponent, never>;
|
|
6143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarTitleComponent, "soho-toolbar-title", never, {}, {}, never, ["*"], false, never>;
|
|
6144
|
-
}
|
|
6145
|
-
/**
|
|
6146
|
-
* Soho toolbar buttonset
|
|
6147
|
-
*/
|
|
6148
|
-
declare class SohoToolbarButtonSetComponent {
|
|
6149
|
-
get isButtonSet(): boolean;
|
|
6150
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarButtonSetComponent, never>;
|
|
6151
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarButtonSetComponent, "soho-toolbar-button-set", never, {}, {}, never, ["*"], false, never>;
|
|
6152
|
-
}
|
|
6153
|
-
/**
|
|
6154
|
-
* The main soho toolbar component
|
|
6155
|
-
*/
|
|
6156
|
-
declare class SohoToolbarComponent implements AfterViewChecked, AfterViewInit, OnDestroy {
|
|
6157
|
-
private changeDetector;
|
|
6158
|
-
private element;
|
|
6159
|
-
private ngZone;
|
|
6160
|
-
get isToolbar(): boolean;
|
|
6161
|
-
get showMoreButton(): boolean | undefined;
|
|
6162
|
-
get isBlock(): "block" | null;
|
|
6163
|
-
/**
|
|
6164
|
-
* Whether to display the overflow more-button or not regardless of
|
|
6165
|
-
* overflow content.
|
|
6166
|
-
*/
|
|
6167
|
-
noActionsButton: boolean;
|
|
6168
|
-
/**
|
|
6169
|
-
* Set the has more button component option, this is used
|
|
6170
|
-
* to define if the more button is expected to exist in the toolbar logic.
|
|
6171
|
-
*/
|
|
6172
|
-
set hasMoreButton(value: boolean);
|
|
6173
|
-
/**
|
|
6174
|
-
* Set the expected max visible buttons before overflow is forced.
|
|
6175
|
-
*/
|
|
6176
|
-
set maxVisibleButtons(value: number);
|
|
6177
|
-
/**
|
|
6178
|
-
* Set the rightAligned hint. This is for toolbars with no title that should be forced to right align.
|
|
6179
|
-
*/
|
|
6180
|
-
set rightAligned(value: boolean);
|
|
6181
|
-
/**
|
|
6182
|
-
* @deprecated Use the rightAligned option.
|
|
6183
|
-
*/
|
|
6184
|
-
set rightAlign(value: boolean);
|
|
6185
|
-
/**
|
|
6186
|
-
* If true, uses Javascript to size the Title and Buttonset elements in a way that shows as much of the Title area as possible.
|
|
6187
|
-
*/
|
|
6188
|
-
set resizeContainers(value: boolean);
|
|
6189
|
-
/**
|
|
6190
|
-
* If "resizeContainers" is true, setting this to true will try to display as many buttons as possible while resizing the toolbar.
|
|
6191
|
-
* Setting to false attempts to show the entire title instead.
|
|
6192
|
-
*/
|
|
6193
|
-
set favorButtonset(value: boolean);
|
|
6194
|
-
/**
|
|
6195
|
-
* Allows a moreMenuSettings object to be propagated down into the Toolbar.
|
|
6196
|
-
* the jQuery Toolbar component handles passing these settings into the More Actions
|
|
6197
|
-
* menu's jQuery Popupmenu.
|
|
6198
|
-
*/
|
|
6199
|
-
set moreMenuSettings(value: SohoPopupMenuOptions);
|
|
6200
|
-
/** Add extra attributes like id's to the component **/
|
|
6201
|
-
set attributes(value: Array<Object> | Object);
|
|
6202
|
-
/**
|
|
6203
|
-
* The beforeactivate event is fired whenever a toolbar is activated giving the event handler a chance
|
|
6204
|
-
* to "veto" the tab selection change.
|
|
6205
|
-
*/
|
|
6206
|
-
beforeActivated: EventEmitter<SohoToolbarEvent>;
|
|
6207
|
-
/**
|
|
6208
|
-
* The activated event is if the beforeActivate succeeds.
|
|
6209
|
-
*/
|
|
6210
|
-
activated: EventEmitter<SohoToolbarEvent>;
|
|
6211
|
-
/**
|
|
6212
|
-
* The afteractivate event is fired after the toolbar has been activated.
|
|
6213
|
-
*/
|
|
6214
|
-
afterActivated: EventEmitter<SohoToolbarEvent>;
|
|
6215
|
-
/**
|
|
6216
|
-
* The selected event is fired when a toolbar button has been clicked.
|
|
6217
|
-
*/
|
|
6218
|
-
selected: EventEmitter<SohoToolbarSelectedEvent>;
|
|
6219
|
-
menuItemMouseOver: EventEmitter<HTMLButtonElement>;
|
|
6220
|
-
private options;
|
|
6221
|
-
private jQueryElement?;
|
|
6222
|
-
private toolbar?;
|
|
6223
|
-
private toolbarChanged?;
|
|
6224
|
-
constructor(changeDetector: ChangeDetectorRef, element: ElementRef, ngZone: NgZone);
|
|
6225
|
-
ngAfterViewInit(): void;
|
|
6226
|
-
ngAfterViewChecked(): void;
|
|
6227
|
-
ngOnDestroy(): void;
|
|
6228
|
-
updated(settings?: any): void;
|
|
6229
|
-
handleResize(): void;
|
|
6230
|
-
private markForRefresh;
|
|
6231
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarComponent, never>;
|
|
6232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarComponent, "soho-toolbar, div[soho-toolbar]", never, { "noActionsButton": { "alias": "noActionsButton"; "required": false; }; "hasMoreButton": { "alias": "hasMoreButton"; "required": false; }; "maxVisibleButtons": { "alias": "maxVisibleButtons"; "required": false; }; "rightAligned": { "alias": "rightAligned"; "required": false; }; "rightAlign": { "alias": "rightAlign"; "required": false; }; "resizeContainers": { "alias": "resizeContainers"; "required": false; }; "favorButtonset": { "alias": "favorButtonset"; "required": false; }; "moreMenuSettings": { "alias": "moreMenuSettings"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "beforeActivated": "beforeActivated"; "activated": "activated"; "afterActivated": "afterActivated"; "selected": "selected"; "menuItemMouseOver": "menuItemMouseOver"; }, never, ["soho-toolbar-title", "soho-toolbar-button-set", "soho-toolbar-more-button"], false, never>;
|
|
6233
|
-
}
|
|
6234
|
-
|
|
6235
|
-
declare class SohoToolbarModule {
|
|
6236
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarModule, never>;
|
|
6237
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToolbarModule, [typeof SohoToolbarComponent, typeof SohoToolbarButtonSetComponent, typeof SohoToolbarTitleComponent, typeof SohoToolbarNavButtonComponent, typeof SohoSectionTitleComponent, typeof SohoSelectionCountComponent, typeof SohoPageTitleComponent, typeof SohoToolbarMoreButtonComponent, typeof SohoToolbarSearchFieldComponent, typeof SohoToolbarSearchFieldWrapperComponent], [typeof i2.CommonModule], [typeof SohoToolbarComponent, typeof SohoToolbarButtonSetComponent, typeof SohoToolbarTitleComponent, typeof SohoToolbarNavButtonComponent, typeof SohoSectionTitleComponent, typeof SohoSelectionCountComponent, typeof SohoPageTitleComponent, typeof SohoToolbarMoreButtonComponent, typeof SohoToolbarSearchFieldComponent, typeof SohoToolbarSearchFieldWrapperComponent]>;
|
|
6238
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SohoToolbarModule>;
|
|
6184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoListBuilderComponent, "[soho-listbuilder]", never, { "sohoListBuilderElementId": { "alias": "sohoListBuilderElementId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "handle": { "alias": "handle"; "required": false; }; "btnAdd": { "alias": "btnAdd"; "required": false; }; "btnEdit": { "alias": "btnEdit"; "required": false; }; "btnDelete": { "alias": "btnDelete"; "required": false; }; "btnGoUp": { "alias": "btnGoUp"; "required": false; }; "btnGoDown": { "alias": "btnGoDown"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "template": { "alias": "template"; "required": false; }; "templateNewItem": { "alias": "templateNewItem"; "required": false; }; "templateItemContent": { "alias": "templateItemContent"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "excludeButtons": { "alias": "excludeButtons"; "required": false; }; }, { "afteradd": "afteradd"; "aftergoup": "aftergoup"; "aftergodown": "aftergodown"; "afterdelete": "afterdelete"; "beforeedit": "beforeedit"; "beforeadd": "beforeadd"; "beforegoup": "beforegoup"; "beforegodown": "beforegodown"; "beforedelete": "beforedelete"; "arrangeupdate": "arrangeupdate"; "entereditmode": "entereditmode"; "exiteditmode": "exiteditmode"; }, never, ["li[soho-listview-item]", "[soho-emptymessage]"], true, never>;
|
|
6239
6185
|
}
|
|
6240
6186
|
|
|
6241
6187
|
declare class SohoListBuilderModule {
|
|
6242
6188
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoListBuilderModule, never>;
|
|
6243
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoListBuilderModule,
|
|
6189
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoListBuilderModule, never, [typeof SohoListBuilderComponent], [typeof SohoListBuilderComponent]>;
|
|
6244
6190
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoListBuilderModule>;
|
|
6245
6191
|
}
|
|
6246
6192
|
|
|
@@ -6255,7 +6201,7 @@ declare class SohoFormatDatePipe implements PipeTransform {
|
|
|
6255
6201
|
*/
|
|
6256
6202
|
transform(value: string | Date, attribs?: any): string;
|
|
6257
6203
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFormatDatePipe, never>;
|
|
6258
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SohoFormatDatePipe, "sohoFormatDate",
|
|
6204
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SohoFormatDatePipe, "sohoFormatDate", true>;
|
|
6259
6205
|
}
|
|
6260
6206
|
|
|
6261
6207
|
declare class SohoFormatNumberPipe implements PipeTransform {
|
|
@@ -6269,7 +6215,7 @@ declare class SohoFormatNumberPipe implements PipeTransform {
|
|
|
6269
6215
|
*/
|
|
6270
6216
|
transform(value: string | number, attribs?: any): string;
|
|
6271
6217
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoFormatNumberPipe, never>;
|
|
6272
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SohoFormatNumberPipe, "sohoFormatNumber",
|
|
6218
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SohoFormatNumberPipe, "sohoFormatNumber", true>;
|
|
6273
6219
|
}
|
|
6274
6220
|
|
|
6275
6221
|
declare class SohoTranslatePipe implements PipeTransform {
|
|
@@ -6284,12 +6230,12 @@ declare class SohoTranslatePipe implements PipeTransform {
|
|
|
6284
6230
|
*/
|
|
6285
6231
|
transform(value: string, locale?: string | undefined, options?: Object | undefined): string | undefined;
|
|
6286
6232
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTranslatePipe, never>;
|
|
6287
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SohoTranslatePipe, "sohoTranslate",
|
|
6233
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SohoTranslatePipe, "sohoTranslate", true>;
|
|
6288
6234
|
}
|
|
6289
6235
|
|
|
6290
6236
|
declare class SohoLocaleModule {
|
|
6291
6237
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLocaleModule, never>;
|
|
6292
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLocaleModule, [typeof SohoFormatDatePipe, typeof SohoFormatNumberPipe, typeof SohoTranslatePipe],
|
|
6238
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLocaleModule, never, [typeof SohoFormatDatePipe, typeof SohoFormatNumberPipe, typeof SohoTranslatePipe], [typeof SohoTranslatePipe, typeof SohoFormatDatePipe, typeof SohoFormatNumberPipe]>;
|
|
6293
6239
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoLocaleModule>;
|
|
6294
6240
|
}
|
|
6295
6241
|
|
|
@@ -6584,12 +6530,12 @@ declare class SohoLookupComponent extends BaseControlValueAccessor<any> implemen
|
|
|
6584
6530
|
private parseValue;
|
|
6585
6531
|
private markForUpdate;
|
|
6586
6532
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLookupComponent, never>;
|
|
6587
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoLookupComponent, "input[soho-lookup]", never, { "asobject": { "alias": "asobject"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "click": { "alias": "click"; "required": false; }; "clickArguments": { "alias": "clickArguments"; "required": false; }; "clear": { "alias": "clear"; "required": false; }; "clearArguments": { "alias": "clearArguments"; "required": false; }; "field": { "alias": "field"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "options": { "alias": "options"; "required": false; }; "beforeShow": { "alias": "beforeShow"; "required": false; }; "modalContent": { "alias": "modalContent"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "autoApply": { "alias": "autoApply"; "required": false; }; "match": { "alias": "match"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "noMarginWrapper": { "alias": "noMarginWrapper"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "allowDuplicates": { "alias": "allowDuplicates"; "required": false; }; "toolbarPlaceholder": { "alias": "toolbarPlaceholder"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "name": { "alias": "name"; "required": false; }; "source": { "alias": "source"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "autoCompleteSettings": { "alias": "autoCompleteSettings"; "required": false; }; "isDisabled": { "alias": "disabled"; "required": false; }; "_readonly": { "alias": "readonly"; "required": false; }; }, { "afteropen": "afteropen"; "start": "start"; "complete": "complete"; "beforeopen": "beforeopen"; "change": "change"; "inputEvt": "inputEvt"; "open": "open"; "close": "close"; "selected": "selected"; "afterpaging": "afterpaging"; }, never, ["*"],
|
|
6533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoLookupComponent, "input[soho-lookup]", never, { "asobject": { "alias": "asobject"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "click": { "alias": "click"; "required": false; }; "clickArguments": { "alias": "clickArguments"; "required": false; }; "clear": { "alias": "clear"; "required": false; }; "clearArguments": { "alias": "clearArguments"; "required": false; }; "field": { "alias": "field"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "options": { "alias": "options"; "required": false; }; "beforeShow": { "alias": "beforeShow"; "required": false; }; "modalContent": { "alias": "modalContent"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "autoApply": { "alias": "autoApply"; "required": false; }; "match": { "alias": "match"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "noMarginWrapper": { "alias": "noMarginWrapper"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "allowDuplicates": { "alias": "allowDuplicates"; "required": false; }; "toolbarPlaceholder": { "alias": "toolbarPlaceholder"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "name": { "alias": "name"; "required": false; }; "source": { "alias": "source"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "autoCompleteSettings": { "alias": "autoCompleteSettings"; "required": false; }; "isDisabled": { "alias": "disabled"; "required": false; }; "_readonly": { "alias": "readonly"; "required": false; }; }, { "afteropen": "afteropen"; "start": "start"; "complete": "complete"; "beforeopen": "beforeopen"; "change": "change"; "inputEvt": "inputEvt"; "open": "open"; "close": "close"; "selected": "selected"; "afterpaging": "afterpaging"; }, never, ["*"], true, never>;
|
|
6588
6534
|
}
|
|
6589
6535
|
|
|
6590
6536
|
declare class SohoLookupModule {
|
|
6591
6537
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoLookupModule, never>;
|
|
6592
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLookupModule,
|
|
6538
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoLookupModule, never, [typeof SohoLookupComponent], [typeof SohoLookupComponent]>;
|
|
6593
6539
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoLookupModule>;
|
|
6594
6540
|
}
|
|
6595
6541
|
|
|
@@ -6726,12 +6672,12 @@ declare class SohoMaskDirective implements AfterViewInit, OnDestroy {
|
|
|
6726
6672
|
/** Destructor. */
|
|
6727
6673
|
ngOnDestroy(): void;
|
|
6728
6674
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMaskDirective, never>;
|
|
6729
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoMaskDirective, "input[soho-mask]", never, { "options": { "alias": "options"; "required": false; }; "definitions": { "alias": "definitions"; "required": false; }; "guide": { "alias": "guide"; "required": false; }; "keepCharacterPositions": { "alias": "keepCharacterPositions"; "required": false; }; "maskAPI": { "alias": "maskAPI"; "required": false; }; "sohoPattern": { "alias": "sohoPattern"; "required": false; }; "pipe": { "alias": "pipe"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "process": { "alias": "process"; "required": false; }; "processOnBlur": { "alias": "processOnBlur"; "required": false; }; "processOnInitialize": { "alias": "processOnInitialize"; "required": false; }; "patternOptions": { "alias": "patternOptions"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowLeadingZeros": { "alias": "allowLeadingZeros"; "required": false; }; "allowNegative": { "alias": "allowNegative"; "required": false; }; "allowThousandsSeparator": { "alias": "allowThousandsSeparator"; "required": false; }; "decimalLimit": { "alias": "decimalLimit"; "required": false; }; "allowTrailingDecimalZeros": { "alias": "allowTrailingDecimalZeros"; "required": false; }; "integerLimit": { "alias": "integerLimit"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "requireDecimal": { "alias": "requireDecimal"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "symbols": { "alias": "symbols"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; }; "decimalSymbol": { "alias": "decimalSymbol"; "required": false; }; "negativeSymbol": { "alias": "negativeSymbol"; "required": false; }; "thousandsSymbol": { "alias": "thousandsSymbol"; "required": false; }; "groupComplete": { "alias": "groupComplete"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "mustComplete": { "alias": "mustComplete"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "number": { "alias": "number"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "showSymbol": { "alias": "showSymbol"; "required": false; }; }, { "write": "write"; }, never, never,
|
|
6675
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoMaskDirective, "input[soho-mask]", never, { "options": { "alias": "options"; "required": false; }; "definitions": { "alias": "definitions"; "required": false; }; "guide": { "alias": "guide"; "required": false; }; "keepCharacterPositions": { "alias": "keepCharacterPositions"; "required": false; }; "maskAPI": { "alias": "maskAPI"; "required": false; }; "sohoPattern": { "alias": "sohoPattern"; "required": false; }; "pipe": { "alias": "pipe"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "process": { "alias": "process"; "required": false; }; "processOnBlur": { "alias": "processOnBlur"; "required": false; }; "processOnInitialize": { "alias": "processOnInitialize"; "required": false; }; "patternOptions": { "alias": "patternOptions"; "required": false; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; }; "allowLeadingZeros": { "alias": "allowLeadingZeros"; "required": false; }; "allowNegative": { "alias": "allowNegative"; "required": false; }; "allowThousandsSeparator": { "alias": "allowThousandsSeparator"; "required": false; }; "decimalLimit": { "alias": "decimalLimit"; "required": false; }; "allowTrailingDecimalZeros": { "alias": "allowTrailingDecimalZeros"; "required": false; }; "integerLimit": { "alias": "integerLimit"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "requireDecimal": { "alias": "requireDecimal"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "symbols": { "alias": "symbols"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; }; "decimalSymbol": { "alias": "decimalSymbol"; "required": false; }; "negativeSymbol": { "alias": "negativeSymbol"; "required": false; }; "thousandsSymbol": { "alias": "thousandsSymbol"; "required": false; }; "groupComplete": { "alias": "groupComplete"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "mustComplete": { "alias": "mustComplete"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "number": { "alias": "number"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "showSymbol": { "alias": "showSymbol"; "required": false; }; }, { "write": "write"; }, never, never, true, never>;
|
|
6730
6676
|
}
|
|
6731
6677
|
|
|
6732
6678
|
declare class SohoMaskModule {
|
|
6733
6679
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMaskModule, never>;
|
|
6734
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMaskModule,
|
|
6680
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMaskModule, never, [typeof SohoMaskDirective], [typeof SohoMaskDirective]>;
|
|
6735
6681
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoMaskModule>;
|
|
6736
6682
|
}
|
|
6737
6683
|
|
|
@@ -6739,12 +6685,12 @@ declare class SohoMastheadComponent {
|
|
|
6739
6685
|
get classes(): string;
|
|
6740
6686
|
ariaLabel: string;
|
|
6741
6687
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMastheadComponent, never>;
|
|
6742
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMastheadComponent, "soho-masthead", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["soho-masthead-title", "soho-masthead-buttonset"],
|
|
6688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMastheadComponent, "soho-masthead", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["soho-masthead-title", "soho-masthead-buttonset"], true, never>;
|
|
6743
6689
|
}
|
|
6744
6690
|
|
|
6745
6691
|
declare class SohoMastheadModule {
|
|
6746
6692
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMastheadModule, never>;
|
|
6747
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMastheadModule,
|
|
6693
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMastheadModule, never, [typeof SohoMastheadComponent], [typeof SohoMastheadComponent]>;
|
|
6748
6694
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoMastheadModule>;
|
|
6749
6695
|
}
|
|
6750
6696
|
|
|
@@ -6796,6 +6742,9 @@ declare class SohoMenuButtonComponent implements AfterViewInit, AfterViewChecked
|
|
|
6796
6742
|
get removeOnDestroy(): boolean | undefined;
|
|
6797
6743
|
set ripple(value: boolean | undefined);
|
|
6798
6744
|
get ripple(): boolean | undefined;
|
|
6745
|
+
/** If true, the menu stays open when clicking outside or pressing Escape/Tab */
|
|
6746
|
+
set keepOpen(value: boolean | undefined);
|
|
6747
|
+
get keepOpen(): boolean | undefined;
|
|
6799
6748
|
constructor(element: ElementRef, ref: ChangeDetectorRef, ngZone: NgZone);
|
|
6800
6749
|
ngAfterViewInit(): void;
|
|
6801
6750
|
ngAfterViewChecked(): void;
|
|
@@ -6813,18 +6762,18 @@ declare class SohoMenuButtonComponent implements AfterViewInit, AfterViewChecked
|
|
|
6813
6762
|
*/
|
|
6814
6763
|
markForRefresh(): void;
|
|
6815
6764
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMenuButtonComponent, never>;
|
|
6816
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMenuButtonComponent, "[soho-menu-button]", never, { "icon": { "alias": "icon"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "showArrow": { "alias": "showArrow"; "required": false; }; "returnFocus": { "alias": "returnFocus"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "ajaxBeforeOpenFunction": { "alias": "ajaxBeforeOpenFunction"; "required": false; }; "hideMenuArrow": { "alias": "hideMenuArrow"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "ripple": { "alias": "ripple"; "required": false; }; }, { "selected": "selected"; "beforeopen": "beforeopen"; "open$": "open"; "close$": "close"; }, never, ["*"],
|
|
6765
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMenuButtonComponent, "[soho-menu-button]", never, { "icon": { "alias": "icon"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "showArrow": { "alias": "showArrow"; "required": false; }; "returnFocus": { "alias": "returnFocus"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "ajaxBeforeOpenFunction": { "alias": "ajaxBeforeOpenFunction"; "required": false; }; "hideMenuArrow": { "alias": "hideMenuArrow"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "ripple": { "alias": "ripple"; "required": false; }; "keepOpen": { "alias": "keepOpen"; "required": false; }; }, { "selected": "selected"; "beforeopen": "beforeopen"; "open$": "open"; "close$": "close"; }, never, ["*"], true, never>;
|
|
6817
6766
|
}
|
|
6818
6767
|
|
|
6819
6768
|
declare class SohoMenuButtonModule {
|
|
6820
6769
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMenuButtonModule, never>;
|
|
6821
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMenuButtonModule,
|
|
6770
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMenuButtonModule, never, [typeof SohoMenuButtonComponent], [typeof SohoMenuButtonComponent]>;
|
|
6822
6771
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoMenuButtonModule>;
|
|
6823
6772
|
}
|
|
6824
6773
|
|
|
6825
6774
|
declare class SohoMessageModule {
|
|
6826
6775
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMessageModule, never>;
|
|
6827
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMessageModule, never,
|
|
6776
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMessageModule, never, never, never>;
|
|
6828
6777
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoMessageModule>;
|
|
6829
6778
|
}
|
|
6830
6779
|
|
|
@@ -6914,6 +6863,12 @@ declare class SohoMessageRef {
|
|
|
6914
6863
|
* @param noRefocus - if true, the trigger element will not be refocused.
|
|
6915
6864
|
*/
|
|
6916
6865
|
noRefocus(noRefocus: boolean): SohoMessageRef;
|
|
6866
|
+
/**
|
|
6867
|
+
* If true, the first available input/button in the message dialog will be focused on open.
|
|
6868
|
+
*
|
|
6869
|
+
* @param autoFocus - if true, auto focus is enabled.
|
|
6870
|
+
*/
|
|
6871
|
+
autoFocus(autoFocus: boolean): SohoMessageRef;
|
|
6917
6872
|
/**
|
|
6918
6873
|
* Controls the opacity of the background overlay.
|
|
6919
6874
|
*
|
|
@@ -7074,7 +7029,7 @@ declare class SohoMessageService {
|
|
|
7074
7029
|
|
|
7075
7030
|
declare class SohoModalDialogModule {
|
|
7076
7031
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModalDialogModule, never>;
|
|
7077
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModalDialogModule, never,
|
|
7032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModalDialogModule, never, never, never>;
|
|
7078
7033
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoModalDialogModule>;
|
|
7079
7034
|
}
|
|
7080
7035
|
|
|
@@ -7086,6 +7041,7 @@ declare class SohoModalDialogRef<T> {
|
|
|
7086
7041
|
private appRef;
|
|
7087
7042
|
private injector;
|
|
7088
7043
|
private ngZone;
|
|
7044
|
+
private service;
|
|
7089
7045
|
/** Component - if the content is derived from an existing component. */
|
|
7090
7046
|
private componentRef?;
|
|
7091
7047
|
/** Vetoable Event Guard */
|
|
@@ -7283,6 +7239,12 @@ declare class SohoModalDialogRef<T> {
|
|
|
7283
7239
|
* @param noPadding - if true; the content will have no paddings.
|
|
7284
7240
|
*/
|
|
7285
7241
|
noPadding(noPadding: boolean): SohoModalDialogRef<T>;
|
|
7242
|
+
/**
|
|
7243
|
+
* Sets the 'initialFocus' CSS selector for the element to focus on when the modal is opened.
|
|
7244
|
+
*
|
|
7245
|
+
* @param initialFocus - a CSS selector string targeting the element to focus.
|
|
7246
|
+
*/
|
|
7247
|
+
initialFocus(initialFocus: string): SohoModalDialogRef<T>;
|
|
7286
7248
|
/**
|
|
7287
7249
|
* Applies a function to the instantiated component,
|
|
7288
7250
|
* allowing the component to be modified, or initialised.
|
|
@@ -7313,7 +7275,7 @@ declare class SohoModalDialogRef<T> {
|
|
|
7313
7275
|
*
|
|
7314
7276
|
* @paran appRef - application reference used to insert the component.
|
|
7315
7277
|
*/
|
|
7316
|
-
constructor(router: Router, appRef: ApplicationRef,
|
|
7278
|
+
constructor(router: Router, appRef: ApplicationRef, injector: Injector, ngZone: NgZone, service: SohoModalDialogService, settings: SohoModalOptions, modalComponent?: ComponentType<T>);
|
|
7317
7279
|
/**
|
|
7318
7280
|
* Opens the dialog.
|
|
7319
7281
|
*
|
|
@@ -7497,20 +7459,20 @@ interface SohoModalDialogVetoableEventGuard<T> {
|
|
|
7497
7459
|
*/
|
|
7498
7460
|
declare class SohoModalDialogService {
|
|
7499
7461
|
private readonly appRef;
|
|
7500
|
-
private readonly componentFactoryResolver;
|
|
7501
7462
|
private readonly injector;
|
|
7502
7463
|
private readonly ngZone;
|
|
7503
7464
|
private readonly router;
|
|
7465
|
+
/** Tracks whether any modal is currently open to prevent duplicate instances from rapid triggers. */
|
|
7466
|
+
_hasOpenModal: boolean;
|
|
7504
7467
|
/**
|
|
7505
7468
|
* Constructor.
|
|
7506
7469
|
*
|
|
7507
7470
|
* @param appRef - application reference; must not be null.
|
|
7508
|
-
* @param componentFactoryResolver - used to create component factories for components dynamically.
|
|
7509
7471
|
* @param injector - the current in scope injector, use as a delegate.
|
|
7510
7472
|
* @param ngZone - the angular zone; must not be null.
|
|
7511
7473
|
* @router
|
|
7512
7474
|
*/
|
|
7513
|
-
constructor(appRef: ApplicationRef,
|
|
7475
|
+
constructor(appRef: ApplicationRef, injector: Injector, ngZone: NgZone, router: Router);
|
|
7514
7476
|
/**
|
|
7515
7477
|
* Creates a modal dialog defined by the given component, returning a reference to the
|
|
7516
7478
|
* dialog that can be interacted with.
|
|
@@ -7536,7 +7498,7 @@ declare class SohoModalDialogService {
|
|
|
7536
7498
|
* @return the modal dialog reference.
|
|
7537
7499
|
*/
|
|
7538
7500
|
message<T>(content: string | JQuery): SohoModalDialogRef<T>;
|
|
7539
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModalDialogService, [null, null, null,
|
|
7501
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModalDialogService, [null, null, null, { optional: true; }]>;
|
|
7540
7502
|
static ɵprov: i0.ɵɵInjectableDeclaration<SohoModalDialogService>;
|
|
7541
7503
|
}
|
|
7542
7504
|
/**
|
|
@@ -7607,12 +7569,12 @@ declare class SohoModuleNavComponent implements AfterViewInit, AfterViewChecked,
|
|
|
7607
7569
|
ngAfterViewChecked(): void;
|
|
7608
7570
|
ngOnDestroy(): void;
|
|
7609
7571
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavComponent, never>;
|
|
7610
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavComponent, "soho-module-nav, [soho-module-nav]", never, { "accordionSettings": { "alias": "accordionSettings"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "mobileBehavior": { "alias": "mobileBehavior"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; "showModuleSwitcher": { "alias": "showModuleSwitcher"; "required": false; }; "showGuestSection": { "alias": "showGuestSection"; "required": false; }; "showSearchBar": { "alias": "showSearchBar"; "required": false; }; "enableOutsideClick": { "alias": "enableOutsideClick"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "initChildren": { "alias": "initChildren"; "required": false; }; "pinSections": { "alias": "pinSections"; "required": false; }; "showDetailView": { "alias": "showDetailView"; "required": false; }; }, { "displaymodechange": "displaymodechange"; }, never, ["*"],
|
|
7572
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavComponent, "soho-module-nav, [soho-module-nav]", never, { "accordionSettings": { "alias": "accordionSettings"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "mobileBehavior": { "alias": "mobileBehavior"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; "showModuleSwitcher": { "alias": "showModuleSwitcher"; "required": false; }; "showGuestSection": { "alias": "showGuestSection"; "required": false; }; "showSearchBar": { "alias": "showSearchBar"; "required": false; }; "enableOutsideClick": { "alias": "enableOutsideClick"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "initChildren": { "alias": "initChildren"; "required": false; }; "pinSections": { "alias": "pinSections"; "required": false; }; "showDetailView": { "alias": "showDetailView"; "required": false; }; }, { "displaymodechange": "displaymodechange"; }, never, ["*"], true, never>;
|
|
7611
7573
|
}
|
|
7612
7574
|
|
|
7613
7575
|
declare class SohoModuleNavModule {
|
|
7614
7576
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavModule, never>;
|
|
7615
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavModule,
|
|
7577
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavModule, never, [typeof SohoModuleNavComponent], [typeof SohoModuleNavComponent]>;
|
|
7616
7578
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoModuleNavModule>;
|
|
7617
7579
|
}
|
|
7618
7580
|
|
|
@@ -7622,12 +7584,12 @@ declare class SohoModuleNavModule {
|
|
|
7622
7584
|
*/
|
|
7623
7585
|
declare class SohoModuleNavContainerComponent {
|
|
7624
7586
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavContainerComponent, never>;
|
|
7625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavContainerComponent, "soho-module-nav-container, [soho-module-nav-container]", never, {}, {}, never, ["*"],
|
|
7587
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavContainerComponent, "soho-module-nav-container, [soho-module-nav-container]", never, {}, {}, never, ["*"], true, never>;
|
|
7626
7588
|
}
|
|
7627
7589
|
|
|
7628
7590
|
declare class SohoModuleNavContainerModule {
|
|
7629
7591
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavContainerModule, never>;
|
|
7630
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavContainerModule,
|
|
7592
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavContainerModule, never, [typeof SohoModuleNavContainerComponent], [typeof SohoModuleNavContainerComponent]>;
|
|
7631
7593
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoModuleNavContainerModule>;
|
|
7632
7594
|
}
|
|
7633
7595
|
|
|
@@ -7659,12 +7621,12 @@ declare class SohoModuleNavSettingsComponent implements AfterViewInit, AfterView
|
|
|
7659
7621
|
ngAfterViewChecked(): void;
|
|
7660
7622
|
ngOnDestroy(): void;
|
|
7661
7623
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavSettingsComponent, never>;
|
|
7662
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavSettingsComponent, "soho-module-nav-settings, [soho-module-nav-settings]", never, {}, {}, never, ["*"],
|
|
7624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavSettingsComponent, "soho-module-nav-settings, [soho-module-nav-settings]", never, {}, {}, never, ["*"], true, never>;
|
|
7663
7625
|
}
|
|
7664
7626
|
|
|
7665
7627
|
declare class SohoModuleNavSettingsModule {
|
|
7666
7628
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavSettingsModule, never>;
|
|
7667
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavSettingsModule,
|
|
7629
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavSettingsModule, never, [typeof SohoModuleNavSettingsComponent], [typeof SohoModuleNavSettingsComponent]>;
|
|
7668
7630
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoModuleNavSettingsModule>;
|
|
7669
7631
|
}
|
|
7670
7632
|
|
|
@@ -7729,12 +7691,12 @@ declare class SohoModuleNavSwitcherComponent implements AfterViewInit, AfterView
|
|
|
7729
7691
|
ngAfterViewChecked(): void;
|
|
7730
7692
|
ngOnDestroy(): void;
|
|
7731
7693
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavSwitcherComponent, never>;
|
|
7732
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavSwitcherComponent, "soho-module-nav-switcher, [soho-module-nav-switcher]", never, { "displayMode": { "alias": "displayMode"; "required": false; }; "generate": { "alias": "generate"; "required": false; }; "changeIconOnSelect": { "alias": "changeIconOnSelect"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "noSearch": { "alias": "noSearch"; "required": false; }; "moduleButtonText": { "alias": "moduleButtonText"; "required": false; }; "roleDropdownLabel": { "alias": "roleDropdownLabel"; "required": false; }; "roles": { "alias": "roles"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "rolechange": "rolechange"; "listcontextmenu": "listcontextmenu"; "modulebuttonclick": "modulebuttonclick"; }, never, never,
|
|
7694
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoModuleNavSwitcherComponent, "soho-module-nav-switcher, [soho-module-nav-switcher]", never, { "displayMode": { "alias": "displayMode"; "required": false; }; "generate": { "alias": "generate"; "required": false; }; "changeIconOnSelect": { "alias": "changeIconOnSelect"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "noSearch": { "alias": "noSearch"; "required": false; }; "moduleButtonText": { "alias": "moduleButtonText"; "required": false; }; "roleDropdownLabel": { "alias": "roleDropdownLabel"; "required": false; }; "roles": { "alias": "roles"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "rolechange": "rolechange"; "listcontextmenu": "listcontextmenu"; "modulebuttonclick": "modulebuttonclick"; }, never, never, true, never>;
|
|
7733
7695
|
}
|
|
7734
7696
|
|
|
7735
7697
|
declare class SohoModuleNavSwitcherModule {
|
|
7736
7698
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoModuleNavSwitcherModule, never>;
|
|
7737
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavSwitcherModule,
|
|
7699
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoModuleNavSwitcherModule, never, [typeof SohoIconModule, typeof SohoModuleNavSwitcherComponent], [typeof SohoModuleNavSwitcherComponent]>;
|
|
7738
7700
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoModuleNavSwitcherModule>;
|
|
7739
7701
|
}
|
|
7740
7702
|
|
|
@@ -7928,18 +7890,18 @@ declare class SohoMonthViewComponent implements AfterViewChecked, AfterViewInit,
|
|
|
7928
7890
|
*/
|
|
7929
7891
|
ngOnDestroy(): void;
|
|
7930
7892
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMonthViewComponent, never>;
|
|
7931
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMonthViewComponent, "[soho-monthview]", never, { "monthviewOptions": { "alias": "monthviewOptions"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "month": { "alias": "month"; "required": false; }; "year": { "alias": "year"; "required": false; }; "day": { "alias": "day"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "activeDateIslamic": { "alias": "activeDateIslamic"; "required": false; }; "isPopup": { "alias": "isPopup"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inPageTitleAsButton": { "alias": "inPageTitleAsButton"; "required": false; }; "inPageToggleable": { "alias": "inPageToggleable"; "required": false; }; "inPageExpanded": { "alias": "inPageExpanded"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "isMonthPicker": { "alias": "isMonthPicker"; "required": false; }; "showMonthYearPicker": { "alias": "showMonthYearPicker"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "hideDays": { "alias": "hideDays"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "yearsBack": { "alias": "yearsBack"; "required": false; }; "yearsAhead": { "alias": "yearsAhead"; "required": false; }; "range": { "alias": "range"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "onSelected": { "alias": "onSelected"; "required": false; }; "onKeyDown": { "alias": "onKeyDown"; "required": false; }; "showNextPrevious": { "alias": "showNextPrevious"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "monthRendered": "monthRendered"; "selected": "selected"; }, never, ["*"],
|
|
7893
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoMonthViewComponent, "[soho-monthview]", never, { "monthviewOptions": { "alias": "monthviewOptions"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "month": { "alias": "month"; "required": false; }; "year": { "alias": "year"; "required": false; }; "day": { "alias": "day"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "activeDateIslamic": { "alias": "activeDateIslamic"; "required": false; }; "isPopup": { "alias": "isPopup"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inPageTitleAsButton": { "alias": "inPageTitleAsButton"; "required": false; }; "inPageToggleable": { "alias": "inPageToggleable"; "required": false; }; "inPageExpanded": { "alias": "inPageExpanded"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "isMonthPicker": { "alias": "isMonthPicker"; "required": false; }; "showMonthYearPicker": { "alias": "showMonthYearPicker"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "hideDays": { "alias": "hideDays"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "yearsBack": { "alias": "yearsBack"; "required": false; }; "yearsAhead": { "alias": "yearsAhead"; "required": false; }; "range": { "alias": "range"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "onSelected": { "alias": "onSelected"; "required": false; }; "onKeyDown": { "alias": "onKeyDown"; "required": false; }; "showNextPrevious": { "alias": "showNextPrevious"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "monthRendered": "monthRendered"; "selected": "selected"; }, never, ["*"], true, never>;
|
|
7932
7894
|
}
|
|
7933
7895
|
|
|
7934
7896
|
declare class SohoMonthViewModule {
|
|
7935
7897
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoMonthViewModule, never>;
|
|
7936
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMonthViewModule,
|
|
7898
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoMonthViewModule, never, [typeof SohoMonthViewComponent], [typeof SohoMonthViewComponent]>;
|
|
7937
7899
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoMonthViewModule>;
|
|
7938
7900
|
}
|
|
7939
7901
|
|
|
7940
7902
|
declare class SohoNotificationModule {
|
|
7941
7903
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoNotificationModule, never>;
|
|
7942
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoNotificationModule, never,
|
|
7904
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoNotificationModule, never, never, never>;
|
|
7943
7905
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoNotificationModule>;
|
|
7944
7906
|
}
|
|
7945
7907
|
|
|
@@ -7991,12 +7953,12 @@ declare class SohoNotificationBadgeComponent implements OnInit {
|
|
|
7991
7953
|
hide(): void;
|
|
7992
7954
|
ngOnInit(): void;
|
|
7993
7955
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoNotificationBadgeComponent, never>;
|
|
7994
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoNotificationBadgeComponent, "[soho-notification-badge]", never, { "position": { "alias": "position"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"],
|
|
7956
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoNotificationBadgeComponent, "[soho-notification-badge]", never, { "position": { "alias": "position"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7995
7957
|
}
|
|
7996
7958
|
|
|
7997
7959
|
declare class SohoNotificationBadgeModule {
|
|
7998
7960
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoNotificationBadgeModule, never>;
|
|
7999
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoNotificationBadgeModule,
|
|
7961
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoNotificationBadgeModule, never, [typeof SohoNotificationBadgeComponent], [typeof SohoNotificationBadgeComponent]>;
|
|
8000
7962
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoNotificationBadgeModule>;
|
|
8001
7963
|
}
|
|
8002
7964
|
|
|
@@ -8041,12 +8003,12 @@ declare class SohoStandalonePagerComponent implements AfterViewInit, AfterViewCh
|
|
|
8041
8003
|
/** Tear Down */
|
|
8042
8004
|
ngOnDestroy(): void;
|
|
8043
8005
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStandalonePagerComponent, never>;
|
|
8044
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStandalonePagerComponent, "div[soho-standalone-pager]", never, { "activePage": { "alias": "activePage"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "showFirstButton": { "alias": "showFirstButton"; "required": false; }; "showLastButton": { "alias": "showLastButton"; "required": false; }; "showNextButton": { "alias": "showNextButton"; "required": false; }; "showPreviousButton": { "alias": "showPreviousButton"; "required": false; }; "showPageSizeSelector": { "alias": "showPageSizeSelector"; "required": false; }; "showPageSelectorInput": { "alias": "showPageSelectorInput"; "required": false; }; "enableFirstButton": { "alias": "enableFirstButton"; "required": false; }; "enableLastButton": { "alias": "enableLastButton"; "required": false; }; "enablePreviousButton": { "alias": "enablePreviousButton"; "required": false; }; "enableNextButton": { "alias": "enableNextButton"; "required": false; }; "previousPageTooltip": { "alias": "previousPageTooltip"; "required": false; }; "firstPageTooltip": { "alias": "firstPageTooltip"; "required": false; }; "nextPageTooltip": { "alias": "nextPageTooltip"; "required": false; }; "lastPageTooltip": { "alias": "lastPageTooltip"; "required": false; }; "attachPageSizeMenuToBody": { "alias": "attachPageSizeMenuToBody"; "required": false; }; "smallPageSizeSelector": { "alias": "smallPageSizeSelector"; "required": false; }; "pageSizeMenuSettings": { "alias": "pageSizeMenuSettings"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "firstPage": "firstPage"; "lastPage": "lastPage"; "previousPage": "previousPage"; "nextPage": "nextPage"; "pageSizeChange": "pageSizeChange"; "page": "page"; }, never, never,
|
|
8006
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStandalonePagerComponent, "div[soho-standalone-pager]", never, { "activePage": { "alias": "activePage"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizes": { "alias": "pageSizes"; "required": false; }; "showFirstButton": { "alias": "showFirstButton"; "required": false; }; "showLastButton": { "alias": "showLastButton"; "required": false; }; "showNextButton": { "alias": "showNextButton"; "required": false; }; "showPreviousButton": { "alias": "showPreviousButton"; "required": false; }; "showPageSizeSelector": { "alias": "showPageSizeSelector"; "required": false; }; "showPageSelectorInput": { "alias": "showPageSelectorInput"; "required": false; }; "enableFirstButton": { "alias": "enableFirstButton"; "required": false; }; "enableLastButton": { "alias": "enableLastButton"; "required": false; }; "enablePreviousButton": { "alias": "enablePreviousButton"; "required": false; }; "enableNextButton": { "alias": "enableNextButton"; "required": false; }; "previousPageTooltip": { "alias": "previousPageTooltip"; "required": false; }; "firstPageTooltip": { "alias": "firstPageTooltip"; "required": false; }; "nextPageTooltip": { "alias": "nextPageTooltip"; "required": false; }; "lastPageTooltip": { "alias": "lastPageTooltip"; "required": false; }; "attachPageSizeMenuToBody": { "alias": "attachPageSizeMenuToBody"; "required": false; }; "smallPageSizeSelector": { "alias": "smallPageSizeSelector"; "required": false; }; "pageSizeMenuSettings": { "alias": "pageSizeMenuSettings"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "firstPage": "firstPage"; "lastPage": "lastPage"; "previousPage": "previousPage"; "nextPage": "nextPage"; "pageSizeChange": "pageSizeChange"; "page": "page"; }, never, never, true, never>;
|
|
8045
8007
|
}
|
|
8046
8008
|
|
|
8047
8009
|
declare class SohoPagerModule {
|
|
8048
8010
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPagerModule, never>;
|
|
8049
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPagerModule,
|
|
8011
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPagerModule, never, [typeof SohoIconModule, typeof SohoStandalonePagerComponent], [typeof SohoStandalonePagerComponent]>;
|
|
8050
8012
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoPagerModule>;
|
|
8051
8013
|
}
|
|
8052
8014
|
|
|
@@ -8099,12 +8061,12 @@ declare class SohoPersonalizeDirective implements AfterViewInit, OnDestroy {
|
|
|
8099
8061
|
onChangeColors(e: JQuery.TriggeredEvent, colors: any): void;
|
|
8100
8062
|
ngOnDestroy(): void;
|
|
8101
8063
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPersonalizeDirective, never>;
|
|
8102
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoPersonalizeDirective, "[soho-personalize]", never, { "options": { "alias": "options"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "changetheme": "changetheme"; "changecolors": "changecolors"; }, never, never,
|
|
8064
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoPersonalizeDirective, "[soho-personalize]", never, { "options": { "alias": "options"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "changetheme": "changetheme"; "changecolors": "changecolors"; }, never, never, true, never>;
|
|
8103
8065
|
}
|
|
8104
8066
|
|
|
8105
8067
|
declare class SohoPersonalizeModule {
|
|
8106
8068
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPersonalizeModule, never>;
|
|
8107
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPersonalizeModule,
|
|
8069
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPersonalizeModule, never, [typeof SohoPersonalizeDirective], [typeof SohoPersonalizeDirective]>;
|
|
8108
8070
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoPersonalizeModule>;
|
|
8109
8071
|
}
|
|
8110
8072
|
|
|
@@ -8174,12 +8136,12 @@ declare class SohoPieComponent implements AfterViewInit, AfterViewChecked, OnDes
|
|
|
8174
8136
|
toggleSelected(selected: SohoPieSelected): void;
|
|
8175
8137
|
getSelected(): Object | Object[] | undefined;
|
|
8176
8138
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPieComponent, never>;
|
|
8177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPieComponent, "[soho-pie]", never, { "dataset": { "alias": "dataset"; "required": false; }; "isDonut": { "alias": "isDonut"; "required": false; }; "animationSpeed": { "alias": "animationSpeed"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "hideCenterLabel": { "alias": "hideCenterLabel"; "required": false; }; "showLines": { "alias": "showLines"; "required": false; }; "showLinesMobile": { "alias": "showLinesMobile"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legendPlacement": { "alias": "legendPlacement"; "required": false; }; "forceLegendPopup": { "alias": "forceLegendPopup"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "showTooltips": { "alias": "showTooltips"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showCenterTooltip": { "alias": "showCenterTooltip"; "required": false; }; "fitHeight": { "alias": "fitHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
8139
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPieComponent, "[soho-pie]", never, { "dataset": { "alias": "dataset"; "required": false; }; "isDonut": { "alias": "isDonut"; "required": false; }; "animationSpeed": { "alias": "animationSpeed"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "hideCenterLabel": { "alias": "hideCenterLabel"; "required": false; }; "showLines": { "alias": "showLines"; "required": false; }; "showLinesMobile": { "alias": "showLinesMobile"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legendPlacement": { "alias": "legendPlacement"; "required": false; }; "forceLegendPopup": { "alias": "forceLegendPopup"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "showTooltips": { "alias": "showTooltips"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showCenterTooltip": { "alias": "showCenterTooltip"; "required": false; }; "fitHeight": { "alias": "fitHeight"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
8178
8140
|
}
|
|
8179
8141
|
|
|
8180
8142
|
declare class SohoPieModule {
|
|
8181
8143
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPieModule, never>;
|
|
8182
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPieModule,
|
|
8144
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPieModule, never, [typeof SohoPieComponent], [typeof SohoPieComponent]>;
|
|
8183
8145
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoPieModule>;
|
|
8184
8146
|
}
|
|
8185
8147
|
|
|
@@ -8203,18 +8165,18 @@ declare class SohoPopDownDirective implements AfterViewInit, OnDestroy {
|
|
|
8203
8165
|
open(): void;
|
|
8204
8166
|
close(): void;
|
|
8205
8167
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopDownDirective, never>;
|
|
8206
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoPopDownDirective, "[soho-popdown]", never, { "keepOpen": { "alias": "keepOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "toggleOnFocus": { "alias": "toggleOnFocus"; "required": false; }; "firstLastTab": { "alias": "firstLastTab"; "required": false; }; }, {}, never, never,
|
|
8168
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoPopDownDirective, "[soho-popdown]", never, { "keepOpen": { "alias": "keepOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "toggleOnFocus": { "alias": "toggleOnFocus"; "required": false; }; "firstLastTab": { "alias": "firstLastTab"; "required": false; }; }, {}, never, never, true, never>;
|
|
8207
8169
|
}
|
|
8208
8170
|
|
|
8209
8171
|
declare class SohoPopDownContentsComponent {
|
|
8210
8172
|
get isPopDownContents(): boolean;
|
|
8211
8173
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopDownContentsComponent, never>;
|
|
8212
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopDownContentsComponent, "soho-popdown-contents", never, {}, {}, never, ["*"],
|
|
8174
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopDownContentsComponent, "soho-popdown-contents", never, {}, {}, never, ["*"], true, never>;
|
|
8213
8175
|
}
|
|
8214
8176
|
|
|
8215
8177
|
declare class SohoPopDownModule {
|
|
8216
8178
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopDownModule, never>;
|
|
8217
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPopDownModule, [typeof SohoPopDownContentsComponent, typeof SohoPopDownDirective], [typeof
|
|
8179
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPopDownModule, never, [typeof SohoPopDownContentsComponent, typeof SohoPopDownDirective], [typeof SohoPopDownContentsComponent, typeof SohoPopDownDirective]>;
|
|
8218
8180
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoPopDownModule>;
|
|
8219
8181
|
}
|
|
8220
8182
|
|
|
@@ -8224,7 +8186,7 @@ declare class SohoPopDownModule {
|
|
|
8224
8186
|
declare class SohoPopupMenuHeadingComponent {
|
|
8225
8187
|
get isHeading(): boolean;
|
|
8226
8188
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuHeadingComponent, never>;
|
|
8227
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuHeadingComponent, "li[soho-popupmenu-heading]", never, {}, {}, never, ["*"],
|
|
8189
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuHeadingComponent, "li[soho-popupmenu-heading]", never, {}, {}, never, ["*"], true, never>;
|
|
8228
8190
|
}
|
|
8229
8191
|
/**
|
|
8230
8192
|
* SUB COMPONENT: SOHO-POPUPMENU-SHORTCUT-TEXT
|
|
@@ -8232,7 +8194,7 @@ declare class SohoPopupMenuHeadingComponent {
|
|
|
8232
8194
|
declare class SohoPopupMenuShortCutTextComponent {
|
|
8233
8195
|
get isShortCutText(): boolean;
|
|
8234
8196
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuShortCutTextComponent, never>;
|
|
8235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuShortCutTextComponent, "span[soho-popupmenu-shortcut-text]", never, {}, {}, never, ["*"],
|
|
8197
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuShortCutTextComponent, "span[soho-popupmenu-shortcut-text]", never, {}, {}, never, ["*"], true, never>;
|
|
8236
8198
|
}
|
|
8237
8199
|
/**
|
|
8238
8200
|
* SUB COMPONENT: SOHO-MENUPOPUPMENU-SEPARATOR
|
|
@@ -8242,7 +8204,7 @@ declare class SohoPopupMenuSeparatorComponent {
|
|
|
8242
8204
|
singleSelectableSection: boolean;
|
|
8243
8205
|
multiSelectableSection: boolean;
|
|
8244
8206
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuSeparatorComponent, never>;
|
|
8245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuSeparatorComponent, "li[soho-popupmenu-separator]", never, { "singleSelectableSection": { "alias": "singleSelectableSection"; "required": false; }; "multiSelectableSection": { "alias": "multiSelectableSection"; "required": false; }; }, {}, never, ["*"],
|
|
8207
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuSeparatorComponent, "li[soho-popupmenu-separator]", never, { "singleSelectableSection": { "alias": "singleSelectableSection"; "required": false; }; "multiSelectableSection": { "alias": "multiSelectableSection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8246
8208
|
}
|
|
8247
8209
|
/**
|
|
8248
8210
|
* SUB COMPONENT: SOHO-MENUPOPUPMENU-LABEL
|
|
@@ -8253,7 +8215,7 @@ declare class SohoPopupMenuItemLabelComponent {
|
|
|
8253
8215
|
menuId?: string;
|
|
8254
8216
|
menuUrl?: string;
|
|
8255
8217
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuItemLabelComponent, never>;
|
|
8256
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuItemLabelComponent, "a[soho-popupmenu-label]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuUrl": { "alias": "menuUrl"; "required": false; }; }, {}, never, ["*"],
|
|
8218
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuItemLabelComponent, "a[soho-popupmenu-label]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "menuUrl": { "alias": "menuUrl"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8257
8219
|
}
|
|
8258
8220
|
/**
|
|
8259
8221
|
* SUB COMPONENT: SOHO-MENUPOPUPMENU-ITEM
|
|
@@ -8267,7 +8229,7 @@ declare class SohoPopupMenuItemComponent implements OnChanges {
|
|
|
8267
8229
|
menuItemLabel?: QueryList<SohoPopupMenuItemLabelComponent>;
|
|
8268
8230
|
ngOnChanges(changes: SimpleChanges): void;
|
|
8269
8231
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuItemComponent, never>;
|
|
8270
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuItemComponent, "li[soho-popupmenu-item]", never, { "isChecked": { "alias": "isChecked"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isIndented": { "alias": "isIndented"; "required": false; }; "subMenu": { "alias": "subMenu"; "required": false; }; }, {}, ["menuItemLabel"], ["*"],
|
|
8232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuItemComponent, "li[soho-popupmenu-item]", never, { "isChecked": { "alias": "isChecked"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isIndented": { "alias": "isIndented"; "required": false; }; "subMenu": { "alias": "subMenu"; "required": false; }; }, {}, ["menuItemLabel"], ["*"], true, never>;
|
|
8271
8233
|
}
|
|
8272
8234
|
declare class SohoPopupMenuComponent implements AfterViewInit, OnDestroy {
|
|
8273
8235
|
private elementRef;
|
|
@@ -8312,6 +8274,9 @@ declare class SohoPopupMenuComponent implements AfterViewInit, OnDestroy {
|
|
|
8312
8274
|
get removeOnDestroy(): boolean;
|
|
8313
8275
|
set attributes(attributes: Array<Object> | Object | undefined);
|
|
8314
8276
|
get attributes(): Array<Object> | Object | undefined;
|
|
8277
|
+
/** If true, the menu stays open when clicking outside or pressing Escape/Tab */
|
|
8278
|
+
set keepOpen(keepOpen: boolean);
|
|
8279
|
+
get keepOpen(): boolean;
|
|
8315
8280
|
selected: EventEmitter<SohoPopupMenuEvent>;
|
|
8316
8281
|
popupmenuafterplace: EventEmitter<SohoPopupMenuEvent>;
|
|
8317
8282
|
beforeopen: EventEmitter<SohoPopupMenuEvent>;
|
|
@@ -8355,12 +8320,12 @@ declare class SohoPopupMenuComponent implements AfterViewInit, OnDestroy {
|
|
|
8355
8320
|
*/
|
|
8356
8321
|
ngOnDestroy(): void;
|
|
8357
8322
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuComponent, never>;
|
|
8358
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuComponent, "ul[soho-popupmenu]", never, { "popupmenuOptions": { "alias": "popupmenuOptions"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "beforeOpen": { "alias": "beforeOpen"; "required": false; }; "ariaListbox": { "alias": "ariaListbox"; "required": false; }; "useCoordsForClick": { "alias": "useCoordsForClick"; "required": false; }; "eventObj": { "alias": "eventObj"; "required": false; }; "placementOpts": { "alias": "placementOpts"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isMultiselectable": { "alias": "isMultiselectable"; "required": false; }; }, { "selected": "selected"; "popupmenuafterplace": "popupmenuafterplace"; "beforeopen": "beforeopen"; "open": "open"; "afteropen": "afteropen"; "closeEvent": "close"; }, never, ["*"],
|
|
8323
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPopupMenuComponent, "ul[soho-popupmenu]", never, { "popupmenuOptions": { "alias": "popupmenuOptions"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "mouseFocus": { "alias": "mouseFocus"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "beforeOpen": { "alias": "beforeOpen"; "required": false; }; "ariaListbox": { "alias": "ariaListbox"; "required": false; }; "useCoordsForClick": { "alias": "useCoordsForClick"; "required": false; }; "eventObj": { "alias": "eventObj"; "required": false; }; "placementOpts": { "alias": "placementOpts"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "removeOnDestroy": { "alias": "removeOnDestroy"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "keepOpen": { "alias": "keepOpen"; "required": false; }; "isSelectable": { "alias": "isSelectable"; "required": false; }; "isMultiselectable": { "alias": "isMultiselectable"; "required": false; }; }, { "selected": "selected"; "popupmenuafterplace": "popupmenuafterplace"; "beforeopen": "beforeopen"; "open": "open"; "afteropen": "afteropen"; "closeEvent": "close"; }, never, ["*"], true, never>;
|
|
8359
8324
|
}
|
|
8360
8325
|
|
|
8361
8326
|
declare class SohoPopupMenuModule {
|
|
8362
8327
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPopupMenuModule, never>;
|
|
8363
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPopupMenuModule, [typeof SohoPopupMenuComponent, typeof SohoPopupMenuHeadingComponent, typeof SohoPopupMenuShortCutTextComponent, typeof SohoPopupMenuItemComponent, typeof SohoPopupMenuItemLabelComponent, typeof SohoPopupMenuSeparatorComponent], [typeof
|
|
8328
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoPopupMenuModule, never, [typeof SohoPopupMenuComponent, typeof SohoPopupMenuHeadingComponent, typeof SohoPopupMenuShortCutTextComponent, typeof SohoPopupMenuItemComponent, typeof SohoPopupMenuItemLabelComponent, typeof SohoPopupMenuSeparatorComponent], [typeof SohoPopupMenuComponent, typeof SohoPopupMenuHeadingComponent, typeof SohoPopupMenuShortCutTextComponent, typeof SohoPopupMenuItemComponent, typeof SohoPopupMenuItemLabelComponent, typeof SohoPopupMenuSeparatorComponent]>;
|
|
8364
8329
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoPopupMenuModule>;
|
|
8365
8330
|
}
|
|
8366
8331
|
|
|
@@ -8380,12 +8345,12 @@ declare class SohoProgressComponent implements AfterViewInit, OnDestroy {
|
|
|
8380
8345
|
ngOnDestroy(): void;
|
|
8381
8346
|
update(value: number): void;
|
|
8382
8347
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoProgressComponent, never>;
|
|
8383
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoProgressComponent, "soho-progress", never, { "progressValue": { "alias": "progressValue"; "required": false; }; }, { "change": "change"; }, never, never,
|
|
8348
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoProgressComponent, "soho-progress", never, { "progressValue": { "alias": "progressValue"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
|
|
8384
8349
|
}
|
|
8385
8350
|
|
|
8386
8351
|
declare class SohoProgressModule {
|
|
8387
8352
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoProgressModule, never>;
|
|
8388
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoProgressModule, [typeof SohoProgressComponent],
|
|
8353
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoProgressModule, never, [typeof SohoProgressComponent], [typeof SohoProgressComponent]>;
|
|
8389
8354
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoProgressModule>;
|
|
8390
8355
|
}
|
|
8391
8356
|
|
|
@@ -8462,12 +8427,12 @@ declare class SohoRadarComponent implements AfterViewInit, AfterViewChecked, OnD
|
|
|
8462
8427
|
toggleSelected(selected: SohoRadarSelected): void;
|
|
8463
8428
|
getSelected(): Object | Object[] | undefined;
|
|
8464
8429
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRadarComponent, never>;
|
|
8465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRadarComponent, "[soho-radar]", never, { "dataset": { "alias": "dataset"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "levels": { "alias": "levels"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "labelFactor": { "alias": "labelFactor"; "required": false; }; "wrapWidth": { "alias": "wrapWidth"; "required": false; }; "opacityArea": { "alias": "opacityArea"; "required": false; }; "dotRadius": { "alias": "dotRadius"; "required": false; }; "opacityCircles": { "alias": "opacityCircles"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "roundStrokes": { "alias": "roundStrokes"; "required": false; }; "showCrosslines": { "alias": "showCrosslines"; "required": false; }; "showAxisLabels": { "alias": "showAxisLabels"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "showTooltips": { "alias": "showTooltips"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "axisFormatter": { "alias": "axisFormatter"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legendPlacement": { "alias": "legendPlacement"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
8430
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRadarComponent, "[soho-radar]", never, { "dataset": { "alias": "dataset"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "levels": { "alias": "levels"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "labelFactor": { "alias": "labelFactor"; "required": false; }; "wrapWidth": { "alias": "wrapWidth"; "required": false; }; "opacityArea": { "alias": "opacityArea"; "required": false; }; "dotRadius": { "alias": "dotRadius"; "required": false; }; "opacityCircles": { "alias": "opacityCircles"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "roundStrokes": { "alias": "roundStrokes"; "required": false; }; "showCrosslines": { "alias": "showCrosslines"; "required": false; }; "showAxisLabels": { "alias": "showAxisLabels"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "showTooltips": { "alias": "showTooltips"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "axisFormatter": { "alias": "axisFormatter"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "legendPlacement": { "alias": "legendPlacement"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; "unselected": "unselected"; "rendered": "rendered"; "dblclick": "dblclick"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
8466
8431
|
}
|
|
8467
8432
|
|
|
8468
8433
|
declare class SohoRadarModule {
|
|
8469
8434
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRadarModule, never>;
|
|
8470
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRadarModule,
|
|
8435
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRadarModule, never, [typeof SohoRadarComponent], [typeof SohoRadarComponent]>;
|
|
8471
8436
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoRadarModule>;
|
|
8472
8437
|
}
|
|
8473
8438
|
|
|
@@ -8492,12 +8457,12 @@ declare class SohoRatingComponent implements AfterViewInit, OnDestroy {
|
|
|
8492
8457
|
/** Sets the value for the control */
|
|
8493
8458
|
set currentValue(newValue: number);
|
|
8494
8459
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRatingComponent, never>;
|
|
8495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRatingComponent, "[soho-rating]", never, {}, {}, never, ["*"],
|
|
8460
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRatingComponent, "[soho-rating]", never, {}, {}, never, ["*"], true, never>;
|
|
8496
8461
|
}
|
|
8497
8462
|
|
|
8498
8463
|
declare class SohoRatingModule {
|
|
8499
8464
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRatingModule, never>;
|
|
8500
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRatingModule,
|
|
8465
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRatingModule, never, [typeof SohoRatingComponent], [typeof SohoRatingComponent]>;
|
|
8501
8466
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoRatingModule>;
|
|
8502
8467
|
}
|
|
8503
8468
|
|
|
@@ -8539,7 +8504,7 @@ declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
|
8539
8504
|
set disabled(_value: boolean);
|
|
8540
8505
|
/** Sets the element to indicate checked. */
|
|
8541
8506
|
checked?: boolean;
|
|
8542
|
-
get tabIndex():
|
|
8507
|
+
get tabIndex(): 0 | -1;
|
|
8543
8508
|
/**
|
|
8544
8509
|
* ---------------------------------------------------
|
|
8545
8510
|
* Local variables
|
|
@@ -8547,6 +8512,8 @@ declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
|
8547
8512
|
*/
|
|
8548
8513
|
/** JQuery Component */
|
|
8549
8514
|
private jQueryElement?;
|
|
8515
|
+
/** Track whether the missing-name warning has already been logged. */
|
|
8516
|
+
private warnedMissingName;
|
|
8550
8517
|
/**
|
|
8551
8518
|
* Constructor.
|
|
8552
8519
|
*/
|
|
@@ -8554,12 +8521,12 @@ declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
|
8554
8521
|
ngAfterViewInit(): void;
|
|
8555
8522
|
onChange(event: SohoRadioButtonEvent): void;
|
|
8556
8523
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRadioButtonComponent, never>;
|
|
8557
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRadioButtonComponent, "input[soho-radiobutton]", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "change": "change"; }, never, ["*"],
|
|
8524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoRadioButtonComponent, "input[soho-radiobutton]", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
8558
8525
|
}
|
|
8559
8526
|
|
|
8560
8527
|
declare class SohoRadioButtonModule {
|
|
8561
8528
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRadioButtonModule, never>;
|
|
8562
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRadioButtonModule,
|
|
8529
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRadioButtonModule, never, [typeof SohoRadioButtonComponent], [typeof SohoRadioButtonComponent]>;
|
|
8563
8530
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoRadioButtonModule>;
|
|
8564
8531
|
}
|
|
8565
8532
|
|
|
@@ -8582,10 +8549,16 @@ declare class SohoRenderLoopService {
|
|
|
8582
8549
|
|
|
8583
8550
|
declare class SohoRenderLoopModule {
|
|
8584
8551
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRenderLoopModule, never>;
|
|
8585
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRenderLoopModule, never,
|
|
8552
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoRenderLoopModule, never, never, never>;
|
|
8586
8553
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoRenderLoopModule>;
|
|
8587
8554
|
}
|
|
8588
8555
|
|
|
8556
|
+
declare class SohoSearchFieldModule {
|
|
8557
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSearchFieldModule, never>;
|
|
8558
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSearchFieldModule, never, [typeof SohoSearchFieldComponent, typeof SohoSearchFieldWrapperComponent], [typeof SohoSearchFieldComponent, typeof SohoSearchFieldWrapperComponent]>;
|
|
8559
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSearchFieldModule>;
|
|
8560
|
+
}
|
|
8561
|
+
|
|
8589
8562
|
declare class SohoSliderComponent extends BaseControlValueAccessor<number> implements AfterViewInit, AfterViewChecked, OnDestroy {
|
|
8590
8563
|
private element;
|
|
8591
8564
|
private ngZone;
|
|
@@ -8668,12 +8641,12 @@ declare class SohoSliderComponent extends BaseControlValueAccessor<number> imple
|
|
|
8668
8641
|
*/
|
|
8669
8642
|
setDisabledState(isDisabled: boolean): void;
|
|
8670
8643
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSliderComponent, never>;
|
|
8671
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSliderComponent, "input[soho-slider]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; "range": { "alias": "range"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "persistTooltip": { "alias": "persistTooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipContent": { "alias": "tooltipContent"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "sliding": "sliding"; "slidestart": "slidestart"; "slidestop": "slidestop"; "updated": "updated"; }, never, ["*"],
|
|
8644
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSliderComponent, "input[soho-slider]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; "range": { "alias": "range"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "persistTooltip": { "alias": "persistTooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipContent": { "alias": "tooltipContent"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; "sliding": "sliding"; "slidestart": "slidestart"; "slidestop": "slidestop"; "updated": "updated"; }, never, ["*"], true, never>;
|
|
8672
8645
|
}
|
|
8673
8646
|
|
|
8674
8647
|
declare class SohoSliderModule {
|
|
8675
8648
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSliderModule, never>;
|
|
8676
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSliderModule,
|
|
8649
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSliderModule, never, [typeof SohoSliderComponent], [typeof SohoSliderComponent]>;
|
|
8677
8650
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSliderModule>;
|
|
8678
8651
|
}
|
|
8679
8652
|
|
|
@@ -8712,12 +8685,12 @@ declare class SohoSparklineComponent implements AfterViewInit, AfterViewChecked,
|
|
|
8712
8685
|
/** Tear Down */
|
|
8713
8686
|
ngOnDestroy(): void;
|
|
8714
8687
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSparklineComponent, never>;
|
|
8715
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSparklineComponent, "[soho-sparkline]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "isDots": { "alias": "isDots"; "required": false; }; "isPeakDot": { "alias": "isPeakDot"; "required": false; }; "isMinMax": { "alias": "isMinMax"; "required": false; }; "isMedianRange": { "alias": "isMedianRange"; "required": false; }; }, { "rendered": "rendered"; "contextmenu": "contextmenu"; }, never, ["*"],
|
|
8688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSparklineComponent, "[soho-sparkline]", never, { "dataset": { "alias": "dataset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "isDots": { "alias": "isDots"; "required": false; }; "isPeakDot": { "alias": "isPeakDot"; "required": false; }; "isMinMax": { "alias": "isMinMax"; "required": false; }; "isMedianRange": { "alias": "isMedianRange"; "required": false; }; }, { "rendered": "rendered"; "contextmenu": "contextmenu"; }, never, ["*"], true, never>;
|
|
8716
8689
|
}
|
|
8717
8690
|
|
|
8718
8691
|
declare class SohoSparklineModule {
|
|
8719
8692
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSparklineModule, never>;
|
|
8720
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSparklineModule,
|
|
8693
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSparklineModule, never, [typeof SohoSparklineComponent], [typeof SohoSparklineComponent]>;
|
|
8721
8694
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSparklineModule>;
|
|
8722
8695
|
}
|
|
8723
8696
|
|
|
@@ -8784,12 +8757,12 @@ declare class SohoSpinboxComponent extends BaseControlValueAccessor<number> impl
|
|
|
8784
8757
|
*/
|
|
8785
8758
|
setDisabledState(isDisabled: boolean): void;
|
|
8786
8759
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSpinboxComponent, never>;
|
|
8787
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSpinboxComponent, "input[soho-spinbox]", never, { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "step": { "alias": "step"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "attrDisabled": { "alias": "attrDisabled"; "required": false; }; }, { "change": "change"; }, never, ["*"],
|
|
8760
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSpinboxComponent, "input[soho-spinbox]", never, { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "step": { "alias": "step"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "attrDisabled": { "alias": "attrDisabled"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
8788
8761
|
}
|
|
8789
8762
|
|
|
8790
8763
|
declare class SohoSpinboxModule {
|
|
8791
8764
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSpinboxModule, never>;
|
|
8792
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSpinboxModule, [typeof SohoSpinboxComponent],
|
|
8765
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSpinboxModule, never, [typeof SohoSpinboxComponent], [typeof SohoSpinboxComponent]>;
|
|
8793
8766
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSpinboxModule>;
|
|
8794
8767
|
}
|
|
8795
8768
|
|
|
@@ -8829,12 +8802,12 @@ declare class SohoSplitterComponent implements AfterViewInit, OnDestroy {
|
|
|
8829
8802
|
*/
|
|
8830
8803
|
ngOnDestroy(): void;
|
|
8831
8804
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSplitterComponent, never>;
|
|
8832
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSplitterComponent, "soho-splitter", never, { "axis": { "alias": "axis"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "containment": { "alias": "containment"; "required": false; }; "collapseButton": { "alias": "collapseButton"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "save": { "alias": "save"; "required": false; }; "isSplitterRight": { "alias": "isSplitterRight"; "required": false; }; }, { "split": "split"; }, never, ["*"],
|
|
8805
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSplitterComponent, "soho-splitter", never, { "axis": { "alias": "axis"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "containment": { "alias": "containment"; "required": false; }; "collapseButton": { "alias": "collapseButton"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "save": { "alias": "save"; "required": false; }; "isSplitterRight": { "alias": "isSplitterRight"; "required": false; }; }, { "split": "split"; }, never, ["*"], true, never>;
|
|
8833
8806
|
}
|
|
8834
8807
|
|
|
8835
8808
|
declare class SohoSplitterModule {
|
|
8836
8809
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSplitterModule, never>;
|
|
8837
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSplitterModule,
|
|
8810
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSplitterModule, never, [typeof SohoSplitterComponent], [typeof SohoSplitterComponent]>;
|
|
8838
8811
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSplitterModule>;
|
|
8839
8812
|
}
|
|
8840
8813
|
|
|
@@ -8879,12 +8852,12 @@ declare class SohoStepChartComponent implements AfterViewInit, AfterViewChecked,
|
|
|
8879
8852
|
ngAfterViewChecked(): void;
|
|
8880
8853
|
ngOnDestroy(): void;
|
|
8881
8854
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepChartComponent, never>;
|
|
8882
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepChartComponent, "[soho-stepchart]", never, { "steps": { "alias": "steps"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "inProgress": { "alias": "inProgress"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "completedText": { "alias": "completedText"; "required": false; }; "extraText": { "alias": "extraText"; "required": false; }; "completedColor": { "alias": "completedColor"; "required": false; }; "allCompletedColor": { "alias": "allCompletedColor"; "required": false; }; "inProgressColor": { "alias": "inProgressColor"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"],
|
|
8855
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepChartComponent, "[soho-stepchart]", never, { "steps": { "alias": "steps"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "inProgress": { "alias": "inProgress"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "completedText": { "alias": "completedText"; "required": false; }; "extraText": { "alias": "extraText"; "required": false; }; "completedColor": { "alias": "completedColor"; "required": false; }; "allCompletedColor": { "alias": "allCompletedColor"; "required": false; }; "inProgressColor": { "alias": "inProgressColor"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8883
8856
|
}
|
|
8884
8857
|
|
|
8885
8858
|
declare class SohoStepChartModule {
|
|
8886
8859
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepChartModule, never>;
|
|
8887
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoStepChartModule,
|
|
8860
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoStepChartModule, never, [typeof SohoStepChartComponent], [typeof SohoStepChartComponent]>;
|
|
8888
8861
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoStepChartModule>;
|
|
8889
8862
|
}
|
|
8890
8863
|
|
|
@@ -8895,7 +8868,7 @@ declare class SohoStepListTitleComponent {
|
|
|
8895
8868
|
get title(): boolean;
|
|
8896
8869
|
get titleWide(): boolean;
|
|
8897
8870
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepListTitleComponent, never>;
|
|
8898
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListTitleComponent, "div[soho-step-list-title]", never, {}, {}, never, ["*"],
|
|
8871
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListTitleComponent, "div[soho-step-list-title]", never, {}, {}, never, ["*"], true, never>;
|
|
8899
8872
|
}
|
|
8900
8873
|
/**************************************************************
|
|
8901
8874
|
* STEP LIST
|
|
@@ -8906,7 +8879,7 @@ declare class SohoStepListComponent {
|
|
|
8906
8879
|
id: string;
|
|
8907
8880
|
dataInit: boolean;
|
|
8908
8881
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepListComponent, never>;
|
|
8909
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListComponent, "ul[soho-step-list]", never, {}, {}, never, ["*"],
|
|
8882
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListComponent, "ul[soho-step-list]", never, {}, {}, never, ["*"], true, never>;
|
|
8910
8883
|
}
|
|
8911
8884
|
/**************************************************************
|
|
8912
8885
|
* SUB STEP LIST
|
|
@@ -8915,7 +8888,7 @@ declare class SohoSubstepListComponent {
|
|
|
8915
8888
|
isFolder: boolean;
|
|
8916
8889
|
isJSStepFolder: boolean;
|
|
8917
8890
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSubstepListComponent, never>;
|
|
8918
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSubstepListComponent, "ul[soho-substep-list]", never, {}, {}, never, ["*"],
|
|
8891
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSubstepListComponent, "ul[soho-substep-list]", never, {}, {}, never, ["*"], true, never>;
|
|
8919
8892
|
}
|
|
8920
8893
|
/**************************************************************
|
|
8921
8894
|
* STEP LIST ITEM
|
|
@@ -8924,7 +8897,7 @@ declare class SohoStepListItemComponent {
|
|
|
8924
8897
|
get jsStep(): boolean;
|
|
8925
8898
|
isSelected: boolean;
|
|
8926
8899
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepListItemComponent, never>;
|
|
8927
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemComponent, "li[soho-step-list-item]", never, { "isSelected": { "alias": "isSelected"; "required": false; }; }, {}, never, ["*"],
|
|
8900
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemComponent, "li[soho-step-list-item]", never, { "isSelected": { "alias": "isSelected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8928
8901
|
}
|
|
8929
8902
|
/**************************************************************
|
|
8930
8903
|
* STEP LIST ITEM ANCHOR
|
|
@@ -8934,7 +8907,7 @@ declare class SohoStepListItemAnchorComponent {
|
|
|
8934
8907
|
get hrefAttr(): string | null;
|
|
8935
8908
|
stepId?: string;
|
|
8936
8909
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepListItemAnchorComponent, never>;
|
|
8937
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemAnchorComponent, "a[soho-step-list-item-anchor]", never, { "stepId": { "alias": "stepId"; "required": false; }; }, {}, never, ["*"],
|
|
8910
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemAnchorComponent, "a[soho-step-list-item-anchor]", never, { "stepId": { "alias": "stepId"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8938
8911
|
}
|
|
8939
8912
|
/**************************************************************
|
|
8940
8913
|
* STEP LIST ITEM TITLE
|
|
@@ -8942,7 +8915,7 @@ declare class SohoStepListItemAnchorComponent {
|
|
|
8942
8915
|
declare class SohoStepListItemTitleComponent {
|
|
8943
8916
|
treeText: boolean;
|
|
8944
8917
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepListItemTitleComponent, never>;
|
|
8945
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemTitleComponent, "span[soho-step-list-item-title]", never, {}, {}, never, ["*"],
|
|
8918
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepListItemTitleComponent, "span[soho-step-list-item-title]", never, {}, {}, never, ["*"], true, never>;
|
|
8946
8919
|
}
|
|
8947
8920
|
/**************************************************************
|
|
8948
8921
|
* STEP CONTENT TITLE
|
|
@@ -8950,7 +8923,7 @@ declare class SohoStepListItemTitleComponent {
|
|
|
8950
8923
|
declare class SohoStepContentTitleComponent {
|
|
8951
8924
|
isHeading: boolean;
|
|
8952
8925
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepContentTitleComponent, never>;
|
|
8953
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentTitleComponent, "div[soho-step-content-title]", never, {}, {}, never, ["*"],
|
|
8926
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentTitleComponent, "div[soho-step-content-title]", never, {}, {}, never, ["*"], true, never>;
|
|
8954
8927
|
}
|
|
8955
8928
|
/**************************************************************
|
|
8956
8929
|
* STEP CONTENT
|
|
@@ -8960,7 +8933,7 @@ declare class SohoStepContentComponent {
|
|
|
8960
8933
|
get iStepContainer(): boolean;
|
|
8961
8934
|
get isJsStepPanelsScroll(): boolean;
|
|
8962
8935
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepContentComponent, never>;
|
|
8963
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentComponent, "div[soho-step-content]", never, {}, {}, never, ["*"],
|
|
8936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentComponent, "div[soho-step-content]", never, {}, {}, never, ["*"], true, never>;
|
|
8964
8937
|
}
|
|
8965
8938
|
/**************************************************************
|
|
8966
8939
|
* STEP CONTENT PANEL
|
|
@@ -8970,7 +8943,7 @@ declare class SohoStepContentPanelComponent {
|
|
|
8970
8943
|
get idAttr(): string | undefined;
|
|
8971
8944
|
stepId?: string;
|
|
8972
8945
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepContentPanelComponent, never>;
|
|
8973
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentPanelComponent, "div[soho-step-content-panel]", never, { "stepId": { "alias": "stepId"; "required": false; }; }, {}, never, ["*"],
|
|
8946
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepContentPanelComponent, "div[soho-step-content-panel]", never, { "stepId": { "alias": "stepId"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8974
8947
|
}
|
|
8975
8948
|
declare class SohoStepProcessComponent implements AfterViewInit, OnDestroy {
|
|
8976
8949
|
private element;
|
|
@@ -9007,12 +8980,12 @@ declare class SohoStepProcessComponent implements AfterViewInit, OnDestroy {
|
|
|
9007
8980
|
private fireOnSaveClose;
|
|
9008
8981
|
ngOnDestroy(): void;
|
|
9009
8982
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepProcessComponent, never>;
|
|
9010
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepProcessComponent, "div[soho-stepprocess]", never, { "linearProgression": { "alias": "linearProgression"; "required": false; }; "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; }; "previousButtonLabel": { "alias": "previousButtonLabel"; "required": false; }; "saveAndCloseButtonLabel": { "alias": "saveAndCloseButtonLabel"; "required": false; }; "continueButtonLabel": { "alias": "continueButtonLabel"; "required": false; }; "nextButtonAriaLabel": { "alias": "nextButtonAriaLabel"; "required": false; }; "previousButtonAriaLabel": { "alias": "previousButtonAriaLabel"; "required": false; }; "continueButtonAriaLabel": { "alias": "continueButtonAriaLabel"; "required": false; }; "saveAndCloseButtonAriaLabel": { "alias": "saveAndCloseButtonAriaLabel"; "required": false; }; "nextButtonEnable": { "alias": "nextButtonEnable"; "required": false; }; "previousButtonEnable": { "alias": "previousButtonEnable"; "required": false; }; "saveCloseButtonEnable": { "alias": "saveCloseButtonEnable"; "required": false; }; }, { "beforeSelectStep": "beforeSelectStep"; "saveClose": "saveClose"; }, never, ["div[soho-step-list-title]", "ul[soho-step-list]", "div[soho-step-content-title]", "div[soho-step-content]"],
|
|
8983
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoStepProcessComponent, "div[soho-stepprocess]", never, { "linearProgression": { "alias": "linearProgression"; "required": false; }; "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; }; "previousButtonLabel": { "alias": "previousButtonLabel"; "required": false; }; "saveAndCloseButtonLabel": { "alias": "saveAndCloseButtonLabel"; "required": false; }; "continueButtonLabel": { "alias": "continueButtonLabel"; "required": false; }; "nextButtonAriaLabel": { "alias": "nextButtonAriaLabel"; "required": false; }; "previousButtonAriaLabel": { "alias": "previousButtonAriaLabel"; "required": false; }; "continueButtonAriaLabel": { "alias": "continueButtonAriaLabel"; "required": false; }; "saveAndCloseButtonAriaLabel": { "alias": "saveAndCloseButtonAriaLabel"; "required": false; }; "nextButtonEnable": { "alias": "nextButtonEnable"; "required": false; }; "previousButtonEnable": { "alias": "previousButtonEnable"; "required": false; }; "saveCloseButtonEnable": { "alias": "saveCloseButtonEnable"; "required": false; }; }, { "beforeSelectStep": "beforeSelectStep"; "saveClose": "saveClose"; }, never, ["div[soho-step-list-title]", "ul[soho-step-list]", "div[soho-step-content-title]", "div[soho-step-content]"], true, never>;
|
|
9011
8984
|
}
|
|
9012
8985
|
|
|
9013
8986
|
declare class SohoStepProcessModule {
|
|
9014
8987
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoStepProcessModule, never>;
|
|
9015
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoStepProcessModule, [typeof SohoStepListComponent, typeof SohoStepListTitleComponent, typeof SohoStepListItemComponent, typeof SohoStepListItemAnchorComponent, typeof SohoStepListItemTitleComponent, typeof SohoSubstepListComponent, typeof SohoStepContentTitleComponent, typeof SohoStepContentComponent, typeof SohoStepContentPanelComponent, typeof SohoStepProcessComponent], [typeof
|
|
8988
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoStepProcessModule, never, [typeof SohoStepListComponent, typeof SohoStepListTitleComponent, typeof SohoStepListItemComponent, typeof SohoStepListItemAnchorComponent, typeof SohoStepListItemTitleComponent, typeof SohoSubstepListComponent, typeof SohoStepContentTitleComponent, typeof SohoStepContentComponent, typeof SohoStepContentPanelComponent, typeof SohoStepProcessComponent], [typeof SohoStepListComponent, typeof SohoStepListTitleComponent, typeof SohoStepListItemComponent, typeof SohoStepListItemAnchorComponent, typeof SohoStepListItemTitleComponent, typeof SohoSubstepListComponent, typeof SohoStepContentTitleComponent, typeof SohoStepContentComponent, typeof SohoStepContentPanelComponent, typeof SohoStepProcessComponent]>;
|
|
9016
8989
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoStepProcessModule>;
|
|
9017
8990
|
}
|
|
9018
8991
|
|
|
@@ -9059,7 +9032,7 @@ declare class SohoSwapListCardComponent {
|
|
|
9059
9032
|
set title(value: string | undefined);
|
|
9060
9033
|
get title(): string | undefined;
|
|
9061
9034
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSwapListCardComponent, never>;
|
|
9062
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwapListCardComponent, "soho-swaplist-card", never, { "type": { "alias": "type"; "required": false; }; "showSearchable": { "alias": "showSearchable"; "required": false; }; "searchTitle": { "alias": "searchTitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"],
|
|
9035
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwapListCardComponent, "soho-swaplist-card", never, { "type": { "alias": "type"; "required": false; }; "showSearchable": { "alias": "showSearchable"; "required": false; }; "searchTitle": { "alias": "searchTitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9063
9036
|
}
|
|
9064
9037
|
/**************************************************************
|
|
9065
9038
|
* SWAP LIST
|
|
@@ -9208,12 +9181,12 @@ declare class SohoSwapListComponent implements AfterViewInit, OnDestroy {
|
|
|
9208
9181
|
private onBeforeSwap;
|
|
9209
9182
|
private onSwapUpdate;
|
|
9210
9183
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSwapListComponent, [null, null, { optional: true; }]>;
|
|
9211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwapListComponent, "soho-swaplist", never, { "name": { "alias": "name"; "required": false; }; "availableCardTitle": { "alias": "availableCardTitle"; "required": false; }; "selectedCardTitle": { "alias": "selectedCardTitle"; "required": false; }; "fullAccessCardTitle": { "alias": "fullAccessCardTitle"; "required": false; }; "availableCardSearchTitle": { "alias": "availableCardSearchTitle"; "required": false; }; "selectedCardSearchTitle": { "alias": "selectedCardSearchTitle"; "required": false; }; "fullAccessCardSearchTitle": { "alias": "fullAccessCardSearchTitle"; "required": false; }; "btnMoveToSelect": { "alias": "btnMoveToSelect"; "required": false; }; "btnMoveToLeft": { "alias": "btnMoveToLeft"; "required": false; }; "btnMoveToRight": { "alias": "btnMoveToRight"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "availableItems": { "alias": "availableItems"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "keepInList": { "alias": "keepInList"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "additionalItems": { "alias": "additionalItems"; "required": false; }; "showFullAccessCard": { "alias": "showFullAccessCard"; "required": false; }; }, { "beforeSwapEvent": "beforeswap"; "updateEvent": "updated"; }, ["_availableCard", "_selectedCard", "_additionalCard"], never,
|
|
9184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwapListComponent, "soho-swaplist", never, { "name": { "alias": "name"; "required": false; }; "availableCardTitle": { "alias": "availableCardTitle"; "required": false; }; "selectedCardTitle": { "alias": "selectedCardTitle"; "required": false; }; "fullAccessCardTitle": { "alias": "fullAccessCardTitle"; "required": false; }; "availableCardSearchTitle": { "alias": "availableCardSearchTitle"; "required": false; }; "selectedCardSearchTitle": { "alias": "selectedCardSearchTitle"; "required": false; }; "fullAccessCardSearchTitle": { "alias": "fullAccessCardSearchTitle"; "required": false; }; "btnMoveToSelect": { "alias": "btnMoveToSelect"; "required": false; }; "btnMoveToLeft": { "alias": "btnMoveToLeft"; "required": false; }; "btnMoveToRight": { "alias": "btnMoveToRight"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "availableItems": { "alias": "availableItems"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "keepInList": { "alias": "keepInList"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "additionalItems": { "alias": "additionalItems"; "required": false; }; "showFullAccessCard": { "alias": "showFullAccessCard"; "required": false; }; }, { "beforeSwapEvent": "beforeswap"; "updateEvent": "updated"; }, ["_availableCard", "_selectedCard", "_additionalCard"], never, true, never>;
|
|
9212
9185
|
}
|
|
9213
9186
|
|
|
9214
9187
|
declare class SohoSwapListModule {
|
|
9215
9188
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSwapListModule, never>;
|
|
9216
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSwapListModule, [typeof SohoSwapListCardComponent, typeof SohoSwapListComponent], [typeof
|
|
9189
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSwapListModule, never, [typeof SohoSwapListCardComponent, typeof SohoSwapListComponent], [typeof SohoSwapListCardComponent, typeof SohoSwapListComponent]>;
|
|
9217
9190
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSwapListModule>;
|
|
9218
9191
|
}
|
|
9219
9192
|
|
|
@@ -9229,12 +9202,12 @@ declare class SohoSwipeActionComponent implements AfterViewInit, OnDestroy {
|
|
|
9229
9202
|
ngOnDestroy(): void;
|
|
9230
9203
|
updated(settings: any): SohoSwipeActionComponent;
|
|
9231
9204
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSwipeActionComponent, never>;
|
|
9232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwipeActionComponent, "[soho-swipe-action]", never, {}, {}, never, ["*"],
|
|
9205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSwipeActionComponent, "[soho-swipe-action]", never, {}, {}, never, ["*"], true, never>;
|
|
9233
9206
|
}
|
|
9234
9207
|
|
|
9235
9208
|
declare class SohoSwipeActionModule {
|
|
9236
9209
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSwipeActionModule, never>;
|
|
9237
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSwipeActionModule,
|
|
9210
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoSwipeActionModule, never, [typeof SohoSwipeActionComponent], [typeof SohoSwipeActionComponent]>;
|
|
9238
9211
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoSwipeActionModule>;
|
|
9239
9212
|
}
|
|
9240
9213
|
|
|
@@ -9281,7 +9254,7 @@ declare class SohoTagListComponent implements AfterViewInit, OnDestroy {
|
|
|
9281
9254
|
private onBeforeTagRemove;
|
|
9282
9255
|
ngOnDestroy(): void;
|
|
9283
9256
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTagListComponent, never>;
|
|
9284
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTagListComponent, "[soho-tag-list]", never, {}, { "beforeRemove": "beforeRemove"; "afterRemove": "afterRemove"; }, never, ["*"],
|
|
9257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTagListComponent, "[soho-tag-list]", never, {}, { "beforeRemove": "beforeRemove"; "afterRemove": "afterRemove"; }, never, ["*"], true, never>;
|
|
9285
9258
|
}
|
|
9286
9259
|
/**
|
|
9287
9260
|
* Angular Support for elements styled as SohoXi tags. The styling can be
|
|
@@ -9329,10 +9302,18 @@ declare class SohoTagComponent implements AfterViewInit, OnDestroy {
|
|
|
9329
9302
|
get info(): boolean;
|
|
9330
9303
|
isClickable?: boolean;
|
|
9331
9304
|
isDismissible?: boolean;
|
|
9305
|
+
/**
|
|
9306
|
+
* If set to true, the tag element will be focusable via keyboard tabbing.
|
|
9307
|
+
*/
|
|
9308
|
+
set tabbable(value: boolean | undefined);
|
|
9309
|
+
/**
|
|
9310
|
+
* Returns the current tabbable state of the tag.
|
|
9311
|
+
*/
|
|
9312
|
+
get tabbable(): boolean | undefined;
|
|
9332
9313
|
/**
|
|
9333
9314
|
* Allow override of element name, to match the component name.
|
|
9334
9315
|
*/
|
|
9335
|
-
set sohoTag(type: SohoTagType);
|
|
9316
|
+
set sohoTag(type: SohoTagType | '');
|
|
9336
9317
|
private tagType;
|
|
9337
9318
|
private jQueryElement?;
|
|
9338
9319
|
tag?: SohoTag | null;
|
|
@@ -9354,12 +9335,12 @@ declare class SohoTagComponent implements AfterViewInit, OnDestroy {
|
|
|
9354
9335
|
*/
|
|
9355
9336
|
ngOnDestroy(): void;
|
|
9356
9337
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTagComponent, never>;
|
|
9357
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTagComponent, "[soho-tag]", never, { "isClickable": { "alias": "isClickable"; "required": false; }; "isDismissible": { "alias": "isDismissible"; "required": false; }; "sohoTag": { "alias": "soho-tag"; "required": false; }; }, { "beforeTagRemove": "beforeTagRemove"; "click": "click"; }, never, ["*"],
|
|
9338
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTagComponent, "[soho-tag]", never, { "isClickable": { "alias": "isClickable"; "required": false; }; "isDismissible": { "alias": "isDismissible"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "sohoTag": { "alias": "soho-tag"; "required": false; }; }, { "beforeTagRemove": "beforeTagRemove"; "click": "click"; }, never, ["*"], true, never>;
|
|
9358
9339
|
}
|
|
9359
9340
|
|
|
9360
9341
|
declare class SohoTagModule {
|
|
9361
9342
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTagModule, never>;
|
|
9362
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTagModule, [typeof SohoTagComponent, typeof SohoTagListComponent], [typeof
|
|
9343
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTagModule, never, [typeof SohoTagComponent, typeof SohoTagListComponent], [typeof SohoTagComponent, typeof SohoTagListComponent]>;
|
|
9363
9344
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTagModule>;
|
|
9364
9345
|
}
|
|
9365
9346
|
|
|
@@ -9370,7 +9351,7 @@ declare class SohoTabTitleComponent {
|
|
|
9370
9351
|
get hrefAttr(): string;
|
|
9371
9352
|
tabId?: string;
|
|
9372
9353
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabTitleComponent, never>;
|
|
9373
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabTitleComponent, "a[soho-tab-title]", never, { "tabId": { "alias": "tabId"; "required": false; }; }, {}, never, ["*"],
|
|
9354
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabTitleComponent, "a[soho-tab-title]", never, { "tabId": { "alias": "tabId"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9374
9355
|
}
|
|
9375
9356
|
/**
|
|
9376
9357
|
* Internal component to support the tab with a 'count' on it.
|
|
@@ -9378,7 +9359,7 @@ declare class SohoTabTitleComponent {
|
|
|
9378
9359
|
declare class SohoTabCountComponent {
|
|
9379
9360
|
constructor(_element: ElementRef);
|
|
9380
9361
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabCountComponent, never>;
|
|
9381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabCountComponent, "span[soho-tab-count]", never, {}, {}, never, ["*"],
|
|
9362
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabCountComponent, "span[soho-tab-count]", never, {}, {}, never, ["*"], true, never>;
|
|
9382
9363
|
}
|
|
9383
9364
|
/**
|
|
9384
9365
|
* Internal component to support a divider between tab items
|
|
@@ -9386,7 +9367,7 @@ declare class SohoTabCountComponent {
|
|
|
9386
9367
|
declare class SohoTabSeparatorComponent {
|
|
9387
9368
|
constructor(_element: ElementRef);
|
|
9388
9369
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabSeparatorComponent, never>;
|
|
9389
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabSeparatorComponent, "li[soho-tab-separator]", never, {}, {}, never, ["*"],
|
|
9370
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabSeparatorComponent, "li[soho-tab-separator]", never, {}, {}, never, ["*"], true, never>;
|
|
9390
9371
|
}
|
|
9391
9372
|
/**
|
|
9392
9373
|
* Internal component to support tab panel container content.
|
|
@@ -9396,7 +9377,7 @@ declare class SohoTabPanelContainerComponent {
|
|
|
9396
9377
|
constructor(element: ElementRef);
|
|
9397
9378
|
verticalScrolling: any;
|
|
9398
9379
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabPanelContainerComponent, never>;
|
|
9399
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabPanelContainerComponent, "div[soho-tab-panel-container]", never, { "verticalScrolling": { "alias": "verticalScrolling"; "required": false; }; }, {}, never, ["*"],
|
|
9380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabPanelContainerComponent, "div[soho-tab-panel-container]", never, { "verticalScrolling": { "alias": "verticalScrolling"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9400
9381
|
}
|
|
9401
9382
|
/**
|
|
9402
9383
|
* Internal component to support tab panel content.
|
|
@@ -9406,7 +9387,7 @@ declare class SohoTabPanelComponent {
|
|
|
9406
9387
|
tabId?: string;
|
|
9407
9388
|
contained?: string;
|
|
9408
9389
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabPanelComponent, never>;
|
|
9409
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabPanelComponent, "div[soho-tab-panel]", never, { "tabId": { "alias": "tabId"; "required": false; }; "contained": { "alias": "contained"; "required": false; }; }, {}, never, ["*"],
|
|
9390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabPanelComponent, "div[soho-tab-panel]", never, { "tabId": { "alias": "tabId"; "required": false; }; "contained": { "alias": "contained"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9410
9391
|
}
|
|
9411
9392
|
/**
|
|
9412
9393
|
* Internal component to support the tab list items
|
|
@@ -9424,7 +9405,7 @@ declare class SohoTabComponent implements OnChanges {
|
|
|
9424
9405
|
ngOnChanges(changes: SimpleChanges): void;
|
|
9425
9406
|
private updateAriaSelected;
|
|
9426
9407
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabComponent, never>;
|
|
9427
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabComponent, "li[soho-tab]", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hasPopupMenu": { "alias": "hasPopupMenu"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"],
|
|
9408
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabComponent, "li[soho-tab]", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hasPopupMenu": { "alias": "hasPopupMenu"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9428
9409
|
}
|
|
9429
9410
|
/**
|
|
9430
9411
|
* Tabset header component
|
|
@@ -9432,7 +9413,7 @@ declare class SohoTabComponent implements OnChanges {
|
|
|
9432
9413
|
declare class SohoTabListComponent {
|
|
9433
9414
|
constructor(_element: ElementRef);
|
|
9434
9415
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabListComponent, never>;
|
|
9435
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabListComponent, "ul[soho-tab-list]", never, {}, {}, never, ["*"],
|
|
9416
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabListComponent, "ul[soho-tab-list]", never, {}, {}, never, ["*"], true, never>;
|
|
9436
9417
|
}
|
|
9437
9418
|
/**
|
|
9438
9419
|
* Tabset header component
|
|
@@ -9441,7 +9422,7 @@ declare class SohoTabListContainerComponent {
|
|
|
9441
9422
|
constructor(_element: ElementRef);
|
|
9442
9423
|
verticalScrolling: any;
|
|
9443
9424
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabListContainerComponent, never>;
|
|
9444
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabListContainerComponent, "div[soho-tab-list-container]", never, { "verticalScrolling": { "alias": "verticalScrolling"; "required": false; }; }, {}, never, ["*"],
|
|
9425
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabListContainerComponent, "div[soho-tab-list-container]", never, { "verticalScrolling": { "alias": "verticalScrolling"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9445
9426
|
}
|
|
9446
9427
|
/**
|
|
9447
9428
|
* soho-tabs component
|
|
@@ -9702,7 +9683,7 @@ declare class SohoTabsComponent implements AfterViewInit, AfterViewChecked, OnDe
|
|
|
9702
9683
|
show(tabId: string): void;
|
|
9703
9684
|
disableTab(tabId: number): void;
|
|
9704
9685
|
enableTab(tabId: number): void;
|
|
9705
|
-
rename(tabId: string, name: string): void;
|
|
9686
|
+
rename(tabId: string, name: string, tooltipContent?: string): void;
|
|
9706
9687
|
/**
|
|
9707
9688
|
* Gets a tab given either an event or a tabId
|
|
9708
9689
|
*
|
|
@@ -9743,6 +9724,21 @@ declare class SohoTabsComponent implements AfterViewInit, AfterViewChecked, OnDe
|
|
|
9743
9724
|
* enables the entire tab component
|
|
9744
9725
|
*/
|
|
9745
9726
|
enable(): void;
|
|
9727
|
+
/**
|
|
9728
|
+
* Programmatically sets a status icon on a tab header.
|
|
9729
|
+
* If the tab already has a different status icon, it will be replaced.
|
|
9730
|
+
*
|
|
9731
|
+
* @param tabId The id of the tab (matches the href/panel id).
|
|
9732
|
+
* @param type The icon type: 'error', 'alert', 'success', or 'info'. Defaults to 'error'.
|
|
9733
|
+
*/
|
|
9734
|
+
setTabStatus(tabId: string, type?: SohoTabStatusType): void;
|
|
9735
|
+
/**
|
|
9736
|
+
* Programmatically removes the status icon from a tab header.
|
|
9737
|
+
* Since a tab can only have one status icon at a time, this removes whatever is present.
|
|
9738
|
+
*
|
|
9739
|
+
* @param tabId The id of the tab (matches the href/panel id).
|
|
9740
|
+
*/
|
|
9741
|
+
removeTabStatus(tabId: string): void;
|
|
9746
9742
|
private onBeforeActivated;
|
|
9747
9743
|
private onActivated;
|
|
9748
9744
|
private onAfterActivated;
|
|
@@ -9751,12 +9747,12 @@ declare class SohoTabsComponent implements AfterViewInit, AfterViewChecked, OnDe
|
|
|
9751
9747
|
private onAfterClose;
|
|
9752
9748
|
private onTabAdded;
|
|
9753
9749
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabsComponent, never>;
|
|
9754
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabsComponent, "div[soho-tabs]", never, { "alternate": { "alias": "alternate"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "moduleTabs": { "alias": "moduleTabs"; "required": false; }; "headerTabs": { "alias": "headerTabs"; "required": false; }; "beforeCloseCallback": { "alias": "beforeCloseCallback"; "required": false; }; "tabsOptions": { "alias": "tabsOptions"; "required": false; }; "activateOnAdd": { "alias": "activateOnAdd"; "required": false; }; "addTabButton": { "alias": "addTabButton"; "required": false; }; "addTabButtonCallback": { "alias": "addTabButtonCallback"; "required": false; }; "appMenuTrigger": { "alias": "appMenuTrigger"; "required": false; }; "appMenuTriggerText": { "alias": "appMenuTriggerText"; "required": false; }; "appMenuTriggerTextAudible": { "alias": "appMenuTriggerTextAudible"; "required": false; }; "ajaxOptions": { "alias": "ajaxOptions"; "required": false; }; "containerElement": { "alias": "containerElement"; "required": false; }; "changeTabOnHashChange": { "alias": "changeTabOnHashChange"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "hashChangeCallback": { "alias": "hashChangeCallback"; "required": false; }; "lazyLoad": { "alias": "lazyLoad"; "required": false; }; "moduleTabsTooltips": { "alias": "moduleTabsTooltips"; "required": false; }; "multiTabsTooltips": { "alias": "multiTabsTooltips"; "required": false; }; "countsPosition": { "alias": "countsPosition"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "tabCounts": { "alias": "tabCounts"; "required": false; }; "anchorFocus": { "alias": "anchorFocus"; "required": false; }; "verticalResponsive": { "alias": "verticalResponsive"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "validate": { "alias": "validate"; "required": false; }; "disableAutoUpdatedCall": { "alias": "disableAutoUpdatedCall"; "required": false; }; }, { "beforeActivated": "beforeActivated"; "beforeActivate": "beforeActivate"; "activated": "activated"; "afterActivated": "afterActivated"; "beforeClose": "beforeClose"; "close": "close"; "afterClose": "afterClose"; "tabAdded": "tabAdded"; }, never, ["*"],
|
|
9750
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTabsComponent, "div[soho-tabs]", never, { "alternate": { "alias": "alternate"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "moduleTabs": { "alias": "moduleTabs"; "required": false; }; "headerTabs": { "alias": "headerTabs"; "required": false; }; "beforeCloseCallback": { "alias": "beforeCloseCallback"; "required": false; }; "tabsOptions": { "alias": "tabsOptions"; "required": false; }; "activateOnAdd": { "alias": "activateOnAdd"; "required": false; }; "addTabButton": { "alias": "addTabButton"; "required": false; }; "addTabButtonCallback": { "alias": "addTabButtonCallback"; "required": false; }; "appMenuTrigger": { "alias": "appMenuTrigger"; "required": false; }; "appMenuTriggerText": { "alias": "appMenuTriggerText"; "required": false; }; "appMenuTriggerTextAudible": { "alias": "appMenuTriggerTextAudible"; "required": false; }; "ajaxOptions": { "alias": "ajaxOptions"; "required": false; }; "containerElement": { "alias": "containerElement"; "required": false; }; "changeTabOnHashChange": { "alias": "changeTabOnHashChange"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "hashChangeCallback": { "alias": "hashChangeCallback"; "required": false; }; "lazyLoad": { "alias": "lazyLoad"; "required": false; }; "moduleTabsTooltips": { "alias": "moduleTabsTooltips"; "required": false; }; "multiTabsTooltips": { "alias": "multiTabsTooltips"; "required": false; }; "countsPosition": { "alias": "countsPosition"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceArguments": { "alias": "sourceArguments"; "required": false; }; "tabCounts": { "alias": "tabCounts"; "required": false; }; "anchorFocus": { "alias": "anchorFocus"; "required": false; }; "verticalResponsive": { "alias": "verticalResponsive"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "validate": { "alias": "validate"; "required": false; }; "disableAutoUpdatedCall": { "alias": "disableAutoUpdatedCall"; "required": false; }; }, { "beforeActivated": "beforeActivated"; "beforeActivate": "beforeActivate"; "activated": "activated"; "afterActivated": "afterActivated"; "beforeClose": "beforeClose"; "close": "close"; "afterClose": "afterClose"; "tabAdded": "tabAdded"; }, never, ["*"], true, never>;
|
|
9755
9751
|
}
|
|
9756
9752
|
|
|
9757
9753
|
declare class SohoTabsModule {
|
|
9758
9754
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTabsModule, never>;
|
|
9759
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTabsModule, [typeof SohoTabsComponent, typeof SohoTabListContainerComponent, typeof SohoTabListComponent, typeof SohoTabComponent, typeof SohoTabTitleComponent, typeof SohoTabCountComponent, typeof SohoTabSeparatorComponent, typeof SohoTabPanelContainerComponent, typeof SohoTabPanelComponent], [typeof
|
|
9755
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTabsModule, never, [typeof SohoTabsComponent, typeof SohoTabListContainerComponent, typeof SohoTabListComponent, typeof SohoTabComponent, typeof SohoTabTitleComponent, typeof SohoTabCountComponent, typeof SohoTabSeparatorComponent, typeof SohoTabPanelContainerComponent, typeof SohoTabPanelComponent], [typeof SohoTabsComponent, typeof SohoTabListContainerComponent, typeof SohoTabListComponent, typeof SohoTabComponent, typeof SohoTabTitleComponent, typeof SohoTabCountComponent, typeof SohoTabSeparatorComponent, typeof SohoTabPanelContainerComponent, typeof SohoTabPanelComponent]>;
|
|
9760
9756
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTabsModule>;
|
|
9761
9757
|
}
|
|
9762
9758
|
|
|
@@ -9829,12 +9825,12 @@ declare class SohoTextAreaComponent extends BaseControlValueAccessor<string> imp
|
|
|
9829
9825
|
markForRefresh(): void;
|
|
9830
9826
|
ngOnDestroy(): void;
|
|
9831
9827
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTextAreaComponent, never>;
|
|
9832
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTextAreaComponent, "textarea[soho-textarea]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoGrowMaxHeight": { "alias": "autoGrowMaxHeight"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "characterCounter": { "alias": "characterCounter"; "required": false; }; "printable": { "alias": "printable"; "required": false; }; "charRemainingText": { "alias": "charRemainingText"; "required": false; }; "charMaxText": { "alias": "charMaxText"; "required": false; }; }, { "updated": "updated"; "change": "change"; }, never, ["*"],
|
|
9828
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTextAreaComponent, "textarea[soho-textarea]", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autoGrow": { "alias": "autoGrow"; "required": false; }; "autoGrowMaxHeight": { "alias": "autoGrowMaxHeight"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "characterCounter": { "alias": "characterCounter"; "required": false; }; "printable": { "alias": "printable"; "required": false; }; "charRemainingText": { "alias": "charRemainingText"; "required": false; }; "charMaxText": { "alias": "charMaxText"; "required": false; }; }, { "updated": "updated"; "change": "change"; }, never, ["*"], true, never>;
|
|
9833
9829
|
}
|
|
9834
9830
|
|
|
9835
9831
|
declare class SohoTextAreaModule {
|
|
9836
9832
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTextAreaModule, never>;
|
|
9837
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTextAreaModule,
|
|
9833
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTextAreaModule, never, [typeof SohoTextAreaComponent], [typeof SohoTextAreaComponent]>;
|
|
9838
9834
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTextAreaModule>;
|
|
9839
9835
|
}
|
|
9840
9836
|
|
|
@@ -9853,12 +9849,12 @@ declare class SohoTimelineComponent implements AfterViewInit, OnDestroy {
|
|
|
9853
9849
|
/** Update the timeline height */
|
|
9854
9850
|
updated(settings?: SohoTimelineOptions): void;
|
|
9855
9851
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimelineComponent, never>;
|
|
9856
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTimelineComponent, "[soho-timeline]", never, {}, {}, never, ["*"],
|
|
9852
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTimelineComponent, "[soho-timeline]", never, {}, {}, never, ["*"], true, never>;
|
|
9857
9853
|
}
|
|
9858
9854
|
|
|
9859
9855
|
declare class SohoTimelineModule {
|
|
9860
9856
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimelineModule, never>;
|
|
9861
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTimelineModule,
|
|
9857
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTimelineModule, never, [typeof SohoTimelineComponent], [typeof SohoTimelineComponent]>;
|
|
9862
9858
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTimelineModule>;
|
|
9863
9859
|
}
|
|
9864
9860
|
|
|
@@ -9982,18 +9978,18 @@ declare class SohoTimePickerComponent extends BaseControlValueAccessor<any> impl
|
|
|
9982
9978
|
*/
|
|
9983
9979
|
markForRefresh(): void;
|
|
9984
9980
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimePickerComponent, never>;
|
|
9985
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTimePickerComponent, "input[soho-timepicker]", never, { "mode": { "alias": "mode"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "roundToInterval": { "alias": "roundToInterval"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "language": { "alias": "language"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "parentElement": { "alias": "parentElement"; "required": false; }; "returnFocus": { "alias": "returnFocus"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "beforeValidate": { "alias": "beforeValidate"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; }, never, ["*"],
|
|
9981
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTimePickerComponent, "input[soho-timepicker]", never, { "mode": { "alias": "mode"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "roundToInterval": { "alias": "roundToInterval"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "language": { "alias": "language"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "parentElement": { "alias": "parentElement"; "required": false; }; "returnFocus": { "alias": "returnFocus"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "tabbable": { "alias": "tabbable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "beforeValidate": { "alias": "beforeValidate"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
9986
9982
|
}
|
|
9987
9983
|
|
|
9988
9984
|
declare class SohoTimePickerModule {
|
|
9989
9985
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimePickerModule, never>;
|
|
9990
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTimePickerModule,
|
|
9986
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTimePickerModule, never, [typeof SohoTimePickerComponent], [typeof SohoTimePickerComponent]>;
|
|
9991
9987
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTimePickerModule>;
|
|
9992
9988
|
}
|
|
9993
9989
|
|
|
9994
9990
|
declare class SohoToastModule {
|
|
9995
9991
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToastModule, never>;
|
|
9996
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToastModule, never,
|
|
9992
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToastModule, never, never, never>;
|
|
9997
9993
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoToastModule>;
|
|
9998
9994
|
}
|
|
9999
9995
|
|
|
@@ -10010,6 +10006,199 @@ declare class SohoToastService {
|
|
|
10010
10006
|
static ɵprov: i0.ɵɵInjectableDeclaration<SohoToastService>;
|
|
10011
10007
|
}
|
|
10012
10008
|
|
|
10009
|
+
/**
|
|
10010
|
+
* needed in case you are using an *ngIf to display and remove the toolbar search field.
|
|
10011
|
+
* Otherwise sohoxi will create a wrapper and angular will not know how to handle the
|
|
10012
|
+
* element structure change.
|
|
10013
|
+
*/
|
|
10014
|
+
declare class SohoToolbarSearchFieldWrapperComponent {
|
|
10015
|
+
get isSearchfieldWrapper(): boolean;
|
|
10016
|
+
get isToolbarSearchfieldWrapper(): boolean;
|
|
10017
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarSearchFieldWrapperComponent, never>;
|
|
10018
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarSearchFieldWrapperComponent, "span[soho-toolbar-searchfield-wrapper]", never, {}, {}, never, ["*"], true, never>;
|
|
10019
|
+
}
|
|
10020
|
+
declare class SohoToolbarSearchFieldComponent implements AfterViewChecked, AfterViewInit, OnDestroy {
|
|
10021
|
+
private changeDetector;
|
|
10022
|
+
private element;
|
|
10023
|
+
private ngZone;
|
|
10024
|
+
/** Options. */
|
|
10025
|
+
options: SohoToolbarSearchFieldOptions;
|
|
10026
|
+
/** Adds an X button for clearing the search value. */
|
|
10027
|
+
set clearable(value: boolean);
|
|
10028
|
+
/** Where it's collapsible or not */
|
|
10029
|
+
set collapsible(value: boolean);
|
|
10030
|
+
set collapsibleOnMobile(value: boolean);
|
|
10031
|
+
/** AutoComplete : Source Function/Data/Url/Array */
|
|
10032
|
+
set source(value: SohoAutoCompleteSource);
|
|
10033
|
+
/** Template that can be passed */
|
|
10034
|
+
set template(value: string);
|
|
10035
|
+
selected: EventEmitter<Object[]>;
|
|
10036
|
+
cleared: EventEmitter<Object[]>;
|
|
10037
|
+
get isSearchField(): boolean;
|
|
10038
|
+
/**
|
|
10039
|
+
* Local variables
|
|
10040
|
+
*/
|
|
10041
|
+
private jQueryElement?;
|
|
10042
|
+
private toolbarsearchfield?;
|
|
10043
|
+
private searchFieldChanged;
|
|
10044
|
+
constructor(changeDetector: ChangeDetectorRef, element: ElementRef, ngZone: NgZone);
|
|
10045
|
+
ngAfterViewInit(): void;
|
|
10046
|
+
ngAfterViewChecked(): void;
|
|
10047
|
+
ngOnDestroy(): void;
|
|
10048
|
+
clear(): void;
|
|
10049
|
+
private markForRefresh;
|
|
10050
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarSearchFieldComponent, never>;
|
|
10051
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarSearchFieldComponent, "input[soho-toolbar-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsibleOnMobile": { "alias": "collapsibleOnMobile"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; }, never, ["*"], true, never>;
|
|
10052
|
+
}
|
|
10053
|
+
/**
|
|
10054
|
+
* soho toolbar more button
|
|
10055
|
+
*/
|
|
10056
|
+
declare class SohoToolbarMoreButtonComponent {
|
|
10057
|
+
get isMoreButton(): boolean;
|
|
10058
|
+
isPageChanger: boolean;
|
|
10059
|
+
isDisabled: boolean;
|
|
10060
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarMoreButtonComponent, never>;
|
|
10061
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarMoreButtonComponent, "soho-toolbar-more-button", never, { "isPageChanger": { "alias": "isPageChanger"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10062
|
+
}
|
|
10063
|
+
/**
|
|
10064
|
+
* soho toolbar page title.
|
|
10065
|
+
*/
|
|
10066
|
+
declare class SohoPageTitleComponent {
|
|
10067
|
+
get isPageTitle(): boolean;
|
|
10068
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoPageTitleComponent, never>;
|
|
10069
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoPageTitleComponent, "span[soho-page-title]", never, {}, {}, never, ["*"], true, never>;
|
|
10070
|
+
}
|
|
10071
|
+
/**
|
|
10072
|
+
* soho section title.
|
|
10073
|
+
*/
|
|
10074
|
+
declare class SohoSectionTitleComponent {
|
|
10075
|
+
get isSectionTitle(): boolean;
|
|
10076
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSectionTitleComponent, never>;
|
|
10077
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSectionTitleComponent, "span[soho-section-title]", never, {}, {}, never, ["*"], true, never>;
|
|
10078
|
+
}
|
|
10079
|
+
/**
|
|
10080
|
+
* soho selection count.
|
|
10081
|
+
*/
|
|
10082
|
+
declare class SohoSelectionCountComponent {
|
|
10083
|
+
get isTitle(): boolean;
|
|
10084
|
+
get isSelectionCount(): boolean;
|
|
10085
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoSelectionCountComponent, never>;
|
|
10086
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoSelectionCountComponent, "div[soho-selection-count]", never, {}, {}, never, ["*"], true, never>;
|
|
10087
|
+
}
|
|
10088
|
+
/**
|
|
10089
|
+
* Soho toolbar Navigation button
|
|
10090
|
+
*/
|
|
10091
|
+
declare class SohoToolbarNavButtonComponent {
|
|
10092
|
+
get isIconButton(): boolean;
|
|
10093
|
+
get isAppMenuTrigger(): boolean;
|
|
10094
|
+
get typeAttr(): string;
|
|
10095
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarNavButtonComponent, never>;
|
|
10096
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarNavButtonComponent, "button[soho-nav-button]", never, {}, {}, never, ["*"], true, never>;
|
|
10097
|
+
}
|
|
10098
|
+
/**
|
|
10099
|
+
* Soho toolbar title
|
|
10100
|
+
*/
|
|
10101
|
+
declare class SohoToolbarTitleComponent {
|
|
10102
|
+
get isTitle(): boolean;
|
|
10103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarTitleComponent, never>;
|
|
10104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarTitleComponent, "soho-toolbar-title", never, {}, {}, never, ["*"], true, never>;
|
|
10105
|
+
}
|
|
10106
|
+
/**
|
|
10107
|
+
* Soho toolbar buttonset
|
|
10108
|
+
*/
|
|
10109
|
+
declare class SohoToolbarButtonSetComponent {
|
|
10110
|
+
get isButtonSet(): boolean;
|
|
10111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarButtonSetComponent, never>;
|
|
10112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarButtonSetComponent, "soho-toolbar-button-set", never, {}, {}, never, ["*"], true, never>;
|
|
10113
|
+
}
|
|
10114
|
+
/**
|
|
10115
|
+
* The main soho toolbar component
|
|
10116
|
+
*/
|
|
10117
|
+
declare class SohoToolbarComponent implements AfterViewChecked, AfterViewInit, OnDestroy {
|
|
10118
|
+
private changeDetector;
|
|
10119
|
+
private element;
|
|
10120
|
+
private ngZone;
|
|
10121
|
+
get isToolbar(): boolean;
|
|
10122
|
+
get showMoreButton(): boolean | undefined;
|
|
10123
|
+
get isBlock(): "block" | null;
|
|
10124
|
+
/**
|
|
10125
|
+
* Whether to display the overflow more-button or not regardless of
|
|
10126
|
+
* overflow content.
|
|
10127
|
+
*/
|
|
10128
|
+
noActionsButton: boolean;
|
|
10129
|
+
/**
|
|
10130
|
+
* Set the has more button component option, this is used
|
|
10131
|
+
* to define if the more button is expected to exist in the toolbar logic.
|
|
10132
|
+
*/
|
|
10133
|
+
set hasMoreButton(value: boolean);
|
|
10134
|
+
/**
|
|
10135
|
+
* Set the expected max visible buttons before overflow is forced.
|
|
10136
|
+
*/
|
|
10137
|
+
set maxVisibleButtons(value: number);
|
|
10138
|
+
/**
|
|
10139
|
+
* Set the rightAligned hint. This is for toolbars with no title that should be forced to right align.
|
|
10140
|
+
*/
|
|
10141
|
+
set rightAligned(value: boolean);
|
|
10142
|
+
/**
|
|
10143
|
+
* @deprecated Use the rightAligned option.
|
|
10144
|
+
*/
|
|
10145
|
+
set rightAlign(value: boolean);
|
|
10146
|
+
/**
|
|
10147
|
+
* If true, uses Javascript to size the Title and Buttonset elements in a way that shows as much of the Title area as possible.
|
|
10148
|
+
*/
|
|
10149
|
+
set resizeContainers(value: boolean);
|
|
10150
|
+
/**
|
|
10151
|
+
* If "resizeContainers" is true, setting this to true will try to display as many buttons as possible while resizing the toolbar.
|
|
10152
|
+
* Setting to false attempts to show the entire title instead.
|
|
10153
|
+
*/
|
|
10154
|
+
set favorButtonset(value: boolean);
|
|
10155
|
+
/**
|
|
10156
|
+
* Allows a moreMenuSettings object to be propagated down into the Toolbar.
|
|
10157
|
+
* the jQuery Toolbar component handles passing these settings into the More Actions
|
|
10158
|
+
* menu's jQuery Popupmenu.
|
|
10159
|
+
*/
|
|
10160
|
+
set moreMenuSettings(value: SohoPopupMenuOptions);
|
|
10161
|
+
/** Add extra attributes like id's to the component **/
|
|
10162
|
+
set attributes(value: Array<Object> | Object);
|
|
10163
|
+
/**
|
|
10164
|
+
* The beforeactivate event is fired whenever a toolbar is activated giving the event handler a chance
|
|
10165
|
+
* to "veto" the tab selection change.
|
|
10166
|
+
*/
|
|
10167
|
+
beforeActivated: EventEmitter<SohoToolbarEvent>;
|
|
10168
|
+
/**
|
|
10169
|
+
* The activated event is if the beforeActivate succeeds.
|
|
10170
|
+
*/
|
|
10171
|
+
activated: EventEmitter<SohoToolbarEvent>;
|
|
10172
|
+
/**
|
|
10173
|
+
* The afteractivate event is fired after the toolbar has been activated.
|
|
10174
|
+
*/
|
|
10175
|
+
afterActivated: EventEmitter<SohoToolbarEvent>;
|
|
10176
|
+
/**
|
|
10177
|
+
* The selected event is fired when a toolbar button has been clicked.
|
|
10178
|
+
*/
|
|
10179
|
+
selected: EventEmitter<SohoToolbarSelectedEvent>;
|
|
10180
|
+
menuItemMouseOver: EventEmitter<HTMLButtonElement>;
|
|
10181
|
+
private options;
|
|
10182
|
+
private jQueryElement?;
|
|
10183
|
+
private toolbar?;
|
|
10184
|
+
private toolbarChanged?;
|
|
10185
|
+
constructor(changeDetector: ChangeDetectorRef, element: ElementRef, ngZone: NgZone);
|
|
10186
|
+
ngAfterViewInit(): void;
|
|
10187
|
+
ngAfterViewChecked(): void;
|
|
10188
|
+
ngOnDestroy(): void;
|
|
10189
|
+
updated(settings?: any): void;
|
|
10190
|
+
handleResize(): void;
|
|
10191
|
+
private markForRefresh;
|
|
10192
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarComponent, never>;
|
|
10193
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarComponent, "soho-toolbar, div[soho-toolbar]", never, { "noActionsButton": { "alias": "noActionsButton"; "required": false; }; "hasMoreButton": { "alias": "hasMoreButton"; "required": false; }; "maxVisibleButtons": { "alias": "maxVisibleButtons"; "required": false; }; "rightAligned": { "alias": "rightAligned"; "required": false; }; "rightAlign": { "alias": "rightAlign"; "required": false; }; "resizeContainers": { "alias": "resizeContainers"; "required": false; }; "favorButtonset": { "alias": "favorButtonset"; "required": false; }; "moreMenuSettings": { "alias": "moreMenuSettings"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "beforeActivated": "beforeActivated"; "activated": "activated"; "afterActivated": "afterActivated"; "selected": "selected"; "menuItemMouseOver": "menuItemMouseOver"; }, never, ["soho-toolbar-title", "soho-toolbar-button-set", "soho-toolbar-more-button"], true, never>;
|
|
10194
|
+
}
|
|
10195
|
+
|
|
10196
|
+
declare class SohoToolbarModule {
|
|
10197
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarModule, never>;
|
|
10198
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToolbarModule, never, [typeof SohoToolbarComponent, typeof SohoToolbarButtonSetComponent, typeof SohoToolbarTitleComponent, typeof SohoToolbarNavButtonComponent, typeof SohoSectionTitleComponent, typeof SohoSelectionCountComponent, typeof SohoPageTitleComponent, typeof SohoToolbarMoreButtonComponent, typeof SohoToolbarSearchFieldComponent, typeof SohoToolbarSearchFieldWrapperComponent], [typeof SohoToolbarComponent, typeof SohoToolbarButtonSetComponent, typeof SohoToolbarTitleComponent, typeof SohoToolbarNavButtonComponent, typeof SohoSectionTitleComponent, typeof SohoSelectionCountComponent, typeof SohoPageTitleComponent, typeof SohoToolbarMoreButtonComponent, typeof SohoToolbarSearchFieldComponent, typeof SohoToolbarSearchFieldWrapperComponent]>;
|
|
10199
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SohoToolbarModule>;
|
|
10200
|
+
}
|
|
10201
|
+
|
|
10013
10202
|
declare class SohoToolbarFlexSearchFieldComponent implements AfterViewChecked, AfterViewInit, OnDestroy {
|
|
10014
10203
|
private changeDetector;
|
|
10015
10204
|
private element;
|
|
@@ -10053,7 +10242,7 @@ declare class SohoToolbarFlexSearchFieldComponent implements AfterViewChecked, A
|
|
|
10053
10242
|
private markForRefresh;
|
|
10054
10243
|
updated(settings: SohoToolbarFlexSearchFieldOptions): void;
|
|
10055
10244
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexSearchFieldComponent, never>;
|
|
10056
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSearchFieldComponent, "input[soho-toolbar-flex-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsibleOnMobile": { "alias": "collapsibleOnMobile"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; "change": "change"; }, never, ["*"],
|
|
10245
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSearchFieldComponent, "input[soho-toolbar-flex-searchfield]", never, { "options": { "alias": "options"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsibleOnMobile": { "alias": "collapsibleOnMobile"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "source": { "alias": "source"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "selected": "selected"; "cleared": "cleared"; "change": "change"; }, never, ["*"], true, never>;
|
|
10057
10246
|
}
|
|
10058
10247
|
/**
|
|
10059
10248
|
* soho toolbar flex more button
|
|
@@ -10069,7 +10258,7 @@ declare class SohoToolbarFlexMoreButtonComponent {
|
|
|
10069
10258
|
/** @deprecated doesn't seem to be used **/
|
|
10070
10259
|
menuId?: string;
|
|
10071
10260
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexMoreButtonComponent, never>;
|
|
10072
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexMoreButtonComponent, "soho-toolbar-flex-more-button", never, { "isPageChanger": { "alias": "isPageChanger"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "moreButtonId": { "alias": "moreButtonId"; "required": false; }; "ajaxBeforeFunction": { "alias": "ajaxBeforeFunction"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; }, {}, never, ["*"],
|
|
10261
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexMoreButtonComponent, "soho-toolbar-flex-more-button", never, { "isPageChanger": { "alias": "isPageChanger"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "moreButtonId": { "alias": "moreButtonId"; "required": false; }; "ajaxBeforeFunction": { "alias": "ajaxBeforeFunction"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10073
10262
|
}
|
|
10074
10263
|
/**
|
|
10075
10264
|
* soho toolbar flex page title.
|
|
@@ -10077,7 +10266,7 @@ declare class SohoToolbarFlexMoreButtonComponent {
|
|
|
10077
10266
|
declare class SohoToolbarFlexPageTitleComponent {
|
|
10078
10267
|
isPageTitle: boolean;
|
|
10079
10268
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexPageTitleComponent, never>;
|
|
10080
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexPageTitleComponent, "[soho-toolbar-flex-page-title]", never, {}, {}, never, ["*"],
|
|
10269
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexPageTitleComponent, "[soho-toolbar-flex-page-title]", never, {}, {}, never, ["*"], true, never>;
|
|
10081
10270
|
}
|
|
10082
10271
|
/**
|
|
10083
10272
|
* soho toolbar flex section title.
|
|
@@ -10085,7 +10274,7 @@ declare class SohoToolbarFlexPageTitleComponent {
|
|
|
10085
10274
|
declare class SohoToolbarFlexSectionTitleComponent {
|
|
10086
10275
|
isSectionTitle: boolean;
|
|
10087
10276
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexSectionTitleComponent, never>;
|
|
10088
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSectionTitleComponent, "[soho-toolbar-flex-section-title]", never, {}, {}, never, ["*"],
|
|
10277
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSectionTitleComponent, "[soho-toolbar-flex-section-title]", never, {}, {}, never, ["*"], true, never>;
|
|
10089
10278
|
}
|
|
10090
10279
|
/**
|
|
10091
10280
|
* Generic soho toolbar flex section
|
|
@@ -10097,7 +10286,7 @@ declare class SohoToolbarFlexSectionComponent {
|
|
|
10097
10286
|
isButtonSet: boolean;
|
|
10098
10287
|
isSearch: boolean;
|
|
10099
10288
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexSectionComponent, never>;
|
|
10100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSectionComponent, "soho-toolbar-flex-section", never, { "isTitleFavor": { "alias": "isTitleFavor"; "required": false; }; "isTitle": { "alias": "isTitle"; "required": false; }; "isButtonSet": { "alias": "isButtonSet"; "required": false; }; "isSearch": { "alias": "isSearch"; "required": false; }; }, {}, never, ["*"],
|
|
10289
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexSectionComponent, "soho-toolbar-flex-section", never, { "isTitleFavor": { "alias": "isTitleFavor"; "required": false; }; "isTitle": { "alias": "isTitle"; "required": false; }; "isButtonSet": { "alias": "isButtonSet"; "required": false; }; "isSearch": { "alias": "isSearch"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10101
10290
|
}
|
|
10102
10291
|
/**
|
|
10103
10292
|
* Soho toolbar Navigation button
|
|
@@ -10119,7 +10308,7 @@ declare class SohoToolbarFlexNavButtonComponent implements AfterViewInit {
|
|
|
10119
10308
|
ngAfterViewInit(): void;
|
|
10120
10309
|
updated(settings?: SohoButtonOptions): void;
|
|
10121
10310
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexNavButtonComponent, never>;
|
|
10122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexNavButtonComponent, "button[soho-toolbar-flex-nav-button]", never, { "buttonOptions": { "alias": "buttonOptions"; "required": false; }; }, {}, never, ["*"],
|
|
10311
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexNavButtonComponent, "button[soho-toolbar-flex-nav-button]", never, { "buttonOptions": { "alias": "buttonOptions"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10123
10312
|
}
|
|
10124
10313
|
/**
|
|
10125
10314
|
* The soho toolbar flex component
|
|
@@ -10165,12 +10354,12 @@ declare class SohoToolbarFlexComponent implements AfterViewChecked, AfterViewIni
|
|
|
10165
10354
|
get options(): SohoToolbarFlexOptions;
|
|
10166
10355
|
private markForRefresh;
|
|
10167
10356
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexComponent, never>;
|
|
10168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexComponent, "soho-toolbar-flex, div[soho-toolbar-flex]", never, { "moreMenuBeforeOpenFunction": { "alias": "moreMenuBeforeOpenFunction"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; }, never, ["*"],
|
|
10357
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoToolbarFlexComponent, "soho-toolbar-flex, div[soho-toolbar-flex]", never, { "moreMenuBeforeOpenFunction": { "alias": "moreMenuBeforeOpenFunction"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "selected": "selected"; }, never, ["*"], true, never>;
|
|
10169
10358
|
}
|
|
10170
10359
|
|
|
10171
10360
|
declare class SohoToolbarFlexModule {
|
|
10172
10361
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoToolbarFlexModule, never>;
|
|
10173
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToolbarFlexModule, [typeof SohoToolbarFlexComponent, typeof SohoToolbarFlexNavButtonComponent, typeof SohoToolbarFlexSectionTitleComponent, typeof SohoToolbarFlexPageTitleComponent, typeof SohoToolbarFlexMoreButtonComponent, typeof SohoToolbarFlexSectionComponent, typeof SohoToolbarFlexSearchFieldComponent], [typeof
|
|
10362
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoToolbarFlexModule, never, [typeof SohoToolbarFlexComponent, typeof SohoToolbarFlexNavButtonComponent, typeof SohoToolbarFlexSectionTitleComponent, typeof SohoToolbarFlexPageTitleComponent, typeof SohoToolbarFlexMoreButtonComponent, typeof SohoToolbarFlexSectionComponent, typeof SohoToolbarFlexSearchFieldComponent], [typeof SohoToolbarFlexComponent, typeof SohoToolbarFlexNavButtonComponent, typeof SohoToolbarFlexSectionTitleComponent, typeof SohoToolbarFlexPageTitleComponent, typeof SohoToolbarFlexMoreButtonComponent, typeof SohoToolbarFlexSectionComponent, typeof SohoToolbarFlexSearchFieldComponent]>;
|
|
10174
10363
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoToolbarFlexModule>;
|
|
10175
10364
|
}
|
|
10176
10365
|
|
|
@@ -10288,12 +10477,12 @@ declare class SohoTooltipDirective implements AfterViewInit, OnDestroy, OnChange
|
|
|
10288
10477
|
ngOnDestroy(): void;
|
|
10289
10478
|
ngOnChanges(): void;
|
|
10290
10479
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTooltipDirective, never>;
|
|
10291
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoTooltipDirective, "[soho-tooltip]", never, { "content": { "alias": "content"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "title": { "alias": "title"; "required": false; }; "beforeShow": { "alias": "beforeShow"; "required": false; }; "popover": { "alias": "popover"; "required": false; }; "closebutton": { "alias": "closebutton"; "required": false; }; "isError": { "alias": "isError"; "required": false; }; "isErrorColor": { "alias": "isErrorColor"; "required": false; }; "tooltipElement": { "alias": "tooltipElement"; "required": false; }; "keepOpen": { "alias": "keepOpen"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "showOnKeyboardFocus": { "alias": "showOnKeyboardFocus"; "required": false; }; "onHidden": { "alias": "onHidden"; "required": false; }; "placementOpt": { "alias": "placementOpt"; "required": false; }; "initializeContent": { "alias": "initializeContent"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "changeEvent": "changeEvent"; "updateEvent": "updateEvent"; }, never, never,
|
|
10480
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoTooltipDirective, "[soho-tooltip]", never, { "content": { "alias": "content"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "title": { "alias": "title"; "required": false; }; "beforeShow": { "alias": "beforeShow"; "required": false; }; "popover": { "alias": "popover"; "required": false; }; "closebutton": { "alias": "closebutton"; "required": false; }; "isError": { "alias": "isError"; "required": false; }; "isErrorColor": { "alias": "isErrorColor"; "required": false; }; "tooltipElement": { "alias": "tooltipElement"; "required": false; }; "keepOpen": { "alias": "keepOpen"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "showOnKeyboardFocus": { "alias": "showOnKeyboardFocus"; "required": false; }; "onHidden": { "alias": "onHidden"; "required": false; }; "placementOpt": { "alias": "placementOpt"; "required": false; }; "initializeContent": { "alias": "initializeContent"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "attachToBody": { "alias": "attachToBody"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "changeEvent": "changeEvent"; "updateEvent": "updateEvent"; }, never, never, true, never>;
|
|
10292
10481
|
}
|
|
10293
10482
|
|
|
10294
10483
|
declare class SohoTooltipModule {
|
|
10295
10484
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTooltipModule, never>;
|
|
10296
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTooltipModule,
|
|
10485
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTooltipModule, never, [typeof SohoTooltipDirective], [typeof SohoTooltipDirective]>;
|
|
10297
10486
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTooltipModule>;
|
|
10298
10487
|
}
|
|
10299
10488
|
|
|
@@ -10325,12 +10514,12 @@ declare class SohoTrackDirtyDirective implements AfterViewInit, OnDestroy {
|
|
|
10325
10514
|
resetDirty(): void;
|
|
10326
10515
|
updated(): void;
|
|
10327
10516
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTrackDirtyDirective, never>;
|
|
10328
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoTrackDirtyDirective, "[soho-trackdirty]", ["soho-trackdirty"], {}, { "dirty": "dirty"; "pristine": "pristine"; "afterResetDirty": "afterResetDirty"; }, never, never,
|
|
10517
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SohoTrackDirtyDirective, "[soho-trackdirty]", ["soho-trackdirty"], {}, { "dirty": "dirty"; "pristine": "pristine"; "afterResetDirty": "afterResetDirty"; }, never, never, true, never>;
|
|
10329
10518
|
}
|
|
10330
10519
|
|
|
10331
10520
|
declare class SohoTrackDirtyModule {
|
|
10332
10521
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTrackDirtyModule, never>;
|
|
10333
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTrackDirtyModule,
|
|
10522
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTrackDirtyModule, never, [typeof SohoTrackDirtyDirective], [typeof SohoTrackDirtyDirective]>;
|
|
10334
10523
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTrackDirtyModule>;
|
|
10335
10524
|
}
|
|
10336
10525
|
|
|
@@ -10387,7 +10576,7 @@ declare class SohoTreeComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
|
10387
10576
|
set dataset(dataset: SohoTreeNode[] | undefined);
|
|
10388
10577
|
get dataset(): SohoTreeNode[] | undefined;
|
|
10389
10578
|
/** Defines the source type of the tree. */
|
|
10390
|
-
set sohoTree(treeType: SohoTreeType);
|
|
10579
|
+
set sohoTree(treeType: SohoTreeType | '');
|
|
10391
10580
|
/** Is the tree selectable? */
|
|
10392
10581
|
set selectable(selectable: SohoTreeSelectable | undefined);
|
|
10393
10582
|
get selectable(): SohoTreeSelectable | undefined;
|
|
@@ -10541,12 +10730,12 @@ declare class SohoTreeComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
|
10541
10730
|
ngAfterViewInit(): void;
|
|
10542
10731
|
ngOnDestroy(): void;
|
|
10543
10732
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTreeComponent, [null, { optional: true; }]>;
|
|
10544
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTreeComponent, "ul[soho-tree]", never, { "dataset": { "alias": "dataset"; "required": false; }; "sohoTree": { "alias": "soho-tree"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "hideCheckboxes": { "alias": "hideCheckboxes"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "source": { "alias": "source"; "required": false; }; "folderIconOpen": { "alias": "folderIconOpen"; "required": false; }; "folderIconClosed": { "alias": "folderIconClosed"; "required": false; }; }, { "expanded": "expanded"; "collapsed": "collapsed"; "selected": "selected"; "contextmenu": "contextmenu"; "unselected": "unselected"; "sortstart": "sortstart"; "sortend": "sortend"; "menuselect": "menuselect"; "menuopen": "menuopen"; "dblclick": "dblclick"; }, never, ["*"],
|
|
10733
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTreeComponent, "ul[soho-tree]", never, { "dataset": { "alias": "dataset"; "required": false; }; "sohoTree": { "alias": "soho-tree"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "hideCheckboxes": { "alias": "hideCheckboxes"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "source": { "alias": "source"; "required": false; }; "folderIconOpen": { "alias": "folderIconOpen"; "required": false; }; "folderIconClosed": { "alias": "folderIconClosed"; "required": false; }; }, { "expanded": "expanded"; "collapsed": "collapsed"; "selected": "selected"; "contextmenu": "contextmenu"; "unselected": "unselected"; "sortstart": "sortstart"; "sortend": "sortend"; "menuselect": "menuselect"; "menuopen": "menuopen"; "dblclick": "dblclick"; }, never, ["*"], true, never>;
|
|
10545
10734
|
}
|
|
10546
10735
|
|
|
10547
10736
|
declare class SohoTreeModule {
|
|
10548
10737
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTreeModule, never>;
|
|
10549
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTreeModule,
|
|
10738
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTreeModule, never, [typeof SohoTreeComponent], [typeof SohoTreeComponent]>;
|
|
10550
10739
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTreeModule>;
|
|
10551
10740
|
}
|
|
10552
10741
|
|
|
@@ -10586,12 +10775,12 @@ declare class SohoTreemapComponent implements AfterViewInit, AfterViewChecked, O
|
|
|
10586
10775
|
/** Tear Down */
|
|
10587
10776
|
ngOnDestroy(): void;
|
|
10588
10777
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTreemapComponent, never>;
|
|
10589
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTreemapComponent, "[soho-treemap]", never, { "dataset": { "alias": "dataset"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "labelFormatter": { "alias": "labelFormatter"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "rendered": "rendered"; }, never, ["*"],
|
|
10778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTreemapComponent, "[soho-treemap]", never, { "dataset": { "alias": "dataset"; "required": false; }; "redrawOnResize": { "alias": "redrawOnResize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "labelFormatter": { "alias": "labelFormatter"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "rendered": "rendered"; }, never, ["*"], true, never>;
|
|
10590
10779
|
}
|
|
10591
10780
|
|
|
10592
10781
|
declare class SohoTreemapModule {
|
|
10593
10782
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTreemapModule, never>;
|
|
10594
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTreemapModule,
|
|
10783
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTreemapModule, never, [typeof SohoTreemapComponent], [typeof SohoTreemapComponent]>;
|
|
10595
10784
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTreemapModule>;
|
|
10596
10785
|
}
|
|
10597
10786
|
|
|
@@ -10643,7 +10832,7 @@ declare class SohoWizardTickComponent implements AfterViewInit {
|
|
|
10643
10832
|
constructor(elementRef: ElementRef);
|
|
10644
10833
|
ngAfterViewInit(): void;
|
|
10645
10834
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardTickComponent, never>;
|
|
10646
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardTickComponent, "a[soho-wizard-tick]", never, { "shortLabel": { "alias": "shortLabel"; "required": false; }; "tickId": { "alias": "tickId"; "required": false; }; "current": { "alias": "current"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"],
|
|
10835
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardTickComponent, "a[soho-wizard-tick]", never, { "shortLabel": { "alias": "shortLabel"; "required": false; }; "tickId": { "alias": "tickId"; "required": false; }; "current": { "alias": "current"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10647
10836
|
}
|
|
10648
10837
|
|
|
10649
10838
|
/**
|
|
@@ -10659,7 +10848,7 @@ declare class SohoWizardHeaderComponent {
|
|
|
10659
10848
|
steps?: QueryList<SohoWizardTickComponent>;
|
|
10660
10849
|
isWizardHeader: boolean;
|
|
10661
10850
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardHeaderComponent, never>;
|
|
10662
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardHeaderComponent, "div[soho-wizard-header]", never, {}, {}, ["steps"], ["*"],
|
|
10851
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardHeaderComponent, "div[soho-wizard-header]", never, {}, {}, ["steps"], ["*"], true, never>;
|
|
10663
10852
|
}
|
|
10664
10853
|
|
|
10665
10854
|
/**
|
|
@@ -10702,7 +10891,7 @@ declare class SohoWizardPageComponent implements AfterViewInit {
|
|
|
10702
10891
|
*/
|
|
10703
10892
|
fireActivated(e: SohoWizardEvent): void;
|
|
10704
10893
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardPageComponent, never>;
|
|
10705
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardPageComponent, "div[soho-wizard-page]", never, { "tickId": { "alias": "tickId"; "required": false; }; }, { "activated": "activated"; }, never, ["*"],
|
|
10894
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardPageComponent, "div[soho-wizard-page]", never, { "tickId": { "alias": "tickId"; "required": false; }; }, { "activated": "activated"; }, never, ["*"], true, never>;
|
|
10706
10895
|
}
|
|
10707
10896
|
|
|
10708
10897
|
/**
|
|
@@ -10711,7 +10900,7 @@ declare class SohoWizardPageComponent implements AfterViewInit {
|
|
|
10711
10900
|
declare class SohoWizardPagesComponent {
|
|
10712
10901
|
pages: QueryList<SohoWizardPageComponent>;
|
|
10713
10902
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardPagesComponent, never>;
|
|
10714
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardPagesComponent, "div[soho-wizard-pages]", never, {}, {}, ["pages"], ["*"],
|
|
10903
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardPagesComponent, "div[soho-wizard-pages]", never, {}, {}, ["pages"], ["*"], true, never>;
|
|
10715
10904
|
}
|
|
10716
10905
|
|
|
10717
10906
|
/**
|
|
@@ -10864,7 +11053,7 @@ declare class SohoWizardComponent implements AfterViewInit, AfterContentInit, On
|
|
|
10864
11053
|
private currentIndex;
|
|
10865
11054
|
private currentStep;
|
|
10866
11055
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardComponent, never>;
|
|
10867
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardComponent, "div[soho-wizard]", never, { "ticks": { "alias": "ticks"; "required": false; }; "currentTickId": { "alias": "currentTickId"; "required": false; }; "beforeActivate": { "alias": "beforeActivate"; "required": false; }; }, { "activated": "activated"; "afteractivated": "afteractivated"; }, ["pagesContainer", "header"], ["*"],
|
|
11056
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardComponent, "div[soho-wizard]", never, { "ticks": { "alias": "ticks"; "required": false; }; "currentTickId": { "alias": "currentTickId"; "required": false; }; "beforeActivate": { "alias": "beforeActivate"; "required": false; }; }, { "activated": "activated"; "afteractivated": "afteractivated"; }, ["pagesContainer", "header"], ["*"], true, never>;
|
|
10868
11057
|
}
|
|
10869
11058
|
|
|
10870
11059
|
/**
|
|
@@ -10880,12 +11069,12 @@ declare class SohoWizardButtonbarComponent {
|
|
|
10880
11069
|
isButtonBar: boolean;
|
|
10881
11070
|
constructor(wizard: SohoWizardComponent, changeDetectorRef: ChangeDetectorRef);
|
|
10882
11071
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardButtonbarComponent, never>;
|
|
10883
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardButtonbarComponent, "div[soho-wizard-buttonbar]", never, { "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, ["*"],
|
|
11072
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWizardButtonbarComponent, "div[soho-wizard-buttonbar]", never, { "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10884
11073
|
}
|
|
10885
11074
|
|
|
10886
11075
|
declare class SohoWizardModule {
|
|
10887
11076
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWizardModule, never>;
|
|
10888
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoWizardModule, [typeof SohoWizardComponent, typeof SohoWizardTickComponent, typeof SohoWizardHeaderComponent, typeof SohoWizardPagesComponent, typeof SohoWizardPageComponent, typeof SohoWizardButtonbarComponent], [typeof
|
|
11077
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoWizardModule, never, [typeof SohoWizardComponent, typeof SohoWizardTickComponent, typeof SohoWizardHeaderComponent, typeof SohoWizardPagesComponent, typeof SohoWizardPageComponent, typeof SohoWizardButtonbarComponent], [typeof SohoWizardComponent, typeof SohoWizardTickComponent, typeof SohoWizardHeaderComponent, typeof SohoWizardPagesComponent, typeof SohoWizardPageComponent, typeof SohoWizardButtonbarComponent]>;
|
|
10889
11078
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoWizardModule>;
|
|
10890
11079
|
}
|
|
10891
11080
|
|
|
@@ -11069,26 +11258,26 @@ declare class SohoWeekViewComponent implements AfterViewChecked, AfterViewInit,
|
|
|
11069
11258
|
*/
|
|
11070
11259
|
ngOnDestroy(): void;
|
|
11071
11260
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWeekViewComponent, never>;
|
|
11072
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWeekViewComponent, "div[soho-week-view]", never, { "weekViewOptions": { "alias": "weekViewOptions"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "eventTypes": { "alias": "eventTypes"; "required": false; }; "filteredTypes": { "alias": "filteredTypes"; "required": false; }; "events": { "alias": "events"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "startHour": { "alias": "startHour"; "required": false; }; "endHour": { "alias": "endHour"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "showAllDay": { "alias": "showAllDay"; "required": false; }; "showViewChanger": { "alias": "showViewChanger"; "required": false; }; "showTimeLine": { "alias": "showTimeLine"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "eventTooltip": { "alias": "eventTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "renderWeekCallback": { "alias": "renderWeekCallback"; "required": false; }; "changeToWeekDayCallback": { "alias": "changeToWeekDayCallback"; "required": false; }; "changeWeekCallback": { "alias": "changeWeekCallback"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "weekviewOptions": { "alias": "weekviewOptions"; "required": false; }; }, { "selected": "selected"; "weekRendered": "weekRendered"; "eventClick": "eventClick"; "eventDblClick": "eventDblClick"; "eventContextMenu": "eventContextMenu"; }, never, ["*"],
|
|
11261
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoWeekViewComponent, "div[soho-week-view]", never, { "weekViewOptions": { "alias": "weekViewOptions"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "eventTypes": { "alias": "eventTypes"; "required": false; }; "filteredTypes": { "alias": "filteredTypes"; "required": false; }; "events": { "alias": "events"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "startHour": { "alias": "startHour"; "required": false; }; "endHour": { "alias": "endHour"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "showAllDay": { "alias": "showAllDay"; "required": false; }; "showViewChanger": { "alias": "showViewChanger"; "required": false; }; "showTimeLine": { "alias": "showTimeLine"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "eventTooltip": { "alias": "eventTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "renderWeekCallback": { "alias": "renderWeekCallback"; "required": false; }; "changeToWeekDayCallback": { "alias": "changeToWeekDayCallback"; "required": false; }; "changeWeekCallback": { "alias": "changeWeekCallback"; "required": false; }; "changeViewCallback": { "alias": "changeViewCallback"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "weekviewOptions": { "alias": "weekviewOptions"; "required": false; }; }, { "selected": "selected"; "weekRendered": "weekRendered"; "eventClick": "eventClick"; "eventDblClick": "eventDblClick"; "eventContextMenu": "eventContextMenu"; }, never, ["*"], true, never>;
|
|
11073
11262
|
}
|
|
11074
11263
|
|
|
11075
11264
|
declare class SohoWeekViewModule {
|
|
11076
11265
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoWeekViewModule, never>;
|
|
11077
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoWeekViewModule,
|
|
11266
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoWeekViewModule, never, [typeof SohoWeekViewComponent], [typeof SohoWeekViewComponent]>;
|
|
11078
11267
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoWeekViewModule>;
|
|
11079
11268
|
}
|
|
11080
11269
|
|
|
11081
11270
|
declare class SohoVersionInitializerModule {
|
|
11082
11271
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoVersionInitializerModule, never>;
|
|
11083
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoVersionInitializerModule, never,
|
|
11272
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoVersionInitializerModule, never, never, never>;
|
|
11084
11273
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoVersionInitializerModule>;
|
|
11085
11274
|
}
|
|
11086
11275
|
|
|
11087
11276
|
declare class SohoComponentsModule {
|
|
11088
11277
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoComponentsModule, never>;
|
|
11089
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoComponentsModule, never, [typeof SohoAboutModule, typeof SohoAccordionModule, typeof SohoActionsheetModule, typeof SohoAlertModule, typeof SohoApplicationMenuModule, typeof SohoArrangeModule, typeof SohoAutoCompleteModule, typeof SohoBarModule, typeof SohoBlockGridModule, typeof SohoBreadcrumbModule, typeof SohoBulletModule, typeof SohoBusyIndicatorModule, typeof SohoButtonModule, typeof SohoButtonsetModule, typeof SohoCalendarModule, typeof SohoChartModule, typeof SohoCheckBoxModule, typeof SohoCardModule, typeof SohoCirclepagerModule, typeof SohoColorPickerModule, typeof SohoColumnModule, typeof SohoContextualActionPanelModule, typeof SohoContextMenuModule, typeof SohoDataGridModule, typeof SohoDatePickerModule, typeof SohoDragModule, typeof SohoDropDownModule, typeof SohoEditorModule, typeof SohoEmptyMessageModule, typeof SohoErrorModule, typeof SohoExpandableAreaModule, typeof SohoFieldFilterModule, typeof SohoFieldOptionsModule, typeof SohoFieldSetModule, typeof SohoFileUploadAdvancedModule, typeof SohoFileUploadModule, typeof SohoFormCompactModule, typeof SohoHeaderModule, typeof SohoHierarchyModule, typeof SohoHomePageModule, typeof SohoHyperlinkModule, typeof SohoIconModule, typeof SohoInputModule, typeof SohoInputValidateModule, typeof SohoLabelModule, typeof SohoLineModule, typeof SohoListViewModule, typeof SohoListBuilderModule, typeof SohoLocaleModule, typeof SohoLookupModule, typeof SohoMaskModule, typeof SohoMastheadModule, typeof SohoMenuButtonModule, typeof SohoMessageModule, typeof SohoModalDialogModule, typeof SohoModuleNavModule, typeof SohoModuleNavContainerModule, typeof SohoModuleNavSettingsModule, typeof SohoModuleNavSwitcherModule, typeof SohoMonthViewModule, typeof SohoNotificationModule, typeof SohoNotificationBadgeModule, typeof SohoPagerModule, typeof SohoPersonalizeModule, typeof SohoPieModule, typeof SohoPopDownModule, typeof SohoPopupMenuModule, typeof SohoProgressModule, typeof SohoRadarModule, typeof SohoRadioButtonModule, typeof SohoRatingModule, typeof SohoRenderLoopModule, typeof SohoSearchFieldModule, typeof SohoSparklineModule, typeof SohoSplitterModule, typeof SohoSliderModule, typeof SohoSpinboxModule, typeof SohoStepChartModule, typeof SohoStepProcessModule, typeof SohoSwapListModule, typeof SohoSwipeActionModule, typeof SohoTabsModule, typeof SohoTagModule, typeof SohoTextAreaModule, typeof SohoTimelineModule, typeof SohoTimePickerModule, typeof SohoToastModule, typeof SohoToolbarModule, typeof SohoToolbarFlexModule, typeof SohoTooltipModule, typeof SohoTrackDirtyModule, typeof SohoTreeModule, typeof SohoTreemapModule, typeof SohoWeekViewModule, typeof SohoWizardModule], [typeof SohoAboutModule, typeof SohoAccordionModule, typeof SohoActionsheetModule, typeof SohoAlertModule, typeof SohoApplicationMenuModule, typeof SohoArrangeModule, typeof SohoAutoCompleteModule, typeof SohoBarModule, typeof SohoBlockGridModule, typeof SohoBreadcrumbModule, typeof SohoBulletModule, typeof SohoBusyIndicatorModule, typeof SohoButtonModule, typeof SohoButtonsetModule, typeof SohoCalendarModule, typeof SohoCardModule, typeof SohoChartModule, typeof SohoCheckBoxModule, typeof SohoCirclepagerModule, typeof SohoColorPickerModule, typeof SohoColumnModule, typeof SohoContextMenuModule, typeof SohoContextualActionPanelModule, typeof SohoDataGridModule, typeof SohoDatePickerModule, typeof SohoDragModule, typeof SohoDropDownModule, typeof SohoEditorModule, typeof SohoEmptyMessageModule, typeof SohoErrorModule, typeof SohoExpandableAreaModule, typeof SohoFieldFilterModule, typeof SohoFieldOptionsModule, typeof SohoFieldSetModule, typeof SohoFileUploadAdvancedModule, typeof SohoFileUploadModule, typeof SohoFormCompactModule, typeof SohoHeaderModule, typeof SohoHierarchyModule, typeof SohoHomePageModule, typeof SohoHyperlinkModule, typeof SohoIconModule, typeof SohoInputModule, typeof SohoInputValidateModule, typeof SohoLabelModule, typeof SohoLineModule, typeof SohoListViewModule, typeof SohoListBuilderModule, typeof SohoLocaleModule, typeof SohoLookupModule, typeof SohoMaskModule, typeof SohoMastheadModule, typeof SohoMenuButtonModule, typeof SohoModalDialogModule, typeof SohoModuleNavModule, typeof SohoModuleNavContainerModule, typeof SohoModuleNavSettingsModule, typeof SohoModuleNavSwitcherModule, typeof SohoMonthViewModule, typeof SohoNotificationModule, typeof SohoNotificationBadgeModule, typeof SohoPagerModule, typeof SohoPersonalizeModule, typeof SohoPieModule, typeof SohoPopDownModule, typeof SohoPopupMenuModule, typeof SohoProgressModule, typeof SohoRadarModule, typeof SohoRadioButtonModule, typeof SohoRatingModule, typeof SohoRenderLoopModule, typeof SohoSearchFieldModule, typeof SohoSliderModule, typeof SohoSparklineModule, typeof SohoSplitterModule, typeof SohoSpinboxModule, typeof SohoStepChartModule, typeof SohoStepProcessModule, typeof SohoSwapListModule, typeof SohoSwipeActionModule, typeof SohoTabsModule, typeof SohoTagModule, typeof SohoTextAreaModule, typeof SohoTimelineModule, typeof SohoTimePickerModule, typeof SohoToastModule, typeof SohoToolbarModule, typeof SohoToolbarFlexModule, typeof SohoTooltipModule, typeof SohoTrackDirtyModule, typeof SohoTreeModule, typeof SohoTreemapModule, typeof SohoVersionInitializerModule, typeof SohoWeekViewModule, typeof SohoWizardModule]>;
|
|
11278
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoComponentsModule, never, [typeof SohoAboutModule, typeof SohoAccordionModule, typeof SohoActionsheetModule, typeof SohoAlertModule, typeof SohoApplicationMenuModule, typeof SohoArrangeModule, typeof SohoAutoCompleteModule, typeof SohoBarModule, typeof SohoBlockGridModule, typeof SohoBreadcrumbModule, typeof SohoBulletModule, typeof SohoBusyIndicatorModule, typeof SohoButtonModule, typeof SohoButtonsetModule, typeof SohoCalendarModule, typeof SohoChartModule, typeof SohoCheckBoxModule, typeof SohoCardModule, typeof SohoCirclepagerModule, typeof SohoColorPickerModule, typeof SohoColumnModule, typeof SohoContextualActionPanelModule, typeof SohoContextMenuModule, typeof SohoDataGridModule, typeof SohoDatePickerModule, typeof SohoDragModule, typeof SohoDropDownModule, typeof SohoEditorModule, typeof SohoEmptyMessageModule, typeof SohoErrorModule, typeof SohoExpandableAreaModule, typeof SohoFieldFilterModule, typeof SohoFieldOptionsModule, typeof SohoFieldSetModule, typeof SohoFileUploadAdvancedModule, typeof SohoFileUploadModule, typeof SohoFormCompactModule, typeof SohoHeaderModule, typeof SohoHierarchyModule, typeof SohoHomePageModule, typeof SohoHyperlinkModule, typeof SohoIconModule, typeof SohoInputModule, typeof SohoInputValidateModule, typeof SohoLabelModule, typeof SohoLineModule, typeof SohoLoadingIndicatorModule, typeof SohoListViewModule, typeof SohoListBuilderModule, typeof SohoLocaleModule, typeof SohoLookupModule, typeof SohoMaskModule, typeof SohoMastheadModule, typeof SohoMenuButtonModule, typeof SohoMessageModule, typeof SohoModalDialogModule, typeof SohoModuleNavModule, typeof SohoModuleNavContainerModule, typeof SohoModuleNavSettingsModule, typeof SohoModuleNavSwitcherModule, typeof SohoMonthViewModule, typeof SohoNotificationModule, typeof SohoNotificationBadgeModule, typeof SohoPagerModule, typeof SohoPersonalizeModule, typeof SohoPieModule, typeof SohoPopDownModule, typeof SohoPopupMenuModule, typeof SohoProgressModule, typeof SohoRadarModule, typeof SohoRadioButtonModule, typeof SohoRatingModule, typeof SohoRenderLoopModule, typeof SohoSearchFieldModule, typeof SohoSparklineModule, typeof SohoSplitterModule, typeof SohoSliderModule, typeof SohoSpinboxModule, typeof SohoStepChartModule, typeof SohoStepProcessModule, typeof SohoSwapListModule, typeof SohoSwipeActionModule, typeof SohoTabsModule, typeof SohoTagModule, typeof SohoTextAreaModule, typeof SohoTimelineModule, typeof SohoTimePickerModule, typeof SohoToastModule, typeof SohoToolbarModule, typeof SohoToolbarFlexModule, typeof SohoTooltipModule, typeof SohoTrackDirtyModule, typeof SohoTreeModule, typeof SohoTreemapModule, typeof SohoWeekViewModule, typeof SohoWizardModule], [typeof SohoAboutModule, typeof SohoAccordionModule, typeof SohoActionsheetModule, typeof SohoAlertModule, typeof SohoApplicationMenuModule, typeof SohoArrangeModule, typeof SohoAutoCompleteModule, typeof SohoBarModule, typeof SohoBlockGridModule, typeof SohoBreadcrumbModule, typeof SohoBulletModule, typeof SohoBusyIndicatorModule, typeof SohoButtonModule, typeof SohoButtonsetModule, typeof SohoCalendarModule, typeof SohoCardModule, typeof SohoChartModule, typeof SohoCheckBoxModule, typeof SohoCirclepagerModule, typeof SohoColorPickerModule, typeof SohoColumnModule, typeof SohoContextMenuModule, typeof SohoContextualActionPanelModule, typeof SohoDataGridModule, typeof SohoDatePickerModule, typeof SohoDragModule, typeof SohoDropDownModule, typeof SohoEditorModule, typeof SohoEmptyMessageModule, typeof SohoErrorModule, typeof SohoExpandableAreaModule, typeof SohoFieldFilterModule, typeof SohoFieldOptionsModule, typeof SohoFieldSetModule, typeof SohoFileUploadAdvancedModule, typeof SohoFileUploadModule, typeof SohoFormCompactModule, typeof SohoHeaderModule, typeof SohoHierarchyModule, typeof SohoHomePageModule, typeof SohoHyperlinkModule, typeof SohoIconModule, typeof SohoInputModule, typeof SohoInputValidateModule, typeof SohoLabelModule, typeof SohoLineModule, typeof SohoLoadingIndicatorModule, typeof SohoListViewModule, typeof SohoListBuilderModule, typeof SohoLocaleModule, typeof SohoLookupModule, typeof SohoMaskModule, typeof SohoMastheadModule, typeof SohoMenuButtonModule, typeof SohoModalDialogModule, typeof SohoModuleNavModule, typeof SohoModuleNavContainerModule, typeof SohoModuleNavSettingsModule, typeof SohoModuleNavSwitcherModule, typeof SohoMonthViewModule, typeof SohoNotificationModule, typeof SohoNotificationBadgeModule, typeof SohoPagerModule, typeof SohoPersonalizeModule, typeof SohoPieModule, typeof SohoPopDownModule, typeof SohoPopupMenuModule, typeof SohoProgressModule, typeof SohoRadarModule, typeof SohoRadioButtonModule, typeof SohoRatingModule, typeof SohoRenderLoopModule, typeof SohoSearchFieldModule, typeof SohoSliderModule, typeof SohoSparklineModule, typeof SohoSplitterModule, typeof SohoSpinboxModule, typeof SohoStepChartModule, typeof SohoStepProcessModule, typeof SohoSwapListModule, typeof SohoSwipeActionModule, typeof SohoTabsModule, typeof SohoTagModule, typeof SohoTextAreaModule, typeof SohoTimelineModule, typeof SohoTimePickerModule, typeof SohoToastModule, typeof SohoToolbarModule, typeof SohoToolbarFlexModule, typeof SohoTooltipModule, typeof SohoTrackDirtyModule, typeof SohoTreeModule, typeof SohoTreemapModule, typeof SohoVersionInitializerModule, typeof SohoWeekViewModule, typeof SohoWizardModule]>;
|
|
11090
11279
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoComponentsModule>;
|
|
11091
11280
|
}
|
|
11092
11281
|
|
|
11093
|
-
export { ArgumentHelper, BaseControlValueAccessor, DeprecatedEventEmitter, ExpandableAreaComponent, ExpandableFooterComponent, ExpandableHeaderComponent, ExpandablePaneComponent, NOOP, SohoAboutModule, SohoAboutRef, SohoAboutService, SohoAccordionComponent, SohoAccordionHeaderComponent, SohoAccordionModule, SohoAccordionPaneComponent, SohoActionsheetComponent, SohoActionsheetModule, SohoAlertDirective, SohoAlertModule, SohoAngularEditorAdapter, SohoApplicationMenuComponent, SohoApplicationMenuModule, SohoArrangeDirective, SohoArrangeModule, SohoAutoCompleteComponent, SohoAutoCompleteModule, SohoBarComponent, SohoBarModule, SohoBlockGridComponent, SohoBlockGridModule, SohoBreadcrumbComponent, SohoBreadcrumbListComponent, SohoBreadcrumbModule, SohoBulletComponent, SohoBulletModule, SohoBusyIndicatorDirective, SohoBusyIndicatorModule, SohoButtonComponent, SohoButtonModule, SohoButtonsetComponent, SohoButtonsetModule, SohoCalendarComponent, SohoCalendarModule, SohoCalendarMonthViewComponent, SohoCalendarWeekViewComponent, SohoCardActionableComponent, SohoCardComponent, SohoCardContentComponent, SohoCardHeaderComponent, SohoCardModule, SohoCardPaneComponent, SohoCardsComponent, SohoChartComponent, SohoChartModule, SohoCheckBoxComponent, SohoCheckBoxModule, SohoCirclepagerComponent, SohoCirclepagerModule, SohoColorPickerComponent, SohoColorPickerModule, SohoColumnComponent, SohoColumnModule, SohoComponentsModule, SohoContextMenuDirective, SohoContextMenuHeadingComponent, SohoContextMenuItemComponent, SohoContextMenuItemLabelComponent, SohoContextMenuModule, SohoContextMenuSeparatorComponent, SohoContextMenuShortCutTextComponent, SohoContextualActionPanelModule, SohoContextualActionPanelRef, SohoContextualActionPanelService, SohoDataGridComponent, SohoDataGridModule, SohoDataGridService, SohoDatePickerComponent, SohoDatePickerModule, SohoDragDirective, SohoDragModule, SohoDropDownComponent, SohoDropDownModule, SohoEditorComponent, SohoEditorModule, SohoEmptyMessageDirective, SohoEmptyMessageModule, SohoErrorDirective, SohoErrorModule, SohoExpandableAreaModule, SohoFieldFilterDirective, SohoFieldFilterModule, SohoFieldOptionsDirective, SohoFieldOptionsModule, SohoFieldSetModule, SohoFileUploadAdvancedComponent, SohoFileUploadAdvancedModule, SohoFileUploadComponent, SohoFileUploadModule, SohoFormCompactComponent, SohoFormCompactModule, SohoFormatDatePipe, SohoFormatNumberPipe, SohoHeaderComponent, SohoHeaderModule, SohoHierarchyComponent, SohoHierarchyLeafTemplateComponent, SohoHierarchyModule, SohoHomePageComponent, SohoHomePageModule, SohoHomepageSizerDirective, SohoHyperlinkComponent, SohoHyperlinkModule, SohoIconComponent, SohoIconModule, SohoIconUseComponent, SohoIconUtils, SohoIconsAppComponent, SohoIconsComponent, SohoIconsEmptyClassicComponent, SohoIconsEmptyComponent, SohoIconsEmptyNewComponent, SohoIconsEmptyUpliftComponent, SohoIconsExtendedComponent, SohoIconsNewComponent, SohoIconsUpliftComponent, SohoInputComponent, SohoInputModule, SohoInputValidateDirective, SohoInputValidateModule, SohoLabelDirective, SohoLabelModule, SohoLineComponent, SohoLineModule, SohoListBuilderComponent, SohoListBuilderModule, SohoListViewComponent, SohoListViewHeaderComponent, SohoListViewItemComponent, SohoListViewMicroComponent, SohoListViewModule, SohoListViewSearchComponent, SohoListViewSubHeaderComponent, SohoLocaleModule, SohoLookupComponent, SohoLookupModule, SohoMaskDirective, SohoMaskModule, SohoMastheadComponent, SohoMastheadModule, SohoMenuButtonComponent, SohoMenuButtonModule, SohoMessageModule, SohoMessageRef, SohoMessageService, SohoModalDialogModule, SohoModalDialogRef, SohoModalDialogService, SohoModuleNavComponent, SohoModuleNavContainerComponent, SohoModuleNavContainerModule, SohoModuleNavModule, SohoModuleNavSettingsComponent, SohoModuleNavSettingsModule, SohoModuleNavSwitcherComponent, SohoModuleNavSwitcherModule, SohoMonthViewComponent, SohoMonthViewModule, SohoNotificationBadgeComponent, SohoNotificationBadgeModule, SohoNotificationModule, SohoNotificationService, SohoPageTitleComponent, SohoPagerModule, SohoPersonalizeDirective, SohoPersonalizeModule, SohoPieComponent, SohoPieModule, SohoPopDownContentsComponent, SohoPopDownDirective, SohoPopDownModule, SohoPopupMenuComponent, SohoPopupMenuHeadingComponent, SohoPopupMenuItemComponent, SohoPopupMenuItemLabelComponent, SohoPopupMenuModule, SohoPopupMenuSeparatorComponent, SohoPopupMenuShortCutTextComponent, SohoProgressComponent, SohoProgressModule, SohoRadarComponent, SohoRadarModule, SohoRadioButtonComponent, SohoRadioButtonModule, SohoRatingComponent, SohoRatingModule, SohoRenderLoopModule, SohoRenderLoopService, SohoRevealableTextMaskDirective, SohoSearchFieldComponent, SohoSearchFieldModule, SohoSearchFieldWrapperComponent, SohoSectionTitleComponent, SohoSelectionCountComponent, SohoSliderComponent, SohoSliderModule, SohoSparklineComponent, SohoSparklineModule, SohoSpinboxComponent, SohoSpinboxModule, SohoSplitterComponent, SohoSplitterModule, SohoStandalonePagerComponent, SohoStepChartComponent, SohoStepChartModule, SohoStepContentComponent, SohoStepContentPanelComponent, SohoStepContentTitleComponent, SohoStepListComponent, SohoStepListItemAnchorComponent, SohoStepListItemComponent, SohoStepListItemTitleComponent, SohoStepListTitleComponent, SohoStepProcessComponent, SohoStepProcessModule, SohoSubstepListComponent, SohoSwapListCardComponent, SohoSwapListComponent, SohoSwapListModule, SohoSwapListService, SohoSwipeActionComponent, SohoSwipeActionModule, SohoTabComponent, SohoTabCountComponent, SohoTabListComponent, SohoTabListContainerComponent, SohoTabPanelComponent, SohoTabPanelContainerComponent, SohoTabSeparatorComponent, SohoTabTitleComponent, SohoTabsComponent, SohoTabsModule, SohoTagComponent, SohoTagListComponent, SohoTagModule, SohoTextAreaComponent, SohoTextAreaModule, SohoTimePickerComponent, SohoTimePickerModule, SohoTimelineComponent, SohoTimelineModule, SohoToastModule, SohoToastService, SohoToolbarButtonSetComponent, SohoToolbarComponent, SohoToolbarFlexComponent, SohoToolbarFlexModule, SohoToolbarFlexMoreButtonComponent, SohoToolbarFlexNavButtonComponent, SohoToolbarFlexPageTitleComponent, SohoToolbarFlexSearchFieldComponent, SohoToolbarFlexSectionComponent, SohoToolbarFlexSectionTitleComponent, SohoToolbarModule, SohoToolbarMoreButtonComponent, SohoToolbarNavButtonComponent, SohoToolbarSearchFieldComponent, SohoToolbarSearchFieldWrapperComponent, SohoToolbarTitleComponent, SohoTooltipDirective, SohoTooltipModule, SohoTrackDirtyDirective, SohoTrackDirtyModule, SohoTranslatePipe, SohoTreeComponent, SohoTreeModule, SohoTreeService, SohoTreemapComponent, SohoTreemapModule, SohoVersionInitializerModule, SohoWeekViewComponent, SohoWeekViewModule, SohoWidgetComponent, SohoWidgetContentComponent, SohoWidgetHeaderComponent, SohoWidgetTitleComponent, SohoWizardButtonbarComponent, SohoWizardComponent, SohoWizardHeaderComponent, SohoWizardModule, SohoWizardPageComponent, SohoWizardPagesComponent, SohoWizardTickComponent, TestHelper, provideControlValueAccessor };
|
|
11094
|
-
export type { ComponentType, PanelComponentType, SohoAboutDialogEventGuard, SohoBusyIndicatorEvent, SohoButtonType, SohoContextualActionPanelComponent, SohoContextualActionPanelEventFunction, SohoDataGridKeyDownEvent, SohoDataGridToggleRowEvent, SohoHyperlinkType, SohoModalComponent, SohoModalDialogEventFunction, SohoModalDialogEventVetoFunction, SohoModalDialogVetoableEventGuard, SohoSwapListCardType, SohoTagType, WidgetSize };
|
|
11282
|
+
export { ArgumentHelper, BaseControlValueAccessor, DeprecatedEventEmitter, ExpandableAreaComponent, ExpandableFooterComponent, ExpandableHeaderComponent, ExpandablePaneComponent, NOOP, SohoAboutModule, SohoAboutRef, SohoAboutService, SohoAccordionComponent, SohoAccordionHeaderComponent, SohoAccordionModule, SohoAccordionPaneComponent, SohoActionsheetComponent, SohoActionsheetModule, SohoAlertDirective, SohoAlertModule, SohoAngularEditorAdapter, SohoApplicationMenuComponent, SohoApplicationMenuModule, SohoArrangeDirective, SohoArrangeModule, SohoAutoCompleteComponent, SohoAutoCompleteModule, SohoBarComponent, SohoBarModule, SohoBlockGridComponent, SohoBlockGridModule, SohoBreadcrumbComponent, SohoBreadcrumbListComponent, SohoBreadcrumbModule, SohoBulletComponent, SohoBulletModule, SohoBusyIndicatorDirective, SohoBusyIndicatorModule, SohoButtonComponent, SohoButtonModule, SohoButtonsetComponent, SohoButtonsetModule, SohoCalendarComponent, SohoCalendarModule, SohoCalendarMonthViewComponent, SohoCalendarWeekViewComponent, SohoCardActionableComponent, SohoCardComponent, SohoCardContentComponent, SohoCardHeaderComponent, SohoCardModule, SohoCardPaneComponent, SohoCardsComponent, SohoChartComponent, SohoChartModule, SohoCheckBoxComponent, SohoCheckBoxModule, SohoCirclepagerComponent, SohoCirclepagerModule, SohoColorPickerComponent, SohoColorPickerModule, SohoColumnComponent, SohoColumnModule, SohoComponentsModule, SohoContextMenuDirective, SohoContextMenuHeadingComponent, SohoContextMenuItemComponent, SohoContextMenuItemLabelComponent, SohoContextMenuModule, SohoContextMenuSeparatorComponent, SohoContextMenuShortCutTextComponent, SohoContextualActionPanelModule, SohoContextualActionPanelRef, SohoContextualActionPanelService, SohoDataGridComponent, SohoDataGridModule, SohoDataGridService, SohoDatePickerComponent, SohoDatePickerModule, SohoDragDirective, SohoDragModule, SohoDropDownComponent, SohoDropDownModule, SohoEditorComponent, SohoEditorModule, SohoEmptyMessageDirective, SohoEmptyMessageModule, SohoErrorDirective, SohoErrorModule, SohoExpandableAreaModule, SohoFieldFilterDirective, SohoFieldFilterModule, SohoFieldOptionsDirective, SohoFieldOptionsModule, SohoFieldSetModule, SohoFileUploadAdvancedComponent, SohoFileUploadAdvancedModule, SohoFileUploadComponent, SohoFileUploadModule, SohoFormCompactComponent, SohoFormCompactModule, SohoFormatDatePipe, SohoFormatNumberPipe, SohoHeaderComponent, SohoHeaderModule, SohoHierarchyComponent, SohoHierarchyLeafTemplateComponent, SohoHierarchyModule, SohoHomePageComponent, SohoHomePageModule, SohoHomepageSizerDirective, SohoHyperlinkComponent, SohoHyperlinkModule, SohoIconComponent, SohoIconModule, SohoIconUseComponent, SohoIconUtils, SohoIconsAppComponent, SohoIconsComponent, SohoIconsEmptyClassicComponent, SohoIconsEmptyComponent, SohoIconsEmptyNewComponent, SohoIconsEmptyUpliftComponent, SohoIconsExtendedComponent, SohoIconsNewComponent, SohoIconsUpliftComponent, SohoInputComponent, SohoInputModule, SohoInputValidateDirective, SohoInputValidateModule, SohoLabelDirective, SohoLabelModule, SohoLineComponent, SohoLineModule, SohoListBuilderComponent, SohoListBuilderModule, SohoListViewComponent, SohoListViewHeaderComponent, SohoListViewItemComponent, SohoListViewMicroComponent, SohoListViewModule, SohoListViewSearchComponent, SohoListViewSubHeaderComponent, SohoLoadingIndicatorComponent, SohoLoadingIndicatorModule, SohoLocaleModule, SohoLookupComponent, SohoLookupModule, SohoMaskDirective, SohoMaskModule, SohoMastheadComponent, SohoMastheadModule, SohoMenuButtonComponent, SohoMenuButtonModule, SohoMessageModule, SohoMessageRef, SohoMessageService, SohoModalDialogModule, SohoModalDialogRef, SohoModalDialogService, SohoModuleNavComponent, SohoModuleNavContainerComponent, SohoModuleNavContainerModule, SohoModuleNavModule, SohoModuleNavSettingsComponent, SohoModuleNavSettingsModule, SohoModuleNavSwitcherComponent, SohoModuleNavSwitcherModule, SohoMonthViewComponent, SohoMonthViewModule, SohoNotificationBadgeComponent, SohoNotificationBadgeModule, SohoNotificationModule, SohoNotificationService, SohoPageTitleComponent, SohoPagerModule, SohoPersonalizeDirective, SohoPersonalizeModule, SohoPieComponent, SohoPieModule, SohoPopDownContentsComponent, SohoPopDownDirective, SohoPopDownModule, SohoPopupMenuComponent, SohoPopupMenuHeadingComponent, SohoPopupMenuItemComponent, SohoPopupMenuItemLabelComponent, SohoPopupMenuModule, SohoPopupMenuSeparatorComponent, SohoPopupMenuShortCutTextComponent, SohoProgressComponent, SohoProgressModule, SohoRadarComponent, SohoRadarModule, SohoRadioButtonComponent, SohoRadioButtonModule, SohoRatingComponent, SohoRatingModule, SohoRenderLoopModule, SohoRenderLoopService, SohoRevealableTextMaskDirective, SohoSearchFieldComponent, SohoSearchFieldModule, SohoSearchFieldWrapperComponent, SohoSectionTitleComponent, SohoSelectionCountComponent, SohoSliderComponent, SohoSliderModule, SohoSparklineComponent, SohoSparklineModule, SohoSpinboxComponent, SohoSpinboxModule, SohoSplitterComponent, SohoSplitterModule, SohoStandalonePagerComponent, SohoStepChartComponent, SohoStepChartModule, SohoStepContentComponent, SohoStepContentPanelComponent, SohoStepContentTitleComponent, SohoStepListComponent, SohoStepListItemAnchorComponent, SohoStepListItemComponent, SohoStepListItemTitleComponent, SohoStepListTitleComponent, SohoStepProcessComponent, SohoStepProcessModule, SohoSubstepListComponent, SohoSwapListCardComponent, SohoSwapListComponent, SohoSwapListModule, SohoSwapListService, SohoSwipeActionComponent, SohoSwipeActionModule, SohoTabComponent, SohoTabCountComponent, SohoTabListComponent, SohoTabListContainerComponent, SohoTabPanelComponent, SohoTabPanelContainerComponent, SohoTabSeparatorComponent, SohoTabTitleComponent, SohoTabsComponent, SohoTabsModule, SohoTagComponent, SohoTagListComponent, SohoTagModule, SohoTextAreaComponent, SohoTextAreaModule, SohoTimePickerComponent, SohoTimePickerModule, SohoTimelineComponent, SohoTimelineModule, SohoToastModule, SohoToastService, SohoToolbarButtonSetComponent, SohoToolbarComponent, SohoToolbarFlexComponent, SohoToolbarFlexModule, SohoToolbarFlexMoreButtonComponent, SohoToolbarFlexNavButtonComponent, SohoToolbarFlexPageTitleComponent, SohoToolbarFlexSearchFieldComponent, SohoToolbarFlexSectionComponent, SohoToolbarFlexSectionTitleComponent, SohoToolbarModule, SohoToolbarMoreButtonComponent, SohoToolbarNavButtonComponent, SohoToolbarSearchFieldComponent, SohoToolbarSearchFieldWrapperComponent, SohoToolbarTitleComponent, SohoTooltipDirective, SohoTooltipModule, SohoTrackDirtyDirective, SohoTrackDirtyModule, SohoTranslatePipe, SohoTreeComponent, SohoTreeModule, SohoTreeService, SohoTreemapComponent, SohoTreemapModule, SohoVersionInitializerModule, SohoWeekViewComponent, SohoWeekViewModule, SohoWidgetComponent, SohoWidgetContentComponent, SohoWidgetHeaderComponent, SohoWidgetTitleComponent, SohoWizardButtonbarComponent, SohoWizardComponent, SohoWizardHeaderComponent, SohoWizardModule, SohoWizardPageComponent, SohoWizardPagesComponent, SohoWizardTickComponent, TestHelper, provideControlValueAccessor };
|
|
11283
|
+
export type { ComponentType, PanelComponentType, SohoAboutDialogEventGuard, SohoBusyIndicatorEvent, SohoButtonType, SohoContextualActionPanelComponent, SohoContextualActionPanelEventFunction, SohoDataGridKeyDownEvent, SohoDataGridToggleRowEvent, SohoHyperlinkType, SohoLoadingIndicatorEvent, SohoModalComponent, SohoModalDialogEventFunction, SohoModalDialogEventVetoFunction, SohoModalDialogVetoableEventGuard, SohoSwapListCardType, SohoTagType, WidgetSize };
|