@skyux/autonumeric 9.0.0-alpha.0 → 9.0.0-alpha.10

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.
@@ -3,43 +3,27 @@
3
3
  "SkyAutonumericModule": "class-skyautonumericmodule",
4
4
  "SkyAutonumericOptionsProvider": "class-skyautonumericoptionsprovider",
5
5
  "SkyAutonumericDirective": "class-skyautonumericdirective",
6
- "SkyAutonumericOptions": "type-alias-skyautonumericoptions"
6
+ "SkyAutonumericOptions": "typealias-skyautonumericoptions"
7
7
  },
8
8
  "typedoc": {
9
9
  "id": 0,
10
10
  "name": "@skyux/autonumeric",
11
+ "variant": "project",
11
12
  "kind": 1,
12
- "kindString": "Project",
13
13
  "flags": {},
14
- "originalName": "",
15
14
  "children": [
16
15
  {
17
- "id": 71,
16
+ "id": 7,
18
17
  "name": "SkyAutonumericModule",
18
+ "variant": "declaration",
19
19
  "kind": 128,
20
- "kindString": "Class",
21
20
  "flags": {},
22
- "decorators": [
23
- {
24
- "name": "NgModule",
25
- "type": {
26
- "type": "reference",
27
- "qualifiedName": "NgModuleDecorator",
28
- "package": "@angular/core",
29
- "name": "NgModule"
30
- },
31
- "arguments": {
32
- "obj": "{\n declarations: [SkyAutonumericDirective],\n imports: [CommonModule, FormsModule, ReactiveFormsModule],\n exports: [SkyAutonumericDirective],\n}"
33
- }
34
- }
35
- ],
36
21
  "children": [],
37
22
  "groups": [
38
23
  {
39
24
  "title": "Constructors",
40
- "kind": 512,
41
25
  "children": [
42
- 72
26
+ 8
43
27
  ]
44
28
  }
45
29
  ],
@@ -47,39 +31,39 @@
47
31
  {
48
32
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.module.ts",
49
33
  "line": 12,
50
- "character": 13
34
+ "character": 13,
35
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.module.ts#L12"
36
+ }
37
+ ],
38
+ "decorators": [
39
+ {
40
+ "name": "NgModule",
41
+ "arguments": {
42
+ "obj": "@NgModule({\n declarations: [SkyAutonumericDirective],\n imports: [CommonModule, FormsModule, ReactiveFormsModule],\n exports: [SkyAutonumericDirective],\n})"
43
+ }
51
44
  }
52
45
  ]
53
46
  },
54
47
  {
55
- "id": 65,
48
+ "id": 1,
56
49
  "name": "SkyAutonumericOptionsProvider",
50
+ "variant": "declaration",
57
51
  "kind": 128,
58
- "kindString": "Class",
59
52
  "flags": {},
60
53
  "comment": {
61
- "shortText": "Provides options to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThis can set global options on multiple input fields."
62
- },
63
- "decorators": [
64
- {
65
- "name": "Injectable",
66
- "type": {
67
- "type": "reference",
68
- "qualifiedName": "InjectableDecorator",
69
- "package": "@angular/core",
70
- "name": "Injectable"
71
- },
72
- "arguments": {
73
- "options": "{\n providedIn: 'root',\n}"
54
+ "summary": [
55
+ {
56
+ "kind": "text",
57
+ "text": "Provides options to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThis can set global options on multiple input fields."
74
58
  }
75
- }
76
- ],
59
+ ]
60
+ },
77
61
  "children": [
78
62
  {
79
- "id": 68,
63
+ "id": 4,
80
64
  "name": "getConfig",
65
+ "variant": "declaration",
81
66
  "kind": 2048,
82
- "kindString": "Method",
83
67
  "flags": {
84
68
  "isPublic": true
85
69
  },
@@ -87,41 +71,63 @@
87
71
  {
88
72
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options-provider.ts",
89
73
  "line": 17,
90
- "character": 9
74
+ "character": 9,
75
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts#L17"
91
76
  }
92
77
  ],
93
78
  "signatures": [
94
79
  {
95
- "id": 69,
80
+ "id": 5,
96
81
  "name": "getConfig",
82
+ "variant": "signature",
97
83
  "kind": 4096,
98
- "kindString": "Call signature",
99
84
  "flags": {},
100
85
  "comment": {
101
- "shortText": "The value for a settings object to pass to the AutoNumeric library.\nThis overrides any default options specified by the `skyAutonumeric` attribute."
86
+ "summary": [
87
+ {
88
+ "kind": "text",
89
+ "text": "The value for a settings object to pass to the AutoNumeric library.\nThis overrides any default options specified by the "
90
+ },
91
+ {
92
+ "kind": "code",
93
+ "text": "`skyAutonumeric`"
94
+ },
95
+ {
96
+ "kind": "text",
97
+ "text": " attribute."
98
+ }
99
+ ]
102
100
  },
101
+ "sources": [
102
+ {
103
+ "fileName": "lib/modules/autonumeric/autonumeric-options-provider.ts",
104
+ "line": 17,
105
+ "character": 2,
106
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts#L17"
107
+ }
108
+ ],
103
109
  "type": {
104
110
  "type": "reference",
105
- "id": 70,
106
- "name": "SkyAutonumericOptions"
111
+ "target": 6,
112
+ "name": "SkyAutonumericOptions",
113
+ "package": "@skyux/autonumeric"
107
114
  }
108
115
  }
109
- ]
116
+ ],
117
+ "decorators": []
110
118
  }
111
119
  ],
112
120
  "groups": [
113
121
  {
114
122
  "title": "Constructors",
115
- "kind": 512,
116
123
  "children": [
117
- 66
124
+ 2
118
125
  ]
119
126
  },
120
127
  {
121
128
  "title": "Methods",
122
- "kind": 2048,
123
129
  "children": [
124
- 68
130
+ 4
125
131
  ]
126
132
  }
127
133
  ],
@@ -129,184 +135,218 @@
129
135
  {
130
136
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options-provider.ts",
131
137
  "line": 12,
132
- "character": 13
138
+ "character": 13,
139
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts#L12"
140
+ }
141
+ ],
142
+ "decorators": [
143
+ {
144
+ "name": "Injectable",
145
+ "arguments": {
146
+ "obj": "@Injectable({\n providedIn: 'root',\n})"
147
+ }
133
148
  }
134
149
  ]
135
150
  },
