@pacem/pacem 1.0.0-bessel → 1.0.0-dirac

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.
Files changed (66) hide show
  1. package/dist/browser/pacem-2d.js +149 -2
  2. package/dist/browser/pacem-2d.js.map +1 -1
  3. package/dist/browser/pacem-2d.min.js +1 -1
  4. package/dist/browser/pacem-3d.js +646 -2
  5. package/dist/browser/pacem-3d.js.map +1 -1
  6. package/dist/browser/pacem-3d.min.js +1 -1
  7. package/dist/browser/pacem-charts.js +21 -1
  8. package/dist/browser/pacem-charts.js.map +1 -1
  9. package/dist/browser/pacem-charts.min.js +1 -1
  10. package/dist/browser/pacem-cms.js +118 -3
  11. package/dist/browser/pacem-cms.js.map +1 -1
  12. package/dist/browser/pacem-cms.min.js +1 -1
  13. package/dist/browser/pacem-core.js +870 -9
  14. package/dist/browser/pacem-core.js.map +1 -1
  15. package/dist/browser/pacem-core.min.js +2 -2
  16. package/dist/browser/pacem-foundation.js +296 -1
  17. package/dist/browser/pacem-foundation.js.map +1 -1
  18. package/dist/browser/pacem-foundation.min.js +1 -1
  19. package/dist/browser/pacem-fx.js +18 -1
  20. package/dist/browser/pacem-fx.js.map +1 -1
  21. package/dist/browser/pacem-fx.min.js +1 -1
  22. package/dist/browser/pacem-logging.js +15 -1
  23. package/dist/browser/pacem-logging.js.map +1 -1
  24. package/dist/browser/pacem-logging.min.js +1 -1
  25. package/dist/browser/pacem-maps.js +97 -1
  26. package/dist/browser/pacem-maps.js.map +1 -1
  27. package/dist/browser/pacem-maps.min.js +1 -1
  28. package/dist/browser/pacem-media.js +14 -1
  29. package/dist/browser/pacem-media.js.map +1 -1
  30. package/dist/browser/pacem-media.min.js +1 -1
  31. package/dist/browser/pacem-networking.js +22 -1
  32. package/dist/browser/pacem-networking.js.map +1 -1
  33. package/dist/browser/pacem-networking.min.js +1 -1
  34. package/dist/browser/pacem-numerical.js +360 -1
  35. package/dist/browser/pacem-numerical.js.map +1 -1
  36. package/dist/browser/pacem-numerical.min.js +1 -1
  37. package/dist/browser/pacem-plus.js +195 -4
  38. package/dist/browser/pacem-plus.js.map +1 -1
  39. package/dist/browser/pacem-plus.min.js +1 -1
  40. package/dist/browser/pacem-scaffolding.js +420 -38
  41. package/dist/browser/pacem-scaffolding.js.map +1 -1
  42. package/dist/browser/pacem-scaffolding.min.js +2 -2
  43. package/dist/browser/pacem-ui.js +143 -19
  44. package/dist/browser/pacem-ui.js.map +1 -1
  45. package/dist/browser/pacem-ui.min.js +2 -2
  46. package/dist/bundle/pacem.min.mjs +147 -147
  47. package/dist/bundle/pacem.mjs +2905 -1417
  48. package/dist/bundle/pacem.mjs.map +3 -3
  49. package/dist/docs/pacem-2d.json +11549 -0
  50. package/dist/docs/pacem-3d.json +29096 -0
  51. package/dist/docs/pacem-charts.json +4244 -0
  52. package/dist/docs/pacem-cms.json +9325 -0
  53. package/dist/docs/pacem-core.json +40109 -0
  54. package/dist/docs/pacem-foundation.json +8941 -0
  55. package/dist/docs/pacem-fx.json +3121 -0
  56. package/dist/docs/pacem-logging.json +941 -0
  57. package/dist/docs/pacem-maps.json +17387 -0
  58. package/dist/docs/pacem-media.json +1203 -0
  59. package/dist/docs/pacem-networking.json +1798 -0
  60. package/dist/docs/pacem-numerical.json +13706 -0
  61. package/dist/docs/pacem-plus.json +8468 -0
  62. package/dist/docs/pacem-scaffolding.json +34788 -0
  63. package/dist/docs/pacem-ui.json +18628 -0
  64. package/dist/typings/index.d.ts +4109 -31
  65. package/dist/vscode.html-custom.json +1303 -741
  66. package/package.json +4 -2
