@ptsecurity/mosaic 17.5.0 → 17.5.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/datepicker/datepicker-module.d.ts +2 -1
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +3 -3
- package/esm2022/datepicker/datepicker-module.mjs +7 -4
- package/esm2022/file-upload/multiple-file-upload.component.mjs +3 -4
- package/esm2022/file-upload/single-file-upload.component.mjs +9 -10
- package/esm2022/input/input.module.mjs +7 -4
- package/esm2022/list/list-selection.component.mjs +4 -2
- package/esm2022/select/select.module.mjs +10 -10
- package/esm2022/sidepanel/sidepanel-config.mjs +1 -1
- package/esm2022/sidepanel/sidepanel-container.component.mjs +9 -3
- package/esm2022/textarea/textarea.module.mjs +5 -4
- package/esm2022/timepicker/timepicker.module.mjs +5 -4
- package/esm2022/tree/tree-option.component.mjs +4 -3
- package/esm2022/tree/tree-selection.component.mjs +4 -2
- package/esm2022/tree-select/tree-select.component.mjs +19 -7
- package/esm2022/tree-select/tree-select.module.mjs +5 -4
- package/fesm2022/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-datepicker.mjs +9 -7
- package/fesm2022/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-file-upload.mjs +10 -12
- package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-input.mjs +7 -5
- package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-list.mjs +3 -1
- package/fesm2022/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-select.mjs +11 -10
- package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-sidepanel.mjs +8 -2
- package/fesm2022/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-textarea.mjs +4 -4
- package/fesm2022/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-timepicker.mjs +4 -4
- package/fesm2022/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-tree-select.mjs +22 -9
- package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-tree.mjs +6 -3
- package/fesm2022/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/file-upload/single-file-upload.component.scss +1 -1
- package/input/input.module.d.ts +2 -1
- package/list/list-selection.component.d.ts +1 -1
- package/package.json +28 -28
- package/select/select.module.d.ts +2 -2
- package/sidepanel/sidepanel-config.d.ts +4 -0
- package/sidepanel/sidepanel-container.component.d.ts +2 -0
- package/textarea/textarea.module.d.ts +2 -1
- package/timepicker/timepicker.module.d.ts +2 -1
- package/tree-select/tree-select.component.d.ts +5 -2
- package/tree-select/tree-select.module.d.ts +2 -1
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
$tokens: meta.module-variables(tokens) !default;
|
11
11
|
|
12
|
-
.mc-file-upload {
|
12
|
+
.mc-single-file-upload .mc-file-upload {
|
13
13
|
height: mc-css-variable(file-upload-size-single-height);
|
14
14
|
padding-top: mc-css-variable(file-upload-size-single-vertical-padding);
|
15
15
|
padding-bottom: mc-css-variable(file-upload-size-single-vertical-padding);
|
package/input/input.module.d.ts
CHANGED
@@ -7,8 +7,9 @@ import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/cdk/a11y";
|
8
8
|
import * as i7 from "@ptsecurity/mosaic/core";
|
9
9
|
import * as i8 from "@angular/forms";
|
10
|
+
import * as i9 from "@ptsecurity/mosaic/form-field";
|
10
11
|
export declare class McInputModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<McInputModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McInputModule, [typeof i1.McInput, typeof i2.McNumberInput, typeof i3.McInputPassword, typeof i3.McPasswordToggle, typeof i1.McInputMono, typeof i4.MinValidator, typeof i4.MaxValidator], [typeof i5.CommonModule, typeof i6.A11yModule, typeof i7.McCommonModule, typeof i8.FormsModule], [typeof i1.McInput, typeof i2.McNumberInput, typeof i3.McInputPassword, typeof i3.McPasswordToggle, typeof i1.McInputMono, typeof i4.MinValidator, typeof i4.MaxValidator]>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McInputModule, [typeof i1.McInput, typeof i2.McNumberInput, typeof i3.McInputPassword, typeof i3.McPasswordToggle, typeof i1.McInputMono, typeof i4.MinValidator, typeof i4.MaxValidator], [typeof i5.CommonModule, typeof i6.A11yModule, typeof i7.McCommonModule, typeof i8.FormsModule], [typeof i1.McInput, typeof i2.McNumberInput, typeof i3.McInputPassword, typeof i3.McPasswordToggle, typeof i1.McInputMono, typeof i4.MinValidator, typeof i4.MaxValidator, typeof i9.McFormFieldModule]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<McInputModule>;
|
14
15
|
}
|
@@ -162,7 +162,7 @@ export declare class McListOption implements OnDestroy, OnInit, IFocusableOption
|
|
162
162
|
getLabel(): any;
|
163
163
|
setSelected(selected: boolean): void;
|
164
164
|
getHeight(): number;
|
165
|
-
handleClick($event:
|
165
|
+
handleClick($event: MouseEvent): void;
|
166
166
|
onKeydown($event: any): void;
|
167
167
|
focus(): void;
|
168
168
|
blur(): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ptsecurity/mosaic",
|
3
|
-
"version": "17.5.
|
3
|
+
"version": "17.5.2",
|
4
4
|
"description": "Mosaic",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -19,9 +19,9 @@
|
|
19
19
|
"peerDependencies": {
|
20
20
|
"@angular/cdk": "^17.2.0",
|
21
21
|
"@angular/forms": "^17.2.0",
|
22
|
-
"@ptsecurity/cdk": "^17.5.
|
23
|
-
"@ptsecurity/mosaic-moment-adapter": "^17.5.
|
24
|
-
"@ptsecurity/mosaic-luxon-adapter": "^17.5.
|
22
|
+
"@ptsecurity/cdk": "^17.5.2",
|
23
|
+
"@ptsecurity/mosaic-moment-adapter": "^17.5.2",
|
24
|
+
"@ptsecurity/mosaic-luxon-adapter": "^17.5.2",
|
25
25
|
"@mosaic-design/date-formatter": "^2.1.8",
|
26
26
|
"@ptsecurity/mosaic-icons": "^7.0.8",
|
27
27
|
"@mosaic-design/tokens-builder": "^3.1.0",
|
@@ -60,36 +60,36 @@
|
|
60
60
|
"esm": "./esm2022/autocomplete/ptsecurity-mosaic-autocomplete.mjs",
|
61
61
|
"default": "./fesm2022/ptsecurity-mosaic-autocomplete.mjs"
|
62
62
|
},
|
63
|
-
"./button": {
|
64
|
-
"types": "./button/index.d.ts",
|
65
|
-
"esm2022": "./esm2022/button/ptsecurity-mosaic-button.mjs",
|
66
|
-
"esm": "./esm2022/button/ptsecurity-mosaic-button.mjs",
|
67
|
-
"default": "./fesm2022/ptsecurity-mosaic-button.mjs"
|
68
|
-
},
|
69
63
|
"./button-toggle": {
|
70
64
|
"types": "./button-toggle/index.d.ts",
|
71
65
|
"esm2022": "./esm2022/button-toggle/ptsecurity-mosaic-button-toggle.mjs",
|
72
66
|
"esm": "./esm2022/button-toggle/ptsecurity-mosaic-button-toggle.mjs",
|
73
67
|
"default": "./fesm2022/ptsecurity-mosaic-button-toggle.mjs"
|
74
68
|
},
|
75
|
-
"./code-block": {
|
76
|
-
"types": "./code-block/index.d.ts",
|
77
|
-
"esm2022": "./esm2022/code-block/ptsecurity-mosaic-code-block.mjs",
|
78
|
-
"esm": "./esm2022/code-block/ptsecurity-mosaic-code-block.mjs",
|
79
|
-
"default": "./fesm2022/ptsecurity-mosaic-code-block.mjs"
|
80
|
-
},
|
81
69
|
"./checkbox": {
|
82
70
|
"types": "./checkbox/index.d.ts",
|
83
71
|
"esm2022": "./esm2022/checkbox/ptsecurity-mosaic-checkbox.mjs",
|
84
72
|
"esm": "./esm2022/checkbox/ptsecurity-mosaic-checkbox.mjs",
|
85
73
|
"default": "./fesm2022/ptsecurity-mosaic-checkbox.mjs"
|
86
74
|
},
|
75
|
+
"./button": {
|
76
|
+
"types": "./button/index.d.ts",
|
77
|
+
"esm2022": "./esm2022/button/ptsecurity-mosaic-button.mjs",
|
78
|
+
"esm": "./esm2022/button/ptsecurity-mosaic-button.mjs",
|
79
|
+
"default": "./fesm2022/ptsecurity-mosaic-button.mjs"
|
80
|
+
},
|
87
81
|
"./card": {
|
88
82
|
"types": "./card/index.d.ts",
|
89
83
|
"esm2022": "./esm2022/card/ptsecurity-mosaic-card.mjs",
|
90
84
|
"esm": "./esm2022/card/ptsecurity-mosaic-card.mjs",
|
91
85
|
"default": "./fesm2022/ptsecurity-mosaic-card.mjs"
|
92
86
|
},
|
87
|
+
"./code-block": {
|
88
|
+
"types": "./code-block/index.d.ts",
|
89
|
+
"esm2022": "./esm2022/code-block/ptsecurity-mosaic-code-block.mjs",
|
90
|
+
"esm": "./esm2022/code-block/ptsecurity-mosaic-code-block.mjs",
|
91
|
+
"default": "./fesm2022/ptsecurity-mosaic-code-block.mjs"
|
92
|
+
},
|
93
93
|
"./core": {
|
94
94
|
"types": "./core/index.d.ts",
|
95
95
|
"esm2022": "./esm2022/core/ptsecurity-mosaic-core.mjs",
|
@@ -180,18 +180,18 @@
|
|
180
180
|
"esm": "./esm2022/modal/ptsecurity-mosaic-modal.mjs",
|
181
181
|
"default": "./fesm2022/ptsecurity-mosaic-modal.mjs"
|
182
182
|
},
|
183
|
-
"./navbar": {
|
184
|
-
"types": "./navbar/index.d.ts",
|
185
|
-
"esm2022": "./esm2022/navbar/ptsecurity-mosaic-navbar.mjs",
|
186
|
-
"esm": "./esm2022/navbar/ptsecurity-mosaic-navbar.mjs",
|
187
|
-
"default": "./fesm2022/ptsecurity-mosaic-navbar.mjs"
|
188
|
-
},
|
189
183
|
"./popover": {
|
190
184
|
"types": "./popover/index.d.ts",
|
191
185
|
"esm2022": "./esm2022/popover/ptsecurity-mosaic-popover.mjs",
|
192
186
|
"esm": "./esm2022/popover/ptsecurity-mosaic-popover.mjs",
|
193
187
|
"default": "./fesm2022/ptsecurity-mosaic-popover.mjs"
|
194
188
|
},
|
189
|
+
"./navbar": {
|
190
|
+
"types": "./navbar/index.d.ts",
|
191
|
+
"esm2022": "./esm2022/navbar/ptsecurity-mosaic-navbar.mjs",
|
192
|
+
"esm": "./esm2022/navbar/ptsecurity-mosaic-navbar.mjs",
|
193
|
+
"default": "./fesm2022/ptsecurity-mosaic-navbar.mjs"
|
194
|
+
},
|
195
195
|
"./progress-bar": {
|
196
196
|
"types": "./progress-bar/index.d.ts",
|
197
197
|
"esm2022": "./esm2022/progress-bar/ptsecurity-mosaic-progress-bar.mjs",
|
@@ -228,18 +228,18 @@
|
|
228
228
|
"esm": "./esm2022/sidepanel/ptsecurity-mosaic-sidepanel.mjs",
|
229
229
|
"default": "./fesm2022/ptsecurity-mosaic-sidepanel.mjs"
|
230
230
|
},
|
231
|
-
"./table": {
|
232
|
-
"types": "./table/index.d.ts",
|
233
|
-
"esm2022": "./esm2022/table/ptsecurity-mosaic-table.mjs",
|
234
|
-
"esm": "./esm2022/table/ptsecurity-mosaic-table.mjs",
|
235
|
-
"default": "./fesm2022/ptsecurity-mosaic-table.mjs"
|
236
|
-
},
|
237
231
|
"./splitter": {
|
238
232
|
"types": "./splitter/index.d.ts",
|
239
233
|
"esm2022": "./esm2022/splitter/ptsecurity-mosaic-splitter.mjs",
|
240
234
|
"esm": "./esm2022/splitter/ptsecurity-mosaic-splitter.mjs",
|
241
235
|
"default": "./fesm2022/ptsecurity-mosaic-splitter.mjs"
|
242
236
|
},
|
237
|
+
"./table": {
|
238
|
+
"types": "./table/index.d.ts",
|
239
|
+
"esm2022": "./esm2022/table/ptsecurity-mosaic-table.mjs",
|
240
|
+
"esm": "./esm2022/table/ptsecurity-mosaic-table.mjs",
|
241
|
+
"default": "./fesm2022/ptsecurity-mosaic-table.mjs"
|
242
|
+
},
|
243
243
|
"./tabs": {
|
244
244
|
"types": "./tabs/index.d.ts",
|
245
245
|
"esm2022": "./esm2022/tabs/ptsecurity-mosaic-tabs.mjs",
|
@@ -7,9 +7,9 @@ import * as i5 from "@ptsecurity/mosaic/core";
|
|
7
7
|
import * as i6 from "@ptsecurity/mosaic/icon";
|
8
8
|
import * as i7 from "@ptsecurity/mosaic/tags";
|
9
9
|
import * as i8 from "@ptsecurity/mosaic/tooltip";
|
10
|
-
import * as i9 from "@ptsecurity/mosaic/
|
10
|
+
import * as i9 from "@ptsecurity/mosaic/input";
|
11
11
|
export declare class McSelectModule {
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<McSelectModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McSelectModule, [typeof i1.McSelect, typeof i2.McOptionTooltip], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.McOptionModule, typeof i6.McIconModule, typeof i7.McTagsModule, typeof i8.McToolTipModule, typeof i5.McSelectSearch, typeof i5.McSelectSearchEmptyResult, typeof i5.McSelectTrigger, typeof i5.McSelectMatcher, typeof i5.McSelectFooter], [typeof
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McSelectModule, [typeof i1.McSelect, typeof i2.McOptionTooltip], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.McOptionModule, typeof i6.McIconModule, typeof i7.McTagsModule, typeof i8.McToolTipModule, typeof i5.McSelectSearch, typeof i5.McSelectSearchEmptyResult, typeof i5.McSelectTrigger, typeof i5.McSelectMatcher, typeof i5.McSelectFooter], [typeof i1.McSelect, typeof i5.McSelectSearch, typeof i5.McSelectSearchEmptyResult, typeof i5.McSelectTrigger, typeof i5.McSelectMatcher, typeof i5.McSelectFooter, typeof i2.McOptionTooltip, typeof i5.McOptionModule, typeof i3.CommonModule, typeof i9.McInputModule]>;
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<McSelectModule>;
|
15
15
|
}
|
@@ -15,6 +15,10 @@ export declare enum McSidepanelSize {
|
|
15
15
|
export declare class McSidepanelConfig<D = any> {
|
16
16
|
/** ID for the sidepanel. If omitted, a unique one will be generated. */
|
17
17
|
id?: string;
|
18
|
+
/** Whether the focus trap is active. */
|
19
|
+
trapFocus?: boolean;
|
20
|
+
/** capture focus on initialization. This option sets cdkTrapFocusAutoCapture. */
|
21
|
+
trapFocusAutoCapture?: boolean;
|
18
22
|
/** Data being injected into the child component. */
|
19
23
|
data?: D | null;
|
20
24
|
position?: McSidepanelPosition;
|
@@ -25,6 +25,8 @@ export declare class McSidepanelContainerComponent extends BasePortalOutlet impl
|
|
25
25
|
/** Emits whenever the state of the animation changes. */
|
26
26
|
animationStateChanged: EventEmitter<AnimationEvent>;
|
27
27
|
get size(): string;
|
28
|
+
get trapFocusAutoCapture(): boolean;
|
29
|
+
get trapFocus(): boolean;
|
28
30
|
/** Whether the component has been destroyed. */
|
29
31
|
private destroyed;
|
30
32
|
constructor(elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, sidepanelConfig: McSidepanelConfig, withIndent: boolean, withShadow: boolean);
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/cdk/a11y";
|
5
5
|
import * as i4 from "@ptsecurity/mosaic/core";
|
6
6
|
import * as i5 from "@angular/forms";
|
7
|
+
import * as i6 from "@ptsecurity/mosaic/form-field";
|
7
8
|
export declare class McTextareaModule {
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<McTextareaModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McTextareaModule, [typeof i1.McTextarea], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.McCommonModule, typeof i5.FormsModule], [typeof i1.McTextarea]>;
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McTextareaModule, [typeof i1.McTextarea], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.McCommonModule, typeof i5.FormsModule], [typeof i1.McTextarea, typeof i6.McFormFieldModule]>;
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<McTextareaModule>;
|
11
12
|
}
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/cdk/a11y";
|
5
5
|
import * as i4 from "@angular/cdk/platform";
|
6
6
|
import * as i5 from "@angular/forms";
|
7
|
+
import * as i6 from "@ptsecurity/mosaic/form-field";
|
7
8
|
export declare class McTimepickerModule {
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<McTimepickerModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McTimepickerModule, [typeof i1.McTimepicker], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.PlatformModule, typeof i5.FormsModule], [typeof i1.McTimepicker]>;
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McTimepickerModule, [typeof i1.McTimepicker], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.PlatformModule, typeof i5.FormsModule], [typeof i1.McTimepicker, typeof i6.McFormFieldModule]>;
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<McTimepickerModule>;
|
11
12
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Directionality } from '@angular/cdk/bidi';
|
2
2
|
import { SelectionModel } from '@angular/cdk/collections';
|
3
3
|
import { CdkConnectedOverlay, ConnectedPosition, ViewportRuler } from '@angular/cdk/overlay';
|
4
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges } from '@angular/core';
|
4
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
|
5
5
|
import { ControlValueAccessor, FormGroupDirective, NgControl, NgForm } from '@angular/forms';
|
6
6
|
import { CanDisable, CanUpdateErrorState, ErrorStateMatcher, HasTabIndex, CanDisableCtor, HasTabIndexCtor, CanUpdateErrorStateCtor, McSelectSearch } from '@ptsecurity/mosaic/core';
|
7
7
|
import { McCleaner, McFormField, McFormFieldControl } from '@ptsecurity/mosaic/form-field';
|
@@ -95,6 +95,7 @@ export declare class McTreeSelect extends McTreeSelectMixinBase implements After
|
|
95
95
|
/** User-supplied override of the trigger element. */
|
96
96
|
customTrigger: McTreeSelectTrigger;
|
97
97
|
customMatcher: McTreeSelectMatcher;
|
98
|
+
customTagTemplateRef: TemplateRef<HTMLElement>;
|
98
99
|
tree: McTreeSelection;
|
99
100
|
search: McSelectSearch;
|
100
101
|
footer: McTreeSelectFooter;
|
@@ -172,6 +173,7 @@ export declare class McTreeSelect extends McTreeSelectMixinBase implements After
|
|
172
173
|
private scrollTop;
|
173
174
|
/** Unique id for this input. */
|
174
175
|
private readonly uid;
|
176
|
+
private visibleChanges;
|
175
177
|
/** Emits whenever the component is destroyed. */
|
176
178
|
private readonly destroy;
|
177
179
|
private tempValues;
|
@@ -248,6 +250,7 @@ export declare class McTreeSelect extends McTreeSelectMixinBase implements After
|
|
248
250
|
/** Invoked when an option is clicked. */
|
249
251
|
onRemoveSelectedOption(selectedOption: any, $event: any): void;
|
250
252
|
calculateHiddenItems(): void;
|
253
|
+
private isVisible;
|
251
254
|
private closingActions;
|
252
255
|
private getTotalItemsWidthInMatcher;
|
253
256
|
private getTotalVisibleItems;
|
@@ -284,6 +287,6 @@ export declare class McTreeSelect extends McTreeSelectMixinBase implements After
|
|
284
287
|
private _compareWith;
|
285
288
|
private subscribeOnSearchChanges;
|
286
289
|
static ɵfac: i0.ɵɵFactoryDeclaration<McTreeSelect, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }]>;
|
287
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McTreeSelect, "mc-tree-select", ["mcTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "tree", "search", "footer"], ["mc-tree-select-trigger", "mc-cleaner", "mc-tree-select-matcher, [mc-tree-select-matcher]", "[mcSelectSearch]", "[mc-select-search-empty-result]", "mc-tree-selection", "mc-tree-select-footer,[mc-tree-select-footer]"], false, never>;
|
290
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McTreeSelect, "mc-tree-select", ["mcTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "customTagTemplateRef", "tree", "search", "footer"], ["mc-tree-select-trigger", "mc-cleaner", "mc-tree-select-matcher, [mc-tree-select-matcher]", "[mcSelectSearch]", "[mc-select-search-empty-result]", "mc-tree-selection", "mc-tree-select-footer,[mc-tree-select-footer]"], false, never>;
|
288
291
|
}
|
289
292
|
export {};
|
@@ -7,8 +7,9 @@ import * as i5 from "@ptsecurity/mosaic/icon";
|
|
7
7
|
import * as i6 from "@ptsecurity/mosaic/tags";
|
8
8
|
import * as i7 from "@ptsecurity/mosaic/core";
|
9
9
|
import * as i8 from "@ptsecurity/mosaic/select";
|
10
|
+
import * as i9 from "@ptsecurity/mosaic/input";
|
10
11
|
export declare class McTreeSelectModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<McTreeSelectModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McTreeSelectModule, [typeof i1.McTreeSelect, typeof i1.McTreeSelectTrigger, typeof i1.McTreeSelectMatcher, typeof i1.McTreeSelectFooter], [typeof i2.CommonModule, typeof i3.OverlayModule, typeof i4.McTreeModule, typeof i5.McIconModule, typeof i6.McTagsModule, typeof i7.McPseudoCheckboxModule, typeof i8.McSelectModule], [typeof i1.McTreeSelect, typeof i1.McTreeSelectTrigger, typeof i1.McTreeSelectMatcher, typeof i1.McTreeSelectFooter, typeof i2.CommonModule]>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McTreeSelectModule, [typeof i1.McTreeSelect, typeof i1.McTreeSelectTrigger, typeof i1.McTreeSelectMatcher, typeof i1.McTreeSelectFooter], [typeof i2.CommonModule, typeof i3.OverlayModule, typeof i4.McTreeModule, typeof i5.McIconModule, typeof i6.McTagsModule, typeof i7.McPseudoCheckboxModule, typeof i8.McSelectModule], [typeof i1.McTreeSelect, typeof i1.McTreeSelectTrigger, typeof i1.McTreeSelectMatcher, typeof i1.McTreeSelectFooter, typeof i2.CommonModule, typeof i9.McInputModule]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<McTreeSelectModule>;
|
14
15
|
}
|