136
151
  {
137
- "id": 1,
152
+ "id": 10,
138
153
  "name": "SkyAutonumericDirective",
154
+ "variant": "declaration",
139
155
  "kind": 128,
140
- "kindString": "Class",
141
156
  "flags": {},
142
157
  "comment": {
143
- "shortText": "Wraps the [autoNumeric utility](https://github.com/autoNumeric/autoNumeric) to format\nany type of number, including currency."
144
- },
145
- "decorators": [
146
- {
147
- "name": "Directive",
148
- "type": {
149
- "type": "reference",
150
- "qualifiedName": "DirectiveDecorator",
151
- "package": "@angular/core",
152
- "name": "Directive"
153
- },
154
- "arguments": {
155
- "obj": "{\n selector: 'input[skyAutonumeric]',\n providers: [SKY_AUTONUMERIC_VALUE_ACCESSOR, SKY_AUTONUMERIC_VALIDATOR],\n}"
158
+ "summary": [
159
+ {
160
+ "kind": "text",
161
+ "text": "Wraps the [autoNumeric utility](https://github.com/autoNumeric/autoNumeric) to format\nany type of number, including currency."
156
162
  }
157
- }
158
- ],
163
+ ]
164
+ },
159
165
  "children": [
160
166
  {
161
- "id": 2,
167
+ "id": 11,
162
168
  "name": "constructor",
169
+ "variant": "declaration",
163
170
  "kind": 512,
164
- "kindString": "Constructor",
165
171
  "flags": {},
166
172
  "sources": [
167
173
  {
168
174
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
169
175
  "line": 79,
170
- "character": 2
176
+ "character": 2,
177
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L79"
171
178
  }
172
179
  ],
173
180
  "signatures": [
174
181
  {
175
- "id": 3,
182
+ "id": 12,
176
183
  "name": "SkyAutonumericDirective",
184
+ "variant": "signature",
177
185
  "kind": 16384,
178
- "kindString": "Constructor signature",
179
186
  "flags": {},
187
+ "sources": [
188
+ {
189
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
190
+ "line": 79,
191
+ "character": 2,
192
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L79"
193
+ }
194
+ ],
180
195
  "parameters": [
181
196
  {
182
- "id": 4,
197
+ "id": 13,
183
198
  "name": "elementRef",
199
+ "variant": "param",
184
200
  "kind": 32768,
185
- "kindString": "Parameter",
186
201
  "flags": {},
187
202
  "type": {
188
203
  "type": "reference",
204
+ "target": {
205
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
206
+ "qualifiedName": "ElementRef"
207
+ },
189
208
  "typeArguments": [
190
209
  {
191
210
  "type": "intrinsic",
192
211
  "name": "any"
193
212
  }
194
213
  ],
195
- "qualifiedName": "ElementRef",
196
- "package": "@angular/core",
197
- "name": "ElementRef"
214
+ "name": "ElementRef",
215
+ "package": "@angular/core"
198
216
  }
199
217
  },
200
218
  {
201
- "id": 5,
219
+ "id": 14,
202
220
  "name": "globalConfig",
221
+ "variant": "param",
203
222
  "kind": 32768,
204
- "kindString": "Parameter",
205
223
  "flags": {},
206
224
  "type": {
207
225
  "type": "reference",
208
- "id": 65,
209
- "name": "SkyAutonumericOptionsProvider"
226
+ "target": 1,
227
+ "name": "SkyAutonumericOptionsProvider",
228
+ "package": "@skyux/autonumeric"
210
229
  }
211
230
  },
212
231
  {
213
- "id": 6,
232
+ "id": 15,
214
233
  "name": "renderer",
234
+ "variant": "param",
215
235
  "kind": 32768,
216
- "kindString": "Parameter",
217
236
  "flags": {},
218
237
  "type": {
219
238
  "type": "reference",
220
- "qualifiedName": "Renderer2",
221
- "package": "@angular/core",
222
- "name": "Renderer2"
239
+ "target": {
240
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
241
+ "qualifiedName": "Renderer2"
242
+ },
243
+ "name": "Renderer2",
244
+ "package": "@angular/core"
223
245
  }
224
246
  },
225
247
  {
226
- "id": 7,
248
+ "id": 16,
227
249
  "name": "changeDetector",
250
+ "variant": "param",
228
251
  "kind": 32768,
229
- "kindString": "Parameter",
230
252
  "flags": {},
231
253
  "type": {
232
254
  "type": "reference",
233
- "qualifiedName": "ChangeDetectorRef",
234
- "package": "@angular/core",
235
- "name": "ChangeDetectorRef"
255
+ "target": {
256
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
257
+ "qualifiedName": "ChangeDetectorRef"
258
+ },
259
+ "name": "ChangeDetectorRef",
260
+ "package": "@angular/core"
236
261
  }
237
262
  }
238
263
  ],
239
264
  "type": {
240
265
  "type": "reference",
241
- "id": 1,
242
- "name": "SkyAutonumericDirective"
266
+ "target": 10,
267
+ "name": "SkyAutonumericDirective",
268
+ "package": "@skyux/autonumeric"
243
269
  }
244
270
  }
245
271
  ]
246
272
  },
247
273
  {
248
- "id": 8,
274
+ "id": 17,
249
275
  "name": "skyAutonumeric",
276
+ "variant": "declaration",
250
277
  "kind": 262144,
251
- "kindString": "Accessor",
252
278
  "flags": {
253
279
  "isPublic": true
254
280
  },
255
- "decorators": [
256
- {
257
- "name": "Input",
258
- "type": {
259
- "type": "reference",
260
- "qualifiedName": "InputDecorator",
261
- "package": "@angular/core",
262
- "name": "Input"
263
- },
264
- "arguments": {}
265
- }
266
- ],
267
281
  "sources": [
268
282
  {
269
283
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
270
284
  "line": 55,
271
- "character": 13
285
+ "character": 13,
286
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L55"
272
287
  }
273
288
  ],
274
- "setSignature": [
275
- {
276
- "id": 9,
277
- "name": "skyAutonumeric",
278
- "kind": 1048576,
279
- "kindString": "Set signature",
280
- "flags": {},
281
- "comment": {
282
- "shortText": "Assigns the name of a property from `SkyAutonumericOptionsProvider`."
283
- },
284
- "parameters": [
289
+ "setSignature": {
290
+ "id": 18,
291
+ "name": "skyAutonumeric",
292
+ "variant": "signature",
293
+ "kind": 1048576,
294
+ "flags": {},
295
+ "comment": {
296
+ "summary": [
285
297
  {
286
- "id": 10,
287
- "name": "value",
288
- "kind": 32768,
289
- "kindString": "Parameter",
290
- "flags": {},
291
- "type": {
292
- "type": "reference",
293
- "id": 70,
294
- "name": "SkyAutonumericOptions"
295
- }
298
+ "kind": "text",
299
+ "text": "Assigns the name of a property from "
300
+ },
301
+ {
302
+ "kind": "code",
303
+ "text": "`SkyAutonumericOptionsProvider`"
304
+ },
305
+ {
306
+ "kind": "text",
307
+ "text": "."
296
308
  }
297
- ],
298
- "type": {
299
- "type": "intrinsic",
300
- "name": "void"
309
+ ]
310
+ },
311
+ "sources": [
312
+ {
313
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
314
+ "line": 54,
315
+ "character": 2,
316
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L54"
301
317
  }
318
+ ],
319
+ "parameters": [
320
+ {
321
+ "id": 19,
322
+ "name": "value",
323
+ "variant": "param",
324
+ "kind": 32768,
325
+ "flags": {},
326
+ "type": {
327
+ "type": "reference",
328
+ "target": 6,
329
+ "name": "SkyAutonumericOptions",
330
+ "package": "@skyux/autonumeric"
331
+ }
332
+ }
333
+ ],
334
+ "type": {
335
+ "type": "intrinsic",
336
+ "name": "void"
337
+ }
338
+ },
339
+ "decorators": [
340
+ {
341
+ "name": "Input"
302
342
  }
303
343
  ]
304
344
  },
305
345
  {
306
- "id": 24,
346
+ "id": 33,
307
347
  "name": "ngOnDestroy",
348
+ "variant": "declaration",
308
349
  "kind": 2048,
309
- "kindString": "Method",
310
350
  "flags": {
311
351
  "isPublic": true
312
352
  },
@@ -314,36 +354,48 @@
314
354
  {
315
355
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
316
356
  "line": 120,
317
- "character": 9
357
+ "character": 9,
358
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L120"
318
359
  }
319
360
  ],
320
361
  "signatures": [
321
362
  {
322
- "id": 25,
363
+ "id": 34,
323
364
  "name": "ngOnDestroy",
365
+ "variant": "signature",
324
366
  "kind": 4096,
325
- "kindString": "Call signature",
326
367
  "flags": {},
368
+ "sources": [
369
+ {
370
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
371
+ "line": 120,
372
+ "character": 2,
373
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L120"
374
+ }
375
+ ],
327
376
  "type": {
328
377
  "type": "intrinsic",
329
378
  "name": "void"
330
379
  },
331
380
  "implementationOf": {
332
381
  "type": "reference",
382
+ "target": -1,
333
383
  "name": "OnDestroy.ngOnDestroy"
334
384
  }
335
385
  }
336
386
  ],
337
387
  "implementationOf": {
338
388
  "type": "reference",
389
+ "target": -1,
339
390
  "name": "OnDestroy.ngOnDestroy"
340
- }
391
+ },
392
+ "decorators": []
341
393
  },
342
394
  {
343
- "id": 22,
395
+ "id": 31,
344
396
  "name": "ngOnInit",
397
+ "variant": "declaration",
345
398
  "kind": 2048,
346
- "kindString": "Method",
347
399
  "flags": {
348
400
  "isPublic": true
349
401
  },
@@ -351,79 +403,87 @@
351
403
  {
352
404
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
353
405
  "line": 93,
354
- "character": 9
406
+ "character": 9,
407
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L93"
355
408
  }
356
409
  ],
357
410
  "signatures": [
358
411
  {
359
- "id": 23,
412
+ "id": 32,
360
413
  "name": "ngOnInit",
414
+ "variant": "signature",
361
415
  "kind": 4096,
362
- "kindString": "Call signature",
363
416
  "flags": {},
417
+ "sources": [
418
+ {
419
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
420
+ "line": 93,
421
+ "character": 2,
422
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L93"
423
+ }
424
+ ],
364
425
  "type": {
365
426
  "type": "intrinsic",
366
427
  "name": "void"
367
428
  },
368
429
  "implementationOf": {
369
430
  "type": "reference",
431
+ "target": -1,
370
432
  "name": "OnInit.ngOnInit"
371
433
  }
372
434
  }
373
435
  ],
374
436
  "implementationOf": {
375
437
  "type": "reference",
438
+ "target": -1,
376
439
  "name": "OnInit.ngOnInit"
377
- }
440
+ },
441
+ "decorators": []
378
442
  },
379
443
  {
380
- "id": 46,
444
+ "id": 55,
381
445
  "name": "onBlur",
446
+ "variant": "declaration",
382
447
  "kind": 2048,
383
- "kindString": "Method",
384
448
  "flags": {
385
449
  "isPublic": true
386
450
  },
387
- "decorators": [
388
- {
389
- "name": "HostListener",
390
- "type": {
391
- "type": "reference",
392
- "qualifiedName": "HostListenerDecorator",
393
- "package": "@angular/core",
394
- "name": "HostListener"
395
- },
396
- "arguments": {
397
- "eventName": "'blur'"
398
- }
399
- }
400
- ],
401
451
  "sources": [
402
452
  {
403
453
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
404
454
  "line": 188,
405
- "character": 9
455
+ "character": 9,
456
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L188"
406
457
  }
407
458
  ],
408
459
  "signatures": [
409
460
  {
410
- "id": 47,
461
+ "id": 56,
411
462
  "name": "onBlur",
463
+ "variant": "signature",
412
464
  "kind": 4096,
413
- "kindString": "Call signature",
414
465
  "flags": {},
466
+ "sources": [
467
+ {
468
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
469
+ "line": 187,
470
+ "character": 2,
471
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L187"
472
+ }
473
+ ],
415
474
  "type": {
416
475
  "type": "intrinsic",
417
476
  "name": "void"
418
477
  }
419
478
  }
420
- ]
479
+ ],
480
+ "decorators": []
421
481
  },
