@skyux/autonumeric 8.0.0 → 8.0.1
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/documentation.json +146 -170
- package/package.json +1 -1
package/documentation.json
CHANGED
|
@@ -19,10 +19,25 @@
|
|
|
19
19
|
"kind": 128,
|
|
20
20
|
"kindString": "Class",
|
|
21
21
|
"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
|
+
],
|
|
22
36
|
"children": [],
|
|
23
37
|
"groups": [
|
|
24
38
|
{
|
|
25
39
|
"title": "Constructors",
|
|
40
|
+
"kind": 512,
|
|
26
41
|
"children": [
|
|
27
42
|
72
|
|
28
43
|
]
|
|
@@ -32,8 +47,7 @@
|
|
|
32
47
|
{
|
|
33
48
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.module.ts",
|
|
34
49
|
"line": 12,
|
|
35
|
-
"character": 13
|
|
36
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.module.ts#L12"
|
|
50
|
+
"character": 13
|
|
37
51
|
}
|
|
38
52
|
]
|
|
39
53
|
},
|
|
@@ -44,13 +58,22 @@
|
|
|
44
58
|
"kindString": "Class",
|
|
45
59
|
"flags": {},
|
|
46
60
|
"comment": {
|
|
47
|
-
"
|
|
48
|
-
{
|
|
49
|
-
"kind": "text",
|
|
50
|
-
"text": "Provides options to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThis can set global options on multiple input fields."
|
|
51
|
-
}
|
|
52
|
-
]
|
|
61
|
+
"shortText": "Provides options to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThis can set global options on multiple input fields."
|
|
53
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}"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
],
|
|
54
77
|
"children": [
|
|
55
78
|
{
|
|
56
79
|
"id": 68,
|
|
@@ -64,8 +87,7 @@
|
|
|
64
87
|
{
|
|
65
88
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options-provider.ts",
|
|
66
89
|
"line": 17,
|
|
67
|
-
"character": 9
|
|
68
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts#L17"
|
|
90
|
+
"character": 9
|
|
69
91
|
}
|
|
70
92
|
],
|
|
71
93
|
"signatures": [
|
|
@@ -76,20 +98,7 @@
|
|
|
76
98
|
"kindString": "Call signature",
|
|
77
99
|
"flags": {},
|
|
78
100
|
"comment": {
|
|
79
|
-
"
|
|
80
|
-
{
|
|
81
|
-
"kind": "text",
|
|
82
|
-
"text": "The value for a settings object to pass to the AutoNumeric library.\nThis overrides any default options specified by the "
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"kind": "code",
|
|
86
|
-
"text": "`skyAutonumeric`"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"kind": "text",
|
|
90
|
-
"text": " attribute."
|
|
91
|
-
}
|
|
92
|
-
]
|
|
101
|
+
"shortText": "The value for a settings object to pass to the AutoNumeric library.\nThis overrides any default options specified by the `skyAutonumeric` attribute."
|
|
93
102
|
},
|
|
94
103
|
"type": {
|
|
95
104
|
"type": "reference",
|
|
@@ -103,12 +112,14 @@
|
|
|
103
112
|
"groups": [
|
|
104
113
|
{
|
|
105
114
|
"title": "Constructors",
|
|
115
|
+
"kind": 512,
|
|
106
116
|
"children": [
|
|
107
117
|
66
|
|
108
118
|
]
|
|
109
119
|
},
|
|
110
120
|
{
|
|
111
121
|
"title": "Methods",
|
|
122
|
+
"kind": 2048,
|
|
112
123
|
"children": [
|
|
113
124
|
68
|
|
114
125
|
]
|
|
@@ -118,8 +129,7 @@
|
|
|
118
129
|
{
|
|
119
130
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options-provider.ts",
|
|
120
131
|
"line": 12,
|
|
121
|
-
"character": 13
|
|
122
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options-provider.ts#L12"
|
|
132
|
+
"character": 13
|
|
123
133
|
}
|
|
124
134
|
]
|
|
125
135
|
},
|
|
@@ -130,13 +140,22 @@
|
|
|
130
140
|
"kindString": "Class",
|
|
131
141
|
"flags": {},
|
|
132
142
|
"comment": {
|
|
133
|
-
"
|
|
134
|
-
{
|
|
135
|
-
"kind": "text",
|
|
136
|
-
"text": "Wraps the [autoNumeric utility](https://github.com/autoNumeric/autoNumeric) to format\nany type of number, including currency."
|
|
137
|
-
}
|
|
138
|
-
]
|
|
143
|
+
"shortText": "Wraps the [autoNumeric utility](https://github.com/autoNumeric/autoNumeric) to format\nany type of number, including currency."
|
|
139
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}"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
],
|
|
140
159
|
"children": [
|
|
141
160
|
{
|
|
142
161
|
"id": 2,
|
|
@@ -148,8 +167,7 @@
|
|
|
148
167
|
{
|
|
149
168
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
150
169
|
"line": 79,
|
|
151
|
-
"character": 2
|
|
152
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L79"
|
|
170
|
+
"character": 2
|
|
153
171
|
}
|
|
154
172
|
],
|
|
155
173
|
"signatures": [
|
|
@@ -174,9 +192,9 @@
|
|
|
174
192
|
"name": "any"
|
|
175
193
|
}
|
|
176
194
|
],
|
|
177
|
-
"name": "ElementRef",
|
|
178
195
|
"qualifiedName": "ElementRef",
|
|
179
|
-
"package": "@angular/core"
|
|
196
|
+
"package": "@angular/core",
|
|
197
|
+
"name": "ElementRef"
|
|
180
198
|
}
|
|
181
199
|
},
|
|
182
200
|
{
|
|
@@ -199,9 +217,9 @@
|
|
|
199
217
|
"flags": {},
|
|
200
218
|
"type": {
|
|
201
219
|
"type": "reference",
|
|
202
|
-
"name": "Renderer2",
|
|
203
220
|
"qualifiedName": "Renderer2",
|
|
204
|
-
"package": "@angular/core"
|
|
221
|
+
"package": "@angular/core",
|
|
222
|
+
"name": "Renderer2"
|
|
205
223
|
}
|
|
206
224
|
},
|
|
207
225
|
{
|
|
@@ -212,9 +230,9 @@
|
|
|
212
230
|
"flags": {},
|
|
213
231
|
"type": {
|
|
214
232
|
"type": "reference",
|
|
215
|
-
"name": "ChangeDetectorRef",
|
|
216
233
|
"qualifiedName": "ChangeDetectorRef",
|
|
217
|
-
"package": "@angular/core"
|
|
234
|
+
"package": "@angular/core",
|
|
235
|
+
"name": "ChangeDetectorRef"
|
|
218
236
|
}
|
|
219
237
|
}
|
|
220
238
|
],
|
|
@@ -234,55 +252,55 @@
|
|
|
234
252
|
"flags": {
|
|
235
253
|
"isPublic": true
|
|
236
254
|
},
|
|
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
|
+
],
|
|
237
267
|
"sources": [
|
|
238
268
|
{
|
|
239
269
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
240
270
|
"line": 55,
|
|
241
|
-
"character": 13
|
|
242
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L55"
|
|
271
|
+
"character": 13
|
|
243
272
|
}
|
|
244
273
|
],
|
|
245
|
-
"setSignature":
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"kind": "code",
|
|
259
|
-
"text": "`SkyAutonumericOptionsProvider`"
|
|
260
|
-
},
|
|
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": [
|
|
261
285
|
{
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
"kindString": "Parameter",
|
|
273
|
-
"flags": {},
|
|
274
|
-
"type": {
|
|
275
|
-
"type": "reference",
|
|
276
|
-
"id": 70,
|
|
277
|
-
"name": "SkyAutonumericOptions"
|
|
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
|
+
}
|
|
278
296
|
}
|
|
297
|
+
],
|
|
298
|
+
"type": {
|
|
299
|
+
"type": "intrinsic",
|
|
300
|
+
"name": "void"
|
|
279
301
|
}
|
|
280
|
-
],
|
|
281
|
-
"type": {
|
|
282
|
-
"type": "intrinsic",
|
|
283
|
-
"name": "void"
|
|
284
302
|
}
|
|
285
|
-
|
|
303
|
+
]
|
|
286
304
|
},
|
|
287
305
|
{
|
|
288
306
|
"id": 24,
|
|
@@ -296,8 +314,7 @@
|
|
|
296
314
|
{
|
|
297
315
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
298
316
|
"line": 120,
|
|
299
|
-
"character": 9
|
|
300
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L120"
|
|
317
|
+
"character": 9
|
|
301
318
|
}
|
|
302
319
|
],
|
|
303
320
|
"signatures": [
|
|
@@ -334,8 +351,7 @@
|
|
|
334
351
|
{
|
|
335
352
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
336
353
|
"line": 93,
|
|
337
|
-
"character": 9
|
|
338
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L93"
|
|
354
|
+
"character": 9
|
|
339
355
|
}
|
|
340
356
|
],
|
|
341
357
|
"signatures": [
|
|
@@ -368,12 +384,25 @@
|
|
|
368
384
|
"flags": {
|
|
369
385
|
"isPublic": true
|
|
370
386
|
},
|
|
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
|
+
],
|
|
371
401
|
"sources": [
|
|
372
402
|
{
|
|
373
403
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
374
404
|
"line": 188,
|
|
375
|
-
"character": 9
|
|
376
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L188"
|
|
405
|
+
"character": 9
|
|
377
406
|
}
|
|
378
407
|
],
|
|
379
408
|
"signatures": [
|
|
@@ -402,8 +431,7 @@
|
|
|
402
431
|
{
|
|
403
432
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
404
433
|
"line": 179,
|
|
405
|
-
"character": 9
|
|
406
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
|
|
434
|
+
"character": 9
|
|
407
435
|
}
|
|
408
436
|
],
|
|
409
437
|
"signatures": [
|
|
@@ -428,14 +456,6 @@
|
|
|
428
456
|
"kind": 65536,
|
|
429
457
|
"kindString": "Type literal",
|
|
430
458
|
"flags": {},
|
|
431
|
-
"sources": [
|
|
432
|
-
{
|
|
433
|
-
"fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
|
|
434
|
-
"line": 179,
|
|
435
|
-
"character": 30,
|
|
436
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L179"
|
|
437
|
-
}
|
|
438
|
-
],
|
|
439
459
|
"signatures": [
|
|
440
460
|
{
|
|
441
461
|
"id": 39,
|
|
@@ -493,8 +513,7 @@
|
|
|
493
513
|
{
|
|
494
514
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
495
515
|
"line": 183,
|
|
496
|
-
"character": 9
|
|
497
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
|
|
516
|
+
"character": 9
|
|
498
517
|
}
|
|
499
518
|
],
|
|
500
519
|
"signatures": [
|
|
@@ -519,14 +538,6 @@
|
|
|
519
538
|
"kind": 65536,
|
|
520
539
|
"kindString": "Type literal",
|
|
521
540
|
"flags": {},
|
|
522
|
-
"sources": [
|
|
523
|
-
{
|
|
524
|
-
"fileName": "lib/modules/autonumeric/autonumeric.directive.ts",
|
|
525
|
-
"line": 183,
|
|
526
|
-
"character": 31,
|
|
527
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L183"
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
541
|
"signatures": [
|
|
531
542
|
{
|
|
532
543
|
"id": 45,
|
|
@@ -571,8 +582,7 @@
|
|
|
571
582
|
{
|
|
572
583
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
573
584
|
"line": 128,
|
|
574
|
-
"character": 9
|
|
575
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L128"
|
|
585
|
+
"character": 9
|
|
576
586
|
}
|
|
577
587
|
],
|
|
578
588
|
"signatures": [
|
|
@@ -583,12 +593,7 @@
|
|
|
583
593
|
"kindString": "Call signature",
|
|
584
594
|
"flags": {},
|
|
585
595
|
"comment": {
|
|
586
|
-
"
|
|
587
|
-
{
|
|
588
|
-
"kind": "text",
|
|
589
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
590
|
-
}
|
|
591
|
-
]
|
|
596
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
592
597
|
},
|
|
593
598
|
"parameters": [
|
|
594
599
|
{
|
|
@@ -630,8 +635,7 @@
|
|
|
630
635
|
{
|
|
631
636
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
632
637
|
"line": 159,
|
|
633
|
-
"character": 9
|
|
634
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L159"
|
|
638
|
+
"character": 9
|
|
635
639
|
}
|
|
636
640
|
],
|
|
637
641
|
"signatures": [
|
|
@@ -660,17 +664,17 @@
|
|
|
660
664
|
"name": "any"
|
|
661
665
|
}
|
|
662
666
|
],
|
|
663
|
-
"name": "AbstractControl",
|
|
664
667
|
"qualifiedName": "AbstractControl",
|
|
665
|
-
"package": "@angular/forms"
|
|
668
|
+
"package": "@angular/forms",
|
|
669
|
+
"name": "AbstractControl"
|
|
666
670
|
}
|
|
667
671
|
}
|
|
668
672
|
],
|
|
669
673
|
"type": {
|
|
670
674
|
"type": "reference",
|
|
671
|
-
"name": "ValidationErrors",
|
|
672
675
|
"qualifiedName": "ValidationErrors",
|
|
673
|
-
"package": "@angular/forms"
|
|
676
|
+
"package": "@angular/forms",
|
|
677
|
+
"name": "ValidationErrors"
|
|
674
678
|
},
|
|
675
679
|
"implementationOf": {
|
|
676
680
|
"type": "reference",
|
|
@@ -695,8 +699,7 @@
|
|
|
695
699
|
{
|
|
696
700
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
697
701
|
"line": 136,
|
|
698
|
-
"character": 9
|
|
699
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L136"
|
|
702
|
+
"character": 9
|
|
700
703
|
}
|
|
701
704
|
],
|
|
702
705
|
"signatures": [
|
|
@@ -738,18 +741,21 @@
|
|
|
738
741
|
"groups": [
|
|
739
742
|
{
|
|
740
743
|
"title": "Constructors",
|
|
744
|
+
"kind": 512,
|
|
741
745
|
"children": [
|
|
742
746
|
2
|
|
743
747
|
]
|
|
744
748
|
},
|
|
745
749
|
{
|
|
746
750
|
"title": "Accessors",
|
|
751
|
+
"kind": 262144,
|
|
747
752
|
"children": [
|
|
748
753
|
8
|
|
749
754
|
]
|
|
750
755
|
},
|
|
751
756
|
{
|
|
752
757
|
"title": "Methods",
|
|
758
|
+
"kind": 2048,
|
|
753
759
|
"children": [
|
|
754
760
|
24,
|
|
755
761
|
22,
|
|
@@ -766,34 +772,33 @@
|
|
|
766
772
|
{
|
|
767
773
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric.directive.ts",
|
|
768
774
|
"line": 48,
|
|
769
|
-
"character": 13
|
|
770
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric.directive.ts#L48"
|
|
775
|
+
"character": 13
|
|
771
776
|
}
|
|
772
777
|
],
|
|
773
778
|
"implementedTypes": [
|
|
774
779
|
{
|
|
775
780
|
"type": "reference",
|
|
776
|
-
"name": "OnInit",
|
|
777
781
|
"qualifiedName": "OnInit",
|
|
778
|
-
"package": "@angular/core"
|
|
782
|
+
"package": "@angular/core",
|
|
783
|
+
"name": "OnInit"
|
|
779
784
|
},
|
|
780
785
|
{
|
|
781
786
|
"type": "reference",
|
|
782
|
-
"name": "OnDestroy",
|
|
783
787
|
"qualifiedName": "OnDestroy",
|
|
784
|
-
"package": "@angular/core"
|
|
788
|
+
"package": "@angular/core",
|
|
789
|
+
"name": "OnDestroy"
|
|
785
790
|
},
|
|
786
791
|
{
|
|
787
792
|
"type": "reference",
|
|
788
|
-
"name": "ControlValueAccessor",
|
|
789
793
|
"qualifiedName": "ControlValueAccessor",
|
|
790
|
-
"package": "@angular/forms"
|
|
794
|
+
"package": "@angular/forms",
|
|
795
|
+
"name": "ControlValueAccessor"
|
|
791
796
|
},
|
|
792
797
|
{
|
|
793
798
|
"type": "reference",
|
|
794
|
-
"name": "Validator",
|
|
795
799
|
"qualifiedName": "Validator",
|
|
796
|
-
"package": "@angular/forms"
|
|
800
|
+
"package": "@angular/forms",
|
|
801
|
+
"name": "Validator"
|
|
797
802
|
}
|
|
798
803
|
]
|
|
799
804
|
},
|
|
@@ -804,43 +809,13 @@
|
|
|
804
809
|
"kindString": "Type alias",
|
|
805
810
|
"flags": {},
|
|
806
811
|
"comment": {
|
|
807
|
-
"
|
|
808
|
-
{
|
|
809
|
-
"kind": "text",
|
|
810
|
-
"text": "Custom options to provide to the underlying [AutoNumeric library](https://github.com/autoNumeric/autoNumeric).\nThe value can be set to "
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "code",
|
|
814
|
-
"text": "`string`"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"kind": "text",
|
|
818
|
-
"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 "
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"kind": "code",
|
|
822
|
-
"text": "`Options`"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "text",
|
|
826
|
-
"text": ", which is a\n[custom set of options](https://github.com/autoNumeric/autoNumeric#options)\nthat override any default options that the "
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"kind": "code",
|
|
830
|
-
"text": "`skyAutonumeric`"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "text",
|
|
834
|
-
"text": " attribute specifies."
|
|
835
|
-
}
|
|
836
|
-
]
|
|
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."
|
|
837
813
|
},
|
|
838
814
|
"sources": [
|
|
839
815
|
{
|
|
840
816
|
"fileName": "projects/autonumeric/src/modules/autonumeric/autonumeric-options.ts",
|
|
841
817
|
"line": 11,
|
|
842
|
-
"character": 12
|
|
843
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/lib/modules/autonumeric/autonumeric-options.ts#L11"
|
|
818
|
+
"character": 12
|
|
844
819
|
}
|
|
845
820
|
],
|
|
846
821
|
"type": {
|
|
@@ -855,16 +830,16 @@
|
|
|
855
830
|
"operator": "keyof",
|
|
856
831
|
"target": {
|
|
857
832
|
"type": "reference",
|
|
858
|
-
"name": "AutoNumeric.PredefinedOptions",
|
|
859
833
|
"qualifiedName": "AutoNumeric.PredefinedOptions",
|
|
860
|
-
"package": "autonumeric"
|
|
834
|
+
"package": "autonumeric",
|
|
835
|
+
"name": "AutoNumeric.PredefinedOptions"
|
|
861
836
|
}
|
|
862
837
|
},
|
|
863
838
|
{
|
|
864
839
|
"type": "reference",
|
|
865
|
-
"name": "AutoNumeric.Options",
|
|
866
840
|
"qualifiedName": "AutoNumeric.Options",
|
|
867
|
-
"package": "autonumeric"
|
|
841
|
+
"package": "autonumeric",
|
|
842
|
+
"name": "AutoNumeric.Options"
|
|
868
843
|
}
|
|
869
844
|
]
|
|
870
845
|
}
|
|
@@ -873,6 +848,7 @@
|
|
|
873
848
|
"groups": [
|
|
874
849
|
{
|
|
875
850
|
"title": "Classes",
|
|
851
|
+
"kind": 128,
|
|
876
852
|
"children": [
|
|
877
853
|
71,
|
|
878
854
|
65,
|
|
@@ -880,7 +856,8 @@
|
|
|
880
856
|
]
|
|
881
857
|
},
|
|
882
858
|
{
|
|
883
|
-
"title": "Type
|
|
859
|
+
"title": "Type aliases",
|
|
860
|
+
"kind": 4194304,
|
|
884
861
|
"children": [
|
|
885
862
|
70
|
|
886
863
|
]
|
|
@@ -890,8 +867,7 @@
|
|
|
890
867
|
{
|
|
891
868
|
"fileName": "index.ts",
|
|
892
869
|
"line": 1,
|
|
893
|
-
"character": 0
|
|
894
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/autonumeric/src/index.ts#L1"
|
|
870
|
+
"character": 0
|
|
895
871
|
}
|
|
896
872
|
]
|
|
897
873
|
},
|