@qualcomm-ui/angular-core 1.1.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dialog/index.d.ts.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-dialog.mjs +2 -1
- package/fesm2022/qualcomm-ui-angular-core-dialog.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-machine.mjs +4 -1
- package/fesm2022/qualcomm-ui-angular-core-machine.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-menu.mjs +2 -1
- package/fesm2022/qualcomm-ui-angular-core-menu.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-side-nav.mjs +345 -0
- package/fesm2022/qualcomm-ui-angular-core-side-nav.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-tree.mjs +478 -0
- package/fesm2022/qualcomm-ui-angular-core-tree.mjs.map +1 -0
- package/machine/index.d.ts +10 -2
- package/machine/index.d.ts.map +1 -1
- package/menu/index.d.ts.map +1 -1
- package/package.json +12 -4
- package/side-nav/index.d.ts +228 -0
- package/side-nav/index.d.ts.map +1 -0
- package/tooltip/index.d.ts +9 -6
- package/tooltip/index.d.ts.map +1 -1
- package/tree/index.d.ts +327 -0
- package/tree/index.d.ts.map +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualcomm-ui/angular-core",
|
|
3
3
|
"description": "Design-agnostic Angular building blocks and utilities.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"author": "Ryan Bower",
|
|
6
6
|
"license": "BSD-3-Clause-Clear",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -144,6 +144,10 @@
|
|
|
144
144
|
"types": "./select/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/qualcomm-ui-angular-core-select.mjs"
|
|
146
146
|
},
|
|
147
|
+
"./side-nav": {
|
|
148
|
+
"types": "./side-nav/index.d.ts",
|
|
149
|
+
"default": "./fesm2022/qualcomm-ui-angular-core-side-nav.mjs"
|
|
150
|
+
},
|
|
147
151
|
"./signals": {
|
|
148
152
|
"types": "./signals/index.d.ts",
|
|
149
153
|
"default": "./fesm2022/qualcomm-ui-angular-core-signals.mjs"
|
|
@@ -180,6 +184,10 @@
|
|
|
180
184
|
"types": "./tooltip/index.d.ts",
|
|
181
185
|
"default": "./fesm2022/qualcomm-ui-angular-core-tooltip.mjs"
|
|
182
186
|
},
|
|
187
|
+
"./tree": {
|
|
188
|
+
"types": "./tree/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/qualcomm-ui-angular-core-tree.mjs"
|
|
190
|
+
},
|
|
183
191
|
"./virtual": {
|
|
184
192
|
"types": "./virtual/index.d.ts",
|
|
185
193
|
"default": "./fesm2022/qualcomm-ui-angular-core-virtual.mjs"
|
|
@@ -196,9 +204,9 @@
|
|
|
196
204
|
"@angular/forms": ">=20 <22",
|
|
197
205
|
"@angular/platform-browser": ">=20 <22",
|
|
198
206
|
"@angular/platform-browser-dynamic": ">=20 <22",
|
|
199
|
-
"@qualcomm-ui/core": "^1.0.
|
|
200
|
-
"@qualcomm-ui/dom": "^1.0.
|
|
201
|
-
"@qualcomm-ui/utils": "^1.0.
|
|
207
|
+
"@qualcomm-ui/core": "^1.0.10",
|
|
208
|
+
"@qualcomm-ui/dom": "^1.0.6",
|
|
209
|
+
"@qualcomm-ui/utils": "^1.0.4",
|
|
202
210
|
"@tanstack/virtual-core": ">=3.13.12",
|
|
203
211
|
"lucide-angular": ">=0.487.0 <1",
|
|
204
212
|
"typescript": ">=5.2.0 <6"
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
|
|
2
|
+
import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
|
|
3
|
+
import * as _qualcomm_ui_core_side_nav from '@qualcomm-ui/core/side-nav';
|
|
4
|
+
import { SideNavApi, SideNavApiProps } from '@qualcomm-ui/core/side-nav';
|
|
5
|
+
import * as _angular_core from '@angular/core';
|
|
6
|
+
import { OnInit, Injector } from '@angular/core';
|
|
7
|
+
import { RenderStrategyContextService } from '@qualcomm-ui/angular-core/presence';
|
|
8
|
+
import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
|
|
9
|
+
import { TreeContextService } from '@qualcomm-ui/angular-core/tree';
|
|
10
|
+
import { RenderStrategyApiProps } from '@qualcomm-ui/core/presence';
|
|
11
|
+
import { TreeApiProps, LoadChildrenDetails, NodeState, ExpandedChangeDetails, FocusChangeDetails, LoadChildrenCompleteDetails, LoadChildrenErrorDetails, SelectionChangeDetails } from '@qualcomm-ui/core/tree';
|
|
12
|
+
import { Booleanish } from '@qualcomm-ui/utils/coercion';
|
|
13
|
+
import { TreeNode, TreeCollection } from '@qualcomm-ui/utils/collection';
|
|
14
|
+
import { Direction } from '@qualcomm-ui/utils/direction';
|
|
15
|
+
|
|
16
|
+
declare class CoreSideNavHeaderActionDirective implements OnInit {
|
|
17
|
+
protected readonly sideNavContext: () => _qualcomm_ui_core_side_nav.SideNavApi;
|
|
18
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
19
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
20
|
+
setDisabled: (disabled: boolean) => void;
|
|
21
|
+
};
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavHeaderActionDirective, never>;
|
|
24
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavHeaderActionDirective, never, never, {}, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class CoreSideNavHeaderLogoDirective implements OnInit {
|
|
28
|
+
protected readonly sideNavContext: () => _qualcomm_ui_core_side_nav.SideNavApi;
|
|
29
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
30
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
31
|
+
setDisabled: (disabled: boolean) => void;
|
|
32
|
+
};
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavHeaderLogoDirective, never>;
|
|
35
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavHeaderLogoDirective, never, never, {}, {}, never, never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class CoreSideNavHeaderTitleDirective implements OnInit {
|
|
39
|
+
protected readonly sideNavContext: () => _qualcomm_ui_core_side_nav.SideNavApi;
|
|
40
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
41
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
42
|
+
setDisabled: (disabled: boolean) => void;
|
|
43
|
+
};
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavHeaderTitleDirective, never>;
|
|
46
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavHeaderTitleDirective, never, never, {}, {}, never, never, true, never>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
declare class CoreSideNavHeaderDirective implements OnInit {
|
|
50
|
+
protected readonly sideNavContext: () => _qualcomm_ui_core_side_nav.SideNavApi;
|
|
51
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
52
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
53
|
+
setDisabled: (disabled: boolean) => void;
|
|
54
|
+
};
|
|
55
|
+
ngOnInit(): void;
|
|
56
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavHeaderDirective, never>;
|
|
57
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavHeaderDirective, never, never, {}, {}, never, never, true, never>;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
declare class SideNavContextService extends BaseApiContextService<SideNavApi> {
|
|
61
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SideNavContextService, never>;
|
|
62
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SideNavContextService>;
|
|
63
|
+
}
|
|
64
|
+
declare const SIDE_NAV_CONTEXT: _angular_core.InjectionToken<() => SideNavApi>;
|
|
65
|
+
declare const useSideNavContext: <Optional extends boolean = false>(opts?: _qualcomm_ui_angular_core_machine.UseContextOpts<Optional> | undefined) => Optional extends true ? (() => SideNavApi) | null : () => SideNavApi;
|
|
66
|
+
declare const provideSideNavContext: () => _angular_core.Provider[];
|
|
67
|
+
|
|
68
|
+
declare class CoreSideNavRootDirective<T extends TreeNode = TreeNode> implements SignalifyInput<Omit<SideNavApiProps, "dir">>, SignalifyInput<Omit<TreeApiProps<T>, "checkedValue" | "defaultCheckedValue" | "onCheckedValueChange">>, SignalifyInput<RenderStrategyApiProps>, OnInit {
|
|
69
|
+
/**
|
|
70
|
+
* The tree collection data
|
|
71
|
+
* @inheritDoc
|
|
72
|
+
*/
|
|
73
|
+
readonly collection: _angular_core.InputSignal<TreeCollection<T> | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* The initial open state of the side navigation when rendered.
|
|
76
|
+
* Use when you don't need to control the open state of the collapsible.
|
|
77
|
+
*
|
|
78
|
+
* @default true
|
|
79
|
+
*/
|
|
80
|
+
readonly defaultOpen: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
81
|
+
/**
|
|
82
|
+
* The initial expanded node ids when rendered.
|
|
83
|
+
* Use when you don't need to control the expanded node value.
|
|
84
|
+
*/
|
|
85
|
+
readonly defaultExpandedValue: _angular_core.InputSignal<string[] | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* The initial focused node value when rendered.
|
|
88
|
+
* Use when you don't need to control the focused node value.
|
|
89
|
+
*/
|
|
90
|
+
readonly defaultFocusedValue: _angular_core.InputSignal<string | null | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* The initial selected node value when rendered.
|
|
93
|
+
* Use when you don't need to control the selected node value.
|
|
94
|
+
*/
|
|
95
|
+
readonly defaultSelectedValue: _angular_core.InputSignal<string[] | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* The document's text/writing direction.
|
|
98
|
+
*/
|
|
99
|
+
readonly dir: _angular_core.InputSignal<Direction | undefined>;
|
|
100
|
+
/**
|
|
101
|
+
* Whether the side navigation collapse behavior is disabled.
|
|
102
|
+
*/
|
|
103
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
104
|
+
/**
|
|
105
|
+
* The controlled expanded node ids
|
|
106
|
+
*/
|
|
107
|
+
readonly expandedValue: _angular_core.InputSignal<string[] | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Whether clicking on a branch should open it or not
|
|
110
|
+
* @default true
|
|
111
|
+
*/
|
|
112
|
+
readonly expandOnClick: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
113
|
+
/**
|
|
114
|
+
* The value of the focused node
|
|
115
|
+
*/
|
|
116
|
+
readonly focusedValue: _angular_core.InputSignal<string | null | undefined>;
|
|
117
|
+
/**
|
|
118
|
+
* A root node to correctly resolve the Document in custom environments. i.e.,
|
|
119
|
+
* Iframes, Electron.
|
|
120
|
+
*/
|
|
121
|
+
readonly getRootNode: _angular_core.InputSignal<(() => ShadowRoot | Document | Node) | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* HTML id attribute. If omitted, a unique identifier will be generated for
|
|
124
|
+
* accessibility.
|
|
125
|
+
*/
|
|
126
|
+
readonly id: _angular_core.InputSignal<string | undefined>;
|
|
127
|
+
/**
|
|
128
|
+
* When true, the component will not be rendered in the DOM until it becomes
|
|
129
|
+
* visible or active.
|
|
130
|
+
*
|
|
131
|
+
* @default false
|
|
132
|
+
*/
|
|
133
|
+
readonly lazyMount: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
134
|
+
/**
|
|
135
|
+
* Function to load children for a node asynchronously.
|
|
136
|
+
* When provided, branches will wait for this promise to resolve before expanding.
|
|
137
|
+
*/
|
|
138
|
+
readonly loadChildren: _angular_core.InputSignal<((details: LoadChildrenDetails<T>) => Promise<T[]>) | undefined>;
|
|
139
|
+
/**
|
|
140
|
+
* The controlled open state of the side navigation
|
|
141
|
+
*/
|
|
142
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
143
|
+
/**
|
|
144
|
+
* The controlled selected node value
|
|
145
|
+
*/
|
|
146
|
+
readonly selectedValue: _angular_core.InputSignal<string[] | undefined>;
|
|
147
|
+
/**
|
|
148
|
+
* Whether the tree supports multiple selection
|
|
149
|
+
* @option `'single'`: only one node can be selected
|
|
150
|
+
* @option `'multiple'`: multiple nodes can be selected
|
|
151
|
+
*
|
|
152
|
+
* @default 'single'
|
|
153
|
+
*/
|
|
154
|
+
readonly selectionMode: _angular_core.InputSignal<"single" | "multiple" | undefined>;
|
|
155
|
+
/**
|
|
156
|
+
* Callback function that determines whether a node should be hidden.
|
|
157
|
+
*/
|
|
158
|
+
readonly shouldHideNode: _angular_core.InputSignal<((state: NodeState<T>) => boolean | undefined) | undefined>;
|
|
159
|
+
/**
|
|
160
|
+
* Whether the tree supports typeahead search
|
|
161
|
+
* @default true
|
|
162
|
+
*/
|
|
163
|
+
readonly typeahead: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
164
|
+
/**
|
|
165
|
+
* When true, the component will be completely removed from the DOM when it
|
|
166
|
+
* becomes inactive or hidden, rather than just being hidden with CSS.
|
|
167
|
+
*
|
|
168
|
+
* @default false
|
|
169
|
+
*/
|
|
170
|
+
readonly unmountOnExit: _angular_core.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
171
|
+
/**
|
|
172
|
+
* Called when the tree is opened or closed
|
|
173
|
+
*/
|
|
174
|
+
readonly expandedValueChanged: _angular_core.OutputEmitterRef<ExpandedChangeDetails<T>>;
|
|
175
|
+
/**
|
|
176
|
+
* Called when the focused node changes
|
|
177
|
+
*/
|
|
178
|
+
readonly focusChanged: _angular_core.OutputEmitterRef<FocusChangeDetails<T>>;
|
|
179
|
+
/**
|
|
180
|
+
* Called when a node finishes loading children
|
|
181
|
+
*/
|
|
182
|
+
readonly loadChildrenComplete: _angular_core.OutputEmitterRef<LoadChildrenCompleteDetails<T>>;
|
|
183
|
+
/**
|
|
184
|
+
* Called when loading children fails for one or more nodes
|
|
185
|
+
*/
|
|
186
|
+
readonly loadChildrenError: _angular_core.OutputEmitterRef<LoadChildrenErrorDetails<T>>;
|
|
187
|
+
/**
|
|
188
|
+
* Called when the selection changes
|
|
189
|
+
*/
|
|
190
|
+
readonly selectedValueChanged: _angular_core.OutputEmitterRef<SelectionChangeDetails<T>>;
|
|
191
|
+
/**
|
|
192
|
+
* Called when the side navigation opens or closes
|
|
193
|
+
*/
|
|
194
|
+
readonly openChanged: _angular_core.OutputEmitterRef<boolean>;
|
|
195
|
+
protected readonly document: Document;
|
|
196
|
+
protected readonly hostId: _angular_core.Signal<string>;
|
|
197
|
+
readonly injector: Injector;
|
|
198
|
+
protected readonly isMounted: () => boolean;
|
|
199
|
+
protected readonly renderStrategyContextService: RenderStrategyContextService;
|
|
200
|
+
protected readonly sideNavContextService: SideNavContextService;
|
|
201
|
+
protected readonly treeContextService: TreeContextService<any>;
|
|
202
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
203
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
204
|
+
setDisabled: (disabled: boolean) => void;
|
|
205
|
+
};
|
|
206
|
+
ngOnInit(): void;
|
|
207
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavRootDirective<any>, never>;
|
|
208
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavRootDirective<any>, never, never, { "collection": { "alias": "collection"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "defaultExpandedValue": { "alias": "defaultExpandedValue"; "required": false; "isSignal": true; }; "defaultFocusedValue": { "alias": "defaultFocusedValue"; "required": false; "isSignal": true; }; "defaultSelectedValue": { "alias": "defaultSelectedValue"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "expandedValue": { "alias": "expandedValue"; "required": false; "isSignal": true; }; "expandOnClick": { "alias": "expandOnClick"; "required": false; "isSignal": true; }; "focusedValue": { "alias": "focusedValue"; "required": false; "isSignal": true; }; "getRootNode": { "alias": "getRootNode"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "lazyMount": { "alias": "lazyMount"; "required": false; "isSignal": true; }; "loadChildren": { "alias": "loadChildren"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "selectedValue": { "alias": "selectedValue"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "shouldHideNode": { "alias": "shouldHideNode"; "required": false; "isSignal": true; }; "typeahead": { "alias": "typeahead"; "required": false; "isSignal": true; }; "unmountOnExit": { "alias": "unmountOnExit"; "required": false; "isSignal": true; }; }, { "expandedValueChanged": "expandedValueChanged"; "focusChanged": "focusChanged"; "loadChildrenComplete": "loadChildrenComplete"; "loadChildrenError": "loadChildrenError"; "selectedValueChanged": "selectedValueChanged"; "openChanged": "openChanged"; }, never, never, true, never>;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
declare class CoreSideNavTriggerDirective implements OnInit {
|
|
212
|
+
/**
|
|
213
|
+
* HTML id attribute. If omitted, a unique identifier will be generated for
|
|
214
|
+
* accessibility.
|
|
215
|
+
*/
|
|
216
|
+
readonly id: _angular_core.InputSignal<string | undefined>;
|
|
217
|
+
protected readonly sideNavContext: () => _qualcomm_ui_core_side_nav.SideNavApi;
|
|
218
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
219
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
220
|
+
setDisabled: (disabled: boolean) => void;
|
|
221
|
+
};
|
|
222
|
+
ngOnInit(): void;
|
|
223
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreSideNavTriggerDirective, never>;
|
|
224
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreSideNavTriggerDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export { CoreSideNavHeaderActionDirective, CoreSideNavHeaderDirective, CoreSideNavHeaderLogoDirective, CoreSideNavHeaderTitleDirective, CoreSideNavRootDirective, CoreSideNavTriggerDirective, SIDE_NAV_CONTEXT, SideNavContextService, provideSideNavContext, useSideNavContext };
|
|
228
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/side-nav/core-side-nav-header-action.directive.ts","../../src/side-nav/core-side-nav-header-logo.directive.ts","../../src/side-nav/core-side-nav-header-title.directive.ts","../../src/side-nav/core-side-nav-header.directive.ts","../../src/side-nav/side-nav-context.service.ts","../../src/side-nav/core-side-nav-root.directive.ts","../../src/side-nav/core-side-nav-trigger.directive.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":[],"mappings":"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"}
|
package/tooltip/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
2
|
+
import { OnInit, Injector } from '@angular/core';
|
|
3
|
+
import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
|
|
4
|
+
import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
|
|
3
5
|
import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
|
|
4
6
|
import { TooltipApi, TooltipApiProps, TooltipPositioningOptions } from '@qualcomm-ui/core/tooltip';
|
|
5
7
|
import { Booleanish } from '@qualcomm-ui/utils/coercion';
|
|
6
8
|
import { Direction } from '@qualcomm-ui/utils/direction';
|
|
7
|
-
import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
|
|
8
|
-
import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
|
|
9
9
|
|
|
10
10
|
declare class CoreTooltipArrowTipDirective implements OnInit {
|
|
11
11
|
private readonly tooltipContext;
|
|
@@ -121,9 +121,12 @@ declare class CoreTooltipRootDirective implements SignalifyInput<TooltipApiProps
|
|
|
121
121
|
readonly openChanged: _angular_core.OutputEmitterRef<boolean>;
|
|
122
122
|
protected readonly tooltipContext: TooltipContextService;
|
|
123
123
|
readonly hostId: _angular_core.Signal<string>;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
protected readonly isMounted: () => boolean;
|
|
125
|
+
protected readonly injector: Injector;
|
|
126
|
+
protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
|
|
127
|
+
extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
|
|
128
|
+
setDisabled: (disabled: boolean) => void;
|
|
129
|
+
};
|
|
127
130
|
ngOnInit(): void;
|
|
128
131
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CoreTooltipRootDirective, never>;
|
|
129
132
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CoreTooltipRootDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "closeOnClick": { "alias": "closeOnClick"; "required": false; "isSignal": true; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "positioning": { "alias": "positioning"; "required": false; "isSignal": true; }; }, { "openChanged": "openChanged"; }, never, never, true, never>;
|
package/tooltip/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/tooltip/core-tooltip-arrow-tip.directive.ts","../../src/tooltip/core-tooltip-arrow.directive.ts","../../src/tooltip/core-tooltip-content.directive.ts","../../src/tooltip/core-tooltip-positioner.directive.ts","../../src/tooltip/core-tooltip-trigger.directive.ts","../../src/tooltip/tooltip-context.service.ts","../../src/tooltip/core-tooltip-root.directive.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;AASA,cAAA,4BAAA,YAAA,MAAA;AAEE;AAEA;;;;AAOD;;ACVD,cAAA,yBAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,2BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,8BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,2BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACvBD,cAAA,qBAAA,SAAA,qBAAA,CAAA,UAAA;;;AAC+E;AAE/E,cAAA,eAAA,EAA6B,aAAA,CAAA,cAAA,OAAA,UAAA;AAAA,cAAE,6DAAiB,iCAAA,CAAA,cAAA,0DAAA,UAAA,iBAAA,UAAA;AAAA,cAAE;;ACmBlD,cAAA,wBAAA,YAAA,cAAA,CAAA,eAAA,GAAA,MAAA;AAIE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;;AAEG;kBACS,aAAA,CAAA,WAAA,CAAA,SAAA;AAEZ;;AAEG;2BACkB,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIrB;;AAEG;4BACmB,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAItB;;AAEG;uBACc,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIjB;;AAEG;mBACU,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIb;;;;AAIG;0BACiB,aAAA,CAAA,WAAA,CAAA,yBAAA;AAEpB;;AAEG;0BACiB,aAAA,CAAA,gBAAA;AAEpB,uCAAA,qBAAA;qBAEe,aAAA,CAAA,MAAA;AAEf;AAEA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/tooltip/core-tooltip-arrow-tip.directive.ts","../../src/tooltip/core-tooltip-arrow.directive.ts","../../src/tooltip/core-tooltip-content.directive.ts","../../src/tooltip/core-tooltip-positioner.directive.ts","../../src/tooltip/core-tooltip-trigger.directive.ts","../../src/tooltip/tooltip-context.service.ts","../../src/tooltip/core-tooltip-root.directive.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;AASA,cAAA,4BAAA,YAAA,MAAA;AAEE;AAEA;;;;AAOD;;ACVD,cAAA,yBAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,2BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,8BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACxBD,cAAA,2BAAA,YAAA,MAAA;AAEE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;AAEA;AAEA;AAEA;;;;AAUD;;ACvBD,cAAA,qBAAA,SAAA,qBAAA,CAAA,UAAA;;;AAC+E;AAE/E,cAAA,eAAA,EAA6B,aAAA,CAAA,cAAA,OAAA,UAAA;AAAA,cAAE,6DAAiB,iCAAA,CAAA,cAAA,0DAAA,UAAA,iBAAA,UAAA;AAAA,cAAE;;ACmBlD,cAAA,wBAAA,YAAA,cAAA,CAAA,eAAA,GAAA,MAAA;AAIE;;;AAGG;iBACQ,aAAA,CAAA,WAAA;AAEX;;AAEG;kBACS,aAAA,CAAA,WAAA,CAAA,SAAA;AAEZ;;AAEG;2BACkB,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIrB;;AAEG;4BACmB,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAItB;;AAEG;uBACc,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIjB;;AAEG;mBACU,aAAA,CAAA,wBAAA,sBAAA,UAAA;AAIb;;;;AAIG;0BACiB,aAAA,CAAA,WAAA,CAAA,yBAAA;AAEpB;;AAEG;0BACiB,aAAA,CAAA,gBAAA;AAEpB,uCAAA,qBAAA;qBAEe,aAAA,CAAA,MAAA;AAEf;AAEA,iCAAA,QAAA;+CAEgC,iCAAA,CAAA,mBAAA;;;AAE/B;;;;AA4BF;;;;"}
|