422
482
  {
423
- "id": 35,
483
+ "id": 44,
424
484
  "name": "registerOnChange",
485
+ "variant": "declaration",
425
486
  "kind": 2048,
426
- "kindString": "Method",
427
487
  "flags": {
428
488
  "isPublic": true
429
489
  },
@@ -431,44 +491,69 @@
431
491
  {
432
492
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
433
493
  "line": 179,
434
- "character": 9
494
+ "character": 9,
495
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
435
496
  }
436
497
  ],
437
498
  "signatures": [
438
499
  {
439
- "id": 36,
500
+ "id": 45,
440
501
  "name": "registerOnChange",
502
+ "variant": "signature",
441
503
  "kind": 4096,
442
- "kindString": "Call signature",
443
504
  "flags": {},
505
+ "sources": [
506
+ {
507
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
508
+ "line": 179,
509
+ "character": 2,
510
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
511
+ }
512
+ ],
444
513
  "parameters": [
445
514
  {
446
- "id": 37,
515
+ "id": 46,
447
516
  "name": "fn",
517
+ "variant": "param",
448
518
  "kind": 32768,
449
- "kindString": "Parameter",
450
519
  "flags": {},
451
520
  "type": {
452
521
  "type": "reflection",
453
522
  "declaration": {
454
- "id": 38,
523
+ "id": 47,
455
524
  "name": "__type",
525
+ "variant": "declaration",
456
526
  "kind": 65536,
457
- "kindString": "Type literal",
458
527
  "flags": {},
528
+ "sources": [
529
+ {
530
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
531
+ "line": 179,
532
+ "character": 30,
533
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
534
+ }
535
+ ],
459
536
  "signatures": [
460
537
  {
461
- "id": 39,
538
+ "id": 48,
462
539
  "name": "__type",
540
+ "variant": "signature",
463
541
  "kind": 4096,
464
- "kindString": "Call signature",
465
542
  "flags": {},
543
+ "sources": [
544
+ {
545
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
546
+ "line": 179,
547
+ "character": 30,
548
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
549
+ }
550
+ ],
466
551
  "parameters": [
467
552
  {
468
- "id": 40,
553
+ "id": 49,
469
554
  "name": "value",
555
+ "variant": "param",
470
556
  "kind": 32768,
471
- "kindString": "Parameter",
472
557
  "flags": {},
473
558
  "type": {
474
559
  "type": "intrinsic",
@@ -492,20 +577,23 @@
492
577
  },
493
578
  "implementationOf": {
494
579
  "type": "reference",
580
+ "target": -1,
495
581
  "name": "ControlValueAccessor.registerOnChange"
496
582
  }
497
583
  }
498
584
  ],
499
585
  "implementationOf": {
500
586
  "type": "reference",
587
+ "target": -1,
501
588
  "name": "ControlValueAccessor.registerOnChange"
502
- }
589
+ },
590
+ "decorators": []
503
591
  },
504
592
  {
505
- "id": 41,
593
+ "id": 50,
506
594
  "name": "registerOnTouched",
595
+ "variant": "declaration",
507
596
  "kind": 2048,
508
- "kindString": "Method",
509
597
  "flags": {
510
598
  "isPublic": true
511
599
  },
@@ -513,38 +601,63 @@
513
601
  {
514
602
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
515
603
  "line": 183,
516
- "character": 9
604
+ "character": 9,
605
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
517
606
  }
518
607
  ],
519
608
  "signatures": [
520
609
  {
521
- "id": 42,
610
+ "id": 51,
522
611
  "name": "registerOnTouched",
612
+ "variant": "signature",
523
613
  "kind": 4096,
524
- "kindString": "Call signature",
525
614
  "flags": {},
615
+ "sources": [
616
+ {
617
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
618
+ "line": 183,
619
+ "character": 2,
620
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
621
+ }
622
+ ],
526
623
  "parameters": [
527
624
  {
528
- "id": 43,
625
+ "id": 52,
529
626
  "name": "fn",
627
+ "variant": "param",
530
628
  "kind": 32768,
531
- "kindString": "Parameter",
532
629
  "flags": {},
533
630
  "type": {
534
631
  "type": "reflection",
535
632
  "declaration": {
536
- "id": 44,
633
+ "id": 53,
537
634
  "name": "__type",
635
+ "variant": "declaration",
538
636
  "kind": 65536,
539
- "kindString": "Type literal",
540
637
  "flags": {},
638
+ "sources": [
639
+ {
640
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
641
+ "line": 183,
642
+ "character": 31,
643
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
644
+ }
645
+ ],
541
646
  "signatures": [
542
647
  {
543
- "id": 45,
648
+ "id": 54,
544
649
  "name": "__type",
650
+ "variant": "signature",
545
651
  "kind": 4096,
546
- "kindString": "Call signature",
547
652
  "flags": {},
653
+ "sources": [
654
+ {
655
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
656
+ "line": 183,
657
+ "character": 31,
658
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
659
+ }
660
+ ],
548
661
  "type": {
549
662
  "type": "intrinsic",
550
663
  "name": "void"
@@ -561,20 +674,23 @@
561
674
  },
562
675
  "implementationOf": {
563
676
  "type": "reference",
677
+ "target": -1,
564
678
  "name": "ControlValueAccessor.registerOnTouched"
565
679
  }
566
680
  }
567
681
  ],
568
682
  "implementationOf": {
569
683
  "type": "reference",
684
+ "target": -1,
570
685
  "name": "ControlValueAccessor.registerOnTouched"
571
- }
686
+ },
687
+ "decorators": []
572
688
  },
573
689
  {
574
- "id": 26,
690
+ "id": 35,
575
691
  "name": "setDisabledState",
692
+ "variant": "declaration",
576
693
  "kind": 2048,
577
- "kindString": "Method",
578
694
  "flags": {
579
695
  "isPublic": true
580
696
  },
@@ -582,25 +698,39 @@
582
698
  {
583
699
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
584
700
  "line": 128,
585
- "character": 9
701
+ "character": 9,
702
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L128"
586
703
  }
587
704
  ],
588
705
  "signatures": [
589
706
  {
590
- "id": 27,
707
+ "id": 36,
591
708
  "name": "setDisabledState",
709
+ "variant": "signature",
592
710
  "kind": 4096,
593
- "kindString": "Call signature",
594
711
  "flags": {},
595
712
  "comment": {
596
- "shortText": "Implemented as part of ControlValueAccessor."
713
+ "summary": [
714
+ {
715
+ "kind": "text",
716
+ "text": "Implemented as part of ControlValueAccessor."
717
+ }
718
+ ]
597
719
  },
720
+ "sources": [
721
+ {
722
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
723
+ "line": 128,
724
+ "character": 2,
725
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L128"
726
+ }
727
+ ],
598
728
  "parameters": [
599
729
  {
600
- "id": 28,
730
+ "id": 37,
601
731
  "name": "value",
732
+ "variant": "param",
602
733
  "kind": 32768,
603
- "kindString": "Parameter",
604
734
  "flags": {},
605
735
  "type": {
606
736
  "type": "intrinsic",
@@ -614,20 +744,23 @@
614
744
  },
615
745
  "implementationOf": {
616
746
  "type": "reference",
747
+ "target": -1,
617
748
  "name": "ControlValueAccessor.setDisabledState"
618
749
  }
619
750
  }
620
751
  ],
621
752
  "implementationOf": {
622
753
  "type": "reference",
754
+ "target": -1,
623
755
  "name": "ControlValueAccessor.setDisabledState"
624
- }
756
+ },
757
+ "decorators": []
625
758
  },
626
759
  {
627
- "id": 32,
760
+ "id": 41,
628
761
  "name": "validate",
762
+ "variant": "declaration",
629
763
  "kind": 2048,
630
- "kindString": "Method",
631
764
  "flags": {
632
765
  "isPublic": true
633
766
  },
@@ -635,25 +768,38 @@
635
768
  {
636
769
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
637
770
  "line": 159,
638
- "character": 9
771
+ "character": 9,
772
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L159"
639
773
  }
640
774
  ],
641
775
  "signatures": [
642
776
  {
643
- "id": 33,
777
+ "id": 42,
644
778
  "name": "validate",
779
+ "variant": "signature",
645
780
  "kind": 4096,
646
- "kindString": "Call signature",
647
781
  "flags": {},
782
+ "sources": [
783
+ {
784
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
785
+ "line": 159,
786
+ "character": 2,
787
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L159"
788
+ }
789
+ ],
648
790
  "parameters": [
649
791
  {
650
- "id": 34,
792
+ "id": 43,
651
793
  "name": "control",
794
+ "variant": "param",
652
795
  "kind": 32768,
653
- "kindString": "Parameter",
654
796
  "flags": {},
655
797
  "type": {
656
798
  "type": "reference",
799
+ "target": {
800
+ "sourceFileName": "node_modules/@angular/forms/index.d.ts",
801
+ "qualifiedName": "AbstractControl"
802
+ },
657
803
  "typeArguments": [
658
804
  {
659
805
  "type": "intrinsic",
@@ -664,34 +810,39 @@
664
810
  "name": "any"
665
811
  }
666
812
  ],
667
- "qualifiedName": "AbstractControl",
668
- "package": "@angular/forms",
669
- "name": "AbstractControl"
813
+ "name": "AbstractControl",
814
+ "package": "@angular/forms"
670
815
  }
671
816
  }
672
817
  ],
673
818
  "type": {
674
819
  "type": "reference",
675
- "qualifiedName": "ValidationErrors",
676
- "package": "@angular/forms",
677
- "name": "ValidationErrors"
820
+ "target": {
821
+ "sourceFileName": "node_modules/@angular/forms/index.d.ts",
822
+ "qualifiedName": "ValidationErrors"
823
+ },
824
+ "name": "ValidationErrors",
825
+ "package": "@angular/forms"
678
826
  },
679
827
  "implementationOf": {
680
828
  "type": "reference",
829
+ "target": -1,
681
830
  "name": "Validator.validate"
682
831
  }
683
832
  }
684
833
  ],
685
834
  "implementationOf": {
686
835
  "type": "reference",
836
+ "target": -1,
687
837
  "name": "Validator.validate"
688
- }
838
+ },
839
+ "decorators": []
689
840
  },
690
841
  {
691
- "id": 29,
842
+ "id": 38,
692
843
  "name": "writeValue",
844
+ "variant": "declaration",
693
845
  "kind": 2048,
694
- "kindString": "Method",
695
846
  "flags": {
696
847
  "isPublic": true
697
848
  },
@@ -699,22 +850,31 @@
699
850
  {
700
851
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
701
852
  "line": 136,
702
- "character": 9
853
+ "character": 9,
854
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L136"
703
855
  }
704
856
  ],
705
857
  "signatures": [
706
858
  {
707
- "id": 30,
859
+ "id": 39,
708
860
  "name": "writeValue",
861
+ "variant": "signature",
709
862
  "kind": 4096,
710
- "kindString": "Call signature",
711
863
  "flags": {},
864
+ "sources": [
865
+ {
866
+ "fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
867
+ "line": 136,
868
+ "character": 2,
869
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L136"
870
+ }
871
+ ],
712
872
  "parameters": [
713
873
  {
714
- "id": 31,
874
+ "id": 40,
715
875
  "name": "value",
876
+ "variant": "param",
716
877
  "kind": 32768,
717
- "kindString": "Parameter",
718
878
  "flags": {},
719
879
  "type": {
720
880
  "type": "intrinsic",
@@ -728,43 +888,43 @@
728
888
  },
729
889
  "implementationOf": {
730
890
  "type": "reference",
891
+ "target": -1,
731
892
  "name": "ControlValueAccessor.writeValue"
732
893
  }
733
894
  }
734
895
  ],
735
896
  "implementationOf": {
736
897
  "type": "reference",
898
+ "target": -1,
737
899
  "name": "ControlValueAccessor.writeValue"
738
- }
900
+ },
901
+ "decorators": []
739
902
  }
740
903
  ],
741
904
  "groups": [
742
905
  {
743
906
  "title": "Constructors",
744
- "kind": 512,
745
907
  "children": [
746
- 2
908
+ 11
747
909
  ]
748
910
  },
749
911
  {
750
912
  "title": "Accessors",
751
- "kind": 262144,
752
913
  "children": [
753
- 8
914
+ 17
754
915
  ]
755
916
  },
756
917
  {
757
918
  "title": "Methods",
758
- "kind": 2048,
759
919
  "children": [
760
- 24,
761
- 22,
762
- 46,
920
+ 33,
921
+ 31,
922
+ 55,
923
+ 44,
924
+ 50,
763
925
  35,
764
926
  41,
765
- 26,
766
- 32,
767
- 29
927
+ 38
768
928
  ]
769
929
  }
770
930
  ],
@@ -772,50 +932,101 @@
772
932
  {
773
933
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
774
934
  "line": 48,
775
- "character": 13
935
+ "character": 13,
936
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L48"
776
937
  }
777
938
  ],
778
939
  "implementedTypes": [
779
940
  {
780
941
  "type": "reference",
781
- "qualifiedName": "OnInit",
782
- "package": "@angular/core",
783
- "name": "OnInit"
942
+ "target": {
943
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
944
+ "qualifiedName": "OnInit"
945
+ },
946
+ "name": "OnInit",
947
+ "package": "@angular/core"
784
948
  },
785
949
  {
786
950
  "type": "reference",
787
- "qualifiedName": "OnDestroy",
788
- "package": "@angular/core",
789
- "name": "OnDestroy"
951
+ "target": {
952
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
953
+ "qualifiedName": "OnDestroy"
954
+ },
955
+ "name": "OnDestroy",
956
+ "package": "@angular/core"
790
957
  },
791
958
  {
792
959
  "type": "reference",
793
- "qualifiedName": "ControlValueAccessor",
794
- "package": "@angular/forms",
795
- "name": "ControlValueAccessor"
960
+ "target": {
961
+ "sourceFileName": "node_modules/@angular/forms/index.d.ts",
962
+ "qualifiedName": "ControlValueAccessor"
963
+ },
964
+ "name": "ControlValueAccessor",
965
+ "package": "@angular/forms"
796
966
  },
797
967
  {
798
968
  "type": "reference",
799
- "qualifiedName": "Validator",
800
- "package": "@angular/forms",
801
- "name": "Validator"
969
+ "target": {
970
+ "sourceFileName": "node_modules/@angular/forms/index.d.ts",
971
+ "qualifiedName": "Validator"
972
+ },
973
+ "name": "Validator",
974
+ "package": "@angular/forms"
975
+ }
976
+ ],
977
+ "decorators": [
978
+ {
979
+ "name": "Directive",
980
+ "arguments": {
981
+ "obj": "@Directive({\n selector: 'input[skyAutonumeric]',\n providers: [SKY_AUTONUMERIC_VALUE_ACCESSOR, SKY_AUTONUMERIC_VALIDATOR],\n})"
982
+ }
802
983
  }
803
984
  ]
804
985
  },
805
986
  {
806
- "id": 70,
987
+ "id": 6,
807
988
  "name": "SkyAutonumericOptions",
989
+ "variant": "declaration",
808
990
  "kind": 4194304,
809
- "kindString": "Type alias",
810
991
  "flags": {},
811
992
  "comment": {
812
- "shortText": "Custom options to provide to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThe value can be set to `string`, which is an alias that represents\na [set of predefined set of options](https://github.com/autoNumeric/autoNumeric#predefined-options)\nfor a currency or language, or `Options`, which is a\n[custom set of options](https://github.com/autoNumeric/autoNumeric#options)\nthat override any default options that the `skyAutonumeric` attribute specifies."
993
+ "summary": [
994
+ {
995
+ "kind": "text",
996
+ "text": "Custom options to provide to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThe value can be set to "
997
+ },
998
+ {
999
+ "kind": "code",
1000
+ "text": "`string`"
1001
+ },
1002
+ {
1003
+ "kind": "text",
1004
+ "text": ", which is an alias that represents\na [set of predefined set of options](https://github.com/autoNumeric/autoNumeric#predefined-options)\nfor a currency or language, or "
1005
+ },
1006
+ {
1007
+ "kind": "code",
1008
+ "text": "`Options`"
1009
+ },
1010
+ {
1011
+ "kind": "text",
1012
+ "text": ", which is a\n[custom set of options](https://github.com/autoNumeric/autoNumeric#options)\nthat override any default options that the "
1013
+ },
1014
+ {
1015
+ "kind": "code",
1016
+ "text": "`skyAutonumeric`"
1017
+ },
1018
+ {
1019
+ "kind": "text",
1020
+ "text": " attribute specifies."
1021
+ }
1022
+ ]
813
1023
  },
814
1024
  "sources": [
815
1025
  {
816
1026
  "fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options.ts",
817
1027
  "line": 11,
818
- "character": 12
1028
+ "character": 12,
1029
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options.ts#L11"
819
1030
  }
820
1031
  ],
821
1032
  "type": {
@@ -830,16 +1041,22 @@
830
1041
  "operator": "keyof",
831
1042
  "target": {
832
1043
  "type": "reference",
833
- "qualifiedName": "AutoNumeric.PredefinedOptions",
834
- "package": "autonumeric",
835
- "name": "AutoNumeric.PredefinedOptions"
1044
+ "target": {
1045
+ "sourceFileName": "node_modules/autonumeric/index.d.ts",
1046
+ "qualifiedName": "AutoNumeric.PredefinedOptions"
1047
+ },
1048
+ "name": "AutoNumeric.PredefinedOptions",
1049
+ "package": "autonumeric"
836
1050
  }
837
1051
  },
838
1052
  {
839
1053
  "type": "reference",
840
- "qualifiedName": "AutoNumeric.Options",
841
- "package": "autonumeric",
842
- "name": "AutoNumeric.Options"
1054
+ "target": {
1055
+ "sourceFileName": "node_modules/autonumeric/index.d.ts",
1056
+ "qualifiedName": "AutoNumeric.Options"
1057
+ },
1058
+ "name": "AutoNumeric.Options",
1059
+ "package": "autonumeric"
843
1060
  }
844
1061
  ]
845
1062
  }
@@ -848,64 +1065,230 @@
848
1065
  "groups": [
849
1066
  {
850
1067
  "title": "Classes",
851
- "kind": 128,
852
1068
  "children": [
853
- 71,
854
- 65,
855
- 1
1069
+ 7,
1070
+ 1,
1071
+ 10
856
1072
  ]
857
1073
  },
858
1074
  {
859
- "title": "Type aliases",
860
- "kind": 4194304,
1075
+ "title": "Type Aliases",
861
1076
  "children": [
862
- 70
1077
+ 6
863
1078
  ]
864
1079
  }
865
1080
  ],
866
- "sources": [
1081
+ "packageName": "@skyux/autonumeric",
1082
+ "readme": [
867
1083
  {
868
- "fileName": "index.ts",
869
- "line": 1,
870
- "character": 0
1084
+ "kind": "text",
1085
+ "text": "# autonumeric\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
1086
+ },
1087
+ {
1088
+ "kind": "code",
1089
+ "text": "`nx test autonumeric`"
1090
+ },
1091
+ {
1092
+ "kind": "text",
1093
+ "text": " to execute the unit tests."
871
1094
  }
872
- ]
1095
+ ],
1096
+ "symbolIdMap": {
1097
+ "0": {
1098
+ "sourceFileName": "libs/components/autonumeric/src/index.ts",
1099
+ "qualifiedName": ""
1100
+ },
1101
+ "1": {
1102
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts",
1103
+ "qualifiedName": "SkyAutonumericOptionsProvider"
1104
+ },
1105
+ "4": {
1106
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts",
1107
+ "qualifiedName": "SkyAutonumericOptionsProvider.getConfig"
1108
+ },
1109
+ "5": {
1110
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts",
1111
+ "qualifiedName": "SkyAutonumericOptionsProvider.getConfig"
1112
+ },
1113
+ "6": {
1114
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options.ts",
1115
+ "qualifiedName": "SkyAutonumericOptions"
1116
+ },
1117
+ "7": {
1118
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.module.ts",
1119
+ "qualifiedName": "SkyAutonumericModule"
1120
+ },
1121
+ "10": {
1122
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1123
+ "qualifiedName": "SkyAutonumericDirective"
1124
+ },
1125
+ "11": {
1126
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1127
+ "qualifiedName": "SkyAutonumericDirective.__constructor"
1128
+ },
1129
+ "12": {
1130
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1131
+ "qualifiedName": "SkyAutonumericDirective"
1132
+ },
1133
+ "13": {
1134
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1135
+ "qualifiedName": "elementRef"
1136
+ },
1137
+ "14": {
1138
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1139
+ "qualifiedName": "globalConfig"
1140
+ },
1141
+ "15": {
1142
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1143
+ "qualifiedName": "renderer"
1144
+ },
1145
+ "16": {
1146
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1147
+ "qualifiedName": "changeDetector"
1148
+ },
1149
+ "17": {
1150
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1151
+ "qualifiedName": "SkyAutonumericDirective.skyAutonumeric"
1152
+ },
1153
+ "18": {
1154
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1155
+ "qualifiedName": "SkyAutonumericDirective.skyAutonumeric"
1156
+ },
1157
+ "19": {
1158
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1159
+ "qualifiedName": "value"
1160
+ },
1161
+ "31": {
1162
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1163
+ "qualifiedName": "SkyAutonumericDirective.ngOnInit"
1164
+ },
1165
+ "32": {
1166
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1167
+ "qualifiedName": "SkyAutonumericDirective.ngOnInit"
1168
+ },
1169
+ "33": {
1170
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1171
+ "qualifiedName": "SkyAutonumericDirective.ngOnDestroy"
1172
+ },
1173
+ "34": {
1174
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1175
+ "qualifiedName": "SkyAutonumericDirective.ngOnDestroy"
1176
+ },
1177
+ "35": {
1178
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1179
+ "qualifiedName": "SkyAutonumericDirective.setDisabledState"
1180
+ },
1181
+ "36": {
1182
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1183
+ "qualifiedName": "SkyAutonumericDirective.setDisabledState"
1184
+ },
1185
+ "37": {
1186
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1187
+ "qualifiedName": "value"
1188
+ },
1189
+ "38": {
1190
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1191
+ "qualifiedName": "SkyAutonumericDirective.writeValue"
1192
+ },
1193
+ "39": {
1194
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1195
+ "qualifiedName": "SkyAutonumericDirective.writeValue"
1196
+ },
1197
+ "40": {
1198
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1199
+ "qualifiedName": "value"
1200
+ },
1201
+ "41": {
1202
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1203
+ "qualifiedName": "SkyAutonumericDirective.validate"
1204
+ },
1205
+ "42": {
1206
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1207
+ "qualifiedName": "SkyAutonumericDirective.validate"
1208
+ },
1209
+ "43": {
1210
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1211
+ "qualifiedName": "control"
1212
+ },
1213
+ "44": {
1214
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1215
+ "qualifiedName": "SkyAutonumericDirective.registerOnChange"
1216
+ },
1217
+ "45": {
1218
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1219
+ "qualifiedName": "SkyAutonumericDirective.registerOnChange"
1220
+ },
1221
+ "46": {
1222
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1223
+ "qualifiedName": "fn"
1224
+ },
1225
+ "47": {
1226
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1227
+ "qualifiedName": "__type"
1228
+ },
1229
+ "48": {
1230
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1231
+ "qualifiedName": "__type"
1232
+ },
1233
+ "49": {
1234
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1235
+ "qualifiedName": "value"
1236
+ },
1237
+ "50": {
1238
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1239
+ "qualifiedName": "SkyAutonumericDirective.registerOnTouched"
1240
+ },
1241
+ "51": {
1242
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1243
+ "qualifiedName": "SkyAutonumericDirective.registerOnTouched"
1244
+ },
1245
+ "52": {
1246
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1247
+ "qualifiedName": "fn"
1248
+ },
1249
+ "53": {
1250
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1251
+ "qualifiedName": "__type"
1252
+ },
1253
+ "54": {
1254
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1255
+ "qualifiedName": "__type"
1256
+ },
1257
+ "55": {
1258
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1259
+ "qualifiedName": "SkyAutonumericDirective.onBlur"
1260
+ },
1261
+ "56": {
1262
+ "sourceFileName": "libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts",
1263
+ "qualifiedName": "SkyAutonumericDirective.onBlur"
1264
+ }
1265
+ }
873
1266
  },
874
1267
  "codeExamples": [
875
- {
876
- "fileName": "autonumeric-demo.component.html",
877
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.component.html",
878
- "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Donation amount\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
879
- },
880
- {
881
- "fileName": "autonumeric-demo.component.ts",
882
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.component.ts",
883
- "rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent implements OnInit {\n public autonumericOptions: SkyAutonumericOptions | undefined;\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n\n public ngOnInit(): void {\n this.autonumericOptions = {\n currencySymbol: ' €',\n currencySymbolPlacement: 's',\n decimalPlaces: 2,\n decimalCharacter: ',',\n digitGroupSeparator: '',\n };\n }\n}\n"
884
- },
885
1268
  {
886
1269
  "fileName": "autonumeric-demo.module.ts",
887
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.module.ts",
1270
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.module.ts",
888
1271
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyAutonumericModule } from '@skyux/autonumeric';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AutonumericDemoComponent } from './autonumeric-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutonumericModule,\n SkyInputBoxModule,\n ],\n declarations: [AutonumericDemoComponent],\n exports: [AutonumericDemoComponent],\n})\nexport class AutonumericDemoModule {}\n"
889
1272
  },
890
1273
  {
891
- "fileName": "autonumeric-demo.component.html",
892
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.component.html",
893
- "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Autonumeric value\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
1274
+ "fileName": "autonumeric-demo.component.ts",
1275
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.component.ts",
1276
+ "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent {\n public autonumericOptions: SkyAutonumericOptions = 'Chinese';\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n}\n"
894
1277
  },
895
1278
  {
896
- "fileName": "autonumeric-demo.component.ts",
897
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.component.ts",
898
- "rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent implements OnInit {\n public autonumericOptions: SkyAutonumericOptions | undefined;\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n\n public ngOnInit(): void {\n this.autonumericOptions = {\n decimalCharacter: ',',\n decimalPlaces: 4,\n digitGroupSeparator: '',\n };\n }\n}\n"
1279
+ "fileName": "autonumeric-demo.component.html",
1280
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.component.html",
1281
+ "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Donation amount\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
899
1282
  },
900
1283
  {
901
1284
  "fileName": "autonumeric-demo.module.ts",
902
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.module.ts",
1285
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo.module.ts",
903
1286
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyAutonumericModule } from '@skyux/autonumeric';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AutonumericDemoComponent } from './autonumeric-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutonumericModule,\n SkyInputBoxModule,\n ],\n declarations: [AutonumericDemoComponent],\n exports: [AutonumericDemoComponent],\n})\nexport class AutonumericDemoModule {}\n"
904
1287
  },
