@skyux/indicators 5.2.0 → 5.5.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/bundles/skyux-indicators.umd.js +210 -145
- package/documentation.json +524 -549
- package/esm2015/index.js +38 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/{modules → lib/modules}/alert/alert.component.js +4 -4
- package/esm2015/lib/modules/alert/alert.component.js.map +1 -0
- package/esm2015/lib/modules/alert/alert.module.js +38 -0
- package/esm2015/lib/modules/alert/alert.module.js.map +1 -0
- package/esm2015/lib/modules/chevron/chevron.component.js +66 -0
- package/esm2015/lib/modules/chevron/chevron.component.js.map +1 -0
- package/esm2015/lib/modules/chevron/chevron.module.js +38 -0
- package/esm2015/lib/modules/chevron/chevron.module.js.map +1 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.component.js +35 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.component.js.map +1 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js +19 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/help-inline/help-inline.component.js +4 -4
- package/esm2015/lib/modules/help-inline/help-inline.component.js.map +1 -0
- package/esm2015/lib/modules/help-inline/help-inline.module.js +38 -0
- package/esm2015/lib/modules/help-inline/help-inline.module.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-class-list.pipe.js +38 -0
- package/esm2015/lib/modules/icon/icon-class-list.pipe.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-resolver.service.js +42 -0
- package/esm2015/lib/modules/icon/icon-resolver.service.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-stack-item.js +2 -0
- package/esm2015/lib/modules/icon/icon-stack-item.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-stack.component.js +23 -0
- package/esm2015/lib/modules/icon/icon-stack.component.js.map +1 -0
- package/esm2015/lib/modules/icon/icon.component.js +37 -0
- package/esm2015/lib/modules/icon/icon.component.js.map +1 -0
- package/esm2015/lib/modules/icon/icon.module.js +21 -0
- package/esm2015/lib/modules/icon/icon.module.js.map +1 -0
- package/esm2015/lib/modules/icon/types/icon-type.js +2 -0
- package/esm2015/lib/modules/icon/types/icon-type.js.map +1 -0
- package/esm2015/lib/modules/icon/types/icon-variant-type.js +2 -0
- package/esm2015/lib/modules/icon/types/icon-variant-type.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info-label.component.js +18 -0
- package/esm2015/lib/modules/key-info/key-info-label.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info-value.component.js +18 -0
- package/esm2015/lib/modules/key-info/key-info-value.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info.component.js +26 -0
- package/esm2015/lib/modules/key-info/key-info.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info.module.js +32 -0
- package/esm2015/lib/modules/key-info/key-info.module.js.map +1 -0
- package/esm2015/lib/modules/label/label-type.js +2 -0
- package/esm2015/lib/modules/label/label-type.js.map +1 -0
- package/esm2015/{modules → lib/modules}/label/label.component.js +4 -4
- package/esm2015/lib/modules/label/label.component.js.map +1 -0
- package/esm2015/lib/modules/label/label.module.js +19 -0
- package/esm2015/lib/modules/label/label.module.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-description-type.js +2 -0
- package/esm2015/lib/modules/shared/indicator-description-type.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon-type.js +2 -0
- package/esm2015/lib/modules/shared/indicator-icon-type.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon-utility.js +41 -0
- package/esm2015/lib/modules/shared/indicator-icon-utility.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon.js +2 -0
- package/esm2015/lib/modules/shared/indicator-icon.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js +61 -0
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js.map +1 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.component.js +99 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.component.js.map +1 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js +34 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js.map +1 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js +154 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js.map +1 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.module.js +18 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/tokens/token.component.js +6 -5
- package/esm2015/lib/modules/tokens/token.component.js.map +1 -0
- package/esm2015/lib/modules/tokens/tokens.component.js +304 -0
- package/esm2015/lib/modules/tokens/tokens.component.js.map +1 -0
- package/esm2015/lib/modules/tokens/tokens.module.js +35 -0
- package/esm2015/lib/modules/tokens/tokens.module.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/token-selected-event-args.js +2 -0
- package/esm2015/lib/modules/tokens/types/token-selected-event-args.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/token.js +2 -0
- package/esm2015/lib/modules/tokens/types/token.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/tokens-message-type.js +24 -0
- package/esm2015/lib/modules/tokens/types/tokens-message-type.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/tokens-message.js +2 -0
- package/esm2015/lib/modules/tokens/types/tokens-message.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-adapter.service.js +201 -0
- package/esm2015/lib/modules/wait/wait-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-page-adapter.service.js +25 -0
- package/esm2015/lib/modules/wait/wait-page-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-page.component.js +23 -0
- package/esm2015/lib/modules/wait/wait-page.component.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.component.js +94 -0
- package/esm2015/lib/modules/wait/wait.component.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.module.js +22 -0
- package/esm2015/lib/modules/wait/wait.module.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.service.js +164 -0
- package/esm2015/lib/modules/wait/wait.service.js.map +1 -0
- package/esm2015/skyux-indicators.js +2 -2
- package/esm2015/skyux-indicators.js.map +1 -0
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/alert-fixture.js.map +1 -0
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/esm2015/testing/skyux-indicators-testing.js +1 -1
- package/esm2015/testing/skyux-indicators-testing.js.map +1 -0
- package/esm2015/testing/wait-fixture.js +1 -1
- package/esm2015/testing/wait-fixture.js.map +1 -0
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +172 -119
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/index.d.ts +35 -0
- package/{modules → lib/modules}/alert/alert.component.d.ts +0 -0
- package/{modules → lib/modules}/alert/alert.module.d.ts +0 -0
- package/{modules → lib/modules}/chevron/chevron.component.d.ts +4 -0
- package/{modules → lib/modules}/chevron/chevron.module.d.ts +2 -1
- package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +15 -0
- package/lib/modules/expansion-indicator/expansion-indicator.module.d.ts +9 -0
- package/{modules → lib/modules}/help-inline/help-inline.component.d.ts +0 -0
- package/{modules → lib/modules}/help-inline/help-inline.module.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-class-list.pipe.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-resolver.service.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-stack-item.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-stack.component.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon.component.d.ts +4 -3
- package/{modules → lib/modules}/icon/icon.module.d.ts +0 -0
- package/{modules → lib/modules}/icon/types/icon-type.d.ts +0 -0
- package/{modules → lib/modules}/icon/types/icon-variant-type.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info-label.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info-value.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info.module.d.ts +0 -0
- package/{modules → lib/modules}/label/label-type.d.ts +0 -0
- package/{modules → lib/modules}/label/label.component.d.ts +0 -0
- package/{modules → lib/modules}/label/label.module.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-description-type.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon-type.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon-utility.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-indicators-resources.module.d.ts +0 -0
- package/{modules → lib/modules}/status-indicator/status-indicator.component.d.ts +0 -0
- package/{modules → lib/modules}/status-indicator/status-indicator.module.d.ts +0 -0
- package/{modules → lib/modules}/text-highlight/text-highlight.directive.d.ts +0 -0
- package/{modules → lib/modules}/text-highlight/text-highlight.module.d.ts +0 -0
- package/{modules → lib/modules}/tokens/token.component.d.ts +0 -0
- package/{modules → lib/modules}/tokens/tokens.component.d.ts +1 -1
- package/{modules → lib/modules}/tokens/tokens.module.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/token-selected-event-args.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/token.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/tokens-message-type.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/tokens-message.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-page-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-page.component.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.component.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.module.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.service.d.ts +0 -0
- package/package.json +20 -6
- package/skyux-indicators.d.ts +1 -1
- package/LICENSE +0 -21
- package/esm2015/modules/alert/alert.module.js +0 -38
- package/esm2015/modules/chevron/chevron.component.js +0 -61
- package/esm2015/modules/chevron/chevron.module.js +0 -34
- package/esm2015/modules/help-inline/help-inline.module.js +0 -38
- package/esm2015/modules/icon/icon-class-list.pipe.js +0 -37
- package/esm2015/modules/icon/icon-resolver.service.js +0 -41
- package/esm2015/modules/icon/icon-stack-item.js +0 -2
- package/esm2015/modules/icon/icon-stack.component.js +0 -23
- package/esm2015/modules/icon/icon.component.js +0 -36
- package/esm2015/modules/icon/icon.module.js +0 -21
- package/esm2015/modules/icon/types/icon-type.js +0 -2
- package/esm2015/modules/icon/types/icon-variant-type.js +0 -2
- package/esm2015/modules/key-info/key-info-label.component.js +0 -18
- package/esm2015/modules/key-info/key-info-value.component.js +0 -18
- package/esm2015/modules/key-info/key-info.component.js +0 -26
- package/esm2015/modules/key-info/key-info.module.js +0 -32
- package/esm2015/modules/label/label-type.js +0 -2
- package/esm2015/modules/label/label.module.js +0 -19
- package/esm2015/modules/shared/indicator-description-type.js +0 -2
- package/esm2015/modules/shared/indicator-icon-type.js +0 -2
- package/esm2015/modules/shared/indicator-icon-utility.js +0 -41
- package/esm2015/modules/shared/indicator-icon.js +0 -2
- package/esm2015/modules/shared/sky-indicators-resources.module.js +0 -61
- package/esm2015/modules/status-indicator/status-indicator.component.js +0 -98
- package/esm2015/modules/status-indicator/status-indicator.module.js +0 -34
- package/esm2015/modules/text-highlight/text-highlight.directive.js +0 -153
- package/esm2015/modules/text-highlight/text-highlight.module.js +0 -18
- package/esm2015/modules/tokens/tokens.component.js +0 -304
- package/esm2015/modules/tokens/tokens.module.js +0 -35
- package/esm2015/modules/tokens/types/token-selected-event-args.js +0 -2
- package/esm2015/modules/tokens/types/token.js +0 -2
- package/esm2015/modules/tokens/types/tokens-message-type.js +0 -24
- package/esm2015/modules/tokens/types/tokens-message.js +0 -2
- package/esm2015/modules/wait/wait-adapter.service.js +0 -201
- package/esm2015/modules/wait/wait-page-adapter.service.js +0 -25
- package/esm2015/modules/wait/wait-page.component.js +0 -23
- package/esm2015/modules/wait/wait.component.js +0 -93
- package/esm2015/modules/wait/wait.module.js +0 -22
- package/esm2015/modules/wait/wait.service.js +0 -162
- package/esm2015/public-api.js +0 -36
- package/public-api.d.ts +0 -33
package/documentation.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"SkyTokensMessageType": "enumeration-skytokensmessagetype",
|
|
4
4
|
"SkyAlertModule": "class-skyalertmodule",
|
|
5
5
|
"SkyChevronModule": "class-skychevronmodule",
|
|
6
|
+
"SkyExpansionIndicatorModule": "class-skyexpansionindicatormodule",
|
|
6
7
|
"SkyHelpInlineModule": "class-skyhelpinlinemodule",
|
|
7
8
|
"SkyIconModule": "class-skyiconmodule",
|
|
8
9
|
"SkyKeyInfoModule": "class-skykeyinfomodule",
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
"SkyTokenComponent": "class-skytokencomponent",
|
|
19
20
|
"SkyTokensComponent": "class-skytokenscomponent",
|
|
20
21
|
"SkyWaitComponent": "class-skywaitcomponent",
|
|
21
|
-
"SkyChevronComponent": "class-skychevroncomponent",
|
|
22
22
|
"SkyHelpInlineComponent": "class-skyhelpinlinecomponent",
|
|
23
23
|
"SkyIconComponent": "class-skyiconcomponent",
|
|
24
24
|
"SkyIconStackComponent": "class-skyiconstackcomponent",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"originalName": "",
|
|
44
44
|
"children": [
|
|
45
45
|
{
|
|
46
|
-
"id":
|
|
46
|
+
"id": 346,
|
|
47
47
|
"name": "SkyTokensMessageType",
|
|
48
48
|
"kind": 8,
|
|
49
49
|
"kindString": "Enumeration",
|
|
50
50
|
"flags": {},
|
|
51
51
|
"children": [
|
|
52
52
|
{
|
|
53
|
-
"id":
|
|
53
|
+
"id": 348,
|
|
54
54
|
"name": "FocusActiveToken",
|
|
55
55
|
"kind": 16,
|
|
56
56
|
"kindString": "Enumeration member",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"defaultValue": "1"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"id":
|
|
71
|
+
"id": 347,
|
|
72
72
|
"name": "FocusLastToken",
|
|
73
73
|
"kind": 16,
|
|
74
74
|
"kindString": "Enumeration member",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"defaultValue": "0"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"id":
|
|
89
|
+
"id": 350,
|
|
90
90
|
"name": "FocusNextToken",
|
|
91
91
|
"kind": 16,
|
|
92
92
|
"kindString": "Enumeration member",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"defaultValue": "3"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
|
-
"id":
|
|
107
|
+
"id": 349,
|
|
108
108
|
"name": "FocusPreviousToken",
|
|
109
109
|
"kind": 16,
|
|
110
110
|
"kindString": "Enumeration member",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"defaultValue": "2"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"id":
|
|
125
|
+
"id": 351,
|
|
126
126
|
"name": "RemoveActiveToken",
|
|
127
127
|
"kind": 16,
|
|
128
128
|
"kindString": "Enumeration member",
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
"title": "Enumeration members",
|
|
146
146
|
"kind": 16,
|
|
147
147
|
"children": [
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
148
|
+
348,
|
|
149
|
+
347,
|
|
150
|
+
350,
|
|
151
|
+
349,
|
|
152
|
+
351
|
|
153
153
|
]
|
|
154
154
|
}
|
|
155
155
|
],
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
]
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"id":
|
|
165
|
+
"id": 304,
|
|
166
166
|
"name": "SkyAlertModule",
|
|
167
167
|
"kind": 128,
|
|
168
168
|
"kindString": "Class",
|
|
@@ -172,6 +172,8 @@
|
|
|
172
172
|
"name": "NgModule",
|
|
173
173
|
"type": {
|
|
174
174
|
"type": "reference",
|
|
175
|
+
"qualifiedName": "NgModuleDecorator",
|
|
176
|
+
"package": "@angular/core",
|
|
175
177
|
"name": "NgModule"
|
|
176
178
|
},
|
|
177
179
|
"arguments": {
|
|
@@ -181,21 +183,21 @@
|
|
|
181
183
|
],
|
|
182
184
|
"children": [
|
|
183
185
|
{
|
|
184
|
-
"id":
|
|
186
|
+
"id": 305,
|
|
185
187
|
"name": "constructor",
|
|
186
188
|
"kind": 512,
|
|
187
189
|
"kindString": "Constructor",
|
|
188
190
|
"flags": {},
|
|
189
191
|
"signatures": [
|
|
190
192
|
{
|
|
191
|
-
"id":
|
|
193
|
+
"id": 306,
|
|
192
194
|
"name": "new SkyAlertModule",
|
|
193
195
|
"kind": 16384,
|
|
194
196
|
"kindString": "Constructor signature",
|
|
195
197
|
"flags": {},
|
|
196
198
|
"type": {
|
|
197
199
|
"type": "reference",
|
|
198
|
-
"id":
|
|
200
|
+
"id": 304,
|
|
199
201
|
"name": "SkyAlertModule"
|
|
200
202
|
}
|
|
201
203
|
}
|
|
@@ -207,7 +209,7 @@
|
|
|
207
209
|
"title": "Constructors",
|
|
208
210
|
"kind": 512,
|
|
209
211
|
"children": [
|
|
210
|
-
|
|
212
|
+
305
|
|
211
213
|
]
|
|
212
214
|
}
|
|
213
215
|
],
|
|
@@ -220,7 +222,7 @@
|
|
|
220
222
|
]
|
|
221
223
|
},
|
|
222
224
|
{
|
|
223
|
-
"id":
|
|
225
|
+
"id": 307,
|
|
224
226
|
"name": "SkyChevronModule",
|
|
225
227
|
"kind": 128,
|
|
226
228
|
"kindString": "Class",
|
|
@@ -230,30 +232,32 @@
|
|
|
230
232
|
"name": "NgModule",
|
|
231
233
|
"type": {
|
|
232
234
|
"type": "reference",
|
|
235
|
+
"qualifiedName": "NgModuleDecorator",
|
|
236
|
+
"package": "@angular/core",
|
|
233
237
|
"name": "NgModule"
|
|
234
238
|
},
|
|
235
239
|
"arguments": {
|
|
236
|
-
"obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyChevronComponent],\n}"
|
|
240
|
+
"obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n SkyExpansionIndicatorModule,\n ],\n exports: [SkyChevronComponent],\n}"
|
|
237
241
|
}
|
|
238
242
|
}
|
|
239
243
|
],
|
|
240
244
|
"children": [
|
|
241
245
|
{
|
|
242
|
-
"id":
|
|
246
|
+
"id": 308,
|
|
243
247
|
"name": "constructor",
|
|
244
248
|
"kind": 512,
|
|
245
249
|
"kindString": "Constructor",
|
|
246
250
|
"flags": {},
|
|
247
251
|
"signatures": [
|
|
248
252
|
{
|
|
249
|
-
"id":
|
|
253
|
+
"id": 309,
|
|
250
254
|
"name": "new SkyChevronModule",
|
|
251
255
|
"kind": 16384,
|
|
252
256
|
"kindString": "Constructor signature",
|
|
253
257
|
"flags": {},
|
|
254
258
|
"type": {
|
|
255
259
|
"type": "reference",
|
|
256
|
-
"id":
|
|
260
|
+
"id": 307,
|
|
257
261
|
"name": "SkyChevronModule"
|
|
258
262
|
}
|
|
259
263
|
}
|
|
@@ -265,20 +269,80 @@
|
|
|
265
269
|
"title": "Constructors",
|
|
266
270
|
"kind": 512,
|
|
267
271
|
"children": [
|
|
268
|
-
|
|
272
|
+
308
|
|
269
273
|
]
|
|
270
274
|
}
|
|
271
275
|
],
|
|
272
276
|
"sources": [
|
|
273
277
|
{
|
|
274
278
|
"fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
|
|
275
|
-
"line":
|
|
279
|
+
"line": 25,
|
|
280
|
+
"character": 13
|
|
281
|
+
}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": 310,
|
|
286
|
+
"name": "SkyExpansionIndicatorModule",
|
|
287
|
+
"kind": 128,
|
|
288
|
+
"kindString": "Class",
|
|
289
|
+
"flags": {},
|
|
290
|
+
"decorators": [
|
|
291
|
+
{
|
|
292
|
+
"name": "NgModule",
|
|
293
|
+
"type": {
|
|
294
|
+
"type": "reference",
|
|
295
|
+
"qualifiedName": "NgModuleDecorator",
|
|
296
|
+
"package": "@angular/core",
|
|
297
|
+
"name": "NgModule"
|
|
298
|
+
},
|
|
299
|
+
"arguments": {
|
|
300
|
+
"obj": "{\n declarations: [SkyExpansionIndicatorComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyExpansionIndicatorComponent],\n}"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"children": [
|
|
305
|
+
{
|
|
306
|
+
"id": 311,
|
|
307
|
+
"name": "constructor",
|
|
308
|
+
"kind": 512,
|
|
309
|
+
"kindString": "Constructor",
|
|
310
|
+
"flags": {},
|
|
311
|
+
"signatures": [
|
|
312
|
+
{
|
|
313
|
+
"id": 312,
|
|
314
|
+
"name": "new SkyExpansionIndicatorModule",
|
|
315
|
+
"kind": 16384,
|
|
316
|
+
"kindString": "Constructor signature",
|
|
317
|
+
"flags": {},
|
|
318
|
+
"type": {
|
|
319
|
+
"type": "reference",
|
|
320
|
+
"id": 310,
|
|
321
|
+
"name": "SkyExpansionIndicatorModule"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"groups": [
|
|
328
|
+
{
|
|
329
|
+
"title": "Constructors",
|
|
330
|
+
"kind": 512,
|
|
331
|
+
"children": [
|
|
332
|
+
311
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"sources": [
|
|
337
|
+
{
|
|
338
|
+
"fileName": "projects/indicators/src/modules/expansion-indicator/expansion-indicator.module.ts",
|
|
339
|
+
"line": 13,
|
|
276
340
|
"character": 13
|
|
277
341
|
}
|
|
278
342
|
]
|
|
279
343
|
},
|
|
280
344
|
{
|
|
281
|
-
"id":
|
|
345
|
+
"id": 313,
|
|
282
346
|
"name": "SkyHelpInlineModule",
|
|
283
347
|
"kind": 128,
|
|
284
348
|
"kindString": "Class",
|
|
@@ -288,6 +352,8 @@
|
|
|
288
352
|
"name": "NgModule",
|
|
289
353
|
"type": {
|
|
290
354
|
"type": "reference",
|
|
355
|
+
"qualifiedName": "NgModuleDecorator",
|
|
356
|
+
"package": "@angular/core",
|
|
291
357
|
"name": "NgModule"
|
|
292
358
|
},
|
|
293
359
|
"arguments": {
|
|
@@ -297,21 +363,21 @@
|
|
|
297
363
|
],
|
|
298
364
|
"children": [
|
|
299
365
|
{
|
|
300
|
-
"id":
|
|
366
|
+
"id": 314,
|
|
301
367
|
"name": "constructor",
|
|
302
368
|
"kind": 512,
|
|
303
369
|
"kindString": "Constructor",
|
|
304
370
|
"flags": {},
|
|
305
371
|
"signatures": [
|
|
306
372
|
{
|
|
307
|
-
"id":
|
|
373
|
+
"id": 315,
|
|
308
374
|
"name": "new SkyHelpInlineModule",
|
|
309
375
|
"kind": 16384,
|
|
310
376
|
"kindString": "Constructor signature",
|
|
311
377
|
"flags": {},
|
|
312
378
|
"type": {
|
|
313
379
|
"type": "reference",
|
|
314
|
-
"id":
|
|
380
|
+
"id": 313,
|
|
315
381
|
"name": "SkyHelpInlineModule"
|
|
316
382
|
}
|
|
317
383
|
}
|
|
@@ -323,7 +389,7 @@
|
|
|
323
389
|
"title": "Constructors",
|
|
324
390
|
"kind": 512,
|
|
325
391
|
"children": [
|
|
326
|
-
|
|
392
|
+
314
|
|
327
393
|
]
|
|
328
394
|
}
|
|
329
395
|
],
|
|
@@ -336,7 +402,7 @@
|
|
|
336
402
|
]
|
|
337
403
|
},
|
|
338
404
|
{
|
|
339
|
-
"id":
|
|
405
|
+
"id": 319,
|
|
340
406
|
"name": "SkyIconModule",
|
|
341
407
|
"kind": 128,
|
|
342
408
|
"kindString": "Class",
|
|
@@ -346,6 +412,8 @@
|
|
|
346
412
|
"name": "NgModule",
|
|
347
413
|
"type": {
|
|
348
414
|
"type": "reference",
|
|
415
|
+
"qualifiedName": "NgModuleDecorator",
|
|
416
|
+
"package": "@angular/core",
|
|
349
417
|
"name": "NgModule"
|
|
350
418
|
},
|
|
351
419
|
"arguments": {
|
|
@@ -355,21 +423,21 @@
|
|
|
355
423
|
],
|
|
356
424
|
"children": [
|
|
357
425
|
{
|
|
358
|
-
"id":
|
|
426
|
+
"id": 320,
|
|
359
427
|
"name": "constructor",
|
|
360
428
|
"kind": 512,
|
|
361
429
|
"kindString": "Constructor",
|
|
362
430
|
"flags": {},
|
|
363
431
|
"signatures": [
|
|
364
432
|
{
|
|
365
|
-
"id":
|
|
433
|
+
"id": 321,
|
|
366
434
|
"name": "new SkyIconModule",
|
|
367
435
|
"kind": 16384,
|
|
368
436
|
"kindString": "Constructor signature",
|
|
369
437
|
"flags": {},
|
|
370
438
|
"type": {
|
|
371
439
|
"type": "reference",
|
|
372
|
-
"id":
|
|
440
|
+
"id": 319,
|
|
373
441
|
"name": "SkyIconModule"
|
|
374
442
|
}
|
|
375
443
|
}
|
|
@@ -381,7 +449,7 @@
|
|
|
381
449
|
"title": "Constructors",
|
|
382
450
|
"kind": 512,
|
|
383
451
|
"children": [
|
|
384
|
-
|
|
452
|
+
320
|
|
385
453
|
]
|
|
386
454
|
}
|
|
387
455
|
],
|
|
@@ -394,7 +462,7 @@
|
|
|
394
462
|
]
|
|
395
463
|
},
|
|
396
464
|
{
|
|
397
|
-
"id":
|
|
465
|
+
"id": 324,
|
|
398
466
|
"name": "SkyKeyInfoModule",
|
|
399
467
|
"kind": 128,
|
|
400
468
|
"kindString": "Class",
|
|
@@ -404,6 +472,8 @@
|
|
|
404
472
|
"name": "NgModule",
|
|
405
473
|
"type": {
|
|
406
474
|
"type": "reference",
|
|
475
|
+
"qualifiedName": "NgModuleDecorator",
|
|
476
|
+
"package": "@angular/core",
|
|
407
477
|
"name": "NgModule"
|
|
408
478
|
},
|
|
409
479
|
"arguments": {
|
|
@@ -413,21 +483,21 @@
|
|
|
413
483
|
],
|
|
414
484
|
"children": [
|
|
415
485
|
{
|
|
416
|
-
"id":
|
|
486
|
+
"id": 325,
|
|
417
487
|
"name": "constructor",
|
|
418
488
|
"kind": 512,
|
|
419
489
|
"kindString": "Constructor",
|
|
420
490
|
"flags": {},
|
|
421
491
|
"signatures": [
|
|
422
492
|
{
|
|
423
|
-
"id":
|
|
493
|
+
"id": 326,
|
|
424
494
|
"name": "new SkyKeyInfoModule",
|
|
425
495
|
"kind": 16384,
|
|
426
496
|
"kindString": "Constructor signature",
|
|
427
497
|
"flags": {},
|
|
428
498
|
"type": {
|
|
429
499
|
"type": "reference",
|
|
430
|
-
"id":
|
|
500
|
+
"id": 324,
|
|
431
501
|
"name": "SkyKeyInfoModule"
|
|
432
502
|
}
|
|
433
503
|
}
|
|
@@ -439,7 +509,7 @@
|
|
|
439
509
|
"title": "Constructors",
|
|
440
510
|
"kind": 512,
|
|
441
511
|
"children": [
|
|
442
|
-
|
|
512
|
+
325
|
|
443
513
|
]
|
|
444
514
|
}
|
|
445
515
|
],
|
|
@@ -452,7 +522,7 @@
|
|
|
452
522
|
]
|
|
453
523
|
},
|
|
454
524
|
{
|
|
455
|
-
"id":
|
|
525
|
+
"id": 328,
|
|
456
526
|
"name": "SkyLabelModule",
|
|
457
527
|
"kind": 128,
|
|
458
528
|
"kindString": "Class",
|
|
@@ -462,6 +532,8 @@
|
|
|
462
532
|
"name": "NgModule",
|
|
463
533
|
"type": {
|
|
464
534
|
"type": "reference",
|
|
535
|
+
"qualifiedName": "NgModuleDecorator",
|
|
536
|
+
"package": "@angular/core",
|
|
465
537
|
"name": "NgModule"
|
|
466
538
|
},
|
|
467
539
|
"arguments": {
|
|
@@ -471,21 +543,21 @@
|
|
|
471
543
|
],
|
|
472
544
|
"children": [
|
|
473
545
|
{
|
|
474
|
-
"id":
|
|
546
|
+
"id": 329,
|
|
475
547
|
"name": "constructor",
|
|
476
548
|
"kind": 512,
|
|
477
549
|
"kindString": "Constructor",
|
|
478
550
|
"flags": {},
|
|
479
551
|
"signatures": [
|
|
480
552
|
{
|
|
481
|
-
"id":
|
|
553
|
+
"id": 330,
|
|
482
554
|
"name": "new SkyLabelModule",
|
|
483
555
|
"kind": 16384,
|
|
484
556
|
"kindString": "Constructor signature",
|
|
485
557
|
"flags": {},
|
|
486
558
|
"type": {
|
|
487
559
|
"type": "reference",
|
|
488
|
-
"id":
|
|
560
|
+
"id": 328,
|
|
489
561
|
"name": "SkyLabelModule"
|
|
490
562
|
}
|
|
491
563
|
}
|
|
@@ -497,7 +569,7 @@
|
|
|
497
569
|
"title": "Constructors",
|
|
498
570
|
"kind": 512,
|
|
499
571
|
"children": [
|
|
500
|
-
|
|
572
|
+
329
|
|
501
573
|
]
|
|
502
574
|
}
|
|
503
575
|
],
|
|
@@ -510,7 +582,7 @@
|
|
|
510
582
|
]
|
|
511
583
|
},
|
|
512
584
|
{
|
|
513
|
-
"id":
|
|
585
|
+
"id": 331,
|
|
514
586
|
"name": "SkyStatusIndicatorModule",
|
|
515
587
|
"kind": 128,
|
|
516
588
|
"kindString": "Class",
|
|
@@ -520,6 +592,8 @@
|
|
|
520
592
|
"name": "NgModule",
|
|
521
593
|
"type": {
|
|
522
594
|
"type": "reference",
|
|
595
|
+
"qualifiedName": "NgModuleDecorator",
|
|
596
|
+
"package": "@angular/core",
|
|
523
597
|
"name": "NgModule"
|
|
524
598
|
},
|
|
525
599
|
"arguments": {
|
|
@@ -529,21 +603,21 @@
|
|
|
529
603
|
],
|
|
530
604
|
"children": [
|
|
531
605
|
{
|
|
532
|
-
"id":
|
|
606
|
+
"id": 332,
|
|
533
607
|
"name": "constructor",
|
|
534
608
|
"kind": 512,
|
|
535
609
|
"kindString": "Constructor",
|
|
536
610
|
"flags": {},
|
|
537
611
|
"signatures": [
|
|
538
612
|
{
|
|
539
|
-
"id":
|
|
613
|
+
"id": 333,
|
|
540
614
|
"name": "new SkyStatusIndicatorModule",
|
|
541
615
|
"kind": 16384,
|
|
542
616
|
"kindString": "Constructor signature",
|
|
543
617
|
"flags": {},
|
|
544
618
|
"type": {
|
|
545
619
|
"type": "reference",
|
|
546
|
-
"id":
|
|
620
|
+
"id": 331,
|
|
547
621
|
"name": "SkyStatusIndicatorModule"
|
|
548
622
|
}
|
|
549
623
|
}
|
|
@@ -555,7 +629,7 @@
|
|
|
555
629
|
"title": "Constructors",
|
|
556
630
|
"kind": 512,
|
|
557
631
|
"children": [
|
|
558
|
-
|
|
632
|
+
332
|
|
559
633
|
]
|
|
560
634
|
}
|
|
561
635
|
],
|
|
@@ -568,7 +642,7 @@
|
|
|
568
642
|
]
|
|
569
643
|
},
|
|
570
644
|
{
|
|
571
|
-
"id":
|
|
645
|
+
"id": 334,
|
|
572
646
|
"name": "SkyTextHighlightModule",
|
|
573
647
|
"kind": 128,
|
|
574
648
|
"kindString": "Class",
|
|
@@ -578,6 +652,8 @@
|
|
|
578
652
|
"name": "NgModule",
|
|
579
653
|
"type": {
|
|
580
654
|
"type": "reference",
|
|
655
|
+
"qualifiedName": "NgModuleDecorator",
|
|
656
|
+
"package": "@angular/core",
|
|
581
657
|
"name": "NgModule"
|
|
582
658
|
},
|
|
583
659
|
"arguments": {
|
|
@@ -587,21 +663,21 @@
|
|
|
587
663
|
],
|
|
588
664
|
"children": [
|
|
589
665
|
{
|
|
590
|
-
"id":
|
|
666
|
+
"id": 335,
|
|
591
667
|
"name": "constructor",
|
|
592
668
|
"kind": 512,
|
|
593
669
|
"kindString": "Constructor",
|
|
594
670
|
"flags": {},
|
|
595
671
|
"signatures": [
|
|
596
672
|
{
|
|
597
|
-
"id":
|
|
673
|
+
"id": 336,
|
|
598
674
|
"name": "new SkyTextHighlightModule",
|
|
599
675
|
"kind": 16384,
|
|
600
676
|
"kindString": "Constructor signature",
|
|
601
677
|
"flags": {},
|
|
602
678
|
"type": {
|
|
603
679
|
"type": "reference",
|
|
604
|
-
"id":
|
|
680
|
+
"id": 334,
|
|
605
681
|
"name": "SkyTextHighlightModule"
|
|
606
682
|
}
|
|
607
683
|
}
|
|
@@ -613,7 +689,7 @@
|
|
|
613
689
|
"title": "Constructors",
|
|
614
690
|
"kind": 512,
|
|
615
691
|
"children": [
|
|
616
|
-
|
|
692
|
+
335
|
|
617
693
|
]
|
|
618
694
|
}
|
|
619
695
|
],
|
|
@@ -626,7 +702,7 @@
|
|
|
626
702
|
]
|
|
627
703
|
},
|
|
628
704
|
{
|
|
629
|
-
"id":
|
|
705
|
+
"id": 337,
|
|
630
706
|
"name": "SkyTokensModule",
|
|
631
707
|
"kind": 128,
|
|
632
708
|
"kindString": "Class",
|
|
@@ -636,6 +712,8 @@
|
|
|
636
712
|
"name": "NgModule",
|
|
637
713
|
"type": {
|
|
638
714
|
"type": "reference",
|
|
715
|
+
"qualifiedName": "NgModuleDecorator",
|
|
716
|
+
"package": "@angular/core",
|
|
639
717
|
"name": "NgModule"
|
|
640
718
|
},
|
|
641
719
|
"arguments": {
|
|
@@ -645,21 +723,21 @@
|
|
|
645
723
|
],
|
|
646
724
|
"children": [
|
|
647
725
|
{
|
|
648
|
-
"id":
|
|
726
|
+
"id": 338,
|
|
649
727
|
"name": "constructor",
|
|
650
728
|
"kind": 512,
|
|
651
729
|
"kindString": "Constructor",
|
|
652
730
|
"flags": {},
|
|
653
731
|
"signatures": [
|
|
654
732
|
{
|
|
655
|
-
"id":
|
|
733
|
+
"id": 339,
|
|
656
734
|
"name": "new SkyTokensModule",
|
|
657
735
|
"kind": 16384,
|
|
658
736
|
"kindString": "Constructor signature",
|
|
659
737
|
"flags": {},
|
|
660
738
|
"type": {
|
|
661
739
|
"type": "reference",
|
|
662
|
-
"id":
|
|
740
|
+
"id": 337,
|
|
663
741
|
"name": "SkyTokensModule"
|
|
664
742
|
}
|
|
665
743
|
}
|
|
@@ -671,7 +749,7 @@
|
|
|
671
749
|
"title": "Constructors",
|
|
672
750
|
"kind": 512,
|
|
673
751
|
"children": [
|
|
674
|
-
|
|
752
|
+
338
|
|
675
753
|
]
|
|
676
754
|
}
|
|
677
755
|
],
|
|
@@ -684,7 +762,7 @@
|
|
|
684
762
|
]
|
|
685
763
|
},
|
|
686
764
|
{
|
|
687
|
-
"id":
|
|
765
|
+
"id": 352,
|
|
688
766
|
"name": "SkyWaitModule",
|
|
689
767
|
"kind": 128,
|
|
690
768
|
"kindString": "Class",
|
|
@@ -694,6 +772,8 @@
|
|
|
694
772
|
"name": "NgModule",
|
|
695
773
|
"type": {
|
|
696
774
|
"type": "reference",
|
|
775
|
+
"qualifiedName": "NgModuleDecorator",
|
|
776
|
+
"package": "@angular/core",
|
|
697
777
|
"name": "NgModule"
|
|
698
778
|
},
|
|
699
779
|
"arguments": {
|
|
@@ -703,21 +783,21 @@
|
|
|
703
783
|
],
|
|
704
784
|
"children": [
|
|
705
785
|
{
|
|
706
|
-
"id":
|
|
786
|
+
"id": 353,
|
|
707
787
|
"name": "constructor",
|
|
708
788
|
"kind": 512,
|
|
709
789
|
"kindString": "Constructor",
|
|
710
790
|
"flags": {},
|
|
711
791
|
"signatures": [
|
|
712
792
|
{
|
|
713
|
-
"id":
|
|
793
|
+
"id": 354,
|
|
714
794
|
"name": "new SkyWaitModule",
|
|
715
795
|
"kind": 16384,
|
|
716
796
|
"kindString": "Constructor signature",
|
|
717
797
|
"flags": {},
|
|
718
798
|
"type": {
|
|
719
799
|
"type": "reference",
|
|
720
|
-
"id":
|
|
800
|
+
"id": 352,
|
|
721
801
|
"name": "SkyWaitModule"
|
|
722
802
|
}
|
|
723
803
|
}
|
|
@@ -729,7 +809,7 @@
|
|
|
729
809
|
"title": "Constructors",
|
|
730
810
|
"kind": 512,
|
|
731
811
|
"children": [
|
|
732
|
-
|
|
812
|
+
353
|
|
733
813
|
]
|
|
734
814
|
}
|
|
735
815
|
],
|
|
@@ -742,7 +822,7 @@
|
|
|
742
822
|
]
|
|
743
823
|
},
|
|
744
824
|
{
|
|
745
|
-
"id":
|
|
825
|
+
"id": 355,
|
|
746
826
|
"name": "SkyWaitService",
|
|
747
827
|
"kind": 128,
|
|
748
828
|
"kindString": "Class",
|
|
@@ -752,6 +832,8 @@
|
|
|
752
832
|
"name": "Injectable",
|
|
753
833
|
"type": {
|
|
754
834
|
"type": "reference",
|
|
835
|
+
"qualifiedName": "InjectableDecorator",
|
|
836
|
+
"package": "@angular/core",
|
|
755
837
|
"name": "Injectable"
|
|
756
838
|
},
|
|
757
839
|
"arguments": {
|
|
@@ -761,7 +843,7 @@
|
|
|
761
843
|
],
|
|
762
844
|
"children": [
|
|
763
845
|
{
|
|
764
|
-
"id":
|
|
846
|
+
"id": 359,
|
|
765
847
|
"name": "constructor",
|
|
766
848
|
"kind": 512,
|
|
767
849
|
"kindString": "Constructor",
|
|
@@ -775,36 +857,40 @@
|
|
|
775
857
|
],
|
|
776
858
|
"signatures": [
|
|
777
859
|
{
|
|
778
|
-
"id":
|
|
860
|
+
"id": 360,
|
|
779
861
|
"name": "new SkyWaitService",
|
|
780
862
|
"kind": 16384,
|
|
781
863
|
"kindString": "Constructor signature",
|
|
782
864
|
"flags": {},
|
|
783
865
|
"parameters": [
|
|
784
866
|
{
|
|
785
|
-
"id":
|
|
867
|
+
"id": 361,
|
|
786
868
|
"name": "resolver",
|
|
787
869
|
"kind": 32768,
|
|
788
870
|
"kindString": "Parameter",
|
|
789
871
|
"flags": {},
|
|
790
872
|
"type": {
|
|
791
873
|
"type": "reference",
|
|
874
|
+
"qualifiedName": "ComponentFactoryResolver",
|
|
875
|
+
"package": "@angular/core",
|
|
792
876
|
"name": "ComponentFactoryResolver"
|
|
793
877
|
}
|
|
794
878
|
},
|
|
795
879
|
{
|
|
796
|
-
"id":
|
|
880
|
+
"id": 362,
|
|
797
881
|
"name": "appRef",
|
|
798
882
|
"kind": 32768,
|
|
799
883
|
"kindString": "Parameter",
|
|
800
884
|
"flags": {},
|
|
801
885
|
"type": {
|
|
802
886
|
"type": "reference",
|
|
887
|
+
"qualifiedName": "ApplicationRef",
|
|
888
|
+
"package": "@angular/core",
|
|
803
889
|
"name": "ApplicationRef"
|
|
804
890
|
}
|
|
805
891
|
},
|
|
806
892
|
{
|
|
807
|
-
"id":
|
|
893
|
+
"id": 363,
|
|
808
894
|
"name": "waitAdapter",
|
|
809
895
|
"kind": 32768,
|
|
810
896
|
"kindString": "Parameter",
|
|
@@ -815,7 +901,7 @@
|
|
|
815
901
|
}
|
|
816
902
|
},
|
|
817
903
|
{
|
|
818
|
-
"id":
|
|
904
|
+
"id": 364,
|
|
819
905
|
"name": "windowSvc",
|
|
820
906
|
"kind": 32768,
|
|
821
907
|
"kindString": "Parameter",
|
|
@@ -828,14 +914,14 @@
|
|
|
828
914
|
],
|
|
829
915
|
"type": {
|
|
830
916
|
"type": "reference",
|
|
831
|
-
"id":
|
|
917
|
+
"id": 355,
|
|
832
918
|
"name": "SkyWaitService"
|
|
833
919
|
}
|
|
834
920
|
}
|
|
835
921
|
]
|
|
836
922
|
},
|
|
837
923
|
{
|
|
838
|
-
"id":
|
|
924
|
+
"id": 365,
|
|
839
925
|
"name": "beginBlockingPageWait",
|
|
840
926
|
"kind": 2048,
|
|
841
927
|
"kindString": "Method",
|
|
@@ -851,7 +937,7 @@
|
|
|
851
937
|
],
|
|
852
938
|
"signatures": [
|
|
853
939
|
{
|
|
854
|
-
"id":
|
|
940
|
+
"id": 366,
|
|
855
941
|
"name": "beginBlockingPageWait",
|
|
856
942
|
"kind": 4096,
|
|
857
943
|
"kindString": "Call signature",
|
|
@@ -867,7 +953,7 @@
|
|
|
867
953
|
]
|
|
868
954
|
},
|
|
869
955
|
{
|
|
870
|
-
"id":
|
|
956
|
+
"id": 367,
|
|
871
957
|
"name": "beginNonBlockingPageWait",
|
|
872
958
|
"kind": 2048,
|
|
873
959
|
"kindString": "Method",
|
|
@@ -883,7 +969,7 @@
|
|
|
883
969
|
],
|
|
884
970
|
"signatures": [
|
|
885
971
|
{
|
|
886
|
-
"id":
|
|
972
|
+
"id": 368,
|
|
887
973
|
"name": "beginNonBlockingPageWait",
|
|
888
974
|
"kind": 4096,
|
|
889
975
|
"kindString": "Call signature",
|
|
@@ -899,7 +985,7 @@
|
|
|
899
985
|
]
|
|
900
986
|
},
|
|
901
987
|
{
|
|
902
|
-
"id":
|
|
988
|
+
"id": 377,
|
|
903
989
|
"name": "blockingWrap",
|
|
904
990
|
"kind": 2048,
|
|
905
991
|
"kindString": "Method",
|
|
@@ -915,7 +1001,7 @@
|
|
|
915
1001
|
],
|
|
916
1002
|
"signatures": [
|
|
917
1003
|
{
|
|
918
|
-
"id":
|
|
1004
|
+
"id": 378,
|
|
919
1005
|
"name": "blockingWrap",
|
|
920
1006
|
"kind": 4096,
|
|
921
1007
|
"kindString": "Call signature",
|
|
@@ -925,7 +1011,7 @@
|
|
|
925
1011
|
},
|
|
926
1012
|
"typeParameter": [
|
|
927
1013
|
{
|
|
928
|
-
"id":
|
|
1014
|
+
"id": 379,
|
|
929
1015
|
"name": "T",
|
|
930
1016
|
"kind": 131072,
|
|
931
1017
|
"kindString": "Type parameter",
|
|
@@ -934,7 +1020,7 @@
|
|
|
934
1020
|
],
|
|
935
1021
|
"parameters": [
|
|
936
1022
|
{
|
|
937
|
-
"id":
|
|
1023
|
+
"id": 380,
|
|
938
1024
|
"name": "observable",
|
|
939
1025
|
"kind": 32768,
|
|
940
1026
|
"kindString": "Parameter",
|
|
@@ -944,10 +1030,12 @@
|
|
|
944
1030
|
"typeArguments": [
|
|
945
1031
|
{
|
|
946
1032
|
"type": "reference",
|
|
947
|
-
"id":
|
|
1033
|
+
"id": 379,
|
|
948
1034
|
"name": "T"
|
|
949
1035
|
}
|
|
950
1036
|
],
|
|
1037
|
+
"qualifiedName": "Observable",
|
|
1038
|
+
"package": "rxjs",
|
|
951
1039
|
"name": "Observable"
|
|
952
1040
|
}
|
|
953
1041
|
}
|
|
@@ -957,17 +1045,19 @@
|
|
|
957
1045
|
"typeArguments": [
|
|
958
1046
|
{
|
|
959
1047
|
"type": "reference",
|
|
960
|
-
"id":
|
|
1048
|
+
"id": 379,
|
|
961
1049
|
"name": "T"
|
|
962
1050
|
}
|
|
963
1051
|
],
|
|
1052
|
+
"qualifiedName": "Observable",
|
|
1053
|
+
"package": "rxjs",
|
|
964
1054
|
"name": "Observable"
|
|
965
1055
|
}
|
|
966
1056
|
}
|
|
967
1057
|
]
|
|
968
1058
|
},
|
|
969
1059
|
{
|
|
970
|
-
"id":
|
|
1060
|
+
"id": 373,
|
|
971
1061
|
"name": "clearAllPageWaits",
|
|
972
1062
|
"kind": 2048,
|
|
973
1063
|
"kindString": "Method",
|
|
@@ -983,7 +1073,7 @@
|
|
|
983
1073
|
],
|
|
984
1074
|
"signatures": [
|
|
985
1075
|
{
|
|
986
|
-
"id":
|
|
1076
|
+
"id": 374,
|
|
987
1077
|
"name": "clearAllPageWaits",
|
|
988
1078
|
"kind": 4096,
|
|
989
1079
|
"kindString": "Call signature",
|
|
@@ -999,7 +1089,7 @@
|
|
|
999
1089
|
]
|
|
1000
1090
|
},
|
|
1001
1091
|
{
|
|
1002
|
-
"id":
|
|
1092
|
+
"id": 369,
|
|
1003
1093
|
"name": "endBlockingPageWait",
|
|
1004
1094
|
"kind": 2048,
|
|
1005
1095
|
"kindString": "Method",
|
|
@@ -1015,7 +1105,7 @@
|
|
|
1015
1105
|
],
|
|
1016
1106
|
"signatures": [
|
|
1017
1107
|
{
|
|
1018
|
-
"id":
|
|
1108
|
+
"id": 370,
|
|
1019
1109
|
"name": "endBlockingPageWait",
|
|
1020
1110
|
"kind": 4096,
|
|
1021
1111
|
"kindString": "Call signature",
|
|
@@ -1031,7 +1121,7 @@
|
|
|
1031
1121
|
]
|
|
1032
1122
|
},
|
|
1033
1123
|
{
|
|
1034
|
-
"id":
|
|
1124
|
+
"id": 371,
|
|
1035
1125
|
"name": "endNonBlockingPageWait",
|
|
1036
1126
|
"kind": 2048,
|
|
1037
1127
|
"kindString": "Method",
|
|
@@ -1047,7 +1137,7 @@
|
|
|
1047
1137
|
],
|
|
1048
1138
|
"signatures": [
|
|
1049
1139
|
{
|
|
1050
|
-
"id":
|
|
1140
|
+
"id": 372,
|
|
1051
1141
|
"name": "endNonBlockingPageWait",
|
|
1052
1142
|
"kind": 4096,
|
|
1053
1143
|
"kindString": "Call signature",
|
|
@@ -1063,7 +1153,7 @@
|
|
|
1063
1153
|
]
|
|
1064
1154
|
},
|
|
1065
1155
|
{
|
|
1066
|
-
"id":
|
|
1156
|
+
"id": 381,
|
|
1067
1157
|
"name": "nonBlockingWrap",
|
|
1068
1158
|
"kind": 2048,
|
|
1069
1159
|
"kindString": "Method",
|
|
@@ -1079,7 +1169,7 @@
|
|
|
1079
1169
|
],
|
|
1080
1170
|
"signatures": [
|
|
1081
1171
|
{
|
|
1082
|
-
"id":
|
|
1172
|
+
"id": 382,
|
|
1083
1173
|
"name": "nonBlockingWrap",
|
|
1084
1174
|
"kind": 4096,
|
|
1085
1175
|
"kindString": "Call signature",
|
|
@@ -1089,7 +1179,7 @@
|
|
|
1089
1179
|
},
|
|
1090
1180
|
"typeParameter": [
|
|
1091
1181
|
{
|
|
1092
|
-
"id":
|
|
1182
|
+
"id": 383,
|
|
1093
1183
|
"name": "T",
|
|
1094
1184
|
"kind": 131072,
|
|
1095
1185
|
"kindString": "Type parameter",
|
|
@@ -1098,7 +1188,7 @@
|
|
|
1098
1188
|
],
|
|
1099
1189
|
"parameters": [
|
|
1100
1190
|
{
|
|
1101
|
-
"id":
|
|
1191
|
+
"id": 384,
|
|
1102
1192
|
"name": "observable",
|
|
1103
1193
|
"kind": 32768,
|
|
1104
1194
|
"kindString": "Parameter",
|
|
@@ -1108,10 +1198,12 @@
|
|
|
1108
1198
|
"typeArguments": [
|
|
1109
1199
|
{
|
|
1110
1200
|
"type": "reference",
|
|
1111
|
-
"id":
|
|
1201
|
+
"id": 383,
|
|
1112
1202
|
"name": "T"
|
|
1113
1203
|
}
|
|
1114
1204
|
],
|
|
1205
|
+
"qualifiedName": "Observable",
|
|
1206
|
+
"package": "rxjs",
|
|
1115
1207
|
"name": "Observable"
|
|
1116
1208
|
}
|
|
1117
1209
|
}
|
|
@@ -1121,10 +1213,12 @@
|
|
|
1121
1213
|
"typeArguments": [
|
|
1122
1214
|
{
|
|
1123
1215
|
"type": "reference",
|
|
1124
|
-
"id":
|
|
1216
|
+
"id": 383,
|
|
1125
1217
|
"name": "T"
|
|
1126
1218
|
}
|
|
1127
1219
|
],
|
|
1220
|
+
"qualifiedName": "Observable",
|
|
1221
|
+
"package": "rxjs",
|
|
1128
1222
|
"name": "Observable"
|
|
1129
1223
|
}
|
|
1130
1224
|
}
|
|
@@ -1136,20 +1230,20 @@
|
|
|
1136
1230
|
"title": "Constructors",
|
|
1137
1231
|
"kind": 512,
|
|
1138
1232
|
"children": [
|
|
1139
|
-
|
|
1233
|
+
359
|
|
1140
1234
|
]
|
|
1141
1235
|
},
|
|
1142
1236
|
{
|
|
1143
1237
|
"title": "Methods",
|
|
1144
1238
|
"kind": 2048,
|
|
1145
1239
|
"children": [
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1240
|
+
365,
|
|
1241
|
+
367,
|
|
1242
|
+
377,
|
|
1243
|
+
373,
|
|
1244
|
+
369,
|
|
1245
|
+
371,
|
|
1246
|
+
381
|
|
1153
1247
|
]
|
|
1154
1248
|
}
|
|
1155
1249
|
],
|
|
@@ -1172,6 +1266,8 @@
|
|
|
1172
1266
|
"name": "Component",
|
|
1173
1267
|
"type": {
|
|
1174
1268
|
"type": "reference",
|
|
1269
|
+
"qualifiedName": "ComponentDecorator",
|
|
1270
|
+
"package": "@angular/core",
|
|
1175
1271
|
"name": "Component"
|
|
1176
1272
|
},
|
|
1177
1273
|
"arguments": {
|
|
@@ -1218,7 +1314,7 @@
|
|
|
1218
1314
|
],
|
|
1219
1315
|
"type": {
|
|
1220
1316
|
"type": "reference",
|
|
1221
|
-
"id":
|
|
1317
|
+
"id": 316,
|
|
1222
1318
|
"name": "SkyIconStackItem"
|
|
1223
1319
|
}
|
|
1224
1320
|
},
|
|
@@ -1239,7 +1335,7 @@
|
|
|
1239
1335
|
],
|
|
1240
1336
|
"type": {
|
|
1241
1337
|
"type": "reference",
|
|
1242
|
-
"id":
|
|
1338
|
+
"id": 316,
|
|
1243
1339
|
"name": "SkyIconStackItem"
|
|
1244
1340
|
}
|
|
1245
1341
|
},
|
|
@@ -1265,6 +1361,8 @@
|
|
|
1265
1361
|
"name": "Input",
|
|
1266
1362
|
"type": {
|
|
1267
1363
|
"type": "reference",
|
|
1364
|
+
"qualifiedName": "InputDecorator",
|
|
1365
|
+
"package": "@angular/core",
|
|
1268
1366
|
"name": "Input"
|
|
1269
1367
|
},
|
|
1270
1368
|
"arguments": {}
|
|
@@ -1304,6 +1402,8 @@
|
|
|
1304
1402
|
"name": "Input",
|
|
1305
1403
|
"type": {
|
|
1306
1404
|
"type": "reference",
|
|
1405
|
+
"qualifiedName": "InputDecorator",
|
|
1406
|
+
"package": "@angular/core",
|
|
1307
1407
|
"name": "Input"
|
|
1308
1408
|
},
|
|
1309
1409
|
"arguments": {}
|
|
@@ -1337,6 +1437,8 @@
|
|
|
1337
1437
|
"name": "Output",
|
|
1338
1438
|
"type": {
|
|
1339
1439
|
"type": "reference",
|
|
1440
|
+
"qualifiedName": "OutputDecorator",
|
|
1441
|
+
"package": "@angular/core",
|
|
1340
1442
|
"name": "Output"
|
|
1341
1443
|
},
|
|
1342
1444
|
"arguments": {}
|
|
@@ -1357,6 +1459,8 @@
|
|
|
1357
1459
|
"name": "boolean"
|
|
1358
1460
|
}
|
|
1359
1461
|
],
|
|
1462
|
+
"qualifiedName": "EventEmitter",
|
|
1463
|
+
"package": "@angular/core",
|
|
1360
1464
|
"name": "EventEmitter"
|
|
1361
1465
|
},
|
|
1362
1466
|
"defaultValue": "..."
|
|
@@ -1374,6 +1478,8 @@
|
|
|
1374
1478
|
"name": "Input",
|
|
1375
1479
|
"type": {
|
|
1376
1480
|
"type": "reference",
|
|
1481
|
+
"qualifiedName": "InputDecorator",
|
|
1482
|
+
"package": "@angular/core",
|
|
1377
1483
|
"name": "Input"
|
|
1378
1484
|
},
|
|
1379
1485
|
"arguments": {}
|
|
@@ -1394,7 +1500,13 @@
|
|
|
1394
1500
|
"kindString": "Get signature",
|
|
1395
1501
|
"flags": {},
|
|
1396
1502
|
"comment": {
|
|
1397
|
-
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`."
|
|
1503
|
+
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
1504
|
+
"tags": [
|
|
1505
|
+
{
|
|
1506
|
+
"tag": "default",
|
|
1507
|
+
"text": "\"warning\"\n"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1398
1510
|
},
|
|
1399
1511
|
"type": {
|
|
1400
1512
|
"type": "intrinsic",
|
|
@@ -1550,6 +1662,8 @@
|
|
|
1550
1662
|
"implementedTypes": [
|
|
1551
1663
|
{
|
|
1552
1664
|
"type": "reference",
|
|
1665
|
+
"qualifiedName": "OnInit",
|
|
1666
|
+
"package": "@angular/core",
|
|
1553
1667
|
"name": "OnInit"
|
|
1554
1668
|
}
|
|
1555
1669
|
]
|
|
@@ -1565,6 +1679,8 @@
|
|
|
1565
1679
|
"name": "Component",
|
|
1566
1680
|
"type": {
|
|
1567
1681
|
"type": "reference",
|
|
1682
|
+
"qualifiedName": "ComponentDecorator",
|
|
1683
|
+
"package": "@angular/core",
|
|
1568
1684
|
"name": "Component"
|
|
1569
1685
|
},
|
|
1570
1686
|
"arguments": {
|
|
@@ -1602,6 +1718,8 @@
|
|
|
1602
1718
|
"flags": {},
|
|
1603
1719
|
"type": {
|
|
1604
1720
|
"type": "reference",
|
|
1721
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
1722
|
+
"package": "@angular/core",
|
|
1605
1723
|
"name": "ChangeDetectorRef"
|
|
1606
1724
|
}
|
|
1607
1725
|
},
|
|
@@ -1642,7 +1760,7 @@
|
|
|
1642
1760
|
],
|
|
1643
1761
|
"type": {
|
|
1644
1762
|
"type": "reference",
|
|
1645
|
-
"id":
|
|
1763
|
+
"id": 316,
|
|
1646
1764
|
"name": "SkyIconStackItem"
|
|
1647
1765
|
}
|
|
1648
1766
|
},
|
|
@@ -1703,7 +1821,7 @@
|
|
|
1703
1821
|
],
|
|
1704
1822
|
"type": {
|
|
1705
1823
|
"type": "reference",
|
|
1706
|
-
"id":
|
|
1824
|
+
"id": 316,
|
|
1707
1825
|
"name": "SkyIconStackItem"
|
|
1708
1826
|
}
|
|
1709
1827
|
},
|
|
@@ -1720,6 +1838,8 @@
|
|
|
1720
1838
|
"name": "Input",
|
|
1721
1839
|
"type": {
|
|
1722
1840
|
"type": "reference",
|
|
1841
|
+
"qualifiedName": "InputDecorator",
|
|
1842
|
+
"package": "@angular/core",
|
|
1723
1843
|
"name": "Input"
|
|
1724
1844
|
},
|
|
1725
1845
|
"arguments": {}
|
|
@@ -1791,6 +1911,8 @@
|
|
|
1791
1911
|
"name": "Input",
|
|
1792
1912
|
"type": {
|
|
1793
1913
|
"type": "reference",
|
|
1914
|
+
"qualifiedName": "InputDecorator",
|
|
1915
|
+
"package": "@angular/core",
|
|
1794
1916
|
"name": "Input"
|
|
1795
1917
|
},
|
|
1796
1918
|
"arguments": {}
|
|
@@ -1811,7 +1933,13 @@
|
|
|
1811
1933
|
"kindString": "Get signature",
|
|
1812
1934
|
"flags": {},
|
|
1813
1935
|
"comment": {
|
|
1814
|
-
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon. The valid options are `none`, `custom`,\n`error`, `warning`, `completed`, and `important-info`."
|
|
1936
|
+
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon. The valid options are `none`, `custom`,\n`error`, `warning`, `completed`, and `important-info`.",
|
|
1937
|
+
"tags": [
|
|
1938
|
+
{
|
|
1939
|
+
"tag": "required",
|
|
1940
|
+
"text": "\n"
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1815
1943
|
},
|
|
1816
1944
|
"type": {
|
|
1817
1945
|
"type": "reference",
|
|
@@ -1868,6 +1996,8 @@
|
|
|
1868
1996
|
"name": "Input",
|
|
1869
1997
|
"type": {
|
|
1870
1998
|
"type": "reference",
|
|
1999
|
+
"qualifiedName": "InputDecorator",
|
|
2000
|
+
"package": "@angular/core",
|
|
1871
2001
|
"name": "Input"
|
|
1872
2002
|
},
|
|
1873
2003
|
"arguments": {}
|
|
@@ -1888,7 +2018,13 @@
|
|
|
1888
2018
|
"kindString": "Get signature",
|
|
1889
2019
|
"flags": {},
|
|
1890
2020
|
"comment": {
|
|
1891
|
-
"shortText": "Specifies a style for the status indicator to determine the icon.\nThe valid options are `danger`, `info`, `success`, and `warning`."
|
|
2021
|
+
"shortText": "Specifies a style for the status indicator to determine the icon.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
2022
|
+
"tags": [
|
|
2023
|
+
{
|
|
2024
|
+
"tag": "default",
|
|
2025
|
+
"text": "\"warning\"\n"
|
|
2026
|
+
}
|
|
2027
|
+
]
|
|
1892
2028
|
},
|
|
1893
2029
|
"type": {
|
|
1894
2030
|
"type": "reference",
|
|
@@ -1983,6 +2119,8 @@
|
|
|
1983
2119
|
"name": "Directive",
|
|
1984
2120
|
"type": {
|
|
1985
2121
|
"type": "reference",
|
|
2122
|
+
"qualifiedName": "DirectiveDecorator",
|
|
2123
|
+
"package": "@angular/core",
|
|
1986
2124
|
"name": "Directive"
|
|
1987
2125
|
},
|
|
1988
2126
|
"arguments": {
|
|
@@ -2026,6 +2164,8 @@
|
|
|
2026
2164
|
"name": "any"
|
|
2027
2165
|
}
|
|
2028
2166
|
],
|
|
2167
|
+
"qualifiedName": "ElementRef",
|
|
2168
|
+
"package": "@angular/core",
|
|
2029
2169
|
"name": "ElementRef"
|
|
2030
2170
|
}
|
|
2031
2171
|
},
|
|
@@ -2062,6 +2202,8 @@
|
|
|
2062
2202
|
"name": "Input",
|
|
2063
2203
|
"type": {
|
|
2064
2204
|
"type": "reference",
|
|
2205
|
+
"qualifiedName": "InputDecorator",
|
|
2206
|
+
"package": "@angular/core",
|
|
2065
2207
|
"name": "Input"
|
|
2066
2208
|
},
|
|
2067
2209
|
"arguments": {}
|
|
@@ -2184,6 +2326,8 @@
|
|
|
2184
2326
|
"flags": {},
|
|
2185
2327
|
"type": {
|
|
2186
2328
|
"type": "reference",
|
|
2329
|
+
"qualifiedName": "SimpleChanges",
|
|
2330
|
+
"package": "@angular/core",
|
|
2187
2331
|
"name": "SimpleChanges"
|
|
2188
2332
|
}
|
|
2189
2333
|
}
|
|
@@ -2276,14 +2420,20 @@
|
|
|
2276
2420
|
"implementedTypes": [
|
|
2277
2421
|
{
|
|
2278
2422
|
"type": "reference",
|
|
2423
|
+
"qualifiedName": "OnChanges",
|
|
2424
|
+
"package": "@angular/core",
|
|
2279
2425
|
"name": "OnChanges"
|
|
2280
2426
|
},
|
|
2281
2427
|
{
|
|
2282
2428
|
"type": "reference",
|
|
2429
|
+
"qualifiedName": "AfterViewInit",
|
|
2430
|
+
"package": "@angular/core",
|
|
2283
2431
|
"name": "AfterViewInit"
|
|
2284
2432
|
},
|
|
2285
2433
|
{
|
|
2286
2434
|
"type": "reference",
|
|
2435
|
+
"qualifiedName": "OnDestroy",
|
|
2436
|
+
"package": "@angular/core",
|
|
2287
2437
|
"name": "OnDestroy"
|
|
2288
2438
|
}
|
|
2289
2439
|
]
|
|
@@ -2299,6 +2449,8 @@
|
|
|
2299
2449
|
"name": "Component",
|
|
2300
2450
|
"type": {
|
|
2301
2451
|
"type": "reference",
|
|
2452
|
+
"qualifiedName": "ComponentDecorator",
|
|
2453
|
+
"package": "@angular/core",
|
|
2302
2454
|
"name": "Component"
|
|
2303
2455
|
},
|
|
2304
2456
|
"arguments": {
|
|
@@ -2342,6 +2494,8 @@
|
|
|
2342
2494
|
"name": "any"
|
|
2343
2495
|
}
|
|
2344
2496
|
],
|
|
2497
|
+
"qualifiedName": "ElementRef",
|
|
2498
|
+
"package": "@angular/core",
|
|
2345
2499
|
"name": "ElementRef"
|
|
2346
2500
|
}
|
|
2347
2501
|
},
|
|
@@ -2381,6 +2535,8 @@
|
|
|
2381
2535
|
"name": "Output",
|
|
2382
2536
|
"type": {
|
|
2383
2537
|
"type": "reference",
|
|
2538
|
+
"qualifiedName": "OutputDecorator",
|
|
2539
|
+
"package": "@angular/core",
|
|
2384
2540
|
"name": "Output"
|
|
2385
2541
|
},
|
|
2386
2542
|
"arguments": {}
|
|
@@ -2401,6 +2557,8 @@
|
|
|
2401
2557
|
"name": "void"
|
|
2402
2558
|
}
|
|
2403
2559
|
],
|
|
2560
|
+
"qualifiedName": "EventEmitter",
|
|
2561
|
+
"package": "@angular/core",
|
|
2404
2562
|
"name": "EventEmitter"
|
|
2405
2563
|
},
|
|
2406
2564
|
"defaultValue": "..."
|
|
@@ -2421,6 +2579,8 @@
|
|
|
2421
2579
|
"name": "Output",
|
|
2422
2580
|
"type": {
|
|
2423
2581
|
"type": "reference",
|
|
2582
|
+
"qualifiedName": "OutputDecorator",
|
|
2583
|
+
"package": "@angular/core",
|
|
2424
2584
|
"name": "Output"
|
|
2425
2585
|
},
|
|
2426
2586
|
"arguments": {}
|
|
@@ -2441,6 +2601,8 @@
|
|
|
2441
2601
|
"name": "void"
|
|
2442
2602
|
}
|
|
2443
2603
|
],
|
|
2604
|
+
"qualifiedName": "EventEmitter",
|
|
2605
|
+
"package": "@angular/core",
|
|
2444
2606
|
"name": "EventEmitter"
|
|
2445
2607
|
},
|
|
2446
2608
|
"defaultValue": "..."
|
|
@@ -2458,6 +2620,8 @@
|
|
|
2458
2620
|
"name": "Input",
|
|
2459
2621
|
"type": {
|
|
2460
2622
|
"type": "reference",
|
|
2623
|
+
"qualifiedName": "InputDecorator",
|
|
2624
|
+
"package": "@angular/core",
|
|
2461
2625
|
"name": "Input"
|
|
2462
2626
|
},
|
|
2463
2627
|
"arguments": {}
|
|
@@ -2478,7 +2642,13 @@
|
|
|
2478
2642
|
"kindString": "Get signature",
|
|
2479
2643
|
"flags": {},
|
|
2480
2644
|
"comment": {
|
|
2481
|
-
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
2645
|
+
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).",
|
|
2646
|
+
"tags": [
|
|
2647
|
+
{
|
|
2648
|
+
"tag": "default",
|
|
2649
|
+
"text": "\"Remove item\"\n"
|
|
2650
|
+
}
|
|
2651
|
+
]
|
|
2482
2652
|
},
|
|
2483
2653
|
"type": {
|
|
2484
2654
|
"type": "intrinsic",
|
|
@@ -2535,6 +2705,8 @@
|
|
|
2535
2705
|
"name": "Input",
|
|
2536
2706
|
"type": {
|
|
2537
2707
|
"type": "reference",
|
|
2708
|
+
"qualifiedName": "InputDecorator",
|
|
2709
|
+
"package": "@angular/core",
|
|
2538
2710
|
"name": "Input"
|
|
2539
2711
|
},
|
|
2540
2712
|
"arguments": {}
|
|
@@ -2555,7 +2727,13 @@
|
|
|
2555
2727
|
"kindString": "Get signature",
|
|
2556
2728
|
"flags": {},
|
|
2557
2729
|
"comment": {
|
|
2558
|
-
"shortText": "Indicates whether to disable the token to prevent users from selecting it, dismissing it,\nor navigating to it with the arrow keys. When the token is disabled,\nusers can still place focus on it using the `Tab` key."
|
|
2730
|
+
"shortText": "Indicates whether to disable the token to prevent users from selecting it, dismissing it,\nor navigating to it with the arrow keys. When the token is disabled,\nusers can still place focus on it using the `Tab` key.",
|
|
2731
|
+
"tags": [
|
|
2732
|
+
{
|
|
2733
|
+
"tag": "default",
|
|
2734
|
+
"text": "true\n"
|
|
2735
|
+
}
|
|
2736
|
+
]
|
|
2559
2737
|
},
|
|
2560
2738
|
"type": {
|
|
2561
2739
|
"type": "intrinsic",
|
|
@@ -2612,6 +2790,8 @@
|
|
|
2612
2790
|
"name": "Input",
|
|
2613
2791
|
"type": {
|
|
2614
2792
|
"type": "reference",
|
|
2793
|
+
"qualifiedName": "InputDecorator",
|
|
2794
|
+
"package": "@angular/core",
|
|
2615
2795
|
"name": "Input"
|
|
2616
2796
|
},
|
|
2617
2797
|
"arguments": {}
|
|
@@ -2632,7 +2812,13 @@
|
|
|
2632
2812
|
"kindString": "Get signature",
|
|
2633
2813
|
"flags": {},
|
|
2634
2814
|
"comment": {
|
|
2635
|
-
"shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key."
|
|
2815
|
+
"shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
|
|
2816
|
+
"tags": [
|
|
2817
|
+
{
|
|
2818
|
+
"tag": "default",
|
|
2819
|
+
"text": "true\n"
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
2636
2822
|
},
|
|
2637
2823
|
"type": {
|
|
2638
2824
|
"type": "intrinsic",
|
|
@@ -2689,6 +2875,8 @@
|
|
|
2689
2875
|
"name": "Input",
|
|
2690
2876
|
"type": {
|
|
2691
2877
|
"type": "reference",
|
|
2878
|
+
"qualifiedName": "InputDecorator",
|
|
2879
|
+
"package": "@angular/core",
|
|
2692
2880
|
"name": "Input"
|
|
2693
2881
|
},
|
|
2694
2882
|
"arguments": {}
|
|
@@ -2709,7 +2897,13 @@
|
|
|
2709
2897
|
"kindString": "Get signature",
|
|
2710
2898
|
"flags": {},
|
|
2711
2899
|
"comment": {
|
|
2712
|
-
"shortText": "Indicates whether users can press the `Tab` key to place focus on the token. This does not\naffect the ability to select the token, dismiss it, or navigate to it with the arrow keys."
|
|
2900
|
+
"shortText": "Indicates whether users can press the `Tab` key to place focus on the token. This does not\naffect the ability to select the token, dismiss it, or navigate to it with the arrow keys.",
|
|
2901
|
+
"tags": [
|
|
2902
|
+
{
|
|
2903
|
+
"tag": "default",
|
|
2904
|
+
"text": "true\n"
|
|
2905
|
+
}
|
|
2906
|
+
]
|
|
2713
2907
|
},
|
|
2714
2908
|
"type": {
|
|
2715
2909
|
"type": "intrinsic",
|
|
@@ -2784,6 +2978,8 @@
|
|
|
2784
2978
|
"flags": {},
|
|
2785
2979
|
"type": {
|
|
2786
2980
|
"type": "reference",
|
|
2981
|
+
"qualifiedName": "Event",
|
|
2982
|
+
"package": "typescript",
|
|
2787
2983
|
"name": "Event"
|
|
2788
2984
|
}
|
|
2789
2985
|
}
|
|
@@ -2965,6 +3161,8 @@
|
|
|
2965
3161
|
"name": "Component",
|
|
2966
3162
|
"type": {
|
|
2967
3163
|
"type": "reference",
|
|
3164
|
+
"qualifiedName": "ComponentDecorator",
|
|
3165
|
+
"package": "@angular/core",
|
|
2968
3166
|
"name": "Component"
|
|
2969
3167
|
},
|
|
2970
3168
|
"arguments": {
|
|
@@ -3002,6 +3200,8 @@
|
|
|
3002
3200
|
"flags": {},
|
|
3003
3201
|
"type": {
|
|
3004
3202
|
"type": "reference",
|
|
3203
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
3204
|
+
"package": "@angular/core",
|
|
3005
3205
|
"name": "ChangeDetectorRef"
|
|
3006
3206
|
}
|
|
3007
3207
|
}
|
|
@@ -3030,6 +3230,8 @@
|
|
|
3030
3230
|
"name": "Output",
|
|
3031
3231
|
"type": {
|
|
3032
3232
|
"type": "reference",
|
|
3233
|
+
"qualifiedName": "OutputDecorator",
|
|
3234
|
+
"package": "@angular/core",
|
|
3033
3235
|
"name": "Output"
|
|
3034
3236
|
},
|
|
3035
3237
|
"arguments": {}
|
|
@@ -3050,6 +3252,8 @@
|
|
|
3050
3252
|
"name": "void"
|
|
3051
3253
|
}
|
|
3052
3254
|
],
|
|
3255
|
+
"qualifiedName": "EventEmitter",
|
|
3256
|
+
"package": "@angular/core",
|
|
3053
3257
|
"name": "EventEmitter"
|
|
3054
3258
|
},
|
|
3055
3259
|
"defaultValue": "..."
|
|
@@ -3070,6 +3274,8 @@
|
|
|
3070
3274
|
"name": "Output",
|
|
3071
3275
|
"type": {
|
|
3072
3276
|
"type": "reference",
|
|
3277
|
+
"qualifiedName": "OutputDecorator",
|
|
3278
|
+
"package": "@angular/core",
|
|
3073
3279
|
"name": "Output"
|
|
3074
3280
|
},
|
|
3075
3281
|
"arguments": {}
|
|
@@ -3090,6 +3296,8 @@
|
|
|
3090
3296
|
"name": "void"
|
|
3091
3297
|
}
|
|
3092
3298
|
],
|
|
3299
|
+
"qualifiedName": "EventEmitter",
|
|
3300
|
+
"package": "@angular/core",
|
|
3093
3301
|
"name": "EventEmitter"
|
|
3094
3302
|
},
|
|
3095
3303
|
"defaultValue": "..."
|
|
@@ -3110,6 +3318,8 @@
|
|
|
3110
3318
|
"name": "Output",
|
|
3111
3319
|
"type": {
|
|
3112
3320
|
"type": "reference",
|
|
3321
|
+
"qualifiedName": "OutputDecorator",
|
|
3322
|
+
"package": "@angular/core",
|
|
3113
3323
|
"name": "Output"
|
|
3114
3324
|
},
|
|
3115
3325
|
"arguments": {}
|
|
@@ -3127,10 +3337,12 @@
|
|
|
3127
3337
|
"typeArguments": [
|
|
3128
3338
|
{
|
|
3129
3339
|
"type": "reference",
|
|
3130
|
-
"id":
|
|
3340
|
+
"id": 342,
|
|
3131
3341
|
"name": "SkyTokenSelectedEventArgs"
|
|
3132
3342
|
}
|
|
3133
3343
|
],
|
|
3344
|
+
"qualifiedName": "EventEmitter",
|
|
3345
|
+
"package": "@angular/core",
|
|
3134
3346
|
"name": "EventEmitter"
|
|
3135
3347
|
},
|
|
3136
3348
|
"defaultValue": "..."
|
|
@@ -3151,6 +3363,8 @@
|
|
|
3151
3363
|
"name": "Output",
|
|
3152
3364
|
"type": {
|
|
3153
3365
|
"type": "reference",
|
|
3366
|
+
"qualifiedName": "OutputDecorator",
|
|
3367
|
+
"package": "@angular/core",
|
|
3154
3368
|
"name": "Output"
|
|
3155
3369
|
},
|
|
3156
3370
|
"arguments": {}
|
|
@@ -3170,11 +3384,13 @@
|
|
|
3170
3384
|
"type": "array",
|
|
3171
3385
|
"elementType": {
|
|
3172
3386
|
"type": "reference",
|
|
3173
|
-
"id":
|
|
3387
|
+
"id": 340,
|
|
3174
3388
|
"name": "SkyToken"
|
|
3175
3389
|
}
|
|
3176
3390
|
}
|
|
3177
3391
|
],
|
|
3392
|
+
"qualifiedName": "EventEmitter",
|
|
3393
|
+
"package": "@angular/core",
|
|
3178
3394
|
"name": "EventEmitter"
|
|
3179
3395
|
},
|
|
3180
3396
|
"defaultValue": "..."
|
|
@@ -3232,7 +3448,7 @@
|
|
|
3232
3448
|
"flags": {},
|
|
3233
3449
|
"type": {
|
|
3234
3450
|
"type": "reference",
|
|
3235
|
-
"id":
|
|
3451
|
+
"id": 340,
|
|
3236
3452
|
"name": "SkyToken"
|
|
3237
3453
|
}
|
|
3238
3454
|
}
|
|
@@ -3262,6 +3478,8 @@
|
|
|
3262
3478
|
"name": "Input",
|
|
3263
3479
|
"type": {
|
|
3264
3480
|
"type": "reference",
|
|
3481
|
+
"qualifiedName": "InputDecorator",
|
|
3482
|
+
"package": "@angular/core",
|
|
3265
3483
|
"name": "Input"
|
|
3266
3484
|
},
|
|
3267
3485
|
"arguments": {}
|
|
@@ -3292,6 +3510,8 @@
|
|
|
3292
3510
|
"name": "Input",
|
|
3293
3511
|
"type": {
|
|
3294
3512
|
"type": "reference",
|
|
3513
|
+
"qualifiedName": "InputDecorator",
|
|
3514
|
+
"package": "@angular/core",
|
|
3295
3515
|
"name": "Input"
|
|
3296
3516
|
},
|
|
3297
3517
|
"arguments": {}
|
|
@@ -3312,7 +3532,13 @@
|
|
|
3312
3532
|
"kindString": "Get signature",
|
|
3313
3533
|
"flags": {},
|
|
3314
3534
|
"comment": {
|
|
3315
|
-
"shortText": "Indicates whether to disable the tokens list to prevent users from selecting tokens,\ndismissing tokens, or navigating through the list with the arrow keys. When the tokens list\nis disabled, users can still place focus on items in the list using the `Tab` key."
|
|
3535
|
+
"shortText": "Indicates whether to disable the tokens list to prevent users from selecting tokens,\ndismissing tokens, or navigating through the list with the arrow keys. When the tokens list\nis disabled, users can still place focus on items in the list using the `Tab` key.",
|
|
3536
|
+
"tags": [
|
|
3537
|
+
{
|
|
3538
|
+
"tag": "default",
|
|
3539
|
+
"text": "false\n"
|
|
3540
|
+
}
|
|
3541
|
+
]
|
|
3316
3542
|
},
|
|
3317
3543
|
"type": {
|
|
3318
3544
|
"type": "intrinsic",
|
|
@@ -3369,6 +3595,8 @@
|
|
|
3369
3595
|
"name": "Input",
|
|
3370
3596
|
"type": {
|
|
3371
3597
|
"type": "reference",
|
|
3598
|
+
"qualifiedName": "InputDecorator",
|
|
3599
|
+
"package": "@angular/core",
|
|
3372
3600
|
"name": "Input"
|
|
3373
3601
|
},
|
|
3374
3602
|
"arguments": {}
|
|
@@ -3389,7 +3617,13 @@
|
|
|
3389
3617
|
"kindString": "Get signature",
|
|
3390
3618
|
"flags": {},
|
|
3391
3619
|
"comment": {
|
|
3392
|
-
"shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key."
|
|
3620
|
+
"shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
|
|
3621
|
+
"tags": [
|
|
3622
|
+
{
|
|
3623
|
+
"tag": "default",
|
|
3624
|
+
"text": "true\n"
|
|
3625
|
+
}
|
|
3626
|
+
]
|
|
3393
3627
|
},
|
|
3394
3628
|
"type": {
|
|
3395
3629
|
"type": "intrinsic",
|
|
@@ -3446,6 +3680,8 @@
|
|
|
3446
3680
|
"name": "Input",
|
|
3447
3681
|
"type": {
|
|
3448
3682
|
"type": "reference",
|
|
3683
|
+
"qualifiedName": "InputDecorator",
|
|
3684
|
+
"package": "@angular/core",
|
|
3449
3685
|
"name": "Input"
|
|
3450
3686
|
},
|
|
3451
3687
|
"arguments": {}
|
|
@@ -3466,7 +3702,13 @@
|
|
|
3466
3702
|
"kindString": "Get signature",
|
|
3467
3703
|
"flags": {},
|
|
3468
3704
|
"comment": {
|
|
3469
|
-
"shortText": "Specifies the token property to display for each item in the tokens list."
|
|
3705
|
+
"shortText": "Specifies the token property to display for each item in the tokens list.",
|
|
3706
|
+
"tags": [
|
|
3707
|
+
{
|
|
3708
|
+
"tag": "default",
|
|
3709
|
+
"text": "\"name\"\n"
|
|
3710
|
+
}
|
|
3711
|
+
]
|
|
3470
3712
|
},
|
|
3471
3713
|
"type": {
|
|
3472
3714
|
"type": "intrinsic",
|
|
@@ -3486,7 +3728,7 @@
|
|
|
3486
3728
|
"tags": [
|
|
3487
3729
|
{
|
|
3488
3730
|
"tag": "default",
|
|
3489
|
-
"text": "
|
|
3731
|
+
"text": "\"name\"\n"
|
|
3490
3732
|
}
|
|
3491
3733
|
]
|
|
3492
3734
|
},
|
|
@@ -3523,6 +3765,8 @@
|
|
|
3523
3765
|
"name": "Input",
|
|
3524
3766
|
"type": {
|
|
3525
3767
|
"type": "reference",
|
|
3768
|
+
"qualifiedName": "InputDecorator",
|
|
3769
|
+
"package": "@angular/core",
|
|
3526
3770
|
"name": "Input"
|
|
3527
3771
|
},
|
|
3528
3772
|
"arguments": {}
|
|
@@ -3543,7 +3787,13 @@
|
|
|
3543
3787
|
"kindString": "Get signature",
|
|
3544
3788
|
"flags": {},
|
|
3545
3789
|
"comment": {
|
|
3546
|
-
"shortText": "Indicates whether users can focus on items in the list using the `Tab` key.\nThis does not affect the ability of users to select tokens, dismiss tokens,\nor navigate through the list with the arrow keys."
|
|
3790
|
+
"shortText": "Indicates whether users can focus on items in the list using the `Tab` key.\nThis does not affect the ability of users to select tokens, dismiss tokens,\nor navigate through the list with the arrow keys.",
|
|
3791
|
+
"tags": [
|
|
3792
|
+
{
|
|
3793
|
+
"tag": "default",
|
|
3794
|
+
"text": "true\n"
|
|
3795
|
+
}
|
|
3796
|
+
]
|
|
3547
3797
|
},
|
|
3548
3798
|
"type": {
|
|
3549
3799
|
"type": "intrinsic",
|
|
@@ -3600,6 +3850,8 @@
|
|
|
3600
3850
|
"name": "Input",
|
|
3601
3851
|
"type": {
|
|
3602
3852
|
"type": "reference",
|
|
3853
|
+
"qualifiedName": "InputDecorator",
|
|
3854
|
+
"package": "@angular/core",
|
|
3603
3855
|
"name": "Input"
|
|
3604
3856
|
},
|
|
3605
3857
|
"arguments": {}
|
|
@@ -3627,10 +3879,12 @@
|
|
|
3627
3879
|
"typeArguments": [
|
|
3628
3880
|
{
|
|
3629
3881
|
"type": "reference",
|
|
3630
|
-
"id":
|
|
3882
|
+
"id": 344,
|
|
3631
3883
|
"name": "SkyTokensMessage"
|
|
3632
3884
|
}
|
|
3633
3885
|
],
|
|
3886
|
+
"qualifiedName": "Subject",
|
|
3887
|
+
"package": "rxjs",
|
|
3634
3888
|
"name": "Subject"
|
|
3635
3889
|
}
|
|
3636
3890
|
}
|
|
@@ -3657,10 +3911,12 @@
|
|
|
3657
3911
|
"typeArguments": [
|
|
3658
3912
|
{
|
|
3659
3913
|
"type": "reference",
|
|
3660
|
-
"id":
|
|
3914
|
+
"id": 344,
|
|
3661
3915
|
"name": "SkyTokensMessage"
|
|
3662
3916
|
}
|
|
3663
3917
|
],
|
|
3918
|
+
"qualifiedName": "Subject",
|
|
3919
|
+
"package": "rxjs",
|
|
3664
3920
|
"name": "Subject"
|
|
3665
3921
|
}
|
|
3666
3922
|
}
|
|
@@ -3685,6 +3941,8 @@
|
|
|
3685
3941
|
"name": "Input",
|
|
3686
3942
|
"type": {
|
|
3687
3943
|
"type": "reference",
|
|
3944
|
+
"qualifiedName": "InputDecorator",
|
|
3945
|
+
"package": "@angular/core",
|
|
3688
3946
|
"name": "Input"
|
|
3689
3947
|
},
|
|
3690
3948
|
"arguments": {}
|
|
@@ -3711,7 +3969,7 @@
|
|
|
3711
3969
|
"type": "array",
|
|
3712
3970
|
"elementType": {
|
|
3713
3971
|
"type": "reference",
|
|
3714
|
-
"id":
|
|
3972
|
+
"id": 340,
|
|
3715
3973
|
"name": "SkyToken"
|
|
3716
3974
|
}
|
|
3717
3975
|
}
|
|
@@ -3738,7 +3996,7 @@
|
|
|
3738
3996
|
"type": "array",
|
|
3739
3997
|
"elementType": {
|
|
3740
3998
|
"type": "reference",
|
|
3741
|
-
"id":
|
|
3999
|
+
"id": 340,
|
|
3742
4000
|
"name": "SkyToken"
|
|
3743
4001
|
}
|
|
3744
4002
|
}
|
|
@@ -3819,7 +4077,7 @@
|
|
|
3819
4077
|
"flags": {},
|
|
3820
4078
|
"type": {
|
|
3821
4079
|
"type": "reference",
|
|
3822
|
-
"id":
|
|
4080
|
+
"id": 340,
|
|
3823
4081
|
"name": "SkyToken"
|
|
3824
4082
|
}
|
|
3825
4083
|
}
|
|
@@ -3862,6 +4120,8 @@
|
|
|
3862
4120
|
"flags": {},
|
|
3863
4121
|
"type": {
|
|
3864
4122
|
"type": "reference",
|
|
4123
|
+
"qualifiedName": "KeyboardEvent",
|
|
4124
|
+
"package": "typescript",
|
|
3865
4125
|
"name": "KeyboardEvent"
|
|
3866
4126
|
}
|
|
3867
4127
|
}
|
|
@@ -3904,7 +4164,7 @@
|
|
|
3904
4164
|
"flags": {},
|
|
3905
4165
|
"type": {
|
|
3906
4166
|
"type": "reference",
|
|
3907
|
-
"id":
|
|
4167
|
+
"id": 340,
|
|
3908
4168
|
"name": "SkyToken"
|
|
3909
4169
|
}
|
|
3910
4170
|
}
|
|
@@ -3947,7 +4207,7 @@
|
|
|
3947
4207
|
"flags": {},
|
|
3948
4208
|
"type": {
|
|
3949
4209
|
"type": "reference",
|
|
3950
|
-
"id":
|
|
4210
|
+
"id": 340,
|
|
3951
4211
|
"name": "SkyToken"
|
|
3952
4212
|
}
|
|
3953
4213
|
}
|
|
@@ -4014,6 +4274,8 @@
|
|
|
4014
4274
|
"implementedTypes": [
|
|
4015
4275
|
{
|
|
4016
4276
|
"type": "reference",
|
|
4277
|
+
"qualifiedName": "OnDestroy",
|
|
4278
|
+
"package": "@angular/core",
|
|
4017
4279
|
"name": "OnDestroy"
|
|
4018
4280
|
}
|
|
4019
4281
|
]
|
|
@@ -4029,6 +4291,8 @@
|
|
|
4029
4291
|
"name": "Component",
|
|
4030
4292
|
"type": {
|
|
4031
4293
|
"type": "reference",
|
|
4294
|
+
"qualifiedName": "ComponentDecorator",
|
|
4295
|
+
"package": "@angular/core",
|
|
4032
4296
|
"name": "Component"
|
|
4033
4297
|
},
|
|
4034
4298
|
"arguments": {
|
|
@@ -4072,6 +4336,8 @@
|
|
|
4072
4336
|
"name": "any"
|
|
4073
4337
|
}
|
|
4074
4338
|
],
|
|
4339
|
+
"qualifiedName": "ElementRef",
|
|
4340
|
+
"package": "@angular/core",
|
|
4075
4341
|
"name": "ElementRef"
|
|
4076
4342
|
}
|
|
4077
4343
|
},
|
|
@@ -4097,6 +4363,8 @@
|
|
|
4097
4363
|
"name": "Optional",
|
|
4098
4364
|
"type": {
|
|
4099
4365
|
"type": "reference",
|
|
4366
|
+
"qualifiedName": "OptionalDecorator",
|
|
4367
|
+
"package": "@angular/core",
|
|
4100
4368
|
"name": "Optional"
|
|
4101
4369
|
},
|
|
4102
4370
|
"arguments": {}
|
|
@@ -4132,6 +4400,8 @@
|
|
|
4132
4400
|
"name": "Input",
|
|
4133
4401
|
"type": {
|
|
4134
4402
|
"type": "reference",
|
|
4403
|
+
"qualifiedName": "InputDecorator",
|
|
4404
|
+
"package": "@angular/core",
|
|
4135
4405
|
"name": "Input"
|
|
4136
4406
|
},
|
|
4137
4407
|
"arguments": {}
|
|
@@ -4172,6 +4442,8 @@
|
|
|
4172
4442
|
"name": "string"
|
|
4173
4443
|
}
|
|
4174
4444
|
],
|
|
4445
|
+
"qualifiedName": "BehaviorSubject",
|
|
4446
|
+
"package": "rxjs",
|
|
4175
4447
|
"name": "BehaviorSubject"
|
|
4176
4448
|
},
|
|
4177
4449
|
"defaultValue": "..."
|
|
@@ -4198,6 +4470,8 @@
|
|
|
4198
4470
|
"name": "Input",
|
|
4199
4471
|
"type": {
|
|
4200
4472
|
"type": "reference",
|
|
4473
|
+
"qualifiedName": "InputDecorator",
|
|
4474
|
+
"package": "@angular/core",
|
|
4201
4475
|
"name": "Input"
|
|
4202
4476
|
},
|
|
4203
4477
|
"arguments": {}
|
|
@@ -4228,6 +4502,8 @@
|
|
|
4228
4502
|
"name": "Input",
|
|
4229
4503
|
"type": {
|
|
4230
4504
|
"type": "reference",
|
|
4505
|
+
"qualifiedName": "InputDecorator",
|
|
4506
|
+
"package": "@angular/core",
|
|
4231
4507
|
"name": "Input"
|
|
4232
4508
|
},
|
|
4233
4509
|
"arguments": {}
|
|
@@ -4248,7 +4524,13 @@
|
|
|
4248
4524
|
"kindString": "Get signature",
|
|
4249
4525
|
"flags": {},
|
|
4250
4526
|
"comment": {
|
|
4251
|
-
"shortText": "When set to `true`, wait indication appears on the page level instead of the\nparent element level. We recommend that you use the `beginBlockingPageWait` or\n`beginNonBlockingPageWait` functions of the `SkyWaitService` instead of setting this\non the component level."
|
|
4527
|
+
"shortText": "When set to `true`, wait indication appears on the page level instead of the\nparent element level. We recommend that you use the `beginBlockingPageWait` or\n`beginNonBlockingPageWait` functions of the `SkyWaitService` instead of setting this\non the component level.",
|
|
4528
|
+
"tags": [
|
|
4529
|
+
{
|
|
4530
|
+
"tag": "default",
|
|
4531
|
+
"text": "false\n"
|
|
4532
|
+
}
|
|
4533
|
+
]
|
|
4252
4534
|
},
|
|
4253
4535
|
"type": {
|
|
4254
4536
|
"type": "intrinsic",
|
|
@@ -4305,6 +4587,8 @@
|
|
|
4305
4587
|
"name": "Input",
|
|
4306
4588
|
"type": {
|
|
4307
4589
|
"type": "reference",
|
|
4590
|
+
"qualifiedName": "InputDecorator",
|
|
4591
|
+
"package": "@angular/core",
|
|
4308
4592
|
"name": "Input"
|
|
4309
4593
|
},
|
|
4310
4594
|
"arguments": {}
|
|
@@ -4444,366 +4728,12 @@
|
|
|
4444
4728
|
"implementedTypes": [
|
|
4445
4729
|
{
|
|
4446
4730
|
"type": "reference",
|
|
4731
|
+
"qualifiedName": "OnInit",
|
|
4732
|
+
"package": "@angular/core",
|
|
4447
4733
|
"name": "OnInit"
|
|
4448
4734
|
}
|
|
4449
4735
|
]
|
|
4450
4736
|
},
|
|
4451
|
-
{
|
|
4452
|
-
"id": 20,
|
|
4453
|
-
"name": "SkyChevronComponent",
|
|
4454
|
-
"kind": 128,
|
|
4455
|
-
"kindString": "Class",
|
|
4456
|
-
"flags": {},
|
|
4457
|
-
"decorators": [
|
|
4458
|
-
{
|
|
4459
|
-
"name": "Component",
|
|
4460
|
-
"type": {
|
|
4461
|
-
"type": "reference",
|
|
4462
|
-
"name": "Component"
|
|
4463
|
-
},
|
|
4464
|
-
"arguments": {
|
|
4465
|
-
"obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html',\n}"
|
|
4466
|
-
}
|
|
4467
|
-
}
|
|
4468
|
-
],
|
|
4469
|
-
"children": [
|
|
4470
|
-
{
|
|
4471
|
-
"id": 21,
|
|
4472
|
-
"name": "constructor",
|
|
4473
|
-
"kind": 512,
|
|
4474
|
-
"kindString": "Constructor",
|
|
4475
|
-
"flags": {},
|
|
4476
|
-
"signatures": [
|
|
4477
|
-
{
|
|
4478
|
-
"id": 22,
|
|
4479
|
-
"name": "SkyChevronComponent",
|
|
4480
|
-
"kind": 16384,
|
|
4481
|
-
"kindString": "Constructor signature",
|
|
4482
|
-
"flags": {},
|
|
4483
|
-
"type": {
|
|
4484
|
-
"type": "reference",
|
|
4485
|
-
"id": 20,
|
|
4486
|
-
"name": "SkyChevronComponent"
|
|
4487
|
-
}
|
|
4488
|
-
}
|
|
4489
|
-
]
|
|
4490
|
-
},
|
|
4491
|
-
{
|
|
4492
|
-
"id": 23,
|
|
4493
|
-
"name": "ariaControls",
|
|
4494
|
-
"kind": 1024,
|
|
4495
|
-
"kindString": "Property",
|
|
4496
|
-
"flags": {
|
|
4497
|
-
"isPublic": true
|
|
4498
|
-
},
|
|
4499
|
-
"comment": {
|
|
4500
|
-
"shortText": "Specifies the element whose contents are controlled by the chevron.\nThis sets the chevron's aria-controls attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
4501
|
-
},
|
|
4502
|
-
"decorators": [
|
|
4503
|
-
{
|
|
4504
|
-
"name": "Input",
|
|
4505
|
-
"type": {
|
|
4506
|
-
"type": "reference",
|
|
4507
|
-
"name": "Input"
|
|
4508
|
-
},
|
|
4509
|
-
"arguments": {}
|
|
4510
|
-
}
|
|
4511
|
-
],
|
|
4512
|
-
"sources": [
|
|
4513
|
-
{
|
|
4514
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4515
|
-
"line": 15,
|
|
4516
|
-
"character": 9
|
|
4517
|
-
}
|
|
4518
|
-
],
|
|
4519
|
-
"type": {
|
|
4520
|
-
"type": "intrinsic",
|
|
4521
|
-
"name": "string"
|
|
4522
|
-
}
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"id": 31,
|
|
4526
|
-
"name": "ariaExpanded",
|
|
4527
|
-
"kind": 1024,
|
|
4528
|
-
"kindString": "Property",
|
|
4529
|
-
"flags": {
|
|
4530
|
-
"isPublic": true
|
|
4531
|
-
},
|
|
4532
|
-
"sources": [
|
|
4533
|
-
{
|
|
4534
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4535
|
-
"line": 57,
|
|
4536
|
-
"character": 9
|
|
4537
|
-
}
|
|
4538
|
-
],
|
|
4539
|
-
"type": {
|
|
4540
|
-
"type": "intrinsic",
|
|
4541
|
-
"name": "boolean"
|
|
4542
|
-
}
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"id": 24,
|
|
4546
|
-
"name": "ariaLabel",
|
|
4547
|
-
"kind": 1024,
|
|
4548
|
-
"kindString": "Property",
|
|
4549
|
-
"flags": {
|
|
4550
|
-
"isPublic": true
|
|
4551
|
-
},
|
|
4552
|
-
"comment": {
|
|
4553
|
-
"shortText": "Specifies an ARIA label for the chevron. This sets the chevron's aria-label attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
4554
|
-
},
|
|
4555
|
-
"decorators": [
|
|
4556
|
-
{
|
|
4557
|
-
"name": "Input",
|
|
4558
|
-
"type": {
|
|
4559
|
-
"type": "reference",
|
|
4560
|
-
"name": "Input"
|
|
4561
|
-
},
|
|
4562
|
-
"arguments": {}
|
|
4563
|
-
}
|
|
4564
|
-
],
|
|
4565
|
-
"sources": [
|
|
4566
|
-
{
|
|
4567
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4568
|
-
"line": 22,
|
|
4569
|
-
"character": 9
|
|
4570
|
-
}
|
|
4571
|
-
],
|
|
4572
|
-
"type": {
|
|
4573
|
-
"type": "intrinsic",
|
|
4574
|
-
"name": "string"
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
|
-
{
|
|
4578
|
-
"id": 30,
|
|
4579
|
-
"name": "directionChange",
|
|
4580
|
-
"kind": 1024,
|
|
4581
|
-
"kindString": "Property",
|
|
4582
|
-
"flags": {
|
|
4583
|
-
"isPublic": true
|
|
4584
|
-
},
|
|
4585
|
-
"comment": {
|
|
4586
|
-
"shortText": "Fires when the direction of the chevron changes."
|
|
4587
|
-
},
|
|
4588
|
-
"decorators": [
|
|
4589
|
-
{
|
|
4590
|
-
"name": "Output",
|
|
4591
|
-
"type": {
|
|
4592
|
-
"type": "reference",
|
|
4593
|
-
"name": "Output"
|
|
4594
|
-
},
|
|
4595
|
-
"arguments": {}
|
|
4596
|
-
}
|
|
4597
|
-
],
|
|
4598
|
-
"sources": [
|
|
4599
|
-
{
|
|
4600
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4601
|
-
"line": 55,
|
|
4602
|
-
"character": 9
|
|
4603
|
-
}
|
|
4604
|
-
],
|
|
4605
|
-
"type": {
|
|
4606
|
-
"type": "reference",
|
|
4607
|
-
"typeArguments": [
|
|
4608
|
-
{
|
|
4609
|
-
"type": "intrinsic",
|
|
4610
|
-
"name": "string"
|
|
4611
|
-
}
|
|
4612
|
-
],
|
|
4613
|
-
"name": "EventEmitter"
|
|
4614
|
-
},
|
|
4615
|
-
"defaultValue": "..."
|
|
4616
|
-
},
|
|
4617
|
-
{
|
|
4618
|
-
"id": 29,
|
|
4619
|
-
"name": "disabled",
|
|
4620
|
-
"kind": 1024,
|
|
4621
|
-
"kindString": "Property",
|
|
4622
|
-
"flags": {
|
|
4623
|
-
"isPublic": true
|
|
4624
|
-
},
|
|
4625
|
-
"comment": {
|
|
4626
|
-
"shortText": "Indicates whether to disable the chevron button."
|
|
4627
|
-
},
|
|
4628
|
-
"decorators": [
|
|
4629
|
-
{
|
|
4630
|
-
"name": "Input",
|
|
4631
|
-
"type": {
|
|
4632
|
-
"type": "reference",
|
|
4633
|
-
"name": "Input"
|
|
4634
|
-
},
|
|
4635
|
-
"arguments": {}
|
|
4636
|
-
}
|
|
4637
|
-
],
|
|
4638
|
-
"sources": [
|
|
4639
|
-
{
|
|
4640
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4641
|
-
"line": 49,
|
|
4642
|
-
"character": 9
|
|
4643
|
-
}
|
|
4644
|
-
],
|
|
4645
|
-
"type": {
|
|
4646
|
-
"type": "intrinsic",
|
|
4647
|
-
"name": "boolean"
|
|
4648
|
-
},
|
|
4649
|
-
"defaultValue": "false"
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"id": 25,
|
|
4653
|
-
"name": "direction",
|
|
4654
|
-
"kind": 262144,
|
|
4655
|
-
"kindString": "Accessor",
|
|
4656
|
-
"flags": {
|
|
4657
|
-
"isPublic": true
|
|
4658
|
-
},
|
|
4659
|
-
"decorators": [
|
|
4660
|
-
{
|
|
4661
|
-
"name": "Input",
|
|
4662
|
-
"type": {
|
|
4663
|
-
"type": "reference",
|
|
4664
|
-
"name": "Input"
|
|
4665
|
-
},
|
|
4666
|
-
"arguments": {}
|
|
4667
|
-
}
|
|
4668
|
-
],
|
|
4669
|
-
"sources": [
|
|
4670
|
-
{
|
|
4671
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4672
|
-
"line": 28,
|
|
4673
|
-
"character": 13
|
|
4674
|
-
}
|
|
4675
|
-
],
|
|
4676
|
-
"getSignature": [
|
|
4677
|
-
{
|
|
4678
|
-
"id": 26,
|
|
4679
|
-
"name": "direction",
|
|
4680
|
-
"kind": 524288,
|
|
4681
|
-
"kindString": "Get signature",
|
|
4682
|
-
"flags": {},
|
|
4683
|
-
"comment": {
|
|
4684
|
-
"shortText": "Specifies whether the chevron points up or down."
|
|
4685
|
-
},
|
|
4686
|
-
"type": {
|
|
4687
|
-
"type": "intrinsic",
|
|
4688
|
-
"name": "string"
|
|
4689
|
-
}
|
|
4690
|
-
}
|
|
4691
|
-
],
|
|
4692
|
-
"setSignature": [
|
|
4693
|
-
{
|
|
4694
|
-
"id": 27,
|
|
4695
|
-
"name": "direction",
|
|
4696
|
-
"kind": 1048576,
|
|
4697
|
-
"kindString": "Set signature",
|
|
4698
|
-
"flags": {},
|
|
4699
|
-
"comment": {
|
|
4700
|
-
"shortText": "Specifies whether the chevron points up or down."
|
|
4701
|
-
},
|
|
4702
|
-
"parameters": [
|
|
4703
|
-
{
|
|
4704
|
-
"id": 28,
|
|
4705
|
-
"name": "value",
|
|
4706
|
-
"kind": 32768,
|
|
4707
|
-
"kindString": "Parameter",
|
|
4708
|
-
"flags": {},
|
|
4709
|
-
"type": {
|
|
4710
|
-
"type": "intrinsic",
|
|
4711
|
-
"name": "string"
|
|
4712
|
-
}
|
|
4713
|
-
}
|
|
4714
|
-
],
|
|
4715
|
-
"type": {
|
|
4716
|
-
"type": "intrinsic",
|
|
4717
|
-
"name": "void"
|
|
4718
|
-
}
|
|
4719
|
-
}
|
|
4720
|
-
]
|
|
4721
|
-
},
|
|
4722
|
-
{
|
|
4723
|
-
"id": 33,
|
|
4724
|
-
"name": "chevronClick",
|
|
4725
|
-
"kind": 2048,
|
|
4726
|
-
"kindString": "Method",
|
|
4727
|
-
"flags": {
|
|
4728
|
-
"isPublic": true
|
|
4729
|
-
},
|
|
4730
|
-
"sources": [
|
|
4731
|
-
{
|
|
4732
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4733
|
-
"line": 61,
|
|
4734
|
-
"character": 9
|
|
4735
|
-
}
|
|
4736
|
-
],
|
|
4737
|
-
"signatures": [
|
|
4738
|
-
{
|
|
4739
|
-
"id": 34,
|
|
4740
|
-
"name": "chevronClick",
|
|
4741
|
-
"kind": 4096,
|
|
4742
|
-
"kindString": "Call signature",
|
|
4743
|
-
"flags": {},
|
|
4744
|
-
"parameters": [
|
|
4745
|
-
{
|
|
4746
|
-
"id": 35,
|
|
4747
|
-
"name": "event",
|
|
4748
|
-
"kind": 32768,
|
|
4749
|
-
"kindString": "Parameter",
|
|
4750
|
-
"flags": {},
|
|
4751
|
-
"type": {
|
|
4752
|
-
"type": "reference",
|
|
4753
|
-
"name": "Event"
|
|
4754
|
-
}
|
|
4755
|
-
}
|
|
4756
|
-
],
|
|
4757
|
-
"type": {
|
|
4758
|
-
"type": "intrinsic",
|
|
4759
|
-
"name": "void"
|
|
4760
|
-
}
|
|
4761
|
-
}
|
|
4762
|
-
]
|
|
4763
|
-
}
|
|
4764
|
-
],
|
|
4765
|
-
"groups": [
|
|
4766
|
-
{
|
|
4767
|
-
"title": "Constructors",
|
|
4768
|
-
"kind": 512,
|
|
4769
|
-
"children": [
|
|
4770
|
-
21
|
|
4771
|
-
]
|
|
4772
|
-
},
|
|
4773
|
-
{
|
|
4774
|
-
"title": "Properties",
|
|
4775
|
-
"kind": 1024,
|
|
4776
|
-
"children": [
|
|
4777
|
-
23,
|
|
4778
|
-
31,
|
|
4779
|
-
24,
|
|
4780
|
-
30,
|
|
4781
|
-
29
|
|
4782
|
-
]
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
"title": "Accessors",
|
|
4786
|
-
"kind": 262144,
|
|
4787
|
-
"children": [
|
|
4788
|
-
25
|
|
4789
|
-
]
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"title": "Methods",
|
|
4793
|
-
"kind": 2048,
|
|
4794
|
-
"children": [
|
|
4795
|
-
33
|
|
4796
|
-
]
|
|
4797
|
-
}
|
|
4798
|
-
],
|
|
4799
|
-
"sources": [
|
|
4800
|
-
{
|
|
4801
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4802
|
-
"line": 8,
|
|
4803
|
-
"character": 13
|
|
4804
|
-
}
|
|
4805
|
-
]
|
|
4806
|
-
},
|
|
4807
4737
|
{
|
|
4808
4738
|
"id": 36,
|
|
4809
4739
|
"name": "SkyHelpInlineComponent",
|
|
@@ -4815,6 +4745,8 @@
|
|
|
4815
4745
|
"name": "Component",
|
|
4816
4746
|
"type": {
|
|
4817
4747
|
"type": "reference",
|
|
4748
|
+
"qualifiedName": "ComponentDecorator",
|
|
4749
|
+
"package": "@angular/core",
|
|
4818
4750
|
"name": "Component"
|
|
4819
4751
|
},
|
|
4820
4752
|
"arguments": {
|
|
@@ -4860,6 +4792,8 @@
|
|
|
4860
4792
|
"name": "Output",
|
|
4861
4793
|
"type": {
|
|
4862
4794
|
"type": "reference",
|
|
4795
|
+
"qualifiedName": "OutputDecorator",
|
|
4796
|
+
"package": "@angular/core",
|
|
4863
4797
|
"name": "Output"
|
|
4864
4798
|
},
|
|
4865
4799
|
"arguments": {}
|
|
@@ -4880,6 +4814,8 @@
|
|
|
4880
4814
|
"name": "any"
|
|
4881
4815
|
}
|
|
4882
4816
|
],
|
|
4817
|
+
"qualifiedName": "EventEmitter",
|
|
4818
|
+
"package": "@angular/core",
|
|
4883
4819
|
"name": "EventEmitter"
|
|
4884
4820
|
},
|
|
4885
4821
|
"defaultValue": "..."
|
|
@@ -4956,6 +4892,8 @@
|
|
|
4956
4892
|
"name": "Component",
|
|
4957
4893
|
"type": {
|
|
4958
4894
|
"type": "reference",
|
|
4895
|
+
"qualifiedName": "ComponentDecorator",
|
|
4896
|
+
"package": "@angular/core",
|
|
4959
4897
|
"name": "Component"
|
|
4960
4898
|
},
|
|
4961
4899
|
"arguments": {
|
|
@@ -5001,6 +4939,8 @@
|
|
|
5001
4939
|
"name": "Input",
|
|
5002
4940
|
"type": {
|
|
5003
4941
|
"type": "reference",
|
|
4942
|
+
"qualifiedName": "InputDecorator",
|
|
4943
|
+
"package": "@angular/core",
|
|
5004
4944
|
"name": "Input"
|
|
5005
4945
|
},
|
|
5006
4946
|
"arguments": {}
|
|
@@ -5009,7 +4949,7 @@
|
|
|
5009
4949
|
"sources": [
|
|
5010
4950
|
{
|
|
5011
4951
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5012
|
-
"line":
|
|
4952
|
+
"line": 43,
|
|
5013
4953
|
"character": 9
|
|
5014
4954
|
}
|
|
5015
4955
|
],
|
|
@@ -5040,6 +4980,8 @@
|
|
|
5040
4980
|
"name": "Input",
|
|
5041
4981
|
"type": {
|
|
5042
4982
|
"type": "reference",
|
|
4983
|
+
"qualifiedName": "InputDecorator",
|
|
4984
|
+
"package": "@angular/core",
|
|
5043
4985
|
"name": "Input"
|
|
5044
4986
|
},
|
|
5045
4987
|
"arguments": {}
|
|
@@ -5066,13 +5008,21 @@
|
|
|
5066
5008
|
"isPublic": true
|
|
5067
5009
|
},
|
|
5068
5010
|
"comment": {
|
|
5069
|
-
"shortText": "Specifies the type of icon to display. Specifying
|
|
5011
|
+
"shortText": "Specifies the type of icon to display. Specifying `\"fa\"` will display a Font Awesome icon,\nwhile specifying `\"skyux\"` will display an icon from the custom SKY UX icon font. Note that\nthe custom SKY UX icon font is currently in beta.",
|
|
5012
|
+
"tags": [
|
|
5013
|
+
{
|
|
5014
|
+
"tag": "default",
|
|
5015
|
+
"text": "\"fa\"\n"
|
|
5016
|
+
}
|
|
5017
|
+
]
|
|
5070
5018
|
},
|
|
5071
5019
|
"decorators": [
|
|
5072
5020
|
{
|
|
5073
5021
|
"name": "Input",
|
|
5074
5022
|
"type": {
|
|
5075
5023
|
"type": "reference",
|
|
5024
|
+
"qualifiedName": "InputDecorator",
|
|
5025
|
+
"package": "@angular/core",
|
|
5076
5026
|
"name": "Input"
|
|
5077
5027
|
},
|
|
5078
5028
|
"arguments": {}
|
|
@@ -5081,13 +5031,13 @@
|
|
|
5081
5031
|
"sources": [
|
|
5082
5032
|
{
|
|
5083
5033
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5084
|
-
"line":
|
|
5034
|
+
"line": 30,
|
|
5085
5035
|
"character": 9
|
|
5086
5036
|
}
|
|
5087
5037
|
],
|
|
5088
5038
|
"type": {
|
|
5089
5039
|
"type": "reference",
|
|
5090
|
-
"id":
|
|
5040
|
+
"id": 322,
|
|
5091
5041
|
"name": "SkyIconType"
|
|
5092
5042
|
},
|
|
5093
5043
|
"defaultValue": "'fa'"
|
|
@@ -5108,6 +5058,8 @@
|
|
|
5108
5058
|
"name": "Input",
|
|
5109
5059
|
"type": {
|
|
5110
5060
|
"type": "reference",
|
|
5061
|
+
"qualifiedName": "InputDecorator",
|
|
5062
|
+
"package": "@angular/core",
|
|
5111
5063
|
"name": "Input"
|
|
5112
5064
|
},
|
|
5113
5065
|
"arguments": {}
|
|
@@ -5116,7 +5068,7 @@
|
|
|
5116
5068
|
"sources": [
|
|
5117
5069
|
{
|
|
5118
5070
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5119
|
-
"line":
|
|
5071
|
+
"line": 37,
|
|
5120
5072
|
"character": 9
|
|
5121
5073
|
}
|
|
5122
5074
|
],
|
|
@@ -5134,13 +5086,15 @@
|
|
|
5134
5086
|
"isPublic": true
|
|
5135
5087
|
},
|
|
5136
5088
|
"comment": {
|
|
5137
|
-
"shortText": "Specifies the icon variant (
|
|
5089
|
+
"shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed."
|
|
5138
5090
|
},
|
|
5139
5091
|
"decorators": [
|
|
5140
5092
|
{
|
|
5141
5093
|
"name": "Input",
|
|
5142
5094
|
"type": {
|
|
5143
5095
|
"type": "reference",
|
|
5096
|
+
"qualifiedName": "InputDecorator",
|
|
5097
|
+
"package": "@angular/core",
|
|
5144
5098
|
"name": "Input"
|
|
5145
5099
|
},
|
|
5146
5100
|
"arguments": {}
|
|
@@ -5149,13 +5103,13 @@
|
|
|
5149
5103
|
"sources": [
|
|
5150
5104
|
{
|
|
5151
5105
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5152
|
-
"line":
|
|
5106
|
+
"line": 50,
|
|
5153
5107
|
"character": 9
|
|
5154
5108
|
}
|
|
5155
5109
|
],
|
|
5156
5110
|
"type": {
|
|
5157
5111
|
"type": "reference",
|
|
5158
|
-
"id":
|
|
5112
|
+
"id": 323,
|
|
5159
5113
|
"name": "SkyIconVariantType"
|
|
5160
5114
|
}
|
|
5161
5115
|
}
|
|
@@ -5199,6 +5153,8 @@
|
|
|
5199
5153
|
"name": "Component",
|
|
5200
5154
|
"type": {
|
|
5201
5155
|
"type": "reference",
|
|
5156
|
+
"qualifiedName": "ComponentDecorator",
|
|
5157
|
+
"package": "@angular/core",
|
|
5202
5158
|
"name": "Component"
|
|
5203
5159
|
},
|
|
5204
5160
|
"arguments": {
|
|
@@ -5244,6 +5200,8 @@
|
|
|
5244
5200
|
"name": "Input",
|
|
5245
5201
|
"type": {
|
|
5246
5202
|
"type": "reference",
|
|
5203
|
+
"qualifiedName": "InputDecorator",
|
|
5204
|
+
"package": "@angular/core",
|
|
5247
5205
|
"name": "Input"
|
|
5248
5206
|
},
|
|
5249
5207
|
"arguments": {}
|
|
@@ -5258,7 +5216,7 @@
|
|
|
5258
5216
|
],
|
|
5259
5217
|
"type": {
|
|
5260
5218
|
"type": "reference",
|
|
5261
|
-
"id":
|
|
5219
|
+
"id": 316,
|
|
5262
5220
|
"name": "SkyIconStackItem"
|
|
5263
5221
|
}
|
|
5264
5222
|
},
|
|
@@ -5278,6 +5236,8 @@
|
|
|
5278
5236
|
"name": "Input",
|
|
5279
5237
|
"type": {
|
|
5280
5238
|
"type": "reference",
|
|
5239
|
+
"qualifiedName": "InputDecorator",
|
|
5240
|
+
"package": "@angular/core",
|
|
5281
5241
|
"name": "Input"
|
|
5282
5242
|
},
|
|
5283
5243
|
"arguments": {}
|
|
@@ -5311,6 +5271,8 @@
|
|
|
5311
5271
|
"name": "Input",
|
|
5312
5272
|
"type": {
|
|
5313
5273
|
"type": "reference",
|
|
5274
|
+
"qualifiedName": "InputDecorator",
|
|
5275
|
+
"package": "@angular/core",
|
|
5314
5276
|
"name": "Input"
|
|
5315
5277
|
},
|
|
5316
5278
|
"arguments": {}
|
|
@@ -5325,7 +5287,7 @@
|
|
|
5325
5287
|
],
|
|
5326
5288
|
"type": {
|
|
5327
5289
|
"type": "reference",
|
|
5328
|
-
"id":
|
|
5290
|
+
"id": 316,
|
|
5329
5291
|
"name": "SkyIconStackItem"
|
|
5330
5292
|
}
|
|
5331
5293
|
}
|
|
@@ -5376,6 +5338,8 @@
|
|
|
5376
5338
|
"name": "Component",
|
|
5377
5339
|
"type": {
|
|
5378
5340
|
"type": "reference",
|
|
5341
|
+
"qualifiedName": "ComponentDecorator",
|
|
5342
|
+
"package": "@angular/core",
|
|
5379
5343
|
"name": "Component"
|
|
5380
5344
|
},
|
|
5381
5345
|
"arguments": {
|
|
@@ -5443,6 +5407,8 @@
|
|
|
5443
5407
|
"name": "Component",
|
|
5444
5408
|
"type": {
|
|
5445
5409
|
"type": "reference",
|
|
5410
|
+
"qualifiedName": "ComponentDecorator",
|
|
5411
|
+
"package": "@angular/core",
|
|
5446
5412
|
"name": "Component"
|
|
5447
5413
|
},
|
|
5448
5414
|
"arguments": {
|
|
@@ -5501,6 +5467,8 @@
|
|
|
5501
5467
|
"name": "Component",
|
|
5502
5468
|
"type": {
|
|
5503
5469
|
"type": "reference",
|
|
5470
|
+
"qualifiedName": "ComponentDecorator",
|
|
5471
|
+
"package": "@angular/core",
|
|
5504
5472
|
"name": "Component"
|
|
5505
5473
|
},
|
|
5506
5474
|
"arguments": {
|
|
@@ -5552,6 +5520,8 @@
|
|
|
5552
5520
|
"name": "Input",
|
|
5553
5521
|
"type": {
|
|
5554
5522
|
"type": "reference",
|
|
5523
|
+
"qualifiedName": "InputDecorator",
|
|
5524
|
+
"package": "@angular/core",
|
|
5555
5525
|
"name": "Input"
|
|
5556
5526
|
},
|
|
5557
5527
|
"arguments": {}
|
|
@@ -5606,6 +5576,8 @@
|
|
|
5606
5576
|
"name": "Component",
|
|
5607
5577
|
"type": {
|
|
5608
5578
|
"type": "reference",
|
|
5579
|
+
"qualifiedName": "ComponentDecorator",
|
|
5580
|
+
"package": "@angular/core",
|
|
5609
5581
|
"name": "Component"
|
|
5610
5582
|
},
|
|
5611
5583
|
"arguments": {
|
|
@@ -5652,7 +5624,7 @@
|
|
|
5652
5624
|
],
|
|
5653
5625
|
"type": {
|
|
5654
5626
|
"type": "reference",
|
|
5655
|
-
"id":
|
|
5627
|
+
"id": 316,
|
|
5656
5628
|
"name": "SkyIconStackItem"
|
|
5657
5629
|
}
|
|
5658
5630
|
},
|
|
@@ -5693,7 +5665,7 @@
|
|
|
5693
5665
|
],
|
|
5694
5666
|
"type": {
|
|
5695
5667
|
"type": "reference",
|
|
5696
|
-
"id":
|
|
5668
|
+
"id": 316,
|
|
5697
5669
|
"name": "SkyIconStackItem"
|
|
5698
5670
|
}
|
|
5699
5671
|
},
|
|
@@ -5710,6 +5682,8 @@
|
|
|
5710
5682
|
"name": "Input",
|
|
5711
5683
|
"type": {
|
|
5712
5684
|
"type": "reference",
|
|
5685
|
+
"qualifiedName": "InputDecorator",
|
|
5686
|
+
"package": "@angular/core",
|
|
5713
5687
|
"name": "Input"
|
|
5714
5688
|
},
|
|
5715
5689
|
"arguments": {}
|
|
@@ -5730,11 +5704,17 @@
|
|
|
5730
5704
|
"kindString": "Get signature",
|
|
5731
5705
|
"flags": {},
|
|
5732
5706
|
"comment": {
|
|
5733
|
-
"shortText": "The type of label to display."
|
|
5707
|
+
"shortText": "The type of label to display.",
|
|
5708
|
+
"tags": [
|
|
5709
|
+
{
|
|
5710
|
+
"tag": "required",
|
|
5711
|
+
"text": "\n"
|
|
5712
|
+
}
|
|
5713
|
+
]
|
|
5734
5714
|
},
|
|
5735
5715
|
"type": {
|
|
5736
5716
|
"type": "reference",
|
|
5737
|
-
"id":
|
|
5717
|
+
"id": 327,
|
|
5738
5718
|
"name": "SkyLabelType"
|
|
5739
5719
|
}
|
|
5740
5720
|
}
|
|
@@ -5764,7 +5744,7 @@
|
|
|
5764
5744
|
"flags": {},
|
|
5765
5745
|
"type": {
|
|
5766
5746
|
"type": "reference",
|
|
5767
|
-
"id":
|
|
5747
|
+
"id": 327,
|
|
5768
5748
|
"name": "SkyLabelType"
|
|
5769
5749
|
}
|
|
5770
5750
|
}
|
|
@@ -5811,14 +5791,14 @@
|
|
|
5811
5791
|
]
|
|
5812
5792
|
},
|
|
5813
5793
|
{
|
|
5814
|
-
"id":
|
|
5794
|
+
"id": 316,
|
|
5815
5795
|
"name": "SkyIconStackItem",
|
|
5816
5796
|
"kind": 256,
|
|
5817
5797
|
"kindString": "Interface",
|
|
5818
5798
|
"flags": {},
|
|
5819
5799
|
"children": [
|
|
5820
5800
|
{
|
|
5821
|
-
"id":
|
|
5801
|
+
"id": 317,
|
|
5822
5802
|
"name": "icon",
|
|
5823
5803
|
"kind": 1024,
|
|
5824
5804
|
"kindString": "Property",
|
|
@@ -5845,7 +5825,7 @@
|
|
|
5845
5825
|
}
|
|
5846
5826
|
},
|
|
5847
5827
|
{
|
|
5848
|
-
"id":
|
|
5828
|
+
"id": 318,
|
|
5849
5829
|
"name": "iconType",
|
|
5850
5830
|
"kind": 1024,
|
|
5851
5831
|
"kindString": "Property",
|
|
@@ -5864,7 +5844,7 @@
|
|
|
5864
5844
|
],
|
|
5865
5845
|
"type": {
|
|
5866
5846
|
"type": "reference",
|
|
5867
|
-
"id":
|
|
5847
|
+
"id": 322,
|
|
5868
5848
|
"name": "SkyIconType"
|
|
5869
5849
|
}
|
|
5870
5850
|
}
|
|
@@ -5874,8 +5854,8 @@
|
|
|
5874
5854
|
"title": "Properties",
|
|
5875
5855
|
"kind": 1024,
|
|
5876
5856
|
"children": [
|
|
5877
|
-
|
|
5878
|
-
|
|
5857
|
+
317,
|
|
5858
|
+
318
|
|
5879
5859
|
]
|
|
5880
5860
|
}
|
|
5881
5861
|
],
|
|
@@ -5888,14 +5868,14 @@
|
|
|
5888
5868
|
]
|
|
5889
5869
|
},
|
|
5890
5870
|
{
|
|
5891
|
-
"id":
|
|
5871
|
+
"id": 340,
|
|
5892
5872
|
"name": "SkyToken",
|
|
5893
5873
|
"kind": 256,
|
|
5894
5874
|
"kindString": "Interface",
|
|
5895
5875
|
"flags": {},
|
|
5896
5876
|
"children": [
|
|
5897
5877
|
{
|
|
5898
|
-
"id":
|
|
5878
|
+
"id": 341,
|
|
5899
5879
|
"name": "value",
|
|
5900
5880
|
"kind": 1024,
|
|
5901
5881
|
"kindString": "Property",
|
|
@@ -5921,7 +5901,7 @@
|
|
|
5921
5901
|
"title": "Properties",
|
|
5922
5902
|
"kind": 1024,
|
|
5923
5903
|
"children": [
|
|
5924
|
-
|
|
5904
|
+
341
|
|
5925
5905
|
]
|
|
5926
5906
|
}
|
|
5927
5907
|
],
|
|
@@ -5934,14 +5914,14 @@
|
|
|
5934
5914
|
]
|
|
5935
5915
|
},
|
|
5936
5916
|
{
|
|
5937
|
-
"id":
|
|
5917
|
+
"id": 342,
|
|
5938
5918
|
"name": "SkyTokenSelectedEventArgs",
|
|
5939
5919
|
"kind": 256,
|
|
5940
5920
|
"kindString": "Interface",
|
|
5941
5921
|
"flags": {},
|
|
5942
5922
|
"children": [
|
|
5943
5923
|
{
|
|
5944
|
-
"id":
|
|
5924
|
+
"id": 343,
|
|
5945
5925
|
"name": "token",
|
|
5946
5926
|
"kind": 1024,
|
|
5947
5927
|
"kindString": "Property",
|
|
@@ -5960,7 +5940,7 @@
|
|
|
5960
5940
|
],
|
|
5961
5941
|
"type": {
|
|
5962
5942
|
"type": "reference",
|
|
5963
|
-
"id":
|
|
5943
|
+
"id": 340,
|
|
5964
5944
|
"name": "SkyToken"
|
|
5965
5945
|
}
|
|
5966
5946
|
}
|
|
@@ -5970,7 +5950,7 @@
|
|
|
5970
5950
|
"title": "Properties",
|
|
5971
5951
|
"kind": 1024,
|
|
5972
5952
|
"children": [
|
|
5973
|
-
|
|
5953
|
+
343
|
|
5974
5954
|
]
|
|
5975
5955
|
}
|
|
5976
5956
|
],
|
|
@@ -5983,14 +5963,14 @@
|
|
|
5983
5963
|
]
|
|
5984
5964
|
},
|
|
5985
5965
|
{
|
|
5986
|
-
"id":
|
|
5966
|
+
"id": 344,
|
|
5987
5967
|
"name": "SkyTokensMessage",
|
|
5988
5968
|
"kind": 256,
|
|
5989
5969
|
"kindString": "Interface",
|
|
5990
5970
|
"flags": {},
|
|
5991
5971
|
"children": [
|
|
5992
5972
|
{
|
|
5993
|
-
"id":
|
|
5973
|
+
"id": 345,
|
|
5994
5974
|
"name": "type",
|
|
5995
5975
|
"kind": 1024,
|
|
5996
5976
|
"kindString": "Property",
|
|
@@ -6009,7 +5989,7 @@
|
|
|
6009
5989
|
],
|
|
6010
5990
|
"type": {
|
|
6011
5991
|
"type": "reference",
|
|
6012
|
-
"id":
|
|
5992
|
+
"id": 346,
|
|
6013
5993
|
"name": "SkyTokensMessageType"
|
|
6014
5994
|
}
|
|
6015
5995
|
}
|
|
@@ -6019,7 +5999,7 @@
|
|
|
6019
5999
|
"title": "Properties",
|
|
6020
6000
|
"kind": 1024,
|
|
6021
6001
|
"children": [
|
|
6022
|
-
|
|
6002
|
+
345
|
|
6023
6003
|
]
|
|
6024
6004
|
}
|
|
6025
6005
|
],
|
|
@@ -6032,7 +6012,7 @@
|
|
|
6032
6012
|
]
|
|
6033
6013
|
},
|
|
6034
6014
|
{
|
|
6035
|
-
"id":
|
|
6015
|
+
"id": 322,
|
|
6036
6016
|
"name": "SkyIconType",
|
|
6037
6017
|
"kind": 4194304,
|
|
6038
6018
|
"kindString": "Type alias",
|
|
@@ -6059,7 +6039,7 @@
|
|
|
6059
6039
|
}
|
|
6060
6040
|
},
|
|
6061
6041
|
{
|
|
6062
|
-
"id":
|
|
6042
|
+
"id": 323,
|
|
6063
6043
|
"name": "SkyIconVariantType",
|
|
6064
6044
|
"kind": 4194304,
|
|
6065
6045
|
"kindString": "Type alias",
|
|
@@ -6086,7 +6066,7 @@
|
|
|
6086
6066
|
}
|
|
6087
6067
|
},
|
|
6088
6068
|
{
|
|
6089
|
-
"id":
|
|
6069
|
+
"id": 327,
|
|
6090
6070
|
"name": "SkyLabelType",
|
|
6091
6071
|
"kind": 4194304,
|
|
6092
6072
|
"kindString": "Type alias",
|
|
@@ -6126,31 +6106,31 @@
|
|
|
6126
6106
|
"title": "Enumerations",
|
|
6127
6107
|
"kind": 8,
|
|
6128
6108
|
"children": [
|
|
6129
|
-
|
|
6109
|
+
346
|
|
6130
6110
|
]
|
|
6131
6111
|
},
|
|
6132
6112
|
{
|
|
6133
6113
|
"title": "Classes",
|
|
6134
6114
|
"kind": 128,
|
|
6135
6115
|
"children": [
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
308,
|
|
6116
|
+
304,
|
|
6117
|
+
307,
|
|
6118
|
+
310,
|
|
6140
6119
|
313,
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6120
|
+
319,
|
|
6121
|
+
324,
|
|
6122
|
+
328,
|
|
6123
|
+
331,
|
|
6124
|
+
334,
|
|
6125
|
+
337,
|
|
6126
|
+
352,
|
|
6127
|
+
355,
|
|
6147
6128
|
1,
|
|
6148
6129
|
79,
|
|
6149
6130
|
107,
|
|
6150
6131
|
146,
|
|
6151
6132
|
191,
|
|
6152
6133
|
272,
|
|
6153
|
-
20,
|
|
6154
6134
|
36,
|
|
6155
6135
|
42,
|
|
6156
6136
|
50,
|
|
@@ -6164,36 +6144,31 @@
|
|
|
6164
6144
|
"title": "Interfaces",
|
|
6165
6145
|
"kind": 256,
|
|
6166
6146
|
"children": [
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6147
|
+
316,
|
|
6148
|
+
340,
|
|
6149
|
+
342,
|
|
6150
|
+
344
|
|
6171
6151
|
]
|
|
6172
6152
|
},
|
|
6173
6153
|
{
|
|
6174
6154
|
"title": "Type aliases",
|
|
6175
6155
|
"kind": 4194304,
|
|
6176
6156
|
"children": [
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6157
|
+
322,
|
|
6158
|
+
323,
|
|
6159
|
+
327
|
|
6180
6160
|
]
|
|
6181
6161
|
}
|
|
6182
6162
|
],
|
|
6183
6163
|
"sources": [
|
|
6184
6164
|
{
|
|
6185
|
-
"fileName": "
|
|
6165
|
+
"fileName": "index.ts",
|
|
6186
6166
|
"line": 1,
|
|
6187
6167
|
"character": 0
|
|
6188
6168
|
}
|
|
6189
6169
|
]
|
|
6190
6170
|
},
|
|
6191
6171
|
"codeExamples": [
|
|
6192
|
-
{
|
|
6193
|
-
"fileName": ".eslintrc.json",
|
|
6194
|
-
"filePath": "/projects/indicators/documentation/code-examples/.eslintrc.json",
|
|
6195
|
-
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
6196
|
-
},
|
|
6197
6172
|
{
|
|
6198
6173
|
"fileName": "alert-demo.component.html",
|
|
6199
6174
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
|
|
@@ -6247,7 +6222,7 @@
|
|
|
6247
6222
|
{
|
|
6248
6223
|
"fileName": "key-info-demo.component.ts",
|
|
6249
6224
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
6250
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout
|
|
6225
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout = 'vertical';\n}\n"
|
|
6251
6226
|
},
|
|
6252
6227
|
{
|
|
6253
6228
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -6292,7 +6267,7 @@
|
|
|
6292
6267
|
{
|
|
6293
6268
|
"fileName": "text-highlight-demo.component.ts",
|
|
6294
6269
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
|
|
6295
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm: string;\n\n public showAdditionalContent
|
|
6270
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm: string;\n\n public showAdditionalContent = false;\n}\n"
|
|
6296
6271
|
},
|
|
6297
6272
|
{
|
|
6298
6273
|
"fileName": "text-highlight-demo.module.ts",
|
|
@@ -6337,7 +6312,7 @@
|
|
|
6337
6312
|
{
|
|
6338
6313
|
"fileName": "wait-demo.component.ts",
|
|
6339
6314
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.ts",
|
|
6340
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting
|
|
6315
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting = false;\n}\n"
|
|
6341
6316
|
},
|
|
6342
6317
|
{
|
|
6343
6318
|
"fileName": "wait-demo.module.ts",
|
|
@@ -6360,4 +6335,4 @@
|
|
|
6360
6335
|
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
|
|
6361
6336
|
}
|
|
6362
6337
|
]
|
|
6363
|
-
}
|
|
6338
|
+
}
|