@@ -0,0 +1,3121 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.58.12",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@jsx",
119
+ "syntaxKind": "block"
120
+ },
121
+ {
122
+ "tagName": "@jsxRuntime",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@jsxFrag",
127
+ "syntaxKind": "block"
128
+ },
129
+ {
130
+ "tagName": "@jsxImportSource",
131
+ "syntaxKind": "block"
132
+ },
133
+ {
134
+ "tagName": "@betaDocumentation",
135
+ "syntaxKind": "modifier"
136
+ },
137
+ {
138
+ "tagName": "@internalRemarks",
139
+ "syntaxKind": "block"
140
+ },
141
+ {
142
+ "tagName": "@preapproved",
143
+ "syntaxKind": "modifier"
144
+ }
145
+ ],
146
+ "supportForTags": {
147
+ "@alpha": true,
148
+ "@beta": true,
149
+ "@defaultValue": true,
150
+ "@decorator": true,
151
+ "@deprecated": true,
152
+ "@eventProperty": true,
153
+ "@example": true,
154
+ "@experimental": true,
155
+ "@inheritDoc": true,
156
+ "@internal": true,
157
+ "@label": true,
158
+ "@link": true,
159
+ "@override": true,
160
+ "@packageDocumentation": true,
161
+ "@param": true,
162
+ "@privateRemarks": true,
163
+ "@public": true,
164
+ "@readonly": true,
165
+ "@remarks": true,
166
+ "@returns": true,
167
+ "@sealed": true,
168
+ "@see": true,
169
+ "@throws": true,
170
+ "@typeParam": true,
171
+ "@virtual": true,
172
+ "@betaDocumentation": true,
173
+ "@internalRemarks": true,
174
+ "@preapproved": true
175
+ },
176
+ "reportUnsupportedHtmlElements": false
177
+ }
178
+ },
179
+ "kind": "Package",
180
+ "canonicalReference": "@pacem/pacem-fx!",
181
+ "docComment": "",
182
+ "name": "@pacem/pacem-fx",
183
+ "preserveMemberOrder": false,
184
+ "members": [
185
+ {
186
+ "kind": "EntryPoint",
187
+ "canonicalReference": "@pacem/pacem-fx!",
188
+ "name": "",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Namespace",
193
+ "canonicalReference": "@pacem/pacem-fx!Components:namespace",
194
+ "docComment": "",
195
+ "excerptTokens": [],
196
+ "fileUrlPath": "dist/types/index.d.ts",
197
+ "releaseTag": "None",
198
+ "name": "Components",
199
+ "preserveMemberOrder": false,
200
+ "members": [
201
+ {
202
+ "kind": "Namespace",
203
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx:namespace",
204
+ "docComment": "",
205
+ "excerptTokens": [],
206
+ "fileUrlPath": "dist/types/index-components.d.ts",
207
+ "releaseTag": "None",
208
+ "name": "Fx",
209
+ "preserveMemberOrder": false,
210
+ "members": [
211
+ {
212
+ "kind": "Interface",
213
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFx:interface",
214
+ "docComment": "/**\n * Contract implemented by every `fx` element: exposes the `target` element the visual effect is applied to.\n */\n",
215
+ "excerptTokens": [
216
+ {
217
+ "kind": "Content",
218
+ "text": "export interface PacemFx "
219
+ }
220
+ ],
221
+ "fileUrlPath": "dist/types/types.d.ts",
222
+ "releaseTag": "Public",
223
+ "name": "PacemFx",
224
+ "preserveMemberOrder": false,
225
+ "members": [
226
+ {
227
+ "kind": "PropertySignature",
228
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFx#target:member",
229
+ "docComment": "",
230
+ "excerptTokens": [
231
+ {
232
+ "kind": "Content",
233
+ "text": "target: "
234
+ },
235
+ {
236
+ "kind": "Reference",
237
+ "text": "HTMLElement",
238
+ "canonicalReference": "!HTMLElement:interface"
239
+ },
240
+ {
241
+ "kind": "Content",
242
+ "text": ";"
243
+ }
244
+ ],
245
+ "isReadonly": false,
246
+ "isOptional": false,
247
+ "releaseTag": "Public",
248
+ "name": "target",
249
+ "propertyTypeTokenRange": {
250
+ "startIndex": 1,
251
+ "endIndex": 2
252
+ }
253
+ }
254
+ ],
255
+ "extendsTokenRanges": []
256
+ },
257
+ {
258
+ "kind": "Class",
259
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class",
260
+ "docComment": "/**\n * Base class for `fx` (visual-effect) custom elements: provides the `target` element the effect operates on.\n */\n",
261
+ "excerptTokens": [
262
+ {
263
+ "kind": "Content",
264
+ "text": "export declare abstract class PacemFxElement extends "
265
+ },
266
+ {
267
+ "kind": "Reference",
268
+ "text": "PacemEventTarget",
269
+ "canonicalReference": "@pacem/pacem-core!PacemEventTarget:class"
270
+ },
271
+ {
272
+ "kind": "Content",
273
+ "text": " implements "
274
+ },
275
+ {
276
+ "kind": "Reference",
277
+ "text": "PacemFx",
278
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFx:interface"
279
+ },
280
+ {
281
+ "kind": "Content",
282
+ "text": " "
283
+ }
284
+ ],
285
+ "fileUrlPath": "dist/types/types.d.ts",
286
+ "releaseTag": "Public",
287
+ "isAbstract": true,
288
+ "name": "PacemFxElement",
289
+ "preserveMemberOrder": false,
290
+ "members": [
291
+ {
292
+ "kind": "Property",
293
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement#target:member",
294
+ "docComment": "/**\n * Gets or sets the element the visual effect is applied to.\n */\n",
295
+ "excerptTokens": [
296
+ {
297
+ "kind": "Content",
298
+ "text": "target: "
299
+ },
300
+ {
301
+ "kind": "Reference",
302
+ "text": "HTMLElement",
303
+ "canonicalReference": "!HTMLElement:interface"
304
+ },
305
+ {
306
+ "kind": "Content",
307
+ "text": ";"
308
+ }
309
+ ],
310
+ "isReadonly": false,
311
+ "isOptional": false,
312
+ "releaseTag": "Public",
313
+ "name": "target",
314
+ "propertyTypeTokenRange": {
315
+ "startIndex": 1,
316
+ "endIndex": 2
317
+ },
318
+ "isStatic": false,
319
+ "isProtected": false,
320
+ "isAbstract": false
321
+ }
322
+ ],
323
+ "extendsTokenRange": {
324
+ "startIndex": 1,
325
+ "endIndex": 2
326
+ },
327
+ "implementsTokenRanges": [
328
+ {
329
+ "startIndex": 3,
330
+ "endIndex": 4
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "kind": "Class",
336
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement:class",
337
+ "docComment": "/**\n * Reveals the `target` element's text content word by word, wrapping each word in an animated `<span>`.\n */\n",
338
+ "excerptTokens": [
339
+ {
340
+ "kind": "Content",
341
+ "text": "export declare class PacemFxFancyElement extends "
342
+ },
343
+ {
344
+ "kind": "Reference",
345
+ "text": "PacemFxElement",
346
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class"
347
+ },
348
+ {
349
+ "kind": "Content",
350
+ "text": " "
351
+ }
352
+ ],
353
+ "fileUrlPath": "dist/types/fancy.d.ts",
354
+ "releaseTag": "Public",
355
+ "isAbstract": false,
356
+ "name": "PacemFxFancyElement",
357
+ "preserveMemberOrder": false,
358
+ "members": [
359
+ {
360
+ "kind": "Property",
361
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#delay:member",
362
+ "docComment": "/**\n * Gets or sets the delay, in milliseconds, before the first word is revealed.\n */\n",
363
+ "excerptTokens": [
364
+ {
365
+ "kind": "Content",
366
+ "text": "delay: "
367
+ },
368
+ {
369
+ "kind": "Content",
370
+ "text": "number"
371
+ },
372
+ {
373
+ "kind": "Content",
374
+ "text": ";"
375
+ }
376
+ ],
377
+ "isReadonly": false,
378
+ "isOptional": false,
379
+ "releaseTag": "Public",
380
+ "name": "delay",
381
+ "propertyTypeTokenRange": {
382
+ "startIndex": 1,
383
+ "endIndex": 2
384
+ },
385
+ "isStatic": false,
386
+ "isProtected": false,
387
+ "isAbstract": false
388
+ },
389
+ {
390
+ "kind": "Method",
391
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#disconnectedCallback:member(1)",
392
+ "docComment": "",
393
+ "excerptTokens": [
394
+ {
395
+ "kind": "Content",
396
+ "text": "disconnectedCallback(): "
397
+ },
398
+ {
399
+ "kind": "Content",
400
+ "text": "void"
401
+ },
402
+ {
403
+ "kind": "Content",
404
+ "text": ";"
405
+ }
406
+ ],
407
+ "isStatic": false,
408
+ "returnTypeTokenRange": {
409
+ "startIndex": 1,
410
+ "endIndex": 2
411
+ },
412
+ "releaseTag": "Public",
413
+ "isProtected": false,
414
+ "overloadIndex": 1,
415
+ "parameters": [],
416
+ "isOptional": false,
417
+ "isAbstract": false,
418
+ "name": "disconnectedCallback"
419
+ },
420
+ {
421
+ "kind": "Property",
422
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#fancify:member",
423
+ "docComment": "/**\n * Gets or sets whether the `target` element's text should be fancified; toggling it on starts the effect, off resets it.\n */\n",
424
+ "excerptTokens": [
425
+ {
426
+ "kind": "Content",
427
+ "text": "fancify: "
428
+ },
429
+ {
430
+ "kind": "Content",
431
+ "text": "boolean"
432
+ },
433
+ {
434
+ "kind": "Content",
435
+ "text": ";"
436
+ }
437
+ ],
438
+ "isReadonly": false,
439
+ "isOptional": false,
440
+ "releaseTag": "Public",
441
+ "name": "fancify",
442
+ "propertyTypeTokenRange": {
443
+ "startIndex": 1,
444
+ "endIndex": 2
445
+ },
446
+ "isStatic": false,
447
+ "isProtected": false,
448
+ "isAbstract": false
449
+ },
450
+ {
451
+ "kind": "Property",
452
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#gap:member",
453
+ "docComment": "/**\n * Gets or sets the delay, in milliseconds, between the reveal of consecutive words.\n */\n",
454
+ "excerptTokens": [
455
+ {
456
+ "kind": "Content",
457
+ "text": "gap: "
458
+ },
459
+ {
460
+ "kind": "Content",
461
+ "text": "number"
462
+ },
463
+ {
464
+ "kind": "Content",
465
+ "text": ";"
466
+ }
467
+ ],
468
+ "isReadonly": false,
469
+ "isOptional": false,
470
+ "releaseTag": "Public",
471
+ "name": "gap",
472
+ "propertyTypeTokenRange": {
473
+ "startIndex": 1,
474
+ "endIndex": 2
475
+ },
476
+ "isStatic": false,
477
+ "isProtected": false,
478
+ "isAbstract": false
479
+ },
480
+ {
481
+ "kind": "Property",
482
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#progress:member",
483
+ "docComment": "/**\n * Gets the current show progress, as a number between `0` and `1`.\n *\n * @readonly\n */\n",
484
+ "excerptTokens": [
485
+ {
486
+ "kind": "Content",
487
+ "text": "get progress(): "
488
+ },
489
+ {
490
+ "kind": "Content",
491
+ "text": "number"
492
+ },
493
+ {
494
+ "kind": "Content",
495
+ "text": ";"
496
+ }
497
+ ],
498
+ "isReadonly": true,
499
+ "isOptional": false,
500
+ "releaseTag": "Public",
501
+ "name": "progress",
502
+ "propertyTypeTokenRange": {
503
+ "startIndex": 1,
504
+ "endIndex": 2
505
+ },
506
+ "isStatic": false,
507
+ "isProtected": false,
508
+ "isAbstract": false
509
+ },
510
+ {
511
+ "kind": "Method",
512
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#propertyChangedCallback:member(1)",
513
+ "docComment": "",
514
+ "excerptTokens": [
515
+ {
516
+ "kind": "Content",
517
+ "text": "propertyChangedCallback(name: "
518
+ },
519
+ {
520
+ "kind": "Content",
521
+ "text": "string"
522
+ },
523
+ {
524
+ "kind": "Content",
525
+ "text": ", old: "
526
+ },
527
+ {
528
+ "kind": "Content",
529
+ "text": "any"
530
+ },
531
+ {
532
+ "kind": "Content",
533
+ "text": ", val: "
534
+ },
535
+ {
536
+ "kind": "Content",
537
+ "text": "any"
538
+ },
539
+ {
540
+ "kind": "Content",
541
+ "text": ", first?: "
542
+ },
543
+ {
544
+ "kind": "Content",
545
+ "text": "boolean"
546
+ },
547
+ {
548
+ "kind": "Content",
549
+ "text": "): "
550
+ },
551
+ {
552
+ "kind": "Content",
553
+ "text": "void"
554
+ },
555
+ {
556
+ "kind": "Content",
557
+ "text": ";"
558
+ }
559
+ ],
560
+ "isStatic": false,
561
+ "returnTypeTokenRange": {
562
+ "startIndex": 9,
563
+ "endIndex": 10
564
+ },
565
+ "releaseTag": "Public",
566
+ "isProtected": false,
567
+ "overloadIndex": 1,
568
+ "parameters": [
569
+ {
570
+ "parameterName": "name",
571
+ "parameterTypeTokenRange": {
572
+ "startIndex": 1,
573
+ "endIndex": 2
574
+ },
575
+ "isOptional": false
576
+ },
577
+ {
578
+ "parameterName": "old",
579
+ "parameterTypeTokenRange": {
580
+ "startIndex": 3,
581
+ "endIndex": 4
582
+ },
583
+ "isOptional": false
584
+ },
585
+ {
586
+ "parameterName": "val",
587
+ "parameterTypeTokenRange": {
588
+ "startIndex": 5,
589
+ "endIndex": 6
590
+ },
591
+ "isOptional": false
592
+ },
593
+ {
594
+ "parameterName": "first",
595
+ "parameterTypeTokenRange": {
596
+ "startIndex": 7,
597
+ "endIndex": 8
598
+ },
599
+ "isOptional": true
600
+ }
601
+ ],
602
+ "isOptional": false,
603
+ "isAbstract": false,
604
+ "name": "propertyChangedCallback"
605
+ },
606
+ {
607
+ "kind": "Method",
608
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#start:member(1)",
609
+ "docComment": "/**\n * Starts (or restarts) the fancify effect on the `target` element.\n */\n",
610
+ "excerptTokens": [
611
+ {
612
+ "kind": "Content",
613
+ "text": "start(): "
614
+ },
615
+ {
616
+ "kind": "Content",
617
+ "text": "void"
618
+ },
619
+ {
620
+ "kind": "Content",
621
+ "text": ";"
622
+ }
623
+ ],
624
+ "isStatic": false,
625
+ "returnTypeTokenRange": {
626
+ "startIndex": 1,
627
+ "endIndex": 2
628
+ },
629
+ "releaseTag": "Public",
630
+ "isProtected": false,
631
+ "overloadIndex": 1,
632
+ "parameters": [],
633
+ "isOptional": false,
634
+ "isAbstract": false,
635
+ "name": "start"
636
+ },
637
+ {
638
+ "kind": "Property",
639
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#started:member",
640
+ "docComment": "/**\n * Gets whether the fancify animation has (fully) started.\n *\n * @readonly\n */\n",
641
+ "excerptTokens": [
642
+ {
643
+ "kind": "Content",
644
+ "text": "get started(): "
645
+ },
646
+ {
647
+ "kind": "Content",
648
+ "text": "boolean"
649
+ },
650
+ {
651
+ "kind": "Content",
652
+ "text": ";"
653
+ }
654
+ ],
655
+ "isReadonly": true,
656
+ "isOptional": false,
657
+ "releaseTag": "Public",
658
+ "name": "started",
659
+ "propertyTypeTokenRange": {
660
+ "startIndex": 1,
661
+ "endIndex": 2
662
+ },
663
+ "isStatic": false,
664
+ "isProtected": false,
665
+ "isAbstract": false
666
+ },
667
+ {
668
+ "kind": "Method",
669
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxFancyElement#viewActivatedCallback:member(1)",
670
+ "docComment": "",
671
+ "excerptTokens": [
672
+ {
673
+ "kind": "Content",
674
+ "text": "viewActivatedCallback(): "
675
+ },
676
+ {
677
+ "kind": "Content",
678
+ "text": "void"
679
+ },
680
+ {
681
+ "kind": "Content",
682
+ "text": ";"
683
+ }
684
+ ],
685
+ "isStatic": false,
686
+ "returnTypeTokenRange": {
687
+ "startIndex": 1,
688
+ "endIndex": 2
689
+ },
690
+ "releaseTag": "Public",
691
+ "isProtected": false,
692
+ "overloadIndex": 1,
693
+ "parameters": [],
694
+ "isOptional": false,
695
+ "isAbstract": false,
696
+ "name": "viewActivatedCallback"
697
+ }
698
+ ],
699
+ "extendsTokenRange": {
700
+ "startIndex": 1,
701
+ "endIndex": 2
702
+ },
703
+ "implementsTokenRanges": []
704
+ },
705
+ {
706
+ "kind": "Class",
707
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement:class",
708
+ "docComment": "/**\n * Applies a combined CSS gradient (built from its `PacemFxGradientItemElement` children) as the `target` element's background fill or text color.\n */\n",
709
+ "excerptTokens": [
710
+ {
711
+ "kind": "Content",
712
+ "text": "export declare class PacemFxGradientElement extends "
713
+ },
714
+ {
715
+ "kind": "Reference",
716
+ "text": "Components.PacemItemsContainerElement",
717
+ "canonicalReference": "@pacem/pacem-core!PacemItemsContainerElement:class"
718
+ },
719
+ {
720
+ "kind": "Content",
721
+ "text": "<"
722
+ },
723
+ {
724
+ "kind": "Reference",
725
+ "text": "PacemFxGradientItemElement",
726
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
727
+ },
728
+ {
729
+ "kind": "Content",
730
+ "text": ">"
731
+ },
732
+ {
733
+ "kind": "Content",
734
+ "text": " implements "
735
+ },
736
+ {
737
+ "kind": "Reference",
738
+ "text": "PacemFx",
739
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFx:interface"
740
+ },
741
+ {
742
+ "kind": "Content",
743
+ "text": " "
744
+ }
745
+ ],
746
+ "fileUrlPath": "dist/types/gradient.d.ts",
747
+ "releaseTag": "Public",
748
+ "isAbstract": false,
749
+ "name": "PacemFxGradientElement",
750
+ "preserveMemberOrder": false,
751
+ "members": [
752
+ {
753
+ "kind": "Property",
754
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#mode:member",
755
+ "docComment": "/**\n * Gets or sets whether the gradient is applied as a `'fill'` background (default) or as `'text'` color.\n */\n",
756
+ "excerptTokens": [
757
+ {
758
+ "kind": "Content",
759
+ "text": "mode: "
760
+ },
761
+ {
762
+ "kind": "Content",
763
+ "text": "'fill' | 'text'"
764
+ },
765
+ {
766
+ "kind": "Content",
767
+ "text": ";"
768
+ }
769
+ ],
770
+ "isReadonly": false,
771
+ "isOptional": false,
772
+ "releaseTag": "Public",
773
+ "name": "mode",
774
+ "propertyTypeTokenRange": {
775
+ "startIndex": 1,
776
+ "endIndex": 2
777
+ },
778
+ "isStatic": false,
779
+ "isProtected": false,
780
+ "isAbstract": false
781
+ },
782
+ {
783
+ "kind": "Method",
784
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#propertyChangedCallback:member(1)",
785
+ "docComment": "",
786
+ "excerptTokens": [
787
+ {
788
+ "kind": "Content",
789
+ "text": "propertyChangedCallback(name: "
790
+ },
791
+ {
792
+ "kind": "Content",
793
+ "text": "string"
794
+ },
795
+ {
796
+ "kind": "Content",
797
+ "text": ", old: "
798
+ },
799
+ {
800
+ "kind": "Content",
801
+ "text": "any"
802
+ },
803
+ {
804
+ "kind": "Content",
805
+ "text": ", val: "
806
+ },
807
+ {
808
+ "kind": "Content",
809
+ "text": "any"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": ", first?: "
814
+ },
815
+ {
816
+ "kind": "Content",
817
+ "text": "boolean"
818
+ },
819
+ {
820
+ "kind": "Content",
821
+ "text": "): "
822
+ },
823
+ {
824
+ "kind": "Content",
825
+ "text": "void"
826
+ },
827
+ {
828
+ "kind": "Content",
829
+ "text": ";"
830
+ }
831
+ ],
832
+ "isStatic": false,
833
+ "returnTypeTokenRange": {
834
+ "startIndex": 9,
835
+ "endIndex": 10
836
+ },
837
+ "releaseTag": "Public",
838
+ "isProtected": false,
839
+ "overloadIndex": 1,
840
+ "parameters": [
841
+ {
842
+ "parameterName": "name",
843
+ "parameterTypeTokenRange": {
844
+ "startIndex": 1,
845
+ "endIndex": 2
846
+ },
847
+ "isOptional": false
848
+ },
849
+ {
850
+ "parameterName": "old",
851
+ "parameterTypeTokenRange": {
852
+ "startIndex": 3,
853
+ "endIndex": 4
854
+ },
855
+ "isOptional": false
856
+ },
857
+ {
858
+ "parameterName": "val",
859
+ "parameterTypeTokenRange": {
860
+ "startIndex": 5,
861
+ "endIndex": 6
862
+ },
863
+ "isOptional": false
864
+ },
865
+ {
866
+ "parameterName": "first",
867
+ "parameterTypeTokenRange": {
868
+ "startIndex": 7,
869
+ "endIndex": 8
870
+ },
871
+ "isOptional": true
872
+ }
873
+ ],
874
+ "isOptional": false,
875
+ "isAbstract": false,
876
+ "name": "propertyChangedCallback"
877
+ },
878
+ {
879
+ "kind": "Method",
880
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#register:member(1)",
881
+ "docComment": "",
882
+ "excerptTokens": [
883
+ {
884
+ "kind": "Content",
885
+ "text": "register(item: "
886
+ },
887
+ {
888
+ "kind": "Reference",
889
+ "text": "PacemFxGradientItemElement",
890
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "): "
895
+ },
896
+ {
897
+ "kind": "Content",
898
+ "text": "boolean"
899
+ },
900
+ {
901
+ "kind": "Content",
902
+ "text": ";"
903
+ }
904
+ ],
905
+ "isStatic": false,
906
+ "returnTypeTokenRange": {
907
+ "startIndex": 3,
908
+ "endIndex": 4
909
+ },
910
+ "releaseTag": "Public",
911
+ "isProtected": false,
912
+ "overloadIndex": 1,
913
+ "parameters": [
914
+ {
915
+ "parameterName": "item",
916
+ "parameterTypeTokenRange": {
917
+ "startIndex": 1,
918
+ "endIndex": 2
919
+ },
920
+ "isOptional": false
921
+ }
922
+ ],
923
+ "isOptional": false,
924
+ "isAbstract": false,
925
+ "name": "register"
926
+ },
927
+ {
928
+ "kind": "Property",
929
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#target:member",
930
+ "docComment": "/**\n * Gets or sets the element the gradient is applied to.\n */\n",
931
+ "excerptTokens": [
932
+ {
933
+ "kind": "Content",
934
+ "text": "target: "
935
+ },
936
+ {
937
+ "kind": "Reference",
938
+ "text": "HTMLElement",
939
+ "canonicalReference": "!HTMLElement:interface"
940
+ },
941
+ {
942
+ "kind": "Content",
943
+ "text": ";"
944
+ }
945
+ ],
946
+ "isReadonly": false,
947
+ "isOptional": false,
948
+ "releaseTag": "Public",
949
+ "name": "target",
950
+ "propertyTypeTokenRange": {
951
+ "startIndex": 1,
952
+ "endIndex": 2
953
+ },
954
+ "isStatic": false,
955
+ "isProtected": false,
956
+ "isAbstract": false
957
+ },
958
+ {
959
+ "kind": "Method",
960
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#unregister:member(1)",
961
+ "docComment": "",
962
+ "excerptTokens": [
963
+ {
964
+ "kind": "Content",
965
+ "text": "unregister(item: "
966
+ },
967
+ {
968
+ "kind": "Reference",
969
+ "text": "PacemFxGradientItemElement",
970
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
971
+ },
972
+ {
973
+ "kind": "Content",
974
+ "text": "): "
975
+ },
976
+ {
977
+ "kind": "Content",
978
+ "text": "boolean"
979
+ },
980
+ {
981
+ "kind": "Content",
982
+ "text": ";"
983
+ }
984
+ ],
985
+ "isStatic": false,
986
+ "returnTypeTokenRange": {
987
+ "startIndex": 3,
988
+ "endIndex": 4
989
+ },
990
+ "releaseTag": "Public",
991
+ "isProtected": false,
992
+ "overloadIndex": 1,
993
+ "parameters": [
994
+ {
995
+ "parameterName": "item",
996
+ "parameterTypeTokenRange": {
997
+ "startIndex": 1,
998
+ "endIndex": 2
999
+ },
1000
+ "isOptional": false
1001
+ }
1002
+ ],
1003
+ "isOptional": false,
1004
+ "isAbstract": false,
1005
+ "name": "unregister"
1006
+ },
1007
+ {
1008
+ "kind": "Method",
1009
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#validate:member(1)",
1010
+ "docComment": "",
1011
+ "excerptTokens": [
1012
+ {
1013
+ "kind": "Content",
1014
+ "text": "validate(item: "
1015
+ },
1016
+ {
1017
+ "kind": "Reference",
1018
+ "text": "PacemFxGradientItemElement",
1019
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
1020
+ },
1021
+ {
1022
+ "kind": "Content",
1023
+ "text": "): "
1024
+ },
1025
+ {
1026
+ "kind": "Content",
1027
+ "text": "boolean"
1028
+ },
1029
+ {
1030
+ "kind": "Content",
1031
+ "text": ";"
1032
+ }
1033
+ ],
1034
+ "isStatic": false,
1035
+ "returnTypeTokenRange": {
1036
+ "startIndex": 3,
1037
+ "endIndex": 4
1038
+ },
1039
+ "releaseTag": "Public",
1040
+ "isProtected": false,
1041
+ "overloadIndex": 1,
1042
+ "parameters": [
1043
+ {
1044
+ "parameterName": "item",
1045
+ "parameterTypeTokenRange": {
1046
+ "startIndex": 1,
1047
+ "endIndex": 2
1048
+ },
1049
+ "isOptional": false
1050
+ }
1051
+ ],
1052
+ "isOptional": false,
1053
+ "isAbstract": false,
1054
+ "name": "validate"
1055
+ },
1056
+ {
1057
+ "kind": "Method",
1058
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientElement#viewActivatedCallback:member(1)",
1059
+ "docComment": "",
1060
+ "excerptTokens": [
1061
+ {
1062
+ "kind": "Content",
1063
+ "text": "viewActivatedCallback(): "
1064
+ },
1065
+ {
1066
+ "kind": "Content",
1067
+ "text": "void"
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": ";"
1072
+ }
1073
+ ],
1074
+ "isStatic": false,
1075
+ "returnTypeTokenRange": {
1076
+ "startIndex": 1,
1077
+ "endIndex": 2
1078
+ },
1079
+ "releaseTag": "Public",
1080
+ "isProtected": false,
1081
+ "overloadIndex": 1,
1082
+ "parameters": [],
1083
+ "isOptional": false,
1084
+ "isAbstract": false,
1085
+ "name": "viewActivatedCallback"
1086
+ }
1087
+ ],
1088
+ "extendsTokenRange": {
1089
+ "startIndex": 1,
1090
+ "endIndex": 5
1091
+ },
1092
+ "implementsTokenRanges": [
1093
+ {
1094
+ "startIndex": 6,
1095
+ "endIndex": 7
1096
+ }
1097
+ ]
1098
+ },
1099
+ {
1100
+ "kind": "Class",
1101
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class",
1102
+ "docComment": "/**\n * Base class for gradient-shape elements (radial, linear, ...) hosting `PacemFxGradientStopElement` color stops and producing a CSS gradient string.\n */\n",
1103
+ "excerptTokens": [
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": "export declare abstract class PacemFxGradientItemElement extends "
1107
+ },
1108
+ {
1109
+ "kind": "Reference",
1110
+ "text": "Components.PacemCrossItemsContainerElement",
1111
+ "canonicalReference": "@pacem/pacem-core!PacemCrossItemsContainerElement:class"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": "<"
1116
+ },
1117
+ {
1118
+ "kind": "Reference",
1119
+ "text": "PacemFxGradientStopElement",
1120
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement:class"
1121
+ },
1122
+ {
1123
+ "kind": "Content",
1124
+ "text": ">"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": " "
1129
+ }
1130
+ ],
1131
+ "fileUrlPath": "dist/types/gradient.d.ts",
1132
+ "releaseTag": "Public",
1133
+ "isAbstract": true,
1134
+ "name": "PacemFxGradientItemElement",
1135
+ "preserveMemberOrder": false,
1136
+ "members": [
1137
+ {
1138
+ "kind": "Method",
1139
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#buildColor:member(1)",
1140
+ "docComment": "/**\n * Builds the CSS color for a stop, applying the given opacity (if in the `0`-`1` range) on top of the base `color`.\n */\n",
1141
+ "excerptTokens": [
1142
+ {
1143
+ "kind": "Content",
1144
+ "text": "protected buildColor(color: "
1145
+ },
1146
+ {
1147
+ "kind": "Content",
1148
+ "text": "string"
1149
+ },
1150
+ {
1151
+ "kind": "Content",
1152
+ "text": ", opacity?: "
1153
+ },
1154
+ {
1155
+ "kind": "Content",
1156
+ "text": "number"
1157
+ },
1158
+ {
1159
+ "kind": "Content",
1160
+ "text": "): "
1161
+ },
1162
+ {
1163
+ "kind": "Content",
1164
+ "text": "string"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": ";"
1169
+ }
1170
+ ],
1171
+ "isStatic": false,
1172
+ "returnTypeTokenRange": {
1173
+ "startIndex": 5,
1174
+ "endIndex": 6
1175
+ },
1176
+ "releaseTag": "Public",
1177
+ "isProtected": true,
1178
+ "overloadIndex": 1,
1179
+ "parameters": [
1180
+ {
1181
+ "parameterName": "color",
1182
+ "parameterTypeTokenRange": {
1183
+ "startIndex": 1,
1184
+ "endIndex": 2
1185
+ },
1186
+ "isOptional": false
1187
+ },
1188
+ {
1189
+ "parameterName": "opacity",
1190
+ "parameterTypeTokenRange": {
1191
+ "startIndex": 3,
1192
+ "endIndex": 4
1193
+ },
1194
+ "isOptional": true
1195
+ }
1196
+ ],
1197
+ "isOptional": false,
1198
+ "isAbstract": false,
1199
+ "name": "buildColor"
1200
+ },
1201
+ {
1202
+ "kind": "Method",
1203
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#buildGradient:member(1)",
1204
+ "docComment": "/**\n * Builds the CSS `<gradient>` function (e.g. `radial-gradient(...)`) representing this element's current state.\n */\n",
1205
+ "excerptTokens": [
1206
+ {
1207
+ "kind": "Content",
1208
+ "text": "abstract buildGradient(): "
1209
+ },
1210
+ {
1211
+ "kind": "Content",
1212
+ "text": "string"
1213
+ },
1214
+ {
1215
+ "kind": "Content",
1216
+ "text": ";"
1217
+ }
1218
+ ],
1219
+ "isStatic": false,
1220
+ "returnTypeTokenRange": {
1221
+ "startIndex": 1,
1222
+ "endIndex": 2
1223
+ },
1224
+ "releaseTag": "Public",
1225
+ "isProtected": false,
1226
+ "overloadIndex": 1,
1227
+ "parameters": [],
1228
+ "isOptional": false,
1229
+ "isAbstract": true,
1230
+ "name": "buildGradient"
1231
+ },
1232
+ {
1233
+ "kind": "Method",
1234
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#doesPropertyTriggerGradientChange:member(1)",
1235
+ "docComment": "/**\n * Gets whether a change of the given property must trigger a gradient rebuild.\n */\n",
1236
+ "excerptTokens": [
1237
+ {
1238
+ "kind": "Content",
1239
+ "text": "protected abstract doesPropertyTriggerGradientChange(prop: "
1240
+ },
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": "string"
1244
+ },
1245
+ {
1246
+ "kind": "Content",
1247
+ "text": "): "
1248
+ },
1249
+ {
1250
+ "kind": "Content",
1251
+ "text": "boolean"
1252
+ },
1253
+ {
1254
+ "kind": "Content",
1255
+ "text": ";"
1256
+ }
1257
+ ],
1258
+ "isStatic": false,
1259
+ "returnTypeTokenRange": {
1260
+ "startIndex": 3,
1261
+ "endIndex": 4
1262
+ },
1263
+ "releaseTag": "Public",
1264
+ "isProtected": true,
1265
+ "overloadIndex": 1,
1266
+ "parameters": [
1267
+ {
1268
+ "parameterName": "prop",
1269
+ "parameterTypeTokenRange": {
1270
+ "startIndex": 1,
1271
+ "endIndex": 2
1272
+ },
1273
+ "isOptional": false
1274
+ }
1275
+ ],
1276
+ "isOptional": false,
1277
+ "isAbstract": true,
1278
+ "name": "doesPropertyTriggerGradientChange"
1279
+ },
1280
+ {
1281
+ "kind": "Method",
1282
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#propertyChangedCallback:member(1)",
1283
+ "docComment": "",
1284
+ "excerptTokens": [
1285
+ {
1286
+ "kind": "Content",
1287
+ "text": "propertyChangedCallback(name: "
1288
+ },
1289
+ {
1290
+ "kind": "Content",
1291
+ "text": "string"
1292
+ },
1293
+ {
1294
+ "kind": "Content",
1295
+ "text": ", old: "
1296
+ },
1297
+ {
1298
+ "kind": "Content",
1299
+ "text": "any"
1300
+ },
1301
+ {
1302
+ "kind": "Content",
1303
+ "text": ", val: "
1304
+ },
1305
+ {
1306
+ "kind": "Content",
1307
+ "text": "any"
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": ", first?: "
1312
+ },
1313
+ {
1314
+ "kind": "Content",
1315
+ "text": "boolean"
1316
+ },
1317
+ {
1318
+ "kind": "Content",
1319
+ "text": "): "
1320
+ },
1321
+ {
1322
+ "kind": "Content",
1323
+ "text": "void"
1324
+ },
1325
+ {
1326
+ "kind": "Content",
1327
+ "text": ";"
1328
+ }
1329
+ ],
1330
+ "isStatic": false,
1331
+ "returnTypeTokenRange": {
1332
+ "startIndex": 9,
1333
+ "endIndex": 10
1334
+ },
1335
+ "releaseTag": "Public",
1336
+ "isProtected": false,
1337
+ "overloadIndex": 1,
1338
+ "parameters": [
1339
+ {
1340
+ "parameterName": "name",
1341
+ "parameterTypeTokenRange": {
1342
+ "startIndex": 1,
1343
+ "endIndex": 2
1344
+ },
1345
+ "isOptional": false
1346
+ },
1347
+ {
1348
+ "parameterName": "old",
1349
+ "parameterTypeTokenRange": {
1350
+ "startIndex": 3,
1351
+ "endIndex": 4
1352
+ },
1353
+ "isOptional": false
1354
+ },
1355
+ {
1356
+ "parameterName": "val",
1357
+ "parameterTypeTokenRange": {
1358
+ "startIndex": 5,
1359
+ "endIndex": 6
1360
+ },
1361
+ "isOptional": false
1362
+ },
1363
+ {
1364
+ "parameterName": "first",
1365
+ "parameterTypeTokenRange": {
1366
+ "startIndex": 7,
1367
+ "endIndex": 8
1368
+ },
1369
+ "isOptional": true
1370
+ }
1371
+ ],
1372
+ "isOptional": false,
1373
+ "isAbstract": false,
1374
+ "name": "propertyChangedCallback"
1375
+ },
1376
+ {
1377
+ "kind": "Method",
1378
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#register:member(1)",
1379
+ "docComment": "",
1380
+ "excerptTokens": [
1381
+ {
1382
+ "kind": "Content",
1383
+ "text": "register(item: "
1384
+ },
1385
+ {
1386
+ "kind": "Reference",
1387
+ "text": "PacemFxGradientStopElement",
1388
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement:class"
1389
+ },
1390
+ {
1391
+ "kind": "Content",
1392
+ "text": "): "
1393
+ },
1394
+ {
1395
+ "kind": "Content",
1396
+ "text": "boolean"
1397
+ },
1398
+ {
1399
+ "kind": "Content",
1400
+ "text": ";"
1401
+ }
1402
+ ],
1403
+ "isStatic": false,
1404
+ "returnTypeTokenRange": {
1405
+ "startIndex": 3,
1406
+ "endIndex": 4
1407
+ },
1408
+ "releaseTag": "Public",
1409
+ "isProtected": false,
1410
+ "overloadIndex": 1,
1411
+ "parameters": [
1412
+ {
1413
+ "parameterName": "item",
1414
+ "parameterTypeTokenRange": {
1415
+ "startIndex": 1,
1416
+ "endIndex": 2
1417
+ },
1418
+ "isOptional": false
1419
+ }
1420
+ ],
1421
+ "isOptional": false,
1422
+ "isAbstract": false,
1423
+ "name": "register"
1424
+ },
1425
+ {
1426
+ "kind": "Method",
1427
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#unregister:member(1)",
1428
+ "docComment": "",
1429
+ "excerptTokens": [
1430
+ {
1431
+ "kind": "Content",
1432
+ "text": "unregister(item: "
1433
+ },
1434
+ {
1435
+ "kind": "Reference",
1436
+ "text": "PacemFxGradientStopElement",
1437
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement:class"
1438
+ },
1439
+ {
1440
+ "kind": "Content",
1441
+ "text": "): "
1442
+ },
1443
+ {
1444
+ "kind": "Content",
1445
+ "text": "boolean"
1446
+ },
1447
+ {
1448
+ "kind": "Content",
1449
+ "text": ";"
1450
+ }
1451
+ ],
1452
+ "isStatic": false,
1453
+ "returnTypeTokenRange": {
1454
+ "startIndex": 3,
1455
+ "endIndex": 4
1456
+ },
1457
+ "releaseTag": "Public",
1458
+ "isProtected": false,
1459
+ "overloadIndex": 1,
1460
+ "parameters": [
1461
+ {
1462
+ "parameterName": "item",
1463
+ "parameterTypeTokenRange": {
1464
+ "startIndex": 1,
1465
+ "endIndex": 2
1466
+ },
1467
+ "isOptional": false
1468
+ }
1469
+ ],
1470
+ "isOptional": false,
1471
+ "isAbstract": false,
1472
+ "name": "unregister"
1473
+ },
1474
+ {
1475
+ "kind": "Method",
1476
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement#validate:member(1)",
1477
+ "docComment": "",
1478
+ "excerptTokens": [
1479
+ {
1480
+ "kind": "Content",
1481
+ "text": "validate(item: "
1482
+ },
1483
+ {
1484
+ "kind": "Reference",
1485
+ "text": "PacemFxGradientStopElement",
1486
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement:class"
1487
+ },
1488
+ {
1489
+ "kind": "Content",
1490
+ "text": "): "
1491
+ },
1492
+ {
1493
+ "kind": "Content",
1494
+ "text": "boolean"
1495
+ },
1496
+ {
1497
+ "kind": "Content",
1498
+ "text": ";"
1499
+ }
1500
+ ],
1501
+ "isStatic": false,
1502
+ "returnTypeTokenRange": {
1503
+ "startIndex": 3,
1504
+ "endIndex": 4
1505
+ },
1506
+ "releaseTag": "Public",
1507
+ "isProtected": false,
1508
+ "overloadIndex": 1,
1509
+ "parameters": [
1510
+ {
1511
+ "parameterName": "item",
1512
+ "parameterTypeTokenRange": {
1513
+ "startIndex": 1,
1514
+ "endIndex": 2
1515
+ },
1516
+ "isOptional": false
1517
+ }
1518
+ ],
1519
+ "isOptional": false,
1520
+ "isAbstract": false,
1521
+ "name": "validate"
1522
+ }
1523
+ ],
1524
+ "extendsTokenRange": {
1525
+ "startIndex": 1,
1526
+ "endIndex": 5
1527
+ },
1528
+ "implementsTokenRanges": []
1529
+ },
1530
+ {
1531
+ "kind": "Class",
1532
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement:class",
1533
+ "docComment": "/**\n * A single color stop within a `PacemFxGradientItemElement` (radial or linear gradient).\n */\n",
1534
+ "excerptTokens": [
1535
+ {
1536
+ "kind": "Content",
1537
+ "text": "export declare class PacemFxGradientStopElement extends "
1538
+ },
1539
+ {
1540
+ "kind": "Reference",
1541
+ "text": "Components.PacemItemElement",
1542
+ "canonicalReference": "@pacem/pacem-core!PacemItemElement:class"
1543
+ },
1544
+ {
1545
+ "kind": "Content",
1546
+ "text": " "
1547
+ }
1548
+ ],
1549
+ "fileUrlPath": "dist/types/gradient.d.ts",
1550
+ "releaseTag": "Public",
1551
+ "isAbstract": false,
1552
+ "name": "PacemFxGradientStopElement",
1553
+ "preserveMemberOrder": false,
1554
+ "members": [
1555
+ {
1556
+ "kind": "Property",
1557
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement#color:member",
1558
+ "docComment": "/**\n * Gets or sets the stop color (any valid CSS color).\n */\n",
1559
+ "excerptTokens": [
1560
+ {
1561
+ "kind": "Content",
1562
+ "text": "color: "
1563
+ },
1564
+ {
1565
+ "kind": "Content",
1566
+ "text": "string"
1567
+ },
1568
+ {
1569
+ "kind": "Content",
1570
+ "text": ";"
1571
+ }
1572
+ ],
1573
+ "isReadonly": false,
1574
+ "isOptional": false,
1575
+ "releaseTag": "Public",
1576
+ "name": "color",
1577
+ "propertyTypeTokenRange": {
1578
+ "startIndex": 1,
1579
+ "endIndex": 2
1580
+ },
1581
+ "isStatic": false,
1582
+ "isProtected": false,
1583
+ "isAbstract": false
1584
+ },
1585
+ {
1586
+ "kind": "Method",
1587
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement#findContainer:member(1)",
1588
+ "docComment": "",
1589
+ "excerptTokens": [
1590
+ {
1591
+ "kind": "Content",
1592
+ "text": "findContainer(): "
1593
+ },
1594
+ {
1595
+ "kind": "Content",
1596
+ "text": "any"
1597
+ },
1598
+ {
1599
+ "kind": "Content",
1600
+ "text": ";"
1601
+ }
1602
+ ],
1603
+ "isStatic": false,
1604
+ "returnTypeTokenRange": {
1605
+ "startIndex": 1,
1606
+ "endIndex": 2
1607
+ },
1608
+ "releaseTag": "Public",
1609
+ "isProtected": false,
1610
+ "overloadIndex": 1,
1611
+ "parameters": [],
1612
+ "isOptional": false,
1613
+ "isAbstract": false,
1614
+ "name": "findContainer"
1615
+ },
1616
+ {
1617
+ "kind": "Property",
1618
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement#offset:member",
1619
+ "docComment": "/**\n * Gets or sets the stop position, normalized between `0` and `1`.\n */\n",
1620
+ "excerptTokens": [
1621
+ {
1622
+ "kind": "Content",
1623
+ "text": "offset: "
1624
+ },
1625
+ {
1626
+ "kind": "Content",
1627
+ "text": "number"
1628
+ },
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": ";"
1632
+ }
1633
+ ],
1634
+ "isReadonly": false,
1635
+ "isOptional": false,
1636
+ "releaseTag": "Public",
1637
+ "name": "offset",
1638
+ "propertyTypeTokenRange": {
1639
+ "startIndex": 1,
1640
+ "endIndex": 2
1641
+ },
1642
+ "isStatic": false,
1643
+ "isProtected": false,
1644
+ "isAbstract": false
1645
+ },
1646
+ {
1647
+ "kind": "Property",
1648
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement#opacity:member",
1649
+ "docComment": "/**\n * Gets or sets the stop opacity, between `0` and `1`.\n */\n",
1650
+ "excerptTokens": [
1651
+ {
1652
+ "kind": "Content",
1653
+ "text": "opacity: "
1654
+ },
1655
+ {
1656
+ "kind": "Content",
1657
+ "text": "number"
1658
+ },
1659
+ {
1660
+ "kind": "Content",
1661
+ "text": ";"
1662
+ }
1663
+ ],
1664
+ "isReadonly": false,
1665
+ "isOptional": false,
1666
+ "releaseTag": "Public",
1667
+ "name": "opacity",
1668
+ "propertyTypeTokenRange": {
1669
+ "startIndex": 1,
1670
+ "endIndex": 2
1671
+ },
1672
+ "isStatic": false,
1673
+ "isProtected": false,
1674
+ "isAbstract": false
1675
+ },
1676
+ {
1677
+ "kind": "Method",
1678
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientStopElement#propertyChangedCallback:member(1)",
1679
+ "docComment": "",
1680
+ "excerptTokens": [
1681
+ {
1682
+ "kind": "Content",
1683
+ "text": "propertyChangedCallback(name: "
1684
+ },
1685
+ {
1686
+ "kind": "Content",
1687
+ "text": "string"
1688
+ },
1689
+ {
1690
+ "kind": "Content",
1691
+ "text": ", old: "
1692
+ },
1693
+ {
1694
+ "kind": "Content",
1695
+ "text": "any"
1696
+ },
1697
+ {
1698
+ "kind": "Content",
1699
+ "text": ", val: "
1700
+ },
1701
+ {
1702
+ "kind": "Content",
1703
+ "text": "any"
1704
+ },
1705
+ {
1706
+ "kind": "Content",
1707
+ "text": ", first?: "
1708
+ },
1709
+ {
1710
+ "kind": "Content",
1711
+ "text": "boolean"
1712
+ },
1713
+ {
1714
+ "kind": "Content",
1715
+ "text": "): "
1716
+ },
1717
+ {
1718
+ "kind": "Content",
1719
+ "text": "void"
1720
+ },
1721
+ {
1722
+ "kind": "Content",
1723
+ "text": ";"
1724
+ }
1725
+ ],
1726
+ "isStatic": false,
1727
+ "returnTypeTokenRange": {
1728
+ "startIndex": 9,
1729
+ "endIndex": 10
1730
+ },
1731
+ "releaseTag": "Public",
1732
+ "isProtected": false,
1733
+ "overloadIndex": 1,
1734
+ "parameters": [
1735
+ {
1736
+ "parameterName": "name",
1737
+ "parameterTypeTokenRange": {
1738
+ "startIndex": 1,
1739
+ "endIndex": 2
1740
+ },
1741
+ "isOptional": false
1742
+ },
1743
+ {
1744
+ "parameterName": "old",
1745
+ "parameterTypeTokenRange": {
1746
+ "startIndex": 3,
1747
+ "endIndex": 4
1748
+ },
1749
+ "isOptional": false
1750
+ },
1751
+ {
1752
+ "parameterName": "val",
1753
+ "parameterTypeTokenRange": {
1754
+ "startIndex": 5,
1755
+ "endIndex": 6
1756
+ },
1757
+ "isOptional": false
1758
+ },
1759
+ {
1760
+ "parameterName": "first",
1761
+ "parameterTypeTokenRange": {
1762
+ "startIndex": 7,
1763
+ "endIndex": 8
1764
+ },
1765
+ "isOptional": true
1766
+ }
1767
+ ],
1768
+ "isOptional": false,
1769
+ "isAbstract": false,
1770
+ "name": "propertyChangedCallback"
1771
+ }
1772
+ ],
1773
+ "extendsTokenRange": {
1774
+ "startIndex": 1,
1775
+ "endIndex": 2
1776
+ },
1777
+ "implementsTokenRanges": []
1778
+ },
1779
+ {
1780
+ "kind": "Class",
1781
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement:class",
1782
+ "docComment": "/**\n * Animates the `target` element (position and size) between a `from` and a `to` state, \"hero\"-transition style.\n */\n",
1783
+ "excerptTokens": [
1784
+ {
1785
+ "kind": "Content",
1786
+ "text": "export declare class PacemFxHeroElement extends "
1787
+ },
1788
+ {
1789
+ "kind": "Reference",
1790
+ "text": "PacemFxElement",
1791
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class"
1792
+ },
1793
+ {
1794
+ "kind": "Content",
1795
+ "text": " "
1796
+ }
1797
+ ],
1798
+ "fileUrlPath": "dist/types/hero.d.ts",
1799
+ "releaseTag": "Public",
1800
+ "isAbstract": false,
1801
+ "name": "PacemFxHeroElement",
1802
+ "preserveMemberOrder": false,
1803
+ "members": [
1804
+ {
1805
+ "kind": "Method",
1806
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#disconnectedCallback:member(1)",
1807
+ "docComment": "",
1808
+ "excerptTokens": [
1809
+ {
1810
+ "kind": "Content",
1811
+ "text": "disconnectedCallback(): "
1812
+ },
1813
+ {
1814
+ "kind": "Content",
1815
+ "text": "void"
1816
+ },
1817
+ {
1818
+ "kind": "Content",
1819
+ "text": ";"
1820
+ }
1821
+ ],
1822
+ "isStatic": false,
1823
+ "returnTypeTokenRange": {
1824
+ "startIndex": 1,
1825
+ "endIndex": 2
1826
+ },
1827
+ "releaseTag": "Public",
1828
+ "isProtected": false,
1829
+ "overloadIndex": 1,
1830
+ "parameters": [],
1831
+ "isOptional": false,
1832
+ "isAbstract": false,
1833
+ "name": "disconnectedCallback"
1834
+ },
1835
+ {
1836
+ "kind": "Property",
1837
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#duration:member",
1838
+ "docComment": "/**\n * Gets or sets the transition duration, in milliseconds.\n */\n",
1839
+ "excerptTokens": [
1840
+ {
1841
+ "kind": "Content",
1842
+ "text": "duration: "
1843
+ },
1844
+ {
1845
+ "kind": "Content",
1846
+ "text": "number"
1847
+ },
1848
+ {
1849
+ "kind": "Content",
1850
+ "text": ";"
1851
+ }
1852
+ ],
1853
+ "isReadonly": false,
1854
+ "isOptional": false,
1855
+ "releaseTag": "Public",
1856
+ "name": "duration",
1857
+ "propertyTypeTokenRange": {
1858
+ "startIndex": 1,
1859
+ "endIndex": 2
1860
+ },
1861
+ "isStatic": false,
1862
+ "isProtected": false,
1863
+ "isAbstract": false
1864
+ },
1865
+ {
1866
+ "kind": "Property",
1867
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#from:member",
1868
+ "docComment": "/**\n * Gets or sets the starting state (a `Rect`, or an `Element` whose bounds are used); defaults to the `target` element's current bounds.\n */\n",
1869
+ "excerptTokens": [
1870
+ {
1871
+ "kind": "Content",
1872
+ "text": "from: "
1873
+ },
1874
+ {
1875
+ "kind": "Reference",
1876
+ "text": "Rect",
1877
+ "canonicalReference": "@pacem/pacem-foundation!Rect:class"
1878
+ },
1879
+ {
1880
+ "kind": "Content",
1881
+ "text": " | "
1882
+ },
1883
+ {
1884
+ "kind": "Reference",
1885
+ "text": "Element",
1886
+ "canonicalReference": "!Element:interface"
1887
+ },
1888
+ {
1889
+ "kind": "Content",
1890
+ "text": ";"
1891
+ }
1892
+ ],
1893
+ "isReadonly": false,
1894
+ "isOptional": false,
1895
+ "releaseTag": "Public",
1896
+ "name": "from",
1897
+ "propertyTypeTokenRange": {
1898
+ "startIndex": 1,
1899
+ "endIndex": 4
1900
+ },
1901
+ "isStatic": false,
1902
+ "isProtected": false,
1903
+ "isAbstract": false
1904
+ },
1905
+ {
1906
+ "kind": "Property",
1907
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#hero:member",
1908
+ "docComment": "/**\n * Gets or sets whether the hero transition is active; toggling it on starts the effect, off reverts it.\n */\n",
1909
+ "excerptTokens": [
1910
+ {
1911
+ "kind": "Content",
1912
+ "text": "hero: "
1913
+ },
1914
+ {
1915
+ "kind": "Content",
1916
+ "text": "boolean"
1917
+ },
1918
+ {
1919
+ "kind": "Content",
1920
+ "text": ";"
1921
+ }
1922
+ ],
1923
+ "isReadonly": false,
1924
+ "isOptional": false,
1925
+ "releaseTag": "Public",
1926
+ "name": "hero",
1927
+ "propertyTypeTokenRange": {
1928
+ "startIndex": 1,
1929
+ "endIndex": 2
1930
+ },
1931
+ "isStatic": false,
1932
+ "isProtected": false,
1933
+ "isAbstract": false
1934
+ },
1935
+ {
1936
+ "kind": "Method",
1937
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#propertyChangedCallback:member(1)",
1938
+ "docComment": "",
1939
+ "excerptTokens": [
1940
+ {
1941
+ "kind": "Content",
1942
+ "text": "propertyChangedCallback(name: "
1943
+ },
1944
+ {
1945
+ "kind": "Content",
1946
+ "text": "string"
1947
+ },
1948
+ {
1949
+ "kind": "Content",
1950
+ "text": ", old: "
1951
+ },
1952
+ {
1953
+ "kind": "Content",
1954
+ "text": "any"
1955
+ },
1956
+ {
1957
+ "kind": "Content",
1958
+ "text": ", val: "
1959
+ },
1960
+ {
1961
+ "kind": "Content",
1962
+ "text": "any"
1963
+ },
1964
+ {
1965
+ "kind": "Content",
1966
+ "text": ", first?: "
1967
+ },
1968
+ {
1969
+ "kind": "Content",
1970
+ "text": "boolean"
1971
+ },
1972
+ {
1973
+ "kind": "Content",
1974
+ "text": "): "
1975
+ },
1976
+ {
1977
+ "kind": "Content",
1978
+ "text": "void"
1979
+ },
1980
+ {
1981
+ "kind": "Content",
1982
+ "text": ";"
1983
+ }
1984
+ ],
1985
+ "isStatic": false,
1986
+ "returnTypeTokenRange": {
1987
+ "startIndex": 9,
1988
+ "endIndex": 10
1989
+ },
1990
+ "releaseTag": "Public",
1991
+ "isProtected": false,
1992
+ "overloadIndex": 1,
1993
+ "parameters": [
1994
+ {
1995
+ "parameterName": "name",
1996
+ "parameterTypeTokenRange": {
1997
+ "startIndex": 1,
1998
+ "endIndex": 2
1999
+ },
2000
+ "isOptional": false
2001
+ },
2002
+ {
2003
+ "parameterName": "old",
2004
+ "parameterTypeTokenRange": {
2005
+ "startIndex": 3,
2006
+ "endIndex": 4
2007
+ },
2008
+ "isOptional": false
2009
+ },
2010
+ {
2011
+ "parameterName": "val",
2012
+ "parameterTypeTokenRange": {
2013
+ "startIndex": 5,
2014
+ "endIndex": 6
2015
+ },
2016
+ "isOptional": false
2017
+ },
2018
+ {
2019
+ "parameterName": "first",
2020
+ "parameterTypeTokenRange": {
2021
+ "startIndex": 7,
2022
+ "endIndex": 8
2023
+ },
2024
+ "isOptional": true
2025
+ }
2026
+ ],
2027
+ "isOptional": false,
2028
+ "isAbstract": false,
2029
+ "name": "propertyChangedCallback"
2030
+ },
2031
+ {
2032
+ "kind": "Method",
2033
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#reset:member(1)",
2034
+ "docComment": "/**\n * Reverts the `target` element back to its original (`from`) state and returns a promise resolved once the transition completes.\n */\n",
2035
+ "excerptTokens": [
2036
+ {
2037
+ "kind": "Content",
2038
+ "text": "reset(): "
2039
+ },
2040
+ {
2041
+ "kind": "Reference",
2042
+ "text": "Promise",
2043
+ "canonicalReference": "!Promise:interface"
2044
+ },
2045
+ {
2046
+ "kind": "Content",
2047
+ "text": "<void>"
2048
+ },
2049
+ {
2050
+ "kind": "Content",
2051
+ "text": ";"
2052
+ }
2053
+ ],
2054
+ "isStatic": false,
2055
+ "returnTypeTokenRange": {
2056
+ "startIndex": 1,
2057
+ "endIndex": 3
2058
+ },
2059
+ "releaseTag": "Public",
2060
+ "isProtected": false,
2061
+ "overloadIndex": 1,
2062
+ "parameters": [],
2063
+ "isOptional": false,
2064
+ "isAbstract": false,
2065
+ "name": "reset"
2066
+ },
2067
+ {
2068
+ "kind": "Method",
2069
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#start:member(1)",
2070
+ "docComment": "/**\n * Starts the hero transition to the `to` state and returns a promise resolved once it completes.\n */\n",
2071
+ "excerptTokens": [
2072
+ {
2073
+ "kind": "Content",
2074
+ "text": "start(): "
2075
+ },
2076
+ {
2077
+ "kind": "Reference",
2078
+ "text": "Promise",
2079
+ "canonicalReference": "!Promise:interface"
2080
+ },
2081
+ {
2082
+ "kind": "Content",
2083
+ "text": "<void>"
2084
+ },
2085
+ {
2086
+ "kind": "Content",
2087
+ "text": ";"
2088
+ }
2089
+ ],
2090
+ "isStatic": false,
2091
+ "returnTypeTokenRange": {
2092
+ "startIndex": 1,
2093
+ "endIndex": 3
2094
+ },
2095
+ "releaseTag": "Public",
2096
+ "isProtected": false,
2097
+ "overloadIndex": 1,
2098
+ "parameters": [],
2099
+ "isOptional": false,
2100
+ "isAbstract": false,
2101
+ "name": "start"
2102
+ },
2103
+ {
2104
+ "kind": "Property",
2105
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#to:member",
2106
+ "docComment": "/**\n * Gets or sets the target state (a `Rect`, or an `Element` whose bounds are used) the `target` element transitions to.\n */\n",
2107
+ "excerptTokens": [
2108
+ {
2109
+ "kind": "Content",
2110
+ "text": "to: "
2111
+ },
2112
+ {
2113
+ "kind": "Reference",
2114
+ "text": "Rect",
2115
+ "canonicalReference": "@pacem/pacem-foundation!Rect:class"
2116
+ },
2117
+ {
2118
+ "kind": "Content",
2119
+ "text": " | "
2120
+ },
2121
+ {
2122
+ "kind": "Reference",
2123
+ "text": "Element",
2124
+ "canonicalReference": "!Element:interface"
2125
+ },
2126
+ {
2127
+ "kind": "Content",
2128
+ "text": ";"
2129
+ }
2130
+ ],
2131
+ "isReadonly": false,
2132
+ "isOptional": false,
2133
+ "releaseTag": "Public",
2134
+ "name": "to",
2135
+ "propertyTypeTokenRange": {
2136
+ "startIndex": 1,
2137
+ "endIndex": 4
2138
+ },
2139
+ "isStatic": false,
2140
+ "isProtected": false,
2141
+ "isAbstract": false
2142
+ },
2143
+ {
2144
+ "kind": "Method",
2145
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxHeroElement#viewActivatedCallback:member(1)",
2146
+ "docComment": "",
2147
+ "excerptTokens": [
2148
+ {
2149
+ "kind": "Content",
2150
+ "text": "viewActivatedCallback(): "
2151
+ },
2152
+ {
2153
+ "kind": "Content",
2154
+ "text": "void"
2155
+ },
2156
+ {
2157
+ "kind": "Content",
2158
+ "text": ";"
2159
+ }
2160
+ ],
2161
+ "isStatic": false,
2162
+ "returnTypeTokenRange": {
2163
+ "startIndex": 1,
2164
+ "endIndex": 2
2165
+ },
2166
+ "releaseTag": "Public",
2167
+ "isProtected": false,
2168
+ "overloadIndex": 1,
2169
+ "parameters": [],
2170
+ "isOptional": false,
2171
+ "isAbstract": false,
2172
+ "name": "viewActivatedCallback"
2173
+ }
2174
+ ],
2175
+ "extendsTokenRange": {
2176
+ "startIndex": 1,
2177
+ "endIndex": 2
2178
+ },
2179
+ "implementsTokenRanges": []
2180
+ },
2181
+ {
2182
+ "kind": "Class",
2183
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxLinearGradientElement:class",
2184
+ "docComment": "/**\n * Linear `<gradient>` shape, hosting one or more `PacemFxGradientStopElement` color stops.\n */\n",
2185
+ "excerptTokens": [
2186
+ {
2187
+ "kind": "Content",
2188
+ "text": "export declare class PacemFxLinearGradientElement extends "
2189
+ },
2190
+ {
2191
+ "kind": "Reference",
2192
+ "text": "PacemFxGradientItemElement",
2193
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
2194
+ },
2195
+ {
2196
+ "kind": "Content",
2197
+ "text": " "
2198
+ }
2199
+ ],
2200
+ "fileUrlPath": "dist/types/gradient.d.ts",
2201
+ "releaseTag": "Public",
2202
+ "isAbstract": false,
2203
+ "name": "PacemFxLinearGradientElement",
2204
+ "preserveMemberOrder": false,
2205
+ "members": [
2206
+ {
2207
+ "kind": "Property",
2208
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxLinearGradientElement#angle:member",
2209
+ "docComment": "/**\n * Angle in degrees.\n */\n",
2210
+ "excerptTokens": [
2211
+ {
2212
+ "kind": "Content",
2213
+ "text": "angle: "
2214
+ },
2215
+ {
2216
+ "kind": "Content",
2217
+ "text": "number"
2218
+ },
2219
+ {
2220
+ "kind": "Content",
2221
+ "text": ";"
2222
+ }
2223
+ ],
2224
+ "isReadonly": false,
2225
+ "isOptional": false,
2226
+ "releaseTag": "Public",
2227
+ "name": "angle",
2228
+ "propertyTypeTokenRange": {
2229
+ "startIndex": 1,
2230
+ "endIndex": 2
2231
+ },
2232
+ "isStatic": false,
2233
+ "isProtected": false,
2234
+ "isAbstract": false
2235
+ },
2236
+ {
2237
+ "kind": "Method",
2238
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxLinearGradientElement#buildGradient:member(1)",
2239
+ "docComment": "",
2240
+ "excerptTokens": [
2241
+ {
2242
+ "kind": "Content",
2243
+ "text": "buildGradient(): "
2244
+ },
2245
+ {
2246
+ "kind": "Content",
2247
+ "text": "string"
2248
+ },
2249
+ {
2250
+ "kind": "Content",
2251
+ "text": ";"
2252
+ }
2253
+ ],
2254
+ "isStatic": false,
2255
+ "returnTypeTokenRange": {
2256
+ "startIndex": 1,
2257
+ "endIndex": 2
2258
+ },
2259
+ "releaseTag": "Public",
2260
+ "isProtected": false,
2261
+ "overloadIndex": 1,
2262
+ "parameters": [],
2263
+ "isOptional": false,
2264
+ "isAbstract": false,
2265
+ "name": "buildGradient"
2266
+ },
2267
+ {
2268
+ "kind": "Method",
2269
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxLinearGradientElement#doesPropertyTriggerGradientChange:member(1)",
2270
+ "docComment": "",
2271
+ "excerptTokens": [
2272
+ {
2273
+ "kind": "Content",
2274
+ "text": "protected doesPropertyTriggerGradientChange(prop: "
2275
+ },
2276
+ {
2277
+ "kind": "Content",
2278
+ "text": "string"
2279
+ },
2280
+ {
2281
+ "kind": "Content",
2282
+ "text": "): "
2283
+ },
2284
+ {
2285
+ "kind": "Content",
2286
+ "text": "boolean"
2287
+ },
2288
+ {
2289
+ "kind": "Content",
2290
+ "text": ";"
2291
+ }
2292
+ ],
2293
+ "isStatic": false,
2294
+ "returnTypeTokenRange": {
2295
+ "startIndex": 3,
2296
+ "endIndex": 4
2297
+ },
2298
+ "releaseTag": "Public",
2299
+ "isProtected": true,
2300
+ "overloadIndex": 1,
2301
+ "parameters": [
2302
+ {
2303
+ "parameterName": "prop",
2304
+ "parameterTypeTokenRange": {
2305
+ "startIndex": 1,
2306
+ "endIndex": 2
2307
+ },
2308
+ "isOptional": false
2309
+ }
2310
+ ],
2311
+ "isOptional": false,
2312
+ "isAbstract": false,
2313
+ "name": "doesPropertyTriggerGradientChange"
2314
+ }
2315
+ ],
2316
+ "extendsTokenRange": {
2317
+ "startIndex": 1,
2318
+ "endIndex": 2
2319
+ },
2320
+ "implementsTokenRanges": []
2321
+ },
2322
+ {
2323
+ "kind": "Class",
2324
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxListElement:class",
2325
+ "docComment": "/**\n * Watches the `target` element's children and dispatches `itemadded`/`itemremoved` events as they are mutated, styling the target as an fx list.\n */\n",
2326
+ "excerptTokens": [
2327
+ {
2328
+ "kind": "Content",
2329
+ "text": "export declare class PacemFxListElement extends "
2330
+ },
2331
+ {
2332
+ "kind": "Reference",
2333
+ "text": "PacemFxElement",
2334
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class"
2335
+ },
2336
+ {
2337
+ "kind": "Content",
2338
+ "text": " "
2339
+ }
2340
+ ],
2341
+ "fileUrlPath": "dist/types/list.d.ts",
2342
+ "releaseTag": "Public",
2343
+ "isAbstract": false,
2344
+ "name": "PacemFxListElement",
2345
+ "preserveMemberOrder": false,
2346
+ "members": [
2347
+ {
2348
+ "kind": "Method",
2349
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxListElement#disconnectedCallback:member(1)",
2350
+ "docComment": "",
2351
+ "excerptTokens": [
2352
+ {
2353
+ "kind": "Content",
2354
+ "text": "disconnectedCallback(): "
2355
+ },
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": "void"
2359
+ },
2360
+ {
2361
+ "kind": "Content",
2362
+ "text": ";"
2363
+ }
2364
+ ],
2365
+ "isStatic": false,
2366
+ "returnTypeTokenRange": {
2367
+ "startIndex": 1,
2368
+ "endIndex": 2
2369
+ },
2370
+ "releaseTag": "Public",
2371
+ "isProtected": false,
2372
+ "overloadIndex": 1,
2373
+ "parameters": [],
2374
+ "isOptional": false,
2375
+ "isAbstract": false,
2376
+ "name": "disconnectedCallback"
2377
+ },
2378
+ {
2379
+ "kind": "Method",
2380
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxListElement#propertyChangedCallback:member(1)",
2381
+ "docComment": "",
2382
+ "excerptTokens": [
2383
+ {
2384
+ "kind": "Content",
2385
+ "text": "propertyChangedCallback(name: "
2386
+ },
2387
+ {
2388
+ "kind": "Content",
2389
+ "text": "string"
2390
+ },
2391
+ {
2392
+ "kind": "Content",
2393
+ "text": ", old: "
2394
+ },
2395
+ {
2396
+ "kind": "Content",
2397
+ "text": "any"
2398
+ },
2399
+ {
2400
+ "kind": "Content",
2401
+ "text": ", val: "
2402
+ },
2403
+ {
2404
+ "kind": "Content",
2405
+ "text": "any"
2406
+ },
2407
+ {
2408
+ "kind": "Content",
2409
+ "text": ", first?: "
2410
+ },
2411
+ {
2412
+ "kind": "Content",
2413
+ "text": "boolean"
2414
+ },
2415
+ {
2416
+ "kind": "Content",
2417
+ "text": "): "
2418
+ },
2419
+ {
2420
+ "kind": "Content",
2421
+ "text": "void"
2422
+ },
2423
+ {
2424
+ "kind": "Content",
2425
+ "text": ";"
2426
+ }
2427
+ ],
2428
+ "isStatic": false,
2429
+ "returnTypeTokenRange": {
2430
+ "startIndex": 9,
2431
+ "endIndex": 10
2432
+ },
2433
+ "releaseTag": "Public",
2434
+ "isProtected": false,
2435
+ "overloadIndex": 1,
2436
+ "parameters": [
2437
+ {
2438
+ "parameterName": "name",
2439
+ "parameterTypeTokenRange": {
2440
+ "startIndex": 1,
2441
+ "endIndex": 2
2442
+ },
2443
+ "isOptional": false
2444
+ },
2445
+ {
2446
+ "parameterName": "old",
2447
+ "parameterTypeTokenRange": {
2448
+ "startIndex": 3,
2449
+ "endIndex": 4
2450
+ },
2451
+ "isOptional": false
2452
+ },
2453
+ {
2454
+ "parameterName": "val",
2455
+ "parameterTypeTokenRange": {
2456
+ "startIndex": 5,
2457
+ "endIndex": 6
2458
+ },
2459
+ "isOptional": false
2460
+ },
2461
+ {
2462
+ "parameterName": "first",
2463
+ "parameterTypeTokenRange": {
2464
+ "startIndex": 7,
2465
+ "endIndex": 8
2466
+ },
2467
+ "isOptional": true
2468
+ }
2469
+ ],
2470
+ "isOptional": false,
2471
+ "isAbstract": false,
2472
+ "name": "propertyChangedCallback"
2473
+ },
2474
+ {
2475
+ "kind": "Method",
2476
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxListElement#viewActivatedCallback:member(1)",
2477
+ "docComment": "",
2478
+ "excerptTokens": [
2479
+ {
2480
+ "kind": "Content",
2481
+ "text": "viewActivatedCallback(): "
2482
+ },
2483
+ {
2484
+ "kind": "Content",
2485
+ "text": "void"
2486
+ },
2487
+ {
2488
+ "kind": "Content",
2489
+ "text": ";"
2490
+ }
2491
+ ],
2492
+ "isStatic": false,
2493
+ "returnTypeTokenRange": {
2494
+ "startIndex": 1,
2495
+ "endIndex": 2
2496
+ },
2497
+ "releaseTag": "Public",
2498
+ "isProtected": false,
2499
+ "overloadIndex": 1,
2500
+ "parameters": [],
2501
+ "isOptional": false,
2502
+ "isAbstract": false,
2503
+ "name": "viewActivatedCallback"
2504
+ }
2505
+ ],
2506
+ "extendsTokenRange": {
2507
+ "startIndex": 1,
2508
+ "endIndex": 2
2509
+ },
2510
+ "implementsTokenRanges": []
2511
+ },
2512
+ {
2513
+ "kind": "Class",
2514
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxPulseElement:class",
2515
+ "docComment": "/**\n * Overlays the `target` element with a pulsing (expanding, fading) outline, tracking its position and size.\n */\n",
2516
+ "excerptTokens": [
2517
+ {
2518
+ "kind": "Content",
2519
+ "text": "export declare class PacemFxPulseElement extends "
2520
+ },
2521
+ {
2522
+ "kind": "Reference",
2523
+ "text": "PacemFxElement",
2524
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class"
2525
+ },
2526
+ {
2527
+ "kind": "Content",
2528
+ "text": " "
2529
+ }
2530
+ ],
2531
+ "fileUrlPath": "dist/types/pulse.d.ts",
2532
+ "releaseTag": "Public",
2533
+ "isAbstract": false,
2534
+ "name": "PacemFxPulseElement",
2535
+ "preserveMemberOrder": false,
2536
+ "members": [
2537
+ {
2538
+ "kind": "Constructor",
2539
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxPulseElement:constructor(1)",
2540
+ "docComment": "/**\n * Constructs a new instance of the `PacemFxPulseElement` class\n */\n",
2541
+ "excerptTokens": [
2542
+ {
2543
+ "kind": "Content",
2544
+ "text": "constructor();"
2545
+ }
2546
+ ],
2547
+ "releaseTag": "Public",
2548
+ "isProtected": false,
2549
+ "overloadIndex": 1,
2550
+ "parameters": []
2551
+ },
2552
+ {
2553
+ "kind": "Method",
2554
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxPulseElement#disconnectedCallback:member(1)",
2555
+ "docComment": "",
2556
+ "excerptTokens": [
2557
+ {
2558
+ "kind": "Content",
2559
+ "text": "disconnectedCallback(): "
2560
+ },
2561
+ {
2562
+ "kind": "Content",
2563
+ "text": "void"
2564
+ },
2565
+ {
2566
+ "kind": "Content",
2567
+ "text": ";"
2568
+ }
2569
+ ],
2570
+ "isStatic": false,
2571
+ "returnTypeTokenRange": {
2572
+ "startIndex": 1,
2573
+ "endIndex": 2
2574
+ },
2575
+ "releaseTag": "Public",
2576
+ "isProtected": false,
2577
+ "overloadIndex": 1,
2578
+ "parameters": [],
2579
+ "isOptional": false,
2580
+ "isAbstract": false,
2581
+ "name": "disconnectedCallback"
2582
+ },
2583
+ {
2584
+ "kind": "Method",
2585
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxPulseElement#propertyChangedCallback:member(1)",
2586
+ "docComment": "",
2587
+ "excerptTokens": [
2588
+ {
2589
+ "kind": "Content",
2590
+ "text": "propertyChangedCallback(name: "
2591
+ },
2592
+ {
2593
+ "kind": "Content",
2594
+ "text": "string"
2595
+ },
2596
+ {
2597
+ "kind": "Content",
2598
+ "text": ", old: "
2599
+ },
2600
+ {
2601
+ "kind": "Content",
2602
+ "text": "any"
2603
+ },
2604
+ {
2605
+ "kind": "Content",
2606
+ "text": ", val: "
2607
+ },
2608
+ {
2609
+ "kind": "Content",
2610
+ "text": "any"
2611
+ },
2612
+ {
2613
+ "kind": "Content",
2614
+ "text": ", first?: "
2615
+ },
2616
+ {
2617
+ "kind": "Content",
2618
+ "text": "boolean"
2619
+ },
2620
+ {
2621
+ "kind": "Content",
2622
+ "text": "): "
2623
+ },
2624
+ {
2625
+ "kind": "Content",
2626
+ "text": "void"
2627
+ },
2628
+ {
2629
+ "kind": "Content",
2630
+ "text": ";"
2631
+ }
2632
+ ],
2633
+ "isStatic": false,
2634
+ "returnTypeTokenRange": {
2635
+ "startIndex": 9,
2636
+ "endIndex": 10
2637
+ },
2638
+ "releaseTag": "Public",
2639
+ "isProtected": false,
2640
+ "overloadIndex": 1,
2641
+ "parameters": [
2642
+ {
2643
+ "parameterName": "name",
2644
+ "parameterTypeTokenRange": {
2645
+ "startIndex": 1,
2646
+ "endIndex": 2
2647
+ },
2648
+ "isOptional": false
2649
+ },
2650
+ {
2651
+ "parameterName": "old",
2652
+ "parameterTypeTokenRange": {
2653
+ "startIndex": 3,
2654
+ "endIndex": 4
2655
+ },
2656
+ "isOptional": false
2657
+ },
2658
+ {
2659
+ "parameterName": "val",
2660
+ "parameterTypeTokenRange": {
2661
+ "startIndex": 5,
2662
+ "endIndex": 6
2663
+ },
2664
+ "isOptional": false
2665
+ },
2666
+ {
2667
+ "parameterName": "first",
2668
+ "parameterTypeTokenRange": {
2669
+ "startIndex": 7,
2670
+ "endIndex": 8
2671
+ },
2672
+ "isOptional": true
2673
+ }
2674
+ ],
2675
+ "isOptional": false,
2676
+ "isAbstract": false,
2677
+ "name": "propertyChangedCallback"
2678
+ },
2679
+ {
2680
+ "kind": "Method",
2681
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxPulseElement#viewActivatedCallback:member(1)",
2682
+ "docComment": "",
2683
+ "excerptTokens": [
2684
+ {
2685
+ "kind": "Content",
2686
+ "text": "viewActivatedCallback(): "
2687
+ },
2688
+ {
2689
+ "kind": "Content",
2690
+ "text": "void"
2691
+ },
2692
+ {
2693
+ "kind": "Content",
2694
+ "text": ";"
2695
+ }
2696
+ ],
2697
+ "isStatic": false,
2698
+ "returnTypeTokenRange": {
2699
+ "startIndex": 1,
2700
+ "endIndex": 2
2701
+ },
2702
+ "releaseTag": "Public",
2703
+ "isProtected": false,
2704
+ "overloadIndex": 1,
2705
+ "parameters": [],
2706
+ "isOptional": false,
2707
+ "isAbstract": false,
2708
+ "name": "viewActivatedCallback"
2709
+ }
2710
+ ],
2711
+ "extendsTokenRange": {
2712
+ "startIndex": 1,
2713
+ "endIndex": 2
2714
+ },
2715
+ "implementsTokenRanges": []
2716
+ },
2717
+ {
2718
+ "kind": "Class",
2719
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement:class",
2720
+ "docComment": "/**\n * Radial `<gradient>` shape, hosting one or more `PacemFxGradientStopElement` color stops.\n */\n",
2721
+ "excerptTokens": [
2722
+ {
2723
+ "kind": "Content",
2724
+ "text": "export declare class PacemFxRadialGradientElement extends "
2725
+ },
2726
+ {
2727
+ "kind": "Reference",
2728
+ "text": "PacemFxGradientItemElement",
2729
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxGradientItemElement:class"
2730
+ },
2731
+ {
2732
+ "kind": "Content",
2733
+ "text": " "
2734
+ }
2735
+ ],
2736
+ "fileUrlPath": "dist/types/gradient.d.ts",
2737
+ "releaseTag": "Public",
2738
+ "isAbstract": false,
2739
+ "name": "PacemFxRadialGradientElement",
2740
+ "preserveMemberOrder": false,
2741
+ "members": [
2742
+ {
2743
+ "kind": "Method",
2744
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement#buildGradient:member(1)",
2745
+ "docComment": "",
2746
+ "excerptTokens": [
2747
+ {
2748
+ "kind": "Content",
2749
+ "text": "buildGradient(): "
2750
+ },
2751
+ {
2752
+ "kind": "Content",
2753
+ "text": "string"
2754
+ },
2755
+ {
2756
+ "kind": "Content",
2757
+ "text": ";"
2758
+ }
2759
+ ],
2760
+ "isStatic": false,
2761
+ "returnTypeTokenRange": {
2762
+ "startIndex": 1,
2763
+ "endIndex": 2
2764
+ },
2765
+ "releaseTag": "Public",
2766
+ "isProtected": false,
2767
+ "overloadIndex": 1,
2768
+ "parameters": [],
2769
+ "isOptional": false,
2770
+ "isAbstract": false,
2771
+ "name": "buildGradient"
2772
+ },
2773
+ {
2774
+ "kind": "Property",
2775
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement#center:member",
2776
+ "docComment": "/**\n * Gradient's origin in normalized coordinates.\n */\n",
2777
+ "excerptTokens": [
2778
+ {
2779
+ "kind": "Content",
2780
+ "text": "center: "
2781
+ },
2782
+ {
2783
+ "kind": "Reference",
2784
+ "text": "Point",
2785
+ "canonicalReference": "@pacem/pacem-foundation!Point:class"
2786
+ },
2787
+ {
2788
+ "kind": "Content",
2789
+ "text": ";"
2790
+ }
2791
+ ],
2792
+ "isReadonly": false,
2793
+ "isOptional": false,
2794
+ "releaseTag": "Public",
2795
+ "name": "center",
2796
+ "propertyTypeTokenRange": {
2797
+ "startIndex": 1,
2798
+ "endIndex": 2
2799
+ },
2800
+ "isStatic": false,
2801
+ "isProtected": false,
2802
+ "isAbstract": false
2803
+ },
2804
+ {
2805
+ "kind": "Method",
2806
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement#doesPropertyTriggerGradientChange:member(1)",
2807
+ "docComment": "",
2808
+ "excerptTokens": [
2809
+ {
2810
+ "kind": "Content",
2811
+ "text": "protected doesPropertyTriggerGradientChange(prop: "
2812
+ },
2813
+ {
2814
+ "kind": "Content",
2815
+ "text": "string"
2816
+ },
2817
+ {
2818
+ "kind": "Content",
2819
+ "text": "): "
2820
+ },
2821
+ {
2822
+ "kind": "Content",
2823
+ "text": "boolean"
2824
+ },
2825
+ {
2826
+ "kind": "Content",
2827
+ "text": ";"
2828
+ }
2829
+ ],
2830
+ "isStatic": false,
2831
+ "returnTypeTokenRange": {
2832
+ "startIndex": 3,
2833
+ "endIndex": 4
2834
+ },
2835
+ "releaseTag": "Public",
2836
+ "isProtected": true,
2837
+ "overloadIndex": 1,
2838
+ "parameters": [
2839
+ {
2840
+ "parameterName": "prop",
2841
+ "parameterTypeTokenRange": {
2842
+ "startIndex": 1,
2843
+ "endIndex": 2
2844
+ },
2845
+ "isOptional": false
2846
+ }
2847
+ ],
2848
+ "isOptional": false,
2849
+ "isAbstract": false,
2850
+ "name": "doesPropertyTriggerGradientChange"
2851
+ },
2852
+ {
2853
+ "kind": "Property",
2854
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement#shape:member",
2855
+ "docComment": "/**\n * Either 'circle' or 'ellipse' (default).\n */\n",
2856
+ "excerptTokens": [
2857
+ {
2858
+ "kind": "Content",
2859
+ "text": "shape: "
2860
+ },
2861
+ {
2862
+ "kind": "Content",
2863
+ "text": "'circle' | 'ellipse'"
2864
+ },
2865
+ {
2866
+ "kind": "Content",
2867
+ "text": ";"
2868
+ }
2869
+ ],
2870
+ "isReadonly": false,
2871
+ "isOptional": false,
2872
+ "releaseTag": "Public",
2873
+ "name": "shape",
2874
+ "propertyTypeTokenRange": {
2875
+ "startIndex": 1,
2876
+ "endIndex": 2
2877
+ },
2878
+ "isStatic": false,
2879
+ "isProtected": false,
2880
+ "isAbstract": false
2881
+ },
2882
+ {
2883
+ "kind": "Property",
2884
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRadialGradientElement#size:member",
2885
+ "docComment": "/**\n * Gradient's diametral size in normalized lengths, or absolute pixels (circular gradients only).\n */\n",
2886
+ "excerptTokens": [
2887
+ {
2888
+ "kind": "Content",
2889
+ "text": "size: "
2890
+ },
2891
+ {
2892
+ "kind": "Reference",
2893
+ "text": "Size",
2894
+ "canonicalReference": "@pacem/pacem-foundation!Size:class"
2895
+ },
2896
+ {
2897
+ "kind": "Content",
2898
+ "text": " | number"
2899
+ },
2900
+ {
2901
+ "kind": "Content",
2902
+ "text": ";"
2903
+ }
2904
+ ],
2905
+ "isReadonly": false,
2906
+ "isOptional": false,
2907
+ "releaseTag": "Public",
2908
+ "name": "size",
2909
+ "propertyTypeTokenRange": {
2910
+ "startIndex": 1,
2911
+ "endIndex": 3
2912
+ },
2913
+ "isStatic": false,
2914
+ "isProtected": false,
2915
+ "isAbstract": false
2916
+ }
2917
+ ],
2918
+ "extendsTokenRange": {
2919
+ "startIndex": 1,
2920
+ "endIndex": 2
2921
+ },
2922
+ "implementsTokenRanges": []
2923
+ },
2924
+ {
2925
+ "kind": "Class",
2926
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRippleElement:class",
2927
+ "docComment": "/**\n * Produces a Material-style ripple wave, centered on the pointer, on the `target` element's `mousedown`/`touchstart`.\n */\n",
2928
+ "excerptTokens": [
2929
+ {
2930
+ "kind": "Content",
2931
+ "text": "export declare class PacemFxRippleElement extends "
2932
+ },
2933
+ {
2934
+ "kind": "Reference",
2935
+ "text": "PacemFxElement",
2936
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxElement:class"
2937
+ },
2938
+ {
2939
+ "kind": "Content",
2940
+ "text": " "
2941
+ }
2942
+ ],
2943
+ "fileUrlPath": "dist/types/ripple.d.ts",
2944
+ "releaseTag": "Public",
2945
+ "isAbstract": false,
2946
+ "name": "PacemFxRippleElement",
2947
+ "preserveMemberOrder": false,
2948
+ "members": [
2949
+ {
2950
+ "kind": "Method",
2951
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRippleElement#disconnectedCallback:member(1)",
2952
+ "docComment": "",
2953
+ "excerptTokens": [
2954
+ {
2955
+ "kind": "Content",
2956
+ "text": "disconnectedCallback(): "
2957
+ },
2958
+ {
2959
+ "kind": "Content",
2960
+ "text": "void"
2961
+ },
2962
+ {
2963
+ "kind": "Content",
2964
+ "text": ";"
2965
+ }
2966
+ ],
2967
+ "isStatic": false,
2968
+ "returnTypeTokenRange": {
2969
+ "startIndex": 1,
2970
+ "endIndex": 2
2971
+ },
2972
+ "releaseTag": "Public",
2973
+ "isProtected": false,
2974
+ "overloadIndex": 1,
2975
+ "parameters": [],
2976
+ "isOptional": false,
2977
+ "isAbstract": false,
2978
+ "name": "disconnectedCallback"
2979
+ },
2980
+ {
2981
+ "kind": "Method",
2982
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRippleElement#propertyChangedCallback:member(1)",
2983
+ "docComment": "",
2984
+ "excerptTokens": [
2985
+ {
2986
+ "kind": "Content",
2987
+ "text": "propertyChangedCallback(name: "
2988
+ },
2989
+ {
2990
+ "kind": "Content",
2991
+ "text": "string"
2992
+ },
2993
+ {
2994
+ "kind": "Content",
2995
+ "text": ", old: "
2996
+ },
2997
+ {
2998
+ "kind": "Content",
2999
+ "text": "any"
3000
+ },
3001
+ {
3002
+ "kind": "Content",
3003
+ "text": ", val: "
3004
+ },
3005
+ {
3006
+ "kind": "Content",
3007
+ "text": "any"
3008
+ },
3009
+ {
3010
+ "kind": "Content",
3011
+ "text": ", first?: "
3012
+ },
3013
+ {
3014
+ "kind": "Content",
3015
+ "text": "boolean"
3016
+ },
3017
+ {
3018
+ "kind": "Content",
3019
+ "text": "): "
3020
+ },
3021
+ {
3022
+ "kind": "Content",
3023
+ "text": "void"
3024
+ },
3025
+ {
3026
+ "kind": "Content",
3027
+ "text": ";"
3028
+ }
3029
+ ],
3030
+ "isStatic": false,
3031
+ "returnTypeTokenRange": {
3032
+ "startIndex": 9,
3033
+ "endIndex": 10
3034
+ },
3035
+ "releaseTag": "Public",
3036
+ "isProtected": false,
3037
+ "overloadIndex": 1,
3038
+ "parameters": [
3039
+ {
3040
+ "parameterName": "name",
3041
+ "parameterTypeTokenRange": {
3042
+ "startIndex": 1,
3043
+ "endIndex": 2
3044
+ },
3045
+ "isOptional": false
3046
+ },
3047
+ {
3048
+ "parameterName": "old",
3049
+ "parameterTypeTokenRange": {
3050
+ "startIndex": 3,
3051
+ "endIndex": 4
3052
+ },
3053
+ "isOptional": false
3054
+ },
3055
+ {
3056
+ "parameterName": "val",
3057
+ "parameterTypeTokenRange": {
3058
+ "startIndex": 5,
3059
+ "endIndex": 6
3060
+ },
3061
+ "isOptional": false
3062
+ },
3063
+ {
3064
+ "parameterName": "first",
3065
+ "parameterTypeTokenRange": {
3066
+ "startIndex": 7,
3067
+ "endIndex": 8
3068
+ },
3069
+ "isOptional": true
3070
+ }
3071
+ ],
3072
+ "isOptional": false,
3073
+ "isAbstract": false,
3074
+ "name": "propertyChangedCallback"
3075
+ },
3076
+ {
3077
+ "kind": "Method",
3078
+ "canonicalReference": "@pacem/pacem-fx!Components.Fx.PacemFxRippleElement#viewActivatedCallback:member(1)",
3079
+ "docComment": "",
3080
+ "excerptTokens": [
3081
+ {
3082
+ "kind": "Content",
3083
+ "text": "viewActivatedCallback(): "
3084
+ },
3085
+ {
3086
+ "kind": "Content",
3087
+ "text": "void"
3088
+ },
3089
+ {
3090
+ "kind": "Content",
3091
+ "text": ";"
3092
+ }
3093
+ ],
3094
+ "isStatic": false,
3095
+ "returnTypeTokenRange": {
3096
+ "startIndex": 1,
3097
+ "endIndex": 2
3098
+ },
3099
+ "releaseTag": "Public",
3100
+ "isProtected": false,
3101
+ "overloadIndex": 1,
3102
+ "parameters": [],
3103
+ "isOptional": false,
3104
+ "isAbstract": false,
3105
+ "name": "viewActivatedCallback"
3106
+ }
3107
+ ],
3108
+ "extendsTokenRange": {
3109
+ "startIndex": 1,
3110
+ "endIndex": 2
3111
+ },
3112
+ "implementsTokenRanges": []
3113
+ }
3114
+ ]
3115
+ }
3116
+ ]
3117
+ }
3118
+ ]
3119
+ }
3120
+ ]
3121
+ }