905
1288
  {
906
- "fileName": "autonumeric-demo-options-provider.ts",
907
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo-options-provider.ts",
908
- "rawContents": "import { SkyAutonumericOptions } from '@skyux/autonumeric';\nimport { SkyAutonumericOptionsProvider } from '@skyux/autonumeric';\n\nexport class AutonumericDemoOptionsProvider extends SkyAutonumericOptionsProvider {\n constructor() {\n super();\n }\n\n public override getConfig(): SkyAutonumericOptions {\n return {\n currencySymbol: ' €',\n currencySymbolPlacement: 's',\n decimalPlaces: 2,\n decimalCharacter: ',',\n digitGroupSeparator: '',\n };\n }\n}\n"
1289
+ "fileName": "autonumeric-demo.component.ts",
1290
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo.component.ts",
1291
+ "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\nimport { SkyAutonumericOptionsProvider } from '@skyux/autonumeric';\n\nimport { AutonumericDemoOptionsProvider } from './autonumeric-demo-options-provider';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n providers: [\n {\n provide: SkyAutonumericOptionsProvider,\n useClass: AutonumericDemoOptionsProvider,\n },\n ],\n})\nexport class AutonumericDemoComponent {\n public donationOptions: SkyAutonumericOptions = {};\n\n public formGroup: UntypedFormGroup;\n\n public pledgeOptions: SkyAutonumericOptions = {\n decimalPlaces: 0,\n };\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n pledgeAmount: new UntypedFormControl(2345.6789, [Validators.required]),\n });\n }\n}\n"
909
1292
  },
