@progress/kendo-angular-dropdowns 16.5.0-develop.6 → 16.6.0-develop.1
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/autocomplete/autocomplete.component.d.ts +3 -4
- package/autocomplete/autocomplete.module.d.ts +17 -6
- package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
- package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
- package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
- package/comboboxes/combobox.component.d.ts +3 -4
- package/comboboxes/combobox.module.d.ts +22 -12
- package/comboboxes/multicolumncombobox.component.d.ts +2 -2
- package/common/action-sheet.component.d.ts +1 -1
- package/common/filter-input.directive.d.ts +1 -1
- package/common/filtering/filter.directive.d.ts +1 -1
- package/common/list-item.directive.d.ts +1 -1
- package/common/list.component.d.ts +1 -1
- package/common/localization/custom-messages.component.d.ts +1 -1
- package/common/localization/localized-messages.directive.d.ts +1 -1
- package/common/searchbar.component.d.ts +1 -1
- package/common/selection/selectable.directive.d.ts +1 -1
- package/common/shared-directives.module.d.ts +1 -1
- package/common/shared-events.directive.d.ts +1 -1
- package/common/shared.module.d.ts +9 -11
- package/common/taglist.component.d.ts +1 -1
- package/common/templates/custom-item-template.directive.d.ts +1 -1
- package/common/templates/fixed-group-template.directive.d.ts +1 -1
- package/common/templates/footer-template.directive.d.ts +1 -1
- package/common/templates/group-tag-template.directive.d.ts +1 -1
- package/common/templates/group-template.directive.d.ts +1 -1
- package/common/templates/header-template.directive.d.ts +1 -1
- package/common/templates/item-template.directive.d.ts +1 -1
- package/common/templates/no-data-template.directive.d.ts +1 -1
- package/common/templates/tag-template.directive.d.ts +1 -1
- package/common/templates/value-template.directive.d.ts +1 -1
- package/directives.d.ts +67 -0
- package/dropdownlist/dropdownlist.component.d.ts +7 -4
- package/dropdownlist/dropdownlist.module.d.ts +15 -4
- package/dropdowns.module.d.ts +32 -6
- package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
- package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
- package/dropdowntrees/checked-state/checked-item.d.ts +1 -1
- package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
- package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
- package/dropdowntrees/dropdowntree.component.d.ts +7 -4
- package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
- package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
- package/dropdowntrees/multiselecttree.component.d.ts +7 -4
- package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
- package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
- package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
- package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
- package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
- package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
- package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
- package/esm2020/comboboxes/combobox.component.mjs +18 -29
- package/esm2020/comboboxes/combobox.module.mjs +40 -35
- package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
- package/esm2020/common/action-sheet.component.mjs +9 -9
- package/esm2020/common/filter-input.directive.mjs +3 -1
- package/esm2020/common/filtering/filter.directive.mjs +3 -2
- package/esm2020/common/list-item.directive.mjs +3 -1
- package/esm2020/common/list.component.mjs +8 -9
- package/esm2020/common/localization/custom-messages.component.mjs +3 -2
- package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/common/searchbar.component.mjs +5 -3
- package/esm2020/common/selection/selectable.directive.mjs +3 -2
- package/esm2020/common/shared-directives.module.mjs +3 -3
- package/esm2020/common/shared-events.directive.mjs +3 -2
- package/esm2020/common/shared.module.mjs +13 -12
- package/esm2020/common/taglist.component.mjs +8 -6
- package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
- package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
- package/esm2020/common/templates/footer-template.directive.mjs +3 -2
- package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
- package/esm2020/common/templates/group-template.directive.mjs +3 -2
- package/esm2020/common/templates/header-template.directive.mjs +3 -2
- package/esm2020/common/templates/item-template.directive.mjs +3 -2
- package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
- package/esm2020/common/templates/tag-template.directive.mjs +3 -2
- package/esm2020/common/templates/value-template.directive.mjs +3 -2
- package/esm2020/directives.mjs +166 -0
- package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
- package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
- package/esm2020/dropdowns.module.mjs +42 -8
- package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
- package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
- package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
- package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
- package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
- package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
- package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
- package/esm2020/index.mjs +1 -1
- package/esm2020/multiselect/multiselect.component.mjs +19 -30
- package/esm2020/multiselect/multiselect.module.mjs +39 -25
- package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
- package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
- package/index.d.ts +1 -1
- package/multiselect/multiselect.component.d.ts +3 -4
- package/multiselect/multiselect.module.d.ts +19 -6
- package/multiselect/summary-tag.directive.d.ts +1 -1
- package/package.json +8 -8
- package/schematics/ngAdd/index.js +2 -2
- package/common/constants/touch-enabled.d.ts +0 -9
- package/common/shared-events.module.d.ts +0 -14
- package/common/templates/template-context.directive.d.ts +0 -17
- package/esm2020/common/constants/touch-enabled.mjs +0 -9
- package/esm2020/common/shared-events.module.mjs +0 -22
- package/esm2020/common/templates/template-context.directive.mjs +0 -33
package/index.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export { CustomItemTemplateDirective } from './common/templates/custom-item-temp
|
|
|
33
33
|
export { HeaderTemplateDirective } from './common/templates/header-template.directive';
|
|
34
34
|
export { FooterTemplateDirective } from './common/templates/footer-template.directive';
|
|
35
35
|
export { ValueTemplateDirective } from './common/templates/value-template.directive';
|
|
36
|
-
export { TemplateContextDirective } from './common/templates/template-context.directive';
|
|
37
36
|
export { TagTemplateDirective } from './common/templates/tag-template.directive';
|
|
38
37
|
export { GroupTagTemplateDirective } from './common/templates/group-tag-template.directive';
|
|
39
38
|
export { NoDataTemplateDirective } from './common/templates/no-data-template.directive';
|
|
@@ -65,3 +64,4 @@ export { DropDownRounded } from './common/models/rounded';
|
|
|
65
64
|
export { DropDownFillMode } from './common/models/fillmode';
|
|
66
65
|
export { MultiSelectCheckableSettings } from './common/models/checkboxes-settings';
|
|
67
66
|
export { AdaptiveMode } from './common/util';
|
|
67
|
+
export * from './directives';
|
|
@@ -70,7 +70,6 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
70
70
|
private differs;
|
|
71
71
|
private renderer;
|
|
72
72
|
private _zone;
|
|
73
|
-
private touchEnabled;
|
|
74
73
|
private injector;
|
|
75
74
|
hostElement: ElementRef;
|
|
76
75
|
/**
|
|
@@ -512,7 +511,7 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
512
511
|
private _fillMode;
|
|
513
512
|
private _subtitle;
|
|
514
513
|
private _valueHolder;
|
|
515
|
-
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone,
|
|
514
|
+
constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone, injector: Injector, hostElement: ElementRef);
|
|
516
515
|
get listContainerClasses(): any[];
|
|
517
516
|
/**
|
|
518
517
|
* @hidden
|
|
@@ -699,6 +698,6 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
|
|
|
699
698
|
private setComponentClasses;
|
|
700
699
|
private closeActionSheet;
|
|
701
700
|
private openActionSheet;
|
|
702
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent,
|
|
703
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kendo-multiselect", ["kendoMultiSelect"], { "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "autoClose": "autoClose"; "loading": "loading"; "data": "data"; "value": "value"; "valueField": "valueField"; "textField": "textField"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "checkboxes": "checkboxes"; "readonly": "readonly"; "filterable": "filterable"; "virtual": "virtual"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "valuePrimitive": "valuePrimitive"; "clearButton": "clearButton"; "tagMapper": "tagMapper"; "allowCustom": "allowCustom"; "valueNormalizer": "valueNormalizer"; "inputAttributes": "inputAttributes"; }, { "filterChange": "filterChange"; "valueChange": "valueChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "removeTag": "removeTag"; }, ["template", "customItemTemplate", "groupTemplate", "fixedGroupTemplate", "headerTemplate", "footerTemplate", "tagTemplate", "groupTagTemplate", "noDataTemplate", "suffixTemplate", "prefixTemplate"], never,
|
|
701
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
702
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kendo-multiselect", ["kendoMultiSelect"], { "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "autoClose": "autoClose"; "loading": "loading"; "data": "data"; "value": "value"; "valueField": "valueField"; "textField": "textField"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "checkboxes": "checkboxes"; "readonly": "readonly"; "filterable": "filterable"; "virtual": "virtual"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "valuePrimitive": "valuePrimitive"; "clearButton": "clearButton"; "tagMapper": "tagMapper"; "allowCustom": "allowCustom"; "valueNormalizer": "valueNormalizer"; "inputAttributes": "inputAttributes"; }, { "filterChange": "filterChange"; "valueChange": "valueChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "removeTag": "removeTag"; }, ["template", "customItemTemplate", "groupTemplate", "fixedGroupTemplate", "headerTemplate", "footerTemplate", "tagTemplate", "groupTagTemplate", "noDataTemplate", "suffixTemplate", "prefixTemplate"], never, true, never>;
|
|
704
703
|
}
|
|
@@ -6,12 +6,18 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
import * as i1 from "./multiselect.component";
|
|
7
7
|
import * as i2 from "./summary-tag.directive";
|
|
8
8
|
import * as i3 from "../common/templates/custom-item-template.directive";
|
|
9
|
-
import * as i4 from "../common/
|
|
10
|
-
import * as i5 from "
|
|
11
|
-
import * as i6 from "../common/
|
|
12
|
-
import * as i7 from "../common/
|
|
9
|
+
import * as i4 from "../common/templates/fixed-group-template.directive";
|
|
10
|
+
import * as i5 from "../common/templates/footer-template.directive";
|
|
11
|
+
import * as i6 from "../common/templates/group-template.directive";
|
|
12
|
+
import * as i7 from "../common/templates/group-tag-template.directive";
|
|
13
|
+
import * as i8 from "../common/templates/tag-template.directive";
|
|
14
|
+
import * as i9 from "../common/templates/header-template.directive";
|
|
15
|
+
import * as i10 from "../common/templates/item-template.directive";
|
|
16
|
+
import * as i11 from "../common/templates/no-data-template.directive";
|
|
17
|
+
import * as i12 from "../common/filtering/filter.directive";
|
|
18
|
+
import * as i13 from "../common/localization/custom-messages.component";
|
|
19
|
+
import * as i14 from "@progress/kendo-angular-common";
|
|
13
20
|
/**
|
|
14
|
-
* @hidden
|
|
15
21
|
*
|
|
16
22
|
* The exported package module.
|
|
17
23
|
*
|
|
@@ -21,13 +27,20 @@ import * as i7 from "../common/shared-directives.module";
|
|
|
21
27
|
* - `ItemTemplateDirective`—The item template directive.
|
|
22
28
|
* - `CustomItemTemplateDirective`—The custom item template directive.
|
|
23
29
|
* - `TagTemplateDirective`—The tag template directive.
|
|
30
|
+
* - `GroupTagTemplateDirective`—The group tag template directive.
|
|
24
31
|
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
25
32
|
* - `HeaderTemplateDirective`—The header template directive.
|
|
26
33
|
* - `FooterTemplateDirective`—The footer template directive.
|
|
27
34
|
* - `NoDataTemplateDirective`—The no-data template directive.
|
|
35
|
+
* - `FilterDirective`—The filter directive.
|
|
36
|
+
* - `CustomMessagesComponent`—The custom messages component.
|
|
37
|
+
* - `GroupTemplateDirective`—The group template directive.
|
|
38
|
+
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
39
|
+
* - `SuffixTemplateDirective`—The suffix template directive.
|
|
40
|
+
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
28
41
|
*/
|
|
29
42
|
export declare class MultiSelectModule {
|
|
30
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent, typeof i2.SummaryTagDirective, typeof i3.CustomItemTemplateDirective
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, never, [typeof i1.MultiSelectComponent, typeof i2.SummaryTagDirective, typeof i3.CustomItemTemplateDirective, typeof i4.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i6.GroupTemplateDirective, typeof i7.GroupTagTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.HeaderTemplateDirective, typeof i10.ItemTemplateDirective, typeof i11.NoDataTemplateDirective, typeof i12.FilterDirective, typeof i13.CustomMessagesComponent, typeof i14.SuffixTemplateDirective, typeof i14.PrefixTemplateDirective], [typeof i1.MultiSelectComponent, typeof i2.SummaryTagDirective, typeof i3.CustomItemTemplateDirective, typeof i4.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i6.GroupTemplateDirective, typeof i7.GroupTagTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.HeaderTemplateDirective, typeof i10.ItemTemplateDirective, typeof i11.NoDataTemplateDirective, typeof i12.FilterDirective, typeof i13.CustomMessagesComponent, typeof i14.SuffixTemplateDirective, typeof i14.PrefixTemplateDirective]>;
|
|
32
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
33
46
|
}
|
|
@@ -30,5 +30,5 @@ export declare class SummaryTagDirective implements OnChanges {
|
|
|
30
30
|
ngOnChanges(changes: any): void;
|
|
31
31
|
private createTagMapper;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryTagDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SummaryTagDirective, "[kendoMultiSelectSummaryTag]", never, { "showAfter": "kendoMultiSelectSummaryTag"; }, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SummaryTagDirective, "[kendoMultiSelectSummaryTag]", never, { "showAfter": "kendoMultiSelectSummaryTag"; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.1",
|
|
4
4
|
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"@angular/forms": "15 - 18",
|
|
26
26
|
"@angular/platform-browser": "15 - 18",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "16.
|
|
29
|
-
"@progress/kendo-angular-l10n": "16.
|
|
30
|
-
"@progress/kendo-angular-navigation": "16.
|
|
31
|
-
"@progress/kendo-angular-popup": "16.
|
|
32
|
-
"@progress/kendo-angular-icons": "16.
|
|
33
|
-
"@progress/kendo-angular-treeview": "16.
|
|
28
|
+
"@progress/kendo-angular-common": "16.6.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-navigation": "16.6.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-treeview": "16.6.0-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "16.
|
|
38
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.1",
|
|
39
39
|
"@progress/kendo-common": "^0.2.1"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
6
6
|
// peers of the treeview
|
|
7
|
-
'@progress/kendo-angular-inputs': '16.
|
|
7
|
+
'@progress/kendo-angular-inputs': '16.6.0-develop.1',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '16.
|
|
9
|
+
'@progress/kendo-angular-intl': '16.6.0-develop.1',
|
|
10
10
|
'@progress/kendo-drawing': '^1.17.2',
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { InjectionToken } from '@angular/core';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare const TOUCH_ENABLED: InjectionToken<boolean>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./shared-events.directive";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class SharedEventsModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedEventsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedEventsModule, [typeof i1.SharedDropDownEventsDirective], never, [typeof i1.SharedDropDownEventsDirective]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedEventsModule>;
|
|
14
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ViewContainerRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class TemplateContextDirective {
|
|
11
|
-
private insertedViewRef;
|
|
12
|
-
private viewContainerRef;
|
|
13
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
14
|
-
set templateContext(context: any);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { InjectionToken } from '@angular/core';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export const TOUCH_ENABLED = new InjectionToken('dropdowns-touch-enabled');
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { SharedDropDownEventsDirective } from './shared-events.directive';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class SharedEventsModule {
|
|
12
|
-
}
|
|
13
|
-
SharedEventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
-
SharedEventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, declarations: [SharedDropDownEventsDirective], exports: [SharedDropDownEventsDirective] });
|
|
15
|
-
SharedEventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
declarations: [SharedDropDownEventsDirective],
|
|
20
|
-
exports: [SharedDropDownEventsDirective],
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, ViewContainerRef, Input } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export class TemplateContextDirective {
|
|
11
|
-
constructor(viewContainerRef) {
|
|
12
|
-
this.viewContainerRef = viewContainerRef;
|
|
13
|
-
}
|
|
14
|
-
set templateContext(context) {
|
|
15
|
-
if (this.insertedViewRef) {
|
|
16
|
-
this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
|
|
17
|
-
this.insertedViewRef = undefined;
|
|
18
|
-
}
|
|
19
|
-
if (context.templateRef) {
|
|
20
|
-
this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
-
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
|
27
|
-
type: Directive,
|
|
28
|
-
args: [{
|
|
29
|
-
selector: '[templateContext]' // eslint-disable-line
|
|
30
|
-
}]
|
|
31
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}] } });
|