@skyux/indicators 5.1.2 → 5.5.0-alpha.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 +246 -151
- package/documentation.json +795 -679
- 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 +204 -125
- 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/lib/modules/chevron/chevron.component.d.ts +37 -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 +6 -6
- package/skyux-indicators.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-indicators-testing.umd.js.map +0 -1
- package/bundles/skyux-indicators.umd.js.map +0 -1
- package/esm2015/modules/alert/alert.module.js +0 -38
- package/esm2015/modules/chevron/chevron.component.js +0 -34
- 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 -63
- 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/modules/chevron/chevron.component.d.ts +0 -10
- 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,12 +1662,14 @@
|
|
|
1550
1662
|
"implementedTypes": [
|
|
1551
1663
|
{
|
|
1552
1664
|
"type": "reference",
|
|
1665
|
+
"qualifiedName": "OnInit",
|
|
1666
|
+
"package": "@angular/core",
|
|
1553
1667
|
"name": "OnInit"
|
|
1554
1668
|
}
|
|
1555
1669
|
]
|
|
1556
1670
|
},
|
|
1557
1671
|
{
|
|
1558
|
-
"id":
|
|
1672
|
+
"id": 79,
|
|
1559
1673
|
"name": "SkyStatusIndicatorComponent",
|
|
1560
1674
|
"kind": 128,
|
|
1561
1675
|
"kindString": "Class",
|
|
@@ -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": {
|
|
@@ -1574,7 +1690,7 @@
|
|
|
1574
1690
|
],
|
|
1575
1691
|
"children": [
|
|
1576
1692
|
{
|
|
1577
|
-
"id":
|
|
1693
|
+
"id": 80,
|
|
1578
1694
|
"name": "constructor",
|
|
1579
1695
|
"kind": 512,
|
|
1580
1696
|
"kindString": "Constructor",
|
|
@@ -1588,25 +1704,27 @@
|
|
|
1588
1704
|
],
|
|
1589
1705
|
"signatures": [
|
|
1590
1706
|
{
|
|
1591
|
-
"id":
|
|
1707
|
+
"id": 81,
|
|
1592
1708
|
"name": "SkyStatusIndicatorComponent",
|
|
1593
1709
|
"kind": 16384,
|
|
1594
1710
|
"kindString": "Constructor signature",
|
|
1595
1711
|
"flags": {},
|
|
1596
1712
|
"parameters": [
|
|
1597
1713
|
{
|
|
1598
|
-
"id":
|
|
1714
|
+
"id": 82,
|
|
1599
1715
|
"name": "changeDetector",
|
|
1600
1716
|
"kind": 32768,
|
|
1601
1717
|
"kindString": "Parameter",
|
|
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
|
},
|
|
1608
1726
|
{
|
|
1609
|
-
"id":
|
|
1727
|
+
"id": 83,
|
|
1610
1728
|
"name": "resources",
|
|
1611
1729
|
"kind": 32768,
|
|
1612
1730
|
"kindString": "Parameter",
|
|
@@ -1619,14 +1737,14 @@
|
|
|
1619
1737
|
],
|
|
1620
1738
|
"type": {
|
|
1621
1739
|
"type": "reference",
|
|
1622
|
-
"id":
|
|
1740
|
+
"id": 79,
|
|
1623
1741
|
"name": "SkyStatusIndicatorComponent"
|
|
1624
1742
|
}
|
|
1625
1743
|
}
|
|
1626
1744
|
]
|
|
1627
1745
|
},
|
|
1628
1746
|
{
|
|
1629
|
-
"id":
|
|
1747
|
+
"id": 97,
|
|
1630
1748
|
"name": "baseIcon",
|
|
1631
1749
|
"kind": 1024,
|
|
1632
1750
|
"kindString": "Property",
|
|
@@ -1642,12 +1760,12 @@
|
|
|
1642
1760
|
],
|
|
1643
1761
|
"type": {
|
|
1644
1762
|
"type": "reference",
|
|
1645
|
-
"id":
|
|
1763
|
+
"id": 316,
|
|
1646
1764
|
"name": "SkyIconStackItem"
|
|
1647
1765
|
}
|
|
1648
1766
|
},
|
|
1649
1767
|
{
|
|
1650
|
-
"id":
|
|
1768
|
+
"id": 96,
|
|
1651
1769
|
"name": "descriptionComputed",
|
|
1652
1770
|
"kind": 1024,
|
|
1653
1771
|
"kindString": "Property",
|
|
@@ -1667,7 +1785,7 @@
|
|
|
1667
1785
|
}
|
|
1668
1786
|
},
|
|
1669
1787
|
{
|
|
1670
|
-
"id":
|
|
1788
|
+
"id": 98,
|
|
1671
1789
|
"name": "icon",
|
|
1672
1790
|
"kind": 1024,
|
|
1673
1791
|
"kindString": "Property",
|
|
@@ -1687,7 +1805,7 @@
|
|
|
1687
1805
|
}
|
|
1688
1806
|
},
|
|
1689
1807
|
{
|
|
1690
|
-
"id":
|
|
1808
|
+
"id": 99,
|
|
1691
1809
|
"name": "topIcon",
|
|
1692
1810
|
"kind": 1024,
|
|
1693
1811
|
"kindString": "Property",
|
|
@@ -1703,12 +1821,12 @@
|
|
|
1703
1821
|
],
|
|
1704
1822
|
"type": {
|
|
1705
1823
|
"type": "reference",
|
|
1706
|
-
"id":
|
|
1824
|
+
"id": 316,
|
|
1707
1825
|
"name": "SkyIconStackItem"
|
|
1708
1826
|
}
|
|
1709
1827
|
},
|
|
1710
1828
|
{
|
|
1711
|
-
"id":
|
|
1829
|
+
"id": 92,
|
|
1712
1830
|
"name": "customDescription",
|
|
1713
1831
|
"kind": 262144,
|
|
1714
1832
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -1734,7 +1854,7 @@
|
|
|
1734
1854
|
],
|
|
1735
1855
|
"getSignature": [
|
|
1736
1856
|
{
|
|
1737
|
-
"id":
|
|
1857
|
+
"id": 93,
|
|
1738
1858
|
"name": "customDescription",
|
|
1739
1859
|
"kind": 524288,
|
|
1740
1860
|
"kindString": "Get signature",
|
|
@@ -1750,7 +1870,7 @@
|
|
|
1750
1870
|
],
|
|
1751
1871
|
"setSignature": [
|
|
1752
1872
|
{
|
|
1753
|
-
"id":
|
|
1873
|
+
"id": 94,
|
|
1754
1874
|
"name": "customDescription",
|
|
1755
1875
|
"kind": 1048576,
|
|
1756
1876
|
"kindString": "Set signature",
|
|
@@ -1760,7 +1880,7 @@
|
|
|
1760
1880
|
},
|
|
1761
1881
|
"parameters": [
|
|
1762
1882
|
{
|
|
1763
|
-
"id":
|
|
1883
|
+
"id": 95,
|
|
1764
1884
|
"name": "value",
|
|
1765
1885
|
"kind": 32768,
|
|
1766
1886
|
"kindString": "Parameter",
|
|
@@ -1779,7 +1899,7 @@
|
|
|
1779
1899
|
]
|
|
1780
1900
|
},
|
|
1781
1901
|
{
|
|
1782
|
-
"id":
|
|
1902
|
+
"id": 88,
|
|
1783
1903
|
"name": "descriptionType",
|
|
1784
1904
|
"kind": 262144,
|
|
1785
1905
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -1805,13 +1927,19 @@
|
|
|
1805
1927
|
],
|
|
1806
1928
|
"getSignature": [
|
|
1807
1929
|
{
|
|
1808
|
-
"id":
|
|
1930
|
+
"id": 89,
|
|
1809
1931
|
"name": "descriptionType",
|
|
1810
1932
|
"kind": 524288,
|
|
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",
|
|
@@ -1821,7 +1949,7 @@
|
|
|
1821
1949
|
],
|
|
1822
1950
|
"setSignature": [
|
|
1823
1951
|
{
|
|
1824
|
-
"id":
|
|
1952
|
+
"id": 90,
|
|
1825
1953
|
"name": "descriptionType",
|
|
1826
1954
|
"kind": 1048576,
|
|
1827
1955
|
"kindString": "Set signature",
|
|
@@ -1837,7 +1965,7 @@
|
|
|
1837
1965
|
},
|
|
1838
1966
|
"parameters": [
|
|
1839
1967
|
{
|
|
1840
|
-
"id":
|
|
1968
|
+
"id": 91,
|
|
1841
1969
|
"name": "value",
|
|
1842
1970
|
"kind": 32768,
|
|
1843
1971
|
"kindString": "Parameter",
|
|
@@ -1856,7 +1984,7 @@
|
|
|
1856
1984
|
]
|
|
1857
1985
|
},
|
|
1858
1986
|
{
|
|
1859
|
-
"id":
|
|
1987
|
+
"id": 84,
|
|
1860
1988
|
"name": "indicatorType",
|
|
1861
1989
|
"kind": 262144,
|
|
1862
1990
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -1882,13 +2012,19 @@
|
|
|
1882
2012
|
],
|
|
1883
2013
|
"getSignature": [
|
|
1884
2014
|
{
|
|
1885
|
-
"id":
|
|
2015
|
+
"id": 85,
|
|
1886
2016
|
"name": "indicatorType",
|
|
1887
2017
|
"kind": 524288,
|
|
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",
|
|
@@ -1898,7 +2034,7 @@
|
|
|
1898
2034
|
],
|
|
1899
2035
|
"setSignature": [
|
|
1900
2036
|
{
|
|
1901
|
-
"id":
|
|
2037
|
+
"id": 86,
|
|
1902
2038
|
"name": "indicatorType",
|
|
1903
2039
|
"kind": 1048576,
|
|
1904
2040
|
"kindString": "Set signature",
|
|
@@ -1914,7 +2050,7 @@
|
|
|
1914
2050
|
},
|
|
1915
2051
|
"parameters": [
|
|
1916
2052
|
{
|
|
1917
|
-
"id":
|
|
2053
|
+
"id": 87,
|
|
1918
2054
|
"name": "value",
|
|
1919
2055
|
"kind": 32768,
|
|
1920
2056
|
"kindString": "Parameter",
|
|
@@ -1938,26 +2074,26 @@
|
|
|
1938
2074
|
"title": "Constructors",
|
|
1939
2075
|
"kind": 512,
|
|
1940
2076
|
"children": [
|
|
1941
|
-
|
|
2077
|
+
80
|
|
1942
2078
|
]
|
|
1943
2079
|
},
|
|
1944
2080
|
{
|
|
1945
2081
|
"title": "Properties",
|
|
1946
2082
|
"kind": 1024,
|
|
1947
2083
|
"children": [
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
2084
|
+
97,
|
|
2085
|
+
96,
|
|
2086
|
+
98,
|
|
2087
|
+
99
|
|
1952
2088
|
]
|
|
1953
2089
|
},
|
|
1954
2090
|
{
|
|
1955
2091
|
"title": "Accessors",
|
|
1956
2092
|
"kind": 262144,
|
|
1957
2093
|
"children": [
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
2094
|
+
92,
|
|
2095
|
+
88,
|
|
2096
|
+
84
|
|
1961
2097
|
]
|
|
1962
2098
|
}
|
|
1963
2099
|
],
|
|
@@ -1970,7 +2106,7 @@
|
|
|
1970
2106
|
]
|
|
1971
2107
|
},
|
|
1972
2108
|
{
|
|
1973
|
-
"id":
|
|
2109
|
+
"id": 107,
|
|
1974
2110
|
"name": "SkyTextHighlightDirective",
|
|
1975
2111
|
"kind": 128,
|
|
1976
2112
|
"kindString": "Class",
|
|
@@ -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": {
|
|
@@ -1992,7 +2130,7 @@
|
|
|
1992
2130
|
],
|
|
1993
2131
|
"children": [
|
|
1994
2132
|
{
|
|
1995
|
-
"id":
|
|
2133
|
+
"id": 122,
|
|
1996
2134
|
"name": "constructor",
|
|
1997
2135
|
"kind": 512,
|
|
1998
2136
|
"kindString": "Constructor",
|
|
@@ -2006,14 +2144,14 @@
|
|
|
2006
2144
|
],
|
|
2007
2145
|
"signatures": [
|
|
2008
2146
|
{
|
|
2009
|
-
"id":
|
|
2147
|
+
"id": 123,
|
|
2010
2148
|
"name": "SkyTextHighlightDirective",
|
|
2011
2149
|
"kind": 16384,
|
|
2012
2150
|
"kindString": "Constructor signature",
|
|
2013
2151
|
"flags": {},
|
|
2014
2152
|
"parameters": [
|
|
2015
2153
|
{
|
|
2016
|
-
"id":
|
|
2154
|
+
"id": 124,
|
|
2017
2155
|
"name": "el",
|
|
2018
2156
|
"kind": 32768,
|
|
2019
2157
|
"kindString": "Parameter",
|
|
@@ -2026,11 +2164,13 @@
|
|
|
2026
2164
|
"name": "any"
|
|
2027
2165
|
}
|
|
2028
2166
|
],
|
|
2167
|
+
"qualifiedName": "ElementRef",
|
|
2168
|
+
"package": "@angular/core",
|
|
2029
2169
|
"name": "ElementRef"
|
|
2030
2170
|
}
|
|
2031
2171
|
},
|
|
2032
2172
|
{
|
|
2033
|
-
"id":
|
|
2173
|
+
"id": 125,
|
|
2034
2174
|
"name": "observerService",
|
|
2035
2175
|
"kind": 32768,
|
|
2036
2176
|
"kindString": "Parameter",
|
|
@@ -2043,14 +2183,14 @@
|
|
|
2043
2183
|
],
|
|
2044
2184
|
"type": {
|
|
2045
2185
|
"type": "reference",
|
|
2046
|
-
"id":
|
|
2186
|
+
"id": 107,
|
|
2047
2187
|
"name": "SkyTextHighlightDirective"
|
|
2048
2188
|
}
|
|
2049
2189
|
}
|
|
2050
2190
|
]
|
|
2051
2191
|
},
|
|
2052
2192
|
{
|
|
2053
|
-
"id":
|
|
2193
|
+
"id": 126,
|
|
2054
2194
|
"name": "skyHighlight",
|
|
2055
2195
|
"kind": 262144,
|
|
2056
2196
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -2076,7 +2218,7 @@
|
|
|
2076
2218
|
],
|
|
2077
2219
|
"setSignature": [
|
|
2078
2220
|
{
|
|
2079
|
-
"id":
|
|
2221
|
+
"id": 127,
|
|
2080
2222
|
"name": "skyHighlight",
|
|
2081
2223
|
"kind": 1048576,
|
|
2082
2224
|
"kindString": "Set signature",
|
|
@@ -2086,7 +2228,7 @@
|
|
|
2086
2228
|
},
|
|
2087
2229
|
"parameters": [
|
|
2088
2230
|
{
|
|
2089
|
-
"id":
|
|
2231
|
+
"id": 128,
|
|
2090
2232
|
"name": "value",
|
|
2091
2233
|
"kind": 32768,
|
|
2092
2234
|
"kindString": "Parameter",
|
|
@@ -2117,7 +2259,7 @@
|
|
|
2117
2259
|
]
|
|
2118
2260
|
},
|
|
2119
2261
|
{
|
|
2120
|
-
"id":
|
|
2262
|
+
"id": 135,
|
|
2121
2263
|
"name": "ngAfterViewInit",
|
|
2122
2264
|
"kind": 2048,
|
|
2123
2265
|
"kindString": "Method",
|
|
@@ -2133,7 +2275,7 @@
|
|
|
2133
2275
|
],
|
|
2134
2276
|
"signatures": [
|
|
2135
2277
|
{
|
|
2136
|
-
"id":
|
|
2278
|
+
"id": 136,
|
|
2137
2279
|
"name": "ngAfterViewInit",
|
|
2138
2280
|
"kind": 4096,
|
|
2139
2281
|
"kindString": "Call signature",
|
|
@@ -2154,7 +2296,7 @@
|
|
|
2154
2296
|
}
|
|
2155
2297
|
},
|
|
2156
2298
|
{
|
|
2157
|
-
"id":
|
|
2299
|
+
"id": 132,
|
|
2158
2300
|
"name": "ngOnChanges",
|
|
2159
2301
|
"kind": 2048,
|
|
2160
2302
|
"kindString": "Method",
|
|
@@ -2170,20 +2312,22 @@
|
|
|
2170
2312
|
],
|
|
2171
2313
|
"signatures": [
|
|
2172
2314
|
{
|
|
2173
|
-
"id":
|
|
2315
|
+
"id": 133,
|
|
2174
2316
|
"name": "ngOnChanges",
|
|
2175
2317
|
"kind": 4096,
|
|
2176
2318
|
"kindString": "Call signature",
|
|
2177
2319
|
"flags": {},
|
|
2178
2320
|
"parameters": [
|
|
2179
2321
|
{
|
|
2180
|
-
"id":
|
|
2322
|
+
"id": 134,
|
|
2181
2323
|
"name": "changes",
|
|
2182
2324
|
"kind": 32768,
|
|
2183
2325
|
"kindString": "Parameter",
|
|
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
|
}
|
|
@@ -2204,7 +2348,7 @@
|
|
|
2204
2348
|
}
|
|
2205
2349
|
},
|
|
2206
2350
|
{
|
|
2207
|
-
"id":
|
|
2351
|
+
"id": 137,
|
|
2208
2352
|
"name": "ngOnDestroy",
|
|
2209
2353
|
"kind": 2048,
|
|
2210
2354
|
"kindString": "Method",
|
|
@@ -2220,7 +2364,7 @@
|
|
|
2220
2364
|
],
|
|
2221
2365
|
"signatures": [
|
|
2222
2366
|
{
|
|
2223
|
-
"id":
|
|
2367
|
+
"id": 138,
|
|
2224
2368
|
"name": "ngOnDestroy",
|
|
2225
2369
|
"kind": 4096,
|
|
2226
2370
|
"kindString": "Call signature",
|
|
@@ -2246,23 +2390,23 @@
|
|
|
2246
2390
|
"title": "Constructors",
|
|
2247
2391
|
"kind": 512,
|
|
2248
2392
|
"children": [
|
|
2249
|
-
|
|
2393
|
+
122
|
|
2250
2394
|
]
|
|
2251
2395
|
},
|
|
2252
2396
|
{
|
|
2253
2397
|
"title": "Accessors",
|
|
2254
2398
|
"kind": 262144,
|
|
2255
2399
|
"children": [
|
|
2256
|
-
|
|
2400
|
+
126
|
|
2257
2401
|
]
|
|
2258
2402
|
},
|
|
2259
2403
|
{
|
|
2260
2404
|
"title": "Methods",
|
|
2261
2405
|
"kind": 2048,
|
|
2262
2406
|
"children": [
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2407
|
+
135,
|
|
2408
|
+
132,
|
|
2409
|
+
137
|
|
2266
2410
|
]
|
|
2267
2411
|
}
|
|
2268
2412
|
],
|
|
@@ -2276,20 +2420,26 @@
|
|
|
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
|
]
|
|
2290
2440
|
},
|
|
2291
2441
|
{
|
|
2292
|
-
"id":
|
|
2442
|
+
"id": 146,
|
|
2293
2443
|
"name": "SkyTokenComponent",
|
|
2294
2444
|
"kind": 128,
|
|
2295
2445
|
"kindString": "Class",
|
|
@@ -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": {
|
|
@@ -2308,7 +2460,7 @@
|
|
|
2308
2460
|
],
|
|
2309
2461
|
"children": [
|
|
2310
2462
|
{
|
|
2311
|
-
"id":
|
|
2463
|
+
"id": 147,
|
|
2312
2464
|
"name": "constructor",
|
|
2313
2465
|
"kind": 512,
|
|
2314
2466
|
"kindString": "Constructor",
|
|
@@ -2322,14 +2474,14 @@
|
|
|
2322
2474
|
],
|
|
2323
2475
|
"signatures": [
|
|
2324
2476
|
{
|
|
2325
|
-
"id":
|
|
2477
|
+
"id": 148,
|
|
2326
2478
|
"name": "SkyTokenComponent",
|
|
2327
2479
|
"kind": 16384,
|
|
2328
2480
|
"kindString": "Constructor signature",
|
|
2329
2481
|
"flags": {},
|
|
2330
2482
|
"parameters": [
|
|
2331
2483
|
{
|
|
2332
|
-
"id":
|
|
2484
|
+
"id": 149,
|
|
2333
2485
|
"name": "elementRef",
|
|
2334
2486
|
"kind": 32768,
|
|
2335
2487
|
"kindString": "Parameter",
|
|
@@ -2342,11 +2494,13 @@
|
|
|
2342
2494
|
"name": "any"
|
|
2343
2495
|
}
|
|
2344
2496
|
],
|
|
2497
|
+
"qualifiedName": "ElementRef",
|
|
2498
|
+
"package": "@angular/core",
|
|
2345
2499
|
"name": "ElementRef"
|
|
2346
2500
|
}
|
|
2347
2501
|
},
|
|
2348
2502
|
{
|
|
2349
|
-
"id":
|
|
2503
|
+
"id": 150,
|
|
2350
2504
|
"name": "resourcesService",
|
|
2351
2505
|
"kind": 32768,
|
|
2352
2506
|
"kindString": "Parameter",
|
|
@@ -2359,14 +2513,14 @@
|
|
|
2359
2513
|
],
|
|
2360
2514
|
"type": {
|
|
2361
2515
|
"type": "reference",
|
|
2362
|
-
"id":
|
|
2516
|
+
"id": 146,
|
|
2363
2517
|
"name": "SkyTokenComponent"
|
|
2364
2518
|
}
|
|
2365
2519
|
}
|
|
2366
2520
|
]
|
|
2367
2521
|
},
|
|
2368
2522
|
{
|
|
2369
|
-
"id":
|
|
2523
|
+
"id": 167,
|
|
2370
2524
|
"name": "dismiss",
|
|
2371
2525
|
"kind": 1024,
|
|
2372
2526
|
"kindString": "Property",
|
|
@@ -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,12 +2557,14 @@
|
|
|
2401
2557
|
"name": "void"
|
|
2402
2558
|
}
|
|
2403
2559
|
],
|
|
2560
|
+
"qualifiedName": "EventEmitter",
|
|
2561
|
+
"package": "@angular/core",
|
|
2404
2562
|
"name": "EventEmitter"
|
|
2405
2563
|
},
|
|
2406
2564
|
"defaultValue": "..."
|
|
2407
2565
|
},
|
|
2408
2566
|
{
|
|
2409
|
-
"id":
|
|
2567
|
+
"id": 168,
|
|
2410
2568
|
"name": "tokenFocus",
|
|
2411
2569
|
"kind": 1024,
|
|
2412
2570
|
"kindString": "Property",
|
|
@@ -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,12 +2601,14 @@
|
|
|
2441
2601
|
"name": "void"
|
|
2442
2602
|
}
|
|
2443
2603
|
],
|
|
2604
|
+
"qualifiedName": "EventEmitter",
|
|
2605
|
+
"package": "@angular/core",
|
|
2444
2606
|
"name": "EventEmitter"
|
|
2445
2607
|
},
|
|
2446
2608
|
"defaultValue": "..."
|
|
2447
2609
|
},
|
|
2448
2610
|
{
|
|
2449
|
-
"id":
|
|
2611
|
+
"id": 155,
|
|
2450
2612
|
"name": "ariaLabel",
|
|
2451
2613
|
"kind": 262144,
|
|
2452
2614
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -2472,13 +2636,19 @@
|
|
|
2472
2636
|
],
|
|
2473
2637
|
"getSignature": [
|
|
2474
2638
|
{
|
|
2475
|
-
"id":
|
|
2639
|
+
"id": 156,
|
|
2476
2640
|
"name": "ariaLabel",
|
|
2477
2641
|
"kind": 524288,
|
|
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",
|
|
@@ -2488,7 +2658,7 @@
|
|
|
2488
2658
|
],
|
|
2489
2659
|
"setSignature": [
|
|
2490
2660
|
{
|
|
2491
|
-
"id":
|
|
2661
|
+
"id": 157,
|
|
2492
2662
|
"name": "ariaLabel",
|
|
2493
2663
|
"kind": 1048576,
|
|
2494
2664
|
"kindString": "Set signature",
|
|
@@ -2504,7 +2674,7 @@
|
|
|
2504
2674
|
},
|
|
2505
2675
|
"parameters": [
|
|
2506
2676
|
{
|
|
2507
|
-
"id":
|
|
2677
|
+
"id": 158,
|
|
2508
2678
|
"name": "value",
|
|
2509
2679
|
"kind": 32768,
|
|
2510
2680
|
"kindString": "Parameter",
|
|
@@ -2523,7 +2693,7 @@
|
|
|
2523
2693
|
]
|
|
2524
2694
|
},
|
|
2525
2695
|
{
|
|
2526
|
-
"id":
|
|
2696
|
+
"id": 151,
|
|
2527
2697
|
"name": "disabled",
|
|
2528
2698
|
"kind": 262144,
|
|
2529
2699
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -2549,13 +2721,19 @@
|
|
|
2549
2721
|
],
|
|
2550
2722
|
"getSignature": [
|
|
2551
2723
|
{
|
|
2552
|
-
"id":
|
|
2724
|
+
"id": 152,
|
|
2553
2725
|
"name": "disabled",
|
|
2554
2726
|
"kind": 524288,
|
|
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",
|
|
@@ -2565,7 +2743,7 @@
|
|
|
2565
2743
|
],
|
|
2566
2744
|
"setSignature": [
|
|
2567
2745
|
{
|
|
2568
|
-
"id":
|
|
2746
|
+
"id": 153,
|
|
2569
2747
|
"name": "disabled",
|
|
2570
2748
|
"kind": 1048576,
|
|
2571
2749
|
"kindString": "Set signature",
|
|
@@ -2581,7 +2759,7 @@
|
|
|
2581
2759
|
},
|
|
2582
2760
|
"parameters": [
|
|
2583
2761
|
{
|
|
2584
|
-
"id":
|
|
2762
|
+
"id": 154,
|
|
2585
2763
|
"name": "value",
|
|
2586
2764
|
"kind": 32768,
|
|
2587
2765
|
"kindString": "Parameter",
|
|
@@ -2600,7 +2778,7 @@
|
|
|
2600
2778
|
]
|
|
2601
2779
|
},
|
|
2602
2780
|
{
|
|
2603
|
-
"id":
|
|
2781
|
+
"id": 159,
|
|
2604
2782
|
"name": "dismissible",
|
|
2605
2783
|
"kind": 262144,
|
|
2606
2784
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -2626,13 +2806,19 @@
|
|
|
2626
2806
|
],
|
|
2627
2807
|
"getSignature": [
|
|
2628
2808
|
{
|
|
2629
|
-
"id":
|
|
2809
|
+
"id": 160,
|
|
2630
2810
|
"name": "dismissible",
|
|
2631
2811
|
"kind": 524288,
|
|
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",
|
|
@@ -2642,7 +2828,7 @@
|
|
|
2642
2828
|
],
|
|
2643
2829
|
"setSignature": [
|
|
2644
2830
|
{
|
|
2645
|
-
"id":
|
|
2831
|
+
"id": 161,
|
|
2646
2832
|
"name": "dismissible",
|
|
2647
2833
|
"kind": 1048576,
|
|
2648
2834
|
"kindString": "Set signature",
|
|
@@ -2658,7 +2844,7 @@
|
|
|
2658
2844
|
},
|
|
2659
2845
|
"parameters": [
|
|
2660
2846
|
{
|
|
2661
|
-
"id":
|
|
2847
|
+
"id": 162,
|
|
2662
2848
|
"name": "value",
|
|
2663
2849
|
"kind": 32768,
|
|
2664
2850
|
"kindString": "Parameter",
|
|
@@ -2677,7 +2863,7 @@
|
|
|
2677
2863
|
]
|
|
2678
2864
|
},
|
|
2679
2865
|
{
|
|
2680
|
-
"id":
|
|
2866
|
+
"id": 163,
|
|
2681
2867
|
"name": "focusable",
|
|
2682
2868
|
"kind": 262144,
|
|
2683
2869
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -2703,13 +2891,19 @@
|
|
|
2703
2891
|
],
|
|
2704
2892
|
"getSignature": [
|
|
2705
2893
|
{
|
|
2706
|
-
"id":
|
|
2894
|
+
"id": 164,
|
|
2707
2895
|
"name": "focusable",
|
|
2708
2896
|
"kind": 524288,
|
|
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",
|
|
@@ -2719,7 +2913,7 @@
|
|
|
2719
2913
|
],
|
|
2720
2914
|
"setSignature": [
|
|
2721
2915
|
{
|
|
2722
|
-
"id":
|
|
2916
|
+
"id": 165,
|
|
2723
2917
|
"name": "focusable",
|
|
2724
2918
|
"kind": 1048576,
|
|
2725
2919
|
"kindString": "Set signature",
|
|
@@ -2735,7 +2929,7 @@
|
|
|
2735
2929
|
},
|
|
2736
2930
|
"parameters": [
|
|
2737
2931
|
{
|
|
2738
|
-
"id":
|
|
2932
|
+
"id": 166,
|
|
2739
2933
|
"name": "value",
|
|
2740
2934
|
"kind": 32768,
|
|
2741
2935
|
"kindString": "Parameter",
|
|
@@ -2754,7 +2948,7 @@
|
|
|
2754
2948
|
]
|
|
2755
2949
|
},
|
|
2756
2950
|
{
|
|
2757
|
-
"id":
|
|
2951
|
+
"id": 177,
|
|
2758
2952
|
"name": "dismissToken",
|
|
2759
2953
|
"kind": 2048,
|
|
2760
2954
|
"kindString": "Method",
|
|
@@ -2770,20 +2964,22 @@
|
|
|
2770
2964
|
],
|
|
2771
2965
|
"signatures": [
|
|
2772
2966
|
{
|
|
2773
|
-
"id":
|
|
2967
|
+
"id": 178,
|
|
2774
2968
|
"name": "dismissToken",
|
|
2775
2969
|
"kind": 4096,
|
|
2776
2970
|
"kindString": "Call signature",
|
|
2777
2971
|
"flags": {},
|
|
2778
2972
|
"parameters": [
|
|
2779
2973
|
{
|
|
2780
|
-
"id":
|
|
2974
|
+
"id": 179,
|
|
2781
2975
|
"name": "event",
|
|
2782
2976
|
"kind": 32768,
|
|
2783
2977
|
"kindString": "Parameter",
|
|
2784
2978
|
"flags": {},
|
|
2785
2979
|
"type": {
|
|
2786
2980
|
"type": "reference",
|
|
2981
|
+
"qualifiedName": "Event",
|
|
2982
|
+
"package": "typescript",
|
|
2787
2983
|
"name": "Event"
|
|
2788
2984
|
}
|
|
2789
2985
|
}
|
|
@@ -2796,7 +2992,7 @@
|
|
|
2796
2992
|
]
|
|
2797
2993
|
},
|
|
2798
2994
|
{
|
|
2799
|
-
"id":
|
|
2995
|
+
"id": 180,
|
|
2800
2996
|
"name": "focusElement",
|
|
2801
2997
|
"kind": 2048,
|
|
2802
2998
|
"kindString": "Method",
|
|
@@ -2812,7 +3008,7 @@
|
|
|
2812
3008
|
],
|
|
2813
3009
|
"signatures": [
|
|
2814
3010
|
{
|
|
2815
|
-
"id":
|
|
3011
|
+
"id": 181,
|
|
2816
3012
|
"name": "focusElement",
|
|
2817
3013
|
"kind": 4096,
|
|
2818
3014
|
"kindString": "Call signature",
|
|
@@ -2825,7 +3021,7 @@
|
|
|
2825
3021
|
]
|
|
2826
3022
|
},
|
|
2827
3023
|
{
|
|
2828
|
-
"id":
|
|
3024
|
+
"id": 185,
|
|
2829
3025
|
"name": "setCloseActive",
|
|
2830
3026
|
"kind": 2048,
|
|
2831
3027
|
"kindString": "Method",
|
|
@@ -2841,14 +3037,14 @@
|
|
|
2841
3037
|
],
|
|
2842
3038
|
"signatures": [
|
|
2843
3039
|
{
|
|
2844
|
-
"id":
|
|
3040
|
+
"id": 186,
|
|
2845
3041
|
"name": "setCloseActive",
|
|
2846
3042
|
"kind": 4096,
|
|
2847
3043
|
"kindString": "Call signature",
|
|
2848
3044
|
"flags": {},
|
|
2849
3045
|
"parameters": [
|
|
2850
3046
|
{
|
|
2851
|
-
"id":
|
|
3047
|
+
"id": 187,
|
|
2852
3048
|
"name": "closeActive",
|
|
2853
3049
|
"kind": 32768,
|
|
2854
3050
|
"kindString": "Parameter",
|
|
@@ -2867,7 +3063,7 @@
|
|
|
2867
3063
|
]
|
|
2868
3064
|
},
|
|
2869
3065
|
{
|
|
2870
|
-
"id":
|
|
3066
|
+
"id": 182,
|
|
2871
3067
|
"name": "setTokenActive",
|
|
2872
3068
|
"kind": 2048,
|
|
2873
3069
|
"kindString": "Method",
|
|
@@ -2883,14 +3079,14 @@
|
|
|
2883
3079
|
],
|
|
2884
3080
|
"signatures": [
|
|
2885
3081
|
{
|
|
2886
|
-
"id":
|
|
3082
|
+
"id": 183,
|
|
2887
3083
|
"name": "setTokenActive",
|
|
2888
3084
|
"kind": 4096,
|
|
2889
3085
|
"kindString": "Call signature",
|
|
2890
3086
|
"flags": {},
|
|
2891
3087
|
"parameters": [
|
|
2892
3088
|
{
|
|
2893
|
-
"id":
|
|
3089
|
+
"id": 184,
|
|
2894
3090
|
"name": "tokenActive",
|
|
2895
3091
|
"kind": 32768,
|
|
2896
3092
|
"kindString": "Parameter",
|
|
@@ -2914,35 +3110,35 @@
|
|
|
2914
3110
|
"title": "Constructors",
|
|
2915
3111
|
"kind": 512,
|
|
2916
3112
|
"children": [
|
|
2917
|
-
|
|
3113
|
+
147
|
|
2918
3114
|
]
|
|
2919
3115
|
},
|
|
2920
3116
|
{
|
|
2921
3117
|
"title": "Properties",
|
|
2922
3118
|
"kind": 1024,
|
|
2923
3119
|
"children": [
|
|
2924
|
-
|
|
2925
|
-
|
|
3120
|
+
167,
|
|
3121
|
+
168
|
|
2926
3122
|
]
|
|
2927
3123
|
},
|
|
2928
3124
|
{
|
|
2929
3125
|
"title": "Accessors",
|
|
2930
3126
|
"kind": 262144,
|
|
2931
3127
|
"children": [
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
3128
|
+
155,
|
|
3129
|
+
151,
|
|
3130
|
+
159,
|
|
3131
|
+
163
|
|
2936
3132
|
]
|
|
2937
3133
|
},
|
|
2938
3134
|
{
|
|
2939
3135
|
"title": "Methods",
|
|
2940
3136
|
"kind": 2048,
|
|
2941
3137
|
"children": [
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
3138
|
+
177,
|
|
3139
|
+
180,
|
|
3140
|
+
185,
|
|
3141
|
+
182
|
|
2946
3142
|
]
|
|
2947
3143
|
}
|
|
2948
3144
|
],
|
|
@@ -2955,7 +3151,7 @@
|
|
|
2955
3151
|
]
|
|
2956
3152
|
},
|
|
2957
3153
|
{
|
|
2958
|
-
"id":
|
|
3154
|
+
"id": 191,
|
|
2959
3155
|
"name": "SkyTokensComponent",
|
|
2960
3156
|
"kind": 128,
|
|
2961
3157
|
"kindString": "Class",
|
|
@@ -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": {
|
|
@@ -2974,7 +3172,7 @@
|
|
|
2974
3172
|
],
|
|
2975
3173
|
"children": [
|
|
2976
3174
|
{
|
|
2977
|
-
"id":
|
|
3175
|
+
"id": 192,
|
|
2978
3176
|
"name": "constructor",
|
|
2979
3177
|
"kind": 512,
|
|
2980
3178
|
"kindString": "Constructor",
|
|
@@ -2988,34 +3186,36 @@
|
|
|
2988
3186
|
],
|
|
2989
3187
|
"signatures": [
|
|
2990
3188
|
{
|
|
2991
|
-
"id":
|
|
3189
|
+
"id": 193,
|
|
2992
3190
|
"name": "SkyTokensComponent",
|
|
2993
3191
|
"kind": 16384,
|
|
2994
3192
|
"kindString": "Constructor signature",
|
|
2995
3193
|
"flags": {},
|
|
2996
3194
|
"parameters": [
|
|
2997
3195
|
{
|
|
2998
|
-
"id":
|
|
3196
|
+
"id": 194,
|
|
2999
3197
|
"name": "changeDetector",
|
|
3000
3198
|
"kind": 32768,
|
|
3001
3199
|
"kindString": "Parameter",
|
|
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
|
}
|
|
3008
3208
|
],
|
|
3009
3209
|
"type": {
|
|
3010
3210
|
"type": "reference",
|
|
3011
|
-
"id":
|
|
3211
|
+
"id": 191,
|
|
3012
3212
|
"name": "SkyTokensComponent"
|
|
3013
3213
|
}
|
|
3014
3214
|
}
|
|
3015
3215
|
]
|
|
3016
3216
|
},
|
|
3017
3217
|
{
|
|
3018
|
-
"id":
|
|
3218
|
+
"id": 220,
|
|
3019
3219
|
"name": "focusIndexOverRange",
|
|
3020
3220
|
"kind": 1024,
|
|
3021
3221
|
"kindString": "Property",
|
|
@@ -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,12 +3252,14 @@
|
|
|
3050
3252
|
"name": "void"
|
|
3051
3253
|
}
|
|
3052
3254
|
],
|
|
3255
|
+
"qualifiedName": "EventEmitter",
|
|
3256
|
+
"package": "@angular/core",
|
|
3053
3257
|
"name": "EventEmitter"
|
|
3054
3258
|
},
|
|
3055
3259
|
"defaultValue": "..."
|
|
3056
3260
|
},
|
|
3057
3261
|
{
|
|
3058
|
-
"id":
|
|
3262
|
+
"id": 221,
|
|
3059
3263
|
"name": "focusIndexUnderRange",
|
|
3060
3264
|
"kind": 1024,
|
|
3061
3265
|
"kindString": "Property",
|
|
@@ -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,12 +3296,14 @@
|
|
|
3090
3296
|
"name": "void"
|
|
3091
3297
|
}
|
|
3092
3298
|
],
|
|
3299
|
+
"qualifiedName": "EventEmitter",
|
|
3300
|
+
"package": "@angular/core",
|
|
3093
3301
|
"name": "EventEmitter"
|
|
3094
3302
|
},
|
|
3095
3303
|
"defaultValue": "..."
|
|
3096
3304
|
},
|
|
3097
3305
|
{
|
|
3098
|
-
"id":
|
|
3306
|
+
"id": 222,
|
|
3099
3307
|
"name": "tokenSelected",
|
|
3100
3308
|
"kind": 1024,
|
|
3101
3309
|
"kindString": "Property",
|
|
@@ -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,16 +3337,18 @@
|
|
|
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": "..."
|
|
3137
3349
|
},
|
|
3138
3350
|
{
|
|
3139
|
-
"id":
|
|
3351
|
+
"id": 223,
|
|
3140
3352
|
"name": "tokensChange",
|
|
3141
3353
|
"kind": 1024,
|
|
3142
3354
|
"kindString": "Property",
|
|
@@ -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,17 +3384,19 @@
|
|
|
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": "..."
|
|
3181
3397
|
},
|
|
3182
3398
|
{
|
|
3183
|
-
"id":
|
|
3399
|
+
"id": 228,
|
|
3184
3400
|
"name": "trackTokenFn",
|
|
3185
3401
|
"kind": 1024,
|
|
3186
3402
|
"kindString": "Property",
|
|
@@ -3197,14 +3413,14 @@
|
|
|
3197
3413
|
"type": {
|
|
3198
3414
|
"type": "reflection",
|
|
3199
3415
|
"declaration": {
|
|
3200
|
-
"id":
|
|
3416
|
+
"id": 229,
|
|
3201
3417
|
"name": "__type",
|
|
3202
3418
|
"kind": 65536,
|
|
3203
3419
|
"kindString": "Type literal",
|
|
3204
3420
|
"flags": {},
|
|
3205
3421
|
"signatures": [
|
|
3206
3422
|
{
|
|
3207
|
-
"id":
|
|
3423
|
+
"id": 230,
|
|
3208
3424
|
"name": "__type",
|
|
3209
3425
|
"kind": 4096,
|
|
3210
3426
|
"kindString": "Call signature",
|
|
@@ -3214,7 +3430,7 @@
|
|
|
3214
3430
|
},
|
|
3215
3431
|
"parameters": [
|
|
3216
3432
|
{
|
|
3217
|
-
"id":
|
|
3433
|
+
"id": 231,
|
|
3218
3434
|
"name": "index",
|
|
3219
3435
|
"kind": 32768,
|
|
3220
3436
|
"kindString": "Parameter",
|
|
@@ -3225,14 +3441,14 @@
|
|
|
3225
3441
|
}
|
|
3226
3442
|
},
|
|
3227
3443
|
{
|
|
3228
|
-
"id":
|
|
3444
|
+
"id": 232,
|
|
3229
3445
|
"name": "item",
|
|
3230
3446
|
"kind": 32768,
|
|
3231
3447
|
"kindString": "Parameter",
|
|
3232
3448
|
"flags": {},
|
|
3233
3449
|
"type": {
|
|
3234
3450
|
"type": "reference",
|
|
3235
|
-
"id":
|
|
3451
|
+
"id": 340,
|
|
3236
3452
|
"name": "SkyToken"
|
|
3237
3453
|
}
|
|
3238
3454
|
}
|
|
@@ -3247,7 +3463,7 @@
|
|
|
3247
3463
|
}
|
|
3248
3464
|
},
|
|
3249
3465
|
{
|
|
3250
|
-
"id":
|
|
3466
|
+
"id": 207,
|
|
3251
3467
|
"name": "trackWith",
|
|
3252
3468
|
"kind": 1024,
|
|
3253
3469
|
"kindString": "Property",
|
|
@@ -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": {}
|
|
@@ -3280,7 +3498,7 @@
|
|
|
3280
3498
|
}
|
|
3281
3499
|
},
|
|
3282
3500
|
{
|
|
3283
|
-
"id":
|
|
3501
|
+
"id": 195,
|
|
3284
3502
|
"name": "disabled",
|
|
3285
3503
|
"kind": 262144,
|
|
3286
3504
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3306,13 +3526,19 @@
|
|
|
3306
3526
|
],
|
|
3307
3527
|
"getSignature": [
|
|
3308
3528
|
{
|
|
3309
|
-
"id":
|
|
3529
|
+
"id": 196,
|
|
3310
3530
|
"name": "disabled",
|
|
3311
3531
|
"kind": 524288,
|
|
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",
|
|
@@ -3322,7 +3548,7 @@
|
|
|
3322
3548
|
],
|
|
3323
3549
|
"setSignature": [
|
|
3324
3550
|
{
|
|
3325
|
-
"id":
|
|
3551
|
+
"id": 197,
|
|
3326
3552
|
"name": "disabled",
|
|
3327
3553
|
"kind": 1048576,
|
|
3328
3554
|
"kindString": "Set signature",
|
|
@@ -3338,7 +3564,7 @@
|
|
|
3338
3564
|
},
|
|
3339
3565
|
"parameters": [
|
|
3340
3566
|
{
|
|
3341
|
-
"id":
|
|
3567
|
+
"id": 198,
|
|
3342
3568
|
"name": "value",
|
|
3343
3569
|
"kind": 32768,
|
|
3344
3570
|
"kindString": "Parameter",
|
|
@@ -3357,7 +3583,7 @@
|
|
|
3357
3583
|
]
|
|
3358
3584
|
},
|
|
3359
3585
|
{
|
|
3360
|
-
"id":
|
|
3586
|
+
"id": 199,
|
|
3361
3587
|
"name": "dismissible",
|
|
3362
3588
|
"kind": 262144,
|
|
3363
3589
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3383,13 +3611,19 @@
|
|
|
3383
3611
|
],
|
|
3384
3612
|
"getSignature": [
|
|
3385
3613
|
{
|
|
3386
|
-
"id":
|
|
3614
|
+
"id": 200,
|
|
3387
3615
|
"name": "dismissible",
|
|
3388
3616
|
"kind": 524288,
|
|
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",
|
|
@@ -3399,7 +3633,7 @@
|
|
|
3399
3633
|
],
|
|
3400
3634
|
"setSignature": [
|
|
3401
3635
|
{
|
|
3402
|
-
"id":
|
|
3636
|
+
"id": 201,
|
|
3403
3637
|
"name": "dismissible",
|
|
3404
3638
|
"kind": 1048576,
|
|
3405
3639
|
"kindString": "Set signature",
|
|
@@ -3415,7 +3649,7 @@
|
|
|
3415
3649
|
},
|
|
3416
3650
|
"parameters": [
|
|
3417
3651
|
{
|
|
3418
|
-
"id":
|
|
3652
|
+
"id": 202,
|
|
3419
3653
|
"name": "value",
|
|
3420
3654
|
"kind": 32768,
|
|
3421
3655
|
"kindString": "Parameter",
|
|
@@ -3434,7 +3668,7 @@
|
|
|
3434
3668
|
]
|
|
3435
3669
|
},
|
|
3436
3670
|
{
|
|
3437
|
-
"id":
|
|
3671
|
+
"id": 203,
|
|
3438
3672
|
"name": "displayWith",
|
|
3439
3673
|
"kind": 262144,
|
|
3440
3674
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3460,13 +3696,19 @@
|
|
|
3460
3696
|
],
|
|
3461
3697
|
"getSignature": [
|
|
3462
3698
|
{
|
|
3463
|
-
"id":
|
|
3699
|
+
"id": 204,
|
|
3464
3700
|
"name": "displayWith",
|
|
3465
3701
|
"kind": 524288,
|
|
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",
|
|
@@ -3476,7 +3718,7 @@
|
|
|
3476
3718
|
],
|
|
3477
3719
|
"setSignature": [
|
|
3478
3720
|
{
|
|
3479
|
-
"id":
|
|
3721
|
+
"id": 205,
|
|
3480
3722
|
"name": "displayWith",
|
|
3481
3723
|
"kind": 1048576,
|
|
3482
3724
|
"kindString": "Set signature",
|
|
@@ -3486,13 +3728,13 @@
|
|
|
3486
3728
|
"tags": [
|
|
3487
3729
|
{
|
|
3488
3730
|
"tag": "default",
|
|
3489
|
-
"text": "
|
|
3731
|
+
"text": "\"name\"\n"
|
|
3490
3732
|
}
|
|
3491
3733
|
]
|
|
3492
3734
|
},
|
|
3493
3735
|
"parameters": [
|
|
3494
3736
|
{
|
|
3495
|
-
"id":
|
|
3737
|
+
"id": 206,
|
|
3496
3738
|
"name": "value",
|
|
3497
3739
|
"kind": 32768,
|
|
3498
3740
|
"kindString": "Parameter",
|
|
@@ -3511,7 +3753,7 @@
|
|
|
3511
3753
|
]
|
|
3512
3754
|
},
|
|
3513
3755
|
{
|
|
3514
|
-
"id":
|
|
3756
|
+
"id": 208,
|
|
3515
3757
|
"name": "focusable",
|
|
3516
3758
|
"kind": 262144,
|
|
3517
3759
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3537,13 +3781,19 @@
|
|
|
3537
3781
|
],
|
|
3538
3782
|
"getSignature": [
|
|
3539
3783
|
{
|
|
3540
|
-
"id":
|
|
3784
|
+
"id": 209,
|
|
3541
3785
|
"name": "focusable",
|
|
3542
3786
|
"kind": 524288,
|
|
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",
|
|
@@ -3553,7 +3803,7 @@
|
|
|
3553
3803
|
],
|
|
3554
3804
|
"setSignature": [
|
|
3555
3805
|
{
|
|
3556
|
-
"id":
|
|
3806
|
+
"id": 210,
|
|
3557
3807
|
"name": "focusable",
|
|
3558
3808
|
"kind": 1048576,
|
|
3559
3809
|
"kindString": "Set signature",
|
|
@@ -3569,7 +3819,7 @@
|
|
|
3569
3819
|
},
|
|
3570
3820
|
"parameters": [
|
|
3571
3821
|
{
|
|
3572
|
-
"id":
|
|
3822
|
+
"id": 211,
|
|
3573
3823
|
"name": "value",
|
|
3574
3824
|
"kind": 32768,
|
|
3575
3825
|
"kindString": "Parameter",
|
|
@@ -3588,7 +3838,7 @@
|
|
|
3588
3838
|
]
|
|
3589
3839
|
},
|
|
3590
3840
|
{
|
|
3591
|
-
"id":
|
|
3841
|
+
"id": 216,
|
|
3592
3842
|
"name": "messageStream",
|
|
3593
3843
|
"kind": 262144,
|
|
3594
3844
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3614,7 +3866,7 @@
|
|
|
3614
3866
|
],
|
|
3615
3867
|
"getSignature": [
|
|
3616
3868
|
{
|
|
3617
|
-
"id":
|
|
3869
|
+
"id": 217,
|
|
3618
3870
|
"name": "messageStream",
|
|
3619
3871
|
"kind": 524288,
|
|
3620
3872
|
"kindString": "Get signature",
|
|
@@ -3627,17 +3879,19 @@
|
|
|
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
|
}
|
|
3637
3891
|
],
|
|
3638
3892
|
"setSignature": [
|
|
3639
3893
|
{
|
|
3640
|
-
"id":
|
|
3894
|
+
"id": 218,
|
|
3641
3895
|
"name": "messageStream",
|
|
3642
3896
|
"kind": 1048576,
|
|
3643
3897
|
"kindString": "Set signature",
|
|
@@ -3647,7 +3901,7 @@
|
|
|
3647
3901
|
},
|
|
3648
3902
|
"parameters": [
|
|
3649
3903
|
{
|
|
3650
|
-
"id":
|
|
3904
|
+
"id": 219,
|
|
3651
3905
|
"name": "value",
|
|
3652
3906
|
"kind": 32768,
|
|
3653
3907
|
"kindString": "Parameter",
|
|
@@ -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
|
}
|
|
@@ -3673,7 +3929,7 @@
|
|
|
3673
3929
|
]
|
|
3674
3930
|
},
|
|
3675
3931
|
{
|
|
3676
|
-
"id":
|
|
3932
|
+
"id": 212,
|
|
3677
3933
|
"name": "tokens",
|
|
3678
3934
|
"kind": 262144,
|
|
3679
3935
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -3699,7 +3957,7 @@
|
|
|
3699
3957
|
],
|
|
3700
3958
|
"getSignature": [
|
|
3701
3959
|
{
|
|
3702
|
-
"id":
|
|
3960
|
+
"id": 213,
|
|
3703
3961
|
"name": "tokens",
|
|
3704
3962
|
"kind": 524288,
|
|
3705
3963
|
"kindString": "Get signature",
|
|
@@ -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
|
}
|
|
@@ -3719,7 +3977,7 @@
|
|
|
3719
3977
|
],
|
|
3720
3978
|
"setSignature": [
|
|
3721
3979
|
{
|
|
3722
|
-
"id":
|
|
3980
|
+
"id": 214,
|
|
3723
3981
|
"name": "tokens",
|
|
3724
3982
|
"kind": 1048576,
|
|
3725
3983
|
"kindString": "Set signature",
|
|
@@ -3729,7 +3987,7 @@
|
|
|
3729
3987
|
},
|
|
3730
3988
|
"parameters": [
|
|
3731
3989
|
{
|
|
3732
|
-
"id":
|
|
3990
|
+
"id": 215,
|
|
3733
3991
|
"name": "value",
|
|
3734
3992
|
"kind": 32768,
|
|
3735
3993
|
"kindString": "Parameter",
|
|
@@ -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
|
}
|
|
@@ -3752,7 +4010,7 @@
|
|
|
3752
4010
|
]
|
|
3753
4011
|
},
|
|
3754
4012
|
{
|
|
3755
|
-
"id":
|
|
4013
|
+
"id": 243,
|
|
3756
4014
|
"name": "ngOnDestroy",
|
|
3757
4015
|
"kind": 2048,
|
|
3758
4016
|
"kindString": "Method",
|
|
@@ -3768,7 +4026,7 @@
|
|
|
3768
4026
|
],
|
|
3769
4027
|
"signatures": [
|
|
3770
4028
|
{
|
|
3771
|
-
"id":
|
|
4029
|
+
"id": 244,
|
|
3772
4030
|
"name": "ngOnDestroy",
|
|
3773
4031
|
"kind": 4096,
|
|
3774
4032
|
"kindString": "Call signature",
|
|
@@ -3789,7 +4047,7 @@
|
|
|
3789
4047
|
}
|
|
3790
4048
|
},
|
|
3791
4049
|
{
|
|
3792
|
-
"id":
|
|
4050
|
+
"id": 245,
|
|
3793
4051
|
"name": "onTokenClick",
|
|
3794
4052
|
"kind": 2048,
|
|
3795
4053
|
"kindString": "Method",
|
|
@@ -3805,21 +4063,21 @@
|
|
|
3805
4063
|
],
|
|
3806
4064
|
"signatures": [
|
|
3807
4065
|
{
|
|
3808
|
-
"id":
|
|
4066
|
+
"id": 246,
|
|
3809
4067
|
"name": "onTokenClick",
|
|
3810
4068
|
"kind": 4096,
|
|
3811
4069
|
"kindString": "Call signature",
|
|
3812
4070
|
"flags": {},
|
|
3813
4071
|
"parameters": [
|
|
3814
4072
|
{
|
|
3815
|
-
"id":
|
|
4073
|
+
"id": 247,
|
|
3816
4074
|
"name": "token",
|
|
3817
4075
|
"kind": 32768,
|
|
3818
4076
|
"kindString": "Parameter",
|
|
3819
4077
|
"flags": {},
|
|
3820
4078
|
"type": {
|
|
3821
4079
|
"type": "reference",
|
|
3822
|
-
"id":
|
|
4080
|
+
"id": 340,
|
|
3823
4081
|
"name": "SkyToken"
|
|
3824
4082
|
}
|
|
3825
4083
|
}
|
|
@@ -3832,7 +4090,7 @@
|
|
|
3832
4090
|
]
|
|
3833
4091
|
},
|
|
3834
4092
|
{
|
|
3835
|
-
"id":
|
|
4093
|
+
"id": 248,
|
|
3836
4094
|
"name": "onTokenKeyDown",
|
|
3837
4095
|
"kind": 2048,
|
|
3838
4096
|
"kindString": "Method",
|
|
@@ -3848,20 +4106,22 @@
|
|
|
3848
4106
|
],
|
|
3849
4107
|
"signatures": [
|
|
3850
4108
|
{
|
|
3851
|
-
"id":
|
|
4109
|
+
"id": 249,
|
|
3852
4110
|
"name": "onTokenKeyDown",
|
|
3853
4111
|
"kind": 4096,
|
|
3854
4112
|
"kindString": "Call signature",
|
|
3855
4113
|
"flags": {},
|
|
3856
4114
|
"parameters": [
|
|
3857
4115
|
{
|
|
3858
|
-
"id":
|
|
4116
|
+
"id": 250,
|
|
3859
4117
|
"name": "event",
|
|
3860
4118
|
"kind": 32768,
|
|
3861
4119
|
"kindString": "Parameter",
|
|
3862
4120
|
"flags": {},
|
|
3863
4121
|
"type": {
|
|
3864
4122
|
"type": "reference",
|
|
4123
|
+
"qualifiedName": "KeyboardEvent",
|
|
4124
|
+
"package": "typescript",
|
|
3865
4125
|
"name": "KeyboardEvent"
|
|
3866
4126
|
}
|
|
3867
4127
|
}
|
|
@@ -3874,7 +4134,7 @@
|
|
|
3874
4134
|
]
|
|
3875
4135
|
},
|
|
3876
4136
|
{
|
|
3877
|
-
"id":
|
|
4137
|
+
"id": 254,
|
|
3878
4138
|
"name": "removeToken",
|
|
3879
4139
|
"kind": 2048,
|
|
3880
4140
|
"kindString": "Method",
|
|
@@ -3890,21 +4150,21 @@
|
|
|
3890
4150
|
],
|
|
3891
4151
|
"signatures": [
|
|
3892
4152
|
{
|
|
3893
|
-
"id":
|
|
4153
|
+
"id": 255,
|
|
3894
4154
|
"name": "removeToken",
|
|
3895
4155
|
"kind": 4096,
|
|
3896
4156
|
"kindString": "Call signature",
|
|
3897
4157
|
"flags": {},
|
|
3898
4158
|
"parameters": [
|
|
3899
4159
|
{
|
|
3900
|
-
"id":
|
|
4160
|
+
"id": 256,
|
|
3901
4161
|
"name": "token",
|
|
3902
4162
|
"kind": 32768,
|
|
3903
4163
|
"kindString": "Parameter",
|
|
3904
4164
|
"flags": {},
|
|
3905
4165
|
"type": {
|
|
3906
4166
|
"type": "reference",
|
|
3907
|
-
"id":
|
|
4167
|
+
"id": 340,
|
|
3908
4168
|
"name": "SkyToken"
|
|
3909
4169
|
}
|
|
3910
4170
|
}
|
|
@@ -3917,7 +4177,7 @@
|
|
|
3917
4177
|
]
|
|
3918
4178
|
},
|
|
3919
4179
|
{
|
|
3920
|
-
"id":
|
|
4180
|
+
"id": 251,
|
|
3921
4181
|
"name": "selectToken",
|
|
3922
4182
|
"kind": 2048,
|
|
3923
4183
|
"kindString": "Method",
|
|
@@ -3933,21 +4193,21 @@
|
|
|
3933
4193
|
],
|
|
3934
4194
|
"signatures": [
|
|
3935
4195
|
{
|
|
3936
|
-
"id":
|
|
4196
|
+
"id": 252,
|
|
3937
4197
|
"name": "selectToken",
|
|
3938
4198
|
"kind": 4096,
|
|
3939
4199
|
"kindString": "Call signature",
|
|
3940
4200
|
"flags": {},
|
|
3941
4201
|
"parameters": [
|
|
3942
4202
|
{
|
|
3943
|
-
"id":
|
|
4203
|
+
"id": 253,
|
|
3944
4204
|
"name": "token",
|
|
3945
4205
|
"kind": 32768,
|
|
3946
4206
|
"kindString": "Parameter",
|
|
3947
4207
|
"flags": {},
|
|
3948
4208
|
"type": {
|
|
3949
4209
|
"type": "reference",
|
|
3950
|
-
"id":
|
|
4210
|
+
"id": 340,
|
|
3951
4211
|
"name": "SkyToken"
|
|
3952
4212
|
}
|
|
3953
4213
|
}
|
|
@@ -3965,42 +4225,42 @@
|
|
|
3965
4225
|
"title": "Constructors",
|
|
3966
4226
|
"kind": 512,
|
|
3967
4227
|
"children": [
|
|
3968
|
-
|
|
4228
|
+
192
|
|
3969
4229
|
]
|
|
3970
4230
|
},
|
|
3971
4231
|
{
|
|
3972
4232
|
"title": "Properties",
|
|
3973
4233
|
"kind": 1024,
|
|
3974
4234
|
"children": [
|
|
3975
|
-
|
|
3976
|
-
214,
|
|
3977
|
-
215,
|
|
3978
|
-
216,
|
|
4235
|
+
220,
|
|
3979
4236
|
221,
|
|
3980
|
-
|
|
4237
|
+
222,
|
|
4238
|
+
223,
|
|
4239
|
+
228,
|
|
4240
|
+
207
|
|
3981
4241
|
]
|
|
3982
4242
|
},
|
|
3983
4243
|
{
|
|
3984
4244
|
"title": "Accessors",
|
|
3985
4245
|
"kind": 262144,
|
|
3986
4246
|
"children": [
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
4247
|
+
195,
|
|
4248
|
+
199,
|
|
4249
|
+
203,
|
|
4250
|
+
208,
|
|
4251
|
+
216,
|
|
4252
|
+
212
|
|
3993
4253
|
]
|
|
3994
4254
|
},
|
|
3995
4255
|
{
|
|
3996
4256
|
"title": "Methods",
|
|
3997
4257
|
"kind": 2048,
|
|
3998
4258
|
"children": [
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4259
|
+
243,
|
|
4260
|
+
245,
|
|
4261
|
+
248,
|
|
4262
|
+
254,
|
|
4263
|
+
251
|
|
4004
4264
|
]
|
|
4005
4265
|
}
|
|
4006
4266
|
],
|
|
@@ -4014,12 +4274,14 @@
|
|
|
4014
4274
|
"implementedTypes": [
|
|
4015
4275
|
{
|
|
4016
4276
|
"type": "reference",
|
|
4277
|
+
"qualifiedName": "OnDestroy",
|
|
4278
|
+
"package": "@angular/core",
|
|
4017
4279
|
"name": "OnDestroy"
|
|
4018
4280
|
}
|
|
4019
4281
|
]
|
|
4020
4282
|
},
|
|
4021
4283
|
{
|
|
4022
|
-
"id":
|
|
4284
|
+
"id": 272,
|
|
4023
4285
|
"name": "SkyWaitComponent",
|
|
4024
4286
|
"kind": 128,
|
|
4025
4287
|
"kindString": "Class",
|
|
@@ -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": {
|
|
@@ -4038,7 +4302,7 @@
|
|
|
4038
4302
|
],
|
|
4039
4303
|
"children": [
|
|
4040
4304
|
{
|
|
4041
|
-
"id":
|
|
4305
|
+
"id": 273,
|
|
4042
4306
|
"name": "constructor",
|
|
4043
4307
|
"kind": 512,
|
|
4044
4308
|
"kindString": "Constructor",
|
|
@@ -4052,14 +4316,14 @@
|
|
|
4052
4316
|
],
|
|
4053
4317
|
"signatures": [
|
|
4054
4318
|
{
|
|
4055
|
-
"id":
|
|
4319
|
+
"id": 274,
|
|
4056
4320
|
"name": "SkyWaitComponent",
|
|
4057
4321
|
"kind": 16384,
|
|
4058
4322
|
"kindString": "Constructor signature",
|
|
4059
4323
|
"flags": {},
|
|
4060
4324
|
"parameters": [
|
|
4061
4325
|
{
|
|
4062
|
-
"id":
|
|
4326
|
+
"id": 275,
|
|
4063
4327
|
"name": "elRef",
|
|
4064
4328
|
"kind": 32768,
|
|
4065
4329
|
"kindString": "Parameter",
|
|
@@ -4072,11 +4336,13 @@
|
|
|
4072
4336
|
"name": "any"
|
|
4073
4337
|
}
|
|
4074
4338
|
],
|
|
4339
|
+
"qualifiedName": "ElementRef",
|
|
4340
|
+
"package": "@angular/core",
|
|
4075
4341
|
"name": "ElementRef"
|
|
4076
4342
|
}
|
|
4077
4343
|
},
|
|
4078
4344
|
{
|
|
4079
|
-
"id":
|
|
4345
|
+
"id": 276,
|
|
4080
4346
|
"name": "adapterService",
|
|
4081
4347
|
"kind": 32768,
|
|
4082
4348
|
"kindString": "Parameter",
|
|
@@ -4087,7 +4353,7 @@
|
|
|
4087
4353
|
}
|
|
4088
4354
|
},
|
|
4089
4355
|
{
|
|
4090
|
-
"id":
|
|
4356
|
+
"id": 277,
|
|
4091
4357
|
"name": "resourceService",
|
|
4092
4358
|
"kind": 32768,
|
|
4093
4359
|
"kindString": "Parameter",
|
|
@@ -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": {}
|
|
@@ -4110,14 +4378,14 @@
|
|
|
4110
4378
|
],
|
|
4111
4379
|
"type": {
|
|
4112
4380
|
"type": "reference",
|
|
4113
|
-
"id":
|
|
4381
|
+
"id": 272,
|
|
4114
4382
|
"name": "SkyWaitComponent"
|
|
4115
4383
|
}
|
|
4116
4384
|
}
|
|
4117
4385
|
]
|
|
4118
4386
|
},
|
|
4119
4387
|
{
|
|
4120
|
-
"id":
|
|
4388
|
+
"id": 278,
|
|
4121
4389
|
"name": "ariaLabel",
|
|
4122
4390
|
"kind": 1024,
|
|
4123
4391
|
"kindString": "Property",
|
|
@@ -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": {}
|
|
@@ -4150,7 +4420,7 @@
|
|
|
4150
4420
|
}
|
|
4151
4421
|
},
|
|
4152
4422
|
{
|
|
4153
|
-
"id":
|
|
4423
|
+
"id": 288,
|
|
4154
4424
|
"name": "ariaLabelStream",
|
|
4155
4425
|
"kind": 1024,
|
|
4156
4426
|
"kindString": "Property",
|
|
@@ -4172,12 +4442,14 @@
|
|
|
4172
4442
|
"name": "string"
|
|
4173
4443
|
}
|
|
4174
4444
|
],
|
|
4445
|
+
"qualifiedName": "BehaviorSubject",
|
|
4446
|
+
"package": "rxjs",
|
|
4175
4447
|
"name": "BehaviorSubject"
|
|
4176
4448
|
},
|
|
4177
4449
|
"defaultValue": "..."
|
|
4178
4450
|
},
|
|
4179
4451
|
{
|
|
4180
|
-
"id":
|
|
4452
|
+
"id": 287,
|
|
4181
4453
|
"name": "isNonBlocking",
|
|
4182
4454
|
"kind": 1024,
|
|
4183
4455
|
"kindString": "Property",
|
|
@@ -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": {}
|
|
@@ -4216,7 +4490,7 @@
|
|
|
4216
4490
|
}
|
|
4217
4491
|
},
|
|
4218
4492
|
{
|
|
4219
|
-
"id":
|
|
4493
|
+
"id": 283,
|
|
4220
4494
|
"name": "isFullPage",
|
|
4221
4495
|
"kind": 262144,
|
|
4222
4496
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -4242,13 +4518,19 @@
|
|
|
4242
4518
|
],
|
|
4243
4519
|
"getSignature": [
|
|
4244
4520
|
{
|
|
4245
|
-
"id":
|
|
4521
|
+
"id": 284,
|
|
4246
4522
|
"name": "isFullPage",
|
|
4247
4523
|
"kind": 524288,
|
|
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",
|
|
@@ -4258,7 +4540,7 @@
|
|
|
4258
4540
|
],
|
|
4259
4541
|
"setSignature": [
|
|
4260
4542
|
{
|
|
4261
|
-
"id":
|
|
4543
|
+
"id": 285,
|
|
4262
4544
|
"name": "isFullPage",
|
|
4263
4545
|
"kind": 1048576,
|
|
4264
4546
|
"kindString": "Set signature",
|
|
@@ -4274,7 +4556,7 @@
|
|
|
4274
4556
|
},
|
|
4275
4557
|
"parameters": [
|
|
4276
4558
|
{
|
|
4277
|
-
"id":
|
|
4559
|
+
"id": 286,
|
|
4278
4560
|
"name": "value",
|
|
4279
4561
|
"kind": 32768,
|
|
4280
4562
|
"kindString": "Parameter",
|
|
@@ -4293,7 +4575,7 @@
|
|
|
4293
4575
|
]
|
|
4294
4576
|
},
|
|
4295
4577
|
{
|
|
4296
|
-
"id":
|
|
4578
|
+
"id": 279,
|
|
4297
4579
|
"name": "isWaiting",
|
|
4298
4580
|
"kind": 262144,
|
|
4299
4581
|
"kindString": "Accessor",
|
|
@@ -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": {}
|
|
@@ -4319,7 +4603,7 @@
|
|
|
4319
4603
|
],
|
|
4320
4604
|
"getSignature": [
|
|
4321
4605
|
{
|
|
4322
|
-
"id":
|
|
4606
|
+
"id": 280,
|
|
4323
4607
|
"name": "isWaiting",
|
|
4324
4608
|
"kind": 524288,
|
|
4325
4609
|
"kindString": "Get signature",
|
|
@@ -4335,7 +4619,7 @@
|
|
|
4335
4619
|
],
|
|
4336
4620
|
"setSignature": [
|
|
4337
4621
|
{
|
|
4338
|
-
"id":
|
|
4622
|
+
"id": 281,
|
|
4339
4623
|
"name": "isWaiting",
|
|
4340
4624
|
"kind": 1048576,
|
|
4341
4625
|
"kindString": "Set signature",
|
|
@@ -4345,7 +4629,7 @@
|
|
|
4345
4629
|
},
|
|
4346
4630
|
"parameters": [
|
|
4347
4631
|
{
|
|
4348
|
-
"id":
|
|
4632
|
+
"id": 282,
|
|
4349
4633
|
"name": "value",
|
|
4350
4634
|
"kind": 32768,
|
|
4351
4635
|
"kindString": "Parameter",
|
|
@@ -4364,7 +4648,7 @@
|
|
|
4364
4648
|
]
|
|
4365
4649
|
},
|
|
4366
4650
|
{
|
|
4367
|
-
"id":
|
|
4651
|
+
"id": 292,
|
|
4368
4652
|
"name": "ngOnInit",
|
|
4369
4653
|
"kind": 2048,
|
|
4370
4654
|
"kindString": "Method",
|
|
@@ -4380,7 +4664,7 @@
|
|
|
4380
4664
|
],
|
|
4381
4665
|
"signatures": [
|
|
4382
4666
|
{
|
|
4383
|
-
"id":
|
|
4667
|
+
"id": 293,
|
|
4384
4668
|
"name": "ngOnInit",
|
|
4385
4669
|
"kind": 4096,
|
|
4386
4670
|
"kindString": "Call signature",
|
|
@@ -4406,31 +4690,31 @@
|
|
|
4406
4690
|
"title": "Constructors",
|
|
4407
4691
|
"kind": 512,
|
|
4408
4692
|
"children": [
|
|
4409
|
-
|
|
4693
|
+
273
|
|
4410
4694
|
]
|
|
4411
4695
|
},
|
|
4412
4696
|
{
|
|
4413
4697
|
"title": "Properties",
|
|
4414
4698
|
"kind": 1024,
|
|
4415
4699
|
"children": [
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4700
|
+
278,
|
|
4701
|
+
288,
|
|
4702
|
+
287
|
|
4419
4703
|
]
|
|
4420
4704
|
},
|
|
4421
4705
|
{
|
|
4422
4706
|
"title": "Accessors",
|
|
4423
4707
|
"kind": 262144,
|
|
4424
4708
|
"children": [
|
|
4425
|
-
|
|
4426
|
-
|
|
4709
|
+
283,
|
|
4710
|
+
279
|
|
4427
4711
|
]
|
|
4428
4712
|
},
|
|
4429
4713
|
{
|
|
4430
4714
|
"title": "Methods",
|
|
4431
4715
|
"kind": 2048,
|
|
4432
4716
|
"children": [
|
|
4433
|
-
|
|
4717
|
+
292
|
|
4434
4718
|
]
|
|
4435
4719
|
}
|
|
4436
4720
|
],
|
|
@@ -4444,227 +4728,14 @@
|
|
|
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
4737
|
{
|
|
4452
|
-
"id":
|
|
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": 24,
|
|
4493
|
-
"name": "direction",
|
|
4494
|
-
"kind": 1024,
|
|
4495
|
-
"kindString": "Property",
|
|
4496
|
-
"flags": {
|
|
4497
|
-
"isPublic": true
|
|
4498
|
-
},
|
|
4499
|
-
"decorators": [
|
|
4500
|
-
{
|
|
4501
|
-
"name": "Input",
|
|
4502
|
-
"type": {
|
|
4503
|
-
"type": "reference",
|
|
4504
|
-
"name": "Input"
|
|
4505
|
-
},
|
|
4506
|
-
"arguments": {}
|
|
4507
|
-
}
|
|
4508
|
-
],
|
|
4509
|
-
"sources": [
|
|
4510
|
-
{
|
|
4511
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4512
|
-
"line": 13,
|
|
4513
|
-
"character": 9
|
|
4514
|
-
}
|
|
4515
|
-
],
|
|
4516
|
-
"type": {
|
|
4517
|
-
"type": "intrinsic",
|
|
4518
|
-
"name": "string"
|
|
4519
|
-
},
|
|
4520
|
-
"defaultValue": "'up'"
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"id": 23,
|
|
4524
|
-
"name": "directionChange",
|
|
4525
|
-
"kind": 1024,
|
|
4526
|
-
"kindString": "Property",
|
|
4527
|
-
"flags": {
|
|
4528
|
-
"isPublic": true
|
|
4529
|
-
},
|
|
4530
|
-
"decorators": [
|
|
4531
|
-
{
|
|
4532
|
-
"name": "Output",
|
|
4533
|
-
"type": {
|
|
4534
|
-
"type": "reference",
|
|
4535
|
-
"name": "Output"
|
|
4536
|
-
},
|
|
4537
|
-
"arguments": {}
|
|
4538
|
-
}
|
|
4539
|
-
],
|
|
4540
|
-
"sources": [
|
|
4541
|
-
{
|
|
4542
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4543
|
-
"line": 10,
|
|
4544
|
-
"character": 9
|
|
4545
|
-
}
|
|
4546
|
-
],
|
|
4547
|
-
"type": {
|
|
4548
|
-
"type": "reference",
|
|
4549
|
-
"typeArguments": [
|
|
4550
|
-
{
|
|
4551
|
-
"type": "intrinsic",
|
|
4552
|
-
"name": "string"
|
|
4553
|
-
}
|
|
4554
|
-
],
|
|
4555
|
-
"name": "EventEmitter"
|
|
4556
|
-
},
|
|
4557
|
-
"defaultValue": "..."
|
|
4558
|
-
},
|
|
4559
|
-
{
|
|
4560
|
-
"id": 25,
|
|
4561
|
-
"name": "disabled",
|
|
4562
|
-
"kind": 1024,
|
|
4563
|
-
"kindString": "Property",
|
|
4564
|
-
"flags": {
|
|
4565
|
-
"isPublic": true
|
|
4566
|
-
},
|
|
4567
|
-
"decorators": [
|
|
4568
|
-
{
|
|
4569
|
-
"name": "Input",
|
|
4570
|
-
"type": {
|
|
4571
|
-
"type": "reference",
|
|
4572
|
-
"name": "Input"
|
|
4573
|
-
},
|
|
4574
|
-
"arguments": {}
|
|
4575
|
-
}
|
|
4576
|
-
],
|
|
4577
|
-
"sources": [
|
|
4578
|
-
{
|
|
4579
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4580
|
-
"line": 16,
|
|
4581
|
-
"character": 9
|
|
4582
|
-
}
|
|
4583
|
-
],
|
|
4584
|
-
"type": {
|
|
4585
|
-
"type": "intrinsic",
|
|
4586
|
-
"name": "boolean"
|
|
4587
|
-
},
|
|
4588
|
-
"defaultValue": "false"
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"id": 26,
|
|
4592
|
-
"name": "chevronClick",
|
|
4593
|
-
"kind": 2048,
|
|
4594
|
-
"kindString": "Method",
|
|
4595
|
-
"flags": {
|
|
4596
|
-
"isPublic": true
|
|
4597
|
-
},
|
|
4598
|
-
"sources": [
|
|
4599
|
-
{
|
|
4600
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4601
|
-
"line": 18,
|
|
4602
|
-
"character": 9
|
|
4603
|
-
}
|
|
4604
|
-
],
|
|
4605
|
-
"signatures": [
|
|
4606
|
-
{
|
|
4607
|
-
"id": 27,
|
|
4608
|
-
"name": "chevronClick",
|
|
4609
|
-
"kind": 4096,
|
|
4610
|
-
"kindString": "Call signature",
|
|
4611
|
-
"flags": {},
|
|
4612
|
-
"parameters": [
|
|
4613
|
-
{
|
|
4614
|
-
"id": 28,
|
|
4615
|
-
"name": "event",
|
|
4616
|
-
"kind": 32768,
|
|
4617
|
-
"kindString": "Parameter",
|
|
4618
|
-
"flags": {},
|
|
4619
|
-
"type": {
|
|
4620
|
-
"type": "reference",
|
|
4621
|
-
"name": "Event"
|
|
4622
|
-
}
|
|
4623
|
-
}
|
|
4624
|
-
],
|
|
4625
|
-
"type": {
|
|
4626
|
-
"type": "intrinsic",
|
|
4627
|
-
"name": "void"
|
|
4628
|
-
}
|
|
4629
|
-
}
|
|
4630
|
-
]
|
|
4631
|
-
}
|
|
4632
|
-
],
|
|
4633
|
-
"groups": [
|
|
4634
|
-
{
|
|
4635
|
-
"title": "Constructors",
|
|
4636
|
-
"kind": 512,
|
|
4637
|
-
"children": [
|
|
4638
|
-
21
|
|
4639
|
-
]
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"title": "Properties",
|
|
4643
|
-
"kind": 1024,
|
|
4644
|
-
"children": [
|
|
4645
|
-
24,
|
|
4646
|
-
23,
|
|
4647
|
-
25
|
|
4648
|
-
]
|
|
4649
|
-
},
|
|
4650
|
-
{
|
|
4651
|
-
"title": "Methods",
|
|
4652
|
-
"kind": 2048,
|
|
4653
|
-
"children": [
|
|
4654
|
-
26
|
|
4655
|
-
]
|
|
4656
|
-
}
|
|
4657
|
-
],
|
|
4658
|
-
"sources": [
|
|
4659
|
-
{
|
|
4660
|
-
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4661
|
-
"line": 8,
|
|
4662
|
-
"character": 13
|
|
4663
|
-
}
|
|
4664
|
-
]
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"id": 29,
|
|
4738
|
+
"id": 36,
|
|
4668
4739
|
"name": "SkyHelpInlineComponent",
|
|
4669
4740
|
"kind": 128,
|
|
4670
4741
|
"kindString": "Class",
|
|
@@ -4674,6 +4745,8 @@
|
|
|
4674
4745
|
"name": "Component",
|
|
4675
4746
|
"type": {
|
|
4676
4747
|
"type": "reference",
|
|
4748
|
+
"qualifiedName": "ComponentDecorator",
|
|
4749
|
+
"package": "@angular/core",
|
|
4677
4750
|
"name": "Component"
|
|
4678
4751
|
},
|
|
4679
4752
|
"arguments": {
|
|
@@ -4683,28 +4756,28 @@
|
|
|
4683
4756
|
],
|
|
4684
4757
|
"children": [
|
|
4685
4758
|
{
|
|
4686
|
-
"id":
|
|
4759
|
+
"id": 37,
|
|
4687
4760
|
"name": "constructor",
|
|
4688
4761
|
"kind": 512,
|
|
4689
4762
|
"kindString": "Constructor",
|
|
4690
4763
|
"flags": {},
|
|
4691
4764
|
"signatures": [
|
|
4692
4765
|
{
|
|
4693
|
-
"id":
|
|
4766
|
+
"id": 38,
|
|
4694
4767
|
"name": "SkyHelpInlineComponent",
|
|
4695
4768
|
"kind": 16384,
|
|
4696
4769
|
"kindString": "Constructor signature",
|
|
4697
4770
|
"flags": {},
|
|
4698
4771
|
"type": {
|
|
4699
4772
|
"type": "reference",
|
|
4700
|
-
"id":
|
|
4773
|
+
"id": 36,
|
|
4701
4774
|
"name": "SkyHelpInlineComponent"
|
|
4702
4775
|
}
|
|
4703
4776
|
}
|
|
4704
4777
|
]
|
|
4705
4778
|
},
|
|
4706
4779
|
{
|
|
4707
|
-
"id":
|
|
4780
|
+
"id": 39,
|
|
4708
4781
|
"name": "actionClick",
|
|
4709
4782
|
"kind": 1024,
|
|
4710
4783
|
"kindString": "Property",
|
|
@@ -4719,6 +4792,8 @@
|
|
|
4719
4792
|
"name": "Output",
|
|
4720
4793
|
"type": {
|
|
4721
4794
|
"type": "reference",
|
|
4795
|
+
"qualifiedName": "OutputDecorator",
|
|
4796
|
+
"package": "@angular/core",
|
|
4722
4797
|
"name": "Output"
|
|
4723
4798
|
},
|
|
4724
4799
|
"arguments": {}
|
|
@@ -4739,12 +4814,14 @@
|
|
|
4739
4814
|
"name": "any"
|
|
4740
4815
|
}
|
|
4741
4816
|
],
|
|
4817
|
+
"qualifiedName": "EventEmitter",
|
|
4818
|
+
"package": "@angular/core",
|
|
4742
4819
|
"name": "EventEmitter"
|
|
4743
4820
|
},
|
|
4744
4821
|
"defaultValue": "..."
|
|
4745
4822
|
},
|
|
4746
4823
|
{
|
|
4747
|
-
"id":
|
|
4824
|
+
"id": 40,
|
|
4748
4825
|
"name": "onClick",
|
|
4749
4826
|
"kind": 2048,
|
|
4750
4827
|
"kindString": "Method",
|
|
@@ -4760,7 +4837,7 @@
|
|
|
4760
4837
|
],
|
|
4761
4838
|
"signatures": [
|
|
4762
4839
|
{
|
|
4763
|
-
"id":
|
|
4840
|
+
"id": 41,
|
|
4764
4841
|
"name": "onClick",
|
|
4765
4842
|
"kind": 4096,
|
|
4766
4843
|
"kindString": "Call signature",
|
|
@@ -4778,21 +4855,21 @@
|
|
|
4778
4855
|
"title": "Constructors",
|
|
4779
4856
|
"kind": 512,
|
|
4780
4857
|
"children": [
|
|
4781
|
-
|
|
4858
|
+
37
|
|
4782
4859
|
]
|
|
4783
4860
|
},
|
|
4784
4861
|
{
|
|
4785
4862
|
"title": "Properties",
|
|
4786
4863
|
"kind": 1024,
|
|
4787
4864
|
"children": [
|
|
4788
|
-
|
|
4865
|
+
39
|
|
4789
4866
|
]
|
|
4790
4867
|
},
|
|
4791
4868
|
{
|
|
4792
4869
|
"title": "Methods",
|
|
4793
4870
|
"kind": 2048,
|
|
4794
4871
|
"children": [
|
|
4795
|
-
|
|
4872
|
+
40
|
|
4796
4873
|
]
|
|
4797
4874
|
}
|
|
4798
4875
|
],
|
|
@@ -4805,7 +4882,7 @@
|
|
|
4805
4882
|
]
|
|
4806
4883
|
},
|
|
4807
4884
|
{
|
|
4808
|
-
"id":
|
|
4885
|
+
"id": 42,
|
|
4809
4886
|
"name": "SkyIconComponent",
|
|
4810
4887
|
"kind": 128,
|
|
4811
4888
|
"kindString": "Class",
|
|
@@ -4815,6 +4892,8 @@
|
|
|
4815
4892
|
"name": "Component",
|
|
4816
4893
|
"type": {
|
|
4817
4894
|
"type": "reference",
|
|
4895
|
+
"qualifiedName": "ComponentDecorator",
|
|
4896
|
+
"package": "@angular/core",
|
|
4818
4897
|
"name": "Component"
|
|
4819
4898
|
},
|
|
4820
4899
|
"arguments": {
|
|
@@ -4824,28 +4903,28 @@
|
|
|
4824
4903
|
],
|
|
4825
4904
|
"children": [
|
|
4826
4905
|
{
|
|
4827
|
-
"id":
|
|
4906
|
+
"id": 43,
|
|
4828
4907
|
"name": "constructor",
|
|
4829
4908
|
"kind": 512,
|
|
4830
4909
|
"kindString": "Constructor",
|
|
4831
4910
|
"flags": {},
|
|
4832
4911
|
"signatures": [
|
|
4833
4912
|
{
|
|
4834
|
-
"id":
|
|
4913
|
+
"id": 44,
|
|
4835
4914
|
"name": "SkyIconComponent",
|
|
4836
4915
|
"kind": 16384,
|
|
4837
4916
|
"kindString": "Constructor signature",
|
|
4838
4917
|
"flags": {},
|
|
4839
4918
|
"type": {
|
|
4840
4919
|
"type": "reference",
|
|
4841
|
-
"id":
|
|
4920
|
+
"id": 42,
|
|
4842
4921
|
"name": "SkyIconComponent"
|
|
4843
4922
|
}
|
|
4844
4923
|
}
|
|
4845
4924
|
]
|
|
4846
4925
|
},
|
|
4847
4926
|
{
|
|
4848
|
-
"id":
|
|
4927
|
+
"id": 48,
|
|
4849
4928
|
"name": "fixedWidth",
|
|
4850
4929
|
"kind": 1024,
|
|
4851
4930
|
"kindString": "Property",
|
|
@@ -4860,6 +4939,8 @@
|
|
|
4860
4939
|
"name": "Input",
|
|
4861
4940
|
"type": {
|
|
4862
4941
|
"type": "reference",
|
|
4942
|
+
"qualifiedName": "InputDecorator",
|
|
4943
|
+
"package": "@angular/core",
|
|
4863
4944
|
"name": "Input"
|
|
4864
4945
|
},
|
|
4865
4946
|
"arguments": {}
|
|
@@ -4868,7 +4949,7 @@
|
|
|
4868
4949
|
"sources": [
|
|
4869
4950
|
{
|
|
4870
4951
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4871
|
-
"line":
|
|
4952
|
+
"line": 43,
|
|
4872
4953
|
"character": 9
|
|
4873
4954
|
}
|
|
4874
4955
|
],
|
|
@@ -4878,7 +4959,7 @@
|
|
|
4878
4959
|
}
|
|
4879
4960
|
},
|
|
4880
4961
|
{
|
|
4881
|
-
"id":
|
|
4962
|
+
"id": 45,
|
|
4882
4963
|
"name": "icon",
|
|
4883
4964
|
"kind": 1024,
|
|
4884
4965
|
"kindString": "Property",
|
|
@@ -4899,6 +4980,8 @@
|
|
|
4899
4980
|
"name": "Input",
|
|
4900
4981
|
"type": {
|
|
4901
4982
|
"type": "reference",
|
|
4983
|
+
"qualifiedName": "InputDecorator",
|
|
4984
|
+
"package": "@angular/core",
|
|
4902
4985
|
"name": "Input"
|
|
4903
4986
|
},
|
|
4904
4987
|
"arguments": {}
|
|
@@ -4917,7 +5000,7 @@
|
|
|
4917
5000
|
}
|
|
4918
5001
|
},
|
|
4919
5002
|
{
|
|
4920
|
-
"id":
|
|
5003
|
+
"id": 46,
|
|
4921
5004
|
"name": "iconType",
|
|
4922
5005
|
"kind": 1024,
|
|
4923
5006
|
"kindString": "Property",
|
|
@@ -4925,13 +5008,21 @@
|
|
|
4925
5008
|
"isPublic": true
|
|
4926
5009
|
},
|
|
4927
5010
|
"comment": {
|
|
4928
|
-
"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
|
+
]
|
|
4929
5018
|
},
|
|
4930
5019
|
"decorators": [
|
|
4931
5020
|
{
|
|
4932
5021
|
"name": "Input",
|
|
4933
5022
|
"type": {
|
|
4934
5023
|
"type": "reference",
|
|
5024
|
+
"qualifiedName": "InputDecorator",
|
|
5025
|
+
"package": "@angular/core",
|
|
4935
5026
|
"name": "Input"
|
|
4936
5027
|
},
|
|
4937
5028
|
"arguments": {}
|
|
@@ -4940,19 +5031,19 @@
|
|
|
4940
5031
|
"sources": [
|
|
4941
5032
|
{
|
|
4942
5033
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4943
|
-
"line":
|
|
5034
|
+
"line": 30,
|
|
4944
5035
|
"character": 9
|
|
4945
5036
|
}
|
|
4946
5037
|
],
|
|
4947
5038
|
"type": {
|
|
4948
5039
|
"type": "reference",
|
|
4949
|
-
"id":
|
|
5040
|
+
"id": 322,
|
|
4950
5041
|
"name": "SkyIconType"
|
|
4951
5042
|
},
|
|
4952
5043
|
"defaultValue": "'fa'"
|
|
4953
5044
|
},
|
|
4954
5045
|
{
|
|
4955
|
-
"id":
|
|
5046
|
+
"id": 47,
|
|
4956
5047
|
"name": "size",
|
|
4957
5048
|
"kind": 1024,
|
|
4958
5049
|
"kindString": "Property",
|
|
@@ -4967,6 +5058,8 @@
|
|
|
4967
5058
|
"name": "Input",
|
|
4968
5059
|
"type": {
|
|
4969
5060
|
"type": "reference",
|
|
5061
|
+
"qualifiedName": "InputDecorator",
|
|
5062
|
+
"package": "@angular/core",
|
|
4970
5063
|
"name": "Input"
|
|
4971
5064
|
},
|
|
4972
5065
|
"arguments": {}
|
|
@@ -4975,7 +5068,7 @@
|
|
|
4975
5068
|
"sources": [
|
|
4976
5069
|
{
|
|
4977
5070
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4978
|
-
"line":
|
|
5071
|
+
"line": 37,
|
|
4979
5072
|
"character": 9
|
|
4980
5073
|
}
|
|
4981
5074
|
],
|
|
@@ -4985,7 +5078,7 @@
|
|
|
4985
5078
|
}
|
|
4986
5079
|
},
|
|
4987
5080
|
{
|
|
4988
|
-
"id":
|
|
5081
|
+
"id": 49,
|
|
4989
5082
|
"name": "variant",
|
|
4990
5083
|
"kind": 1024,
|
|
4991
5084
|
"kindString": "Property",
|
|
@@ -4993,13 +5086,15 @@
|
|
|
4993
5086
|
"isPublic": true
|
|
4994
5087
|
},
|
|
4995
5088
|
"comment": {
|
|
4996
|
-
"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."
|
|
4997
5090
|
},
|
|
4998
5091
|
"decorators": [
|
|
4999
5092
|
{
|
|
5000
5093
|
"name": "Input",
|
|
5001
5094
|
"type": {
|
|
5002
5095
|
"type": "reference",
|
|
5096
|
+
"qualifiedName": "InputDecorator",
|
|
5097
|
+
"package": "@angular/core",
|
|
5003
5098
|
"name": "Input"
|
|
5004
5099
|
},
|
|
5005
5100
|
"arguments": {}
|
|
@@ -5008,13 +5103,13 @@
|
|
|
5008
5103
|
"sources": [
|
|
5009
5104
|
{
|
|
5010
5105
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5011
|
-
"line":
|
|
5106
|
+
"line": 50,
|
|
5012
5107
|
"character": 9
|
|
5013
5108
|
}
|
|
5014
5109
|
],
|
|
5015
5110
|
"type": {
|
|
5016
5111
|
"type": "reference",
|
|
5017
|
-
"id":
|
|
5112
|
+
"id": 323,
|
|
5018
5113
|
"name": "SkyIconVariantType"
|
|
5019
5114
|
}
|
|
5020
5115
|
}
|
|
@@ -5024,18 +5119,18 @@
|
|
|
5024
5119
|
"title": "Constructors",
|
|
5025
5120
|
"kind": 512,
|
|
5026
5121
|
"children": [
|
|
5027
|
-
|
|
5122
|
+
43
|
|
5028
5123
|
]
|
|
5029
5124
|
},
|
|
5030
5125
|
{
|
|
5031
5126
|
"title": "Properties",
|
|
5032
5127
|
"kind": 1024,
|
|
5033
5128
|
"children": [
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5129
|
+
48,
|
|
5130
|
+
45,
|
|
5131
|
+
46,
|
|
5132
|
+
47,
|
|
5133
|
+
49
|
|
5039
5134
|
]
|
|
5040
5135
|
}
|
|
5041
5136
|
],
|
|
@@ -5048,7 +5143,7 @@
|
|
|
5048
5143
|
]
|
|
5049
5144
|
},
|
|
5050
5145
|
{
|
|
5051
|
-
"id":
|
|
5146
|
+
"id": 50,
|
|
5052
5147
|
"name": "SkyIconStackComponent",
|
|
5053
5148
|
"kind": 128,
|
|
5054
5149
|
"kindString": "Class",
|
|
@@ -5058,6 +5153,8 @@
|
|
|
5058
5153
|
"name": "Component",
|
|
5059
5154
|
"type": {
|
|
5060
5155
|
"type": "reference",
|
|
5156
|
+
"qualifiedName": "ComponentDecorator",
|
|
5157
|
+
"package": "@angular/core",
|
|
5061
5158
|
"name": "Component"
|
|
5062
5159
|
},
|
|
5063
5160
|
"arguments": {
|
|
@@ -5067,28 +5164,28 @@
|
|
|
5067
5164
|
],
|
|
5068
5165
|
"children": [
|
|
5069
5166
|
{
|
|
5070
|
-
"id":
|
|
5167
|
+
"id": 51,
|
|
5071
5168
|
"name": "constructor",
|
|
5072
5169
|
"kind": 512,
|
|
5073
5170
|
"kindString": "Constructor",
|
|
5074
5171
|
"flags": {},
|
|
5075
5172
|
"signatures": [
|
|
5076
5173
|
{
|
|
5077
|
-
"id":
|
|
5174
|
+
"id": 52,
|
|
5078
5175
|
"name": "SkyIconStackComponent",
|
|
5079
5176
|
"kind": 16384,
|
|
5080
5177
|
"kindString": "Constructor signature",
|
|
5081
5178
|
"flags": {},
|
|
5082
5179
|
"type": {
|
|
5083
5180
|
"type": "reference",
|
|
5084
|
-
"id":
|
|
5181
|
+
"id": 50,
|
|
5085
5182
|
"name": "SkyIconStackComponent"
|
|
5086
5183
|
}
|
|
5087
5184
|
}
|
|
5088
5185
|
]
|
|
5089
5186
|
},
|
|
5090
5187
|
{
|
|
5091
|
-
"id":
|
|
5188
|
+
"id": 54,
|
|
5092
5189
|
"name": "baseIcon",
|
|
5093
5190
|
"kind": 1024,
|
|
5094
5191
|
"kindString": "Property",
|
|
@@ -5103,6 +5200,8 @@
|
|
|
5103
5200
|
"name": "Input",
|
|
5104
5201
|
"type": {
|
|
5105
5202
|
"type": "reference",
|
|
5203
|
+
"qualifiedName": "InputDecorator",
|
|
5204
|
+
"package": "@angular/core",
|
|
5106
5205
|
"name": "Input"
|
|
5107
5206
|
},
|
|
5108
5207
|
"arguments": {}
|
|
@@ -5117,12 +5216,12 @@
|
|
|
5117
5216
|
],
|
|
5118
5217
|
"type": {
|
|
5119
5218
|
"type": "reference",
|
|
5120
|
-
"id":
|
|
5219
|
+
"id": 316,
|
|
5121
5220
|
"name": "SkyIconStackItem"
|
|
5122
5221
|
}
|
|
5123
5222
|
},
|
|
5124
5223
|
{
|
|
5125
|
-
"id":
|
|
5224
|
+
"id": 53,
|
|
5126
5225
|
"name": "size",
|
|
5127
5226
|
"kind": 1024,
|
|
5128
5227
|
"kindString": "Property",
|
|
@@ -5137,6 +5236,8 @@
|
|
|
5137
5236
|
"name": "Input",
|
|
5138
5237
|
"type": {
|
|
5139
5238
|
"type": "reference",
|
|
5239
|
+
"qualifiedName": "InputDecorator",
|
|
5240
|
+
"package": "@angular/core",
|
|
5140
5241
|
"name": "Input"
|
|
5141
5242
|
},
|
|
5142
5243
|
"arguments": {}
|
|
@@ -5155,7 +5256,7 @@
|
|
|
5155
5256
|
}
|
|
5156
5257
|
},
|
|
5157
5258
|
{
|
|
5158
|
-
"id":
|
|
5259
|
+
"id": 55,
|
|
5159
5260
|
"name": "topIcon",
|
|
5160
5261
|
"kind": 1024,
|
|
5161
5262
|
"kindString": "Property",
|
|
@@ -5170,6 +5271,8 @@
|
|
|
5170
5271
|
"name": "Input",
|
|
5171
5272
|
"type": {
|
|
5172
5273
|
"type": "reference",
|
|
5274
|
+
"qualifiedName": "InputDecorator",
|
|
5275
|
+
"package": "@angular/core",
|
|
5173
5276
|
"name": "Input"
|
|
5174
5277
|
},
|
|
5175
5278
|
"arguments": {}
|
|
@@ -5184,7 +5287,7 @@
|
|
|
5184
5287
|
],
|
|
5185
5288
|
"type": {
|
|
5186
5289
|
"type": "reference",
|
|
5187
|
-
"id":
|
|
5290
|
+
"id": 316,
|
|
5188
5291
|
"name": "SkyIconStackItem"
|
|
5189
5292
|
}
|
|
5190
5293
|
}
|
|
@@ -5194,16 +5297,16 @@
|
|
|
5194
5297
|
"title": "Constructors",
|
|
5195
5298
|
"kind": 512,
|
|
5196
5299
|
"children": [
|
|
5197
|
-
|
|
5300
|
+
51
|
|
5198
5301
|
]
|
|
5199
5302
|
},
|
|
5200
5303
|
{
|
|
5201
5304
|
"title": "Properties",
|
|
5202
5305
|
"kind": 1024,
|
|
5203
5306
|
"children": [
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5307
|
+
54,
|
|
5308
|
+
53,
|
|
5309
|
+
55
|
|
5207
5310
|
]
|
|
5208
5311
|
}
|
|
5209
5312
|
],
|
|
@@ -5216,7 +5319,7 @@
|
|
|
5216
5319
|
]
|
|
5217
5320
|
},
|
|
5218
5321
|
{
|
|
5219
|
-
"id":
|
|
5322
|
+
"id": 56,
|
|
5220
5323
|
"name": "SkyKeyInfoLabelComponent",
|
|
5221
5324
|
"kind": 128,
|
|
5222
5325
|
"kindString": "Class",
|
|
@@ -5235,6 +5338,8 @@
|
|
|
5235
5338
|
"name": "Component",
|
|
5236
5339
|
"type": {
|
|
5237
5340
|
"type": "reference",
|
|
5341
|
+
"qualifiedName": "ComponentDecorator",
|
|
5342
|
+
"package": "@angular/core",
|
|
5238
5343
|
"name": "Component"
|
|
5239
5344
|
},
|
|
5240
5345
|
"arguments": {
|
|
@@ -5244,21 +5349,21 @@
|
|
|
5244
5349
|
],
|
|
5245
5350
|
"children": [
|
|
5246
5351
|
{
|
|
5247
|
-
"id":
|
|
5352
|
+
"id": 57,
|
|
5248
5353
|
"name": "constructor",
|
|
5249
5354
|
"kind": 512,
|
|
5250
5355
|
"kindString": "Constructor",
|
|
5251
5356
|
"flags": {},
|
|
5252
5357
|
"signatures": [
|
|
5253
5358
|
{
|
|
5254
|
-
"id":
|
|
5359
|
+
"id": 58,
|
|
5255
5360
|
"name": "SkyKeyInfoLabelComponent",
|
|
5256
5361
|
"kind": 16384,
|
|
5257
5362
|
"kindString": "Constructor signature",
|
|
5258
5363
|
"flags": {},
|
|
5259
5364
|
"type": {
|
|
5260
5365
|
"type": "reference",
|
|
5261
|
-
"id":
|
|
5366
|
+
"id": 56,
|
|
5262
5367
|
"name": "SkyKeyInfoLabelComponent"
|
|
5263
5368
|
}
|
|
5264
5369
|
}
|
|
@@ -5270,7 +5375,7 @@
|
|
|
5270
5375
|
"title": "Constructors",
|
|
5271
5376
|
"kind": 512,
|
|
5272
5377
|
"children": [
|
|
5273
|
-
|
|
5378
|
+
57
|
|
5274
5379
|
]
|
|
5275
5380
|
}
|
|
5276
5381
|
],
|
|
@@ -5283,7 +5388,7 @@
|
|
|
5283
5388
|
]
|
|
5284
5389
|
},
|
|
5285
5390
|
{
|
|
5286
|
-
"id":
|
|
5391
|
+
"id": 59,
|
|
5287
5392
|
"name": "SkyKeyInfoValueComponent",
|
|
5288
5393
|
"kind": 128,
|
|
5289
5394
|
"kindString": "Class",
|
|
@@ -5302,6 +5407,8 @@
|
|
|
5302
5407
|
"name": "Component",
|
|
5303
5408
|
"type": {
|
|
5304
5409
|
"type": "reference",
|
|
5410
|
+
"qualifiedName": "ComponentDecorator",
|
|
5411
|
+
"package": "@angular/core",
|
|
5305
5412
|
"name": "Component"
|
|
5306
5413
|
},
|
|
5307
5414
|
"arguments": {
|
|
@@ -5311,21 +5418,21 @@
|
|
|
5311
5418
|
],
|
|
5312
5419
|
"children": [
|
|
5313
5420
|
{
|
|
5314
|
-
"id":
|
|
5421
|
+
"id": 60,
|
|
5315
5422
|
"name": "constructor",
|
|
5316
5423
|
"kind": 512,
|
|
5317
5424
|
"kindString": "Constructor",
|
|
5318
5425
|
"flags": {},
|
|
5319
5426
|
"signatures": [
|
|
5320
5427
|
{
|
|
5321
|
-
"id":
|
|
5428
|
+
"id": 61,
|
|
5322
5429
|
"name": "SkyKeyInfoValueComponent",
|
|
5323
5430
|
"kind": 16384,
|
|
5324
5431
|
"kindString": "Constructor signature",
|
|
5325
5432
|
"flags": {},
|
|
5326
5433
|
"type": {
|
|
5327
5434
|
"type": "reference",
|
|
5328
|
-
"id":
|
|
5435
|
+
"id": 59,
|
|
5329
5436
|
"name": "SkyKeyInfoValueComponent"
|
|
5330
5437
|
}
|
|
5331
5438
|
}
|
|
@@ -5337,7 +5444,7 @@
|
|
|
5337
5444
|
"title": "Constructors",
|
|
5338
5445
|
"kind": 512,
|
|
5339
5446
|
"children": [
|
|
5340
|
-
|
|
5447
|
+
60
|
|
5341
5448
|
]
|
|
5342
5449
|
}
|
|
5343
5450
|
],
|
|
@@ -5350,7 +5457,7 @@
|
|
|
5350
5457
|
]
|
|
5351
5458
|
},
|
|
5352
5459
|
{
|
|
5353
|
-
"id":
|
|
5460
|
+
"id": 62,
|
|
5354
5461
|
"name": "SkyKeyInfoComponent",
|
|
5355
5462
|
"kind": 128,
|
|
5356
5463
|
"kindString": "Class",
|
|
@@ -5360,6 +5467,8 @@
|
|
|
5360
5467
|
"name": "Component",
|
|
5361
5468
|
"type": {
|
|
5362
5469
|
"type": "reference",
|
|
5470
|
+
"qualifiedName": "ComponentDecorator",
|
|
5471
|
+
"package": "@angular/core",
|
|
5363
5472
|
"name": "Component"
|
|
5364
5473
|
},
|
|
5365
5474
|
"arguments": {
|
|
@@ -5369,28 +5478,28 @@
|
|
|
5369
5478
|
],
|
|
5370
5479
|
"children": [
|
|
5371
5480
|
{
|
|
5372
|
-
"id":
|
|
5481
|
+
"id": 63,
|
|
5373
5482
|
"name": "constructor",
|
|
5374
5483
|
"kind": 512,
|
|
5375
5484
|
"kindString": "Constructor",
|
|
5376
5485
|
"flags": {},
|
|
5377
5486
|
"signatures": [
|
|
5378
5487
|
{
|
|
5379
|
-
"id":
|
|
5488
|
+
"id": 64,
|
|
5380
5489
|
"name": "SkyKeyInfoComponent",
|
|
5381
5490
|
"kind": 16384,
|
|
5382
5491
|
"kindString": "Constructor signature",
|
|
5383
5492
|
"flags": {},
|
|
5384
5493
|
"type": {
|
|
5385
5494
|
"type": "reference",
|
|
5386
|
-
"id":
|
|
5495
|
+
"id": 62,
|
|
5387
5496
|
"name": "SkyKeyInfoComponent"
|
|
5388
5497
|
}
|
|
5389
5498
|
}
|
|
5390
5499
|
]
|
|
5391
5500
|
},
|
|
5392
5501
|
{
|
|
5393
|
-
"id":
|
|
5502
|
+
"id": 65,
|
|
5394
5503
|
"name": "layout",
|
|
5395
5504
|
"kind": 1024,
|
|
5396
5505
|
"kindString": "Property",
|
|
@@ -5411,6 +5520,8 @@
|
|
|
5411
5520
|
"name": "Input",
|
|
5412
5521
|
"type": {
|
|
5413
5522
|
"type": "reference",
|
|
5523
|
+
"qualifiedName": "InputDecorator",
|
|
5524
|
+
"package": "@angular/core",
|
|
5414
5525
|
"name": "Input"
|
|
5415
5526
|
},
|
|
5416
5527
|
"arguments": {}
|
|
@@ -5435,14 +5546,14 @@
|
|
|
5435
5546
|
"title": "Constructors",
|
|
5436
5547
|
"kind": 512,
|
|
5437
5548
|
"children": [
|
|
5438
|
-
|
|
5549
|
+
63
|
|
5439
5550
|
]
|
|
5440
5551
|
},
|
|
5441
5552
|
{
|
|
5442
5553
|
"title": "Properties",
|
|
5443
5554
|
"kind": 1024,
|
|
5444
5555
|
"children": [
|
|
5445
|
-
|
|
5556
|
+
65
|
|
5446
5557
|
]
|
|
5447
5558
|
}
|
|
5448
5559
|
],
|
|
@@ -5455,7 +5566,7 @@
|
|
|
5455
5566
|
]
|
|
5456
5567
|
},
|
|
5457
5568
|
{
|
|
5458
|
-
"id":
|
|
5569
|
+
"id": 66,
|
|
5459
5570
|
"name": "SkyLabelComponent",
|
|
5460
5571
|
"kind": 128,
|
|
5461
5572
|
"kindString": "Class",
|
|
@@ -5465,6 +5576,8 @@
|
|
|
5465
5576
|
"name": "Component",
|
|
5466
5577
|
"type": {
|
|
5467
5578
|
"type": "reference",
|
|
5579
|
+
"qualifiedName": "ComponentDecorator",
|
|
5580
|
+
"package": "@angular/core",
|
|
5468
5581
|
"name": "Component"
|
|
5469
5582
|
},
|
|
5470
5583
|
"arguments": {
|
|
@@ -5474,28 +5587,28 @@
|
|
|
5474
5587
|
],
|
|
5475
5588
|
"children": [
|
|
5476
5589
|
{
|
|
5477
|
-
"id":
|
|
5590
|
+
"id": 67,
|
|
5478
5591
|
"name": "constructor",
|
|
5479
5592
|
"kind": 512,
|
|
5480
5593
|
"kindString": "Constructor",
|
|
5481
5594
|
"flags": {},
|
|
5482
5595
|
"signatures": [
|
|
5483
5596
|
{
|
|
5484
|
-
"id":
|
|
5597
|
+
"id": 68,
|
|
5485
5598
|
"name": "SkyLabelComponent",
|
|
5486
5599
|
"kind": 16384,
|
|
5487
5600
|
"kindString": "Constructor signature",
|
|
5488
5601
|
"flags": {},
|
|
5489
5602
|
"type": {
|
|
5490
5603
|
"type": "reference",
|
|
5491
|
-
"id":
|
|
5604
|
+
"id": 66,
|
|
5492
5605
|
"name": "SkyLabelComponent"
|
|
5493
5606
|
}
|
|
5494
5607
|
}
|
|
5495
5608
|
]
|
|
5496
5609
|
},
|
|
5497
5610
|
{
|
|
5498
|
-
"id":
|
|
5611
|
+
"id": 73,
|
|
5499
5612
|
"name": "baseIcon",
|
|
5500
5613
|
"kind": 1024,
|
|
5501
5614
|
"kindString": "Property",
|
|
@@ -5511,12 +5624,12 @@
|
|
|
5511
5624
|
],
|
|
5512
5625
|
"type": {
|
|
5513
5626
|
"type": "reference",
|
|
5514
|
-
"id":
|
|
5627
|
+
"id": 316,
|
|
5515
5628
|
"name": "SkyIconStackItem"
|
|
5516
5629
|
}
|
|
5517
5630
|
},
|
|
5518
5631
|
{
|
|
5519
|
-
"id":
|
|
5632
|
+
"id": 74,
|
|
5520
5633
|
"name": "icon",
|
|
5521
5634
|
"kind": 1024,
|
|
5522
5635
|
"kindString": "Property",
|
|
@@ -5536,7 +5649,7 @@
|
|
|
5536
5649
|
}
|
|
5537
5650
|
},
|
|
5538
5651
|
{
|
|
5539
|
-
"id":
|
|
5652
|
+
"id": 75,
|
|
5540
5653
|
"name": "topIcon",
|
|
5541
5654
|
"kind": 1024,
|
|
5542
5655
|
"kindString": "Property",
|
|
@@ -5552,12 +5665,12 @@
|
|
|
5552
5665
|
],
|
|
5553
5666
|
"type": {
|
|
5554
5667
|
"type": "reference",
|
|
5555
|
-
"id":
|
|
5668
|
+
"id": 316,
|
|
5556
5669
|
"name": "SkyIconStackItem"
|
|
5557
5670
|
}
|
|
5558
5671
|
},
|
|
5559
5672
|
{
|
|
5560
|
-
"id":
|
|
5673
|
+
"id": 69,
|
|
5561
5674
|
"name": "labelType",
|
|
5562
5675
|
"kind": 262144,
|
|
5563
5676
|
"kindString": "Accessor",
|
|
@@ -5569,6 +5682,8 @@
|
|
|
5569
5682
|
"name": "Input",
|
|
5570
5683
|
"type": {
|
|
5571
5684
|
"type": "reference",
|
|
5685
|
+
"qualifiedName": "InputDecorator",
|
|
5686
|
+
"package": "@angular/core",
|
|
5572
5687
|
"name": "Input"
|
|
5573
5688
|
},
|
|
5574
5689
|
"arguments": {}
|
|
@@ -5583,24 +5698,30 @@
|
|
|
5583
5698
|
],
|
|
5584
5699
|
"getSignature": [
|
|
5585
5700
|
{
|
|
5586
|
-
"id":
|
|
5701
|
+
"id": 70,
|
|
5587
5702
|
"name": "labelType",
|
|
5588
5703
|
"kind": 524288,
|
|
5589
5704
|
"kindString": "Get signature",
|
|
5590
5705
|
"flags": {},
|
|
5591
5706
|
"comment": {
|
|
5592
|
-
"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
|
+
]
|
|
5593
5714
|
},
|
|
5594
5715
|
"type": {
|
|
5595
5716
|
"type": "reference",
|
|
5596
|
-
"id":
|
|
5717
|
+
"id": 327,
|
|
5597
5718
|
"name": "SkyLabelType"
|
|
5598
5719
|
}
|
|
5599
5720
|
}
|
|
5600
5721
|
],
|
|
5601
5722
|
"setSignature": [
|
|
5602
5723
|
{
|
|
5603
|
-
"id":
|
|
5724
|
+
"id": 71,
|
|
5604
5725
|
"name": "labelType",
|
|
5605
5726
|
"kind": 1048576,
|
|
5606
5727
|
"kindString": "Set signature",
|
|
@@ -5616,14 +5737,14 @@
|
|
|
5616
5737
|
},
|
|
5617
5738
|
"parameters": [
|
|
5618
5739
|
{
|
|
5619
|
-
"id":
|
|
5740
|
+
"id": 72,
|
|
5620
5741
|
"name": "value",
|
|
5621
5742
|
"kind": 32768,
|
|
5622
5743
|
"kindString": "Parameter",
|
|
5623
5744
|
"flags": {},
|
|
5624
5745
|
"type": {
|
|
5625
5746
|
"type": "reference",
|
|
5626
|
-
"id":
|
|
5747
|
+
"id": 327,
|
|
5627
5748
|
"name": "SkyLabelType"
|
|
5628
5749
|
}
|
|
5629
5750
|
}
|
|
@@ -5641,23 +5762,23 @@
|
|
|
5641
5762
|
"title": "Constructors",
|
|
5642
5763
|
"kind": 512,
|
|
5643
5764
|
"children": [
|
|
5644
|
-
|
|
5765
|
+
67
|
|
5645
5766
|
]
|
|
5646
5767
|
},
|
|
5647
5768
|
{
|
|
5648
5769
|
"title": "Properties",
|
|
5649
5770
|
"kind": 1024,
|
|
5650
5771
|
"children": [
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5772
|
+
73,
|
|
5773
|
+
74,
|
|
5774
|
+
75
|
|
5654
5775
|
]
|
|
5655
5776
|
},
|
|
5656
5777
|
{
|
|
5657
5778
|
"title": "Accessors",
|
|
5658
5779
|
"kind": 262144,
|
|
5659
5780
|
"children": [
|
|
5660
|
-
|
|
5781
|
+
69
|
|
5661
5782
|
]
|
|
5662
5783
|
}
|
|
5663
5784
|
],
|
|
@@ -5670,14 +5791,14 @@
|
|
|
5670
5791
|
]
|
|
5671
5792
|
},
|
|
5672
5793
|
{
|
|
5673
|
-
"id":
|
|
5794
|
+
"id": 316,
|
|
5674
5795
|
"name": "SkyIconStackItem",
|
|
5675
5796
|
"kind": 256,
|
|
5676
5797
|
"kindString": "Interface",
|
|
5677
5798
|
"flags": {},
|
|
5678
5799
|
"children": [
|
|
5679
5800
|
{
|
|
5680
|
-
"id":
|
|
5801
|
+
"id": 317,
|
|
5681
5802
|
"name": "icon",
|
|
5682
5803
|
"kind": 1024,
|
|
5683
5804
|
"kindString": "Property",
|
|
@@ -5704,7 +5825,7 @@
|
|
|
5704
5825
|
}
|
|
5705
5826
|
},
|
|
5706
5827
|
{
|
|
5707
|
-
"id":
|
|
5828
|
+
"id": 318,
|
|
5708
5829
|
"name": "iconType",
|
|
5709
5830
|
"kind": 1024,
|
|
5710
5831
|
"kindString": "Property",
|
|
@@ -5723,7 +5844,7 @@
|
|
|
5723
5844
|
],
|
|
5724
5845
|
"type": {
|
|
5725
5846
|
"type": "reference",
|
|
5726
|
-
"id":
|
|
5847
|
+
"id": 322,
|
|
5727
5848
|
"name": "SkyIconType"
|
|
5728
5849
|
}
|
|
5729
5850
|
}
|
|
@@ -5733,8 +5854,8 @@
|
|
|
5733
5854
|
"title": "Properties",
|
|
5734
5855
|
"kind": 1024,
|
|
5735
5856
|
"children": [
|
|
5736
|
-
|
|
5737
|
-
|
|
5857
|
+
317,
|
|
5858
|
+
318
|
|
5738
5859
|
]
|
|
5739
5860
|
}
|
|
5740
5861
|
],
|
|
@@ -5747,14 +5868,14 @@
|
|
|
5747
5868
|
]
|
|
5748
5869
|
},
|
|
5749
5870
|
{
|
|
5750
|
-
"id":
|
|
5871
|
+
"id": 340,
|
|
5751
5872
|
"name": "SkyToken",
|
|
5752
5873
|
"kind": 256,
|
|
5753
5874
|
"kindString": "Interface",
|
|
5754
5875
|
"flags": {},
|
|
5755
5876
|
"children": [
|
|
5756
5877
|
{
|
|
5757
|
-
"id":
|
|
5878
|
+
"id": 341,
|
|
5758
5879
|
"name": "value",
|
|
5759
5880
|
"kind": 1024,
|
|
5760
5881
|
"kindString": "Property",
|
|
@@ -5780,7 +5901,7 @@
|
|
|
5780
5901
|
"title": "Properties",
|
|
5781
5902
|
"kind": 1024,
|
|
5782
5903
|
"children": [
|
|
5783
|
-
|
|
5904
|
+
341
|
|
5784
5905
|
]
|
|
5785
5906
|
}
|
|
5786
5907
|
],
|
|
@@ -5793,14 +5914,14 @@
|
|
|
5793
5914
|
]
|
|
5794
5915
|
},
|
|
5795
5916
|
{
|
|
5796
|
-
"id":
|
|
5917
|
+
"id": 342,
|
|
5797
5918
|
"name": "SkyTokenSelectedEventArgs",
|
|
5798
5919
|
"kind": 256,
|
|
5799
5920
|
"kindString": "Interface",
|
|
5800
5921
|
"flags": {},
|
|
5801
5922
|
"children": [
|
|
5802
5923
|
{
|
|
5803
|
-
"id":
|
|
5924
|
+
"id": 343,
|
|
5804
5925
|
"name": "token",
|
|
5805
5926
|
"kind": 1024,
|
|
5806
5927
|
"kindString": "Property",
|
|
@@ -5819,7 +5940,7 @@
|
|
|
5819
5940
|
],
|
|
5820
5941
|
"type": {
|
|
5821
5942
|
"type": "reference",
|
|
5822
|
-
"id":
|
|
5943
|
+
"id": 340,
|
|
5823
5944
|
"name": "SkyToken"
|
|
5824
5945
|
}
|
|
5825
5946
|
}
|
|
@@ -5829,7 +5950,7 @@
|
|
|
5829
5950
|
"title": "Properties",
|
|
5830
5951
|
"kind": 1024,
|
|
5831
5952
|
"children": [
|
|
5832
|
-
|
|
5953
|
+
343
|
|
5833
5954
|
]
|
|
5834
5955
|
}
|
|
5835
5956
|
],
|
|
@@ -5842,14 +5963,14 @@
|
|
|
5842
5963
|
]
|
|
5843
5964
|
},
|
|
5844
5965
|
{
|
|
5845
|
-
"id":
|
|
5966
|
+
"id": 344,
|
|
5846
5967
|
"name": "SkyTokensMessage",
|
|
5847
5968
|
"kind": 256,
|
|
5848
5969
|
"kindString": "Interface",
|
|
5849
5970
|
"flags": {},
|
|
5850
5971
|
"children": [
|
|
5851
5972
|
{
|
|
5852
|
-
"id":
|
|
5973
|
+
"id": 345,
|
|
5853
5974
|
"name": "type",
|
|
5854
5975
|
"kind": 1024,
|
|
5855
5976
|
"kindString": "Property",
|
|
@@ -5868,7 +5989,7 @@
|
|
|
5868
5989
|
],
|
|
5869
5990
|
"type": {
|
|
5870
5991
|
"type": "reference",
|
|
5871
|
-
"id":
|
|
5992
|
+
"id": 346,
|
|
5872
5993
|
"name": "SkyTokensMessageType"
|
|
5873
5994
|
}
|
|
5874
5995
|
}
|
|
@@ -5878,7 +5999,7 @@
|
|
|
5878
5999
|
"title": "Properties",
|
|
5879
6000
|
"kind": 1024,
|
|
5880
6001
|
"children": [
|
|
5881
|
-
|
|
6002
|
+
345
|
|
5882
6003
|
]
|
|
5883
6004
|
}
|
|
5884
6005
|
],
|
|
@@ -5891,7 +6012,7 @@
|
|
|
5891
6012
|
]
|
|
5892
6013
|
},
|
|
5893
6014
|
{
|
|
5894
|
-
"id":
|
|
6015
|
+
"id": 322,
|
|
5895
6016
|
"name": "SkyIconType",
|
|
5896
6017
|
"kind": 4194304,
|
|
5897
6018
|
"kindString": "Type alias",
|
|
@@ -5918,7 +6039,7 @@
|
|
|
5918
6039
|
}
|
|
5919
6040
|
},
|
|
5920
6041
|
{
|
|
5921
|
-
"id":
|
|
6042
|
+
"id": 323,
|
|
5922
6043
|
"name": "SkyIconVariantType",
|
|
5923
6044
|
"kind": 4194304,
|
|
5924
6045
|
"kindString": "Type alias",
|
|
@@ -5945,7 +6066,7 @@
|
|
|
5945
6066
|
}
|
|
5946
6067
|
},
|
|
5947
6068
|
{
|
|
5948
|
-
"id":
|
|
6069
|
+
"id": 327,
|
|
5949
6070
|
"name": "SkyLabelType",
|
|
5950
6071
|
"kind": 4194304,
|
|
5951
6072
|
"kindString": "Type alias",
|
|
@@ -5985,74 +6106,69 @@
|
|
|
5985
6106
|
"title": "Enumerations",
|
|
5986
6107
|
"kind": 8,
|
|
5987
6108
|
"children": [
|
|
5988
|
-
|
|
6109
|
+
346
|
|
5989
6110
|
]
|
|
5990
6111
|
},
|
|
5991
6112
|
{
|
|
5992
6113
|
"title": "Classes",
|
|
5993
6114
|
"kind": 128,
|
|
5994
6115
|
"children": [
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
295,
|
|
5998
|
-
301,
|
|
5999
|
-
306,
|
|
6116
|
+
304,
|
|
6117
|
+
307,
|
|
6000
6118
|
310,
|
|
6001
6119
|
313,
|
|
6002
|
-
316,
|
|
6003
6120
|
319,
|
|
6121
|
+
324,
|
|
6122
|
+
328,
|
|
6123
|
+
331,
|
|
6004
6124
|
334,
|
|
6005
6125
|
337,
|
|
6126
|
+
352,
|
|
6127
|
+
355,
|
|
6006
6128
|
1,
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
59
|
|
6129
|
+
79,
|
|
6130
|
+
107,
|
|
6131
|
+
146,
|
|
6132
|
+
191,
|
|
6133
|
+
272,
|
|
6134
|
+
36,
|
|
6135
|
+
42,
|
|
6136
|
+
50,
|
|
6137
|
+
56,
|
|
6138
|
+
59,
|
|
6139
|
+
62,
|
|
6140
|
+
66
|
|
6020
6141
|
]
|
|
6021
6142
|
},
|
|
6022
6143
|
{
|
|
6023
6144
|
"title": "Interfaces",
|
|
6024
6145
|
"kind": 256,
|
|
6025
6146
|
"children": [
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6147
|
+
316,
|
|
6148
|
+
340,
|
|
6149
|
+
342,
|
|
6150
|
+
344
|
|
6030
6151
|
]
|
|
6031
6152
|
},
|
|
6032
6153
|
{
|
|
6033
6154
|
"title": "Type aliases",
|
|
6034
6155
|
"kind": 4194304,
|
|
6035
6156
|
"children": [
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
|
|
6157
|
+
322,
|
|
6158
|
+
323,
|
|
6159
|
+
327
|
|
6039
6160
|
]
|
|
6040
6161
|
}
|
|
6041
6162
|
],
|
|
6042
6163
|
"sources": [
|
|
6043
6164
|
{
|
|
6044
|
-
"fileName": "
|
|
6165
|
+
"fileName": "index.ts",
|
|
6045
6166
|
"line": 1,
|
|
6046
6167
|
"character": 0
|
|
6047
6168
|
}
|
|
6048
6169
|
]
|
|
6049
6170
|
},
|
|
6050
6171
|
"codeExamples": [
|
|
6051
|
-
{
|
|
6052
|
-
"fileName": ".eslintrc.json",
|
|
6053
|
-
"filePath": "/projects/indicators/documentation/code-examples/.eslintrc.json",
|
|
6054
|
-
"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"
|
|
6055
|
-
},
|
|
6056
6172
|
{
|
|
6057
6173
|
"fileName": "alert-demo.component.html",
|
|
6058
6174
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
|
|
@@ -6106,7 +6222,7 @@
|
|
|
6106
6222
|
{
|
|
6107
6223
|
"fileName": "key-info-demo.component.ts",
|
|
6108
6224
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
6109
|
-
"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"
|
|
6110
6226
|
},
|
|
6111
6227
|
{
|
|
6112
6228
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -6151,7 +6267,7 @@
|
|
|
6151
6267
|
{
|
|
6152
6268
|
"fileName": "text-highlight-demo.component.ts",
|
|
6153
6269
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
|
|
6154
|
-
"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"
|
|
6155
6271
|
},
|
|
6156
6272
|
{
|
|
6157
6273
|
"fileName": "text-highlight-demo.module.ts",
|
|
@@ -6196,7 +6312,7 @@
|
|
|
6196
6312
|
{
|
|
6197
6313
|
"fileName": "wait-demo.component.ts",
|
|
6198
6314
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.ts",
|
|
6199
|
-
"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"
|
|
6200
6316
|
},
|
|
6201
6317
|
{
|
|
6202
6318
|
"fileName": "wait-demo.module.ts",
|
|
@@ -6219,4 +6335,4 @@
|
|
|
6219
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"
|
|
6220
6336
|
}
|
|
6221
6337
|
]
|
|
6222
|
-
}
|
|
6338
|
+
}
|