910
1293
  {
911
1294
  "fileName": "autonumeric-demo.component.html",
@@ -913,29 +1296,39 @@
913
1296
  "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Donation amount\" stacked=\"true\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"donationOptions\"\n />\n </sky-input-box>\n <sky-input-box labelText=\"Pledge amount\">\n <input\n formControlName=\"pledgeAmount\"\n type=\"text\"\n [skyAutonumeric]=\"pledgeOptions\"\n />\n </sky-input-box>\n</form>\n"
914
1297
  },
915
1298
  {
916
- "fileName": "autonumeric-demo.component.ts",
917
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo.component.ts",
918
- "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\nimport { SkyAutonumericOptionsProvider } from '@skyux/autonumeric';\n\nimport { AutonumericDemoOptionsProvider } from './autonumeric-demo-options-provider';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n providers: [\n {\n provide: SkyAutonumericOptionsProvider,\n useClass: AutonumericDemoOptionsProvider,\n },\n ],\n})\nexport class AutonumericDemoComponent {\n public donationOptions: SkyAutonumericOptions = {};\n\n public formGroup: UntypedFormGroup;\n\n public pledgeOptions: SkyAutonumericOptions = {\n decimalPlaces: 0,\n };\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n pledgeAmount: new UntypedFormControl(2345.6789, [Validators.required]),\n });\n }\n}\n"
1299
+ "fileName": "autonumeric-demo-options-provider.ts",
1300
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo-options-provider.ts",
1301
+ "rawContents": "import { SkyAutonumericOptions } from '@skyux/autonumeric';\nimport { SkyAutonumericOptionsProvider } from '@skyux/autonumeric';\n\nexport class AutonumericDemoOptionsProvider extends SkyAutonumericOptionsProvider {\n constructor() {\n super();\n }\n\n public override getConfig(): SkyAutonumericOptions {\n return {\n currencySymbol: ' €',\n currencySymbolPlacement: 's',\n decimalPlaces: 2,\n decimalCharacter: ',',\n digitGroupSeparator: '',\n };\n }\n}\n"
919
1302
  },
