ids-enterprise-ng 21.1.0-dev.0 → 21.1.0-dev.2
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 +1075 -947
- package/fesm2022/ids-enterprise-ng.mjs.map +1 -1
- package/package.json +3 -3
- package/types/ids-enterprise-ng.d.ts +56 -12
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ids-enterprise-ng",
|
|
3
3
|
"slug": "ids-enterprise-ng",
|
|
4
|
-
"version": "21.1.0-dev.
|
|
4
|
+
"version": "21.1.0-dev.2",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"jquery": "3.7.1",
|
|
9
9
|
"d3": "7.9.0",
|
|
10
|
-
"ids-enterprise": "4.110.
|
|
10
|
+
"ids-enterprise": "4.110.3",
|
|
11
11
|
"@types/jquery": "3.5.33",
|
|
12
12
|
"@types/d3": "7.4.3",
|
|
13
|
-
"ids-enterprise-typings": "21.1.0-dev.
|
|
13
|
+
"ids-enterprise-typings": "21.1.0-dev.2"
|
|
14
14
|
},
|
|
15
15
|
"description": "Infor Design System (IDS) Enterprise Angular Components",
|
|
16
16
|
"repository": {
|
|
@@ -487,7 +487,7 @@ declare class SohoAlertDirective implements AfterViewInit {
|
|
|
487
487
|
private jQueryElement?;
|
|
488
488
|
/** Set or remove the message. */
|
|
489
489
|
set message(message: string);
|
|
490
|
-
set id(id: string);
|
|
490
|
+
set id(id: string | undefined);
|
|
491
491
|
set type(type: SohoAlertType);
|
|
492
492
|
/** Set message with or without control color */
|
|
493
493
|
set isAlert(isAlert: boolean | undefined);
|
|
@@ -523,9 +523,10 @@ declare class SohoAlertDirective implements AfterViewInit {
|
|
|
523
523
|
* @param type optional - 'error' (default)
|
|
524
524
|
* @param isAlert optional - false (default)
|
|
525
525
|
* @param triggerEvents optional - true (default)
|
|
526
|
-
* @param icon optional
|
|
526
|
+
* @param icon optional - icon for the message
|
|
527
|
+
* @param id optional - id for the message
|
|
527
528
|
*/
|
|
528
|
-
addInlineMessage(message: string, type?: SohoAlertType, isAlert?: boolean, triggerEvents?: boolean, icon?: string): void;
|
|
529
|
+
addInlineMessage(message: string, type?: SohoAlertType, isAlert?: boolean, triggerEvents?: boolean, icon?: string, id?: string): void;
|
|
529
530
|
/**
|
|
530
531
|
* Gets the message of the type specified
|
|
531
532
|
*
|
|
@@ -1383,7 +1384,7 @@ declare class SohoIconUseComponent {
|
|
|
1383
1384
|
declare class SohoIconComponent {
|
|
1384
1385
|
private elementRef;
|
|
1385
1386
|
isIcon: boolean;
|
|
1386
|
-
ariaHidden: boolean;
|
|
1387
|
+
get ariaHidden(): boolean | null;
|
|
1387
1388
|
focusable: boolean;
|
|
1388
1389
|
role: string;
|
|
1389
1390
|
isEmptyState: boolean;
|
|
@@ -2827,6 +2828,12 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
2827
2828
|
*/
|
|
2828
2829
|
set ellipsisWithIcon(ellipsisWithIcon: boolean | undefined);
|
|
2829
2830
|
get ellipsisWithIcon(): boolean | undefined;
|
|
2831
|
+
/**
|
|
2832
|
+
* Sets the aria label for the datagrid table element
|
|
2833
|
+
* @param ariaLabel string
|
|
2834
|
+
*/
|
|
2835
|
+
set ariaLabel(ariaLabel: string | undefined);
|
|
2836
|
+
get ariaLabel(): string | undefined;
|
|
2830
2837
|
/**
|
|
2831
2838
|
* The value of the frozenColumns option - returns the requested
|
|
2832
2839
|
* value if the control has not been created yet.
|
|
@@ -3181,6 +3188,7 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3181
3188
|
*/
|
|
3182
3189
|
set sohoDatagrid(datagridType: SohoDataGridType | undefined | null);
|
|
3183
3190
|
selected: EventEmitter<SohoDataGridSelectedEvent>;
|
|
3191
|
+
deselected: EventEmitter<SohoDataGridDeselectedEvent>;
|
|
3184
3192
|
cellchange: EventEmitter<SohoDataGridCellChangeEvent>;
|
|
3185
3193
|
rowRemove: EventEmitter<SohoDataGridRowRemoveEvent>;
|
|
3186
3194
|
rowAdd: EventEmitter<SohoDataGridAddRowEvent>;
|
|
@@ -3725,6 +3733,10 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3725
3733
|
* Event fired when a row is selected or deselected.
|
|
3726
3734
|
*/
|
|
3727
3735
|
private onSelected;
|
|
3736
|
+
/**
|
|
3737
|
+
* Event fired when rows are deselected.
|
|
3738
|
+
*/
|
|
3739
|
+
private onDeselected;
|
|
3728
3740
|
/**
|
|
3729
3741
|
* Event fired when settings are changed on the grid.
|
|
3730
3742
|
*/
|
|
@@ -3869,7 +3881,7 @@ declare class SohoDataGridComponent implements OnInit, AfterViewInit, OnDestroy,
|
|
|
3869
3881
|
private checkForComponentEditors;
|
|
3870
3882
|
private checkForSummaryRowSettings;
|
|
3871
3883
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoDataGridComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
3872
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SohoDataGridComponent, "[soho-datagrid]", never, { "gridOptions": { "alias": "gridOptions"; "required": false; }; "idProperty": { "alias": "idProperty"; "required": false; }; "ellipsisWithIcon": { "alias": "ellipsisWithIcon"; "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"; "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, ["*"], false, never>;
|
|
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, ["*"], false, never>;
|
|
3873
3885
|
}
|
|
3874
3886
|
/**
|
|
3875
3887
|
* Details of the 'expandrow' and 'collapserow' events.
|
|
@@ -4329,7 +4341,7 @@ declare class SohoDropDownComponent implements AfterViewInit, AfterViewChecked,
|
|
|
4329
4341
|
* Assign the id for the control
|
|
4330
4342
|
* (maps to the name to use on a label's 'for' attribute)
|
|
4331
4343
|
*/
|
|
4332
|
-
get id():
|
|
4344
|
+
get id(): any;
|
|
4333
4345
|
get isMultiple(): boolean | undefined;
|
|
4334
4346
|
get isDropdown(): boolean;
|
|
4335
4347
|
get isMultiSelect(): boolean | undefined;
|
|
@@ -6891,11 +6903,17 @@ declare class SohoMessageRef {
|
|
|
6891
6903
|
*/
|
|
6892
6904
|
allowedTags(allowedTags: string): SohoMessageRef;
|
|
6893
6905
|
/**
|
|
6894
|
-
* Sets the
|
|
6906
|
+
* Sets the element to focus on when the modal is closed.
|
|
6895
6907
|
*
|
|
6896
|
-
* @param returnFocus -
|
|
6908
|
+
* @param returnFocus - a jQuery element or CSS selector string of the element to focus.
|
|
6897
6909
|
*/
|
|
6898
|
-
returnFocus(returnFocus: JQuery): SohoMessageRef;
|
|
6910
|
+
returnFocus(returnFocus: JQuery | string): SohoMessageRef;
|
|
6911
|
+
/**
|
|
6912
|
+
* If true, causes the modal's trigger element not to become focused once the modal is closed.
|
|
6913
|
+
*
|
|
6914
|
+
* @param noRefocus - if true, the trigger element will not be refocused.
|
|
6915
|
+
*/
|
|
6916
|
+
noRefocus(noRefocus: boolean): SohoMessageRef;
|
|
6899
6917
|
/**
|
|
6900
6918
|
* Controls the opacity of the background overlay.
|
|
6901
6919
|
*
|
|
@@ -8500,6 +8518,7 @@ declare class SohoRatingModule {
|
|
|
8500
8518
|
*/
|
|
8501
8519
|
declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
8502
8520
|
private element;
|
|
8521
|
+
private ref;
|
|
8503
8522
|
/** Current value. */
|
|
8504
8523
|
value: any;
|
|
8505
8524
|
/**
|
|
@@ -8520,6 +8539,7 @@ declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
|
8520
8539
|
set disabled(_value: boolean);
|
|
8521
8540
|
/** Sets the element to indicate checked. */
|
|
8522
8541
|
checked?: boolean;
|
|
8542
|
+
get tabIndex(): 1 | -1;
|
|
8523
8543
|
/**
|
|
8524
8544
|
* ---------------------------------------------------
|
|
8525
8545
|
* Local variables
|
|
@@ -8530,7 +8550,7 @@ declare class SohoRadioButtonComponent implements AfterViewInit {
|
|
|
8530
8550
|
/**
|
|
8531
8551
|
* Constructor.
|
|
8532
8552
|
*/
|
|
8533
|
-
constructor(element: ElementRef);
|
|
8553
|
+
constructor(element: ElementRef, ref: ChangeDetectorRef);
|
|
8534
8554
|
ngAfterViewInit(): void;
|
|
8535
8555
|
onChange(event: SohoRadioButtonEvent): void;
|
|
8536
8556
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoRadioButtonComponent, never>;
|
|
@@ -9818,6 +9838,30 @@ declare class SohoTextAreaModule {
|
|
|
9818
9838
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTextAreaModule>;
|
|
9819
9839
|
}
|
|
9820
9840
|
|
|
9841
|
+
declare class SohoTimelineComponent implements AfterViewInit, OnDestroy {
|
|
9842
|
+
private element;
|
|
9843
|
+
/** Options. */
|
|
9844
|
+
private settings;
|
|
9845
|
+
get isTimeline(): boolean;
|
|
9846
|
+
private jQueryElement?;
|
|
9847
|
+
private timeline?;
|
|
9848
|
+
constructor(element: ElementRef);
|
|
9849
|
+
/** Setup */
|
|
9850
|
+
ngAfterViewInit(): void;
|
|
9851
|
+
/** Tear Down */
|
|
9852
|
+
ngOnDestroy(): void;
|
|
9853
|
+
/** Update the timeline height */
|
|
9854
|
+
updated(settings?: SohoTimelineOptions): void;
|
|
9855
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimelineComponent, never>;
|
|
9856
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SohoTimelineComponent, "[soho-timeline]", never, {}, {}, never, ["*"], false, never>;
|
|
9857
|
+
}
|
|
9858
|
+
|
|
9859
|
+
declare class SohoTimelineModule {
|
|
9860
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SohoTimelineModule, never>;
|
|
9861
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SohoTimelineModule, [typeof SohoTimelineComponent], [typeof i2.CommonModule], [typeof SohoTimelineComponent]>;
|
|
9862
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SohoTimelineModule>;
|
|
9863
|
+
}
|
|
9864
|
+
|
|
9821
9865
|
declare class SohoTimePickerComponent extends BaseControlValueAccessor<any> implements AfterViewInit, AfterViewChecked, OnDestroy {
|
|
9822
9866
|
private element;
|
|
9823
9867
|
private ngZone;
|
|
@@ -11042,9 +11086,9 @@ declare class SohoVersionInitializerModule {
|
|
|
11042
11086
|
|
|
11043
11087
|
declare class SohoComponentsModule {
|
|
11044
11088
|
static ɵfac: i0.ɵɵFactoryDeclaration<SohoComponentsModule, never>;
|
|
11045
|
-
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 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 SohoTimePickerModule, typeof SohoToastModule, typeof SohoToolbarModule, typeof SohoToolbarFlexModule, typeof SohoTooltipModule, typeof SohoTrackDirtyModule, typeof SohoTreeModule, typeof SohoTreemapModule, typeof SohoVersionInitializerModule, typeof SohoWeekViewModule, typeof SohoWizardModule]>;
|
|
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]>;
|
|
11046
11090
|
static ɵinj: i0.ɵɵInjectorDeclaration<SohoComponentsModule>;
|
|
11047
11091
|
}
|
|
11048
11092
|
|
|
11049
|
-
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, 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 };
|
|
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 };
|
|
11050
11094
|
export type { ComponentType, PanelComponentType, SohoAboutDialogEventGuard, SohoBusyIndicatorEvent, SohoButtonType, SohoContextualActionPanelComponent, SohoContextualActionPanelEventFunction, SohoDataGridKeyDownEvent, SohoDataGridToggleRowEvent, SohoHyperlinkType, SohoModalComponent, SohoModalDialogEventFunction, SohoModalDialogEventVetoFunction, SohoModalDialogVetoableEventGuard, SohoSwapListCardType, SohoTagType, WidgetSize };
|