920
1303
  {
921
1304
  "fileName": "autonumeric-demo.module.ts",
922
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/options-provider/autonumeric-demo.module.ts",
1305
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.module.ts",
923
1306
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyAutonumericModule } from '@skyux/autonumeric';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AutonumericDemoComponent } from './autonumeric-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutonumericModule,\n SkyInputBoxModule,\n ],\n declarations: [AutonumericDemoComponent],\n exports: [AutonumericDemoComponent],\n})\nexport class AutonumericDemoModule {}\n"
924
1307
  },
925
1308
  {
926
- "fileName": "autonumeric-demo.component.html",
927
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.component.html",
928
- "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Donation amount\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
1309
+ "fileName": "autonumeric-demo.component.ts",
1310
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.component.ts",
1311
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent implements OnInit {\n public autonumericOptions: SkyAutonumericOptions | undefined;\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n\n public ngOnInit(): void {\n this.autonumericOptions = {\n decimalCharacter: ',',\n decimalPlaces: 4,\n digitGroupSeparator: '',\n };\n }\n}\n"
929
1312
  },
930
1313
  {
931
- "fileName": "autonumeric-demo.component.ts",
932
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.component.ts",
933
- "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent {\n public autonumericOptions: SkyAutonumericOptions = 'Chinese';\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n}\n"
1314
+ "fileName": "autonumeric-demo.component.html",
1315
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/international-formatting/autonumeric-demo.component.html",
1316
+ "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Autonumeric value\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
934
1317
  },
935
1318
  {
936
1319
  "fileName": "autonumeric-demo.module.ts",
937
- "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/preset/autonumeric-demo.module.ts",
1320
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.module.ts",
938
1321
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyAutonumericModule } from '@skyux/autonumeric';\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { AutonumericDemoComponent } from './autonumeric-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutonumericModule,\n SkyInputBoxModule,\n ],\n declarations: [AutonumericDemoComponent],\n exports: [AutonumericDemoComponent],\n})\nexport class AutonumericDemoModule {}\n"
1322
+ },
1323
+ {
1324
+ "fileName": "autonumeric-demo.component.ts",
1325
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.component.ts",
1326
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n Validators,\n} from '@angular/forms';\nimport { SkyAutonumericOptions } from '@skyux/autonumeric';\n\n@Component({\n selector: 'app-autonumeric-demo',\n templateUrl: './autonumeric-demo.component.html',\n})\nexport class AutonumericDemoComponent implements OnInit {\n public autonumericOptions: SkyAutonumericOptions | undefined;\n\n public formGroup: UntypedFormGroup;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.formGroup = formBuilder.group({\n donationAmount: new UntypedFormControl(1234.5678, [Validators.required]),\n });\n }\n\n public ngOnInit(): void {\n this.autonumericOptions = {\n currencySymbol: ' €',\n currencySymbolPlacement: 's',\n decimalPlaces: 2,\n decimalCharacter: ',',\n digitGroupSeparator: '',\n };\n }\n}\n"
1327
+ },
1328
+ {
1329
+ "fileName": "autonumeric-demo.component.html",
1330
+ "filePath": "/projects/autonumeric/documentation/code-examples/autonumeric/currency/autonumeric-demo.component.html",
1331
+ "rawContents": "<form [formGroup]=\"formGroup\" novalidate>\n <sky-input-box labelText=\"Donation amount\">\n <input\n formControlName=\"donationAmount\"\n type=\"text\"\n [skyAutonumeric]=\"autonumericOptions\"\n />\n </sky-input-box>\n</form>\n"
939
1332
  }
940
1333
  ]
941
1334
  }